/*** Variables ***/
/*** Mixins ***/
.card.card--careers-1 .card-img .card-img-i, .card.card--info .card-l .card-img, .card.card--feature .card-img {
  position: relative;
  line-height: 0;
}
.card.card--careers-1 .card-img .card-img-i:before, .card.card--info .card-l .card-img:before, .card.card--feature .card-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(172, 0, 176, 0) 20%, #7e2381 100%);
  opacity: 0.5;
  z-index: 1;
}

.section-details-6 .details-6-items .details-6-item .item-t .item-img {
  position: relative;
  line-height: 0;
}
.section-details-6 .details-6-items .details-6-item .item-t .item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(172, 0, 176, 0) 20%, #7e2381 100%);
  opacity: 0.3;
  z-index: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-webfont.woff2") format("woff2"), url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"), url("../fonts/helvetica-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-light-webfont.woff2") format("woff2"), url("../fonts/helvetica-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  height: 100%;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

input[type=submit],
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea,
label {
  font-family: "Helvetica", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.8;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.8;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.8;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.8;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.6;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.6;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.6;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.6;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Helvetica", sans-serif;
  letter-spacing: -0.03em;
}

h1,
.h1 {
  font-weight: bold;
  line-height: 1;
  font-size: 48px;
}
@media screen and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1.1;
}
@media screen and (max-width: 1599px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1.2;
}
@media screen and (max-width: 1599px) {
  h3,
  .h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1599px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 1em;
}

img {
  max-width: 100%;
  height: auto;
}

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  font-weight: bold;
  height: 50px;
  line-height: 26px;
  border-radius: 15px;
  font-size: 20px;
  letter-spacing: -0.025em;
  border: 2px solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .btn {
    height: 44px;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
.btn.btn-black {
  background: #000;
  color: #fff;
}
.btn.btn-black:hover {
  background: #585858;
}
.btn.btn-white {
  background: #fff;
  color: #000;
}
.btn.btn-white:hover {
  background: #cccbcb;
}
.btn.btn-outline-white {
  border-color: #fff;
  border-radius: 15px;
  background: none;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #000;
}
.btn.btn-md {
  height: 50px;
  line-height: 26px;
  font-size: 16px;
}
.btn.btn-lg {
  font-size: 30px;
  height: 66px;
  padding: 12px 22px;
  line-height: 38px;
}
@media screen and (max-width: 1024px) {
  .btn.btn-lg {
    line-height: 20px;
    font-size: 20px;
    padding: 10px 22px;
    height: 44px;
  }
}
.btn.btn-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn.btn-icon i {
  font-style: normal;
  font-size: 18px;
  margin-bottom: 2px;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}
.btns .btn {
  margin: 0 8px 4px 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 20px;
}

.form-field {
  position: relative;
}

.form-field .read-disclaimer {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 3;
  transform: translateY(-50%);
  margin-top: 0;
}

.form-field .read-disclaimer-tooltip {
  right: -16px;
}

.form-field .read-disclaimer-inner:after {
  left: auto;
  right: 12px;
}

.form-control {
  border: 1px solid transparent;
  background: #e9e9e9;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 14px 14px;
  height: 50px;
  line-height: 20px;
  font-size: 18px;
  color: #000;
  transition: all 0.2s;
}
.form-control:focus {
  background: #eee;
}

textarea.form-control {
  height: auto;
}

.form--dark .form-control {
  background: #333333;
  color: #fff;
}
.form--dark .form-control:focus {
  background: #3f3f3f;
}

.form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form-radio input[type=radio] + span {
  position: relative;
  padding: 5px 0 0 50px;
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 1599px) {
  .form-radio input[type=radio] + span {
    font-size: 20px;
    padding: 3px 0 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form-radio input[type=radio] + span {
    font-size: 16px;
    padding: 5px 0 0 36px;
  }
}
.form-radio input[type=radio] + span:before {
  content: "";
  display: block;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1599px) {
  .form-radio input[type=radio] + span:before {
    width: 32px;
    height: 32px;
  }
}
.form-radio input[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.1s;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .form-radio input[type=radio] + span:after {
    width: 24px;
    height: 24px;
  }
}
.form-radio input[type=radio]:checked + span:before {
  border-color: #fff;
}
.form-radio input[type=radio]:checked + span:after {
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 1599px) {
  .form-radio input[type=radio]:checked + span:after {
    width: 18px;
    height: 18px;
    top: 7px;
    left: 7px;
  }
}
.form-radio.form-radio--1 input[type=radio] + span:after {
  background: #ffc830;
}
.form-radio.form-radio--1 input[type=radio]:checked + span:before {
  border-color: #ffc830;
}
.form-radio.form-radio--2 input[type=radio] + span:after {
  background: #b3e891;
}
.form-radio.form-radio--2 input[type=radio]:checked + span:before {
  border-color: #b3e891;
}
.form-radio.form-radio--3 input[type=radio] + span:after {
  background: #add7d0;
}
.form-radio.form-radio--3 input[type=radio]:checked + span:before {
  border-color: #add7d0;
}
.form-radio.form-radio--4 input[type=radio] + span:after {
  background: #f09f96;
}
.form-radio.form-radio--4 input[type=radio]:checked + span:before {
  border-color: #f09f96;
}

/* Selectric */
/***** Simple elements, atoms *****/
.icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
}

.highlight {
  color: #ffc830;
}

.thin {
  font-weight: normal;
}

small {
  font-size: 14px;
}

.fw-normal {
  font-weight: normal;
}

.fw-500 {
  font-weight: 500;
}

.text-center {
  text-align: center;
}

/***** Components, common blocks *****/
.txt h2:not(:first-child),
.txt .h2:not(:first-child) {
  margin-top: 1em;
}
.txt a {
  color: #000;
  font-weight: 700;
}
.txt a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .txt ul {
    padding: 0 0 0 1em;
  }
}
.txt ul ul {
  margin: 0.5em 0;
  padding: 0 0 0 1em;
}

ul.list--ygreen {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul.list--ygreen li {
  margin: 0;
  padding: 0 0 0 42px;
  position: relative;
  min-height: 30px;
}
ul.list--ygreen li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/check-round.png") 0 0 no-repeat;
}
ul.list--ygreen li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  ul.list--ygreen li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  ul.list--ygreen li:not(:last-child) {
    margin-bottom: 4px;
  }
}

ul.list--green {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul.list--green li {
  margin: 0;
  padding: 0 0 0 42px;
  position: relative;
  min-height: 30px;
}
ul.list--green li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/check-round-g.png") 0 0 no-repeat;
}
ul.list--green li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  ul.list--green li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  ul.list--green li:not(:last-child) {
    margin-bottom: 4px;
  }
}

ul.list--yellow {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul.list--yellow li {
  margin: 0;
  padding: 0 0 0 42px;
  position: relative;
  min-height: 30px;
}
ul.list--yellow li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/check-round-y.png") 0 0 no-repeat;
}
ul.list--yellow li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  ul.list--yellow li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  ul.list--yellow li:not(:last-child) {
    margin-bottom: 4px;
  }
}

ul.list--blue {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul.list--blue li {
  margin: 0;
  padding: 0 0 0 42px;
  position: relative;
  min-height: 30px;
}
ul.list--blue li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/check-round-b.png") 0 0 no-repeat;
}
ul.list--blue li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  ul.list--blue li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  ul.list--blue li:not(:last-child) {
    margin-bottom: 4px;
  }
}

ul.list--dash {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul.list--dash li {
  margin: 0;
  padding: 0 0 0 52px;
  position: relative;
  min-height: 30px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  ul.list--dash li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  ul.list--dash li {
    font-size: 18px;
    padding: 0 0 0 30px;
    min-height: 0;
    font-weight: normal;
  }
}
ul.list--dash li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 32px;
  height: 4px;
  background: #b3e891;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  ul.list--dash li:before {
    height: 2px;
    width: 20px;
  }
}
ul.list--dash li:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  ul.list--dash li:not(:last-child) {
    margin-bottom: 4px;
  }
}

ul.list--dash.blue li:before {
  background: #aad5ce;
}

ul.list--dash.yellow li:before {
  background: #aad5ce;
}

ul.list--dash.gradient li:before {
  background: linear-gradient(to left, #9ed7ce, #a4ea86 22%, #ffcf01 77%, #f09f96);
}

ul.list--blue.h4 li {
  margin-bottom: 24px;
}
ul.list--blue.h4 li:before {
  top: 0;
}
@media screen and (max-width: 1024px) {
  ul.list--blue.h4 li:before {
    top: -2px;
  }
}
@media screen and (max-width: 575px) {
  ul.list--blue.h4 li:before {
    top: -4px;
  }
}

/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1480px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}

.container-lg {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1630px;
}
@media screen and (max-width: 1024px) {
  .container-lg {
    padding: 0 30px;
  }
}

.container-sm {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1420px;
}
@media screen and (max-width: 1024px) {
  .container-sm {
    padding: 0 30px;
  }
}

.container-xs {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .container-xs {
    padding: 0 30px;
  }
}

.container-xxs {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 980px;
}
@media screen and (max-width: 1024px) {
  .container-xxs {
    padding: 0 30px;
  }
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .main {
    margin-top: 68px;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 66px;
  }
}

