/* ===== VARIABLES ===== */
:root {
  --green-color: #009990;
  --green-dark-color: #0E6A65;
  --blue-color: #3E5879;
  --blue-dark-color: #213555;
  --sandy-color: #E9D8CD;
  --body-color: #FFFDF9;
  --text-color: #272727;
  --black-color: #252525;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;
}

/* ===== GRID ===== */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

.vvbl69 {
  max-width: calc(var(--grid-width) + var(--grid-gutter) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}

.vvbl69.sm {
  max-width: calc(962px + var(--grid-gutter) * 2);
}

.vlb6hr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) * -1);
}

.fz1rim {
  flex-direction: column-reverse;
}

.pimx0s {
  flex-direction: column-reverse;
}

.xykoxd {
  width: fit-content;
  padding: 0 var(--grid-gutter);
}

.cmzq1n {
  width: 25%;
}

.leozmp {
  width: 33.3333%;
}

.ad7j75 {
  width: 41.666667%;
}

.fvyqyx {
  width: 50%;
}

.z6ef25 {
  width: 100%;
}

.g7da8x {
  display: flex;
  align-items: center;
  justify-content: center;
}

.awpi3k {
  flex: 1;
}

.o12oxc {
  justify-content: flex-start;
}

.lxxjv7 {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .uzgcbk {
    width: 25%;
  }

  .k5zbdz {
    width: 33.3333%;
  }

  .cds7wc {
    width: 58.3333%;
  }

  .egyqwn {
    width: 66.6666%;
  }

  .xs618g {
    width: 50%;
  }

  .a5dbd1 {
    width: 41.6666%;
  }

  .c36xgq {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .albkwu {
    width: 25%;
  }

  .kh5w7e {
    width: 50%;
  }

  .m7fqbo {
    width: 58.3333%;
  }

  .ubts3c {
    width: 41.6666%;
  }

  .w00f0l {
    justify-content: flex-start;
  }

  .gck9un {
    justify-content: flex-end;
  }

  .zarrgh {
    flex-direction: row;
  }
}

/* ===== MAIN ===== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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


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

html {
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  background-color: var(--body-color);
  color: var(--text-color);
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 42px;
  line-height: 57px;
  margin: 60px 0 30px;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  margin: 60px 0 30px;
}

h3 {
  font-size: 38px;
  line-height: 52px;
  margin: 60px 0 30px;
}

h4 {
  font-size: 36px;
  line-height: 50px;
  margin: 60px 0 30px;
}

h5 {
  font-size: 32px;
  line-height: 43px;
  margin: 60px 0 30px;
}

h6 {
  font-size: 28px;
  line-height: 38px;
  margin: 60px 0 30px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
}

ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--black-color);
}

ol {
  margin: 20px 0 20px 22px;
}

ol li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

blockquote {
  position: relative;
  display: block;
  background-color: #F5F5F5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 16px 78px 16px 80px;
  margin: 15px 0;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 58px;
  height: calc(100% - 10px);
  width: 2px;
  background-color: var(--grey-medium-color);
}

kbd {
  letter-spacing: .05em;
  font-family: var(--primary-font);
  font-weight: 400;
}

code,
samp {
  display: inline-block;
  padding: 0 2px;
  font-family: 'Inconsolata';
  font-weight: 400;
  background-color: #F5F5F5;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .05em;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--text-color);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue-dark-color);
  line-height: 1;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  text-decoration: underline;
}

input, 
select,
textarea {
  width: 100%;
  position: relative;
  display: block;
  padding: 11px 14px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
  background-color: var(--white-color);
  outline: none;
  border: 1px solid var(--grey-medium-color);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

select {
  padding-right: 50px;
  background: url(../images/select-arrow.svg) no-repeat calc(100% - 15px) var(--white-color);
}

::-webkit-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  border: 1px solid var(--blue-dark-color);
}

.hg5fsu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 34px;
  background-color: var(--green-color);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
}

.hg5fsu:hover,
.hg5fsu:active {
  background-color: var(--green-dark-color);
  text-decoration: none;
}

.g9m3je {
  position: relative;
  padding: 17px 0;
  background-color: var(--body-color);
  box-shadow: 0 1px 4px 0 rgba(132, 133, 204, 0.25)
}

.mcx70u {
  max-width: 258px;
  width: 100%;
  transition: var(--transition);
  border: 0;
  font-weight: 600;
}

.mcx70u:hover {
  opacity: .9;
}

.r1tx12 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  transition: var(--transition);
}

.zeq4qg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, .7);
}

.r1tx12.wp1zox {
  transform: translateX(0);
}

.zeq4qg.wp1zox {
  opacity: 1;
  z-index: 9;
}

.c0lbag {
  width: 100%;
  margin-right: 30px;
}

.c0lbag ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.c0lbag ul li {
  margin: 0 40px 0 0;
  padding: 0;
}

.c0lbag ul li::before {
  display: none;
}

.c0lbag ul li:last-child {
  margin-right: 0;
}

.c0lbag ul li * {
  display: inline-flex;
  color: var(--text-color);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.c0lbag ul li a:hover {
  color: var(--blue-dark-color);
  border-color: var(--blue-dark-color);
}

.yilm1f {
  flex-shrink: 0;
}

.yilm1f .hg5fsu {
  padding-left: 45px;
  padding-right: 45px;
}

.p30qto {
  position: relative;
  background-color: var(--blue-color);
  padding: 60px 0 47px;
}

.tf4j4m p {
  font-size: 18px;
  line-height: 30px;
  color: var(--white-color);
}

.nmplls {
  margin: 30px 0;
  font-size: 42px;
  line-height: 57px;
  font-weight: 600;
  color: var(--white-color);
}

.j7xvqy {
  padding: 60px 0;
}

.d0om5u {
  margin: 5px 0 20px;
}

.sy5xq1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.vb9v3u,
.n20cdw {
  width: calc(50% - 15px);
}

.vb9v3u .ikybbv:first-child,
.n20cdw .ikybbv:last-child {
  height: 240px;
}

.vb9v3u .ikybbv:last-child,
.n20cdw .ikybbv:first-child {
  height: 140px;
}

.ikybbv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 30px;
  background-color: var(--blue-color);
}

/* ===== CITIES ===== */
.elaous {
  padding: 0 0 60px;
}

.l8vqqi {
  font-size: 22px;
  font-weight: 600;
  color: var(--blue-dark-color);
  margin-bottom: 1.25rem;
}

.hoxqug {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 600px) {
  .hoxqug {
    grid-template-columns: 1fr;
  }
}

.ksrgdd {
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
  overflow: hidden;
}

.du5xun {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blue-dark-color);
  background-color: var(--sandy-color);
  transition: background-color var(--transition);
}

