body:is(.page-id-9394) header {
  background-color: #fff !important;
}

.section.section--what-is h2 + div a,
.section.section--what-is h2 + div a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

html[data-scroll='0'] body:is(.page-id-9394) header {
  background-color: transparent !important;
}

section.bg_gray {
  background-color: #f5f7fb !important;
}

div.hero-header.newsletter {
  background-image: none;
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgb(157,208,245,0.32) 100%);
  background-size: auto 600px;
  background-repeat: no-repeat;
}

div.hero-header.newsletter .jumbo_monitor {
  display: block;
  margin: 0 auto;
}

.header__wrapper .header__nav .menu-main-block .menu-item a {
  color: #273e5d;
}

.header__wrapper .header__logo img {
  content: url('https://d3vpszern3jgjo.cloudfront.net/wp-content/themes/setupo-new/public/images/logo-blue.svg');
}

.header__link.header__link--login {
  border-color: #273e5d;
  color: #273e5d;
}

.header__link.header__link--login:hover {
  background-color: #273e5d;
  color: #fff;
}

.header__wrapper .header__langs__toggle {
  color: #273e5d;
}

.header__wrapper .header__langs__toggle__flag {
  border-color: #273e5d;
}

.header__wrapper .header__langs__toggle__arrow svg path {
  fill: #273e5d;
}

.header__wrapper .header__nav .menu-main-block > .menu-item a::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(12%) saturate(2071%) hue-rotate(175deg) brightness(95%) contrast(94%);
}

a.img.menu-button.blur img {
  filter: invert(74%) sepia(11%) saturate(2278%) hue-rotate(175deg) brightness(97%) contrast(94%); 
}

.awards__wrapper {
  margin-top: 100px;
}

.button--light-blue {
  background-color: #4ca9ed;
  border-color: #4ca9ed;
  transition: .15s background ease, .15s border-color ease;
}

.button--light-blue:hover {
  background-color: #70b8ed;
  border-color: #70b8ed;
  transition-duration: .15s;
}

.title--dark {
  color: #273e5d;
}

.half-background-card {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 70px 50px !important;
}

.half-background-card .description-text {
 align-items: start;
}

.half-card__row .description-image {
  padding: 20px 0;
  height: 100%;
  margin: 0;
}

.description-image, .description-text {
  height: 100%;
  margin-bottom: 0;
}

.create__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.create__image__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 50px;
}

.create__image {
  box-shadow: 4px 4px 7px rgb(0 0 0 / 30%);
}

.create__image__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #4ca9ed;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1.663px 7.825px 16px 0px rgba(0, 0, 0, 0.27);
  position: absolute;
  user-select: none;
}

.create__image__info span {
  color: #273e5d;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
}

.create__image__info img {
  width: 51px;
  height: 41px;
  margin-bottom: 15px;
}

.create__image__info:not(.empty) {
  top: 60px;
  left: -50px;
  padding: 25px 20px;
  width: 160px;
}

.create__image__info.empty {
  width: 190px;
  height: 103px;
  bottom: 40px;
  /* right: -40px; */
  right: 0;
}

.section.section--what-is {
  background-image: url('https://d3vpszern3jgjo.cloudfront.net/wp-content/themes/setupo-new/public/img/newsletter/what-is-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 70px !important;
}

.section.section--what-is :is(h2, p) {
  color: #fff;
}

.section.section--what-is a {
  margin-top: 30px;
}

.section--how-to-create-v2 .how-to-create-v2__item__icon {
  background-color: #4ca9ed;
}

.section--how-to-create-v2 .how-to-create-v2__line {
  border-color: #4ca9ed; 
}

@media (max-width: 992px) {
  .create__image__info {
    left: unset;
    right: 0;
  }

  .create__wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .create__wrapper a {
    align-items: center;
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
  }

  .create__wrapper .section-title {
    text-align: center;
  }

  .awards__wrapper {
    margin-top: 0;
  }

  .half-card__row {
    justify-content: space-between;
  }
  
  .half-card__row .col-lg-6 {
    width: 47% !important;
  }
}

@media (max-width: 768px) {
  .section.section--what-is {
    padding: 70px 0 !important;
  }

  .create__image__info:not(.empty) {
    left: -50px;
  }

  .create__image__wrapper {
    padding: 0;
  }

  .create__image__info.empty {
    right: -40px;
  }

  .description-image :is(picture, img) {
    width: auto !important;
    max-width: 400px;
  }

  .half-card__row .col-lg-6 {
    width: 100% !important;
  }

  .sharing-section > .container > .row {
    gap: 20px 0;
  }

  .create__image__info:not(.empty) {
    left: -100px;
    top: -40px;
  }

  div.hero-header.newsletter .jumbo_monitor {
    display: none;
  }
}

@media (max-width: 600px) {
  .create__image__block {
    width: 100% !important;
    max-width: 350px;
  }

  .create__image__info:not(.empty) {
    display: none;
  }
}

@media (max-width: 480px) {
  .section.section--what-is h2 {
    font-size: 34px !important;
    line-height: 42px;
  }
  
  .create__image__info:not(.empty) {
    top: 10px;
    left: 10px;
    padding: 15px 10px;
    width: 150px;
  }
  
  .create__image__info img {
    width: 40px;
    height: 30px;
  }
  
  .create__image__info span {
    font-size: 16px;
    line-height: 19px;
  }
  
  .create__image__info.empty {
    width: 170px;
    height: 93px;
    bottom: 20px;
    right: 20px;
  }

  .half-card__row .description-image {
    margin: 0 auto !important;
  }

  .half-background-card {
    padding: 30px 20px !important;
  }

  .half-card__row .description-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .create-section__awards-abs {
    padding-top: 450px !important;
  }
}