* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
ul {
  list-style: none;
}
.preload * {
  transition: none !important;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  cursor: pointer;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
select option {
  color: #000 !important;
}
@font-face {
  font-family: 'DM Serif Display';
  font-weight: normal;
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format('woff2'), url("../fonts/DMSerifDisplay-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto-Regular.woff") format('woff');
}
html,
body {
  font-size: 16px;
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  position: relative;
}
html body .containment,
body body .containment {
  flex: 1 0 auto;
}
.__break {
  flex-basis: 100%;
  height: 1px;
}
.__break + * {
  margin-left: 0;
}
.__f {
  display: flex !important;
}
.__jsb {
  justify-content: space-between !important;
}
.__jsa {
  justify-content: space-around !important;
}
.__jss {
  justify-content: stretch !important;
}
.__jfs {
  justify-content: flex-start !important;
}
.__jfe {
  justify-content: flex-end !important;
}
.__jcc {
  justify-content: center !important;
}
.__fdc {
  flex-direction: column !important;
}
.__fdr {
  flex-direction: row !important;
}
.__aic {
  align-items: center !important;
}
.__afs {
  align-items: flex-start !important;
}
.__afe {
  align-items: flex-end !important;
}
.__ais {
  align-items: stretch !important;
}
.__fw {
  flex-wrap: wrap !important;
}
.__fnw {
  flex-wrap: nowrap !important;
}
.__asfs {
  align-self: flex-start !important;
}
.__asfe {
  align-self: flex-end !important;
}
.__asc {
  align-self: center !important;
}
.__ase {
  align-self: stretch !important;
}
.__g {
  flex-grow: 1 !important;
}
@media (max-width: 428px) {
  .__m-f {
    display: flex !important;
  }
  .__m-jsb {
    justify-content: space-between !important;
  }
  .__m-jsa {
    justify-content: space-around !important;
  }
  .__m-jss {
    justify-content: stretch !important;
  }
  .__m-jfs {
    justify-content: flex-start !important;
  }
  .__m-jfe {
    justify-content: flex-end !important;
  }
  .__m-jcc {
    justify-content: center !important;
  }
  .__m-fdc {
    flex-direction: column !important;
  }
  .__m-fdr {
    flex-direction: row !important;
  }
  .__m-aic {
    align-items: center !important;
  }
  .__m-afs {
    align-items: flex-start !important;
  }
  .__m-afe {
    align-items: flex-end !important;
  }
  .__m-ais {
    align-items: stretch !important;
  }
  .__m-fw {
    flex-wrap: wrap !important;
  }
  .__m-fnw {
    flex-wrap: nowrap !important;
  }
  .__m-asfs {
    align-self: flex-start !important;
  }
  .__m-asfe {
    align-self: flex-end !important;
  }
  .__m-asc {
    align-self: center !important;
  }
  .__m-ase {
    align-self: stretch !important;
  }
  .__m-g {
    flex-grow: 1 !important;
  }
}
.__row {
  display: flex;
  width: 100%;
}
@media (max-width: 428px) {
  .__row {
    flex-direction: column;
  }
}
.__col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 428px) {
  .__col-1 {
    width: 100%;
  }
}
.__col-2 {
  width: 16.666666666666664%;
}
@media (max-width: 428px) {
  .__col-2 {
    width: 100%;
  }
}
.__col-3 {
  width: 25%;
}
@media (max-width: 428px) {
  .__col-3 {
    width: 100%;
  }
}
.__col-4 {
  width: 33.33333333333333%;
}
@media (max-width: 428px) {
  .__col-4 {
    width: 100%;
  }
}
.__col-5 {
  width: 41.66666666666667%;
}
@media (max-width: 428px) {
  .__col-5 {
    width: 100%;
  }
}
.__col-6 {
  width: 50%;
}
@media (max-width: 428px) {
  .__col-6 {
    width: 100%;
  }
}
.__col-7 {
  width: 58.333333333333336%;
}
@media (max-width: 428px) {
  .__col-7 {
    width: 100%;
  }
}
.__col-8 {
  width: 66.66666666666666%;
}
@media (max-width: 428px) {
  .__col-8 {
    width: 100%;
  }
}
.__col-9 {
  width: 75%;
}
@media (max-width: 428px) {
  .__col-9 {
    width: 100%;
  }
}
.__col-10 {
  width: 83.33333333333334%;
}
@media (max-width: 428px) {
  .__col-10 {
    width: 100%;
  }
}
.__col-11 {
  width: 91.66666666666666%;
}
@media (max-width: 428px) {
  .__col-11 {
    width: 100%;
  }
}
.__col-12 {
  width: 100%;
}
@media (max-width: 428px) {
  .__col-12 {
    width: 100%;
  }
}
.__mt-auto {
  margin-top: auto;
}
.__mr-auto {
  margin-right: auto;
}
.__mb-auto {
  margin-bottom: auto;
}
.__ml-auto {
  margin-left: auto;
}
.__m-0 {
  margin: 0px !important;
}
.__mt-0 {
  margin-top: 0px !important;
}
.__mr-0 {
  margin-right: 0px !important;
}
.__mb-0 {
  margin-bottom: 0px !important;
}
.__ml-0 {
  margin-left: 0px !important;
}
.__mrl-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.__mtb-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.__m-5 {
  margin: 5px !important;
}
.__mt-5 {
  margin-top: 5px !important;
}
.__mr-5 {
  margin-right: 5px !important;
}
.__mb-5 {
  margin-bottom: 5px !important;
}
.__ml-5 {
  margin-left: 5px !important;
}
.__mrl-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.__mtb-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.__m-10 {
  margin: 10px !important;
}
.__mt-10 {
  margin-top: 10px !important;
}
.__mr-10 {
  margin-right: 10px !important;
}
.__mb-10 {
  margin-bottom: 10px !important;
}
.__ml-10 {
  margin-left: 10px !important;
}
.__mrl-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.__mtb-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.__m-15 {
  margin: 15px !important;
}
.__mt-15 {
  margin-top: 15px !important;
}
.__mr-15 {
  margin-right: 15px !important;
}
.__mb-15 {
  margin-bottom: 15px !important;
}
.__ml-15 {
  margin-left: 15px !important;
}
.__mrl-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.__mtb-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.__m-20 {
  margin: 20px !important;
}
.__mt-20 {
  margin-top: 20px !important;
}
.__mr-20 {
  margin-right: 20px !important;
}
.__mb-20 {
  margin-bottom: 20px !important;
}
.__ml-20 {
  margin-left: 20px !important;
}
.__mrl-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.__mtb-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.__m-25 {
  margin: 25px !important;
}
.__mt-25 {
  margin-top: 25px !important;
}
.__mr-25 {
  margin-right: 25px !important;
}
.__mb-25 {
  margin-bottom: 25px !important;
}
.__ml-25 {
  margin-left: 25px !important;
}
.__mrl-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.__mtb-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.__m-30 {
  margin: 30px !important;
}
.__mt-30 {
  margin-top: 30px !important;
}
.__mr-30 {
  margin-right: 30px !important;
}
.__mb-30 {
  margin-bottom: 30px !important;
}
.__ml-30 {
  margin-left: 30px !important;
}
.__mrl-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.__mtb-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.__m-35 {
  margin: 35px !important;
}
.__mt-35 {
  margin-top: 35px !important;
}
.__mr-35 {
  margin-right: 35px !important;
}
.__mb-35 {
  margin-bottom: 35px !important;
}
.__ml-35 {
  margin-left: 35px !important;
}
.__mrl-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.__mtb-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
.__m-40 {
  margin: 40px !important;
}
.__mt-40 {
  margin-top: 40px !important;
}
.__mr-40 {
  margin-right: 40px !important;
}
.__mb-40 {
  margin-bottom: 40px !important;
}
.__ml-40 {
  margin-left: 40px !important;
}
.__mrl-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.__mtb-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.__m-45 {
  margin: 45px !important;
}
.__mt-45 {
  margin-top: 45px !important;
}
.__mr-45 {
  margin-right: 45px !important;
}
.__mb-45 {
  margin-bottom: 45px !important;
}
.__ml-45 {
  margin-left: 45px !important;
}
.__mrl-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.__mtb-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}
.__m-50 {
  margin: 50px !important;
}
.__mt-50 {
  margin-top: 50px !important;
}
.__mr-50 {
  margin-right: 50px !important;
}
.__mb-50 {
  margin-bottom: 50px !important;
}
.__ml-50 {
  margin-left: 50px !important;
}
.__mrl-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.__mtb-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.__m-60 {
  margin: 60px !important;
}
.__mt-60 {
  margin-top: 60px !important;
}
.__mr-60 {
  margin-right: 60px !important;
}
.__mb-60 {
  margin-bottom: 60px !important;
}
.__ml-60 {
  margin-left: 60px !important;
}
.__mrl-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.__mtb-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.__m-65 {
  margin: 65px !important;
}
.__mt-65 {
  margin-top: 65px !important;
}
.__mr-65 {
  margin-right: 65px !important;
}
.__mb-65 {
  margin-bottom: 65px !important;
}
.__ml-65 {
  margin-left: 65px !important;
}
.__mrl-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.__mtb-65 {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}
.__m-70 {
  margin: 70px !important;
}
.__mt-70 {
  margin-top: 70px !important;
}
.__mr-70 {
  margin-right: 70px !important;
}
.__mb-70 {
  margin-bottom: 70px !important;
}
.__ml-70 {
  margin-left: 70px !important;
}
.__mrl-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.__mtb-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important;
}
.__m-75 {
  margin: 75px !important;
}
.__mt-75 {
  margin-top: 75px !important;
}
.__mr-75 {
  margin-right: 75px !important;
}
.__mb-75 {
  margin-bottom: 75px !important;
}
.__ml-75 {
  margin-left: 75px !important;
}
.__mrl-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.__mtb-75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}
.__m-80 {
  margin: 80px !important;
}
.__mt-80 {
  margin-top: 80px !important;
}
.__mr-80 {
  margin-right: 80px !important;
}
.__mb-80 {
  margin-bottom: 80px !important;
}
.__ml-80 {
  margin-left: 80px !important;
}
.__mrl-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.__mtb-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.__m-85 {
  margin: 85px !important;
}
.__mt-85 {
  margin-top: 85px !important;
}
.__mr-85 {
  margin-right: 85px !important;
}
.__mb-85 {
  margin-bottom: 85px !important;
}
.__ml-85 {
  margin-left: 85px !important;
}
.__mrl-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.__mtb-85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}
.__m-90 {
  margin: 90px !important;
}
.__mt-90 {
  margin-top: 90px !important;
}
.__mr-90 {
  margin-right: 90px !important;
}
.__mb-90 {
  margin-bottom: 90px !important;
}
.__ml-90 {
  margin-left: 90px !important;
}
.__mrl-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.__mtb-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}
.__m-95 {
  margin: 95px !important;
}
.__mt-95 {
  margin-top: 95px !important;
}
.__mr-95 {
  margin-right: 95px !important;
}
.__mb-95 {
  margin-bottom: 95px !important;
}
.__ml-95 {
  margin-left: 95px !important;
}
.__mrl-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.__mtb-95 {
  margin-bottom: 95px !important;
  margin-top: 95px !important;
}
.__m-100 {
  margin: 100px !important;
}
.__mt-100 {
  margin-top: 100px !important;
}
.__mr-100 {
  margin-right: 100px !important;
}
.__mb-100 {
  margin-bottom: 100px !important;
}
.__ml-100 {
  margin-left: 100px !important;
}
.__mrl-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.__mtb-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.__m-150 {
  margin: 150px !important;
}
.__mt-150 {
  margin-top: 150px !important;
}
.__mr-150 {
  margin-right: 150px !important;
}
.__mb-150 {
  margin-bottom: 150px !important;
}
.__ml-150 {
  margin-left: 150px !important;
}
.__mrl-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
.__mtb-150 {
  margin-bottom: 150px !important;
  margin-top: 150px !important;
}
.__m-200 {
  margin: 200px !important;
}
.__mt-200 {
  margin-top: 200px !important;
}
.__mr-200 {
  margin-right: 200px !important;
}
.__mb-200 {
  margin-bottom: 200px !important;
}
.__ml-200 {
  margin-left: 200px !important;
}
.__mrl-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.__mtb-200 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
@media (max-width: 428px) {
  .__m-mt-auto {
    margin-top: auto;
  }
  .__m-mr-auto {
    margin-right: auto;
  }
  .__m-mb-auto {
    margin-bottom: auto;
  }
  .__m-ml-auto {
    margin-left: auto;
  }
  .__m-m-0 {
    margin: 0px !important;
  }
  .__m-mt-0 {
    margin-top: 0px !important;
  }
  .__m-mr-0 {
    margin-right: 0px !important;
  }
  .__m-mb-0 {
    margin-bottom: 0px !important;
  }
  .__m-ml-0 {
    margin-left: 0px !important;
  }
  .__m-mrl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .__m-mtb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .__m-m-5 {
    margin: 5px !important;
  }
  .__m-mt-5 {
    margin-top: 5px !important;
  }
  .__m-mr-5 {
    margin-right: 5px !important;
  }
  .__m-mb-5 {
    margin-bottom: 5px !important;
  }
  .__m-ml-5 {
    margin-left: 5px !important;
  }
  .__m-mrl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .__m-mtb-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .__m-m-10 {
    margin: 10px !important;
  }
  .__m-mt-10 {
    margin-top: 10px !important;
  }
  .__m-mr-10 {
    margin-right: 10px !important;
  }
  .__m-mb-10 {
    margin-bottom: 10px !important;
  }
  .__m-ml-10 {
    margin-left: 10px !important;
  }
  .__m-mrl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .__m-mtb-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .__m-m-15 {
    margin: 15px !important;
  }
  .__m-mt-15 {
    margin-top: 15px !important;
  }
  .__m-mr-15 {
    margin-right: 15px !important;
  }
  .__m-mb-15 {
    margin-bottom: 15px !important;
  }
  .__m-ml-15 {
    margin-left: 15px !important;
  }
  .__m-mrl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .__m-mtb-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .__m-m-20 {
    margin: 20px !important;
  }
  .__m-mt-20 {
    margin-top: 20px !important;
  }
  .__m-mr-20 {
    margin-right: 20px !important;
  }
  .__m-mb-20 {
    margin-bottom: 20px !important;
  }
  .__m-ml-20 {
    margin-left: 20px !important;
  }
  .__m-mrl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .__m-mtb-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .__m-m-25 {
    margin: 25px !important;
  }
  .__m-mt-25 {
    margin-top: 25px !important;
  }
  .__m-mr-25 {
    margin-right: 25px !important;
  }
  .__m-mb-25 {
    margin-bottom: 25px !important;
  }
  .__m-ml-25 {
    margin-left: 25px !important;
  }
  .__m-mrl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .__m-mtb-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .__m-m-30 {
    margin: 30px !important;
  }
  .__m-mt-30 {
    margin-top: 30px !important;
  }
  .__m-mr-30 {
    margin-right: 30px !important;
  }
  .__m-mb-30 {
    margin-bottom: 30px !important;
  }
  .__m-ml-30 {
    margin-left: 30px !important;
  }
  .__m-mrl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .__m-mtb-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .__m-m-35 {
    margin: 35px !important;
  }
  .__m-mt-35 {
    margin-top: 35px !important;
  }
  .__m-mr-35 {
    margin-right: 35px !important;
  }
  .__m-mb-35 {
    margin-bottom: 35px !important;
  }
  .__m-ml-35 {
    margin-left: 35px !important;
  }
  .__m-mrl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .__m-mtb-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .__m-m-40 {
    margin: 40px !important;
  }
  .__m-mt-40 {
    margin-top: 40px !important;
  }
  .__m-mr-40 {
    margin-right: 40px !important;
  }
  .__m-mb-40 {
    margin-bottom: 40px !important;
  }
  .__m-ml-40 {
    margin-left: 40px !important;
  }
  .__m-mrl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .__m-mtb-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .__m-m-45 {
    margin: 45px !important;
  }
  .__m-mt-45 {
    margin-top: 45px !important;
  }
  .__m-mr-45 {
    margin-right: 45px !important;
  }
  .__m-mb-45 {
    margin-bottom: 45px !important;
  }
  .__m-ml-45 {
    margin-left: 45px !important;
  }
  .__m-mrl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .__m-mtb-45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .__m-m-50 {
    margin: 50px !important;
  }
  .__m-mt-50 {
    margin-top: 50px !important;
  }
  .__m-mr-50 {
    margin-right: 50px !important;
  }
  .__m-mb-50 {
    margin-bottom: 50px !important;
  }
  .__m-ml-50 {
    margin-left: 50px !important;
  }
  .__m-mrl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .__m-mtb-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .__m-m-60 {
    margin: 60px !important;
  }
  .__m-mt-60 {
    margin-top: 60px !important;
  }
  .__m-mr-60 {
    margin-right: 60px !important;
  }
  .__m-mb-60 {
    margin-bottom: 60px !important;
  }
  .__m-ml-60 {
    margin-left: 60px !important;
  }
  .__m-mrl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .__m-mtb-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .__m-m-65 {
    margin: 65px !important;
  }
  .__m-mt-65 {
    margin-top: 65px !important;
  }
  .__m-mr-65 {
    margin-right: 65px !important;
  }
  .__m-mb-65 {
    margin-bottom: 65px !important;
  }
  .__m-ml-65 {
    margin-left: 65px !important;
  }
  .__m-mrl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .__m-mtb-65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .__m-m-70 {
    margin: 70px !important;
  }
  .__m-mt-70 {
    margin-top: 70px !important;
  }
  .__m-mr-70 {
    margin-right: 70px !important;
  }
  .__m-mb-70 {
    margin-bottom: 70px !important;
  }
  .__m-ml-70 {
    margin-left: 70px !important;
  }
  .__m-mrl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .__m-mtb-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .__m-m-75 {
    margin: 75px !important;
  }
  .__m-mt-75 {
    margin-top: 75px !important;
  }
  .__m-mr-75 {
    margin-right: 75px !important;
  }
  .__m-mb-75 {
    margin-bottom: 75px !important;
  }
  .__m-ml-75 {
    margin-left: 75px !important;
  }
  .__m-mrl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .__m-mtb-75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .__m-m-80 {
    margin: 80px !important;
  }
  .__m-mt-80 {
    margin-top: 80px !important;
  }
  .__m-mr-80 {
    margin-right: 80px !important;
  }
  .__m-mb-80 {
    margin-bottom: 80px !important;
  }
  .__m-ml-80 {
    margin-left: 80px !important;
  }
  .__m-mrl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .__m-mtb-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .__m-m-85 {
    margin: 85px !important;
  }
  .__m-mt-85 {
    margin-top: 85px !important;
  }
  .__m-mr-85 {
    margin-right: 85px !important;
  }
  .__m-mb-85 {
    margin-bottom: 85px !important;
  }
  .__m-ml-85 {
    margin-left: 85px !important;
  }
  .__m-mrl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .__m-mtb-85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .__m-m-90 {
    margin: 90px !important;
  }
  .__m-mt-90 {
    margin-top: 90px !important;
  }
  .__m-mr-90 {
    margin-right: 90px !important;
  }
  .__m-mb-90 {
    margin-bottom: 90px !important;
  }
  .__m-ml-90 {
    margin-left: 90px !important;
  }
  .__m-mrl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .__m-mtb-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .__m-m-95 {
    margin: 95px !important;
  }
  .__m-mt-95 {
    margin-top: 95px !important;
  }
  .__m-mr-95 {
    margin-right: 95px !important;
  }
  .__m-mb-95 {
    margin-bottom: 95px !important;
  }
  .__m-ml-95 {
    margin-left: 95px !important;
  }
  .__m-mrl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .__m-mtb-95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .__m-m-100 {
    margin: 100px !important;
  }
  .__m-mt-100 {
    margin-top: 100px !important;
  }
  .__m-mr-100 {
    margin-right: 100px !important;
  }
  .__m-mb-100 {
    margin-bottom: 100px !important;
  }
  .__m-ml-100 {
    margin-left: 100px !important;
  }
  .__m-mrl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .__m-mtb-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .__m-m-150 {
    margin: 150px !important;
  }
  .__m-mt-150 {
    margin-top: 150px !important;
  }
  .__m-mr-150 {
    margin-right: 150px !important;
  }
  .__m-mb-150 {
    margin-bottom: 150px !important;
  }
  .__m-ml-150 {
    margin-left: 150px !important;
  }
  .__m-mrl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .__m-mtb-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .__m-m-200 {
    margin: 200px !important;
  }
  .__m-mt-200 {
    margin-top: 200px !important;
  }
  .__m-mr-200 {
    margin-right: 200px !important;
  }
  .__m-mb-200 {
    margin-bottom: 200px !important;
  }
  .__m-ml-200 {
    margin-left: 200px !important;
  }
  .__m-mrl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .__m-mtb-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
}
.__p-0 {
  padding: 0px !important;
}
.__pt-0 {
  padding-top: 0px !important;
}
.__pr-0 {
  padding-right: 0px !important;
}
.__pb-0 {
  padding-bottom: 0px !important;
}
.__pl-0 {
  padding-left: 0px !important;
}
.__plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.__ptb-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.__p-5 {
  padding: 5px !important;
}
.__pt-5 {
  padding-top: 5px !important;
}
.__pr-5 {
  padding-right: 5px !important;
}
.__pb-5 {
  padding-bottom: 5px !important;
}
.__pl-5 {
  padding-left: 5px !important;
}
.__plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.__ptb-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.__p-10 {
  padding: 10px !important;
}
.__pt-10 {
  padding-top: 10px !important;
}
.__pr-10 {
  padding-right: 10px !important;
}
.__pb-10 {
  padding-bottom: 10px !important;
}
.__pl-10 {
  padding-left: 10px !important;
}
.__plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.__ptb-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.__p-15 {
  padding: 15px !important;
}
.__pt-15 {
  padding-top: 15px !important;
}
.__pr-15 {
  padding-right: 15px !important;
}
.__pb-15 {
  padding-bottom: 15px !important;
}
.__pl-15 {
  padding-left: 15px !important;
}
.__plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.__ptb-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.__p-20 {
  padding: 20px !important;
}
.__pt-20 {
  padding-top: 20px !important;
}
.__pr-20 {
  padding-right: 20px !important;
}
.__pb-20 {
  padding-bottom: 20px !important;
}
.__pl-20 {
  padding-left: 20px !important;
}
.__plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.__ptb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.__p-25 {
  padding: 25px !important;
}
.__pt-25 {
  padding-top: 25px !important;
}
.__pr-25 {
  padding-right: 25px !important;
}
.__pb-25 {
  padding-bottom: 25px !important;
}
.__pl-25 {
  padding-left: 25px !important;
}
.__plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.__ptb-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
.__p-30 {
  padding: 30px !important;
}
.__pt-30 {
  padding-top: 30px !important;
}
.__pr-30 {
  padding-right: 30px !important;
}
.__pb-30 {
  padding-bottom: 30px !important;
}
.__pl-30 {
  padding-left: 30px !important;
}
.__plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.__ptb-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.__p-35 {
  padding: 35px !important;
}
.__pt-35 {
  padding-top: 35px !important;
}
.__pr-35 {
  padding-right: 35px !important;
}
.__pb-35 {
  padding-bottom: 35px !important;
}
.__pl-35 {
  padding-left: 35px !important;
}
.__plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.__ptb-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}
.__p-40 {
  padding: 40px !important;
}
.__pt-40 {
  padding-top: 40px !important;
}
.__pr-40 {
  padding-right: 40px !important;
}
.__pb-40 {
  padding-bottom: 40px !important;
}
.__pl-40 {
  padding-left: 40px !important;
}
.__plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.__ptb-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.__p-45 {
  padding: 45px !important;
}
.__pt-45 {
  padding-top: 45px !important;
}
.__pr-45 {
  padding-right: 45px !important;
}
.__pb-45 {
  padding-bottom: 45px !important;
}
.__pl-45 {
  padding-left: 45px !important;
}
.__plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.__ptb-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
.__p-50 {
  padding: 50px !important;
}
.__pt-50 {
  padding-top: 50px !important;
}
.__pr-50 {
  padding-right: 50px !important;
}
.__pb-50 {
  padding-bottom: 50px !important;
}
.__pl-50 {
  padding-left: 50px !important;
}
.__plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.__ptb-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.__p-60 {
  padding: 60px !important;
}
.__pt-60 {
  padding-top: 60px !important;
}
.__pr-60 {
  padding-right: 60px !important;
}
.__pb-60 {
  padding-bottom: 60px !important;
}
.__pl-60 {
  padding-left: 60px !important;
}
.__plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.__ptb-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.__p-65 {
  padding: 65px !important;
}
.__pt-65 {
  padding-top: 65px !important;
}
.__pr-65 {
  padding-right: 65px !important;
}
.__pb-65 {
  padding-bottom: 65px !important;
}
.__pl-65 {
  padding-left: 65px !important;
}
.__plr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.__ptb-65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}
.__p-70 {
  padding: 70px !important;
}
.__pt-70 {
  padding-top: 70px !important;
}
.__pr-70 {
  padding-right: 70px !important;
}
.__pb-70 {
  padding-bottom: 70px !important;
}
.__pl-70 {
  padding-left: 70px !important;
}
.__plr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.__ptb-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.__p-75 {
  padding: 75px !important;
}
.__pt-75 {
  padding-top: 75px !important;
}
.__pr-75 {
  padding-right: 75px !important;
}
.__pb-75 {
  padding-bottom: 75px !important;
}
.__pl-75 {
  padding-left: 75px !important;
}
.__plr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.__ptb-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}
.__p-80 {
  padding: 80px !important;
}
.__pt-80 {
  padding-top: 80px !important;
}
.__pr-80 {
  padding-right: 80px !important;
}
.__pb-80 {
  padding-bottom: 80px !important;
}
.__pl-80 {
  padding-left: 80px !important;
}
.__plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.__ptb-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.__p-85 {
  padding: 85px !important;
}
.__pt-85 {
  padding-top: 85px !important;
}
.__pr-85 {
  padding-right: 85px !important;
}
.__pb-85 {
  padding-bottom: 85px !important;
}
.__pl-85 {
  padding-left: 85px !important;
}
.__plr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.__ptb-85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}
.__p-90 {
  padding: 90px !important;
}
.__pt-90 {
  padding-top: 90px !important;
}
.__pr-90 {
  padding-right: 90px !important;
}
.__pb-90 {
  padding-bottom: 90px !important;
}
.__pl-90 {
  padding-left: 90px !important;
}
.__plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.__ptb-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.__p-95 {
  padding: 95px !important;
}
.__pt-95 {
  padding-top: 95px !important;
}
.__pr-95 {
  padding-right: 95px !important;
}
.__pb-95 {
  padding-bottom: 95px !important;
}
.__pl-95 {
  padding-left: 95px !important;
}
.__plr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.__ptb-95 {
  padding-bottom: 95px !important;
  padding-top: 95px !important;
}
.__p-100 {
  padding: 100px !important;
}
.__pt-100 {
  padding-top: 100px !important;
}
.__pr-100 {
  padding-right: 100px !important;
}
.__pb-100 {
  padding-bottom: 100px !important;
}
.__pl-100 {
  padding-left: 100px !important;
}
.__plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.__ptb-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.__p-150 {
  padding: 150px !important;
}
.__pt-150 {
  padding-top: 150px !important;
}
.__pr-150 {
  padding-right: 150px !important;
}
.__pb-150 {
  padding-bottom: 150px !important;
}
.__pl-150 {
  padding-left: 150px !important;
}
.__plr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.__ptb-150 {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}
.__p-200 {
  padding: 200px !important;
}
.__pt-200 {
  padding-top: 200px !important;
}
.__pr-200 {
  padding-right: 200px !important;
}
.__pb-200 {
  padding-bottom: 200px !important;
}
.__pl-200 {
  padding-left: 200px !important;
}
.__plr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.__ptb-200 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}
@media (max-width: 428px) {
  .__m-p-0 {
    padding: 0px !important;
  }
  .__m-pt-0 {
    padding-top: 0px !important;
  }
  .__m-pr-0 {
    padding-right: 0px !important;
  }
  .__m-pb-0 {
    padding-bottom: 0px !important;
  }
  .__m-pl-0 {
    padding-left: 0px !important;
  }
  .__m-plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .__m-ptb-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .__m-p-5 {
    padding: 5px !important;
  }
  .__m-pt-5 {
    padding-top: 5px !important;
  }
  .__m-pr-5 {
    padding-right: 5px !important;
  }
  .__m-pb-5 {
    padding-bottom: 5px !important;
  }
  .__m-pl-5 {
    padding-left: 5px !important;
  }
  .__m-plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .__m-ptb-5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .__m-p-10 {
    padding: 10px !important;
  }
  .__m-pt-10 {
    padding-top: 10px !important;
  }
  .__m-pr-10 {
    padding-right: 10px !important;
  }
  .__m-pb-10 {
    padding-bottom: 10px !important;
  }
  .__m-pl-10 {
    padding-left: 10px !important;
  }
  .__m-plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .__m-ptb-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .__m-p-15 {
    padding: 15px !important;
  }
  .__m-pt-15 {
    padding-top: 15px !important;
  }
  .__m-pr-15 {
    padding-right: 15px !important;
  }
  .__m-pb-15 {
    padding-bottom: 15px !important;
  }
  .__m-pl-15 {
    padding-left: 15px !important;
  }
  .__m-plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .__m-ptb-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .__m-p-20 {
    padding: 20px !important;
  }
  .__m-pt-20 {
    padding-top: 20px !important;
  }
  .__m-pr-20 {
    padding-right: 20px !important;
  }
  .__m-pb-20 {
    padding-bottom: 20px !important;
  }
  .__m-pl-20 {
    padding-left: 20px !important;
  }
  .__m-plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .__m-ptb-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .__m-p-25 {
    padding: 25px !important;
  }
  .__m-pt-25 {
    padding-top: 25px !important;
  }
  .__m-pr-25 {
    padding-right: 25px !important;
  }
  .__m-pb-25 {
    padding-bottom: 25px !important;
  }
  .__m-pl-25 {
    padding-left: 25px !important;
  }
  .__m-plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .__m-ptb-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  .__m-p-30 {
    padding: 30px !important;
  }
  .__m-pt-30 {
    padding-top: 30px !important;
  }
  .__m-pr-30 {
    padding-right: 30px !important;
  }
  .__m-pb-30 {
    padding-bottom: 30px !important;
  }
  .__m-pl-30 {
    padding-left: 30px !important;
  }
  .__m-plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .__m-ptb-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .__m-p-35 {
    padding: 35px !important;
  }
  .__m-pt-35 {
    padding-top: 35px !important;
  }
  .__m-pr-35 {
    padding-right: 35px !important;
  }
  .__m-pb-35 {
    padding-bottom: 35px !important;
  }
  .__m-pl-35 {
    padding-left: 35px !important;
  }
  .__m-plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .__m-ptb-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
  .__m-p-40 {
    padding: 40px !important;
  }
  .__m-pt-40 {
    padding-top: 40px !important;
  }
  .__m-pr-40 {
    padding-right: 40px !important;
  }
  .__m-pb-40 {
    padding-bottom: 40px !important;
  }
  .__m-pl-40 {
    padding-left: 40px !important;
  }
  .__m-plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .__m-ptb-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .__m-p-45 {
    padding: 45px !important;
  }
  .__m-pt-45 {
    padding-top: 45px !important;
  }
  .__m-pr-45 {
    padding-right: 45px !important;
  }
  .__m-pb-45 {
    padding-bottom: 45px !important;
  }
  .__m-pl-45 {
    padding-left: 45px !important;
  }
  .__m-plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .__m-ptb-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
  .__m-p-50 {
    padding: 50px !important;
  }
  .__m-pt-50 {
    padding-top: 50px !important;
  }
  .__m-pr-50 {
    padding-right: 50px !important;
  }
  .__m-pb-50 {
    padding-bottom: 50px !important;
  }
  .__m-pl-50 {
    padding-left: 50px !important;
  }
  .__m-plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .__m-ptb-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .__m-p-60 {
    padding: 60px !important;
  }
  .__m-pt-60 {
    padding-top: 60px !important;
  }
  .__m-pr-60 {
    padding-right: 60px !important;
  }
  .__m-pb-60 {
    padding-bottom: 60px !important;
  }
  .__m-pl-60 {
    padding-left: 60px !important;
  }
  .__m-plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .__m-ptb-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .__m-p-65 {
    padding: 65px !important;
  }
  .__m-pt-65 {
    padding-top: 65px !important;
  }
  .__m-pr-65 {
    padding-right: 65px !important;
  }
  .__m-pb-65 {
    padding-bottom: 65px !important;
  }
  .__m-pl-65 {
    padding-left: 65px !important;
  }
  .__m-plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .__m-ptb-65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
  .__m-p-70 {
    padding: 70px !important;
  }
  .__m-pt-70 {
    padding-top: 70px !important;
  }
  .__m-pr-70 {
    padding-right: 70px !important;
  }
  .__m-pb-70 {
    padding-bottom: 70px !important;
  }
  .__m-pl-70 {
    padding-left: 70px !important;
  }
  .__m-plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .__m-ptb-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .__m-p-75 {
    padding: 75px !important;
  }
  .__m-pt-75 {
    padding-top: 75px !important;
  }
  .__m-pr-75 {
    padding-right: 75px !important;
  }
  .__m-pb-75 {
    padding-bottom: 75px !important;
  }
  .__m-pl-75 {
    padding-left: 75px !important;
  }
  .__m-plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .__m-ptb-75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
  .__m-p-80 {
    padding: 80px !important;
  }
  .__m-pt-80 {
    padding-top: 80px !important;
  }
  .__m-pr-80 {
    padding-right: 80px !important;
  }
  .__m-pb-80 {
    padding-bottom: 80px !important;
  }
  .__m-pl-80 {
    padding-left: 80px !important;
  }
  .__m-plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .__m-ptb-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .__m-p-85 {
    padding: 85px !important;
  }
  .__m-pt-85 {
    padding-top: 85px !important;
  }
  .__m-pr-85 {
    padding-right: 85px !important;
  }
  .__m-pb-85 {
    padding-bottom: 85px !important;
  }
  .__m-pl-85 {
    padding-left: 85px !important;
  }
  .__m-plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .__m-ptb-85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }
  .__m-p-90 {
    padding: 90px !important;
  }
  .__m-pt-90 {
    padding-top: 90px !important;
  }
  .__m-pr-90 {
    padding-right: 90px !important;
  }
  .__m-pb-90 {
    padding-bottom: 90px !important;
  }
  .__m-pl-90 {
    padding-left: 90px !important;
  }
  .__m-plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .__m-ptb-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .__m-p-95 {
    padding: 95px !important;
  }
  .__m-pt-95 {
    padding-top: 95px !important;
  }
  .__m-pr-95 {
    padding-right: 95px !important;
  }
  .__m-pb-95 {
    padding-bottom: 95px !important;
  }
  .__m-pl-95 {
    padding-left: 95px !important;
  }
  .__m-plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .__m-ptb-95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }
  .__m-p-100 {
    padding: 100px !important;
  }
  .__m-pt-100 {
    padding-top: 100px !important;
  }
  .__m-pr-100 {
    padding-right: 100px !important;
  }
  .__m-pb-100 {
    padding-bottom: 100px !important;
  }
  .__m-pl-100 {
    padding-left: 100px !important;
  }
  .__m-plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .__m-ptb-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .__m-p-150 {
    padding: 150px !important;
  }
  .__m-pt-150 {
    padding-top: 150px !important;
  }
  .__m-pr-150 {
    padding-right: 150px !important;
  }
  .__m-pb-150 {
    padding-bottom: 150px !important;
  }
  .__m-pl-150 {
    padding-left: 150px !important;
  }
  .__m-plr-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .__m-ptb-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .__m-p-200 {
    padding: 200px !important;
  }
  .__m-pt-200 {
    padding-top: 200px !important;
  }
  .__m-pr-200 {
    padding-right: 200px !important;
  }
  .__m-pb-200 {
    padding-bottom: 200px !important;
  }
  .__m-pl-200 {
    padding-left: 200px !important;
  }
  .__m-plr-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .__m-ptb-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}
