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

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

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

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

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

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

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

.r4xczu {
  width: 25%;
}

.wbpix5 {
  width: 33.3333%;
}

.tpe1ff {
  width: 41.666667%;
}

.sk0lcf {
  width: 50%;
}

.xm5twn {
  width: 100%;
}

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

.wc5yb4 {
  flex: 1;
}

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

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

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

  .vxb499 {
    width: 33.3333%;
  }

  .g0num3 {
    width: 58.3333%;
  }

  .xlrc1d {
    width: 66.6666%;
  }

  .gsa20n {
    width: 50%;
  }

  .qqk15x {
    width: 41.6666%;
  }

  .gxhj4i {
    flex-direction: row;
  }
}

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

  .wwz56u {
    width: 50%;
  }

  .u1u8d9 {
    width: 58.3333%;
  }

  .iclnwk {
    width: 41.6666%;
  }

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

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

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

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

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

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

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

.z8etjv:hover {
  opacity: .9;
}

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

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

.i0v901.is-active {
  transform: translateX(0);
}

.e1uo8l.is-active {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

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

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

.q6z8at {
  flex-shrink: 0;
}

.q6z8at .qfwhg7 {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.l5xgvd {
  padding: 60px 0;
}

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

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

.v50myy,
.kafzrm {
  width: calc(50% - 15px);
}

.v50myy .sj50h4:first-child,
.kafzrm .sj50h4:last-child {
  height: 240px;
}

.v50myy .sj50h4:last-child,
.kafzrm .sj50h4:first-child {
  height: 140px;
}

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

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

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

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

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

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

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

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

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

.yqllei[open] .olycfo::after {
  transform: rotate(90deg);
}

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

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

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

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

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

.l5xgvd p,
.tawnop p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.l5xgvd ul,
.tawnop ul {
  list-style-type: disc;
}

.l5xgvd ol,
.tawnop ol {
  list-style-type: decimal;
}

.l5xgvd li,
.tawnop li {
  margin-bottom: 6px;
  padding-left: 0;
}

.l5xgvd li::before,
.tawnop li::before {
  display: none;
}

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

.zu5hqt.hz35k9 {
  background-color: var(--white-color);
  color: var(--black-color);
}

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

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

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

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

.ecctpv::before {
  display: none;
}

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

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

.jfsltz .gzm214,
.jfsltz p {
  color: var(--white-color);
}

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

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

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

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

.hf9qwv {
  padding: 60px 0;
}

.hf9qwv .zu5hqt {
  margin-top: 45px;
}

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

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

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

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

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

.cfyotq .gzm214,
.cfyotq p {
  color: var(--white-color);
}

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

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

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

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

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

.ecctpv::before {
  display: none;
}

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

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

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

.d7tl2p ul {
  margin: 0;
}

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

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

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

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

.uxa8hl {
  margin: 20px auto 0;
}

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

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

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

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

.jjhwf8,
.ztgjzm {
  padding: 70px 0 80px;
}

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

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

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

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

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

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

.lkt6ed textarea {
  height: 155px;
}

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

.lkt6ed.c0kg49 {
  min-height: 460px;
}

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

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

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

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

.hvde43 {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.a5qxpz {
  margin: 0 15px;
}

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

.mwyrjj:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

.e99yga {
  margin: 0;
}

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

.e99yga.ye3v5t li {
  width: calc(50% - 5px);
}

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

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

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

.e8zkyz {
  margin-top: 35px;
}

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

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

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

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

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

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

.oku8es:hover {
  opacity: 0.7;
}

.oku8es.is-active:hover {
  opacity: 0.7;
}

.oku8es.is-active .jxzesg,
.oku8es.is-active .jxzesg::before,
.oku8es.is-active .jxzesg::after {
  background-color: var(--blue-dark-color);
}

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

.jxzesg {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.jxzesg,
.jxzesg::before,
.jxzesg::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;
}

.jxzesg::before,
.jxzesg::after {
  content: "";
  display: block;
}

.jxzesg::before {
  top: -10px;
}

.jxzesg::after {
  bottom: -10px;
}

.kmswkj .jxzesg {
  top: 2px;
}

.kmswkj .jxzesg::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.kmswkj .jxzesg::after {
  top: 20px;
}

.kmswkj.is-active .jxzesg {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.kmswkj.is-active .jxzesg::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.kmswkj.is-active .jxzesg::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

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

.fzbdpx {
  display: flex;
}

.bumgye {
  text-align: center;
}

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

.n19bcr {
  align-items: center;
}

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

.pv9sav {
  justify-content: center;
}

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

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

  .oku8es {
    display: inline-flex;
  }

  .z8etjv,
  .mwyrjj {
    max-width: 157px;
  }

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

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

  .iddqas ul {
    display: block;
  }

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

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

  .q6z8at {
    margin-top: 15px;
  }

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

  .wkb52n {
    margin-right: 0;
  }
}

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

  .moot1l {
    margin-bottom: 30px;
  }

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

  .xzj737 {
    margin-right: 7px;
  }

  .bibbhl {
    width: 152px;
  }

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

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

  .v50myy .sj50h4:first-child,
  .kafzrm .sj50h4:last-child {
    height: 150px;
  }

  .v50myy .sj50h4:last-child,
  .kafzrm .sj50h4:first-child {
    height: 114px;
  }

  .wkb52n {
    display: none;
  }

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

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

  .mp104a,
  .z7dh0n {
    text-align: center;
  }

  .ckwjun {
    margin: 10px 0;
  }

  .x7b50o {
    padding: 80px 0;
  }

  .sf8cfz,
  .vtdmix {
    margin-left: auto;
    margin-right: auto;
  }

  .pj7itz {
    max-width: 100%;
  }

  .lkt6ed {
    margin-bottom: 40px;
  }

  .k9rals {
    padding: 10px 0;
  }

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

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

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

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

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

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

  .k9rals {
    padding: 6px 0;
  }

  .z8etjv,
  .mwyrjj {
    max-width: 157px;
  }

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

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

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

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

  .sj50h4 {
    margin-bottom: 10px;
  }

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

  .v50myy,
  .kafzrm {
    width: calc(50% - 5px);
  }

  .w1acd5 {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .hf9qwv .zu5hqt {
    margin-top: 35px;
  }

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

  .cfyotq .bejyg7 {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

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

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

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

  .bt1ojr .bejyg7 {
    display: block;
  }

  .bt1ojr .ecctpv {
    width: 100%;
    display: block;
  }

  .i0v901 {
    padding-top: 75px;
  }

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

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

  .e3wm71 {
    width: 100%;
  }

  .b81su8 {
    margin-right: 10px;
  }

  .cfyotq .ts4dl0 {
    padding: 20px 10px;
  }

  .ksswpq,
  .ckwjun {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .hlfl81 {
    padding: 25px;
  }

  .mp104a {
    margin-bottom: 20px;
  }

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

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

  .sopjdm {
    margin-bottom: 50px;
  }

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

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

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

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

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

  .uxa8hl {
    margin-top: 20px;
  }

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

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

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

  .vddypx {
    display: block;
  }

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

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

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

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

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

  .jjhwf8,
  .ztgjzm {
    padding: 45px 0 60px;
  }

  .gdnk07 {
    display: block;
  }

  .aplw89 {
    flex-direction: row;
  }

  .cjclpz {
    margin-right: 15px;
  }

  .hvde43 {
    padding-top: 0;
  }

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

  .aplw89 span {
    font-size: 14px;
    line-height: 19px;
  }

  .o3yx9h {
    padding: 19px 0;
  }

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

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

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

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

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

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

  .lkt6ed textarea {
    height: 99px;
  }

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

  .bbntw5 {
    margin-top: 20px;
  }

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

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

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

  .aplw89 {
    margin-bottom: 8px;
  }

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

  .ecctpv {
    margin-bottom: 20px;
  }

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

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

  .o1e7xp {
    padding-top: 47px;
  }

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

  .r3znk5 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .a5qxpz {
    margin: 0;
  }

  .e8zkyz {
    margin-top: 15px;
  }

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

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

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

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

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

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

/* ===== Payday Loan Alternatives ===== */
  .okm0je {
    padding: 30px 0 60px;
  }

  .okm0je h2,
  .cqq8p5 h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue-dark-color);
    letter-spacing: -0.4px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 16px;
  }

  .okm0je h2::before,
  .cqq8p5 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: var(--green-color);
    border-radius: 4px;
  }

  .cf341m {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    background-color: var(--white-color);
    box-shadow: 0 10px 30px rgba(33, 53, 85, 0.07);
    border: 1px solid var(--grey-medium-color);
  }

  .dxgf7m {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
    line-height: 24px;
    background-color: var(--white-color);
  }

  .dxgf7m thead tr {
    background-color: var(--blue-dark-color);
    color: var(--white-color);
  }

  .dxgf7m th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white-color);
    border-bottom: 2px solid var(--blue-color);
  }

  .dxgf7m th:first-child {
    border-top-left-radius: 11px;
  }

  .dxgf7m th:last-child {
    border-top-right-radius: 11px;
  }

  .dxgf7m td {
    padding: 16px 20px;
    color: var(--text-color);
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #ECECEC;
    vertical-align: middle;
    transition: background-color 0.2s ease;
  }

  .dxgf7m tbody tr:last-child td {
    border-bottom: none;
  }

  .dxgf7m tbody tr:nth-child(even) {
    background-color: #FAF8F5;
  }

  .dxgf7m tbody tr:hover td {
    background-color: rgba(233, 216, 205, 0.3);
  }

  .bsqid9 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: linear-gradient(135deg, var(--green-color) 0%, var(--green-dark-color) 100%);
    color: var(--white-color);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 153, 144, 0.25);
  }

  @media (max-width: 767px) {
    .cf341m {
      border: none;
      box-shadow: none;
      background: transparent;
      overflow-x: visible;
    }

    .dxgf7m thead {
      display: none;
    }

    .dxgf7m,
    .dxgf7m tbody,
    .dxgf7m tr,
    .dxgf7m td {
      display: block;
      width: 100%;
    }

    .dxgf7m tbody tr {
      background-color: var(--white-color) !important;
      border: 1px solid var(--grey-medium-color);
      border-radius: 12px;
      margin-bottom: 14px;
      padding: 12px 16px;
      box-shadow: 0 4px 15px rgba(33, 53, 85, 0.05);
    }

    .dxgf7m td {
      border-bottom: 1px dashed #EAEAEA;
      padding: 10px 0 10px 42%;
      position: relative;
      min-height: 38px;
      display: flex;
      align-items: center;
    }

    .dxgf7m td:last-child {
      border-bottom: none;
    }

    .dxgf7m td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 38%;
      font-weight: 700;
      font-size: 13px;
      color: var(--blue-dark-color);
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }
  }