.du5xun:hover {
  background-color: #dccfc3;
}

.du5xun::after {
  content: "▸";
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.ksrgdd[open] .du5xun::after {
  transform: rotate(90deg);
}

.wv0y44 {
  padding: 0.25rem 0 0.5rem;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--grey-medium-color);
}

.wv0y44 li::before {
  display: none;
}

.wv0y44 li a {
  display: block;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  color: var(--blue-color);
  text-decoration: none;
  transition: background 0.15s;
}

.wv0y44 li a:hover {
  background: var(--body-color);
  color: var(--blue-dark-color);
}

/* ===== CONTENT TYPOGRAPHY (s-intro + article-content) ===== */
.j7xvqy,
.rtlfht {
  line-height: 1.7;
}

.j7xvqy p,
.rtlfht p {
  margin: 0 0 18px;
}

.j7xvqy h1,
.rtlfht h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 24px;
}

.j7xvqy h2,
.rtlfht h2 {
  font-size: 26px;
  line-height: 1.3;
  margin: 44px 0 16px;
}

.j7xvqy h3,
.rtlfht h3 {
  font-size: 21px;
  line-height: 1.35;
  margin: 36px 0 12px;
}

.j7xvqy h4,
.rtlfht h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 28px 0 10px;
}

.j7xvqy h5,
.rtlfht h5 {
  font-size: 16px;
  line-height: 1.45;
  margin: 22px 0 8px;
}

.j7xvqy h6,
.rtlfht h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 18px 0 8px;
}

.j7xvqy ul,
.j7xvqy ol,
.rtlfht ul,
.rtlfht ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.j7xvqy ul,
.rtlfht ul {
  list-style-type: disc;
}

.j7xvqy ol,
.rtlfht ol {
  list-style-type: decimal;
}

.j7xvqy li,
.rtlfht li {
  margin-bottom: 6px;
  padding-left: 0;
}

.j7xvqy li::before,
.rtlfht li::before {
  display: none;
}

.yh7dmh {
  margin: 0 0 20px;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
  background-color: var(--blue-color);
  color: var(--white-color);
  padding: 5px 20px;
}

.yh7dmh.vak0yg {
  background-color: var(--white-color);
  color: var(--black-color);
}

