.animate__fadeInLeftCustom {
  -webkit-animation-name: fadeInLeftCustom;
  animation-name: fadeInLeftCustom;
}

@-webkit-keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.animate__fadeInRightCustom {
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom;
}

@-webkit-keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.animate__animated.animate__delay-100 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.animate__animated.animate__delay-200 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.animate__animated.animate__delay-300 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.animate__animated.animate__delay-500 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, menu,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

blockquote, q {
  quotes: '' '';
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span.checkbox {
  position: relative;
  display: inline-block;
  content: '';
  width: 52px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid rgba(73, 107, 49, 0.3);
  vertical-align: middle;
  margin-right: 16px;
  margin-top: 20px;
}

input[type="checkbox"] + span.checkbox:after {
  position: absolute;
  display: none;
  content: '';
  left: 50%;
  top: 50%;
  background: url(../img/land/check.svg) 50% 50% no-repeat;
  background-size: 24px;
  height: 20px;
  width: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

input[type="checkbox"] ~ * a {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

input[type="checkbox"]:checked + span.checkbox:after {
  display: block;
}

input[type="radio"] + span.radio {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
}

input[type="radio"] + span.radio:after {
  display: none;
  content: '';
  position: relative;
  left: 2px;
  top: 2px;
  background: black;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

input[type="radio"]:checked + span.radio:after {
  display: block;
}

input[type="radio"]:checked ~ * {
  color: black;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: none !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  padding: 0px 20px 1px 20px;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(73, 107, 49, 0.3);
  background-color: transparent !important;
  cursor: text;
  font-size: 14px;
  outline: none;
  color: #000000;
  margin-top: 0 !important;
}

input {
  height: 52px;
}

textarea {
  height: 85px;
  resize: none;
}

input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.input-outer {
  display: inline-block;
  vertical-align: top;
  max-width: 490px;
  width: 50%;
  line-height: 35px;
  text-align: left;
}

.input-outer + .input-outer {
  margin-left: 50px;
}

.input-outer + .input-outer:nth-of-type(3) {
  margin: 19px 0 22px;
  text-align: center;
}

.input-outer input + input,
.input-outer input + label,
.input-outer textarea + input,
.input-outer textarea + label {
  margin-top: 15px;
}

.input-outer label {
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
}

.input-outer label + label {
  margin-left: 50px;
}

.input-outer .radiobutton-media-place {
  text-align: center;
}

:root {
  --Grey: #525252;
  --Text: #272727;
  --White: #fff;
  --Main-color: #B3E25E;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  min-height: 100%;
  background: #fff;
  font-family: "Lexend Deca", serif;
  color: var(--Text, #272727);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper.header-wrapper {
  max-width: 1920px;
  padding: 0 60px;
}

@media (max-width: 1369px) {
  .wrapper.header-wrapper {
    max-width: 1270px;
    padding: 0 15px;
  }
}

.wrapper-outer {
  max-width: 1526px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1269px) {
  .wrapper-outer {
    padding: 0;
  }
}

h1, .h1 {
  color: var(--Text, #272727);
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--Text, #272727);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
}

.btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 16px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.btn__black {
  background: var(--Text, #272727);
  color: #FFF;
}

.btn__black.contact-us {
  position: relative;
}

.btn__black.contact-us:after {
  display: block;
  content: '';
  width: 33px;
  height: 33px;
  right: 10px;
  top: 10px;
  position: absolute;
  background: url("../img/land/white-arrow.svg") no-repeat 50% 50%;
  background-size: 100% 100%;
}

.white {
  color: #fff;
}

.highlighter {
  position: relative;
  -webkit-text-decoration: underline 24px #B3E25E;
          text-decoration: underline 24px #B3E25E;
  text-underline-offset: -12px;
  text-decoration-skip-ink: none;
}

@media (max-width: 849px) {
  .highlighter {
    -webkit-text-decoration: underline 12px #B3E25E;
            text-decoration: underline 12px #B3E25E;
    text-underline-offset: -10px;
  }
}

@-webkit-keyframes runningText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes runningText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.running-text {
  background: #ffe43b;
  color: #000;
  font-family: system-ui;
  font-size: 24px;
  max-width: 40em;
  overflow: hidden;
}

.running-text__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: runningText 10s linear infinite;
          animation: runningText 10s linear infinite;
  -webkit-transform-style: preserve-3d;
}

.running-text__item {
  padding: .5em .75em;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
}

section + section {
  margin-top: 200px;
}

@media (max-width: 959px) {
  section + section {
    margin-top: 120px;
  }
}

@media (max-width: 699px) {
  section + section {
    margin-top: 64px;
  }
}

section h2 {
  text-align: center;
}

section.intro, section.some-problem-inner {
  min-height: 100vh;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(117deg, #FEFFF9 0%, #F5FFE3 29.17%, #E5F5FF 75%, #F9FDFF 100%);
  padding-bottom: 120px;
  overflow: hidden;
  z-index: 10;
  position: relative;
}

section.intro .header, section.some-problem-inner .header {
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.intro .header .btns, section.some-problem-inner .header .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

section.intro .header .btns .btn, section.some-problem-inner .header .btns .btn {
  text-decoration: underline;
}

section.intro .header .btns .btn:hover, section.some-problem-inner .header .btns .btn:hover {
  text-decoration: none;
}

section.intro .header .btns .btn.btn__black, section.some-problem-inner .header .btns .btn.btn__black {
  text-decoration: none;
  width: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1269px) {
  section.intro, section.some-problem-inner {
    padding-bottom: 15px;
  }
}

@media (max-width: 699px) {
  section.intro .header, section.some-problem-inner .header {
    height: 72px;
  }
  section.intro .header .logo, section.some-problem-inner .header .logo {
    width: 132px;
    height: 20px;
  }
  section.intro .header .logo img, section.some-problem-inner .header .logo img {
    width: 100%;
    height: 100%;
  }
  section.intro .header .btns, section.some-problem-inner .header .btns {
    gap: 0;
  }
  section.intro .header .btns .btn, section.some-problem-inner .header .btns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 12px;
    font-size: 14px;
  }
  section.intro .header .btns .btn.btn__black, section.some-problem-inner .header .btns .btn.btn__black {
    padding: 10px 20px;
    width: 100px;
  }
}

@media (max-width: 519px) {
  section.intro, section.some-problem-inner {
    border-radius: 0 0 20px 20px;
  }
}

section.intro .intro-top {
  display: block;
  padding-bottom: 198px;
  position: relative;
  margin-top: 120px;
}

section.intro .intro-top .intro-top-left h1.title {
  color: var(--Text, #272727);
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.22580645em;
}

section.intro .intro-top .intro-top-left .descr {
  width: 100%;
  max-width: 445px;
  margin-top: 32px;
  color: var(--Text, #272727);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

section.intro .intro-top .intro-top-left .btn {
  margin-top: 48px;
  max-width: 200px;
}

section.intro .intro-top .intro-top-right {
  width: 612px;
  min-width: 612px;
  -webkit-box-flex: 612;
      -ms-flex: 612 612 612px;
          flex: 612 612 612px;
  height: 591px;
  position: absolute;
  right: -35px;
  bottom: 24px;
}

section.intro .intro-top .intro-top-right div {
  position: absolute;
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.27777778em;
  overflow: hidden;
}

section.intro .intro-top .intro-top-right div:nth-child(1) {
  background: url("../img/land/intro_item_bg-1.png") no-repeat;
  background-size: cover;
  width: 276px;
  height: 276px;
  left: 0;
  top: 236px;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.intro .intro-top .intro-top-right div:nth-child(2) {
  background: url("../img/land/intro_item_bg-2.png") no-repeat;
  background-size: cover;
  width: 348px;
  height: 348px;
  right: 0;
  top: 0;
  border-radius: 40px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 56px 105px 56px 56px;
}

section.intro .intro-top .intro-top-right div:nth-child(3) {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 247, 250, 0)), color-stop(83.93%, #A2DAB6));
  background: linear-gradient(180deg, rgba(233, 247, 250, 0) 0%, #A2DAB6 83.93%);
  right: 36px;
  bottom: 0;
  width: 276px;
  height: 276px;
}

section.intro .intro-top .intro-top-right div:nth-child(3) img {
  width: 100%;
  height: 100%;
}

section.intro .intro-bottom .title {
  text-align: left;
}

section.intro .intro-bottom .subtitle {
  margin-top: 11px;
}

section.intro .intro-bottom .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 46px;
}

section.intro .intro-bottom .items .item {
  height: 377px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 407px;
          flex: 1 1 407px;
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 20px;
}

section.intro .intro-bottom .items .item-title {
  z-index: 10;
  color: var(--Text, #272727);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.27777778em;
  position: relative;
}

section.intro .intro-bottom .items .item-descr {
  z-index: 10;
  margin: 40px auto 0;
  position: relative;
}

section.intro .intro-bottom .items .item > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 1;
  width: 80.83538084%;
  height: auto;
}

section.intro .intro-bottom .items .item:nth-child(1) .item-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 13px 4px 8px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: var(--Text, #272727);
  color: var(--White, #FFF);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 0.75em;
}

section.intro .intro-bottom .items .item:nth-child(1) .item-descr span {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28571429em;
  display: inline-block;
  margin-top: 4px;
}

section.intro .intro-bottom .items .item:nth-child(2) .item-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  border-radius: 40px;
  background: #ECF8F0;
  color: var(--Grey, #525252);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.24em;
  width: 100%;
  max-width: 224px;
}

section.intro .intro-bottom .items .item:nth-child(2) .item-descr img {
  height: 48px;
  width: 48px;
}

section.intro .intro-bottom .items .item:nth-child(3) {
  text-align: center;
}

section.intro .intro-bottom .items .item:nth-child(3) .item-descr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: -17px;
  border-radius: 40px;
  background: #ECF8F0;
}

section.intro .intro-bottom .items .item:nth-child(3) .item-descr img {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  border: 1px solid #ECF8F0;
  overflow: hidden;
}

section.intro .intro-bottom .items .item:nth-child(3) .item-descr img + img {
  margin-left: -17px;
}

@media (max-width: 1311px) {
  section.intro .intro-top .intro-top-right {
    right: 0;
  }
}

@media (max-width: 1199px) {
  section.intro .intro-top {
    padding-bottom: 390px;
  }
}

@media (max-width: 849px) {
  section.intro .intro-top {
    padding-bottom: 48px;
    margin-top: 32px;
  }
  section.intro .intro-top .intro-top-left h1.title {
    color: var(--Text, #272727);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    max-width: 100%;
  }
  section.intro .intro-top .intro-top-left .descr {
    max-width: 100%;
    margin-top: 22px;
  }
  section.intro .intro-top .intro-top-left .btn {
    margin-top: 24px;
  }
  section.intro .intro-top .intro-top-right {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -30px auto 0;
  }
  section.intro .intro-bottom .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.intro .intro-bottom .items .item {
    height: 377px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(49% - 5px);
            flex: 1 1 calc(49% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 639px) {
  section.intro .intro-top .intro-top-right {
    min-width: auto;
    width: 500px;
    height: 516px;
  }
  section.intro .intro-top .intro-top-right div:nth-child(1) {
    width: 236px;
    height: 236px;
    top: 139px;
  }
  section.intro .intro-top .intro-top-right div:nth-child(2) {
    width: 276px;
    height: 276px;
    border-radius: 30px 30px 0 30px;
  }
  section.intro .intro-top .intro-top-right div:nth-child(3) {
    width: 220px;
    height: 258px;
  }
  section.intro .intro-bottom .items .item {
    height: 280px;
  }
  section.intro .intro-bottom .items .item > img {
    width: 88%;
  }
  section.intro .intro-bottom .items .item .item-descr {
    margin-top: 30px;
  }
  section.intro .intro-bottom .items .item:nth-child(1) .item-descr {
    width: 70px;
    padding: 4px;
    border-radius: 8px;
    font-size: 21px;
  }
  section.intro .intro-bottom .items .item:nth-child(1) .item-descr span {
    font-size: 10px;
    margin-top: 4px;
  }
  section.intro .intro-bottom .items .item:nth-child(2) .item-descr {
    font-size: 16px;
    height: 40px;
    width: 100%;
    max-width: 224px;
  }
  section.intro .intro-bottom .items .item:nth-child(2) .item-descr img {
    height: 30px;
    width: 30px;
  }
  section.intro .intro-bottom .items .item:nth-child(3) .item-descr {
    padding: 5px;
  }
  section.intro .intro-bottom .items .item:nth-child(3) .item-descr img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 519px) {
  section.intro .intro-top .intro-top-right {
    min-width: auto;
    width: 100%;
    height: auto;
    margin-top: 48px;
  }
  section.intro .intro-top .intro-top-right div {
    position: relative;
  }
  section.intro .intro-top .intro-top-right div:nth-child(1) {
    width: 100%;
    max-width: 448px;
    height: auto;
    aspect-ratio: 1;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  section.intro .intro-top .intro-top-right div:nth-child(2) {
    width: calc(100% + 30px);
    max-width: initial;
    height: auto;
    aspect-ratio: 1;
    top: auto;
    left: auto;
    margin: -10px 0 0 -15px;
    padding: 56px 105px 17% 17%;
  }
  section.intro .intro-top .intro-top-right div:nth-child(3) {
    width: 100%;
    max-width: 448px;
    height: auto;
    aspect-ratio: 1;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -10px auto 0;
  }
  section.intro .intro-bottom .items .item {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 11% 5% 56%;
  }
  section.intro .intro-bottom .items .item .item-descr {
    margin-top: 6%;
  }
  section.intro .intro-bottom .items .item:nth-child(3) > img {
    width: 90%;
  }
}

section.some-problem-inner .content-block {
  height: calc(100vh - 116px);
  margin-top: -58px;
  min-height: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.some-problem-inner .content-block .bg {
  width: 100%;
  max-width: 971px;
  height: auto;
}

section.some-problem-inner .content-block h1 {
  margin-top: 40px;
  line-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.some-problem-inner .content-block h1 img {
  margin-right: 12px;
  height: 60px;
  width: auto;
}

section.some-problem-inner .content-block h1 + p {
  margin-top: 12px;
}

section.some-problem-inner .content-block h1 + p + .btn {
  margin-top: 32px;
  width: 100%;
  max-width: 370px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  section.some-problem-inner .content-block {
    min-height: 650px;
    height: calc(100vh - 29px);
  }
  section.some-problem-inner .content-block h1 {
    font-size: 32px;
    line-height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.some-problem-inner .content-block h1 img {
    margin-right: 0;
    height: 32px;
  }
  section.some-problem-inner .content-block h1 + p {
    text-align: center;
  }
}

@media (max-width: 699px) {
  section.some-problem-inner {
    height: auto;
    margin-top: 0;
    min-height: 500px;
  }
}

section.who-are-you .select-your-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  border-radius: 20px;
  background: url("../img/land/ring.jpg") no-repeat 50% 50%/100% auto;
  padding: 16px;
}

section.who-are-you .select-your-role > * {
  position: relative;
  z-index: 10;
}

section.who-are-you .select-your-role:before {
  z-index: 1;
  display: block;
  position: absolute;
  background: #000;
}

section.who-are-you .select-your-role .title {
  color: #fff;
}

section.who-are-you .select-your-role .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 800px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  margin: 0 auto;
  width: 100%;
}

section.who-are-you .select-your-role .btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 11px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 4px;
  color: #fff;
}

section.who-are-you .select-your-role .btns a.active {
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Lexend Deca", serif;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1269px) {
  section.who-are-you {
    margin-top: -40px;
  }
  section.who-are-you .select-your-role {
    border-radius: 0;
    background: url("../img/land/ring.jpg") no-repeat 50% 50%/auto 977px;
  }
}

@media (max-width: 699px) {
  section.who-are-you .select-your-role {
    height: 600px;
    background: url("../img/land/ring.jpg") no-repeat 50% 50%/auto 606px;
  }
}

@media (max-width: 519px) {
  section.who-are-you {
    margin-top: -20px;
  }
}

section.benefits .benefits-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 52px;
}

section.benefits .benefits-inner .benefits-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

section.benefits .benefits-inner .benefits-item:before {
  position: absolute;
  display: block;
  content: '';
}

section.benefits .benefits-inner .benefits-item .title {
  color: var(--Text, #272727);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25em;
  z-index: 10;
  position: relative;
}

section.benefits .benefits-inner .benefits-item .descr {
  z-index: 10;
  margin-top: 10px;
  position: relative;
}

section.benefits.adv .benefits-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 434px;
}

section.benefits.adv .benefits-inner > div {
  height: 100%;
}

section.benefits.adv .benefits-inner > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 515px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 515;
      -ms-flex: 515 515 515px;
          flex: 515 515 515px;
}

section.benefits.adv .benefits-inner > div:last-child {
  width: 701px;
  -webkit-box-flex: 701;
      -ms-flex: 701 701 701px;
          flex: 701 701 701px;
  position: relative;
}

section.benefits.adv .benefits-inner .benefits-item {
  padding: 32px;
  width: 100%;
}

section.benefits.adv .benefits-inner .benefits-item_1 {
  background: url("../img/land/benefits-adv-1.png") #030303 no-repeat right -0.5em bottom -6em;
  background-size: 51.3% auto;
  -webkit-box-flex: 233;
      -ms-flex: 233 233 233px;
          flex: 233 233 233px;
}

section.benefits.adv .benefits-inner .benefits-item_1 .title {
  width: 48%;
  color: #929292;
}

section.benefits.adv .benefits-inner .benefits-item_2 {
  background: url("../img/land/benefits-adv-2.png") no-repeat left -87px bottom -112px, -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
  background: url("../img/land/benefits-adv-2.png") no-repeat left -87px bottom -112px, linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
  background-size: 59% auto;
  -webkit-box-flex: 176;
      -ms-flex: 176 176 176px;
          flex: 176 176 176px;
  padding-left: 36%;
}

section.benefits.adv .benefits-inner .benefits-item_3 {
  background: url("../img/land/benefits-adv-3.png") no-repeat left 2em bottom -2em/40% auto, url("../img/land/benefits-adv-bg_3.png") no-repeat center/100% 100%;
  height: 100%;
  padding-left: 50.5%;
}

section.benefits.adv .benefits-inner .benefits-item_3 .btn {
  margin-top: 26px;
  max-width: 200px;
}

section.benefits.adv .benefits-inner .benefits-item_4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48.5%;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px 49px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/land/benefits-adv-4.png") no-repeat right -36px bottom -85px/46% auto, -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
  background: url("../img/land/benefits-adv-4.png") no-repeat right -36px bottom -85px/46% auto, linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
}

section.benefits.adv .benefits-inner .benefits-item_4 .title {
  max-width: 220px;
}

section.benefits.adv .benefits-inner .benefits-item_4 .descr {
  max-width: 220px;
}

section.benefits.web .benefits-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.benefits.web .benefits-inner .benefits-item {
  padding: 32px;
}

section.benefits.web .benefits-inner > div {
  width: 100%;
}

section.benefits.web .benefits-inner > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}

section.benefits.web .benefits-inner > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  height: 247px;
}

section.benefits.web .benefits-inner .benefits-item {
  padding: 32px;
}

section.benefits.web .benefits-inner .benefits-item_1 {
  background: #030303;
  -webkit-box-flex: 662;
      -ms-flex: 662 662 662px;
          flex: 662 662 662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
}

section.benefits.web .benefits-inner .benefits-item_1:before {
  background: url("../img/land/benefits-web-1.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 364.539px;
  height: 358.894px;
  left: 265px;
  bottom: -175px;
}

section.benefits.web .benefits-inner .benefits-item_1 .title {
  width: 220px;
  color: #929292;
}

section.benefits.web .benefits-inner .benefits-item_2 {
  -webkit-box-flex: 554;
      -ms-flex: 554 554 554px;
          flex: 554 554 554px;
  height: 210px;
  background: -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0)), -webkit-gradient(linear, right top, left top, color-stop(0.14%, #CDD7DB), to(#C0CCD1));
  background: linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%), linear-gradient(270deg, #CDD7DB 0.14%, #C0CCD1 100%);
}

section.benefits.web .benefits-inner .benefits-item_2:before {
  background: url("../img/land/benefits-web-2.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 423.685px;
  height: 443.277px;
  left: 276px;
  bottom: -150px;
}

section.benefits.web .benefits-inner .benefits-item_2 .title, section.benefits.web .benefits-inner .benefits-item_2 .descr {
  width: 230px;
}

section.benefits.web .benefits-inner .benefits-item_3 {
  -webkit-box-flex: 529;
      -ms-flex: 529 529 529px;
          flex: 529 529 529px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
  background: linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}

section.benefits.web .benefits-inner .benefits-item_3:before {
  background: url("../img/land/benefits-web-3.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 387.843px;
  height: 388.852px;
  right: 256px;
  bottom: -100.852px;
}

section.benefits.web .benefits-inner .benefits-item_3 .title, section.benefits.web .benefits-inner .benefits-item_3 .descr {
  width: 220px;
}

section.benefits.web .benefits-inner .benefits-item_4 {
  -webkit-box-flex: 687;
      -ms-flex: 687 687 687px;
          flex: 687 687 687px;
  height: 100%;
  background: url("../img/land/benefits-web-bg_4.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.benefits.web .benefits-inner .benefits-item_4:before {
  background: url("../img/land/benefits-web-4.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 372.201px;
  height: 345.716px;
  left: 353px;
  bottom: -92px;
}

section.benefits.web .benefits-inner .benefits-item_4 .title,
section.benefits.web .benefits-inner .benefits-item_4 .descr {
  width: 340px;
}

section.benefits.web .benefits-inner .benefits-item_4 .btn {
  max-width: 200px;
  width: 100%;
}

section.benefits .wrapper {
  margin-top: 200px;
}

@media (max-width: 1159px) {
  section.benefits .benefits-inner .benefits-item_1 .title {
    font-size: 22px;
  }
  section.benefits.adv .benefits-inner {
    height: 370px;
  }
  section.benefits.adv .benefits-inner .benefits-item .descr {
    margin-top: 5px;
  }
  section.benefits.adv .benefits-inner .benefits-item_3 {
    padding-top: 14px;
    padding-right: 14px;
  }
  section.benefits.adv .benefits-inner .benefits-item_3 .btn {
    margin-top: 10px;
  }
  section.benefits.adv .benefits-inner .benefits-item_4 {
    height: 140px;
  }
}

@media (max-width: 1059px) {
  section.benefits .benefits-inner .benefits-item .title {
    font-size: 22px;
  }
  section.benefits .benefits-inner .benefits-item .descr {
    font-size: 14px;
  }
  section.benefits.adv .benefits-inner {
    height: 320px;
  }
  section.benefits.adv .benefits-inner .benefits-item {
    gap: 8px;
    padding: 16px;
  }
  section.benefits.adv .benefits-inner .benefits-item_2 {
    padding-left: 36%;
  }
  section.benefits.adv .benefits-inner .benefits-item_3 {
    padding-left: 51.5%;
  }
  section.benefits.adv .benefits-inner .benefits-item_4 {
    height: 120px;
    padding: 16px;
  }
}

@media (max-width: 959px) {
  section.benefits .wrapper {
    margin-top: 120px;
  }
  section.benefits .benefits-inner .benefits-item .title {
    font-size: 28px;
  }
  section.benefits .benefits-inner .benefits-item .descr {
    font-size: 16px;
  }
  section.benefits.adv .benefits-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  section.benefits.adv .benefits-inner > div:first-child {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  section.benefits.adv .benefits-inner > div:last-child {
    width: 100%;
    height: 434px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    position: relative;
  }
  section.benefits.adv .benefits-inner .benefits-item {
    gap: 8px;
    padding: 32px;
  }
  section.benefits.adv .benefits-inner .benefits-item_1 {
    background: url(../img/land/benefits-adv-1.png) #030303 no-repeat right 0 bottom 0;
    background-size: 42.3% auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
  }
  section.benefits.adv .benefits-inner .benefits-item_2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
    background: url("../img/land/benefits-adv-2.png") no-repeat left -8.5em bottom -3em, -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
    background: url("../img/land/benefits-adv-2.png") no-repeat left -8.5em bottom -3em, linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
    background-size: 68% auto;
    padding-left: 18%;
  }
  section.benefits.adv .benefits-inner .benefits-item_3 {
    background: url("../img/land/benefits-adv-3.png") no-repeat left 1em bottom -153px/40% auto, url("../img/land/benefits-adv-bg_3.png") no-repeat center/100% 100%;
    height: 100%;
    padding-left: 51.5%;
  }
  section.benefits.adv .benefits-inner .benefits-item_4 {
    background: url("../img/land/benefits-adv-4.png") no-repeat right -36px bottom -83px/35% auto, -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
    background: url("../img/land/benefits-adv-4.png") no-repeat right -36px bottom -83px/35% auto, linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
    height: 165px;
    padding: 20px 32px 49px 24px;
    gap: 12px;
  }
}

@media (max-width: 829px) {
  section.benefits .benefits-inner .benefits-item .title {
    font-size: 22px;
  }
  section.benefits .benefits-inner .benefits-item .descr {
    font-size: 14px;
  }
  section.benefits.adv .benefits-inner > div:last-child {
    height: 345px;
  }
  section.benefits.adv .benefits-inner .benefits-item_2 {
    padding-left: 15%;
  }
  section.benefits.adv .benefits-inner .benefits-item_4 {
    height: 126px;
  }
}

@media (max-width: 699px) {
  section.benefits .wrapper {
    margin-top: 64px;
  }
  section.benefits.adv .benefits-inner {
    margin-top: 32px;
    gap: 8px;
  }
  section.benefits.adv .benefits-inner > div {
    gap: 8px;
  }
  section.benefits.adv .benefits-inner > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  section.benefits.adv .benefits-inner > div:last-child {
    height: auto;
  }
  section.benefits.adv .benefits-inner .benefits-item {
    padding: 24px;
  }
  section.benefits.adv .benefits-inner .benefits-item_1 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    background: url("../img/land/benefits-adv-1.png") #030303 no-repeat right 20px bottom -74px;
    background-size: 178px 290px;
  }
  section.benefits.adv .benefits-inner .benefits-item_2 {
    padding-left: 120px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    min-height: 124px;
    background: -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
    background: linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
    position: relative;
  }
  section.benefits.adv .benefits-inner .benefits-item_2:before {
    display: block;
    content: '';
    width: 119.829px;
    height: 135.806px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    position: absolute;
    background: url("../img/land/benefits-adv-2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    bottom: -9px;
    left: -26px;
  }
  section.benefits.adv .benefits-inner .benefits-item_3 {
    height: auto;
    min-height: 200px;
    background: url("../img/land/benefits-adv-3_mob.png") no-repeat right 7px bottom 0/151px auto, url("../img/land/benefits-adv-bg-mob_3.png") no-repeat 50% 100%/auto 100%;
    padding-right: 191px;
    padding-left: 24px;
  }
  section.benefits.adv .benefits-inner .benefits-item_4 {
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#E9F6FF), to(#ECF8F0));
    background: linear-gradient(270deg, #E9F6FF 0%, #ECF8F0 100%);
    padding: 24px 24px 24px 134px;
    margin-top: 8px;
  }
  section.benefits.adv .benefits-inner .benefits-item_4:before {
    display: block;
    content: '';
    position: absolute;
    width: 157px;
    height: 218px;
    bottom: -126px;
    left: -27px;
    z-index: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    background: url("../img/land/benefits-adv-4.png") no-repeat 50% 50%;
    background-size: 100% 100%;
  }
  section.benefits.web .benefits-inner {
    gap: 8px;
  }
  section.benefits.web .benefits-inner > div:first-child {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  section.benefits.web .benefits-inner > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    height: auto;
  }
  section.benefits.web .benefits-inner .benefits-item {
    padding: 24px;
    width: 100%;
  }
  section.benefits.web .benefits-inner .benefits-item_1 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.benefits.web .benefits-inner .benefits-item_1:before {
    left: auto;
    width: 200px;
    height: 197px;
    right: 15px;
    bottom: -80px;
  }
  section.benefits.web .benefits-inner .benefits-item_2 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: auto;
  }
  section.benefits.web .benefits-inner .benefits-item_2:before {
    width: 220px;
    height: 230px;
    left: auto;
    right: 0;
    bottom: -92px;
  }
  section.benefits.web .benefits-inner .benefits-item_3 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: auto;
  }
  section.benefits.web .benefits-inner .benefits-item_3:before {
    width: 200px;
    height: 200px;
    right: auto;
    left: 0;
    bottom: auto;
    top: -20px;
  }
  section.benefits.web .benefits-inner .benefits-item_3 .title, section.benefits.web .benefits-inner .benefits-item_3 .descr {
    width: calc(100% - 180px);
  }
  section.benefits.web .benefits-inner .benefits-item_4 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: auto;
  }
  section.benefits.web .benefits-inner .benefits-item_4:before {
    left: auto;
    right: -71px;
  }
  section.benefits.web .benefits-inner .benefits-item_4 .title,
  section.benefits.web .benefits-inner .benefits-item_4 .descr {
    width: calc(100% - 200px);
  }
  section.benefits.web .benefits-inner .benefits-item_4 .btn {
    margin-top: 20px;
  }
}

@media (max-width: 519px) {
  section.benefits.adv .benefits-inner .benefits-item_3 {
    background: url("../img/land/benefits-adv-3_mob.png") no-repeat right -16px bottom 0px/133px auto, url("../img/land/benefits-adv-bg-mob_3.png") no-repeat 50% 100%/auto 100%;
    padding-right: 104px;
  }
  section.benefits.web .benefits-inner .benefits-item_1:before {
    left: 67%;
    right: auto;
  }
  section.benefits.web .benefits-inner .benefits-item_2:before {
    left: 230px;
    right: auto;
  }
  section.benefits.web .benefits-inner .benefits-item_3:before {
    left: -94px;
  }
  section.benefits.web .benefits-inner .benefits-item_3 .title, section.benefits.web .benefits-inner .benefits-item_3 .descr {
    width: calc(100% - 70px);
  }
  section.benefits.web .benefits-inner .benefits-item_4:before {
    left: 55%;
    right: auto;
  }
  section.benefits.web .benefits-inner .benefits-item_4 .title,
  section.benefits.web .benefits-inner .benefits-item_4 .descr {
    width: calc(100% - 50px);
  }
}

section.how-we-work .subtitle {
  margin-top: 16px;
  text-align: center;
}

section.how-we-work .list {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 72px;
}

section.how-we-work .list .item img {
  width: 64px;
  height: 64px;
}

section.how-we-work .list .item .title {
  color: var(--Text, #272727);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 32px;
}

section.how-we-work .list .item .descr {
  line-height: 1.5em;
  margin-top: 12px;
}

section.how-we-work.adv .list .item:last-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("../img/land/how-we-work-6-bg.svg") #F6F6F6 no-repeat bottom right;
  border-radius: 20px;
}

section.how-we-work.adv .list .item:last-child:after {
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 12px;
  height: 32px;
  width: 32px;
  background: url("../img/land/how-we-work-6.svg") no-repeat 50% 50%;
}

section.how-we-work.adv .list .item:last-child .title {
  color: var(--Text, #272727);
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
}

@media (max-width: 699px) {
  section.how-we-work .list {
    grid-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-top: 32px;
  }
  section.how-we-work .list .item .title {
    margin-top: 24px;
  }
  section.how-we-work.adv .list .item:last-child:after {
    border-radius: 20px;
    display: block;
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    height: 32px;
    width: 32px;
    background: url("../img/land/how-we-work-6.svg") no-repeat 50% 50%;
  }
  section.how-we-work.adv .list .item:last-child .title {
    margin-top: 0;
  }
}

@media (max-width: 519px) {
  section.how-we-work .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: initial;
    grid-template-rows: initial;
  }
  section.how-we-work.adv .list .item:last-child {
    height: 140px;
  }
}

section.footer {
  padding: 0 0 52px;
  margin-top: 200px;
}

section.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 40px;
  background: #EAF6E4;
}

section.footer .footer-inner .footer-contacts {
  width: 100%;
  padding: 0 128px;
}

@media (max-width: 960px) {
  section.footer .footer-inner .footer-contacts {
    padding: 0 16px;
  }
}

section.footer .footer-inner .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  section.footer .footer-inner .contact-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.footer .footer-inner .contact-detail-title {
  max-width: 550px;
  margin-bottom: 15px;
  color: #272727;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.footer .footer-inner .contact-detail-subtitle {
  color: #525252;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.footer .footer-inner .contact-links-item {
  margin-bottom: 24px;
}

section.footer .footer-inner .contact-links-title {
  color: #525252;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.footer .footer-inner .contact-links-link {
  color: #272727;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section.footer .footer-inner .feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  margin-top: 44px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

section.footer .footer-inner .feedback-form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}

@media (max-width: 768px) {
  section.footer .footer-inner .feedback-form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.footer .footer-inner .feedback-form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (max-width: 768px) {
  section.footer .footer-inner .feedback-form-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.footer .footer-inner .feedback-form-radiobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(73, 107, 49, 0.3);
}

section.footer .footer-inner .feedback-form-radiobutton {
  position: relative;
  height: 40px;
  width: 50%;
  padding: 11px 0px;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.footer .footer-inner .feedback-form-radiobutton label, section.footer .footer-inner .feedback-form-radiobutton input {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.footer .footer-inner .feedback-form-radiobutton input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

section.footer .footer-inner .feedback-form-radiobutton input[type="radio"]:checked + label {
  background: #FFF;
  border-radius: 4px;
}

section.footer .footer-inner .feedback-form-radiobutton label {
  cursor: pointer;
  z-index: 90;
  line-height: 40px;
}

section.footer .footer-links {
  padding-top: 52px;
}

section.footer .footer-links .copyright {
  color: var(--Text, #272727);
  text-align: right;
  font-family: "Lexend Deca", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.footer .footer-links .links a {
  color: var(--Text, #272727);
  font-family: "Lexend Deca", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section.footer .footer-links .links a:hover {
  text-decoration: none;
}

section.footer .footer-links .links a + a {
  padding-left: 20px;
}

section.footer .footer-links > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1269px) {
  section.footer .footer-inner {
    border-radius: 0;
  }
}

@media (max-width: 959px) {
  section.footer {
    margin-top: 120px;
  }
}

@media (max-width: 699px) {
  section.footer {
    margin-top: 64px;
  }
}

@media (max-width: 519px) {
  section.footer .footer-links > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.footer .footer-links .links {
    text-align: center;
  }
  section.footer .footer-links .copyright {
    text-align: center;
  }
}

.stage-enviroment {
  position: fixed;
  z-index: 100500;
  top: 0;
  left: 0;
}

.noscroll {
  overflow: hidden;
}

.close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 44px;
  height: 44px;
  background: url("../img/land/popup-close.svg") #fff no-repeat 50% 50%;
  background-size: 24px;
  border-radius: 22px;
  cursor: pointer;
}

@media (max-width: 709px) {
  .close {
    left: auto;
    right: 0;
    bottom: calc(100% + 8px);
  }
}

.overlay {
  z-index: 100;
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.overlay-close {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup {
  background: #fff;
  border-radius: 10px;
  max-width: 100%;
  min-width: 320px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.popup.open {
  display: block;
}

.popup.registration > a,
.popup.registration > span, .popup.login > a,
.popup.login > span, .popup.terms > a,
.popup.terms > span, .popup.remind-password > a,
.popup.remind-password > span, .popup.resetpwd > a,
.popup.resetpwd > span {
  display: inline-block;
  height: 30px;
  line-height: 1.25em;
  background: none;
  text-transform: uppercase;
  vertical-align: top;
  width: calc(100% - 20px);
  color: var(--Text, #272727);
  text-align: center;
  font-family: "Lexend Deca", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.popup.registration > a:hover,
.popup.registration > span:hover, .popup.login > a:hover,
.popup.login > span:hover, .popup.terms > a:hover,
.popup.terms > span:hover, .popup.remind-password > a:hover,
.popup.remind-password > span:hover, .popup.resetpwd > a:hover,
.popup.resetpwd > span:hover {
  text-decoration: none;
}

.popup.registration > a.tab, .popup.registration > a[href="#tab3"],
.popup.registration > span.tab,
.popup.registration > span[href="#tab3"], .popup.login > a.tab, .popup.login > a[href="#tab3"],
.popup.login > span.tab,
.popup.login > span[href="#tab3"], .popup.terms > a.tab, .popup.terms > a[href="#tab3"],
.popup.terms > span.tab,
.popup.terms > span[href="#tab3"], .popup.remind-password > a.tab, .popup.remind-password > a[href="#tab3"],
.popup.remind-password > span.tab,
.popup.remind-password > span[href="#tab3"], .popup.resetpwd > a.tab, .popup.resetpwd > a[href="#tab3"],
.popup.resetpwd > span.tab,
.popup.resetpwd > span[href="#tab3"] {
  background: #fff;
}

.popup.registration > a[href="#tab3"],
.popup.registration > span[href="#tab3"], .popup.login > a[href="#tab3"],
.popup.login > span[href="#tab3"], .popup.terms > a[href="#tab3"],
.popup.terms > span[href="#tab3"], .popup.remind-password > a[href="#tab3"],
.popup.remind-password > span[href="#tab3"], .popup.resetpwd > a[href="#tab3"],
.popup.resetpwd > span[href="#tab3"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.popup.registration > a[href="#tab4"],
.popup.registration > span[href="#tab4"], .popup.login > a[href="#tab4"],
.popup.login > span[href="#tab4"], .popup.terms > a[href="#tab4"],
.popup.terms > span[href="#tab4"], .popup.remind-password > a[href="#tab4"],
.popup.remind-password > span[href="#tab4"], .popup.resetpwd > a[href="#tab4"],
.popup.resetpwd > span[href="#tab4"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.popup.registration, .popup.login, .popup.remind-password, .popup.resetpwd {
  width: calc(100% - 32px);
  max-width: 600px;
  margin-top: 130px;
  z-index: 10;
  padding: 40px;
  text-align: center;
  font-size: 0;
}

.popup.registration form, .popup.login form, .popup.remind-password form, .popup.resetpwd form {
  display: none;
  text-align: left;
  margin-top: 19px;
  color: #000;
  font: 400 14px/16px "Roboto", sans-serif;
}

.popup.registration form:nth-of-type(1), .popup.login form:nth-of-type(1), .popup.remind-password form:nth-of-type(1), .popup.resetpwd form:nth-of-type(1) {
  display: block;
}

.popup.registration form input[type="submit"], .popup.login form input[type="submit"], .popup.remind-password form input[type="submit"], .popup.resetpwd form input[type="submit"] {
  width: 100%;
  margin-top: 32px;
}

.popup.registration form input[type="checkbox"] ~ span > span, .popup.login form input[type="checkbox"] ~ span > span, .popup.remind-password form input[type="checkbox"] ~ span > span, .popup.resetpwd form input[type="checkbox"] ~ span > span {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  cursor: pointer;
}

.popup.registration form .input-outer, .popup.login form .input-outer, .popup.remind-password form .input-outer, .popup.resetpwd form .input-outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.popup.registration form .input-outer + .input-outer, .popup.login form .input-outer + .input-outer, .popup.remind-password form .input-outer + .input-outer, .popup.resetpwd form .input-outer + .input-outer {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup.registration #tab1:target ~ form:nth-of-type(1), .popup.login #tab1:target ~ form:nth-of-type(1), .popup.remind-password #tab1:target ~ form:nth-of-type(1), .popup.resetpwd #tab1:target ~ form:nth-of-type(1) {
  display: block;
}

.popup.registration #tab1:target ~ form:nth-of-type(2), .popup.login #tab1:target ~ form:nth-of-type(2), .popup.remind-password #tab1:target ~ form:nth-of-type(2), .popup.resetpwd #tab1:target ~ form:nth-of-type(2) {
  display: none;
}

.popup.registration #tab1:target ~ a[href="#tab1"], .popup.login #tab1:target ~ a[href="#tab1"], .popup.remind-password #tab1:target ~ a[href="#tab1"], .popup.resetpwd #tab1:target ~ a[href="#tab1"] {
  color: #fff;
  background: blue;
  border: 1px solid blue;
}

.popup.registration #tab1:target ~ a[href="#tab2"], .popup.login #tab1:target ~ a[href="#tab2"], .popup.remind-password #tab1:target ~ a[href="#tab2"], .popup.resetpwd #tab1:target ~ a[href="#tab2"] {
  background: none;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
}

.popup.registration #tab2:target ~ form:nth-of-type(2), .popup.login #tab2:target ~ form:nth-of-type(2), .popup.remind-password #tab2:target ~ form:nth-of-type(2), .popup.resetpwd #tab2:target ~ form:nth-of-type(2) {
  display: block;
}

.popup.registration #tab2:target ~ form:nth-of-type(1), .popup.login #tab2:target ~ form:nth-of-type(1), .popup.remind-password #tab2:target ~ form:nth-of-type(1), .popup.resetpwd #tab2:target ~ form:nth-of-type(1) {
  display: none;
}

.popup.registration #tab2:target ~ a[href="#tab1"], .popup.login #tab2:target ~ a[href="#tab1"], .popup.remind-password #tab2:target ~ a[href="#tab1"], .popup.resetpwd #tab2:target ~ a[href="#tab1"] {
  background: none;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
}

.popup.registration #tab2:target ~ a[href="#tab2"], .popup.login #tab2:target ~ a[href="#tab2"], .popup.remind-password #tab2:target ~ a[href="#tab2"], .popup.resetpwd #tab2:target ~ a[href="#tab2"] {
  color: #fff;
  background: blue;
  border: 1px solid blue;
}

@media (max-width: 659px) {
  .popup.registration, .popup.login, .popup.remind-password, .popup.resetpwd {
    padding: 32px 20px 20px;
  }
}

.popup.terms {
  z-index: 100;
  margin-top: 200px;
  padding: 50px;
  font-size: 0;
  text-align: center;
  max-width: 970px;
}

.popup.terms .content {
  display: none;
  text-align: left;
  padding-top: 30px;
}

.popup.terms .content:nth-of-type(2) {
  display: block;
}

.popup.terms #tab3:target ~ .content:nth-of-type(2) {
  display: block;
}

.popup.terms #tab3:target ~ .content:nth-of-type(3) {
  display: none;
}

.popup.terms #tab3:target ~ a[href="#tab3"] {
  color: #fff;
  background: blue;
  border: 1px solid blue;
}

.popup.terms #tab3:target ~ a[href="#tab4"] {
  background: none;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
}

.popup.terms #tab4:target ~ .content:nth-of-type(3) {
  display: block;
}

.popup.terms #tab4:target ~ .content:nth-of-type(2) {
  display: none;
}

.popup.terms #tab4:target ~ a[href="#tab3"] {
  background: none;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
}

.popup.terms #tab4:target ~ a[href="#tab4"] {
  color: #fff;
  background: blue;
  border: 1px solid blue;
}

@media all and (max-width: 767px) {
  .popup.registration form .input-outer label + label {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .popup.login form .input-outer + .input-outer > label {
    margin-top: 0;
  }
}

@media all and (max-width: 350px) {
  .popup.login form .input-outer + .input-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup.login form .input-outer + .input-outer a {
    margin-left: 28px;
  }
}

.form-success,
.form-errors {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 400 14px/16px "Roboto", sans-serif;
}

.form-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.form-success {
  color: #44a942;
  background-color: #def2de;
  border-color: #ccebd1;
}

.resetpwd .form-errors,
.remind-password .form-errors,
.remind-password .form-success {
  margin-top: 19px;
}

.remind-password .form-errors + input[type='submit'],
.remind-password .form-success + input[type='submit'] {
  margin-top: 20px;
}

section.reset-pwd {
  padding: 0;
  height: 100%;
}

section.reset-pwd .logo {
  display: block;
  background-size: cover;
  height: 44px;
  width: 251px;
  margin: 40px auto 0;
}

section.reset-pwd .overlay {
  background: none;
}

section.reset-pwd .input-outer + .input-outer,
section.reset-pwd .resetpwd-form-errors + .input-outer {
  margin-top: 19px;
}

section.reset-pwd .resetpwd-form-errors {
  margin-bottom: 0;
}

section.reset-pwd input[type='submit'] {
  margin: 19px auto 0;
}

section.reset-pwd .popup.resetpwd {
  margin-top: 50px;
}

section.reset-pwd .popup.resetpwd > span.tab {
  max-width: 230px;
}

a.disabled-link {
  pointer-events: none;
}

#browserinfo {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: rgba(40, 40, 40, 0.8);
  color: #fff;
}

#browserinfo .close {
  top: 15px;
  right: 15px;
}

#browserinfo .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 100px;
  height: auto;
  padding: 10px 30px;
}

#browserinfo .wrapper .messagetext {
  width: 100%;
  padding-left: 110px;
  padding-right: 175px;
}

#browserinfo .wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 15px;
  width: 84px;
  height: 72px;
}

#browserinfo .wrapper .btn-blue {
  position: absolute;
  width: 125px;
  min-width: 125px;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}

@media all and (max-width: 1365px) {
  #browserinfo .close {
    display: none;
  }
}

@media all and (max-width: 1199px) {
  #browserinfo .wrapper:before {
    left: 10px;
  }
  #browserinfo .wrapper .btn-blue {
    right: 0;
  }
  #browserinfo .wrapper .messagetext {
    width: 100%;
    padding-left: 95px;
    padding-right: 160px;
  }
}