/***** Header *****/
.header {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  transition: all 0.2s;
}
.header a {
  color: #fff;
}
.header .header-i {
  display: flex;
  align-items: center;
  position: relative;
}
.header .header-i .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.header .header-i .logo a {
  line-height: 0;
  display: block;
}
.header .header-i .logo img {
  max-width: 100%;
  height: 46px;
  transition: all 0.2s;
}
@media screen and (max-width: 1279px) {
  .header .header-i .logo img {
    height: 38px;
  }
}
.header .header-i .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #000;
    padding: 0;
    transition: all 0.2s;
    gap: 30px;
    overflow-y: auto;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
  }
}
.header .header-i .header-nav .header-nav-i {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-nav-i {
    display: block;
    padding: 20px;
    overflow-y: auto;
  }
}
.header .header-i .header-nav .space {
  width: 203px;
  flex: 0 0 203px;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav .space {
    width: 166px;
    flex: 0 0 166px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .space {
    display: none;
  }
}
.header .header-i .header-nav .header-menu {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu {
    margin-bottom: 30px;
  }
}
.header .header-i .header-nav .header-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav .header-menu ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu ul {
    flex-direction: column;
    gap: 10px;
  }
}
.header .header-i .header-nav .header-menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.header .header-i .header-nav .header-menu ul li a {
  padding: 4px 0;
  display: block;
  position: relative;
  text-align: center;
}
.header .header-i .header-nav .header-menu ul li a:hover {
  color: #b3e891;
  opacity: 1;
}
.header .header-i .header-nav .header-menu ul li > span, 
.header .header-i .header-nav .header-menu ul li.current-menu-item a {
  position: relative;
  padding: 4px 0;
  display: block;
  text-align: center;
}
/* .header .header-i .header-nav .header-menu ul li > span:after, 
.header .header-i .header-nav .header-menu ul li.current-menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #add7d0 0%, #b3e891 31%, #ffc830 54%, #000 100%);
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu ul li > span:after, 
  .header .header-i .header-nav .header-menu ul li.current-menu-item a:after {
    background: linear-gradient(to right, #000 5%, #add7d0 20%, #b3e891 50%, #ffc830 80%, #000 95%);
  }
} */
.header .header-i .header-nav .header-menu ul li.menu-item-has-children > a,
.header .header-i .header-nav .header-menu ul li.menu-item-has-children > span {
  cursor: pointer;
}
.header .header-i .header-nav .header-menu ul li.menu-item-has-children > a:after,
.header .header-i .header-nav .header-menu ul li.menu-item-has-children > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #add7d0 0%, #b3e891 31%, #ffc830 54%, #000 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children > a:after,
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children > span:after {
    background: linear-gradient(to right, #000 5%, #add7d0 20%, #b3e891 50%, #ffc830 80%, #000 95%);
  }
}
@media screen and (min-width: 1025px) {
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded > a,
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded > span {
    color: #fff;
  }
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded > a:after,
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded > span:after {
    opacity: 1;
    visibility: visible;
  }
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded-mobile > a,
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded-mobile > span {
    color: #fff;
    padding-bottom: 10px;
  }
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded-mobile > a:after,
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded-mobile > span:after {
    opacity: 1;
    visibility: visible;
  }
  .header .header-i .header-nav .header-menu ul li.menu-item-has-children.is-expanded-mobile ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 330px;
    padding: 10px 20px;
    transition: all 0.3s;
  }
}
.header .header-i .header-nav .header-menu ul li ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  transform: translateY(-20px);
  position: absolute;
  top: calc(100% + 33px);
  left: -40px;
  background: #2a2a2a;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 40px;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu ul li ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    align-items: stretch;
  }
}
.header .header-i .header-nav .header-menu ul li ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: 33px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-menu ul li ul.sub-menu:before {
    display: none;
  }
}
.header .header-i .header-nav .header-menu ul li ul.sub-menu li {
  display: block;
  text-align: center;
}
.header .header-i .header-nav .header-menu ul li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
.header .header-i .header-nav .header-menu ul li ul.sub-menu li a:hover {
  color: #A0A0A0;
}
.header .header-i .header-nav .header-r {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav .header-r {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav .header-r {
    flex-direction: column;
  }
}
.header .header-i .header-nav .header-r .header-phone a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .header-i .header-nav .header-r .header-phone a:hover {
  color: #b3e891;
}
.header .header-i .header-nav .header-r .header-btn .btn {
  padding: 10px 12px;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav .header-r .header-btn .btn {
    padding: 7px 10px;
    height: 38px;
  }
}
.header .header-i .header-toggler {
  display: none;
  margin-left: auto;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-toggler {
    display: flex;
  }
}
.header .header-i .header-toggler .icon {
  position: absolute;
  overflow: visible;
  margin: auto;
  transition: all 0.2s;
}
.header .header-i .header-toggler .icon.icon-menu {
  width: 36px;
  height: 19px;
}
.header .header-i .header-toggler .icon.icon-cross {
  opacity: 0;
  visibility: hidden;
  width: 24px;
  height: 24px;
}
.header .header-i .header-toggler:hover .icon {
  opacity: 0.8;
}
.header.header--wellness .header-i .header-nav .space {
  width: 331px;
  flex: 0 0 331px;
}
@media screen and (max-width: 1279px) {
  .header.header--wellness .header-i .header-nav .space {
    width: 166px;
    flex: 0 0 166px;
  }
}

body.is-scrolled .header {
  padding: 5px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body.is-scrolled .header .logo img {
  height: 30px;
}
body.is-scrolled .header .header-i .header-nav {
  top: 46px;
}

body.is-menu {
  overflow: hidden;
}
body.is-menu .header .header-nav {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
  pointer-events: all;
}
body.is-menu .header .header-toggler .icon.icon-menu {
  opacity: 0;
  visibility: hidden;
}
body.is-menu .header .header-toggler .icon.icon-cross {
  opacity: 1;
  visibility: visible;
}
body.is-menu .header .header-toggler .icon.icon-cross:hover {
  opacity: 0.8;
}
body.is-menu .section-appointment {
  right: -60px;
}

/***** Footer *****/
.footer {
  border-top: 2px solid #000;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .footer-t {
  margin-bottom: 60px;
}
.footer .footer-t .footer-i {
  padding: 65px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}
.footer .footer-t .footer-i:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-h {
    text-align: center;
  }
}
.footer .footer-t .footer-h .h4 {
  margin-bottom: 30px;
}
.footer .footer-t .footer-contacts {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-contacts {
    width: 50%;
    flex: 0 0 50%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-contacts {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-contacts .contact-list {
    margin: 0 auto;
    max-width: 200px;
  }
}
.footer .footer-t .footer-contacts .contact-list .contact-item:not(:last-child) {
  margin-bottom: 5px;
}
.footer .footer-t .footer-contacts .contact-list .contact-item a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-t .footer-contacts .contact-list .contact-item .item-icon {
  width: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-t .footer-contacts .contact-list .contact-item .item-txt {
  flex: 1;
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-t .footer-contacts .contact-list .contact-item .item-txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-contacts .contact-list .contact-item .item-txt {
    font-size: 20px;
  }
}
.footer .footer-t .footer-social {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-social {
    width: 50%;
    flex: 0 0 50%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-social {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 200px;
  }
}
.footer .footer-t .footer-social .social-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-t .footer-social .social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-t .footer-social .social-list a .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-t .footer-join {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-join {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-join {
    width: 100%;
    flex: 0 0 100%;
    padding-bottom: 40px;
  }
}
.footer .footer-t .footer-join .footer-join-desc {
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-join .footer-join-desc {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-join .footer-join-btn {
    display: flex;
    justify-content: center;
  }
}
.footer .footer-t .footer-join .footer-join-btn a {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-t .footer-join .footer-join-btn a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-join .footer-join-btn a {
    font-size: 20px;
  }
}
.footer .footer-t .footer-partners {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-partners {
    width: 50%;
    flex: 0 0 50%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-partners {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
.footer .footer-t .footer-partners .partner {
  display: block;
  line-height: 0;
}
.footer .footer-b {
  padding-bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .footer .footer-b {
    padding-bottom: 60px;
  }
}
/*** Hero ***/
.section-hero {
  min-height: 68vh;
  position: relative;
  display: flex;
  align-items: center;
}
.section-hero .container-lg {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.section-hero .hero-i {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-i {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-hero .hero-content {
  padding: 50px 0;
  width: 550px;
  flex: 0 0 550px;
}
@media screen and (max-width: 1599px) {
  .section-hero .hero-content {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-content {
    width: 100%;
    flex: auto;
  }
}
.section-hero h1 {
  font-size: 125px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .section-hero h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero h1 {
    font-size: 48px;
  }
}
.section-hero h1 b {
  color: #fff;
  display: block;
}
.section-hero h1 .caret {
  width: 4px;
  height: 0.8em;
  background: #000;
  display: inline-block;
  vertical-align: top;
  margin: 0.15em 0 0 14px;
}
.section-hero .subtitle {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section-hero .subtitle {
    margin-bottom: 1em;
    margin-top: 0.5em;
  }
}
.section-hero .btns {
  margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .section-hero .btns {
    margin: 0;
  }
}
.section-hero .hero-img {
  padding-left: 50px;
  border-radius: 0;
}
@media screen and (max-width: 1599px) {
  .section-hero .hero-img {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-img {
    padding: 0 0 30px;
  }
}
.section-hero .hero-bg {
  background: url("../images/home-hero-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-hero .hero-bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -26px;
  left: 50%;
  width: 2px;
  height: 53px;
  background: #000;
}
.section-hero-basic {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-basic {
    min-height: 400px;
  }
}
.section-hero-basic .container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.section-hero-basic .hero-content {
  text-align: center;
}
.section-hero-basic .hero-content h1 {
  margin: 0 0 0.2em;
}
.section-hero-basic .hero-content .subtitle {
  margin: 0 auto;
  font-size: 30px;
  max-width: 620px;
}
@media screen and (max-width: 1024px) {
  .section-hero-basic .hero-content .subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-basic .hero-content .subtitle {
    font-size: 20px;
  }
}
.section-hero-basic .hero-content .desc {
  margin: 0 auto 2em;
  font-size: 20px;
  max-width: 540px;
}
.section-hero-basic .hero-content .btns {
  justify-content: center;
}
.section-hero-basic .bars {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}
.section-hero-basic .section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-basic .section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-hero-simple {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-simple {
    min-height: 400px;
  }
}
.section-hero-simple.small_background {
  min-height: 320px;
}
.section-hero-simple .container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.section-hero-simple .hero-content {
  width: 100%;
}
.section-hero-simple .section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-simple .section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** Appointment ***/
.section-appointment {
  position: fixed;
  z-index: 100;
  top: 50vh;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.section-appointment.is-expanded {
  right: 365px;
}
@media screen and (max-width: 1279px) {
  .section-appointment.is-expanded {
    right: 300px;
  }
}
.section-appointment.is-expanded .appointment-toggler-icon:after {
  display: none;
}
.section-appointment .appointment-toggler-w {
  display: flex;
  justify-content: flex-end;
}
.section-appointment .appointment-toggler {
  cursor: pointer;
  height: 45px;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: right bottom;
  background: #fff;
  border-top: 6px solid #000;
  width: auto;
  padding: 6px 20px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1599px) {
  .section-appointment .appointment-toggler {
    height: 34px;
    padding: 2px 10px;
    border-top-width: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .section-appointment .appointment-toggler {
    padding: 0 10px;
    height: 26px;
    border-top-width: 2px;
  }
}
.section-appointment .appointment-toggler:hover {
  color: #555;
}
.section-appointment .appointment-toggler:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 27px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 27 27"><polygon points="27 0 13.5 27 0 0 27 0" fill="%23ffffff"/></svg>') no-repeat center;
  background-size: 100% 100%;
}
.section-appointment .appointment-toggler .appointment-toggler-txt {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1599px) {
  .section-appointment .appointment-toggler .appointment-toggler-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-appointment .appointment-toggler .appointment-toggler-txt {
    font-size: 16px;
  }
}
.section-appointment .appointment-toggler .appointment-toggler-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -20px;
  right: -15px;
  border-radius: 50%;
  background: #000;
}
@media screen and (max-width: 1599px) {
  .section-appointment .appointment-toggler .appointment-toggler-icon {
    top: -18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-appointment .appointment-toggler .appointment-toggler-icon {
    width: 24px;
    height: 24px;
    top: -13px;
    right: -13px;
  }
}
.section-appointment .appointment-toggler .appointment-toggler-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #ffffff;
}
.section-appointment .appointment-toggler .appointment-toggler-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.section-appointment .appointment-form {
  position: absolute;
  top: 25px;
  right: 0;
  transform: translate(100%, -50%);
  background: #000;
  padding: 35px 55px 60px 60px;
  border-radius: 15px 0 0 15px;
  width: 365px;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .section-appointment .appointment-form {
    top: 20px;
    padding: 20px 20px 40px 40px;
    width: 300px;
  }
}
.section-appointment .appointment-form p {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 1;
}
.section-appointment .appointment-form form {
  width: 100%;
}
.section-appointment .appointment-form form .btn {
  padding: 10px 12px;
  height: 50px;
  margin-top: 15px;
  font-size: 16px;
}

/*** Various home sections ***/
.section-guarantee {
  padding: 70px 0 75px;
}
@media screen and (max-width: 1024px) {
  .section-guarantee {
    padding: 60px 0;
  }
}
.section-guarantee .guarantee-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-guarantee .guarantee-i {
    flex-direction: column;
    align-items: stretch;
  }
}
.section-guarantee .guarantee-l {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 60px 0 120px;
}
@media screen and (max-width: 1279px) {
  .section-guarantee .guarantee-l {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-guarantee .guarantee-l {
    width: 100%;
    flex: auto;
    padding: 0 0 60px;
  }
}
.section-guarantee .guarantee-l .h2 {
  margin-bottom: 35px;
  padding-bottom: 30px;
  position: relative;
}
.section-guarantee .guarantee-l .h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 355px;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .section-guarantee .guarantee-l .h2:after {
    width: 80%;
  }
}
.section-guarantee .guarantee-l img {
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .section-guarantee .guarantee-l img {
    max-width: 250px;
  }
}
.section-guarantee .guarantee-l .details {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  .section-guarantee .guarantee-l .details {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-guarantee .guarantee-l .details {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-guarantee .guarantee-l .details {
    font-size: 18px;
  }
}
.section-guarantee .guarantee-r {
  flex: 1;
}
.section-guarantee .guarantee-r .desc {
  margin-bottom: 20px;
}
.section-offer {
  background: #000;
  color: #fff;
  padding: 90px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-offer {
    padding: 60px 0 30px;
  }
}
.section-offer .offer-i {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-i {
    flex-direction: column;
  }
}
.section-offer .offer-i .offer-l {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-i .offer-l {
    width: 100%;
    flex: 1;
  }
}
.section-offer .offer-i .offer-l .desc {
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-offer .offer-i .offer-l .desc {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-offer .offer-i .offer-l .desc {
    font-size: 20px;
  }
}
.section-offer .offer-i .offer-l .offer-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px -18px;
}
@media screen and (max-width: 1599px) {
  .section-offer .offer-i .offer-l .offer-list {
    margin: 0 -10px -20px;
  }
}
.section-offer .offer-i .offer-l .offer-list .offer-item {
  padding: 0 9px 18px;
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1599px) {
  .section-offer .offer-i .offer-l .offer-list .offer-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-offer .offer-i .offer-l .offer-list .offer-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-offer .offer-i .offer-r {
  flex: 1;
  padding: 0 70px 0 90px;
}
@media screen and (max-width: 1599px) {
  .section-offer .offer-i .offer-r {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-i .offer-r {
    padding: 60px 0 0;
    display: none;
  }
}
.section-offer .offer-i .offer-r .offer-r-icon {
  width: 129px;
  height: 129px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(45deg, #add7d0 10%, #b3e891 40%, #ffc830 60%, #f09f96 90%);
  margin: 0 0 40px -18px;
}
@media screen and (max-width: 1024px) {
  .section-offer .offer-i .offer-r .offer-r-icon {
    margin: 0 0 30px -10px;
    width: 80px;
    height: 80px;
  }
}
.section-offer .offer-i .offer-r .offer-r-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  z-index: 1;
  background: #000;
  border-radius: 50%;
}
.section-offer .offer-i .offer-r .offer-r-icon svg {
  position: relative;
  z-index: 2;
  max-width: 65%;
}
.section-offer .offer-i .offer-r .offer-r-icon img {
  position: relative;
  z-index: 2;
  max-width: 64px;
}
@media screen and (max-width: 1024px) {
  .section-offer .offer-i .offer-r .offer-r-icon img {
    max-width: 32px;
  }
}
.section-offer .offer-i .offer-r .offer-details {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-i .offer-r .offer-details {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-offer .offer-i .offer-r .offer-details {
    font-size: 16px;
  }
}
.section-offer .offer-i .offer-r .offer-details ul {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-i .offer-r .offer-details ul {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-offer .offer-i .offer-r .offer-details ul {
    font-size: 20px;
  }
}
.section-offer .offer-i .offer-r .btns {
  justify-content: flex-end;
  margin-top: 50px;
}

.card.card--feature {
  border: 2px solid #313131;
  border-radius: 15px;
  display: block;
}
.card.card--feature .card-img {
  position: relative;
  padding-bottom: 68.3%;
  line-height: 0;
}
.card.card--feature .card-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px 13px 0 0;
}
.card.card--feature .card-icon {
  width: 85px;
  height: 95px;
  border: 2px solid #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: -18px;
  left: 18px;
  color: #fff;
}
.card.card--feature .card-icon img {
  width: 64px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card.card--feature .card-body {
  padding: 40px 18px 18px;
}
.card.card--feature .card-body .card-title {
  color: #fff;
}
.card.card--feature .card-body .card-desc {
  color: #a8a8a8;
}

a.card.card--feature {
  display: block;
  width: 100%;
  color: #fff;
}
a.card.card--feature:hover {
  border-color: #fff;
}

.tab-btn .card.card--feature {
  cursor: pointer;
}

.tab-btn .card.card--feature:hover {
  border-color: #fff;
}

.tab-btn.current .card.card--feature {
  border-color: #fff;
}

.tab-btn .card.card--feature a {
  display: block;
  pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .tab-btn .card.card--feature a {
    pointer-events: all;
  }
}

.section-serve {
  background: #000;
  color: #fff;
  margin-bottom: -2px;
}
.section-serve .container {
  padding-top: 60px;
  padding-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .section-serve .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-serve h2 {
  margin-bottom: 40px;
}
.section-serve .serve-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px -36px;
}
@media screen and (max-width: 1599px) {
  .section-serve .serve-list {
    margin: 0 -10px -20px;
  }
}
.section-serve .serve-list .serve-item {
  padding: 0 18px 36px;
  width: 25%;
  flex: 0 0 25%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1599px) {
  .section-serve .serve-list .serve-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .section-serve .serve-list .serve-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-serve .serve-list .serve-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-serve .serve-list .serve-item.yellow a.card.card--feature .card-icon {
  border-color: #ffc830;
}
.section-serve .serve-list .serve-item.yellow a.card.card--feature .card-title {
  color: #ffc830;
}
.section-serve .serve-list .serve-item.yellow a.card.card--feature:hover {
  border-color: #ffc830;
}
.section-serve .serve-list .serve-item.blue_pale a.card.card--feature .card-icon {
  border-color: #add7d0;
}
.section-serve .serve-list .serve-item.blue_pale a.card.card--feature .card-title {
  color: #add7d0;
}
.section-serve .serve-list .serve-item.blue_pale a.card.card--feature:hover {
  border-color: #add7d0;
}
.section-serve .serve-list .serve-item.green_pale a.card.card--feature .card-icon {
  border-color: #b3e891;
}
.section-serve .serve-list .serve-item.green_pale a.card.card--feature .card-title {
  color: #b3e891;
}
.section-serve .serve-list .serve-item.green_pale a.card.card--feature:hover {
  border-color: #b3e891;
}
.section-serve .serve-list .serve-item.pink_pale a.card.card--feature .card-icon {
  border-color: #f09f96;
}
.section-serve .serve-list .serve-item.pink_pale a.card.card--feature .card-title {
  color: #f09f96;
}
.section-serve .serve-list .serve-item.pink_pale a.card.card--feature:hover {
  border-color: #f09f96;
}
.section-serve .btns {
  justify-content: center;
  margin-top: 45px;
}
.section-serve .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -90px;
  width: 184px;
  height: 42px;
  background: url("../images/bars-white.png") 0 0 no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .section-serve .bars {
    left: 10px;
  }
}

.section-customers {
  padding: 110px 0 90px;
}
@media screen and (max-width: 1024px) {
  .section-customers {
    padding: 60px 0;
  }
}
.section-customers .container {
  position: relative;
}
.section-customers .container .customers-t {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-customers .container .customers-t .customers-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .section-customers .container .customers-t .customers-rating {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-customers .container .customers-t .customers-rating {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.section-customers .container .customers-t .customers-rating .rating-img {
  margin-right: 32px;
}
@media screen and (max-width: 575px) {
  .section-customers .container .customers-t .customers-rating .rating-img {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .section-customers .container .customers-t .customers-rating .rating-img img {
    max-width: 250px;
  }
}
.section-customers .container .customers-t .customers-rating .rating-r {
  width: 195px;
  flex: 0 0 195px;
}
.section-customers .container .customers-t .customer-photo {
  margin: -155px 90px 0 auto;
  flex: 0 0 499px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1279px) {
  .section-customers .container .customers-t .customer-photo {
    flex: 0 0 40%;
    margin: -155px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-customers .container .customers-t .customer-photo {
    margin: 0 0 40px;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.section-customers .container .customers-t .customer-photo img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .section-customers .container .customers-t .customer-photo img {
    max-width: 300px;
  }
}
.section-customers .container .customers-b {
  margin-top: 10px;
}
.section-customers .container .customers-b h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .section-customers .container .customers-b h2 {
    margin-bottom: 30px;
  }
}
.section-customers .container .swiper {
  padding: 1px;
}
.section-customers .container .swiper-slide {
  padding-top: 64px;
  height: auto;
  display: flex;
  align-items: stretch;
}
.section-customers .container .swiper-slide.is-green .card.card--review {
  border-color: #b3e891;
}
.section-customers .container .swiper-slide.is-green .card.card--review .card-photo {
  border-color: #b3e891;
}
.section-customers .container .swiper-slide.is-green .card.card--review .card-photo .icon {
  color: #b3e891;
}
.section-customers .container .swiper-slide.is-blue .card.card--review {
  border-color: #add7d0;
}
.section-customers .container .swiper-slide.is-blue .card.card--review .card-photo {
  border-color: #add7d0;
}
.section-customers .container .swiper-slide.is-blue .card.card--review .card-photo .icon {
  color: #add7d0;
}
.section-customers .container .swiper-slide.is-pink .card.card--review {
  border-color: #f09f96;
}
.section-customers .container .swiper-slide.is-pink .card.card--review .card-photo {
  border-color: #f09f96;
}
.section-customers .container .swiper-slide.is-pink .card.card--review .card-photo .icon {
  color: #f09f96;
}
.section-customers .container .swiper-nav {
  margin-top: 43px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 60px;
  position: relative;
}
.section-customers .container .swiper-nav .swiper-prev,
.section-customers .container .swiper-nav .swiper-next {
  padding: 5px;
  cursor: pointer;
}
.section-customers .container .swiper-nav .swiper-prev:hover,
.section-customers .container .swiper-nav .swiper-next:hover {
  opacity: 0.8;
}
.section-customers .container .swiper-nav .btns {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-customers .container .swiper-nav .btns {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 100%;
  }
}
.section-customers .container .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}
.section-customers.section-customers--2 {
  padding: 0;
}
.section-customers.section-customers--2 .container {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-customers.section-customers--2 .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section-customers.section-customers--2 h2 {
  margin-bottom: 1em;
}

.card.card--review {
  border: 2px solid #ffc830;
  padding: 0 24px 44px;
}
.card.card--review .card-photo {
  border: 2px solid #ffc830;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  width: 126px;
  height: 126px;
  transform: translateY(-50%);
  margin: 0 auto -20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .card.card--review .card-photo {
    margin: 0 auto -50px;
  }
}
.card.card--review .card-photo .icon {
  display: block;
  position: absolute;
  width: 63px;
  height: 45px;
  color: #ffc830;
}
.card.card--review .card-photo .icon.icon-quotationmark1 {
  top: 10px;
  left: -70px;
}
.card.card--review .card-photo .icon.icon-quotationmark2 {
  bottom: 11px;
  right: -70px;
}
.card.card--review .card-photo img {
  width: 112px;
  flex: 0 0 112px;
  border-radius: 50%;
}
.card.card--review .card-desc {
  margin-bottom: 25px;
}
.card.card--review .card-position a {
  text-decoration: none;
}
.card.card--review .card-position a:hover {
  text-decoration: underline;
}

/*** Landing ***/
.section-hero-narrow {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow {
    min-height: 400px;
  }
}
.section-hero-narrow .container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.section-hero-narrow .hero-content {
  display: flex;
  padding: 25px 0 0;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content {
    flex-direction: column;
  }
}
.section-hero-narrow .hero-content .hero-txt {
  max-width: 50%;
  flex: 1;
  margin-left: -130px;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 1799px) {
  .section-hero-narrow .hero-content .hero-txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-txt {
    max-width: 100%;
    padding: 40px 0;
    text-align: center;
  }
}
.section-hero-narrow .hero-content .hero-txt h1 {
  margin: 0;
  font-size: 85px;
}
@media screen and (max-width: 1599px) {
  .section-hero-narrow .hero-content .hero-txt h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-txt h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-narrow .hero-content .hero-txt h1 {
    font-size: 42px;
  }
}
.section-hero-narrow .hero-content .hero-txt h1 b {
  color: #fff;
}
.section-hero-narrow .hero-content .hero-txt h1.h1 {
  font-size: 48px;
  max-width: 450px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1599px) {
  .section-hero-narrow .hero-content .hero-txt h1.h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-txt h1.h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-narrow .hero-content .hero-txt h1.h1 {
    font-size: 36px;
  }
}
.section-hero-narrow .hero-content .hero-txt .hero-desc {
  font-size: 20px;
  max-width: 560px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-txt .hero-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-narrow .hero-content .hero-txt .hero-desc {
    font-size: 16px;
  }
}
.section-hero-narrow .hero-content .hero-txt .h3 {
  margin-top: 20px;
}
.section-hero-narrow .hero-content .hero-txt .h4 {
  max-width: 560px;
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-txt .h4 {
    margin: 30px auto 0;
  }
}
.section-hero-narrow .hero-content .hero-txt .btns {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-txt .btns {
    justify-content: center;
  }
}
.section-hero-narrow .hero-content .hero-form {
  width: 450px;
  max-width: 100%;
  flex: 0 0 450px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  position: relative;
  padding: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-form {
    flex: auto;
    margin: 0;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-narrow .hero-content .hero-form {
    width: 100%;
  }
}
.section-hero-narrow .hero-content .hero-form:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.section-hero-narrow .hero-content .hero-form h2 {
  margin: 10px 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-form h2 {
    margin: 0 0 20px;
  }
}
.section-hero-narrow .hero-content .hero-form h3 {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-form h3 {
    margin-top: 0;
  }
}
.section-hero-narrow .hero-content .hero-form .form-info {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
}
.section-hero-narrow .hero-content .hero-form.hero-form--scroll {
  padding: 0;
}
.section-hero-narrow .hero-content .hero-form.hero-form--scroll .hero-form-i {
  padding: 30px 30px 40px;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-form.hero-form--scroll .hero-form-i {
    padding: 20px 20px 30px;
  }
}
.section-hero-narrow .hero-content .hero-r {
  margin-left: auto;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow .hero-content .hero-r {
    margin: 0;
    padding: 20px 20px 30px;
  }
}
.section-hero-narrow .hero-content .hero-r .txt {
  line-height: 1.2;
}
.section-hero-narrow .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}
.section-hero-narrow .section-hero-narrow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-hero-narrow .section-hero-narrow-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-narrow.section-hero-narrow--terms-hht .hero-content {
  align-items: flex-start;
  padding: 0;
}
.section-hero-narrow.section-hero-narrow--work .hero-content {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow.section-hero-narrow--work .hero-content {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .section-hero-narrow.section-hero-narrow--work .hero-content .hero-r {
    margin-right: -200px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow.section-hero-narrow--work .hero-content .hero-r {
    background: #fff;
    width: calc(100% + 60px);
    flex: 0 0 calc(100% + 60px);
    margin: 0 -30px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow.section-hero-narrow--why .hero-txt {
    padding: 0;
  }
}
.section-hero-narrow.section-hero-narrow--why .hero-r {
  margin-left: auto;
  width: 648px;
  flex: 0 0 648px;
}
@media screen and (max-width: 1279px) {
  .section-hero-narrow.section-hero-narrow--why .hero-r {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow.section-hero-narrow--why .hero-r {
    margin: 0 auto;
    width: 100%;
    flex: auto;
    max-width: 600px;
    padding: 20px 0;
  }
}
.section-hero-narrow.section-hero-narrow--why .hero-wblock {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
  border-radius: 16px;
}
@media screen and (max-width: 1279px) {
  .section-hero-narrow.section-hero-narrow--why .hero-wblock {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-narrow.section-hero-narrow--why .hero-wblock {
    padding: 20px;
  }
}

.section-experience {
  padding: 90px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-experience {
    padding: 60px 0;
  }
}
.section-experience .experience-i {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-i {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .section-experience .experience-i {
    margin: 0 -10px;
  }
}
.section-experience .experience-l {
  flex: 1;
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-l {
    flex: auto;
  }
}
.section-experience .experience-l .experience-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .section-experience .experience-l .experience-steps {
    gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-l .experience-steps {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-experience .experience-l .experience-steps {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.section-experience .experience-l .experience-steps .experience-step {
  font-size: 24px;
}
@media screen and (max-width: 1599px) {
  .section-experience .experience-l .experience-steps .experience-step {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-l .experience-steps .experience-step {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-experience .experience-l .experience-steps .experience-step {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-experience .experience-l .experience-steps .experience-step {
    font-size: 16px;
  }
}
@media screen and (max-width: 419px) {
  .section-experience .experience-l .experience-steps .experience-step {
    font-size: 14px;
  }
}
.section-experience .experience-l .experience-steps .experience-step:nth-child(3) {
  flex: 0 0 267px;
}
@media screen and (max-width: 1599px) {
  .section-experience .experience-l .experience-steps .experience-step:nth-child(3) {
    flex: 0 0 25%;
  }
}
.section-experience .experience-l .experience-steps .experience-step .h4 {
  display: block;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .section-experience .experience-l .experience-steps .experience-step .h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 419px) {
  .section-experience .experience-l .experience-steps .experience-step .h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1599px) {
  .section-experience .experience-l .experience-img img {
    width: 100%;
  }
}
.section-experience .experience-r {
  flex: 0 0 400px;
  padding-left: 100px;
  text-align: right;
}
@media screen and (max-width: 1599px) {
  .section-experience .experience-r {
    flex: 0 0 26%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-r {
    order: 1;
    flex: auto;
    padding: 40px 0 0;
    text-align: center;
  }
}
.section-experience .experience-r h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-r h2 {
    margin-bottom: 30px;
  }
}
.section-experience .experience-r .btns {
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .section-experience .experience-r .btns {
    justify-content: center;
  }
}
.section-roi .roi-i {
  background: #000;
  padding: 30px 60px 30px 30px;
  color: #fff;
  display: flex;
  border-radius: 15px;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i {
    padding: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .section-roi .roi-i {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .section-roi .roi-i {
    padding: 20px;
  }
}
.section-roi .roi-i .roi-info {
  width: 38%;
  flex: 0 0 38%;
  padding-right: 10%;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i .roi-info {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .section-roi .roi-i .roi-info {
    width: 100%;
    flex: auto;
    padding: 0 0 40px;
  }
}
.section-roi .roi-i .roi-info h2 {
  color: #b3e891;
  margin-bottom: 0.5em;
}
.section-roi .roi-i .roi-info .subtitle.h3 {
  font-weight: normal;
  margin-bottom: 30px;
  max-width: 250px;
}
.section-roi .roi-i .roi-details {
  flex: 1;
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-roi .roi-i .roi-details {
    flex-direction: column;
  }
}
.section-roi .roi-i .roi-details .roi-details-col {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-roi .roi-i .roi-details .roi-details-col {
    width: 100%;
    max-width: 500px;
    flex: auto;
  }
}
.section-roi .roi-i .roi-details .roi-details-col .h4 {
  margin: 0;
}
.section-roi .roi-i .roi-details .roi-details-col .details-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  margin: 0 -20px;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i .roi-details .roi-details-col .details-list {
    margin: 0 -10px;
  }
}
.section-roi .roi-i .roi-details .roi-details-col .details-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i .roi-details .roi-details-col .details-item {
    padding: 0 10px;
  }
}
.section-roi .roi-i .roi-details .roi-details-col .details-item .details-bar {
  flex: 1;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  min-height: 175px;
}
.section-roi .roi-i .roi-details .roi-details-col .details-item .details-bar .bar {
  background: #626262;
  width: 30px;
  border-radius: 15px;
}
.section-roi .roi-i .roi-details .roi-details-col .details-item .details-val {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i .roi-details .roi-details-col .details-item .details-val {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .section-roi .roi-i .roi-details .roi-details-col .details-item .details-val {
    font-size: 20px;
  }
}
.section-roi .roi-i .roi-details .roi-details-col .details-item .details-val sup {
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .section-roi .roi-i .roi-details .roi-details-col .details-item .details-val sup {
    font-size: 12px;
  }
}
.section-roi .roi-i .roi-details .roi-details-col .details-item .details-desc {
  font-size: 16px;
}
.section-roi .roi-i .roi-details .roi-details-col.roi-details-col--1 {
  border-right: 2px solid #353535;
  padding-right: 9%;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i .roi-details .roi-details-col.roi-details-col--1 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-roi .roi-i .roi-details .roi-details-col.roi-details-col--1 {
    padding: 0 0 30px;
    border-right: none;
    border-bottom: 2px solid #353535;
  }
}
.section-roi .roi-i .roi-details .roi-details-col.roi-details-col--2 {
  padding-left: 9%;
}
@media screen and (max-width: 1599px) {
  .section-roi .roi-i .roi-details .roi-details-col.roi-details-col--2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-roi .roi-i .roi-details .roi-details-col.roi-details-col--2 {
    padding: 30px 0 0 0;
  }
}
.section-roi .roi-i .roi-details .roi-details-col.roi-details-col--2 .details-item .details-bar .bar {
  background: #b3e891;
}
.section-roi.section-roi--generic .roi-i .roi-info h2 {
  color: #fccd9f;
}
.section-roi.section-roi--generic .roi-i .roi-details .roi-details-col.roi-details-col--2 .details-item .details-bar .bar {
  background: linear-gradient(to top, #9ed7ce, #a4ea86 22%, #ffcf01 77%, #f09f96);
}
.section-roi.section-roi--legal .roi-i .roi-info h2 {
  color: #ffcf01;
}
.section-roi.section-roi--legal .roi-i .roi-details .roi-details-col.roi-details-col--2 .details-item .details-bar .bar {
  background: #ffcf01;
}
.section-roi.section-roi--wellness .roi-i .roi-info h2 {
  color: #add7d0;
}
.section-roi.section-roi--wellness .roi-i .roi-details .roi-details-col.roi-details-col--2 .details-item .details-bar .bar {
  background: #add7d0;
}

.section-challenges .container {
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-challenges .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-challenges h2 {
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 1279px) {
  .section-challenges h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-challenges h2 {
    margin-bottom: 30px;
  }
}
.section-challenges .challenges-body {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-challenges .challenges-body {
    flex-direction: column;
  }
}
.section-challenges .challenges-body .challenges-img {
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .section-challenges .challenges-body .challenges-img {
    padding: 0 40px 0 0;
    width: auto;
    flex: auto;
  }
}
@media screen and (max-width: 1024px) {
  .section-challenges .challenges-body .challenges-img {
    order: 2;
    padding: 0;
  }
}
.section-challenges .challenges-body .challenges-img img {
  border-radius: 50%;
}
.section-challenges .challenges-body .challenges-info {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .section-challenges .challenges-body .challenges-info {
    order: 1;
    flex: auto;
    margin-bottom: 40px;
  }
}
.section-challenges .challenges-body .challenges-info .h4 {
  margin: 0 0 1em;
}
.section-challenges .challenges-body .challenges-info ul {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .section-challenges .challenges-body .challenges-info ul li {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .section-challenges .challenges-body .challenges-info ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-challenges .bars {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}
.section-challenges.section-challenges--generic ul.list--green li:before {
  background-image: url("../images/icons/check-round-b.png");
}

.section-how {
  background: #000;
  padding: 85px 0 115px;
  color: #fff;
}
.section-how .container h2 {
  font-size: 60px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1599px) {
  .section-how .container h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .section-how .container h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .section-how .container h2 {
    font-size: 24px;
  }
}
.section-how .container .how-list .how-item:not(:last-child) {
  margin-bottom: 80px;
}
.section-how .container .more {
  display: flex;
  justify-content: center;
  margin: 90px 0 0;
}
.section-how.section-how--generic .card.card--info .card-l .card-icon {
  background: url("../images/icon-gradient.png") 50% 50% no-repeat;
  background-size: cover;
}
.section-how.section-how--legal .card.card--info .card-l .card-icon {
  background: #ffcf01;
  background-size: cover;
}
.section-how.section-how--legal ul.list--dash li:before {
  background: #ffcf01;
}
.section-how.section-how--wellness .card.card--info .card-l .card-icon {
  background: #add7d0;
  background-size: cover;
}
.section-how.section-how--wellness ul.list--dash li:before {
  background: #add7d0;
}

.card.card--info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card.card--info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card.card--info .card-l {
  width: 600px;
  flex: 0 0 600px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .card.card--info .card-l {
    width: 400px;
    flex: 0 0 400px;
  }
}
@media screen and (max-width: 1279px) {
  .card.card--info .card-l {
    width: 350px;
    flex: 0 0 350px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--info .card-l {
    width: 300px;
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 767px) {
  .card.card--info .card-l {
    flex: auto;
    width: auto;
    margin-right: 10px;
    max-width: 400px;
  }
}
.card.card--info .card-l:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.card.card--info .card-l .card-img:before {
  border-radius: 15px;
}
.card.card--info .card-l .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.card.card--info .card-l .card-title.h1 {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 23px;
  max-width: 250px;
}
@media screen and (max-width: 1599px) {
  .card.card--info .card-l .card-title.h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--info .card-l .card-title.h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--info .card-l .card-title.h1 {
    font-size: 24px;
  }
}
.card.card--info .card-l .card-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 111px;
  height: 111px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b3e891;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .card.card--info .card-l .card-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--info .card-l .card-icon {
    width: 60px;
    height: 60px;
  }
}
.card.card--info .card-l .card-icon img {
  width: 86px;
  height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .card.card--info .card-l .card-icon img {
    width: 70%;
    height: 70%;
  }
}
.card.card--info .card-l .card-icon.card-icon--search img {
  margin: 17px 0 0 17px;
}
@media screen and (max-width: 1279px) {
  .card.card--info .card-l .card-icon.card-icon--search img {
    margin: 14% 0 0 14%;
  }
}
.card.card--info a.card-l {
  color: #fff;
}
.card.card--info a.card-l:hover {
  opacity: 1;
}
.card.card--info a.card-l:hover:before {
  border-color: #fff;
}
.card.card--info .card-r {
  flex: 1;
  padding-left: 110px;
}
@media screen and (max-width: 1279px) {
  .card.card--info .card-r {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--info .card-r {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .card.card--info .card-r {
    padding-left: 0;
  }
}
.card.card--info .card-r ul.list--dash li:not(:last-child) {
  margin-bottom: 16px;
}

.section-details-1 {
  padding: 80px 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-details-1 {
    padding: 60px 0 40px;
  }
}
.section-details-1 .details-1-i {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-details-1 .details-1-i {
    flex-direction: column;
  }
}
.section-details-1 .details-1-img {
  flex: 1;
  margin-top: -100px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section-details-1 .details-1-img {
    padding: 0 0 30px;
  }
}
.section-details-1 .details-1-info {
  width: 433px;
  flex: 0 0 433px;
  background: #b3e891;
  padding: 2px;
  border-radius: 15px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-details-1 .details-1-info {
    width: 100%;
    flex: auto;
  }
}
.section-details-1 .details-1-info .details-1-info-i {
  padding: 25px 32px;
  width: 100%;
  border-radius: 14px;
  background: #fff;
}
.section-details-1 .details-1-info p:last-child {
  margin: 0;
}
.section-details-1.section-details-1--generic .details-1-info {
  background: linear-gradient(to bottom, #aad5ce, #b3e891 50.01%, #ffc830);
}
.section-details-1.section-details-1--legal .details-1-info {
  background: #ffcf01;
}
.section-details-1.section-details-1--wellness .details-1-info {
  background: #add7d0;
}

.section.section-details-2 {
  padding: 0 0 80px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section.section-details-2 {
    padding: 40px 0 60px;
  }
}
.section.section-details-2 h2 {
  margin-bottom: 1em;
}
.section.section-details-2 .details-2-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .section.section-details-2 .details-2-row {
    margin: 0 -20px;
  }
}
.section.section-details-2 .details-2-row .details-2-col {
  width: 50%;
  flex: 0 0 50%;
  padding-right: 120px;
}
@media screen and (max-width: 1599px) {
  .section.section-details-2 .details-2-row .details-2-col {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .section.section-details-2 .details-2-row .details-2-col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-details-2 .details-2-row .details-2-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section.section-details-2 .details-2-row .h4 {
  margin: 0 0 0.5em;
}

.section-details-3 {
  padding: 0 0 100px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-details-3 {
    padding-bottom: 60px;
  }
}
.section-details-3 h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1599px) {
  .section-details-3 h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .section-details-3 h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-details-3 h2 {
    margin-bottom: 30px;
  }
}
.section-details-3 .details-3-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .section-details-3 .details-3-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-details-3 .details-3-row .details-3-info {
  padding-right: 100px;
}
@media screen and (max-width: 1599px) {
  .section-details-3 .details-3-row .details-3-info {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .section-details-3 .details-3-row .details-3-info {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-details-3 .details-3-row .details-3-info {
    padding: 0 0 30px;
  }
}
.section-details-3 .details-3-row .details-3-info h2.h4 {
  margin-bottom: 30px;
}
.section-details-3 .details-3-row .details-3-scheme {
  font-size: 24px;
  width: 966px;
  flex: 0 0 966px;
  background: #b3e891;
  border-radius: 84px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 25px 60px 25px 70px;
}
@media screen and (max-width: 1599px) {
  .section-details-3 .details-3-row .details-3-scheme {
    width: 900px;
    flex: 0 0 900px;
    padding: 25px 40px;
    margin-left: auto;
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .section-details-3 .details-3-row .details-3-scheme {
    flex: auto;
    width: 100%;
    padding: 25px 30px;
    min-height: 150px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-details-3 .details-3-row .details-3-scheme {
    flex-direction: column;
    padding: 20px 20px 40px;
  }
}
.section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 340px;
  flex: 0 0 340px;
  margin: -120px 110px -120px 0;
  background-size: contain;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  .section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l {
    margin: -100px 60px -100px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l {
    width: 280px;
    flex: 0 0 280px;
  }
}
.section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l .scheme-txt {
  z-index: 1;
  position: relative;
}
.section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l .scheme-sign {
  z-index: 1;
  position: relative;
  font-size: 68px;
  margin-bottom: 20px;
  font-weight: normal;
}
.section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l .scheme-arrow {
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: 0;
  width: 100%;
  z-index: 0;
  background: url("../images/arrows-round.png") 45% 50% no-repeat;
}
@media screen and (max-width: 767px) {
  .section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l .scheme-arrow {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-details-3 .details-3-row .details-3-scheme .details-3-scheme-l .scheme-arrow {
    background-size: 220px auto;
  }
}
.section-details-3 .details-3-row .details-3-scheme .details-3-scheme-r {
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-details-3 .details-3-row .details-3-scheme .details-3-scheme-r {
    text-align: center;
    font-weight: normal;
  }
}
.section-details-3 .details-3-row .details-3-scheme .details-3-scheme-r p {
  margin: 0;
}
.section-details-3.section-details-3--generic ul.list--green li:before {
  background-image: url("../images/icons/check-round-b.png");
}
.section-details-3.section-details-3--generic .details-3-row .details-3-scheme {
  background: linear-gradient(to right, #aad5ce 0%, #b3e891 50.01%, #ffc830 100%);
}
.section-details-3.section-details-3--legal ul.list--green li:before {
  background-image: url("../images/icons/check-round-y.png");
}
.section-details-3.section-details-3--legal .details-3-row .details-3-scheme {
  background: #ffcf01;
}
.section-details-3.section-details-3--wellness ul.list--green li:before {
  background-image: url("../images/icons/check-round-y.png");
}
.section-details-3.section-details-3--wellness .details-3-row .details-3-scheme {
  background: #add7d0;
}

.section-details-4 {
  padding: 0 0 80px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .section-details-4 {
    padding-bottom: 60px;
  }
}
.section-details-4 .container .details-4-info {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-details-4 .container .details-4-info {
    margin-bottom: 30px;
  }
}
.section-details-4 .container .details-4-levels .level-list {
  display: flex;
  align-items: stretch;
  margin: 0 -9px 20px;
}
@media screen and (max-width: 1279px) {
  .section-details-4 .container .details-4-levels .level-list {
    flex-wrap: wrap;
  }
}
.section-details-4 .container .details-4-levels .level-list .level-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 9px 18px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .section-details-4 .container .details-4-levels .level-list .level-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-details-4 .container .details-4-levels .levels-summary {
  text-align: center;
  font-size: 20px;
}
.section-details-4.section-details-4--generic .card.card--level {
  background: linear-gradient(to bottom, #aad5ce, #b3e891 50.01%, #ffc830);
}
.section-details-4.section-details-4--generic .level-item:nth-child(1) .card.card--level .card-heading {
  background: linear-gradient(to right, #acd9c3, #afe2a9);
}
.section-details-4.section-details-4--generic .level-item:nth-child(1) .card.card--level .card-heading:after {
  border-top-color: #acdcbd;
}
.section-details-4.section-details-4--generic .level-item:nth-child(2) .card.card--level .card-heading {
  background: linear-gradient(to right, #aee3a6, #b3e891 50.01%, #cde079);
}
.section-details-4.section-details-4--generic .level-item:nth-child(2) .card.card--level .card-heading:after {
  border-top-color: #b3e891;
}
.section-details-4.section-details-4--generic .level-item:nth-child(3) .card.card--level .card-heading {
  background: linear-gradient(to right, #d0de76, #ffc830);
}
.section-details-4.section-details-4--generic .level-item:nth-child(3) .card.card--level .card-heading:after {
  border-top-color: #ead358;
}
.section-details-4.section-details-4--legal .card.card--level {
  background: #ffcf01;
}
.section-details-4.section-details-4--legal .card.card--level .card-heading {
  background: #ffcf01;
}
.section-details-4.section-details-4--legal .card.card--level .card-heading:after {
  border-top-color: #ffcf01;
}
.section-details-4.section-details-4--wellness .card.card--level {
  background: #add7d0;
}
.section-details-4.section-details-4--wellness .card.card--level .card-heading {
  background: #add7d0;
}
.section-details-4.section-details-4--wellness .card.card--level .card-heading:after {
  border-top-color: #add7d0;
}

.card.card--level {
  width: 100%;
  border-radius: 15px;
  padding: 2px;
  background: #b3e891;
  display: flex;
}
.card.card--level .card-i {
  align-items: stretch;
  width: 100%;
  background: #fff;
  border-radius: 14px;
}
.card.card--level .card-heading {
  padding: 20px 30px;
  background: #b3e891;
  border-radius: 13px 13px 0 0;
  position: relative;
}
.card.card--level .card-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #b3e891 transparent transparent;
}
.card.card--level .card-heading .card-h {
  display: flex;
  align-items: center;
}
.card.card--level .card-heading .card-h h3 {
  margin: 0 20px 0 0;
}
.card.card--level .card-heading .card-h .card-note {
  font-style: italic;
  font-weight: 500;
  margin-left: auto;
}
.card.card--level .card-heading .card-subtitle.h4 {
  font-weight: normal;
  margin: 0;
}
.card.card--level .card-body {
  padding: 20px 30px;
}
.card.card--level .card-body .card-price {
  font-size: 20px;
}
.card.card--level .card-body .card-price-details {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 30px;
}
.card.card--level .card-body .card-price-details .plus {
  margin-right: 10px;
}
.card.card--level .card-body .card-brief {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}
.card.card--level .card-body .card-details {
  font-size: 16px;
}
.card.card--level .card-body .card-details ul {
  padding-left: 20px;
}
.card.card--level .card-body .card-details ul li:not(:last-child) {
  margin-bottom: 5px;
}
.card.card--level .card-body .card-details p {
  margin-bottom: 0.5em;
}
.section-details-5 {
  font-size: 20px;
  padding: 0 0 110px;
}
@media screen and (max-width: 1279px) {
  .section-details-5 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .section-details-5 {
    padding-bottom: 30px;
  }
}
.section-details-5 .container h2 {
  margin-bottom: 0.2em;
}
.section-details-5 .container .subtitle.h3 {
  font-weight: normal;
}
.section-details-5 .container .details-5-info {
  max-width: 50%;
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-details-5 .container .details-5-info {
    max-width: 100%;
  }
}
.section-details-5 .container .details-5-row {
  display: flex;
  flex-wrap: wrap;
}
.section-details-5 .container .details-5-row .details-5-video {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section-details-5 .container .details-5-row .details-5-video {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 0 40px;
  }
}
.section-details-5 .container .details-5-row .details-5-video .video {
  width: 645px;
}
@media screen and (max-width: 1599px) {
  .section-details-5 .container .details-5-row .details-5-video .video {
    width: 100%;
  }
}
.section-details-5 .container .details-5-row .details-5-r {
  flex: 1;
}
.section-details-5 .container .details-5-row .details-5-desc h3 {
  margin-bottom: 20px;
}
.section-details-5 .container .details-5-row .details-5-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}
.section-details-5 .container .details-5-row .btns {
  margin-top: 40px;
}
.section-details-5.section-details-5--generic ul.list--dash li:before {
  background: #aad5ce;
}
.section-details-5.section-details-5--legal ul.list--dash li:before {
  background: #ffcf01;
}
.section-details-5.section-details-5--wellness ul.list--dash li:before {
  background: #add7d0;
}

.video {
  padding-bottom: 56.25%;
  position: relative;
}
.video .video-preview {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
  transition: all 0.2s;
}
.video .video-preview:hover img {
  opacity: 0.9;
}
.video .video-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .video-play .icon {
  width: 111px;
  height: 110px;
  background: url("../images/icons/play.png") 50% 50% no-repeat;
  background-size: contain;
}
.video .video-embed {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video-embed iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video.is-active .video-preview {
  opacity: 0;
  visibility: hidden;
}
.video.video--rounded {
  border-radius: 15px;
  overflow: hidden;
}
.video.video--rounded .video-preview:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  transition: all 0.2s;
}
.video.video--rounded .video-preview:hover {
  background: #333;
}
.video.video--rounded .video-preview:hover:before {
  opacity: 0.9;
}
.video.video--rounded .video-preview:hover img {
  opacity: 1;
}
.video.video--rounded .video-play .icon {
  width: 100px;
  height: 101px;
  background-image: url("../images/icons/play-sm.png");
}
.video.video--rounded img,
.video.video--rounded iframe {
  border-radius: 15px;
}

.video .video-embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-details-6 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .section-details-6 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-details-6 {
    padding: 40px 0;
  }
}
.section-details-6 .details-6-items {
  display: flex;
  margin: 0 -10px -20px;
  flex-wrap: wrap;
}
.section-details-6 .details-6-items .details-6-item {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 1024px) {
  .section-details-6 .details-6-items .details-6-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-details-6 .details-6-items .details-6-item .item-t {
  position: relative;
  padding: 70px 0 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .section-details-6 .details-6-items .details-6-item .item-t {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-details-6 .details-6-items .details-6-item .item-t {
    padding: 0 0 40px;
  }
}
.section-details-6 .details-6-items .details-6-item .item-t .item-img {
  position: absolute;
  width: 320px;
  height: 320px;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .section-details-6 .details-6-items .details-6-item .item-t .item-img {
    width: 250px;
    height: 250px;
    flex: 0 0 250px;
  }
}
@media screen and (max-width: 575px) {
  .section-details-6 .details-6-items .details-6-item .item-t .item-img {
    position: relative;
    width: 100%;
    max-width: 250px;
    transform: none;
    top: auto;
    height: auto;
    margin-bottom: -40px;
  }
}
.section-details-6 .details-6-items .details-6-item .item-t .item-img:before {
  border-radius: 50%;
}
.section-details-6 .details-6-items .details-6-item .item-t .item-img img {
  border-radius: 50%;
}
.section-details-6 .details-6-items .details-6-item .item-t .item-info {
  padding: 2px;
  font-size: 18px;
  min-height: 200px;
  background: #b3e891;
  border-radius: 15px;
  margin-left: 100px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 575px) {
  .section-details-6 .details-6-items .details-6-item .item-t .item-info {
    margin: 0;
  }
}
.section-details-6 .details-6-items .details-6-item .item-t .item-info .item-info-i {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 25px 25px 25px 245px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .section-details-6 .details-6-items .details-6-item .item-t .item-info .item-info-i {
    padding: 20px 20px 20px 170px;
  }
}
@media screen and (max-width: 575px) {
  .section-details-6 .details-6-items .details-6-item .item-t .item-info .item-info-i {
    padding: 60px 20px 20px;
    margin: 0;
  }
}
.section-details-6 .details-6-items .details-6-item .item-b {
  margin-bottom: 90px;
}
@media screen and (max-width: 1599px) {
  .section-details-6 .details-6-items .details-6-item .item-b {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .section-details-6 .details-6-items .details-6-item .item-b {
    margin-bottom: 40px;
  }
}
.section-details-6 .details-6-items .details-6-item .item-b .item-details.txt p:last-child {
  margin-bottom: 0;
}
.section-details-6.section-details-6--generic .details-6-items .details-6-item .item-t .item-info {
  background: linear-gradient(to bottom, #aad5ce, #b3e891 50.01%, #ffc830);
}
.section-details-6.section-details-6--legal .details-6-items .details-6-item .item-t .item-info {
  background: #ffcf01;
}
.section-details-6.section-details-6--wellness .details-6-items .details-6-item .item-t .item-info {
  background: #add7d0;
}

.section-details-7 {
  font-size: 20px;
  padding: 0 0 100px;
}
@media screen and (max-width: 1024px) {
  .section-details-7 {
    padding-bottom: 60px;
  }
}
.section-details-7 h2 {
  text-align: center;
  margin-bottom: 45px;
}
.section-details-7 .details-7-row {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-details-7 .details-7-row {
    margin-bottom: 30px;
  }
}
.section-details-7 .details-7-row .details-7-img {
  width: 662px;
  flex: 0 0 662px;
  margin: 0 50px 0 0;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 1279px) {
  .section-details-7 .details-7-row .details-7-img {
    width: 50%;
    flex: 0 0 50%;
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-details-7 .details-7-row .details-7-img {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.section-details-7 .details-7-row .details-7-info {
  flex: 1;
}
.section-details-7 .details-7-b.h2 {
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.section-details-7 .btns {
  justify-content: center;
}
.section-details-7.section-details-7--generic ul.list--dash li:before {
  background: #aad5ce;
}
.section-details-7.section-details-7--legal ul.list--dash li:before {
  background: #ffcf01;
}
.section-details-7.section-details-7--wellness ul.list--dash li:before {
  background: #add7d0;
}

/*** About ***/
.section-hero-about {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-about {
    min-height: 400px;
  }
}
.section-hero-about .container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.section-hero-about .container .hero-content {
  text-align: center;
}
.section-hero-about .container .hero-content h1 {
  margin: 0 0 0.2em;
}
.section-hero-about .container .hero-content .subtitle.h2 {
  margin: 0;
}
.section-hero-about .container .bars {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}
.section-hero-about .section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-about .section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-quote {
  background: #000;
  color: #fff;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1279px) {
  .section-quote {
    padding: 60px 0;
  }
}
.section-quote .container {
  max-width: 980px;
}
.section-quote .quote-i .quote-content.h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-quote .quote-i .quote-content.h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-quote .quote-i .quote-content.h2 {
    text-align: center;
  }
}
.section-quote .quote-i .quote-author {
  display: flex;
  align-items: center;
  gap: 45px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .section-quote .quote-i .quote-author {
    flex-direction: column;
    gap: 30px;
  }
}
.section-quote .quote-i .quote-author .quote-photo {
  width: 184px;
  flex: 0 0 184px;
  height: 184px;
}
.section-quote .quote-i .quote-author .quote-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.section-quote .quote-i .quote-author .quote-author-r {
  flex: 1;
}
.section-quote .quote-i .quote-author .quote-author-r .quote-name {
  margin: 0;
}
.section-quote .quote-i .quote-author .quote-author-r .quote-position {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-quote .quote-i .quote-author .quote-author-r .quote-position {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-quote .quote-i .quote-author .quote-author-r .quote-position {
    font-size: 16px;
  }
}

.section-about {
  padding: 100px 0 100px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-about {
    font-size: 18px;
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .section-about {
    font-size: 16px;
  }
}
.section-about .container .about-t-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -27px 50px;
}
@media screen and (max-width: 1279px) {
  .section-about .container .about-t-row {
    margin: 0 -10px 30px;
  }
}
.section-about .container .about-t-row .about-t-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 27px;
}
@media screen and (max-width: 1279px) {
  .section-about .container .about-t-row .about-t-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-about .container .about-t-row .about-t-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-about .container .about-t-row .about-t-img {
  display: inline-block;
  position: relative;
  line-height: 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .section-about .container .about-t-row .about-t-img {
    margin-bottom: 30px;
  }
}
.section-about .container .about-t-row .about-t-img img {
  z-index: 0;
  position: relative;
}
.section-about .container .about-t-row .about-t-img .bars {
  width: 184px;
  height: 95px;
  background: url("../images/bars-white-lg.png") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 25px;
}
.section-about .container .about-img {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1599px) {
  .section-about .container .about-img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-about .container .about-img {
    margin-bottom: 40px;
  }
}
.section-about .container .about-b {
  text-align: center;
}
.section-about .container .about-b .h2 {
  font-weight: normal;
  margin-bottom: 0.8em;
}
.section-about .container .about-b .btns {
  justify-content: center;
}
/*** Team ***/
.section-hero-team {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-team {
    min-height: 400px;
  }
}
.section-hero-team .container {
  position: relative;
  max-width: 980px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  max-width: 980px;
}
.section-hero-team .hero-content h1 {
  margin: 0 0 0.5em;
}
.section-hero-team .hero-content .subtitle.h4 {
  font-weight: bold;
  margin: 0;
}
.section-hero-team .section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-team .section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-team .container {
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .section-team .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-team .container .team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px -25px;
}
.section-team .container .team .team-item {
  padding: 0 11px 25px;
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
@media screen and (max-width: 1024px) {
  .section-team .container .team .team-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-team .container .team .team-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-team .container .bars {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}

.card.card--person {
  width: 100%;
}
.card.card--person .card-photo {
  margin-bottom: 12px;
  line-height: 0;
}
.card.card--person .card-photo img {
  width: 100%;
}
.card.card--person .card-name {
  margin-bottom: 0;
}
.card.card--person .card-position {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .card.card--person .card-position {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--person .card-position {
    font-size: 16px;
  }
}
.card.card--person .card-position a {
  color: #000;
  font-weight: 700;
}
/*** Lead ***/
.section-hero-lead {
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-lead {
    min-height: 400px;
  }
}
.section-hero-lead .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.section-hero-lead .hero-i {
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-hero-lead .hero-i {
    flex-direction: column;
  }
}
.section-hero-lead .hero-i .hero-content {
  width: 40%;
  flex: 0 0 40%;
  padding-right: 120px;
}
@media screen and (max-width: 1599px) {
  .section-hero-lead .hero-i .hero-content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-lead .hero-i .hero-content {
    width: 100%;
    max-width: 600px;
    flex: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 40px;
  }
}
.section-hero-lead .hero-i .hero-h {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-hero-lead .hero-i .hero-h {
    margin-bottom: 20px;
  }
}
.section-hero-lead .hero-i .hero-h h1 {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-lead .hero-i .hero-h h1 {
    margin: 0 30px 0 0;
  }
}
.section-hero-lead .hero-i .hero-h .hero-icon {
  width: 129px;
  height: 129px;
  flex: 0 0 129px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .section-hero-lead .hero-i .hero-h .hero-icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
}
.section-hero-lead .hero-i .hero-h .hero-icon img {
  width: 55%;
  height: 55%;
  padding-top: 7%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-hero-lead .hero-i .hero-desc {
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1279px) {
  .section-hero-lead .hero-i .hero-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-lead .hero-i .hero-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-lead .hero-i .hero-desc {
    font-size: 16px;
  }
}
.section-hero-lead .hero-i .hero-video {
  flex: 1;
  padding-right: 100px;
}
@media screen and (max-width: 1599px) {
  .section-hero-lead .hero-i .hero-video {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-lead .hero-i .hero-video {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-hero-lead .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars-white.png") 0 0 no-repeat;
}

.section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-videos {
  padding: 100px 0 50px;
}
@media screen and (max-width: 1279px) {
  .section-videos {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-videos {
    padding: 40px 0 30px;
  }
}
.section-videos .container .video-list .video-item {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}
@media screen and (max-width: 1279px) {
  .section-videos .container .video-list .video-item {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-videos .container .video-list .video-item {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-videos .container .video-list .video-item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .section-videos .container .video-list .video-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.section-videos .container .video-list .item-l {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 30px;
}
@media screen and (max-width: 1279px) {
  .section-videos .container .video-list .item-l {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-videos .container .video-list .item-l {
    width: 100%;
    flex: auto;
    margin-bottom: 20px;
    padding: 0;
  }
}
.section-videos .container .video-list .item-r {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 30px;
}
@media screen and (max-width: 1279px) {
  .section-videos .container .video-list .item-r {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-videos .container .video-list .item-r {
    width: 100%;
    flex: auto;
    padding: 0;
  }
}
.section-videos .container .video-list .item-r h2 {
  margin-bottom: 0.2em;
}
.section-videos .container .video-list .item-r .subtitle.h4 {
  margin-bottom: 0.8em;
}
.section-videos .container .video-list .item-r .item-desc {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-videos .container .video-list .item-r .item-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-videos .container .video-list .item-r .item-desc {
    font-size: 16px;
  }
}
.section-videos .container .video-list .item-r .item-desc p:last-child {
  margin: 0;
}

.section-lead-1 {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .section-lead-1 {
    padding: 30px 0;
  }
}
.section-lead-1 .container .lead-1-row {
  display: flex;
  align-items: flex-start;
  margin: 0 -30px;
}
@media screen and (max-width: 1279px) {
  .section-lead-1 .container .lead-1-row {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-lead-1 .container .lead-1-row {
    flex-direction: column;
  }
}
.section-lead-1 .container .lead-1-row .lead-1-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 30px;
}
@media screen and (max-width: 1279px) {
  .section-lead-1 .container .lead-1-row .lead-1-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-lead-1 .container .lead-1-row .lead-1-col {
    width: 100%;
    flex: auto;
  }
}
.section-lead-1 .container .lead-1-row .txt {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-lead-1 .container .lead-1-row .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-lead-1 .container .lead-1-row .txt {
    font-size: 16px;
  }
}
.section-lead-1 .container .lead-1-row .txt ul.list--ygreen {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  .section-lead-1 .container .lead-1-row .txt ul.list--ygreen {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .section-lead-1 .container .lead-1-row .txt ul.list--ygreen {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-lead-1 .container .lead-1-row .txt ul.list--ygreen {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-lead-1 .container .lead-1-row .txt ul.list--ygreen {
    font-size: 16px;
  }
}
.section-lead-1 .container .lead-1-row .txt ul.list--ygreen li:before {
  top: 0;
}
@media screen and (max-width: 1599px) {
  .section-lead-1 .container .lead-1-row .txt ul.list--ygreen li:before {
    top: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .section-lead-1 .container .lead-1-row .txt ul.list--ygreen li:before {
    top: -4px;
  }
}

.section-lead-2 {
  padding: 50px 0 50px;
}
@media screen and (max-width: 1024px) {
  .section-lead-2 {
    padding: 30px 0 50px;
  }
}
.section-lead-2 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .section-lead-2 h2 {
    margin-bottom: 30px;
  }
}
.section-lead-2 .post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -40px;
}
@media screen and (max-width: 1279px) {
  .section-lead-2 .post-list {
    margin: 0 -10px -40px;
  }
}
@media screen and (max-width: 767px) {
  .section-lead-2 .post-list {
    flex-direction: column;
  }
}
.section-lead-2 .post-list .post-item {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 30px 40px;
}
@media screen and (max-width: 1279px) {
  .section-lead-2 .post-list .post-item {
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-lead-2 .post-list .post-item {
    width: 100%;
  }
}

.card.card--post .card-t {
  margin-bottom: 30px;
  position: relative;
}
.card.card--post .card-t .card-img a {
  display: block;
  line-height: 0;
  position: relative;
  padding-bottom: 39.8438%;
}
.card.card--post .card-t .card-img a:hover {
  opacity: 0.8;
}
.card.card--post .card-t .card-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--post .card-t .card-icon {
  position: absolute;
  bottom: 17px;
  left: 17px;
  width: 129px;
  height: 129px;
  background: linear-gradient(45deg, #9ed7ce, #a4ea86 33%, #ffcf01 67%, #f09f96);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 1599px) {
  .card.card--post .card-t .card-icon {
    width: 80px;
    height: 80px;
  }
}
.card.card--post .card-t .card-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 50%;
}
.card.card--post .card-t .card-icon img {
  position: relative;
  z-index: 1;
  max-width: 57%;
  max-height: 57%;
}
.card.card--post .card-brief {
  margin-bottom: 36px;
  font-size: 20px;
}
/*** Seo ***/
.section-hero-product,
.section-hero-seo {
  min-height: 540px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-product,
  .section-hero-seo {
    min-height: 400px;
  }
}
.section-hero-product .container,
.section-hero-seo .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}
.section-hero-product .hero-i,
.section-hero-seo .hero-i {
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-hero-product .hero-i,
  .section-hero-seo .hero-i {
    flex-direction: column;
  }
}
.section-hero-product .hero-i .hero-content,
.section-hero-seo .hero-i .hero-content {
  width: 44%;
  flex: 0 0 44%;
  padding-right: 100px;
}
@media screen and (max-width: 1599px) {
  .section-hero-product .hero-i .hero-content,
  .section-hero-seo .hero-i .hero-content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-product .hero-i .hero-content,
  .section-hero-seo .hero-i .hero-content {
    width: 100%;
    max-width: 600px;
    flex: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 40px;
  }
}
.section-hero-product .hero-i .hero-h,
.section-hero-seo .hero-i .hero-h {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-hero-product .hero-i .hero-h,
  .section-hero-seo .hero-i .hero-h {
    margin-bottom: 20px;
  }
}
.section-hero-product .hero-i .hero-h h1,
.section-hero-seo .hero-i .hero-h h1 {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-product .hero-i .hero-h h1,
  .section-hero-seo .hero-i .hero-h h1 {
    margin: 0 30px 0 0;
  }
}
.section-hero-product .hero-i .hero-desc,
.section-hero-seo .hero-i .hero-desc {
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1279px) {
  .section-hero-product .hero-i .hero-desc,
  .section-hero-seo .hero-i .hero-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-product .hero-i .hero-desc,
  .section-hero-seo .hero-i .hero-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-product .hero-i .hero-desc,
  .section-hero-seo .hero-i .hero-desc {
    font-size: 16px;
  }
}
.section-hero-product .hero-i .hero-video,
.section-hero-seo .hero-i .hero-video {
  flex: 1;
  padding-right: 100px;
}
@media screen and (max-width: 1599px) {
  .section-hero-product .hero-i .hero-video,
  .section-hero-seo .hero-i .hero-video {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-product .hero-i .hero-video,
  .section-hero-seo .hero-i .hero-video {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-hero-product .bars,
.section-hero-seo .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}

.section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-seo-1 {
  padding: 100px 0;
  color: #fff;
  font-size: 20px;
  background: #000;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1279px) {
  .section-seo-1 {
    font-size: 18px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-1 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-seo-1 {
    font-size: 16px;
  }
}
.section-seo-1 .seo-1-content {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-seo-1 .seo-1-content {
    width: 100%;
    margin: 0;
  }
}
.section-seo-1 .seo-1-content .desc {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .section-seo-1 .seo-1-content .desc {
    margin-bottom: 30px;
  }
}
.section-seo-1 .seo-1-img {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 50%;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .section-seo-1 .seo-1-img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 20px 0 0;
    justify-content: center;
  }
}
.section-seo-1 .seo-1-img img {
  height: 100%;
  max-width: initial;
}
@media screen and (max-width: 1024px) {
  .section-seo-1 .seo-1-img img {
    width: 90%;
  }
}

.section-seo-2 {
  padding: 100px 0 40px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-seo-2 {
    font-size: 18px;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-seo-2 {
    font-size: 16px;
  }
}
.section-seo-2 .seo-2-icon {
  position: relative;
  width: 129px;
  height: 129px;
  background: linear-gradient(45deg, #9ed7ce, #a4ea86 33%, #ffcf01 67%, #f09f96);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1599px) {
  .section-seo-2 .seo-2-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
}
.section-seo-2 .seo-2-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
}
.section-seo-2 .seo-2-icon img {
  position: relative;
  z-index: 1;
  max-width: 57%;
  max-height: 57%;
}
.section-seo-2 .seo-2-i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-seo-2 .seo-2-i {
    flex-direction: column;
  }
}
.section-seo-2 .seo-2-i .seo-2-l {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .section-seo-2 .seo-2-i .seo-2-l {
    width: 100%;
    flex: auto;
  }
}
.section-seo-2 .seo-2-i .seo-2-r {
  flex: 1;
  padding-left: 140px;
}
@media screen and (max-width: 1599px) {
  .section-seo-2 .seo-2-i .seo-2-r {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-2 .seo-2-i .seo-2-r {
    padding: 0;
  }
}
.section-seo-2 .seo-2-i .h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 1279px) {
  .section-seo-2 .seo-2-i .h3 {
    margin-bottom: 30px;
  }
}
.section-seo-3 {
  padding: 40px 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-seo-3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-seo-3 {
    font-size: 16px;
    padding: 20px 0 40px;
  }
}
.section-seo-3 .seo-3-t {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .section-seo-3 .seo-3-t {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-3 .seo-3-t {
    flex-direction: column;
  }
}
.section-seo-3 .seo-3-t .seo-3-t-l {
  width: 480px;
  flex: 0 0 480px;
  padding-right: 120px;
}
@media screen and (max-width: 1599px) {
  .section-seo-3 .seo-3-t .seo-3-t-l {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .section-seo-3 .seo-3-t .seo-3-t-l {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-3 .seo-3-t .seo-3-t-l {
    width: 100%;
    flex: auto;
  }
}
.section-seo-3 .seo-3-t .seo-3-t-l .seo-3-stat {
  font-weight: bold;
}
.section-seo-3 .seo-3-t .seo-3-t-l .seo-3-stat:not(:last-child) {
  margin-bottom: 40px;
}
.section-seo-3 .seo-3-t .seo-3-t-l .seo-3-stat img {
  margin-bottom: 15px;
}
.section-seo-3 .seo-3-t .seo-3-t-r {
  flex: 1;
  padding-top: 80px;
}
@media screen and (max-width: 1279px) {
  .section-seo-3 .seo-3-t .seo-3-t-r {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-3 .seo-3-t .seo-3-t-r {
    padding-top: 0;
  }
}
.section-seo-3 .seo-3-b {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-seo-3 .seo-3-b {
    flex-direction: column;
  }
}
.section-seo-3 .seo-3-b .seo-3-b-l {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .section-seo-3 .seo-3-b .seo-3-b-l {
    width: 100%;
    flex: auto;
    margin-bottom: 40px;
  }
}
.section-seo-3 .seo-3-b .seo-3-b-blocks {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-seo-3 .seo-3-b .seo-3-b-blocks {
    margin-bottom: 30px;
  }
}
.section-seo-3 .seo-3-b .seo-3-b-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1599px) {
  .section-seo-3 .seo-3-b .seo-3-b-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section-seo-3 .seo-3-b .seo-3-b-r {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-seo-4 {
  padding: 50px 0;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-seo-4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-seo-4 {
    font-size: 16px;
  }
}
.section-seo-4 .seo-4-i {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-seo-4 .seo-4-i {
    flex-direction: column;
  }
}
.section-seo-4 .seo-4-i .seo-4-img {
  position: relative;
  width: 856px;
  flex: 0 0 856px;
}
@media screen and (max-width: 1599px) {
  .section-seo-4 .seo-4-i .seo-4-img {
    width: 60%;
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-4 .seo-4-i .seo-4-img {
    width: 100%;
    flex: auto;
    order: 2;
  }
}
.section-seo-4 .seo-4-i .seo-4-img .bars {
  width: 184px;
  height: 95px;
  background: url("../images/bars-white-lg.png") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 22px;
}
.section-seo-4 .seo-4-i .seo-4-content {
  flex: 1;
  padding-left: 85px;
}
@media screen and (max-width: 1599px) {
  .section-seo-4 .seo-4-i .seo-4-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section-seo-4 .seo-4-i .seo-4-content {
    order: 1;
    padding: 0 0 30px;
  }
}
/*** Websites ***/
.section-hero-websites {
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-websites {
    min-height: 400px;
  }
}
.section-hero-websites .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.section-hero-websites .hero-i {
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-hero-websites .hero-i {
    flex-direction: column;
  }
}
.section-hero-websites .hero-i .hero-content {
  width: 40%;
  flex: 0 0 40%;
  padding-right: 120px;
}
@media screen and (max-width: 1599px) {
  .section-hero-websites .hero-i .hero-content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-websites .hero-i .hero-content {
    width: 100%;
    max-width: 600px;
    flex: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 40px;
  }
}
.section-hero-websites .hero-i .hero-h {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-hero-websites .hero-i .hero-h {
    margin-bottom: 20px;
  }
}
.section-hero-websites .hero-i .hero-h h1 {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-hero-websites .hero-i .hero-h h1 {
    margin: 0 30px 0 0;
  }
}
.section-hero-websites .hero-i .hero-desc {
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1279px) {
  .section-hero-websites .hero-i .hero-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-websites .hero-i .hero-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero-websites .hero-i .hero-desc {
    font-size: 16px;
  }
}
.section-hero-websites .hero-i .hero-video {
  flex: 1;
  padding-right: 100px;
}
@media screen and (max-width: 1599px) {
  .section-hero-websites .hero-i .hero-video {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero-websites .hero-i .hero-video {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-hero-websites .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}

.section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-websites-1 {
  color: #fff;
  font-size: 20px;
  background: #000;
}
@media screen and (max-width: 1279px) {
  .section-websites-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-websites-1 {
    font-size: 16px;
  }
}
.section-websites-1 .websites-1-i {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-websites-1 .websites-1-i {
    flex-direction: column;
  }
}
.section-websites-1 .websites-1-img {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section-websites-1 .websites-1-img {
    width: 100%;
    flex: auto;
    order: 2;
  }
}
.section-websites-1 .websites-1-content {
  flex: 1;
  padding: 100px 0;
}
@media screen and (max-width: 1279px) {
  .section-websites-1 .websites-1-content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-websites-1 .websites-1-content {
    order: 1;
    padding: 60px 0 40px;
  }
}
.section-websites-1 .websites-1-content .desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .section-websites-1 .websites-1-content .desc {
    margin-bottom: 30px;
  }
}
.section-websites-2 {
  padding: 90px 0 40px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-websites-2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-websites-2 {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-websites-2 {
    font-size: 16px;
  }
}
.section-websites-2 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-websites-2 h2 {
    text-align: center;
  }
}
.section-websites-2 .subtitle.h4 {
  margin-bottom: 75px;
}
@media screen and (max-width: 1599px) {
  .section-websites-2 .subtitle.h4 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-websites-2 .subtitle.h4 {
    margin-bottom: 40px;
    text-align: center;
  }
}
.section-websites-2 .websites-2-option-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -40px;
}
@media screen and (max-width: 1279px) {
  .section-websites-2 .websites-2-option-list {
    margin: 0 -10px;
  }
}
.section-websites-2 .websites-2-option-list .websites-2-option {
  padding: 0 30px 40px;
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
@media screen and (max-width: 1279px) {
  .section-websites-2 .websites-2-option-list .websites-2-option {
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-websites-2 .websites-2-option-list .websites-2-option {
    width: 100%;
    flex: 0 0 100%;
  }
}

.card.card--option {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .card.card--option {
    text-align: center;
  }
}
.card.card--option .card-icon {
  position: relative;
  width: 129px;
  height: 129px;
  background: linear-gradient(45deg, #9ed7ce, #a4ea86 33%, #ffcf01 67%, #f09f96);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1599px) {
  .card.card--option .card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--option .card-icon {
    margin-bottom: 20px;
  }
}
.card.card--option .card-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
}
.card.card--option .card-icon img {
  position: relative;
  z-index: 1;
  max-width: 57%;
  max-height: 57%;
}
.card.card--option .card-title.h4 {
  margin: 0;
}
.card.card--option .card-desc p:last-child {
  margin-bottom: 0;
}

.section-websites-3 {
  padding: 40px 0;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-websites-3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-websites-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-websites-3 {
    font-size: 16px;
  }
}
.section-websites-3 .websites-3-i {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-websites-3 .websites-3-i {
    flex-direction: column;
  }
}
.section-websites-3 .websites-3-img {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-websites-3 .websites-3-img {
    width: 100%;
    flex: 1;
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
.section-websites-3 .websites-3-img img {
  border-radius: 50%;
}
.section-websites-3 .websites-3-content {
  flex: 1;
}
.section-websites-3 .websites-3-content h3 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1599px) {
  .section-websites-3 .websites-3-content h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-websites-3 .websites-3-content h3 {
    margin-bottom: 30px;
  }
}
.section-websites-3 .websites-3-content .desc {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-websites-3 .websites-3-content .desc {
    margin-bottom: 30px;
  }
}
.section-websites-3 .websites-3-content ul.list--ygreen li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-websites-3 .websites-3-content ul.list--ygreen li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 575px) {
  .section-websites-3 .websites-3-content ul.list--ygreen li:not(:last-child) {
    margin-bottom: 4px;
  }
}
/*** Digad ***/
.section-digad-1 {
  padding: 100px 0;
  color: #fff;
  font-size: 20px;
  background: #000;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1279px) {
  .section-digad-1 {
    font-size: 18px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-digad-1 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-digad-1 {
    font-size: 16px;
  }
}
.section-digad-1 .digad-1-content {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-digad-1 .digad-1-content {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
}
.section-digad-1 .digad-1-content .desc {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .section-digad-1 .digad-1-content .desc {
    margin-bottom: 30px;
  }
}
.section-digad-1 .digad-1-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .section-digad-1 .digad-1-img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 20px 0 0;
    justify-content: center;
  }
}
.section-digad-1 .digad-1-img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), black);
}
@media screen and (max-width: 1024px) {
  .section-digad-1 .digad-1-img:after {
    display: none;
  }
}
.section-digad-1 .digad-1-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-img {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
}

.hero-img img {
  width: 100%;
}

.gradient-icon {
  position: relative;
  width: 129px;
  height: 129px;
  background: linear-gradient(45deg, #9ed7ce, #a4ea86 33%, #ffcf01 67%, #f09f96);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1599px) {
  .gradient-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
}
.gradient-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
}
.gradient-icon img {
  position: relative;
  z-index: 1;
  max-width: 57%;
  max-height: 57%;
}

.section-digad-2 {
  padding: 100px 0 40px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-digad-2 {
    font-size: 18px;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-digad-2 {
    font-size: 16px;
  }
}
.section-digad-2 .digad-2-i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-digad-2 .digad-2-i {
    flex-direction: column;
  }
}
.section-digad-2 .gradient-icon {
  margin-bottom: 35px;
}
@media screen and (max-width: 1599px) {
  .section-digad-2 .gradient-icon {
    margin-bottom: 30px;
  }
}
.section-digad-2 .digad-2-l {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .section-digad-2 .digad-2-l {
    width: 100%;
    flex: auto;
  }
}
.section-digad-2 .digad-2-l .digad-2-blocks {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-digad-2 .digad-2-l .digad-2-blocks {
    margin-bottom: 30px;
  }
}
.section-digad-2 .digad-2-l .digad-2-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1599px) {
  .section-digad-2 .digad-2-l .digad-2-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section-digad-2 .digad-2-r {
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 1599px) {
  .section-digad-2 .digad-2-r {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-digad-2 .digad-2-r {
    padding: 0;
  }
}
.section-digad-3 {
  padding: 30px 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-digad-3 {
    font-size: 18px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-digad-3 {
    font-size: 16px;
  }
}
.section-digad-3 .digad-3-i {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-digad-3 .digad-3-i {
    flex-direction: column;
  }
}
.section-digad-3 .digad-3-i .digad-3-img {
  position: relative;
  width: 856px;
  flex: 0 0 856px;
}
@media screen and (max-width: 1599px) {
  .section-digad-3 .digad-3-i .digad-3-img {
    width: 60%;
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1024px) {
  .section-digad-3 .digad-3-i .digad-3-img {
    width: 100%;
    flex: auto;
    order: 2;
  }
}
.section-digad-3 .digad-3-i .digad-3-img .bars {
  width: 184px;
  height: 95px;
  background: url("../images/bars-white-lg.png") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 22px;
}
.section-digad-3 .digad-3-i .digad-3-content {
  flex: 1;
  padding-left: 85px;
}
@media screen and (max-width: 1599px) {
  .section-digad-3 .digad-3-i .digad-3-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section-digad-3 .digad-3-i .digad-3-content {
    order: 1;
    padding: 0 0 30px;
  }
}

.section-digad-4 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 1279px) {
  .section-digad-4 {
    padding: 30px 0;
  }
}
.section-digad-4 .digad-4-i {
  max-width: 860px;
}
.section-digad-4 .h2 {
  margin-bottom: 40px;
}
/*** Careers ***/
.section-hero-careers {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-hero-careers {
    min-height: 400px;
  }
}
.section-hero-careers .container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.section-hero-careers .container .hero-content {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.section-hero-careers .container .hero-content h1 {
  margin-bottom: 30px;
}
.section-hero-careers .container .hero-content .desc {
  margin-bottom: 30px;
}
.section-hero-careers .container .hero-content .btns {
  justify-content: center;
}
.section-hero-careers .container .bars {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}
.section-hero-careers .section-hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero-careers .section-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-careers-1 {
  background: #000;
  color: #fff;
  padding: 85px 0 90px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-careers-1 {
    font-size: 18px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-careers-1 {
    font-size: 16px;
  }
}
.section-careers-1 .careers-1-i {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -50px;
}
.section-careers-1 .careers-1-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 25px 50px;
}
@media screen and (max-width: 1024px) {
  .section-careers-1 .careers-1-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.card.card--careers-1 {
  width: 100%;
  position: relative;
}
.card.card--careers-1 .card-img {
  margin: 0 0 30px 30px;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 1599px) {
  .card.card--careers-1 .card-img {
    margin: 0 0 20px;
  }
}
.card.card--careers-1 .card-img .card-img-i {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: 100%;
}
.card.card--careers-1 .card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card.card--careers-1 .card-desc p:last-child {
  margin-bottom: 0;
}

.section-careers-2 {
  padding: 100px 0 40px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-careers-2 {
    padding: 50px 0 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-careers-2 {
    font-size: 16px;
  }
}
.section-careers-2 .careers-2-i {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -50px;
}
.section-careers-2 .careers-2-i .careers-2-l {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 25px 50px;
}
@media screen and (max-width: 1024px) {
  .section-careers-2 .careers-2-i .careers-2-l {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-careers-2 .careers-2-i .careers-2-r {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 25px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .section-careers-2 .careers-2-i .careers-2-r {
    width: 100%;
    flex: 0 0 100%;
    max-width: 600px;
  }
}
.section-careers-2 .careers-2-i .careers-2-blocks .careers-2-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1599px) {
  .section-careers-2 .careers-2-i .careers-2-blocks .careers-2-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section-careers-2 .careers-2-i .careers-2-img {
  display: inline-block;
  position: relative;
  line-height: 0;
}
.section-careers-2 .careers-2-i .careers-2-img img {
  z-index: 0;
  position: relative;
}
.section-careers-2 .careers-2-i .careers-2-img .bars {
  width: 184px;
  height: 95px;
  background: url("../images/bars-white-lg.png") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 20px;
}

.section-careers-3 {
  padding: 40px 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-careers-3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-careers-3 {
    font-size: 16px;
  }
}
.section-careers-3 h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .section-careers-3 h2 {
    text-align: center;
  }
}
.section-careers-3 .careers-3-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -25px;
}
.section-careers-3 .careers-3-blocks .careers-3-block {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 25px 25px;
}
@media screen and (max-width: 1279px) {
  .section-careers-3 .careers-3-blocks .careers-3-block {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 1024px) {
  .section-careers-3 .careers-3-blocks .careers-3-block {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-careers-3 .careers-3-blocks .careers-3-block {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.section-careers-3 .careers-3-blocks .gradient-icon-sm {
  margin-bottom: 10px;
}
.section-careers-3 .careers-3-blocks h3 {
  margin-bottom: 0.2em;
}
.gradient-icon-sm {
  position: relative;
  width: 86px;
  height: 86px;
  background: linear-gradient(45deg, #9ed7ce, #a4ea86 33%, #ffcf01 67%, #f09f96);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.gradient-icon-sm:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
}
.gradient-icon-sm img {
  position: relative;
  z-index: 1;
  max-width: 72%;
  max-height: 72%;
}

.section-careers-4 {
  padding: 40px 0 50px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .section-careers-4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-careers-4 {
    font-size: 16px;
    padding: 40px 0;
  }
}
.section-careers-4 .careers-4-i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-careers-4 .careers-4-i .careers-4-img {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .section-careers-4 .careers-4-i .careers-4-img {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
  }
}
.section-careers-4 .careers-4-i .careers-4-img img {
  width: 100%;
}
.section-careers-4 .careers-4-i .careers-3-info {
  flex: 1;
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  .section-careers-4 .careers-4-i .careers-3-info {
    order: 1;
    flex: 0 0 100%;
    padding: 0 0 25px;
  }
}
.section-careers-list {
  padding: 40px 0 100px;
}
.section-careers-list h2 {
  margin-bottom: 30px;
}
.section-careers-list .careers-list .careers-item:not(:last-child) {
  margin-bottom: 35px;
}

.card.card--careers {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .card.card--careers {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--careers {
    font-size: 16px;
  }
}
.card.card--careers .card-department {
  margin-bottom: 3px;
}
.card.card--careers .card-position {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}
@media screen and (max-width: 1279px) {
  .card.card--careers .card-position {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--careers .card-position {
    font-size: 20px;
  }
}
.card.card--careers .card-location {
  margin-bottom: 15px;
}
/*** Blog ***/
.section-blog .blog-t {
  position: relative;
  padding: 45px 0 0;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .section-blog .blog-t {
    padding: 20px 0;
  }
}
.section-blog .blog-t:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 60px;
  background: #000;
}
@media screen and (max-width: 1279px) {
  .section-blog .blog-t:after {
    bottom: 0;
  }
}
.section-blog .blog-t a {
  color: #fff;
}
.section-blog .blog-t .container {
  position: relative;
  z-index: 1;
}
.section-blog .blog-t .blog-panel {
  padding-bottom: 110px;
}
@media screen and (max-width: 1599px) {
  .section-blog .blog-t .blog-panel {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-blog .blog-t .blog-panel {
    padding-bottom: 40px;
  }
}
.section-blog .blog-t .blog-panel h4 {
  margin-bottom: 30px;
}
.section-blog .blog-t .blog-panel .blog-panel-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .section-blog .blog-t .blog-panel .blog-filter {
    order: 2;
  }
}
.section-blog .blog-t .blog-panel .blog-filter .filter-list {
  display: flex;
  align-items: center;
  gap: 15px 25px;
  flex-wrap: wrap;
}
.section-blog .blog-t .blog-panel .blog-search {
  margin-left: auto;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .section-blog .blog-t .blog-panel .blog-search {
    margin: 0;
    flex: 0 0 100%;
    order: 1;
  }
}
@media screen and (max-width: 575px) {
  .section-blog .blog-t .blog-panel .blog-search {
    width: 100%;
  }
}
.section-blog .blog-t .blog-panel .blog-search form {
  position: relative;
}
.section-blog .blog-t .blog-panel .blog-search .search-input {
  background: none;
  border: 2px solid #8c8c8c;
  padding: 10px 50px 10px 14px;
  color: #fff;
  font-size: 22px;
  width: 100%;
}
.section-blog .blog-t .blog-panel .blog-search .search-input::-webkit-input-placeholder {
  font-style: italic;
}
.section-blog .blog-t .blog-panel .blog-search .search-input:-moz-placeholder {
  font-style: italic;
}
.section-blog .blog-t .blog-panel .blog-search .search-input::-moz-placeholder {
  font-style: italic;
}
.section-blog .blog-t .blog-panel .blog-search .search-input:-ms-input-placeholder {
  font-style: italic;
}
.section-blog .blog-t .blog-panel .blog-search button {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 50px;
  background: url("../images/icons/search-sm.png") 50% 50% no-repeat;
  border: none;
  text-indent: -9999em;
}
.section-blog .blog-t .blog-panel .blog-search button:hover {
  opacity: 0.8;
}
.section-blog .blog-b {
  padding: 50px 0 70px;
}
.section-blog .blog-b .blog-list-w {
  margin-bottom: 50px;
}
.section-blog .blog-b .blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}
.section-blog .blog-b .blog-list .blog-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 10px 40px;
}
@media screen and (max-width: 1024px) {
  .section-blog .blog-b .blog-list .blog-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog .blog-b .blog-list .blog-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-blog .blog-b .blog-list-sm-w {
  border-top: 2px solid #000;
}
.section-blog .blog-b .blog-list-sm {
  display: flex;
  margin: 0 -10px -20px;
  padding: 50px 0;
  flex-wrap: wrap;
}
.section-blog .blog-b .blog-list-sm .blog-item-sm {
  padding: 0 10px 20px;
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
@media screen and (max-width: 1024px) {
  .section-blog .blog-b .blog-list-sm .blog-item-sm {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-blog .blog-b .blog-list-sm .blog-item-sm {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-blog .blog-b .load-more {
  display: flex;
  justify-content: center;
}
.card.card--blog-featured {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .card.card--blog-featured {
    flex-direction: column;
    align-items: stretch;
  }
}
.card.card--blog-featured .card-img {
  width: 688px;
  flex: 0 0 688px;
}
@media screen and (max-width: 1599px) {
  .card.card--blog-featured .card-img {
    width: 45%;
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 767px) {
  .card.card--blog-featured .card-img {
    width: 100%;
    flex: auto;
    margin-bottom: 20px;
  }
}

.card.card--blog-featured.yellow .card-img a {
  border-left-color: #ffc830;
}

.card.card--blog-featured.green .card-img a {
  border-left-color: #b3e891;
}

.card.card--blog-featured.bluish .card-img a {
  border-left-color: #add7d0;
}

.card.card--blog-featured.pink .card-img a {
  border-left-color: #f09f96;
}

.card.card--blog-featured .card-img a {
  border-left: 10px solid #ffc830;
  padding-bottom: 63%;
  display: block;
  position: relative;
}
.card.card--blog-featured .card-img a:after {
  content: "";
  display: block;
  width: 184px;
  height: 42px;
  background: url("../images/bars-white.png") 0 0 no-repeat;
  transform: scaleX(-1);
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
}
.card.card--blog-featured .card-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--blog-featured .card-body {
  flex: 1;
  margin-left: 45px;
}
@media screen and (max-width: 1599px) {
  .card.card--blog-featured .card-body {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .card.card--blog-featured .card-body {
    margin: 0;
  }
}
.card.card--blog-featured .card-title {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.1;
}
@media screen and (max-width: 1599px) {
  .card.card--blog-featured .card-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--blog-featured .card-title {
    font-size: 20px;
  }
}
.card.card--blog-featured .card-desc {
  font-size: 20px;
  margin-bottom: 20px;
}
.card.card--blog-featured .card-date {
  font-size: 20px;
  font-weight: bold;
}

.card.card--blog.yellow .card-img a {
  border-left-color: #ffc830;
}

.card.card--blog.green .card-img a {
  border-left-color: #b3e891;
}

.card.card--blog.bluish .card-img a {
  border-left-color: #add7d0;
}

.card.card--blog.pink .card-img a {
  border-left-color: #f09f96;
}

.card.card--blog .card-img {
  margin-bottom: 20px;
}
.card.card--blog .card-img a {
  border-left: 10px solid transparent;
  padding-bottom: 66%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card.card--blog .card-img a {
    padding-bottom: 63%;
  }
}
.card.card--blog .card-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--blog .card-body {
  font-size: 20px;
}
.card.card--blog .card-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.card.card--blog .card-desc {
  margin-bottom: 20px;
}
.card.card--blog .card-date {
  font-weight: bold;
  font-size: 18px;
}

.blog-item-sm.yellow .card.card-blog-sm {
  background: #ffc830;
}

.blog-item-sm.green .card.card-blog-sm {
  background: #b3e891;
}

.blog-item-sm.bluish .card.card-blog-sm {
  background: #add7d0;
}

.blog-item-sm.pink .card.card-blog-sm {
  background: #f09f96;
}

.card.card-blog-sm {
  height: 100%;
  background: #ffc830;
  padding: 20px 25px 30px;
  font-size: 20px;
}
.card.card-blog-sm .card-title {
  font-weight: bold;
  margin-bottom: 20px;
}
a.card.card-blog-sm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a.card.card-blog-sm:hover {
  opacity: 0.9;
}

/*** Post ***/
.section-entry {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .section-entry {
    padding: 40px 0;
  }
}
.section-entry .entry {
  position: relative;
}
.section-entry .entry h1 {
  margin: 0 0 20px;
}
.section-entry .entry .entry-date {
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-entry .entry .entry-date {
    margin-bottom: 20px;
  }
}
.section-entry .entry .entry-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-entry .entry .entry-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-entry .entry .entry-img {
    margin: 0 -30px 20px;
  }
}
.section-entry .entry .entry-img img {
  width: 100%;
}

.entry-main {
  max-width: 1324px;
  margin: 0 auto;
  padding: 0 212px;
}

@media screen and (max-width: 1024px) {
  .entry-main {
    max-width: none;
    padding: 0;
  }
}

.entry-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .entry-sidebar {
    position: static;
    margin-top: 56px;
  }
}

.entry-sticky {
  position: sticky;
  top: 80px;
}

.entry-sidebar-img {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.entry-sidebar-name {
  font-weight: 700;
  margin-bottom: 16px;
}

.entry-soc-title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 8px;
}

.entry-soc-wrap {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.entry-soc-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.entry-soc-wrap a:hover {
  opacity: 0.8;
}

.entry-soc-wrap a svg {
  fill: #000000;
  width: 24px;
  height: 24px;
}

/*** Text ***/
.section-txt {
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .section-txt {
    padding: 40px 0;
  }
}
.section-txt .txt {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .section-txt .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-txt .txt {
    font-size: 16px;
  }
}

/*** Campaign ***/
.section-campaign {
  padding: 65px 0 90px;
}
@media screen and (max-width: 1024px) {
  .section-campaign {
    padding: 40px 0;
  }
}

.two-cols {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .two-cols {
    flex-direction: column;
  }
}
.two-cols .two-cols-content {
  flex: 1;
  margin-right: 45px;
}
@media screen and (max-width: 1279px) {
  .two-cols .two-cols-content {
    margin: 0 0 40px;
  }
}
.two-cols .two-cols-sidebar {
  width: 456px;
  flex: 0 0 456px;
}
@media screen and (max-width: 1279px) {
  .two-cols .two-cols-sidebar {
    width: 100%;
    flex: auto;
  }
}
.two-cols .txt {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .two-cols .txt {
    font-size: 16px;
  }
}
.two-cols .txt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1599px) {
  .two-cols .txt h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .two-cols .txt h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .two-cols .txt h3 {
    font-size: 20px;
  }
}
.two-cols .txt img {
  margin: 40px 0;
}
.two-cols .txt ul {
  margin: 20px 0;
}
.two-cols .txt ul li:not(:last-child) {
  margin-bottom: 1em;
}
.two-cols .txt ul li p {
  margin: 0;
}
.two-cols .txt .btns {
  margin-top: 40px;
}

.campaign-review {
  position: relative;
  padding: 60px 60px 40px;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .campaign-review {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .campaign-review {
    font-size: 16px;
  }
}
.campaign-review:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #add7d0 10%, #b3e891 40%, #ffc830 60%, #f09f96 90%);
}
.campaign-review .campaign-review-body {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .campaign-review .campaign-review-body {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .campaign-review .campaign-review-body {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.campaign-review .campaign-review-name {
  font-weight: bold;
}
/*** Event ***/
.section-event {
  padding: 65px 0 90px;
}
@media screen and (max-width: 1024px) {
  .section-event {
    padding: 40px 0;
  }
}
.section-event .event-i .event-intro {
  margin: 0 auto 60px;
  max-width: 1060px;
}
@media screen and (max-width: 1024px) {
  .section-event .event-i .event-intro {
    margin-bottom: 40px;
  }
}

.section-lead-guarantee {
  padding: 65px 0 90px;
}
@media screen and (max-width: 1024px) {
  .section-lead-guarantee {
    padding: 40px 0;
  }
}

/*** Work ***/
.section-work {
  background: #000;
  color: #fff;
  padding: 0;
}
.section-work .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .section-work .container {
    padding: 60px 30px;
  }
}
.section-work .work-h {
  text-align: center;
  margin: 0 auto 100px;
  max-width: 1040px;
}
@media screen and (max-width: 1024px) {
  .section-work .work-h {
    margin-bottom: 60px;
  }
}
.section-work .work-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .section-work .work-list {
    margin: 0 -15px -30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-work .work-list {
    padding-bottom: 60px;
  }
}
.section-work .work-list .work-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 25px 40px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .section-work .work-list .work-item {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-work .work-list .work-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-work .work-list .work-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-work .work-list .work-item.large {
  width: 100%;
  flex: 0 0 100%;
}
@media screen and (max-width: 1024px) {
  .section-work .work-list .work-item.large {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-work .work-list .work-item.large {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-work .work-list .work-item.medium {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 575px) {
  .section-work .work-list .work-item.medium {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-work .work-list a {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  line-height: 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-work .work-list a {
    flex-direction: column;
    align-items: stretch;
  }
}
.section-work .work-list a:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.78);
}
@media screen and (max-width: 1024px) {
  .section-work .work-list a:after {
    display: none;
  }
}
.section-work .work-list a .item-title {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  padding: 20px 28px;
  line-height: 1.2;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .section-work .work-list a .item-title {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-work .work-list a .item-title {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-work .work-list a .item-title {
    position: relative;
    opacity: 1;
    visibility: visible;
    font-size: 16px;
  }
}
.section-work .work-list a .item-img {
  z-index: 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-work .work-list a .item-img {
    min-height: 28vw;
  }
}
@media screen and (max-width: 575px) {
  .section-work .work-list a .item-img {
    min-height: 58vw;
  }
}
.section-work .work-list a .item-img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-work .work-list a:hover:after {
  opacity: 1;
  visibility: visible;
}
.section-work .work-list a:hover .item-title {
  opacity: 1;
  visibility: visible;
}
.section-work .work-bottom {
  text-align: center;
}
.section-work .work-bottom h2 {
  margin-bottom: 35px;
}
.section-work .work-bottom .btns {
  margin-top: 40px;
}
.section-work .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -90px;
  width: 184px;
  height: 42px;
  background: url("../images/bars-white.png") 0 0 no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .section-work .bars {
    left: 10px;
  }
}

/*** Why ***/
.section-why-1 .container {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-why-1 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-why-1 .why-1-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
.section-why-1 .why-1-row .why-1-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .section-why-1 .why-1-row .why-1-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-why-1 .why-1-row .why-1-percent {
  display: flex;
  margin: 24px 0;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .section-why-1 .why-1-row .why-1-percent img {
    width: 50%;
    flex: 0 0 50%;
  }
}
.section-why-1 .why-1-row .why-1-percent .h3 {
  margin: 0;
  padding-left: 25px;
}
@media screen and (max-width: 575px) {
  .section-why-1 .why-1-row .why-1-percent .h3 {
    width: 50%;
    flex: 0 0 50%;
  }
}
.section-why-1 .why-1-row .why-1-img {
  display: block;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .section-why-1 .why-1-row .why-1-img {
    padding: 40px 0;
  }
}
.section-why-1 .why-1-row .why-1-img img {
  border-radius: 50%;
}
.section-why-1 .why-1-row .why-1-b {
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-why-1 .why-1-row .why-1-b {
    max-width: 100%;
  }
}
.section-why-1 .why-1-row .why-1-b .h4.fw500 {
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-why-1 .why-1-row .why-1-b .h4.fw500 {
    max-width: 100%;
  }
}
.section-why-1 .why-1-row .why-1-b .h3 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-why-1 .why-1-row .why-1-b .h3 {
    text-align: left;
  }
}
.section-why-1 .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}

.section-why-2 {
  padding: 90px 0;
  color: #fff;
  background: #000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-why-2 {
    padding: 60px 0;
  }
}
.section-why-2 .container {
  position: relative;
  z-index: 1;
}
.section-why-2 .why-2-content {
  width: calc(50% - 24px);
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-why-2 .why-2-content {
    width: 100%;
  }
}
.section-why-2 .why-2-content .btns {
  margin-top: 28px;
}
.section-why-2 .why-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-why-2 .why-2-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-why-3 {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .section-why-3 {
    padding: 60px 0 30px;
  }
}
.section-why-3 .why-3-i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -24px;
}
.section-why-3 .why-3-i .why-3-content {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .section-why-3 .why-3-i .why-3-content {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-why-3 .why-3-i .why-3-img {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .section-why-3 .why-3-i .why-3-img {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
.section-why-3 .why-3-i .why-3-img img {
  border-radius: 50%;
}
.section-why-3 .why-3-i .btns {
  margin-top: 28px;
}

.section-why-4 {
  padding: 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  .section-why-4 .why-4-i {
    display: flex;
    flex-direction: column;
  }
}
.section-why-4 .why-4-i .why-4-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section-why-4 .why-4-i .why-4-img {
    margin: 40px 0 0;
    order: 2;
  }
}
.section-why-4 .why-4-i .why-4-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -24px;
}
@media screen and (max-width: 1024px) {
  .section-why-4 .why-4-i .why-4-row {
    order: 1;
  }
}
.section-why-4 .why-4-i .why-4-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .section-why-4 .why-4-i .why-4-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-why-4 .why-4-i .why-4-col:first-child {
    margin-bottom: 40px;
  }
}
.section-why-4 .why-4-i .why-4-col .h4 {
  max-width: 600px;
}
.section-why-4 .why-4-i .why-4-col .btns {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-why-4 .why-4-i .why-4-col .btns {
    margin-top: 28px;
  }
}

.section-why-5 {
  padding: 60px 0 90px;
}
@media screen and (max-width: 1024px) {
  .section-why-5 {
    padding: 30px 0 60px;
  }
}
.section-why-5 .why-5-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
.section-why-5 .why-5-row .why-5-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .section-why-5 .why-5-row .why-5-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-why-5 .why-5-row .why-5-img {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .section-why-5 .why-5-row .why-5-img {
    margin-top: 40px;
  }
}
.section-why-5 .btns {
  margin-top: 28px;
}

/*** Partner ***/
.section-partner-1 {
  padding: 90px 0;
  position: relative;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-partner-1 {
    padding: 60px 0;
  }
}
.section-partner-1 .container-sm {
  position: relative;
  z-index: 1;
}
.section-partner-1 .h3 {
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .section-partner-1 .h3 {
    margin-top: 28px;
  }
}
.section-partner-1 .btns {
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .section-partner-1 .btns {
    margin-top: 28px;
  }
}
.section-partner-1 .partner-1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-partner-1 .partner-1-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-partner-2 {
  padding: 90px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-partner-2 {
    padding: 60px 0 30px;
  }
}
.section-partner-2 .partner-2-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-partner-2 .partner-2-row .partner-2-col {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .section-partner-2 .partner-2-row .partner-2-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-partner-2 .partner-2-row .partner-2-col:last-child {
  padding-left: 90px;
}
@media screen and (max-width: 1024px) {
  .section-partner-2 .partner-2-row .partner-2-col:last-child {
    padding: 40px 0 0;
  }
}
.section-partner-2 .partner-2-row img {
  margin: 28px 0;
}
@media screen and (max-width: 1024px) {
  .section-partner-2 .partner-2-row img {
    margin: 20px 0;
  }
}
.section-partner-2 .partner-2-row .btns {
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .section-partner-2 .partner-2-row .btns {
    margin-top: 28px;
  }
}
.section-partner-2 .partner-2-row ul li:not(:last-child) {
  margin-bottom: 16px;
}

.section-partner-3 {
  padding: 30px 0 40px;
}
@media screen and (max-width: 1024px) {
  .section-partner-3 {
    padding: 30px 0;
  }
}
.section-partner-3 .container {
  position: relative;
}
.section-partner-3 .partner-3-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
.section-partner-3 .partner-3-row .partner-3-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .section-partner-3 .partner-3-row .partner-3-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-partner-3 .partner-3-row .partner-3-img {
  text-align: center;
  margin-top: -50px;
}
@media screen and (max-width: 1024px) {
  .section-partner-3 .partner-3-row .partner-3-img {
    margin-top: 40px;
  }
}
.section-partner-3 .partner-3-row .btns {
  margin-top: 28px;
}

.section-partner-4 .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .section-partner-4 .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section-partner-4 .partner-4-content {
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .section-partner-4 .partner-4-content {
    max-width: 100%;
  }
}
.section-partner-4 .bars {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 184px;
  height: 42px;
  background: url("../images/bars.png") 0 0 no-repeat;
}

.section-partner-5 {
  position: relative;
  background: #000;
  color: #fff;
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .section-partner-5 {
    padding: 60px 0;
  }
}
.section-partner-5 .container {
  position: relative;
  z-index: 1;
}
.section-partner-5 .partner-5-content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section-partner-5 .partner-5-content {
    width: 100%;
  }
}
.section-partner-5 .partner-5-content h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .section-partner-5 .partner-5-content h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .section-partner-5 .partner-5-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .section-partner-5 .partner-5-content h2 {
    font-size: 24px;
  }
}
.section-partner-5 .partner-5-content .h3 {
  margin-top: 28px;
}
.section-partner-5 .partner-5-content .btns {
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .section-partner-5 .partner-5-content .btns {
    margin-top: 28px;
  }
}
.section-partner-5 .partner-5-bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
.section-partner-5 .partner-5-bg img {
  height: 100%;
  width: 960px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .section-partner-5 .partner-5-bg img {
    width: 100%;
    opacity: 0.5;
  }
}
.typing-container {
  font-family: monospace;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-weight: bold;
  font-size: 125px;
  line-height: 1;
  font-family: "Helvetica", sans-serif;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1599px) {
  .typing-container {
    font-size: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .typing-container {
    font-size: 64px;
  }
}
@media screen and (max-width: 575px) {
  .typing-container {
    font-size: 48px;
  }
}

.typing-cursor {
  display: inline-block;
  font-weight: 400;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.tab-container {
    display: none;
}

.tab-container.active {
    display: block;
}

.popup-fade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.popup-fade.visible {
    opacity: 1;
    visibility: visible;
}

.popup-fade.popup-video .popup_box {
    max-width: 1000px;
}

.popup-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px;
    overflow: auto;
}

@media screen and (max-width: 767px) {
  .popup-inner {
    padding: 32px 16px;
  }
}

.popup-box {
    position: relative;
    background-color: #ffffff;
    padding: 56px 16px 16px;
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    margin: auto;
    height: auto;
    overflow: auto;
}

.popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border: none;
    border-radius: 50%;
    transition: all 0.3s;
}

.popup-close:hover {
    background-color: #b3e891;
}

.popup-close svg {
    display: block;
    stroke: #ffffff;
    transition: all 0.3s;
}

.popup-video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.6%;    
}

.popup-video-container iframe,
.popup-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.roi-top-inner {
  padding: 90px 0 115px;
}


@media screen and (max-width: 1024px) {
  .roi-top-inner {
    padding: 25px 0;
  }
}

.roi-top-description {
  margin-bottom: 30px;
}

.roi-top-description h1 {
  margin: 0 0 10px;
}

.roi-top-description .txt p:last-child {
  margin-bottom: 0;
}

.roi-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px -18px;
}

@media screen and (max-width: 576px) {
  .roi-steps {
    display: block;
    margin: 0;
  }
}

.roi-step-item {
  background-color: #ffffff;
  width: calc(25% - 18px);
  margin: 0 9px 18px;
  padding: 5px 20px 30px 10px;
  border-radius: 30px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .roi-step-item {
    width: calc(50% - 18px);
  }
}

@media screen and (max-width: 576px) {
  .roi-step-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .roi-step-item:last-child {
    margin-bottom: 0;
  }
}

.roi-step-num {
  color: #d6e7ad;
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  margin-right: 15px;
}

@media screen and (max-width: 576px) {
  .roi-step-num {
    font-size: 60px;
  }
}

.roi-step-info {
  padding-top: 30px;
}

.roi-step-name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.roi-step-text p {
  font-size: 16px;
  letter-spacing: -1px;
}

.roi-step-text p:last-child {
  margin-bottom: 0;
}

.roi-calculate {
  background-color: #000000;
}

.roi-calculate-inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 0 0;
}

.roi-calculate-bars {
  position: absolute;
  bottom: 100%;
  right: 0;
  max-width: 184px;
}

.roi-calculate-bars img {
  display: block;
}

.roi-calculate-box {
  width: 100%;
  margin-bottom: -220px;
}

.roi-about {
  padding: 250px 0 80px;
}

.triggers-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}

@media screen and (max-width: 767px) {
  .triggers-wrap {
    display: block;
    margin: 0;
  }
}

.trigger-box {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
}

@media screen and (max-width: 767px) {
  .trigger-box {
    width: 100%;
    margin: 0 0 40px;
  }

  .trigger-box:last-child {
    margin-bottom: 0;
  }
}

.trigger-box-name {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.roi-cta {
  text-align: center;
  margin-top: 60px;
}

.roi-cta h4 {
  margin-bottom: 15px;
}

.read-disclaimer {
  display: inline-flex;
  position: relative;
  margin-top: 24px;
}

.read-disclaimer:hover .read-disclaimer-tooltip {
  opacity: 1;
  visibility: visible;
}

.read-disclaimer-tooltip {
  position: absolute;
  top: auto;
  bottom: 100%;
  width: 240px;
  padding-bottom: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.read-disclaimer-inner {
  position: relative;
  border-radius: 12px;
  padding: 12px;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}

.read-disclaimer-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 24px;
  width: 0; 
  height: 0;
  margin-top: -1px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000000;
}

.read-disclaimer-link {
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
}

.section-appointment .appointment-form .read-disclaimer-inner {
  background-color: #ffffff;
}
.section-appointment .appointment-form .read-disclaimer-inner:after {
  border-top-color: #ffffff;
}

.section-appointment .appointment-form .read-disclaimer-inner p {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
