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

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

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

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

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

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

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

.mrrneq {
  width: 25%;
}

.l1cgr2 {
  width: 33.3333%;
}

.cqgg8v {
  width: 41.666667%;
}

.a6ri4w {
  width: 50%;
}

.pgdyi5 {
  width: 100%;
}

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

.cnofa1 {
  flex: 1;
}

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

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

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

  .ksu9qg {
    width: 33.3333%;
  }

  .u7vd7b {
    width: 58.3333%;
  }

  .m056ba {
    width: 66.6666%;
  }

  .gqzb0m {
    width: 50%;
  }

  .jrnbyl {
    width: 41.6666%;
  }

  .xnkhm4 {
    flex-direction: row;
  }
}

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

  .gkz7qm {
    width: 50%;
  }

  .zbbrn6 {
    width: 58.3333%;
  }

  .pi4lfe {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.vsbegl:hover {
  opacity: .9;
}

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

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

.lp8gkz.pwqivh {
  transform: translateX(0);
}

.qp4b0k.pwqivh {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

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

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

.c9f9n6 {
  flex-shrink: 0;
}

.c9f9n6 .lcz1b0 {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.n3nnyx {
  padding: 60px 0;
}

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

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

.jwcqcq,
.dufcd0 {
  width: calc(50% - 15px);
}

.jwcqcq .tprh7l:first-child,
.dufcd0 .tprh7l:last-child {
  height: 240px;
}

.jwcqcq .tprh7l:last-child,
.dufcd0 .tprh7l:first-child {
  height: 140px;
}

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

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

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

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

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

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

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

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

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

.jdo3o0[open] .lq41cn::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.n3nnyx p,
.krjjof p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.n3nnyx ul,
.krjjof ul {
  list-style-type: disc;
}

.n3nnyx ol,
.krjjof ol {
  list-style-type: decimal;
}

.n3nnyx li,
.krjjof li {
  margin-bottom: 6px;
  padding-left: 0;
}

.n3nnyx li::before,
.krjjof li::before {
  display: none;
}

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

.dqube1.ilbpqi {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.h9um50::before {
  display: none;
}

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

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

.bauwvg .bzvzod,
.bauwvg p {
  color: var(--white-color);
}

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

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

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

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

.gk8pzd {
  padding: 60px 0;
}

.gk8pzd .dqube1 {
  margin-top: 45px;
}

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

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

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

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

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

.fbk6pq .bzvzod,
.fbk6pq p {
  color: var(--white-color);
}

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

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

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

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

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

.h9um50::before {
  display: none;
}

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

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

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

.xkrk3f ul {
  margin: 0;
}

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

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

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

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

.szkein {
  margin: 20px auto 0;
}

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

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

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

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

.lkstu6,
.xncdmj {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.xejl6r textarea {
  height: 155px;
}

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

.xejl6r.j3dygw {
  min-height: 460px;
}

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

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

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

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

.inhgfe {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ov21vg {
  margin: 0 15px;
}

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

.fyrtag:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.zw9hpf {
  margin: 0;
}

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

.zw9hpf.ug3c7n li {
  width: calc(50% - 5px);
}

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

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

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

.zmoqs2 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.wfd21v {
  display: flex;
}

.ok6bgh {
  text-align: center;
}

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

.nid9io {
  align-items: center;
} 

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

.jwf3hr {
  justify-content: center;
}

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

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

  .xwdxjm {
    display: inline-flex;
  }

  .vsbegl,
  .fyrtag {
    max-width: 157px;
  }

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

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

  .dihzbu ul {
    display: block;
  }

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

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

  .c9f9n6 {
    margin-top: 15px;
  }

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

  .b3j1rs {
    margin-right: 0;
  }
}

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

  .raa8o4 {
    margin-bottom: 30px;
  }

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

  .bqygr4 {
    margin-right: 7px;
  }

  .m79otq {
    width: 152px;
  }

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

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

  .jwcqcq .tprh7l:first-child,
  .dufcd0 .tprh7l:last-child {
    height: 150px;
  }

  .jwcqcq .tprh7l:last-child,
  .dufcd0 .tprh7l:first-child {
    height: 114px;
  }

  .b3j1rs {
    display: none;
  }

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

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

  .f9j05a,
  .z1o6ww {
    text-align: center;
  }

  .i6uvxl {
    margin: 10px 0;
  }

  .uim94y {
    padding: 80px 0;
  }

  .h3zu5o,
  .dacac5 {
    margin-left: auto;
    margin-right: auto;
  }

  .gjceo8 {
    max-width: 100%;
  }

  .xejl6r {
    margin-bottom: 40px;
  }

  .b37mal {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .b37mal {
    padding: 6px 0;
  }

  .vsbegl,
  .fyrtag {
    max-width: 157px;
  }

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

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

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

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

  .tprh7l {
    margin-bottom: 10px;
  }

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

  .jwcqcq, 
  .dufcd0 {
    width: calc(50% - 5px);
  }

  .xe22mh {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .gk8pzd .dqube1 {
    margin-top: 35px;
  }

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

  .fbk6pq .leprxs {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .yrq7hw .leprxs {
    display: block;
  }

  .yrq7hw .h9um50 {
    width: 100%;
    display: block;
  }

  .lp8gkz {
    padding-top: 75px;
  }

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

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

  .odkjd2 {
    width: 100%;
  }

  .xxo643 {
    margin-right: 10px;
  }

  .fbk6pq .bx5ho4 {
    padding: 20px 10px;
  }

  .uhzm10,
  .i6uvxl {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .hayqws {
    padding: 25px;
  }

  .f9j05a {
    margin-bottom: 20px;
  }

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

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

  .s1nklm {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .szkein {
    margin-top: 20px;
  }

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

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

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

  .nhe922 {
    display: block;
  }

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

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

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

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

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

  .lkstu6,
  .xncdmj {
    padding: 45px 0 60px;
  }

  .hh9t9v {
    display: block;
  }

  .kvptjg {
    flex-direction: row;
  }

  .gezo1l {
    margin-right: 15px;
  }

  .inhgfe {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .xejl6r textarea {
    height: 99px;
  }

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

  .i0yg6a {
    margin-top: 20px;
  }

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

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

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

  .kvptjg {
    margin-bottom: 8px;
  }

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

  .h9um50 {
    margin-bottom: 20px;
  }

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

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

  .hhw44r {
    padding-top: 47px;
  }

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

  .r7n8bw {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .ov21vg {
    margin: 0;
  }

  .zmoqs2 {
    margin-top: 15px;
  }

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

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

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

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

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

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