.hxoshi {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.dh88n2 {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.a1qsu3 {
  font-family: 'Oldenburg';
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  min-width: 26px;
  margin-right: 20px;
}

.t342bg p:last-child {
  margin-bottom: 0;
}

.dh88n2::before {
  display: none;
}

.dh88n2 strong {
  font-weight: 700;
  margin-right: 15px;
  font-size: 24px;
  line-height: 30px;
  color: var(--white-color);
}

.ht4jy5 {
  padding: 50px 0 80px;
  background-color: var(--blue-color);
}

.ht4jy5 .sd39ls,
.ht4jy5 p {
  color: var(--white-color);
}

.s8b3pw {
  margin-top: 25px;
  padding: 20px;
  background-color: var(--white-color);
}

.nc2omf {
  width: 100%;
  margin-bottom: 15px;
}

.nc2omf:last-child {
  margin-bottom: 0;
}

.bz3m11 p {
  color: var(--black-color);
  margin-bottom: 0;
}

.f2g61x {
  padding: 60px 0;
}

.f2g61x .yh7dmh {
  margin-top: 45px;
}

.zxnrcz {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -115px -15px 0;
}

.wdl512 {
  padding: 20px 25px;
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  background-color: var(--white-color);
  border: 1px solid var(--blue-color);
}

.wdl512 p:last-child {
  margin-bottom: 0;
}

.qrdz82 {
  float: right;
  margin-left: 30px;
  margin-top: 20px;
}

.m6b9qy {
  padding: 50px 0;
  background-color: var(--blue-color);
  color: var(--white-color);
}

.m6b9qy .sd39ls,
.m6b9qy p {
  color: var(--white-color);
}

.m6b9qy .hxoshi {
  background-color: var(--white-color);
  padding: 20px 25px;
  margin: 10px 0 30px;
}

.xb2435 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hxoshi {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dh88n2 {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.dh88n2:last-child {
  margin-bottom: 0;
}

.dh88n2::before {
  display: none;
}

.edb4to {
  margin-right: 15px;
  margin-top: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t342bg p {
  margin-bottom: 0;
  color: var(--black-color);
}

.t342bg ul li {
  margin-bottom: 0;
}

.t342bg ul {
  margin: 0;
}

.vzluy1 {
  width: 100%;
  max-width: 415px;
  background-color: var(--white-color);
  text-align: center;
  margin-left: auto;
}

.b122nm {
  padding: 30px 20px;
  width: 100%;
  margin: 0 auto;
}

.vzluy1 select {
  margin-bottom: 15px;
}

.naberz {
  padding: 12px 24px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--sandy-color);
}

.jxxzpg {
  margin: 20px auto 0;
}

.g0fby2 {
  font-size: 11px;
  line-height: 15px;
  margin: 15px auto 0;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-weight: 300;
  color: var(--text-color);
}

.g0fby2 a {
  font-weight: 400;
  color: var(--text-color);
}

.sd39ls {
  margin: 0 0 24px;
  font-size: 34px;
  color: var(--black-color);
  line-height: 1.25;
  font-weight: 600;
}

.p1niue {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 20px 15px 100px;
}

.gytzga,
.y16v2o {
  padding: 70px 0 80px;
}

.nubcgu {
  max-width: 565px;
  width: 100%;
  margin: 0 auto 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 0 rgba(142, 142, 142, 0.3);
}

.uoa1hm {
  padding: 30px 82px 40px;
}

.v346gt {
  padding: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--sandy-color);
  margin: 0;
  text-align: center;
}

.ukth5n {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
}

.ukth5n a {
  color: var(--text-color);
  font-weight: 400;
}

.nubcgu input,
.nubcgu select,
.nubcgu textarea {
  margin-bottom: 20px;
}

.nubcgu textarea {
  height: 155px;
}

.y13sg2 {
  margin: 25px auto 0;
  max-width: 335px;
}

.nubcgu.fe7s20 {
  min-height: 460px;
}

.s7ebmf {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(12px * -1) 25px;
}

.jg2ril {
  width: 50%;
  padding: 0 12px;
}

.moch5q {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  border: 1px solid var(--blue-color);
  padding: 20px 25px;
  max-width: 495px;
  width: 100%;
}

.moch5q p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.qbhxnx {
  padding-top: 2px;
}

.kd3atf {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.hdwct7 {
  margin: 0 0 8px;
  display: block;
  line-height: 24px;
  color: var(--black-color);
}

.d6jv1d {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
}

.awn64q {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.awn64q:last-child {
  margin-bottom: 0;
}

.awn64q p {
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 22px;
  width: 125px;
  flex-shrink: 0;
}

.awn64q span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.n50luk {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  border: 1px solid var(--blue-color);
  padding: 20px 25px;
  width: 100%;
  max-width: 495px;
} 

.mdruzd {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.lhmqmz {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black-color);
}

.lf8uim p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.dq8vd2 {
  padding-top: 60px;
  background-color: var(--blue-dark-color);
}

.ln0jrf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.t9iz9n {
  margin: 0 15px;
}

.rotv69 {
  max-width: 254px;
  width: 100%;
  font-weight: 600;
  color: var(--white-color);
}

.rotv69:hover {
  opacity: .9;
}

.mc789d {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 0 20px 0;
}

.mc789d li {
  margin: 0 20px 0 0;
  padding: 0;
}

.mc789d li:last-child {
  margin-right: 0;
}

.mc789d li::before {
  display: none;
}

.mc789d li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  border: 0;
}

.mc789d li a:hover {
  background-color: var(--green-dark-color);
}

.t952kg {
  display: flex;
  align-items: flex-start;
  width: 252px;
  margin-top: 30px;
}

.t952kg p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: var(--white-color);
}

.rhmhio {
  margin-right: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.kqns9s {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white-color);
}

.sp7frn {
  margin: 0;
}

.sp7frn.c7g140 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp7frn.c7g140 li {
  width: calc(50% - 5px);
}

.sp7frn li {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 20px;
}

.sp7frn li::before {
  display: none;
}

.sp7frn li a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white-color);
}

.hnkw7c {
  margin-top: 35px;
}

.eej5dg {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}

.eej5dg p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 10px;
  color: var(--white-color);
}