@media all and (max-width: 1023px) {
  #browserinfo .wrapper:before {
    left: 20px;
  }
  #browserinfo .wrapper .btn-blue {
    right: 25px;
  }
  #browserinfo .wrapper .messagetext {
    width: 100%;
    padding-left: 100px;
    padding-right: 140px;
  }
}

@media all and (max-width: 639px) {
  #browserinfo .wrapper {
    padding: 15px;
  }
  #browserinfo .wrapper:before {
    display: none;
  }
  #browserinfo .wrapper .messagetext {
    padding: 0;
  }
  #browserinfo .wrapper .btn-blue {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 10px auto 0;
  }
}

section.text {
  text-align: left;
  height: 100%;
  background: linear-gradient(117deg, #FEFFF9 0%, #F5FFE3 29.17%, #E5F5FF 75%, #F9FDFF 100%);
  padding: 100px 0;
}

section.text * {
  font-family: "Lexend Deca", serif;
}

section.text .wrapper:before {
  display: none;
}

section.text a {
  color: var(--Text, #272727);
  text-decoration: underline;
}

section.text a:visited, section.text a:focus, section.text a:active {
  color: --Text, #272727;
}

section.text a:hover {
  text-decoration: none;
}

section.text h1 {
  margin-bottom: 20px;
  text-align: center;
}

section.text h2 {
  padding: 0;
  margin: 20px 0 15px;
  text-align: center;
}

section.text h3, section.text .wrapper > strong {
  margin: 20px 0 15px;
  display: block;
}

section.text p.sub {
  margin-left: 15px;
}

section.text p + p {
  margin-top: 20px;
}

section.text p + ul,
section.text p + ol {
  margin-top: 20px;
}

section.text strong + ul,
section.text strong + ol {
  margin-top: 15px;
}

section.text ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  list-style-position: inside;
}

section.text ol.abc {
  list-style-type: lower-latin;
  margin-left: 15px;
}

section.text ol.lower-roman {
  list-style-type: none;
  margin-left: 15px;
}

section.text ol.lower-roman span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

section.text ul {
  list-style: square inside;
  margin-bottom: 20px;
}

.marquee {
  width: 100%;
  padding: 10px 0;
  white-space: nowrap;
  color: #272727;
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  overflow: hidden;
}

.marquee-inner {
  will-change: transform;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