.__circle {
  border-radius: 50%;
}
.__center-y {
  position: relative;
  top: -50%;
  transform: translateY(50%);
}
.__center-x {
  position: relative;
  top: -50%;
  transform: translateX(50%);
}
.__center {
  left: -50%;
  position: relative;
  top: -50%;
  transform: translate3d(50%, 50%, 0);
}
.__hidden {
  display: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.__w100 {
  width: 100% !important;
}
.__wauto {
  flex: 0 0 auto !important;
}
.__h100 {
  height: 100% !important;
}
.__hauto {
  height: auto !important;
}
.__100vw {
  width: 100vw;
}
.__100vh {
  height: 100vh;
}
.__relative {
  position: relative;
}
.__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 428px) {
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
._wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1350px;
}
@media (max-width: 428px) {
  ._wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
.b-card {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.b-card .b-green {
  background: #00faa3;
  border-radius: 10px;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 95%;
  z-index: -5;
}
.b-card .b-pic {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
  height: 95%;
  width: 100%;
}
@media (max-width: 428px) {
  .b-card .b-pic {
    background-size: 100% 100%;
  }
}
._be_associate {
  background: linear-gradient(1.08deg, #003d58 -5.29%, #006991 94.67%);
  flex-direction: column;
  height: 491px;
  width: 100%;
}
@media (max-width: 428px) {
  ._be_associate {
    height: 335px;
  }
}
._be_associate .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._be_associate .__wrap .be_title {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  ._be_associate .__wrap .be_title {
    font-size: 25px;
    text-align: center;
  }
}
._be_associate .__wrap ._be_text {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
  width: 430px;
}
@media (max-width: 428px) {
  ._be_associate .__wrap ._be_text {
    width: 100%;
  }
}
._be_associate .__wrap .be_cta {
  align-items: center;
  background-color: #00faa3;
  border-radius: 50px;
  color: #003650;
  display: flex;
  font-family: 'Roboto';
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 333px;
}
@media (max-width: 428px) {
  ._be_associate .__wrap .be_cta {
    font-size: 15px;
    width: 100%;
  }
}
.__button {
  align-items: center;
  align-self: center;
  background: #00faa3;
  border-radius: 30px;
  color: #003650;
  cursor: pointer;
  display: flex;
  font: bold 18px/21px 'Roboto';
  justify-content: center;
  margin-top: 20px;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 428px) {
  .__button {
    font-size: 16px;
    padding: 10px 25px;
  }
}
.sec_6_title {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  text-align: center;
}
@media (max-width: 428px) {
  .sec_6_title {
    font-size: 30px;
  }
}
.associates_flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.associates_flex .associates_item {
  margin: 0 25px 80px;
}
@media (max-width: 428px) {
  .associates_flex .associates_item {
    margin: 0 12px 30px;
  }
}
.associates_flex .associates_item .brands {
  width: 137px;
}
@media (max-width: 428px) {
  .associates_flex .associates_item .brands {
    width: 120px;
  }
}
.associates_flex_2 {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
.associates_flex_2 .associates_item {
  align-items: center;
  display: flex;
  margin: 0 25px 80px;
}
@media (max-width: 428px) {
  .associates_flex_2 .associates_item {
    margin: 0 12px 30px;
  }
}
.associates_flex_2 .associates_item .brands {
  width: 137px;
}
@media (max-width: 428px) {
  .associates_flex_2 .associates_item .brands {
    width: 120px;
  }
}
.associates_flex_2.__active {
  display: flex;
}
.see_more_customers {
  align-items: center;
  background-color: #00faa3;
  border-radius: 50px;
  color: #003650;
  display: flex;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  width: 175px;
}
.see_more_customers .sp2 {
  display: none;
}
.see_more_customers.clicked .sp1 {
  display: none;
}
.see_more_customers.clicked .sp2 {
  display: inline;
}
.depoiment-slider {
  display: flex;
  position: relative;
}
@media (max-width: 428px) {
  .depoiment-slider {
    margin-bottom: 50px;
  }
}
.depoiment-slider .depoiment-slider-item {
  display: none;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  position: relative !important;
}
@media (max-width: 428px) {
  .depoiment-slider .depoiment-slider-item {
    grid-template-columns: 1fr;
  }
}
.depoiment-slider .depoiment-slider-item.__active {
  display: grid;
}
.depoiment-slider .depoiment-slider-counters {
  bottom: -50px;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 428px) {
  .depoiment-slider .depoiment-slider-counters {
    bottom: -40px;
  }
}
.depoiment-slider .depoiment-slider-counters .counter {
  background: #d3d3d3;
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  width: 12px;
}
@media (max-width: 428px) {
  .depoiment-slider .depoiment-slider-counters .counter {
    height: 15px;
    width: 15px;
  }
}
.depoiment-slider .depoiment-slider-counters .counter + .counter {
  margin-left: 10px;
}
@media (max-width: 428px) {
  .depoiment-slider .depoiment-slider-counters .counter + .counter {
    margin-left: 20px;
  }
}
.depoiment-slider .depoiment-slider-counters .counter.__active {
  background: #00faa3;
}
.depoiments {
  background: url("../images/home/line-back.png") no-repeat;
  background-size: contain;
  padding: 120px 0 125px;
}
@media (max-width: 428px) {
  .depoiments {
    background: #fff;
    padding: 50px 0;
  }
}
.depoiments .header h2 {
  color: #003650;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 428px) {
  .depoiments .header h2 {
    margin-bottom: 30px;
  }
}
.depoiments .detail {
  margin: 37px 0 65px;
}
@media (max-width: 428px) {
  .depoiments .detail {
    display: none;
  }
}
.depoiments .cards-dep {
  display: inline-grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 428px) {
  .depoiments .cards-dep {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.depoiments .card-dep {
  height: 100%;
  position: relative;
}
.depoiments .card-dep .green {
  background: #00faa3;
  border-radius: 10px;
  bottom: -8px;
  height: 35px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
  z-index: -10;
}
.depoiments .card-dep .white {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
  height: 100%;
  padding: 25px;
  width: 100%;
}
.depoiments .card-dep .white p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 428px) {
  .depoiments .card-dep .white p {
    font-size: 14px;
    line-height: 21px;
  }
}
.depoiments .card-dep .white h3 {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .depoiments .card-dep .white h3 {
    font-size: 20px;
  }
}
.depoiments .card-dep .white .info {
  margin-top: 15px;
}
.depoiments .card-dep .white .info p {
  line-height: 20px;
  margin-top: 10px;
  padding-right: 50px;
}
.directorship {
  display: none;
}
@media (max-width: 428px) {
  .directorship {
    display: flex;
    flex-direction: column;
    margin: 15px 0 30px;
    width: 100%;
  }
}
.directorship .directorship-rail {
  height: 520px;
  position: relative;
  width: 100%;
}
.directorship .directorship-rail .directorship-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}
.directorship .directorship-rail .directorship-item .__card {
  align-items: center;
  display: flex;
  height: 359px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.directorship .directorship-rail .directorship-item .__card ._bg_white {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(119,164,229,0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.directorship .directorship-rail .directorship-item .__card .img_item {
  height: 289px;
  z-index: 3;
}
.directorship .directorship-rail .directorship-item .__card::before {
  background-color: #00faa3;
  border-radius: 10px;
  content: '';
  height: 359px;
  position: absolute;
  top: 10px;
  width: 238px;
  z-index: 1;
}
.directorship .directorship-rail .directorship-item .name {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-top: 20px;
  text-align: center;
}
.directorship .directorship-rail .directorship-item .office,
.directorship .directorship-rail .directorship-item .company {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  text-align: center;
}
.directorship .directorship-rail .directorship-item .office {
  margin-bottom: 10px;
}
.directorship .directorship-counters {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.directorship .directorship-counters .counter {
  background: #fff;
  border: 2px solid #14b1e7;
  border-radius: 100%;
  height: 20px;
  margin-left: 10px;
  position: relative;
  width: 20px;
}
.directorship .directorship-counters .counter.__active {
  background: #00faa3;
  border: none;
  height: 22px;
  width: 22px;
}
.directorship .directorship-counters .counter:first-child {
  margin-left: 0;
}
.__button.__success {
  background: #17c671 !important;
  color: #fff !important;
}
.__button.__danger {
  background: #c4183c !important;
  color: #fff !important;
}
.__button.__loading {
  pointer-events: none;
}
.__button.__loading:before {
  animation: spinner 0.75s linear infinite;
  border: 2px solid #003650;
  border-radius: 50%;
  border-right-color: transparent;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 0;
  margin-right: 10px;
  width: 10px;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.footer {
  font-family: 'Roboto';
  font-size: 14px;
  padding-top: 30px;
}
@media (max-width: 428px) {
  .footer {
    line-height: 20px;
  }
}
.footer .box-01 {
  background: #fff;
  padding-bottom: 30px;
}
.footer .box-01 .links-menu {
  color: #8c8c90;
  text-align: center;
}
@media (max-width: 428px) {
  .footer .box-01 .links-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.footer .box-01 .links-menu a {
  margin-right: 30px;
}
@media (max-width: 428px) {
  .footer .box-01 .links-menu a {
    margin: 15px 0 0;
  }
  .footer .box-01 .links-menu a:first-child {
    margin-top: 0;
  }
}
.footer .box-01 .links-menu a:hover {
  color: #212121;
  transition: 0.5s ease;
}
.footer .box-01 .links-menu a:last-child {
  margin-right: 0;
}
.footer .box-01 .border {
  background: #c4c4c4;
  height: 1px;
  margin: 30px 0 50px;
  width: 100%;
}
.footer .box-01 .bottom-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.footer .box-01 .bottom-footer .media-social {
  margin: 50px 0 40px;
}
.footer .box-01 .bottom-footer .info {
  color: #8c8c90;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.footer .box-01 .bottom-footer .info a:hover {
  text-decoration: underline;
}
form {
  align-items: center;
  display: flex;
  flex-direction: column;
}
form h2 {
  color: #14b1e7;
  font: bold 24px/60px 'Roboto';
  margin: 60px 0 30px;
  text-align: center;
}
@media (max-width: 428px) {
  form h2 {
    line-height: 30px;
  }
}
form a {
  color: #14b1e7;
  cursor: pointer;
  font: normal 16px 'Roboto';
  margin-top: 15px;
}
form .types {
  align-items: stretch;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  justify-content: space-between;
}
@media (max-width: 428px) {
  form .types {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
form .types label {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(119,164,229,0.2);
  transition: border 0.3s ease-in-out;
}
form .types label:hover {
  border-color: #14b1e7;
}
form .types input {
  display: none;
}
form .types .radio-button {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #8c8c90;
  cursor: pointer;
  display: flex;
  font: normal 15px/30px 'Roboto';
  height: 100%;
  padding: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  width: 100%;
}
@media (max-width: 428px) {
  form .types .radio-button {
    padding: 10px;
  }
}
form .types input:checked + .radio-button {
  background: #00faa3;
  color: #15325c;
}
form > label {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(119,164,229,0.2);
  display: flex;
  margin-bottom: 20px;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
  width: 570px;
}
@media (max-width: 428px) {
  form > label {
    width: 100%;
  }
}
form > label:hover,
form > label:focus-within {
  border-color: #14b1e7;
}
form > label legend {
  align-items: center;
  color: #8c8c90;
  font: normal 16px/30px 'Roboto';
  position: relative;
  white-space: nowrap;
}
form > label legend:after {
  color: #f00;
  content: '*';
  font-size: 10px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
form > label input,
form > label textarea {
  border-radius: 10px;
  color: #000;
  font: normal 16px/30px 'Roboto';
  height: 68px;
  height: 70px;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
form > label input::-moz-placeholder,
form > label textarea::-moz-placeholder {
  color: #ccc;
}
form > label input::placeholder,
form > label textarea::placeholder {
  color: #ccc;
}
form > label textarea {
  height: 150px;
  padding: 15px;
  resize: none;
}
form > label .icon {
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  margin-right: 30px;
  width: 32px;
}
form > label .icon.on {
  background-image: url("../svg/eye_on.svg");
}
form > label .icon.off {
  background-image: url("../svg/eye_off.svg");
}
form .__feedback-error {
  align-self: center;
  color: #c4183c;
  font: bold 14px/30px 'Roboto';
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 428px) {
  form .__feedback-error {
    text-align: center;
    white-space: normal;
  }
}
.green-btn {
  background: #00faa3;
  color: #003650;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .green-btn {
    font-size: 14px;
  }
}
.green-btn:hover {
  opacity: 0.6;
  transition: 0.7s ease;
}
.__hamburger-menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 5px;
  width: 60px;
  z-index: 10001;
}
@media (min-width: 1025px) {
  .__hamburger-menu {
    display: none;
  }
}
.__hamburger-menu.__active {
  position: fixed;
}
.__hamburger-menu.__active .bars {
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu.__active .bars:before {
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu.__active .bars:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu .bars {
  background: #fff;
  height: 2px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 30px;
}
.__hamburger-menu .bars:before {
  background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  top: -10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.__hamburger-menu .bars:after {
  background: #fff;
  bottom: -10px;
  content: '';
  height: 2px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.header-sec {
  text-align: center;
}
.header-sec h2 {
  color: #003d58;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
}
@media (max-width: 428px) {
  .header-sec h2 {
    font-size: 25px;
  }
}
header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 428px) {
  header {
    background: linear-gradient(to bottom, #003d58, #006991);
  }
}
header .__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px !important;
  padding-top: 20px;
}
@media (max-width: 428px) {
  header .__wrap {
    padding: 10px 0;
  }
  header .__wrap .brand img {
    height: 60px;
  }
}
header .__wrap nav {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 428px) {
  header .__wrap nav {
    background: linear-gradient(to bottom, #003d58, #006991);
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 100vw;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100vw;
    z-index: 10000;
  }
  header .__wrap nav.__active {
    left: 0;
  }
}
header .__wrap nav > a {
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  position: relative;
}
header .__wrap nav > a::after {
  background: #00faa3;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 0;
}
header .__wrap nav > a:hover {
  color: #00faa3;
  transition: color 0.3s ease-in-out;
}
header .__wrap nav > a:hover::after {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
header .__wrap nav .header-social-media {
  display: flex;
  gap: 5px;
}
header .__wrap nav .header-social-media .icon {
  background: #00faa3 center center no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 35px;
  width: 35px;
}
header .__wrap nav .header-social-media .icon.instagram {
  background-image: url("../svg/instagram_circle.svg");
}
header .__wrap nav .header-social-media .icon.linkedin {
  background-image: url("../svg/linkedin_circle.svg");
}
header .__wrap nav .header-social-media .icon.youtube {
  background-image: url("../svg/youtube_circle.svg");
}
header .__wrap nav .header-social-media .icon.podcasts {
  background-image: url("../svg/papo_mais.svg");
}
header .__wrap nav .header-social-media .icon.spotify {
  background-image: url("../svg/spotify_circle.svg");
}
header .__wrap nav .header-social-media .icon.tiktok {
  background-image: url("../svg/tiktok.svg");
}
header .__wrap nav .login {
  background: #00faa3 url("../svg/login-header.svg") 10px center no-repeat;
  border-radius: 10000px;
  cursor: pointer;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 10px 35px;
}
[data-src] {
  opacity: 0;
  transform: scale(0.7);
  transition: 0.5s opacity 0.25s, 0.5s transform 0.25s;
}
[data-src].__visible {
  opacity: 1;
  transform: scale(1);
}
.lgpd-warning {
  align-items: center;
  animation: slideup 0.75s ease-in-out forwards;
  bottom: -200px;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 30px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.lgpd-warning.__accepted {
  display: none;
}
.lgpd-warning .box {
  align-items: center;
  background: #c4c4c4;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  color: #212121;
  display: flex;
  font: normal 14px/16px sans-serif;
  justify-content: center;
  max-width: 1300px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 428px) {
  .lgpd-warning .box {
    flex-direction: column;
  }
}
.lgpd-warning .box a {
  color: inherit;
  text-decoration: underline;
}
.lgpd-warning .box .button {
  background: #00faa3;
  border-radius: 30px;
  color: #003650;
  cursor: pointer;
  font: normal 14px sans-serif;
  font: bold 18px/21px 'Roboto';
  margin-left: 30px;
  padding: 10px 50px;
  text-align: center;
}
@media (max-width: 428px) {
  .lgpd-warning .box .button {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@keyframes slideup {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}
.media-social {
  align-items: center;
  display: flex;
  gap: 15px;
}
.media-social a {
  align-items: center;
  background: #00faa3;
  border-radius: 100%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.media-social a:not(:last-child) {
  padding: 15px;
}
.media-social a svg {
  height: 48px;
  width: 35px;
}
.media-social a:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.paragraph {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 428px) {
  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }
}
.popup {
  align-items: center;
  background: rgba(0,0,0,0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.popup form {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  width: 500px;
}
@media (max-width: 428px) {
  .popup form {
    width: 100%;
  }
}
.popup form:before {
  background: #00faa3;
  border-radius: 10px;
  content: '';
  height: calc(100% + 20px);
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  width: 90%;
  z-index: -1;
}
.popup form .close {
  background: url("../svg/close_modal.svg");
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: -46px;
  top: 0;
  width: 36px;
}
@media (max-width: 428px) {
  .popup form .close {
    right: 0;
    top: -30px;
  }
}
.popup form h2 {
  line-height: 30px;
  margin: 0 0 30px;
}
.popup form label {
  width: 100%;
}
.popup form label input[name='user'] {
  text-transform: uppercase;
}
.segments {
  display: none;
}
@media (max-width: 428px) {
  .segments {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.segments .segments-rail {
  height: 270px;
  position: relative;
  width: 100%;
}
.segments .segments-rail .__wrap {
  display: flex;
  justify-content: center;
}
.segments .segments-rail .__wrap .segments-item {
  align-items: center;
  display: flex;
  height: 243px;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 100%;
}
.segments .segments-rail .__wrap .segments-item p {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 4;
}
.segments .segments-rail .__wrap .segments-item .__bg_white {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(119,164,229,0.2);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.segments .segments-rail .__wrap .segments-item::before {
  background-color: #00faa3;
  border-radius: 10px;
  content: '';
  height: 261px;
  position: absolute;
  width: 192px;
  z-index: 1;
}
.segments .segments-counters {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.segments .segments-counters .counter {
  background: #fff;
  border: 2px solid #14b1e7;
  border-radius: 100%;
  height: 20px;
  margin-left: 10px;
  position: relative;
  width: 20px;
}
.segments .segments-counters .counter.__active {
  background: #00faa3;
  border: none;
  height: 22px;
  width: 22px;
}
.segments .segments-counters .counter:first-child {
  margin-left: 0;
}
.social-media {
  display: flex;
  flex-direction: column;
  right: 90px;
  position: absolute;
  top: 150px;
  z-index: 30;
}
@media (max-width: 428px) {
  .social-media {
    display: none;
  }
}
.social-media a:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.social-media a svg {
  margin-bottom: 15px;
}
[data-switcher] [class*='-item'] {
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s;
  z-index: 1;
}
[data-switcher] [class*='-item'].__active {
  opacity: 1;
  z-index: 2;
}
label.__error {
  border: 1px solid #c4183c !important;
}
label.__error input,
label.__error select,
label.__error textarea,
label.__error legend {
  border-color: #c4183c !important;
  color: #c4183c !important;
}
label.__error input::-moz-placeholder,
label.__error select::-moz-placeholder,
label.__error textarea::-moz-placeholder,
label.__error legend::-moz-placeholder {
  color: #c4183c !important;
}
label.__error input::placeholder,
label.__error select::placeholder,
label.__error textarea::placeholder,
label.__error legend::placeholder {
  color: #c4183c !important;
}
.about .about-new {
  background: linear-gradient(to bottom, #fff, #fff 150px, transparent 150px, transparent), linear-gradient(to right, transparent, transparent 67%, #00faa3 67%, #00faa3), linear-gradient(to top, #016991, #016991 100px, transparent 100px, transparent);
  min-height: 1000px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .about .about-new {
    background: #fff;
  }
}
.about .about-new .__wrap {
  display: flex;
  flex-direction: column;
}
.about .about-new .__wrap h1 {
  color: #003650;
  font: normal 42px/52px 'DM Serif Display';
  margin-bottom: 100px;
  text-align: center;
  width: 100%;
}
.about .about-new .__wrap .item {
  background: no-repeat left center;
  margin-bottom: 50px;
  padding-left: 100px;
}
@media (max-width: 428px) {
  .about .about-new .__wrap .item {
    background: no-repeat center top;
    padding-left: 0;
    padding-top: 100px;
  }
}
.about .about-new .__wrap .item h3 {
  color: #14b1e7;
  font: bold 24px/30px 'Roboto';
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .about .about-new .__wrap .item h3 {
    text-align: center;
    width: 100%;
  }
}
.about .about-new .__wrap .item p {
  color: #8c8c91;
  font: normal 16px/30px 'Roboto';
}
@media (max-width: 428px) {
  .about .about-new .__wrap .item p {
    text-align: center;
    width: 100%;
  }
}
.about .about-new .__wrap img {
  margin-left: 20px;
  width: 55%;
}
@media (max-width: 428px) {
  .about .about-new .__wrap img {
    display: none;
  }
}
.about .values .__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .about .values .__wrap {
    flex-direction: column;
  }
}
.about .values .__wrap .item_1,
.about .values .__wrap .item_2 {
  text-align: center;
}
.about .values .__wrap .item_1 h2,
.about .values .__wrap .item_2 h2 {
  margin-bottom: 25px;
  color: #003650;
  font-family: 'DM Serif Display';
  font-weight: 400;
  font-size: 42px;
}
@media (max-width: 428px) {
  .about .values .__wrap .item_1 h2,
  .about .values .__wrap .item_2 h2 {
    margin-bottom: 10px;
  }
}
.about .values .__wrap .item_1 p,
.about .values .__wrap .item_2 p {
  text-align: center;
  font-family: 'Roboto';
  color: #8c8c90;
  line-height: 30px;
}
@media (max-width: 428px) {
  .about .values .__wrap .item_1,
  .about .values .__wrap .item_2 {
    margin-bottom: 15px;
  }
}
.about .values .__wrap .item_1 {
  width: 341px;
}
.about .values .__wrap .item_2 {
  width: 284px;
}
.about .values .__wrap .divisor {
  height: 333px;
  width: 1px;
  background-color: #00faa3;
  margin-right: 149px;
  margin-left: 121px;
}
@media (max-width: 428px) {
  .about .values .__wrap .divisor {
    display: none;
  }
}
.about .subheader_about {
  background-image: url("../images/about/subheader_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 633px;
  margin-top: -107px;
  top: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .about .subheader_about {
    background: linear-gradient(1.08deg, #003d58 -5.29%, #003650 -5.28%, #006991 94.67%);
    height: 190px;
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .about .subheader_about .__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.about .subheader_about .__wrap h2 {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  padding-top: 176px;
}
@media (max-width: 428px) {
  .about .subheader_about .__wrap h2 {
    font-size: 25px;
    padding-top: 0;
    text-align: center;
  }
}
.about .subheader_about .__wrap p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  padding-bottom: 134px;
}
@media (max-width: 428px) {
  .about .subheader_about .__wrap p {
    padding-bottom: 0 !important;
    text-align: center;
  }
}
.about .sec_1 {
  position: relative;
}
.about .sec_1 .__wrap {
  display: flex;
}
@media (max-width: 428px) {
  .about .sec_1 .__wrap {
    flex-direction: column;
  }
}
.about .sec_1 .__wrap .block_img {
  display: flex;
  flex-direction: column;
}
@media (max-width: 428px) {
  .about .sec_1 .__wrap .block_img {
    margin-top: 15px;
  }
}
.about .sec_1 .__wrap .block_img .detail {
  height: 26px;
  margin-bottom: 20px;
  width: 124px;
}
@media (max-width: 428px) {
  .about .sec_1 .__wrap .block_img .detail {
    display: none;
  }
}
.about .sec_1 .__wrap .detail_2 {
  height: 124px;
  margin-left: 20px;
  margin-right: 55px;
  margin-top: 415px;
  width: 26px;
}
@media (max-width: 428px) {
  .about .sec_1 .__wrap .detail_2 {
    display: none;
  }
}
.about .sec_1 .__wrap .text {
  color: #8c8c90;
  font-family: 'Roboto';
  line-height: 30px;
  margin-top: 120px;
  width: 322px;
}
@media (max-width: 428px) {
  .about .sec_1 .__wrap .text {
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
}
.about .sec_2 {
  margin-bottom: 210px;
  margin-top: 90px;
}
@media (max-width: 428px) {
  .about .sec_2 {
    margin: 15px 0 40px;
  }
}
.about .sec_2 .title_sec {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 428px) {
  .about .sec_2 .title_sec {
    margin-bottom: 30px;
  }
}
.about .sec_2 .title_sec h2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .about .sec_2 .title_sec h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.about .sec_2 .title_sec p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
}
.about .sec_2 ._flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .about .sec_2 ._flex {
    display: none;
  }
}
.about .sec_2 ._flex .flex_item {
  align-items: center;
  display: flex;
  height: 243px;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  width: 270px;
  z-index: 3;
}
@media (max-width: 428px) {
  .about .sec_2 ._flex .flex_item {
    width: 100%;
  }
}
.about .sec_2 ._flex .flex_item p {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  z-index: 4;
}
.about .sec_2 ._flex .flex_item .bg_white {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(119,164,229,0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.about .sec_2 ._flex .flex_item::before {
  background-color: #00faa3;
  border-radius: 10px;
  content: '';
  height: 261px;
  position: absolute;
  width: 192px;
  z-index: 1;
}
@media (max-width: 428px) {
  .about .sec_2 ._flex .flex_item::before {
    width: 210px;
  }
}
.about .sec_3 {
  margin: 0 auto;
  width: 100%;
}
.about .sec_3 .__title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 428px) {
  .about .sec_3 .__title {
    margin-bottom: 0;
  }
}
.about .sec_3 .__title h2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
}
@media (max-width: 428px) {
  .about .sec_3 .__title h2 {
    font-size: 30px;
  }
}
.about .sec_3 .__flex {
  display: flex;
  justify-content: center;
}
.about .sec_3 .__flex ._block {
  margin-right: 575px;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block {
    margin-right: 0;
    width: 100%;
  }
}
.about .sec_3 .__flex ._block .block_1 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 670px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_1 {
    flex-direction: column;
    width: 100%;
  }
}
.about .sec_3 .__flex ._block .block_1 .fig {
  margin-right: 45px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_1 .fig {
    margin-right: 0;
  }
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_1 .sub_block {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
}
.about .sec_3 .__flex ._block .block_1 .sub_block .block_title {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_1 .sub_block .block_title {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_1 .sub_block .block_text_1 {
  color: #8c8c90;
  font-family: 'Roboto';
  line-height: 30px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_1 .sub_block .block_text_1 {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 670px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_2 {
    flex-direction: column;
    width: 100%;
  }
}
.about .sec_3 .__flex ._block .block_2 .fig {
  margin-right: 45px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_2 .fig {
    margin-right: 0;
  }
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_2 .sub_block {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
}
.about .sec_3 .__flex ._block .block_2 .sub_block .block_title {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_2 .sub_block .block_title {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_2 .sub_block .block_text_2 {
  color: #8c8c90;
  font-family: 'Roboto';
  line-height: 30px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_2 .sub_block .block_text_2 {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 670px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_3 {
    flex-direction: column;
    width: 100%;
  }
}
.about .sec_3 .__flex ._block .block_3 .fig {
  margin-right: 45px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_3 .fig {
    margin-right: 0;
  }
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_3 .sub_block {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
}
.about .sec_3 .__flex ._block .block_3 .sub_block .block_title {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_3 .sub_block .block_title {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_3 .sub_block .block_text_3 {
  color: #8c8c90;
  font-family: 'Roboto';
  line-height: 30px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_3 .sub_block .block_text_3 {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_4 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 670px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_4 {
    flex-direction: column;
    width: 100%;
  }
}
.about .sec_3 .__flex ._block .block_4 .fig {
  margin-right: 45px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_4 .fig {
    margin-right: 0;
  }
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_4 .sub_block {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
}
.about .sec_3 .__flex ._block .block_4 .sub_block .block_title {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_4 .sub_block .block_title {
    text-align: center;
  }
}
.about .sec_3 .__flex ._block .block_4 .sub_block .block_text_4 {
  color: #8c8c90;
  font-family: 'Roboto';
  line-height: 30px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex ._block .block_4 .sub_block .block_text_4 {
    text-align: center;
  }
}
.about .sec_3 .__flex .img_02 {
  height: 724px;
  position: absolute;
  right: 0;
  width: 674px;
}
@media (max-width: 428px) {
  .about .sec_3 .__flex .img_02 {
    display: none;
  }
}
.about .sec_4 {
  align-items: center;
  background: linear-gradient(1.08deg, #003d58 -5.29%, #003650 -5.28%, #006991 94.67%);
  display: flex;
  height: 1027px;
  justify-content: center;
  padding-bottom: 150px;
  width: 100%;
}
@media (max-width: 428px) {
  .about .sec_4 {
    height: auto;
    margin-bottom: 30px;
  }
}
.about .sec_4 .__block .__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .about .sec_4 .__block .__wrap {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .about .sec_4 .__block .__wrap .__block_text {
    margin-bottom: 30px;
  }
}
.about .sec_4 .__block .__wrap .__block_text h2 {
  color: #00faa3;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .about .sec_4 .__block .__wrap .__block_text h2 {
    font-size: 30px;
    text-align: center;
  }
}
.about .sec_4 .__block .__wrap .__block_text p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  width: 319px;
}
@media (max-width: 428px) {
  .about .sec_4 .__block .__wrap .__block_text p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .about .sec_4 .__block .__wrap .img_13 {
    padding-bottom: 30px;
    width: 100%;
  }
}
.about .sec_5 {
  bottom: 68px;
  position: relative;
}
@media (max-width: 428px) {
  .about .sec_5 {
    position: static;
  }
}
.about .sec_5 .__wrap .flex_content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 428px) {
  .about .sec_5 .__wrap .flex_content {
    display: none;
  }
}
.about .sec_5 .__wrap .flex_content .flex_title {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  line-height: 52px;
  margin-right: 173px;
}
@media (max-width: 428px) {
  .about .sec_5 .__wrap .flex_content .flex_title {
    margin-right: 0;
    text-align: center;
  }
}
.about .sec_5 .__wrap .flex_content .__flex-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  margin-right: 90px;
}
@media (max-width: 428px) {
  .about .sec_5 .__wrap .flex_content .__flex-item {
    justify-content: center;
    margin-right: 0;
  }
}
.about .sec_5 .__wrap .flex_content .__flex-item .__card {
  align-items: center;
  display: flex;
  height: 359px;
  justify-content: center;
  position: relative;
  width: 270px;
}
.about .sec_5 .__wrap .flex_content .__flex-item .__card ._bg_white {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(119,164,229,0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.about .sec_5 .__wrap .flex_content .__flex-item .__card .img_item {
  height: 289px;
  width: 200px;
  z-index: 3;
}
.about .sec_5 .__wrap .flex_content .__flex-item .__card::before {
  background-color: #00faa3;
  border-radius: 10px;
  content: '';
  height: 359px;
  position: absolute;
  top: 10px;
  width: 238px;
  z-index: 1;
}
.about .sec_5 .__wrap .flex_content .__flex-item .name {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-left: 16px;
  margin-top: 20px;
}
.about .sec_5 .__wrap .flex_content .__flex-item .office,
.about .sec_5 .__wrap .flex_content .__flex-item .company {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  margin-left: 16px;
}
.about .sec_5 .__wrap .flex_content .__flex-item .office {
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .about .sec_5 .__wrap .flex_content .__flex-item .office {
    margin-bottom: 10px;
  }
}
.about .sec_5 .__wrap .flex_content .not-mg {
  margin-right: 0 !important;
}
.about .sec_5 .__wrap .title_mobile {
  display: none;
}
@media (max-width: 428px) {
  .about .sec_5 .__wrap .title_mobile {
    color: #003650;
    display: inline;
    font-family: 'DM Serif Display';
    font-size: 25px;
    font-weight: normal;
    text-align: center;
  }
}
.about .sec_6 {
  margin-bottom: 130px;
}
@media (max-width: 428px) {
  .about .sec_6 {
    margin-bottom: 40px;
  }
}
.about .sec_6 .__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .sec_7 {
  background-image: url("../images/about/img_12.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 506px;
  width: 100%;
}
@media (max-width: 428px) {
  .about .sec_7 {
    background: linear-gradient(1.08deg, #003d58 -5.29%, #006991 94.67%);
    height: auto;
  }
}
.about .sec_7 .__wrap {
  padding-bottom: 30px;
}
.about .sec_7 .__wrap .cta_title {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  line-height: 60px;
  padding-top: 90px;
}
@media (max-width: 428px) {
  .about .sec_7 .__wrap .cta_title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 50px;
    text-align: center;
  }
}
.about .sec_7 .__wrap .cta_text {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .about .sec_7 .__wrap .cta_text {
    text-align: center;
  }
}
.about .sec_7 .__wrap .cta_direct {
  align-items: center;
  background-color: #00faa3;
  border-radius: 50px;
  color: #003650;
  display: flex;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 213px;
}
@media (max-width: 428px) {
  .about .sec_7 .__wrap .cta_direct {
    margin: 0 auto;
  }
}
.associates {
  position: relative;
}
.associates.__active {
  overflow: hidden;
}
.associates .subheader-cont {
  width: 100%;
}
.associates .subheader-cont .subheader {
  background-image: url("../images/associates/subheader_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 633px;
  margin-top: -107px;
  top: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .associates .subheader-cont .subheader {
    background-image: linear-gradient(to top, #003d58, #006991);
    height: 190px;
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .associates .subheader-cont .subheader .__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.associates .subheader-cont .subheader .__wrap h1 {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  padding-top: 176px;
}
@media (max-width: 428px) {
  .associates .subheader-cont .subheader .__wrap h1 {
    font-size: 30px;
    padding-top: 0;
    text-align: center;
  }
}
.associates .subheader-cont .subheader .__wrap p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  padding-bottom: 134px;
  width: 390px;
}
@media (max-width: 428px) {
  .associates .subheader-cont .subheader .__wrap p {
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.associates .associates-map {
  margin-block: 115px;
}
@media (max-width: 428px) {
  .associates .associates-map {
    margin-block: 15px;
  }
}
.associates .associates-map .__wrap {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 428px) {
  .associates .associates-map .__wrap {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .associates .associates-map .__wrap .map {
    display: none;
  }
}
.associates .associates-map .__wrap .map.__active {
  pointer-events: none;
  z-index: 20;
}
.associates .associates-map .__wrap .map svg {
  height: 594px;
  width: 570px;
}
.associates .associates-map .__wrap .map svg > g {
  cursor: pointer;
}
.associates .associates-map .__wrap .map svg > g:hover .state,
.associates .associates-map .__wrap .map svg > g.__active .state {
  fill: #00faa3;
  transition: 0.7s ease;
}
.associates .associates-map .__wrap .content .article {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 350px;
}
@media (max-width: 428px) {
  .associates .associates-map .__wrap .content .article {
    gap: 15px;
    width: 100%;
  }
}
.associates .associates-map .__wrap .content .header h2 {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .associates .associates-map .__wrap .content .header h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.associates .associates-map .__wrap .select {
  display: none;
}
.associates .associates-map .__wrap .select select {
  background: url("../svg/down_arrow.svg") center no-repeat;
  background-position-x: 95%;
  border: 2px solid #14b1e7;
  border-radius: 5px;
  color: #8c8c90;
  display: block;
  font-family: 'Roboto';
  font-size: 18px;
  height: 40px;
  padding-left: 5px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .associates .associates-map .__wrap .select {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
}
.associates .associate-ass {
  margin-bottom: 100px;
}
.associates .associates-list {
  align-items: center;
  background: rgba(0,0,0,0.7);
  display: flex;
  height: 100%;
  justify-content: flex-end;
  opacity: 0;
  padding-right: 20px;
  position: fixed;
  top: 0;
  transition: all 0.9s ease;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
@media (max-width: 428px) {
  .associates .associates-list {
    background: #fff;
    display: none;
    justify-content: center;
    margin-block: 15px 20px;
    padding-right: 0;
    position: static;
    transition: all 0.3s ease;
  }
}
.associates .associates-list.__active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (max-width: 428px) {
  .associates .associates-list.__active {
    display: flex;
    z-index: 0;
  }
}
.associates .associates-list .__wrap {
  justify-content: flex-end;
  width: 100%;
}
.associates .associates-list .__wrap .associates {
  display: flex;
  justify-content: space-between;
  width: 550px;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates {
    width: 100%;
  }
}
.associates .associates-list .__wrap .associates .close {
  cursor: pointer;
  height: 35px;
  width: 35px;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .close {
    display: none;
  }
}
.associates .associates-list .__wrap .associates .close:hover {
  opacity: 0.6;
  transition: 0.7s ease;
}
.associates .associates-list .__wrap .associates .card {
  align-items: center;
  display: flex;
  height: 565px;
  justify-content: center;
  position: relative;
  width: 500px;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card {
    height: 300px;
    width: 100vw;
  }
}
.associates .associates-list .__wrap .associates .card .green {
  background: #00faa3;
  border-radius: 10px;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 455px;
  z-index: -3;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .green {
    display: none;
    width: 95%;
  }
}
.associates .associates-list .__wrap .associates .card .white {
  background: #fff;
  border-radius: 10px;
  height: 550px;
  padding: 20px 28px;
  width: 100%;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .white {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    height: 100%;
    padding: 10px;
  }
}
.associates .associates-list .__wrap .associates .card .white .header-sec h2 {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .white .header-sec h2 {
    font-size: 20px;
  }
}
.associates .associates-list .__wrap .associates .card .white .border-green {
  background: #00faa3;
  height: 1px;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .white .border-green {
    margin-top: 10px;
  }
}
.associates .associates-list .__wrap .associates .card .white .list {
  height: 450px;
  overflow-y: scroll;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .white .list {
    height: 220px;
  }
}
.associates .associates-list .__wrap .associates .card .white .list::-webkit-scrollbar {
  width: 5px;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .white .list::-webkit-scrollbar {
    width: 2px;
  }
}
.associates .associates-list .__wrap .associates .card .white .list::-webkit-scrollbar-thumb {
  background: #00faa3;
}
.associates .associates-list .__wrap .associates .card .white .list li {
  border-bottom: 1px solid #8c8c90;
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 428px) {
  .associates .associates-list .__wrap .associates .card .white .list li {
    font-size: 14px;
    padding: 5px 2px;
  }
}
.associates .associates-list .__wrap .associates .card .white .list li:last-child {
  border-bottom: none;
}
.benefits .subheader_benefits {
  background-image: url("../images/benefits/subheader_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 664px;
  margin-top: -107px;
  width: 100%;
}
@media (max-width: 428px) {
  .benefits .subheader_benefits {
    background: linear-gradient(1.08deg, #003d58 -5.29%, #003650 -5.28%, #006991 94.67%);
    height: 180px;
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .benefits .subheader_benefits .__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.benefits .subheader_benefits .__wrap h2 {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  line-height: 60px;
  padding-top: 176px;
}
@media (max-width: 428px) {
  .benefits .subheader_benefits .__wrap h2 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 428px) {
  .benefits .sec_1 {
    margin-top: 15px;
    width: 100%;
  }
}
.benefits .sec_1 .__block-1 {
  align-items: center;
  display: flex;
  margin-bottom: 235px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-1 {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-1 .pic {
    width: 100% !important;
  }
}
.benefits .sec_1 .__block-1 .__block-text_1 {
  margin-left: 99px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-1 .__block-text_1 {
    margin-left: 0;
    width: 100%;
  }
}
.benefits .sec_1 .__block-1 .__block-text_1 .__block-title_1 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-1 .__block-text_1 .__block-title_1 {
    font-size: 30px;
    text-align: center;
  }
}
.benefits .sec_1 .__block-1 .__block-text_1 ul {
  padding-left: 20px;
}
.benefits .sec_1 .__block-1 .__block-text_1 ul li {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  list-style: url("../svg/list_style.svg");
  margin-bottom: 10px;
}
.benefits .sec_1 .__block-2 {
  display: flex;
  margin-bottom: 235px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-2 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-2 .__block-text_2 {
    width: 100%;
  }
}
.benefits .sec_1 .__block-2 .__block-text_2 .__block-title_2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-2 .__block-text_2 .__block-title_2 {
    font-size: 30px;
    text-align: center;
  }
}
.benefits .sec_1 .__block-2 .__block-text_2 ul {
  padding-left: 20px;
}
.benefits .sec_1 .__block-2 .__block-text_2 ul li {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 25px;
  list-style: url("../svg/list_style.svg");
  margin-bottom: 10px;
}
.benefits .sec_1 .__block-2 .pic_2 {
  left: 62px;
  position: relative;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-2 .pic_2 {
    position: static;
    width: 100%;
  }
}
.benefits .sec_1 .__block-3 {
  align-items: center;
  display: flex;
  margin-bottom: 235px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-3 {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.benefits .sec_1 .__block-3 .__block-text_3 {
  margin-left: 102px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-3 .__block-text_3 {
    margin: 0;
  }
}
.benefits .sec_1 .__block-3 .__block-text_3 .__block-title_3 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-3 .__block-text_3 .__block-title_3 {
    font-size: 30px;
    text-align: center;
  }
}
.benefits .sec_1 .__block-3 .__block-text_3 ul {
  padding-left: 20px;
}
.benefits .sec_1 .__block-3 .__block-text_3 ul li {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  list-style: url("../svg/list_style.svg");
}
.benefits .sec_1 .__block-4 {
  align-items: center;
  display: flex;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-4 {
    flex-direction: column;
  }
}
.benefits .sec_1 .__block-4 .__block-text_4 .__block-title_4 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-4 .__block-text_4 .__block-title_4 {
    font-size: 30px;
    text-align: center;
  }
}
.benefits .sec_1 .__block-4 .__block-text_4 .__text_ {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
}
.benefits .sec_1 .__block-4 .pic_3 {
  left: 214px;
  position: relative;
}
@media (max-width: 428px) {
  .benefits .sec_1 .__block-4 .pic_3 {
    left: 0;
    margin-top: 20px;
  }
}
.benefits .depoiments-benefits .depoiments {
  padding-top: 10px;
}
.blog .sub-header {
  background: url("../images/blog/sub-header.png") 700px 120px no-repeat, linear-gradient(to bottom, #003d58, #006991, #006991 480px, #fff 480px, #fff);
  height: 633px;
  margin-top: -84px;
  padding: 134px 0 84px;
  z-index: -1;
}
.blog .sub-header.intern {
  background: linear-gradient(to bottom, #003d58, #006991, #006991 480px, #fff 480px, #fff);
  height: auto;
  padding: 60px 0 24px;
  position: relative;
}
.blog .sub-header.intern .category {
  background: #00faa3;
  border-radius: 10px;
  bottom: -13px;
  color: #fff;
  color: #003650;
  font: bold 14px 'Roboto';
  left: 25px;
  padding: 5px 15px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.blog .sub-header .__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.blog .sub-header .__wrap h1 {
  color: #01d9fe;
  font: normal 55px 'DM Serif Display';
}
.blog .sub-header .__wrap p {
  color: #fff;
  font: normal 16px 'Roboto';
}
.blog .sub-header .__wrap img {
  border-radius: 10px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog .section-title {
  background: url("../images/home/detail.png") center top no-repeat;
  color: #01d9fe;
  font: normal 55px 'DM Serif Display';
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.blog .__wrap > .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.blog .__wrap > .content p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 2;
  margin-bottom: 15px;
  width: 700px;
}
.blog .__wrap > .content b {
  color: #545457;
}
.blog .__wrap > .content img {
  width: 100%;
}
.blog .__wrap > .content iframe {
  width: 60%;
}
.blog .__wrap > .content a {
  color: #0146a1 !important;
  text-decoration: underline;
}
.blog .__wrap > .content small {
  color: #6a6a6d;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog .boxes {
  padding: 50px 0;
}
.blog .boxes .__wrap {
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}
.blog .boxes .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 25px;
  position: relative;
  width: 100%;
}
.blog .boxes .box::before {
  background: #00faa3;
  border-radius: 10px;
  color: #fff;
  color: #003650;
  content: attr(data-category);
  font: bold 14px 'Roboto';
  left: 25px;
  padding: 5px 15px;
  position: absolute;
  top: 242px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.blog .boxes .box::after {
  background: #00faa3;
  border-radius: 0 0 10px 10px;
  bottom: -8px;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
  z-index: -1;
}
.blog .boxes .box img {
  border-radius: 10px 10px 0 0;
  height: 255px;
  margin: -25px -25px 25px;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 50px);
}
.blog .boxes .box h3 {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
}
.blog .boxes .box p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.blog .boxes .box .date {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.blog .boxes .box .__button {
  align-items: center;
  align-self: center;
  background: #00faa3;
  border-radius: 30px;
  color: #003650;
  cursor: pointer;
  display: flex;
  font: bold 18px/21px 'Roboto';
  justify-content: center;
  margin-top: auto;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out;
}
.contacts .subheader-cont {
  width: 100%;
}
.contacts .subheader-cont .subheader {
  background-image: url("../images/contact/subheader_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 633px;
  margin-top: -107px;
  top: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .contacts .subheader-cont .subheader {
    background: linear-gradient(1.08deg, #003d58 -5.29%, #003650 -5.28%, #006991 94.67%);
    height: 190px;
    margin-top: 0;
  }
}
.contacts .subheader-cont .subheader h1 {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  padding-top: 176px;
}
@media (max-width: 428px) {
  .contacts .subheader-cont .subheader h1 {
    font-size: 30px;
    padding-top: 25px;
    text-align: center;
  }
}
.contacts .subheader-cont .subheader p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  padding-bottom: 134px;
  width: 390px;
}
@media (max-width: 428px) {
  .contacts .subheader-cont .subheader p {
    text-align: center;
    width: 100%;
  }
}
.contacts .contacts {
  margin: 80px 0 100px;
}
@media (max-width: 428px) {
  .contacts .contacts {
    margin: 30px 0 40px;
  }
}
.contacts .contacts .__wrap {
  display: flex;
}
@media (max-width: 428px) {
  .contacts .contacts .__wrap {
    flex-direction: column;
  }
}
.contacts .contacts .__wrap .box-cont {
  display: flex;
  flex-direction: column;
  margin-left: 170px;
}
@media (max-width: 428px) {
  .contacts .contacts .__wrap .box-cont {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contacts .contacts .__wrap .box-cont a {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .contacts .contacts .__wrap .box-cont a {
    text-align: center;
  }
}
.contacts .contacts .__wrap .box-cont a:hover {
  color: #01d9fe;
  transition: 0.6s ease;
}
.contacts .contacts .__wrap .box-cont .address {
  color: #8c8c90;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 20px;
  width: 325px;
}
@media (max-width: 428px) {
  .contacts .contacts .__wrap .box-cont .address {
    width: 100%;
  }
}
.contacts .contacts .__wrap .box-cont .address:hover {
  color: #212121;
  transition: 0.6s ease;
}
.contacts .contacts .__wrap .box-cont .media-social {
  margin-top: 15px;
}
@media (max-width: 428px) {
  .contacts .contacts .__wrap .box-cont .media-social {
    margin: 15px auto 0;
  }
}
.home {
  position: relative;
}
.home .header h2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  line-height: 52px;
}
@media (max-width: 428px) {
  .home .header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.home .header p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 428px) {
  .home .header p {
    font-size: 14px;
    line-height: 21px;
  }
}
.home .banners {
  background: linear-gradient(1.08deg, #003d58 -5.29%, #003d58 -5.28%, #006991 94.67%);
  height: 740px;
  margin-top: -107px;
  position: relative;
}
@media (max-width: 428px) {
  .home .banners {
    height: 70vh;
    margin-top: 0;
  }
}
.home .banners .banners-rail {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home .banners .banners-rail .banners-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 428px) {
  .home .banners .banners-rail .banners-item {
    background-position: left top;
  }
}
.home .banners .banners-rail .banners-item .__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 428px) {
  .home .banners .banners-rail .banners-item .__wrap {
    align-items: center;
  }
}
.home .banners .banners-rail .banners-item .__wrap h2 {
  color: #01d9fe;
  font: normal 55px/60px 'DM Serif Display';
}
@media (max-width: 428px) {
  .home .banners .banners-rail .banners-item .__wrap h2 {
    font-size: 25px !important;
    line-height: 30px !important;
    text-align: center;
  }
}
.home .banners .banners-rail .banners-item .__wrap p {
  color: #fff;
  font: normal 20px/30px 'Roboto';
  margin: 10px 0 25px;
}
@media (max-width: 428px) {
  .home .banners .banners-rail .banners-item .__wrap p {
    font-size: 15px;
    max-width: 300px;
    text-align: center;
  }
}
.home .banners .banners-rail .banners-item .__wrap .__button {
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 428px) {
  .home .banners .banners-rail .banners-item .__wrap .__button {
    align-self: center;
  }
}
.home .banners .banners-rail .banners-item .__wrap .seamless-button {
  color: #fff;
  font: normal 16px/30px 'Roboto';
  margin-left: 25px;
}
@media (max-width: 428px) {
  .home .banners .banners-rail .banners-item .__wrap .seamless-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.home .banners .banners-counters {
  bottom: 50px;
  display: flex;
  left: calc(((100% - 1200px) / 2));
  position: absolute;
  z-index: 3;
}
@media (max-width: 428px) {
  .home .banners .banners-counters {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home .banners .banners-counters .counter {
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  width: 12px;
}
@media (max-width: 428px) {
  .home .banners .banners-counters .counter {
    height: 15px;
    width: 15px;
  }
}
.home .banners .banners-counters .counter + .counter {
  margin-left: 10px;
}
@media (max-width: 428px) {
  .home .banners .banners-counters .counter + .counter {
    margin-left: 20px;
  }
}
.home .banners .banners-counters .counter.__active {
  background: #00faa3;
}
.home .partners {
  margin-top: 20px;
}
.home .partners .banner-partners {
  height: 150px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .home .partners .banner-partners {
    height: 250px;
  }
}
.home .partners .banner-partners .banner-partners-rail {
  height: 130px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .home .partners .banner-partners .banner-partners-rail {
    height: 200px;
  }
}
.home .partners .banner-partners .banner-partners-rail .banner-partners-item {
  align-items: center;
  display: inline-grid;
  grid-template-columns: repeat(6, 14%);
  height: 100%;
  justify-content: space-between;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 428px) {
  .home .partners .banner-partners .banner-partners-rail .banner-partners-item {
    grid-template-columns: repeat(3, 30%);
  }
}
.home .partners .banner-partners .banner-partners-rail .banner-partners-item.__active {
  opacity: 1;
}
.home .partners .banner-partners .banner-partners-rail .banner-partners-item .partiner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.home .partners .banner-partners .banner-partners-counters {
  bottom: 0;
  display: flex;
  gap: 10px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.home .partners .banner-partners .banner-partners-counters .counter {
  background: #e6e7e8;
  border-radius: 100%;
  cursor: pointer;
  height: 7.15px;
  width: 7.15px;
}
.home .partners .banner-partners .banner-partners-counters .counter.__active,
.home .partners .banner-partners .banner-partners-counters .counter:hover {
  background: #00faa3;
}
.home .partners .banner-partners .banner-partners-counters .counter:hover {
  transition: 0.7s ease;
}
.home .infos {
  margin: 75px 0 200px;
}
@media (max-width: 428px) {
  .home .infos {
    margin: 20px 0;
  }
}
.home .infos .chat {
  text-align: center;
}
.home .infos .chat .header h2 {
  margin: 0 auto;
  width: 600px;
}
@media (max-width: 428px) {
  .home .infos .chat .header h2 {
    width: 100%;
  }
}
.home .infos .chat .header p {
  color: #8c8c90;
  margin: 20px 0 1px;
}
@media (max-width: 428px) {
  .home .infos .chat .box-img {
    margin-top: 20px;
  }
}
.home .infos .chat .box-img .detail {
  margin-bottom: 13px;
}
@media (max-width: 428px) {
  .home .infos .chat .box-img .detail {
    display: none;
  }
}
.home .infos .chat .box-img .img {
  box-shadow: 40px 40px 35px 0 rgba(0,0,0,0.1);
}
.home .infos .chat .box-img .img img {
  width: 100%;
}
@media (max-width: 428px) {
  .home .infos .chat .box-img .img {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  }
}
.home .infos .box-01 {
  margin-top: 205px;
  padding-top: 65px;
  position: relative;
}
@media (max-width: 428px) {
  .home .infos .box-01 {
    margin-top: 20px;
  }
}
.home .infos .box-01 .detail {
  height: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 428px) {
  .home .infos .box-01 .detail {
    display: none;
  }
}
.home .infos .box-01 .content .header h2 {
  width: 350px;
}
@media (max-width: 428px) {
  .home .infos .box-01 .content .header h2 {
    width: 100%;
  }
}
.home .infos .box-01 .content .header p {
  width: 320px;
}
@media (max-width: 428px) {
  .home .infos .box-01 .content .header p {
    width: 100%;
  }
}
.home .infos .box-02 {
  margin: 200px 0;
}
@media (max-width: 428px) {
  .home .infos .box-02 {
    margin: 50px 0;
  }
}
.home .infos .box-02 .content .header h2 {
  width: 347px;
}
@media (max-width: 428px) {
  .home .infos .box-02 .content .header h2 {
    width: 100%;
  }
}
.home .infos .box-02 .content .header p {
  width: 300px;
}
@media (max-width: 428px) {
  .home .infos .box-02 .content .header p {
    width: 100%;
  }
}
.home .infos .box-03 .content .header h2 {
  width: 300px;
}
@media (max-width: 428px) {
  .home .infos .box-03 .content .header h2 {
    width: 100%;
  }
}
.home .infos .box-03 .content .header p {
  width: 310px;
}
@media (max-width: 428px) {
  .home .infos .box-03 .content .header p {
    width: 100%;
  }
}
.home .infos .display {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .home .infos .display {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.home .infos .display .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 415px;
  width: 55%;
}
@media (max-width: 428px) {
  .home .infos .display .img {
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .home .infos .display .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.home .infos .display .content a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home .infos .display .content .header p {
  color: #8c8c90;
  margin: 20px 0 40px;
}
@media (max-width: 428px) {
  .home .infos .display .content .header p {
    margin: 20px 0;
  }
}
.home .infos .display .content .green-btn {
  border-radius: 50px;
  height: 50px;
  width: 215px;
}
@media (max-width: 428px) {
  .home .infos .f-dir {
    display: flex;
    flex-direction: column;
  }
}
.home .monitored {
  background-image: linear-gradient(to top, #003d58, #006991);
  padding: 145px 0;
}
@media (max-width: 428px) {
  .home .monitored {
    padding: 50px 0;
  }
}
.home .monitored .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.home .monitored .__wrap .header h2 {
  color: #fff;
}
@media (max-width: 428px) {
  .home .monitored .__wrap .header .detail {
    width: 90px;
  }
}
.home .monitored .__wrap .flex {
  align-items: center;
  display: flex;
  gap: 50px;
}
@media (max-width: 428px) {
  .home .monitored .__wrap .flex {
    gap: 20px;
  }
}
.home .monitored .__wrap .count-moni {
  color: #00faa3;
  font-family: 'Roboto';
  font-size: 276px;
  font-weight: bold;
  margin: 40px 0;
}
@media (max-width: 428px) {
  .home .monitored .__wrap .count-moni {
    font-size: 50px;
  }
}
.home .monitored .__wrap .green-btn {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-top: 40px;
  width: 333px;
}
@media (max-width: 428px) {
  .home .monitored .__wrap .green-btn {
    width: 100%;
  }
}
.home .maxxi-home {
  background: #0146a1;
  color: #fff;
  padding: 100px 0 170px;
}
@media (max-width: 428px) {
  .home .maxxi-home {
    padding: 50px 0;
  }
}
.home .maxxi-home .header h2 {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 700px;
}
@media (max-width: 428px) {
  .home .maxxi-home .header h2 {
    width: 100%;
  }
}
.home .maxxi-home .content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 428px) {
  .home .maxxi-home .content {
    margin-top: 20px;
  }
}
.home .maxxi-home .content .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  width: 70%;
}
@media (max-width: 428px) {
  .home .maxxi-home .content .img {
    display: none;
  }
}
.home .maxxi-home .content .f-text {
  width: 300px;
}
@media (max-width: 428px) {
  .home .maxxi-home .content .f-text {
    width: 100%;
  }
}
.home .maxxi-home .content .f-text .artic p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 428px) {
  .home .maxxi-home .content .f-text .artic p {
    font-size: 14px;
    line-height: 21px;
  }
}
.home .maxxi-home .content .f-text .green-btn {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-top: 40px;
  width: 206px;
}
@media (max-width: 428px) {
  .home .maxxi-home .content .f-text .green-btn {
    margin: 40px auto 0;
  }
}
.home .about-home {
  align-items: center;
  background: #ebf3fa;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .home .about-home {
    padding: 50px 0;
    text-align: center;
  }
}
.home .about-home .header {
  margin-bottom: 40px;
}
.home .about-home .header h2 {
  color: #003650;
  margin-bottom: 20px;
  width: 500px;
}
@media (max-width: 428px) {
  .home .about-home .header h2 {
    width: 100%;
  }
}
.home .about-home .header p {
  color: #8c8c90;
  width: 300px;
}
@media (max-width: 428px) {
  .home .about-home .header p {
    width: 100%;
  }
}
.home .about-home .green-btn {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 260px;
}
@media (max-width: 428px) {
  .home .about-home .green-btn {
    margin: 0 auto;
  }
}
.home .about-home .img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 50%;
}
@media (max-width: 428px) {
  .home .about-home .img {
    display: none;
  }
}
.home .ideal-business {
  padding: 170px 0 30px;
}
@media (max-width: 428px) {
  .home .ideal-business {
    padding-top: 50px;
  }
}
.home .ideal-business .header h2 {
  color: #003650;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}
@media (max-width: 428px) {
  .home .ideal-business .header h2 {
    width: 100%;
  }
}
.home .ideal-business .cards {
  display: inline-grid;
  grid-template-columns: repeat(4, 270px);
  justify-content: space-between;
  margin: 80px 0;
  width: 100%;
}
@media (max-width: 428px) {
  .home .ideal-business .cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
  }
}
.home .ideal-business .cards .card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 405px;
  position: relative;
  width: 100%;
}
.home .ideal-business .cards .card p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  padding: 0 20px;
  text-align: center;
}
.home .ideal-business .cards .card .green {
  background: #00faa3;
  border-radius: 10px;
  height: 260px;
  width: 190px;
}
.home .ideal-business .cards .card .white {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  height: 245px;
  justify-content: center;
  position: absolute;
  top: 7px;
  width: 270px;
}
.home .ideal-business .cards .card .white span {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.home .ideal-business .green-btn {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  width: 215px;
}
.maxxi .subheader_maxxi {
  background-image: url("../images/maxxi/subheader_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 633px;
  margin-top: -107px;
  top: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .maxxi .subheader_maxxi {
    background: linear-gradient(1.08deg, #003d58 -5.29%, #003650 -5.28%, #006991 94.67%);
    height: 190px;
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .maxxi .subheader_maxxi .__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.maxxi .subheader_maxxi .__wrap h2 {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  padding-top: 176px;
}
@media (max-width: 428px) {
  .maxxi .subheader_maxxi .__wrap h2 {
    font-size: 23px;
    padding-top: 0;
    text-align: center;
  }
}
.maxxi .sec_1 {
  margin-bottom: 142px;
  margin-top: 45px;
}
@media (max-width: 428px) {
  .maxxi .sec_1 {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.maxxi .sec_1 .__wrap {
  align-items: center;
  display: flex;
  gap: 100px;
  justify-content: center;
}
@media (max-width: 428px) {
  .maxxi .sec_1 .__wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.maxxi .sec_1 .__wrap .img {
  align-items: center;
  display: flex;
  height: 480px;
  position: relative;
  width: 800px;
}
@media (max-width: 428px) {
  .maxxi .sec_1 .__wrap .img {
    height: 200px;
    width: 100%;
  }
}
.maxxi .sec_1 .__wrap .img .green {
  background: #00faa3;
  border-radius: 10px;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  z-index: -1;
}
.maxxi .sec_1 .__wrap .img img {
  box-shadow: 40px 40px 35px 0 rgba(0,0,0,0.1);
  height: 95%;
  width: 100%;
}
@media (max-width: 428px) {
  .maxxi .sec_1 .__wrap .img img {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  }
}
.maxxi .sec_1 .__wrap p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  width: 210px;
}
@media (max-width: 428px) {
  .maxxi .sec_1 .__wrap p {
    width: 100%;
  }
}
.maxxi .sec_2 {
  margin-bottom: 190px;
}
@media (max-width: 428px) {
  .maxxi .sec_2 {
    margin-bottom: 10px;
  }
}
.maxxi .sec_2 .__wrap .box_title {
  text-align: center;
}
.maxxi .sec_2 .__wrap .box_title h2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .maxxi .sec_2 .__wrap .box_title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.maxxi .sec_2 .__wrap .box_title p {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 55px;
}
.maxxi .sec_2 .__wrap .block_flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .maxxi .sec_2 .__wrap .block_flex {
    flex-wrap: wrap;
  }
}
.maxxi .sec_2 .__wrap .block_flex .block_item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 115px;
}
@media (max-width: 428px) {
  .maxxi .sec_2 .__wrap .block_flex .block_item {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.maxxi .sec_2 .__wrap .block_flex .block_item .fig {
  width: 100%;
}
.maxxi .sec_2 .__wrap .block_flex .block_item:last-child {
  margin-right: 0;
}
.maxxi .sec_2 .__wrap .block_flex .block_item p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  margin-top: 46px;
  text-align: center;
}
.maxxi .sec_3 {
  margin-bottom: 190px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 {
    margin-bottom: 30px;
  }
}
.maxxi .sec_3 .__wrap {
  display: flex;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.maxxi .sec_3 .__wrap .content_1 {
  margin-right: 46px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap .content_1 {
    margin-right: 0;
    width: 100%;
  }
}
.maxxi .sec_3 .__wrap .content_1 h2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap .content_1 h2 {
    font-size: 30px;
    text-align: center;
  }
}
.maxxi .sec_3 .__wrap .content_1 .ph1 {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 450px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap .content_1 .ph1 {
    text-align: center;
    width: 100%;
  }
}
.maxxi .sec_3 .__wrap .content_1 .second_title {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap .content_1 .second_title {
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.maxxi .sec_3 .__wrap .content_1 ul {
  margin-bottom: 20px;
  margin-left: 15px;
  width: 624px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap .content_1 ul {
    width: 100%;
  }
}
.maxxi .sec_3 .__wrap .content_1 ul li {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  list-style: disc;
}
.maxxi .sec_3 .__wrap .content_1 .ph2 {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 585px;
}
@media (max-width: 428px) {
  .maxxi .sec_3 .__wrap .content_1 .ph2 {
    text-align: center;
    width: 100%;
  }
}
.maxxi .sec_4 {
  margin-bottom: 190px;
}
@media (max-width: 428px) {
  .maxxi .sec_4 {
    margin-bottom: 40px;
  }
}
.maxxi .sec_4 .__wrap .box_title {
  text-align: center;
}
.maxxi .sec_4 .__wrap .box_title h2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .maxxi .sec_4 .__wrap .box_title h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.maxxi .sec_4 .__wrap .box_title p {
  color: #14b1e7;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 55px;
}
.maxxi .sec_4 .__wrap .block_flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .maxxi .sec_4 .__wrap .block_flex {
    flex-wrap: wrap;
  }
}
.maxxi .sec_4 .__wrap .block_flex .block_item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 209px;
}
@media (max-width: 428px) {
  .maxxi .sec_4 .__wrap .block_flex .block_item {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.maxxi .sec_4 .__wrap .block_flex .block_item:last-child {
  margin-right: 0;
}
.maxxi .sec_4 .__wrap .block_flex .block_item p {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  margin-top: 46px;
  text-align: center;
}
.maxxi .sec_5 .__block-1 {
  align-items: center;
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-1 {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 0;
    width: 100%;
  }
}
.maxxi .sec_5 .__block-1 .__block-text_1 {
  margin-left: 50px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-1 .__block-text_1 {
    margin-left: 0;
  }
}
.maxxi .sec_5 .__block-1 .__block-text_1 .__block-title_1 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-1 .__block-text_1 .__block-title_1 {
    font-size: 30px;
    text-align: center;
  }
}
.maxxi .sec_5 .__block-1 .__block-text_1 ._ph1 {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  width: 391px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-1 .__block-text_1 ._ph1 {
    text-align: center;
    width: 100%;
  }
}
.maxxi .sec_5 .__block-2 {
  align-items: center;
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-2 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}
.maxxi .sec_5 .__block-2 .__block-text_2 .__block-title_2 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-2 .__block-text_2 .__block-title_2 {
    font-size: 30px;
    text-align: center;
  }
}
.maxxi .sec_5 .__block-2 .__block-text_2 ._ph2 {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  width: 391px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-2 .__block-text_2 ._ph2 {
    text-align: center;
    width: 100%;
  }
}
.maxxi .sec_5 .__block-2 .__img {
  left: 180px;
  position: relative;
  width: 660px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-2 .__img {
    position: static;
  }
}
.maxxi .sec_5 .__block-3 {
  display: flex;
  margin-bottom: 200px;
}
.maxxi .sec_5 .__block-3 .img_11 {
  height: 413px;
  width: 660px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-3 .img_11 {
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-3 {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.maxxi .sec_5 .__block-3 .__block-text_3 {
  margin-left: 50px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-3 .__block-text_3 {
    margin-left: 0;
  }
}
.maxxi .sec_5 .__block-3 .__block-text_3 .__block-title_3 {
  color: #003650;
  font-family: 'DM Serif Display';
  font-size: 42px;
  font-weight: normal;
  margin: 20px 0;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-3 .__block-text_3 .__block-title_3 {
    font-size: 30px;
    margin: 0 0 20px;
    text-align: center;
  }
}
.maxxi .sec_5 .__block-3 .__block-text_3 ._ph3 {
  color: #8c8c90;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  width: 407px;
}
@media (max-width: 428px) {
  .maxxi .sec_5 .__block-3 .__block-text_3 ._ph3 {
    text-align: center;
    width: 100%;
  }
}
.maxxi .sec_6 {
  background-image: url("../images/about/img_12.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 583px;
  width: 100%;
}
@media (max-width: 428px) {
  .maxxi .sec_6 {
    background: linear-gradient(1.08deg, #003d58 -5.29%, #003650 -5.28%, #006991 94.67%);
    height: auto;
    padding-bottom: 30px;
  }
}
.maxxi .sec_6 .__wrap {
  padding-left: 30px;
}
@media (max-width: 428px) {
  .maxxi .sec_6 .__wrap {
    padding-left: 0;
  }
}
.maxxi .sec_6 .__wrap .cta_title {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  line-height: 60px;
  padding-top: 90px;
}
@media (max-width: 428px) {
  .maxxi .sec_6 .__wrap .cta_title {
    font-size: 30px;
    line-height: 35px;
    padding-top: 30px;
    text-align: center;
  }
}
.maxxi .sec_6 .__wrap .cta_text {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .maxxi .sec_6 .__wrap .cta_text {
    text-align: center;
  }
}
.maxxi .sec_6 .__wrap .cta_direct {
  align-items: center;
  background-color: #00faa3;
  border-radius: 50px;
  color: #003650;
  display: flex;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 213px;
}
@media (max-width: 428px) {
  .maxxi .sec_6 .__wrap .cta_direct {
    margin: 0 auto;
  }
}
.privacy .sub-header {
  background: linear-gradient(1.08deg, #003d58 -5.29%, #003d58 -5.28%, #006991 94.67%);
  height: 348px;
  margin-top: -107px;
  padding-top: 67px;
  position: relative;
  z-index: -1;
}
@media (max-width: 428px) {
  .privacy .sub-header {
    height: 188px;
    margin-top: -80px;
    padding-top: 70px;
  }
}
.privacy .sub-header .__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.privacy .sub-header .__wrap h1 {
  color: #01d9fe;
  font: normal 55px/60px 'DM Serif Display';
  text-align: center;
}
@media (max-width: 428px) {
  .privacy .sub-header .__wrap h1 {
    font-size: 45px;
  }
}
.privacy .content .__wrap {
  display: flex;
  flex-direction: column;
}
.privacy .content .__wrap p {
  align-items: center;
  align-self: center;
  color: #8c8c90;
  font: normal 16px/30px 'Roboto';
  margin-top: 60px;
  text-align: center;
  width: 570px;
}
@media (max-width: 428px) {
  .privacy .content .__wrap p {
    margin-top: 30px;
    width: 100%;
  }
}
.privacy .content .__wrap p + p {
  margin-top: 40px;
}
.privacy .content .__wrap p a {
  color: #14b1e7;
}
.privacy .content .__wrap hr {
  background: #c4c4c4;
  height: 1px;
  margin: 60px 0 0;
  width: 100%;
}
.story .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .story .content {
    flex-direction: column;
  }
}
.story .content .article {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 500px;
}
@media (max-width: 428px) {
  .story .content .article {
    width: 100%;
  }
}
.story .detail img {
  margin: 0 auto;
}
.story .subheader-story {
  width: 100%;
}
.story .subheader-story .subheader {
  background-image: url("../images/story/subheader_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 633px;
  margin-top: -107px;
  top: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .story .subheader-story .subheader {
    background-image: linear-gradient(to top, #003d58, #006991);
    height: 190px;
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .story .subheader-story .subheader .__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.story .subheader-story .subheader .__wrap h1 {
  color: #01d9fe;
  font-family: 'DM Serif Display';
  font-size: 55px;
  font-weight: normal;
  padding-top: 176px;
  width: 600px;
}
@media (max-width: 428px) {
  .story .subheader-story .subheader .__wrap h1 {
    font-size: 30px;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
}
.story .subheader-story .subheader .__wrap p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  padding-bottom: 134px;
  width: 390px;
}
@media (max-width: 428px) {
  .story .subheader-story .subheader .__wrap p {
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.story .introdution {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 428px) {
  .story .introdution {
    margin-top: 15px;
  }
}
.story .introdution .article {
  margin: 0 auto;
  width: 635px;
}
@media (max-width: 428px) {
  .story .introdution .article {
    width: 100%;
  }
}
.story .introdution .article .paragraph:nth-of-type(2) {
  margin: 30px 0;
}
@media (max-width: 428px) {
  .story .introdution .article .paragraph:nth-of-type(2) {
    margin: 15px 0;
  }
}
.story .first-decade {
  margin-top: 62px;
}
@media (max-width: 428px) {
  .story .first-decade {
    margin-top: 20px;
  }
}
.story .first-decade .header-sec {
  margin: 20px auto 60px;
}
@media (max-width: 428px) {
  .story .first-decade .header-sec {
    margin-bottom: 20px;
  }
}
.story .first-decade .content .card {
  align-items: center;
  display: flex;
  height: 510px;
  position: relative;
  width: 565px;
}
@media (max-width: 428px) {
  .story .first-decade .content .card {
    height: 300px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.story .first-decade .content .card .green {
  background: #00faa3;
  border-radius: 10px;
  height: 510px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 538px;
  z-index: -5;
}
@media (max-width: 428px) {
  .story .first-decade .content .card .green {
    height: 100%;
    width: 95%;
  }
}
.story .first-decade .content .card .img {
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
  height: 490px;
  width: 565px;
}
@media (max-width: 428px) {
  .story .first-decade .content .card .img {
    height: 95%;
    width: 100%;
  }
}
.story .first-decade .content .card .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 428px) {
  .story .first-decade .content .article {
    gap: 10px;
  }
}
.story .second-decade,
.story .third-decade,
.story .fourth-decade,
.story .fifth-decade {
  margin-top: 150px;
}
@media (max-width: 428px) {
  .story .second-decade,
  .story .third-decade,
  .story .fourth-decade,
  .story .fifth-decade {
    margin-top: 50px;
  }
}
.story .second-decade .header-sec,
.story .third-decade .header-sec,
.story .fourth-decade .header-sec,
.story .fifth-decade .header-sec {
  margin: 20px auto 60px;
}
@media (max-width: 428px) {
  .story .second-decade .header-sec,
  .story .third-decade .header-sec,
  .story .fourth-decade .header-sec,
  .story .fifth-decade .header-sec {
    margin-bottom: 20px;
  }
}
.story .second-decade .content .article,
.story .third-decade .content .article,
.story .fourth-decade .content .article,
.story .fifth-decade .content .article {
  justify-content: flex-start;
}
@media (max-width: 428px) {
  .story .second-decade .content .article,
  .story .third-decade .content .article,
  .story .fourth-decade .content .article,
  .story .fifth-decade .content .article {
    margin-top: 15px;
  }
}
.story .third-decade .content .article,
.story .fourth-decade .content .article,
.story .fifth-decade .content .article {
  gap: 20px;
}
@media (max-width: 428px) {
  .story .third-decade .content .article,
  .story .fourth-decade .content .article,
  .story .fifth-decade .content .article {
    gap: 10px;
  }
}
.story .second-decade .content {
  width: 100%;
}
@media (max-width: 428px) {
  .story .second-decade .content {
    flex-direction: column-reverse;
  }
}
.story .second-decade .content .second-banner {
  height: 400px;
  position: relative;
  width: 500px;
}
@media (max-width: 428px) {
  .story .second-decade .content .second-banner {
    height: 300px;
    width: 100%;
  }
}
.story .second-decade .content .second-banner .second-banner-rail {
  position: relative;
  width: 100%;
}
.story .second-decade .content .second-banner .second-banner-rail .second-banner-item {
  height: 346px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 428px) {
  .story .second-decade .content .second-banner .second-banner-rail .second-banner-item {
    height: 250px;
  }
}
.story .second-decade .content .second-banner .second-banner-rail .second-banner-item.__active {
  opacity: 1;
}
.story .second-decade .content .second-banner .prev-next {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: auto;
}
.story .second-decade .content .second-banner .prev-next .second-banner-previous,
.story .second-decade .content .second-banner .prev-next .second-banner-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.story .second-decade .content .second-banner .prev-next .second-banner-previous:hover,
.story .second-decade .content .second-banner .prev-next .second-banner-next:hover {
  opacity: 0.7;
  transition: 0.7s ease;
}
.story .second-decade .content .second-banner .prev-next .second-banner-previous {
  transform: rotate(180deg);
}
.story .second-decade .content .article {
  gap: 10px;
  padding-top: 5px;
}
@media (max-width: 428px) {
  .story .second-decade .content .article {
    margin-top: 15px;
  }
}
.story .third-decade .content {
  width: 100%;
}
.story .third-decade .content .third-banner {
  height: 400px;
  position: relative;
  width: 500px;
}
@media (max-width: 428px) {
  .story .third-decade .content .third-banner {
    height: 300px;
    width: 100%;
  }
}
.story .third-decade .content .third-banner .third-banner-rail {
  position: relative;
  width: 100%;
}
.story .third-decade .content .third-banner .third-banner-rail .third-banner-item {
  height: 346px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 428px) {
  .story .third-decade .content .third-banner .third-banner-rail .third-banner-item {
    height: 250px;
  }
}
.story .third-decade .content .third-banner .third-banner-rail .third-banner-item.__active {
  opacity: 1;
}
.story .third-decade .content .third-banner .third-banner-rail .third-banner-item .b-card .b-pic {
  background-color: #fff;
  background-position: center;
  background-size: contain;
}
.story .third-decade .content .third-banner .prev-next {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: auto;
}
.story .third-decade .content .third-banner .prev-next .third-banner-previous,
.story .third-decade .content .third-banner .prev-next .third-banner-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.story .third-decade .content .third-banner .prev-next .third-banner-previous:hover,
.story .third-decade .content .third-banner .prev-next .third-banner-next:hover {
  opacity: 0.7;
  transition: 0.7s ease;
}
.story .third-decade .content .third-banner .prev-next .third-banner-previous {
  transform: rotate(180deg);
}
.story .fourth-decade .content {
  width: 100%;
}
@media (max-width: 428px) {
  .story .fourth-decade .content {
    flex-direction: column-reverse;
  }
}
.story .fourth-decade .content .fourth-banner {
  height: 400px;
  position: relative;
  width: 500px;
}
@media (max-width: 428px) {
  .story .fourth-decade .content .fourth-banner {
    height: 300px;
    width: 100%;
  }
}
.story .fourth-decade .content .fourth-banner .fourth-banner-rail {
  position: relative;
  width: 100%;
}
.story .fourth-decade .content .fourth-banner .fourth-banner-rail .fourth-banner-item {
  height: 346px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 428px) {
  .story .fourth-decade .content .fourth-banner .fourth-banner-rail .fourth-banner-item {
    height: 250px;
  }
}
.story .fourth-decade .content .fourth-banner .fourth-banner-rail .fourth-banner-item.__active {
  opacity: 1;
}
.story .fourth-decade .content .fourth-banner .fourth-banner-rail .fourth-banner-item .b-card .b-pic {
  background-color: #fff;
  background-position: center;
  background-size: contain;
}
.story .fourth-decade .content .fourth-banner .prev-next {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: auto;
}
.story .fourth-decade .content .fourth-banner .prev-next .fourth-banner-previous,
.story .fourth-decade .content .fourth-banner .prev-next .fourth-banner-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.story .fourth-decade .content .fourth-banner .prev-next .fourth-banner-previous:hover,
.story .fourth-decade .content .fourth-banner .prev-next .fourth-banner-next:hover {
  opacity: 0.7;
  transition: 0.7s ease;
}
.story .fourth-decade .content .fourth-banner .prev-next .fourth-banner-previous {
  transform: rotate(180deg);
}
.story .fifth-decade {
  margin-bottom: 200px;
}
@media (max-width: 428px) {
  .story .fifth-decade {
    margin-bottom: 50px;
  }
}
.story .fifth-decade .content {
  width: 100%;
}
.story .fifth-decade .content .fifth-banner {
  height: 400px;
  position: relative;
  width: 500px;
}
@media (max-width: 428px) {
  .story .fifth-decade .content .fifth-banner {
    height: 300px;
    width: 100%;
  }
}
.story .fifth-decade .content .fifth-banner .fifth-banner-rail {
  position: relative;
  width: 100%;
}
.story .fifth-decade .content .fifth-banner .fifth-banner-rail .fifth-banner-item {
  height: 346px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 428px) {
  .story .fifth-decade .content .fifth-banner .fifth-banner-rail .fifth-banner-item {
    height: 250px;
  }
}
.story .fifth-decade .content .fifth-banner .fifth-banner-rail .fifth-banner-item.__active {
  opacity: 1;
}
.story .fifth-decade .content .fifth-banner .prev-next {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: auto;
}
.story .fifth-decade .content .fifth-banner .prev-next .fifth-banner-previous,
.story .fifth-decade .content .fifth-banner .prev-next .fifth-banner-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.story .fifth-decade .content .fifth-banner .prev-next .fifth-banner-previous:hover,
.story .fifth-decade .content .fifth-banner .prev-next .fifth-banner-next:hover {
  opacity: 0.7;
  transition: 0.7s ease;
}
.story .fifth-decade .content .fifth-banner .prev-next .fifth-banner-previous {
  transform: rotate(180deg);
}
