/* ===== 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;
}

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

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

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

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

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

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

.aumik0 {
  width: 25%;
}

.y36g08 {
  width: 33.3333%;
}

.r10503 {
  width: 41.666667%;
}

.wf78ay {
  width: 50%;
}

.ug5t4y {
  width: 100%;
}

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

.jbox4d {
  flex: 1;
}

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

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

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

  .a0i57v {
    width: 33.3333%;
  }

  .w33541 {
    width: 58.3333%;
  }

  .uhy1ev {
    width: 66.6666%;
  }

  .r5pq1d {
    width: 50%;
  }

  .hphw3j {
    width: 41.6666%;
  }

  .enltay {
    flex-direction: row;
  }
}

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

  .adnaux {
    width: 50%;
  }

  .nfekbl {
    width: 58.3333%;
  }

  .w4lyws {
    width: 41.6666%;
  }

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

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

  .x9ekx0 {
    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);
}

.cchrmf {
  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);
}

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

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

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

.p59p6l:hover {
  opacity: .9;
}

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

.t9wun9 {
  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);
}

.s140xg.jnuujq {
  transform: translateX(0);
}

.t9wun9.jnuujq {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

.dg45l0 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;
}

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

.t2w72f {
  flex-shrink: 0;
}

.t2w72f .cchrmf {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.ig5b6b {
  padding: 60px 0;
}

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

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

.a5g43o,
.txg3li {
  width: calc(50% - 15px);
}

.a5g43o .q87p12:first-child,
.txg3li .q87p12:last-child {
  height: 240px;
}

.a5g43o .q87p12:last-child,
.txg3li .q87p12:first-child {
  height: 140px;
}

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

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

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

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

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

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

.ytuetn {
  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);
}

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

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

.zh3r3y[open] .ytuetn::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.ig5b6b p,
.uinwoe p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.ig5b6b ul,
.uinwoe ul {
  list-style-type: disc;
}

.ig5b6b ol,
.uinwoe ol {
  list-style-type: decimal;
}

.ig5b6b li,
.uinwoe li {
  margin-bottom: 6px;
  padding-left: 0;
}

.ig5b6b li::before,
.uinwoe li::before {
  display: none;
}

.tys6dw {
  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;
}

.tys6dw.as8roq {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.nf2njs::before {
  display: none;
}

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

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

.nrswdz .jtgkab,
.nrswdz p {
  color: var(--white-color);
}

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

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

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

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

.qzcelh {
  padding: 60px 0;
}

.qzcelh .tys6dw {
  margin-top: 45px;
}

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

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

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

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

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

.ivfko7 .jtgkab,
.ivfko7 p {
  color: var(--white-color);
}

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

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

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

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

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

.nf2njs::before {
  display: none;
}

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

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

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

.suv6d9 ul {
  margin: 0;
}

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

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

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

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

.ywfl0s {
  margin: 20px auto 0;
}

.si5nqu {
  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);
}

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

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

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

.dgnjl1,
.und662 {
  padding: 70px 0 80px;
}

.q9y69p {
  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);
}

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

.w005ep {
  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;
}

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

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

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

.q9y69p textarea {
  height: 155px;
}

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

.q9y69p.qc6zg1 {
  min-height: 460px;
}

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

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

.uil5lb {
  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%;
}

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

.ggwz2y {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p6fvjr {
  margin: 0 15px;
}

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

.jjzxmu:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.lmsew8 {
  margin: 0;
}

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

.lmsew8.mhge2u li {
  width: calc(50% - 5px);
}

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

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

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

.d5de3s {
  margin-top: 35px;
}

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

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

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

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

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

.cmu9eh {
  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; }
  .cmu9eh:hover {
    opacity: 0.7; }
  .cmu9eh.jnuujq:hover {
    opacity: 0.7; }
  .cmu9eh.jnuujq .ewjrof,
  .cmu9eh.jnuujq .ewjrof::before,
  .cmu9eh.jnuujq .ewjrof::after {
    background-color: var(--blue-dark-color); }

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

.ewjrof {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .ewjrof, .ewjrof::before, .ewjrof::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; }
  .ewjrof::before, .ewjrof::after {
    content: "";
    display: block; }
  .ewjrof::before {
    top: -10px; }
  .ewjrof::after {
    bottom: -10px; }

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

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

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

.llemov {
  display: flex;
}

.bdyd3a {
  text-align: center;
}

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

.d6xm73 {
  align-items: center;
} 

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

.jlfldk {
  justify-content: center;
}

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

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

  .cmu9eh {
    display: inline-flex;
  }

  .p59p6l,
  .jjzxmu {
    max-width: 157px;
  }

  .s140xg {
    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%);
  }

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

  .dg45l0 ul {
    display: block;
  }

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

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

  .t2w72f {
    margin-top: 15px;
  }

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

  .jsey47 {
    margin-right: 0;
  }
}

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

  .tt5167 {
    margin-bottom: 30px;
  }

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

  .qe26vj {
    margin-right: 7px;
  }

  .fo5fr9 {
    width: 152px;
  }

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

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

  .a5g43o .q87p12:first-child,
  .txg3li .q87p12:last-child {
    height: 150px;
  }

  .a5g43o .q87p12:last-child,
  .txg3li .q87p12:first-child {
    height: 114px;
  }

  .jsey47 {
    display: none;
  }

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

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

  .d4ez4a,
  .d7sd8g {
    text-align: center;
  }

  .k20wfe {
    margin: 10px 0;
  }

  .gdtawh {
    padding: 80px 0;
  }

  .vwhiiy,
  .uil5lb {
    margin-left: auto;
    margin-right: auto;
  }

  .fd7xd9 {
    max-width: 100%;
  }

  .q9y69p {
    margin-bottom: 40px;
  }

  .e4h4bg {
    padding: 10px 0;
  }

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

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

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

  .j0y486 {
    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);
  }

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

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

  .e4h4bg {
    padding: 6px 0;
  }

  .p59p6l,
  .jjzxmu {
    max-width: 157px;
  }

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

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

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

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

  .q87p12 {
    margin-bottom: 10px;
  }

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

  .a5g43o, 
  .txg3li {
    width: calc(50% - 5px);
  }

  .gxpvcn {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .qzcelh .tys6dw {
    margin-top: 35px;
  }

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

  .ivfko7 .szklz6 {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .z0gddd .szklz6 {
    display: block;
  }

  .z0gddd .nf2njs {
    width: 100%;
    display: block;
  }

  .s140xg {
    padding-top: 75px;
  }

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

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

  .mzk93m {
    width: 100%;
  }

  .vmu6fz {
    margin-right: 10px;
  }

  .ivfko7 .o6tei8 {
    padding: 20px 10px;
  }

  .xxgr7b,
  .k20wfe {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .uq4zwi {
    padding: 25px;
  }

  .d4ez4a {
    margin-bottom: 20px;
  }

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

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

  .lw9px2 {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .ywfl0s {
    margin-top: 20px;
  }

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

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

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

  .vd737a {
    display: block;
  }

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

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

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

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

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

  .dgnjl1,
  .und662 {
    padding: 45px 0 60px;
  }

  .cx7u7s {
    display: block;
  }

  .l0i21u {
    flex-direction: row;
  }

  .drsnc1 {
    margin-right: 15px;
  }

  .ggwz2y {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .q9y69p textarea {
    height: 99px;
  }

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

  .k6jw60 {
    margin-top: 20px;
  }

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

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

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

  .l0i21u {
    margin-bottom: 8px;
  }

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

  .nf2njs {
    margin-bottom: 20px;
  }

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

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

  .vrtdj4 {
    padding-top: 47px;
  }

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

  .jntvo9 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .p6fvjr {
    margin: 0;
  }

  .d5de3s {
    margin-top: 15px;
  }

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

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

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

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

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

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