/* === main.css === */
/* inlined: vars.css */
:root {
  --blue-color: #195B71;
  --blue-medium-color: #2F7187;
  --blue-light-color: #E5ECEF;
  --red-color: #D75345;
  --red-light-color: #DC6B5F;
  --green-color: #A6B900;
  --green-light-color: #F6F8E5;
  --text-color: #272727;
  --black-color: #252525;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;
  --grey-light-color: #F9F9F9;
  --header-color: #FFF7EA;
  --grey-bg-color: #F0F4F5;

  --primary-font: 'Open Sans';

  --transition: all .3s ease-in-out;
}
/* inlined: grid.css */
:root {
  --grid-width: 1160px;
  --grid-gutter: 15px;
}

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

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

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

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

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

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

.k0uqad {
  width: 25%;
}

.ots86n {
  width: 33.3333%;
}

.c3qdbb {
  width: 41.666667%;
}

.ddhmb0 {
  width: 50%;
}

.fvi9b0 {
  width: 100%;
}

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

.b7efvf {
  flex: 1;
}

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

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

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

  .gy75ga {
    width: 33.3333%;
  }

  .sbrs5z {
    width: 58.3333%;
  }

  .sok1s7 {
    width: 66.6666%;
  }

  .yeg08u {
    width: 50%;
  }

  .ss3176 {
    width: 41.6666%;
  }

  .lbb6qn {
    flex-direction: row;
  }
}

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

  .ryswyx {
    width: 50%;
  }

  .jeqq8q {
    width: 58.3333%;
  }

  .qad3hh {
    width: 41.6666%;
  }

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

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

  .cluamg {
    flex-direction: row;
  }
}