.yhnii7 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  color: var(--white-color);
}

.c8s8oh {
  text-align: center;
  padding-top: 24px;
}

.c8s8oh p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--white-color);
}

.r2qu8s {
  position: relative;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  overflow: visible; }
  .r2qu8s:hover {
    opacity: 0.7; }
  .r2qu8s.wp1zox:hover {
    opacity: 0.7; }
  .r2qu8s.wp1zox .g0oha6,
  .r2qu8s.wp1zox .g0oha6::before,
  .r2qu8s.wp1zox .g0oha6::after {
    background-color: var(--blue-dark-color); }

.eehbjz {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.g0oha6 {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .g0oha6, .g0oha6::before, .g0oha6::after {
    width: 40px;
    height: 3px;
    background-color: var(--blue-dark-color);
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .g0oha6::before, .g0oha6::after {
    content: "";
    display: block; }
  .g0oha6::before {
    top: -10px; }
  .g0oha6::after {
    bottom: -10px; }

.yhwi9l .g0oha6 {
  top: 2px; }
  .yhwi9l .g0oha6::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .yhwi9l .g0oha6::after {
    top: 20px; }

.yhwi9l.wp1zox .g0oha6 {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .yhwi9l.wp1zox .g0oha6::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .yhwi9l.wp1zox .g0oha6::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

.nd8uo4 {
  margin-top: 60px!important;
}

.wdmp7g {
  display: flex;
}

.bm0zpw {
  text-align: center;
}

.fr6uq5 {
  color: var(--white-color);
}

.xuj75h {
  align-items: center;
} 

.fr56ef {
  justify-content: space-between;
}

.nns47w {
  justify-content: center;
}

.ykwm8j {
  justify-content: flex-start;
}

/* ===== MEDIA ===== */
@media (max-width: 1025px) {
  .c0lbag ul li {
    margin-right: 25px;
  }

  .r2qu8s {
    display: inline-flex;
  }

  .mcx70u,
  .rotv69 {
    max-width: 157px;
  }

  .r1tx12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 90px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 330px;
    z-index: 99;
    background-color: var(--white-color);
    transform: translateX(100%);
  }

  .c0lbag {
    margin-right: 0;
    width: auto;
    text-align: right;
    width: 100%;
  }

  .c0lbag ul {
    display: block;
  }

  .c0lbag ul li {
    margin-right: 0;
    margin-bottom: 15px; 
  }

  .c0lbag ul li * {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .yilm1f {
    margin-top: 15px;
  }

  .hg5fsu {
    font-size: 20px;
    padding: 10px 20px;
  }

  .pgy6wm {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .dq8vd2 {
    padding-top: 60px;
  }

  .ln0jrf {
    margin-bottom: 30px;
  }

  .rotv69 {
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .rhmhio {
    margin-right: 7px;
  }

  .t952kg {
    width: 152px;
  }

  .qpkmtx {
    margin-bottom: 25px;
    text-align: center;
  }

  .qpkmtx {
    float: none;
    margin-right: 0;
  }

  .vb9v3u .ikybbv:first-child,
  .n20cdw .ikybbv:last-child {
    height: 150px;
  }

  .vb9v3u .ikybbv:last-child,
  .n20cdw .ikybbv:first-child {
    height: 114px;
  }

  .pgy6wm {
    display: none;
  }

  .vzluy1 {
    margin-left: auto;
    margin-right: auto;
  }

  .qrdz82 {
    float: none;
    margin: 0 0 25px;
    text-align: center;
  }

  .nmplls,
  .tf4j4m {
    text-align: center;
  }

  .xb2435 {
    margin: 10px 0;
  }

  .d3ws51 {
    padding: 80px 0;
  }

  .n50luk,
  .moch5q {
    margin-left: auto;
    margin-right: auto;
  }

  .lf8uim {
    max-width: 100%;
  }

  .nubcgu {
    margin-bottom: 40px;
  }

  .g9m3je {
    padding: 10px 0;
  }

  .j7xvqy {
    padding: 70px 0 40px;
  }

  .ptrhf0 {
    padding: 50px 0 10px;
  }

  .tk7gjg {
    padding: 40px 0 10px;
  }

  .gdjpqr {
    padding: 25px 0 65px;
  }
}

@media (max-width: 767px) {
  p,
  ul li,
  ol li,
  blockquote,
  code, 
  samp,
  input, 
  select, 
  textarea {
    font-size: 15px;
    line-height: 25px;
  }

  ul li {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  ol li {
    margin-bottom: 15px;
  }

  ul li::before {
    top: 10px;
    left: 9px;
    width: 3px;
    height: 3px;
  }

  blockquote {
    margin: 15px 0;
    padding: 14px 18px 14px 27px; 
  }

  blockquote::before {
    left: 17px;
    width: 1px;
  }

  h1 {
    font-size: 32px;
    line-height: 43px;
    margin: 50px 0 25px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 50px 0 25px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 50px 0 25px;
  }

  h4 {
    font-size: 26px;
    line-height: 35px;
    margin: 50px 0 25px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 50px 0 25px;
  }

  h6 {
    font-size: 20px;
    line-height: 27px;
    margin: 50px 0 25px;
  }

  input, 
  select, 
  textarea {
    padding: 9px 12px;
  }

  select {
    padding-right: 35px;
    background-size: 13px;
    background-position-x: calc(100% - 12px);
  }

  .p1niue {
    padding: 10px 15px 65px;
  }

  .hg5fsu {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 20px;
  }

  .g9m3je {
    padding: 6px 0;
  }

  .mcx70u,
  .rotv69 {
    max-width: 157px;
  }

  .f2g61x {
    padding: 50px 0 80px;
  }

  .zxnrcz {
    margin-top: -90px;
  }

  .wdl512 {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .edb4to {
    max-width: 21px;
    margin-right: 10px;
  }

  .ikybbv {
    margin-bottom: 10px;
  }

  .ikybbv img {
    max-width: 40%;
  }

  .vb9v3u, 
  .n20cdw {
    width: calc(50% - 5px);
  }

  .sy5xq1 {
    margin-bottom: 15px;
  }

  .p30qto {
    padding: 45px 0 25px;
  }

  .tf4j4m p {
    font-size: 15px;
    line-height: 25px;
  }

  .ht4jy5 {
    padding: 40px 0 64px;
  }

  .s8b3pw {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .m6b9qy {
    padding: 40px 0 25px;
  }

  .f2g61x .yh7dmh {
    margin-top: 35px;
  }

  .qrdz82 {
    max-width: 300px;
    margin: 0 auto 25px;
  }

  .m6b9qy .hxoshi {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .a1qsu3 {
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    min-width: 21px;
  }

  .ci7saj {
    margin-right: 10px;
    max-width: 15px;
  }

  .gd57er {
    padding: 40px 0 20px;
  }

  .gd57er .hxoshi {
    display: block;
  }

  .gd57er .dh88n2 {
    width: 100%;
    display: block;
  }

  .r1tx12 {
    padding-top: 75px;
  }

  .gd57er .dh88n2 strong {
    font-size: 18px;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }

  .dh88n2 strong {
    margin-right: 10px;
  }

  .dz5lrp {
    width: 100%;
  }

  .eh6ig2 {
    margin-right: 10px;
  }

  .m6b9qy .e84ve1 {
    padding: 20px 10px;
  }

  .qpkmtx,
  .xb2435 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .nmplls {
    font-size: 32px;
    line-height: 43px;
  }

  .exx739 {
    max-width: 207px;
    font-size: 10px;
    line-height: 13px;  
  }

  .vzluy1 select {
    padding: 9px 15px;
  }

  .naberz {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 25px;
  }

  .b122nm {
    padding: 25px;
  }

  .nmplls {
    margin-bottom: 20px;
  }

  .j7xvqy {
    padding: 40px 0 35px;
  }

  .j7xvqy h5 {
    margin-top: 40px;
  }

  .r72nsy {
    margin-bottom: 50px;
  }

  .rizmt3 li {
    font-size: 15px;
    line-height: 25px;
    padding-left: 34px;
    margin-bottom: 15px;
  }

  .rizmt3 li::before {
    width: 24px;
    height: 24px;
    background-size: 60%;
    top: 0;
  }

  .kd3atf {
    width: 40px;
    height: 40px;
    padding: 3px;
  }

  .sd39ls {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .exx739 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .jxxzpg {
    margin-top: 20px;
  }

  .g0fby2 {
    font-size: 10px;
    line-height: 13px;
  }

  .vzluy1 .hg5fsu {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .tf4j4m {
    font-size: 15px;
    line-height: 25px;
  }

  .qq5h2u {
    display: block;
  }

  .n50luk {
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
  }

  .mdruzd {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 4px;
  }

  .lf8uim p {
    font-size: 14px;
    line-height: 21px;
  }

  .s7ebmf {
    display: block;
    margin-bottom: 15px;
  }

  .jg2ril {
    width: 100%;
    margin-bottom: 15px;
  }

  .gytzga,
  .y16v2o {
    padding: 45px 0 60px;
  }

  .jxxf0k {
    display: block;
  }

  .awn64q {
    flex-direction: row;
  }

  .kd3atf {
    margin-right: 15px;
  }

  .qbhxnx {
    padding-top: 0;
  }

  .moch5q {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .awn64q span {
    font-size: 14px;
    line-height: 19px;
  }
  
  .awjzwg {
    padding: 19px 0;
  }

  .fuk23b {
    font-size: 20px;
    line-height: 27px;
  }

  .v346gt {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 25px;
  }

  .uoa1hm {
    padding: 25px 25px 30px;
  }

  .mc789d {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .ukth5n {
    font-size: 10px;
    line-height: 13px;
  }

  .nubcgu input, .nubcgu select, .nubcgu textarea {
    margin-bottom: 15px;
  }

  .nubcgu textarea {
    height: 99px;
  }

  .ln0jrf {
    margin-bottom: 22px;
    flex-wrap: wrap;
  }

  .y13sg2 {
    margin-top: 20px;
  }

  .d6jv1d {
    font-size: 14px;
    line-height: 21px;
  }

  .moch5q p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  .awn64q p {
    margin-bottom: 0;
    width: 109px;
  }

  .awn64q {
    margin-bottom: 8px;
  }

  .yh7dmh {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 5px 10px;
  }

  .dh88n2 {
    margin-bottom: 20px;
  }

  .y16v2o {
    padding: 40px 0 60px;
  }

  .awn64q strong {
    font-size: 14px;
    line-height: 21px;
  }

  .dq8vd2 {
    padding-top: 47px;
  }

  .mc789d li a {
    width: 32px;
    height: 32px;
  }

  .x0izju {
    margin-bottom: 20px;
  }

  .mc789d li a img {
    max-height: 80%;
  }

  .t952kg {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .t952kg p {
    font-size: 15px;
    line-height: 22px;
  }

  .sp7frn li a {
    font-size: 15px;
    line-height: 20px;
  }

  .kqns9s {
    font-size: 16px;
    line-height: 21px;
  }

  .sp7frn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .sp7frn li {
    line-height: 18px;
    width: calc(50% - 5px);
  }

  .t9iz9n {
    margin: 0;
  }

  .hnkw7c {
    margin-top: 15px;
  }

  .eej5dg p {
    font-size: 12px;
    line-height: 16px;
  }

  .eej5dg {
    margin-bottom: 30px;
    text-align: left;
  }

  .c8s8oh {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .c8s8oh p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .pgy6wm {
    max-width: 161px;
  }

  .vzluy1 {
    max-width: 335px;
  }
}
