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

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

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

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

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

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

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

.t5w4mx {
  width: 25%;
}

.wdo4b2 {
  width: 33.3333%;
}

.o41djk {
  width: 41.666667%;
}

.brsay9 {
  width: 50%;
}

.ftc9y3 {
  width: 100%;
}

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

.toyn3e {
  flex: 1;
}

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

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

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

  .hvmbok {
    width: 33.3333%;
  }

  .fdx69m {
    width: 58.3333%;
  }

  .ftwq33 {
    width: 66.6666%;
  }

  .pwpp90 {
    width: 50%;
  }

  .o5jces {
    width: 41.6666%;
  }

  .mhp9ei {
    flex-direction: row;
  }
}

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

  .cjgqoc {
    width: 50%;
  }

  .vwt2cd {
    width: 58.3333%;
  }

  .z5hxda {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.gqygst:hover {
  opacity: .9;
}

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

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

.wa8yfi.k016ye {
  transform: translateX(0);
}

.u4i36z.k016ye {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

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

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

.lh7l20 {
  flex-shrink: 0;
}

.lh7l20 .enxjbd {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.zkf7b8 {
  padding: 60px 0;
}

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

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

.vkj4fn,
.t1zgj2 {
  width: calc(50% - 15px);
}

.vkj4fn .f2r791:first-child,
.t1zgj2 .f2r791:last-child {
  height: 240px;
}

.vkj4fn .f2r791:last-child,
.t1zgj2 .f2r791:first-child {
  height: 140px;
}

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

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

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

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

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

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

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

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

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

.tku241[open] .au6dd8::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.zkf7b8 p,
.jwstv4 p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.zkf7b8 ul,
.jwstv4 ul {
  list-style-type: disc;
}

.zkf7b8 ol,
.jwstv4 ol {
  list-style-type: decimal;
}

.zkf7b8 li,
.jwstv4 li {
  margin-bottom: 6px;
  padding-left: 0;
}

.zkf7b8 li::before,
.jwstv4 li::before {
  display: none;
}

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

.iw0xve.g79em6 {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.s8whbx::before {
  display: none;
}

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

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

.w2ywac .cw7t3p,
.w2ywac p {
  color: var(--white-color);
}

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

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

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

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

.oldod7 {
  padding: 60px 0;
}

.oldod7 .iw0xve {
  margin-top: 45px;
}

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

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

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

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

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

.nuq8ak .cw7t3p,
.nuq8ak p {
  color: var(--white-color);
}

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

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

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

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

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

.s8whbx::before {
  display: none;
}

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

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

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

.pj38i3 ul {
  margin: 0;
}

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

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

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

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

.f4bdii {
  margin: 20px auto 0;
}

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

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

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

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

.de1d44,
.lz5vk9 {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.irqw4y textarea {
  height: 155px;
}

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

.irqw4y.j4urmc {
  min-height: 460px;
}

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

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

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

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

.evby8k {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.v60nql {
  margin: 0 15px;
}

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

.j33jk8:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.f2i9vk {
  margin: 0;
}

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

.f2i9vk.ywdm09 li {
  width: calc(50% - 5px);
}

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

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

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

.t7m5dg {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.v3ug4b {
  display: flex;
}

.zj45m7 {
  text-align: center;
}

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

.dcty41 {
  align-items: center;
} 

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

.mkkrp5 {
  justify-content: center;
}

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

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

  .hjmsag {
    display: inline-flex;
  }

  .gqygst,
  .j33jk8 {
    max-width: 157px;
  }

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

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

  .i6cx5y ul {
    display: block;
  }

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

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

  .lh7l20 {
    margin-top: 15px;
  }

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

  .vawjyr {
    margin-right: 0;
  }
}

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

  .kcy73o {
    margin-bottom: 30px;
  }

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

  .mvtegq {
    margin-right: 7px;
  }

  .dn2cnq {
    width: 152px;
  }

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

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

  .vkj4fn .f2r791:first-child,
  .t1zgj2 .f2r791:last-child {
    height: 150px;
  }

  .vkj4fn .f2r791:last-child,
  .t1zgj2 .f2r791:first-child {
    height: 114px;
  }

  .vawjyr {
    display: none;
  }

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

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

  .spt35y,
  .m57b6b {
    text-align: center;
  }

  .q4flal {
    margin: 10px 0;
  }

  .bxbpbj {
    padding: 80px 0;
  }

  .ycuexc,
  .rrfeze {
    margin-left: auto;
    margin-right: auto;
  }

  .z72f82 {
    max-width: 100%;
  }

  .irqw4y {
    margin-bottom: 40px;
  }

  .wv8ur0 {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .wv8ur0 {
    padding: 6px 0;
  }

  .gqygst,
  .j33jk8 {
    max-width: 157px;
  }

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

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

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

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

  .f2r791 {
    margin-bottom: 10px;
  }

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

  .vkj4fn, 
  .t1zgj2 {
    width: calc(50% - 5px);
  }

  .aecukr {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .oldod7 .iw0xve {
    margin-top: 35px;
  }

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

  .nuq8ak .qljgm7 {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .fojp1w .qljgm7 {
    display: block;
  }

  .fojp1w .s8whbx {
    width: 100%;
    display: block;
  }

  .wa8yfi {
    padding-top: 75px;
  }

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

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

  .g01naj {
    width: 100%;
  }

  .vkyvun {
    margin-right: 10px;
  }

  .nuq8ak .iahjer {
    padding: 20px 10px;
  }

  .bvwmh9,
  .q4flal {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .c0d9ec {
    padding: 25px;
  }

  .spt35y {
    margin-bottom: 20px;
  }

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

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

  .tn2y4y {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .f4bdii {
    margin-top: 20px;
  }

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

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

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

  .v2izm0 {
    display: block;
  }

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

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

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

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

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

  .de1d44,
  .lz5vk9 {
    padding: 45px 0 60px;
  }

  .hs5jlq {
    display: block;
  }

  .yw8tb5 {
    flex-direction: row;
  }

  .r89ua3 {
    margin-right: 15px;
  }

  .evby8k {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

  .irqw4y textarea {
    height: 99px;
  }

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

  .x99ne0 {
    margin-top: 20px;
  }

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

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

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

  .yw8tb5 {
    margin-bottom: 8px;
  }

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

  .s8whbx {
    margin-bottom: 20px;
  }

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

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

  .a755x7 {
    padding-top: 47px;
  }

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

  .lxfifh {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .v60nql {
    margin: 0;
  }

  .t7m5dg {
    margin-top: 15px;
  }

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

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

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

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

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

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