/* ===== Payday Loans Near Me — map section ===== */

.cqq8p5 {
  padding: 20px 0 70px;
}

.n2togi {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(33, 53, 85, 0.08);
  border: 1px solid var(--grey-medium-color);
  line-height: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.n2togi:hover {
  box-shadow: 0 14px 35px rgba(33, 53, 85, 0.12);
}

.n2togi iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 767px) {
  .n2togi iframe {
    height: 300px;
  }
}

/* ===== Useful Links Section ===== */
.xgp44w {
  padding: 50px 0 70px;
  background-color: var(--sandy-color, #E9D8CD);
  border-top: 1px solid var(--grey-medium-color, #DADADA);
}

.v7nek4 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: var(--blue-dark-color, #213555);
  letter-spacing: -0.5px;
}

.do6h6d {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.do6h6d li::before {
  display: none;
  content: none;
}

.do6h6d li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: var(--white-color);
  border: 1px solid var(--grey-medium-color, #DADADA);
  border-radius: 8px;
  color: var(--text-color, #272727);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px rgba(33, 53, 85, 0.03);
}

.do6h6d li a::after {
  content: "→";
  margin-left: 12px;
  font-size: 16px;
  color: var(--green-color, #009990);
  transition: transform 0.25s ease;
  font-weight: 700;
}

.do6h6d li a:hover {
  background-color: var(--white-color);
  color: var(--green-dark-color, #0E6A65);
  border-color: var(--green-color, #009990);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 153, 144, 0.08);
}

.do6h6d li a:hover::after {
  transform: translateX(4px);
}