* {
  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(--white-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(--blue-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: var(--grey-light-color);
  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: var(--grey-light-color);
  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-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-color);
}

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

.vpa0eu:hover,
.vpa0eu:active {
  background-color: var(--red-light-color);
  text-decoration: none;
}

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

.jfbx4g {
  max-width: 168px;
  width: 100%;
  transition: var(--transition);
  border: 0;
}

.jfbx4g:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.xqjlmc {
  flex-shrink: 0;
}

.xqjlmc .vpa0eu {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.u8phje {
  padding: 70px 0 45px;
}

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

.oi9f0i p {
  color: var(--white-color);
}

.nqby2o {
  margin: 0 0 30px;
  font-size: 24px;
  display: inline-block;
  line-height: 32px;
  background-color: var(--green-color);
  color: var(--white-color);
  padding: 5px 20px;
}

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

.oi9f0i .u5253k {
  width: calc(50% - 15px);
}

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

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

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

.u5253k::before {
  display: none;
}

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

.nmvy3j {
  padding: 50px 0 45px;
  background-color: var(--blue-light-color);
}

.nw6053 {
  margin: 25px 0;
}

.lu1gqt {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--green-light-color);
  padding: 15px 20px;
  margin-bottom: 14px;
}

.plz6y2 {
  margin-top: 2px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lu1gqt p {
  margin-bottom: 0;
}

.v3n6ub {
  padding: 60px 0 40px;
  background-color: var(--grey-bg-color);
}

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

.hgjw7w {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}

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

.dr7sh6::before {
  display: none;
}

.gyrh6h {
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.ddgyiq {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: var(--white-color);
}

.ddgyiq .nqby2o + .xt1xre,
.ddgyiq .nqby2o + p {
  margin-top: 10px;
}

.ddgyiq p {
  color: var(--white-color);
}

.gzzqav,
.wmzghu {
  width: 50%;
}

.jae637 {
  padding-left: 15px;
}

.mwlc5r {
  padding-right: 15px;
}

.gzzqav {
  padding: 50px 30px 25px 0;
  padding-left: calc((100% - (var(--grid-width) + var(--grid-gutter) * 2)) / 2);
  background-color: var(--blue-medium-color);
}

.wmzghu {
  padding: 50px 0 25px 30px;
  padding-right: calc((100% - (var(--grid-width) + var(--grid-gutter) * 2)) / 2);
  background-color: var(--blue-color);
}

.eoxi5a {
  padding: 60px 0 95px;
}

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

.tzicum {
  padding: 30px 25px;
  width: 100%;
  margin: 0 auto;
}

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

.v4aanu {
  padding: 12px 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--green-color);
}

.b9rvka {
  margin: 20px auto 0;
  max-width: 240px;
}

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

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

.s8et1r {
  margin: 20px 0;
}

.s8et1r li {
  padding-left: 43px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}

.s8et1r li::before {
  width: 28px;
  height: 28px;
  left: 0;
  top: 1px; 
  border-radius: 5px;
  background: url(../images/check-icon.svg) no-repeat center var(--green-color);
}

.e6qlja {
  margin: 0 0 30px;
  font-size: 40px;
  color: var(--blue-color);
  line-height: 54px;
  font-weight: 600;
}

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

.xa1i8r,
.ryrf8s {
  padding: 70px 0 80px;
}

.iaal6s {
  padding: 25px 30px;
  max-width: 565px;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto 30px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 0 rgba(37, 37, 37, 0.3);
}

.iqzfju {
  padding: 20px 52px;
  background-color: var(--grey-light-color);
  border: 1px solid var(--green-color);
}

.bqigrw {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-color);
  margin: 0 0 25px;
  text-align: center;
}

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

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

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

.iaal6s textarea {
  height: 155px;
}

.jxbeqa {
  margin: 25px auto 0;
  max-width: 240px;
}

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

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

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

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

.qxjm2h {
  padding-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

.xbis1e {
  padding-top: 60px;
  background-color: var(--black-color);
}

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

.fk1prv {
  margin: 0 15px;
}

.gqrdst {
  max-width: 168px;
  width: 100%;
}

.gqrdst:hover {
  opacity: .9;
}

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

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

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

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

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

.c94auf li a svg path {
  transition: var(--transition);
}

.c94auf li a:hover svg path {
  fill: var(--blue-color);
}

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

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

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

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

.ifpmpm {
  margin: 0;
}

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

.ifpmpm.pkcy5c li {
  width: calc(50% - 5px);
}

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

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

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

.dkus7a {
  margin-top: 35px;
}

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

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

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

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

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

.hakh2r {
  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; }
  .hakh2r:hover {
    opacity: 0.7; }
  .hakh2r.is-active:hover {
    opacity: 0.7; }
  .hakh2r.is-active .x3nawt,
  .hakh2r.is-active .x3nawt::before,
  .hakh2r.is-active .x3nawt::after {
    background-color: var(--blue-color); }

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

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

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

.sb2vsm.is-active .x3nawt {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .sb2vsm.is-active .x3nawt::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .sb2vsm.is-active .x3nawt::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

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

.j5mbf8 {
  display: flex;
}

.imkv0d {
  text-align: center;
}

.jbcnj1 {
  align-items: center;
} 

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

.oakqxr {
  justify-content: center;
}

.c5rlft {
  justify-content: flex-start;
}
/* inlined: media.css */
@media (max-width: 1025px) {
  .p97nv3 ul li {
    margin-right: 25px;
  }

  .hakh2r {
    display: inline-flex;
  }

  .jfbx4g {
    max-width: 125px;
  }

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

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

  .p97nv3 ul {
    display: block;
  }

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

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

  .xqjlmc {
    margin-top: 15px;
  }

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

  .p171k1 {
    margin-right: 0;
  }
}

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

  .v3njqp {
    margin-bottom: 30px;
  }

  .gqrdst {
    margin-bottom: 0;
    justify-content: flex-start;
    max-width: 125px;
  }

  .dwlh38 {
    margin-right: 7px;
  }

  .hv93za {
    width: 152px;
  }

  .k78wj0,
  .b91d5w {
    margin-bottom: 25px;
    text-align: center;
  }

  .p171k1 {
    display: none;
  }

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

  .ow5vrn,
  .xad4w3 {
    text-align: center;
  }

  .uutx8r {
    margin: 10px 0;
  }

  .hqm07h {
    padding: 80px 0;
  }

  .kpbfoa,
  .kh3l5x {
    margin-left: auto;
    margin-right: auto;
  }

  .u3o3mk {
    max-width: 100%;
  }

  .iaal6s {
    margin-bottom: 40px;
  }

  .v2v5m4 {
    padding: 10px 0;
  }

  .jfbx4g {
    max-width: 103px;
  }

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

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

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

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

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

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

  .v2v5m4 {
    padding: 6px 0;
  }

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

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

  .v3n6ub {
    padding: 50px 0 45px;
  }

  .gyrh6h {
    margin-right: 15px;
    max-width: 20px;
  }

  .eoxi5a {
    padding: 50px 0 65px;
  }

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

  .oi9f0i .xt1xre {
    display: block;
  }

  .oi9f0i .u5253k {
    width: 100%;
    display: block;
  }

  .fmdcs0 {
    padding-top: 75px;
  }

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

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

  .nw6053 {
    margin: 20px 0;
  }

  .lu1gqt {
    padding: 15px 10px;
  }

  .plz6y2 {
    max-width: 21px;
    margin-right: 10px;
    margin-top: 5px;
  }

  .piloj5 {
    width: 100%;
  }

  .ruqy2k {
    margin-right: 10px;
  }

  .b91d5w {
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }

  .k78wj0,
  .uutx8r {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .tzicum {
    padding: 20px 15px;
  }

  .ow5vrn {
    margin-bottom: 20px;
  }

  .u8phje {
    padding: 50px 0 35px;
  }

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

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

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

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

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

  .b9rvka {
    margin-top: 20px;
  }

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

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

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

  .jwijc3 {
    display: block;
  }

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

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

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

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

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

  .xa1i8r,
  .ryrf8s {
    padding: 45px 0 60px;
  }

  .vg586a {
    display: block;
  }

  .m40wtp {
    flex-direction: row;
  }

  .ccm7uh {
    margin-right: 15px;
  }

  .qxjm2h {
    padding-top: 0;
  }

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

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

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

  .iaal6s {
    padding: 10px;
  }

  .iqzfju {
    padding: 20px 15px;
  }

  .bqigrw {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

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

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

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

  .iaal6s textarea {
    height: 99px;
  }

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

  .jxbeqa {
    margin-top: 20px;
  }

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

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

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

  .m40wtp {
    margin-bottom: 8px;
  }

  .ddgyiq {
    flex-direction: column;
  }

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

  .ddgyiq .nqby2o + .xt1xre, 
  .ddgyiq .nqby2o + p {
    margin-top: 0;
  }

  .u5253k {
    margin-bottom: 20px;
  }

  .gzzqav, 
  .wmzghu {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .jae637 {
    padding-left: 0;
  }

  .mwlc5r {
    padding-right: 0;
  }

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

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

  .xbis1e {
    padding-top: 47px;
  }

  .gqrdst {
    max-width: 103px;
  }

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

  .fm9pmq {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .fk1prv {
    margin: 0;
  }

  .dkus7a {
    margin-top: 15px;
  }

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

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

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

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

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

  .hwvnkz {
    max-width: 100%;
  }
}


/* ===== PACK7 CUSTOM STYLES ===== */

/* Текстовый логотип — переопределяем SVG-стили из base */
.jfbx4g {
  max-width: none !important;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  color: var(--black-color);
  text-decoration: none;
}
.jfbx4g:hover {
  opacity: 1;
  color: var(--blue-color);
  text-decoration: none;
}
.gqrdst {
  max-width: none !important;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-decoration: none;
}
.gqrdst:hover {
  color: var(--blue-light-color);
  text-decoration: none;
  opacity: 1;
}

/* Footer top — выравниваем по центру (нет address-блока) */
.v3njqp {
  align-items: center;
}

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

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

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

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

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

.yo8brr {
  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-color);
  background-color: var(--blue-light-color);
  transition: background-color var(--transition);
  margin: 0;
}

.yo8brr:hover {
  background-color: #b8cfd8;
}

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

.frflpg[open] .yo8brr::after {
  transform: rotate(90deg);
}

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

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

.nmvwvp li {
  margin: 0;
  padding: 0;
}

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

.nmvwvp li a:hover {
  background: var(--grey-bg-color);
  color: var(--blue-medium-color);
  text-decoration: none;
}

/* ===== ARTICLE CONTENT TYPOGRAPHY ===== */
.wxlz9e {
  line-height: 1.7;
}

.wxlz9e p {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

.wxlz9e ul {
  list-style-type: disc;
}

.wxlz9e ol {
  list-style-type: decimal;
}

.wxlz9e li {
  margin-bottom: 6px;
  padding-left: 0;
}

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

/* ===== DISCLAIMER paragraph spacing ===== */
.psstgx p + p {
  margin-top: 8px;
}

/* ===== Payday Loan Alternatives — businesses table ===== */

.y93pee {
  padding: 20px 0 60px;
  background-color: var(--grey-bg-color);
}

.y93pee h2 {
  margin-top: 40px;
}

.ymsgqz {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(25, 91, 113, 0.10);
}

.cpy39j {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--white-color);
}

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

.cpy39j th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  white-space: nowrap;
}

.cpy39j td {
  padding: 13px 18px;
  color: var(--text-color);
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid var(--grey-medium-color);
  vertical-align: top;
}

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

.cpy39j tbody tr:nth-child(even) {
  background-color: var(--grey-light-color);
}

.cpy39j tbody tr:hover {
  background-color: var(--blue-light-color);
  transition: background-color 0.2s ease;
}

.sc6cbt {
  display: inline-block;
  padding: 3px 10px;
  background-color: var(--green-color);
  color: var(--white-color);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cpy39j thead {
    display: none;
  }

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

  .cpy39j tr {
    border-bottom: 2px solid var(--blue-light-color);
    padding: 10px 0;
  }

  .cpy39j tr:last-child {
    border-bottom: none;
  }

  .cpy39j td {
    border-bottom: none;
    padding: 6px 16px;
    position: relative;
    padding-left: 45%;
    min-height: 28px;
  }

  .cpy39j td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 6px;
    width: 40%;
    font-weight: 600;
    font-size: 13px;
    color: var(--blue-color);
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
}

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

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

.d8c5jg h2 {
  margin-top: 40px;
}

.rxi52j {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(25, 91, 113, 0.12);
  border: 1px solid var(--grey-medium-color);
  line-height: 0;
}

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

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

/* ===== Useful Links Section ===== */
.t54zj9 {
  padding: 50px 0 70px;
  background-color: var(--grey-bg-color);
  border-top: 1px solid var(--grey-medium-color);
}

.c9sygx {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color, #195b71);
  letter-spacing: -0.5px;
}

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

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

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

.net02i 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, #e0e7ec);
  border-radius: 8px;
  color: var(--text-color, #333);
  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(25, 91, 113, 0.03);
}

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

.net02i li a:hover {
  background-color: var(--white-color);
  color: var(--primary-color, #195b71);
  border-color: var(--primary-color, #195b71);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(25, 91, 113, 0.08);
}

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