/* === main.css === */
/* inlined: ../css/vars.css */
:root {
  --blue-color: #133E87;
  --blue-medium-color: #608BC1;
  --blue-light-color: #A6BFDE;
  --blue-light-color-2: #CBDCEB;
  --yellow-light-color: #F3F3E0;
  --text-color: #272727;
  --black-color: #252525;
  --black-color-2: #171B1D;
  --white-color: #fff;
  --grey-color: #9E9E9E;
  --grey-medium-color: #DADADA;
  --grey-light-color: #F9F9F9;

  --primary-font: 'Open Sans';

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

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

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

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

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

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

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

.p7lwr0 {
  width: 25%;
}

.paypzv {
  width: 33.3333%;
}

.sspx7g {
  width: 41.666667%;
}

.lqoy2i {
  width: 50%;
}

.lieng3 {
  width: 100%;
}

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

.dt7ifc {
  flex: 1;
}

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

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

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

  .d24ku3 {
    width: 33.3333%;
  }

  .zcw8mt {
    width: 58.3333%;
  }

  .n78183 {
    width: 66.6666%;
  }

  .rr29r2 {
    width: 50%;
  }

  .j21gjg {
    width: 41.6666%;
  }

  .jalsdm {
    flex-direction: row;
  }
}

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

  .nkqmdc {
    width: 50%;
  }

  .pb2yce {
    width: 58.3333%;
  }

  .ypb9rf {
    width: 41.6666%;
  }

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

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

  .tk73v1 {
    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(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 24px;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 48px 0 14px;
}

h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 36px 0 10px;
}

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

h5 {
  font-size: 16px;
  line-height: 1.4;
  margin: 24px 0 6px;
}

h6 {
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0 6px;
}

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: 14px 16px;
  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-medium-color);
}

.my2j7u {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 34px;
  background-color: var(--blue-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);
}

.my2j7u:hover,
.my2j7u:active {
  background-color: var(--blue-medium-color);
  text-decoration: none;
}

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

.hdxmbs .ai8fh9:first-child {
  justify-content: flex-start;
}

.ddo6a3 {
  transition: var(--transition);
  border: 0;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  padding-right: 16px;
}

.ddo6a3:hover {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

.y59535 {
  flex-shrink: 0;
}

.y59535 .my2j7u {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

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

/* ─── Choose Your City ──────────────────────────────────────────── */

/* ─── Contact Form ──────────────────────────────────────────────── */

.bbahtx {
  margin-bottom: 28px;
}

.y9iz8q {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.ccffhu {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 6px;
}

.jr43o9 {
  margin-top: 8px;
}

/* ─── Choose Your City ──────────────────────────────────────────── */

.yalfk3 {
  padding: 60px 0 70px;
  background-color: #f5f7fb;
}

.bmqrpd {
  font-size: 26px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0 0 32px;
}

.rtih0g {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.ozl6vp {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.ozl6vp:hover {
  box-shadow: 0 4px 16px rgba(19, 62, 135, 0.10);
}

.ozl6vp[open] {
  border-color: var(--blue-color, #133E87);
}

.zz00wj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-color, #133E87);
  cursor: pointer;
  list-style: none;
  user-select: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.zz00wj::-webkit-details-marker {
  display: none;
}

.zz00wj::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue-color, #133E87);
  border-bottom: 2px solid var(--blue-color, #133E87);
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: -4px;
}

.ozl6vp[open] .zz00wj::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.k55605 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e0e6f0;
}

.k55605 li {
  border-bottom: 1px solid #f0f3f8;
}

.k55605 li:nth-last-child(-n+2) {
  border-bottom: none;
}

.k55605 li a {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k55605 li a:hover {
  background: #f0f5ff;
  color: var(--blue-color, #133E87);
}

.ynk0w6 p {
  margin-bottom: 18px;
}

.ynk0w6 h1:not(:first-child),
.ynk0w6 h2,
.ynk0w6 h3,
.ynk0w6 h4,
.ynk0w6 h5,
.ynk0w6 h6 {
  margin-top: 40px;
}

.ynk0w6 h2 + p,
.ynk0w6 h3 + p,
.ynk0w6 h4 + p {
  margin-top: 0;
}

.ujyxfc {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.y3av7x {
  margin: 0 0 20px;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
  background-color: var(--blue-medium-color);
  color: var(--white-color);
  padding: 5px 20px;
}

.y3av7x.c8n379 {
  background-color: var(--blue-light-color-2);
  color: var(--black-color);
}


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

.rymtsa {
  margin: 25px 0;
}

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

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

.y7r4g2 p {
  margin-bottom: 0;
}

.fp80wp {
  padding: 50px 0 120px;
  background-color: var(--blue-medium-color);
}

.fqd93d {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -95px -15px 30px;
}

.isvg0b {
  padding: 30px 20px;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  text-align: center;
  border: 1px solid var(--blue-medium-color);
  background-color: var(--grey-light-color);
}

.isvg0b p {
  margin-bottom: 0;
}

.zqkjub {
  padding-bottom: 30px;
}

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

.fzkrd9 {
  padding: 25px 20px;
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--yellow-light-color);
  background-color: var(--grey-light-color);
}

.fzkrd9 p {
  font-size: 16px;
  line-height: 27px;
}

.wy2ri0 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wyzkb2 {
  padding: 50px 0 30px;
  background-color: var(--blue-light-color-2);
}

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

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

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

.f1s7y5::before {
  display: none;
}

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

.dyv5a3 p {
  margin-bottom: 0;
}

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

.dyv5a3 ul {
  margin: 0;
}

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


.wfjy8d .y3av7x + p {
  margin-top: 10px;
}

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

.wfjy8d .i0c0z9 p {
  color: var(--text-color)
}

.wfjy8d .s0kabt {
  margin-top: 25px;
}

.i0c0z9,
.ej1dab {
  width: 50%;
}

.im4b5f {
  padding-left: 15px;
}

.tvqclm {
  padding-right: 15px;
}

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

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

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

.khw0ba {
  width: 100%;
  max-width: 520px;
  background-color: var(--white-color);
  text-align: center;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(19, 62, 135, 0.10);
}

.ftfspc {
  padding: 32px 48px;
  width: 100%;
  margin: 0 auto;
}

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

.vcbnjk {
  padding: 16px 44px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black-color);
  background-color: var(--yellow-light-color);
}

.u7ve9n {
  margin: 20px auto 0;
}

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

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

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


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

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

.jabfgk {
  margin: 0 15px;
}

.qjna2b {
  max-width: 254px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  align-self: flex-start;
}

.qjna2b:hover {
  opacity: .9;
}

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

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

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

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

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

.xczq69 li a:hover {
  background-color: var(--blue-light-color);
}

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

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

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

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

.sqt07u {
  margin: 0;
}

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

.sqt07u.sq5tp1 li {
  width: calc(50% - 5px);
}

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

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

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

.hg3ili {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.zzjog1 {
  display: flex;
}

.bmxlyu {
  text-align: center;
}

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

.u36nfn {
  align-items: center;
} 

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

.cc8uif {
  justify-content: center;
}

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

@media (max-width: 1025px) {
  .a2a18e ul li {
    margin-right: 25px;
  }

  .rmkgia {
    display: inline-flex;
  }

  .qjna2b {
    max-width: 160px;
  }

  .ddo6a3 {
    font-size: 14px;
    max-width: none;
  }

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

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

  .a2a18e ul {
    display: block;
  }

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

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

  .y59535 {
    margin-top: 15px;
  }

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

  .yrg8nz {
    margin-right: 0;
  }
}

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

  .kbnuby {
    margin-bottom: 30px;
  }

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

  .emny1d {
    margin-right: 7px;
  }

  .ntkc33 {
    width: 152px;
  }

  .ujyxfc,
  .f25b0n {
    margin-bottom: 25px;
    text-align: center;
  }

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

  .yrg8nz {
    display: none;
  }

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

  .df0nns,
  .o54ocd {
    text-align: center;
  }

  .cut39x {
    margin: 10px 0;
  }

  .lk3j4y {
    padding: 80px 0;
  }

  .isvg0b {
    width: calc(50% - 30px);
  }

  .fzkrd9 {
    width: 100%;
  }

  .hdxmbs {
    padding: 10px 0;
  }

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

@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: 28px;
    line-height: 1.25;
    margin: 0 0 20px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 36px 0 12px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 28px 0 8px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.4;
    margin: 22px 0 6px;
  }

  h5 {
    font-size: 15px;
    line-height: 1.4;
    margin: 18px 0 6px;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
    margin: 16px 0 6px;
  }

  input, 
  select, 
  textarea {
    padding: 9px 12px;
  }

  select {
    padding-right: 35px;
    background-size: 13px;
    background-position-x: calc(100% - 12px);
  }

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

  .hdxmbs {
    padding: 6px 0;
  }

  .ddo6a3 {
    font-size: 13px;
    max-width: none;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
    padding-right: 10px;
  }

  .qjna2b {
    max-width: 168px;
  }

  .fp80wp {
    padding-bottom: 70px;
  }

  .t4s7q7 {
    margin-top: 25px;
  }

  .fzkrd9 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

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

  .wy2ri0 {
    max-width: 45px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .fqd93d {
    margin-top: -50px;
  }

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

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

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

  .wyzkb2 {
    padding: 30px 0 10px;
  }

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

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

  .j9b3il {
    padding-top: 75px;
  }

  .rymtsa {
    margin: 20px 0;
  }

  .y7r4g2 {
    padding: 15px 10px;
  }

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

  .fh9mwt {
    width: 100%;
  }

  .p5bzqf {
    margin-right: 10px;
  }

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

  .ujyxfc,
  .cut39x {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .khw0ba select {
    padding: 14px 15px;
  }

  .vcbnjk {
    font-size: 24px;
    line-height: 32px;
    padding: 14px 28px;
  }

  .ftfspc {
    padding: 28px 28px;
  }

  .df0nns {
    margin-bottom: 20px;
  }

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

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

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

  .u7ve9n {
    margin-top: 20px;
  }

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

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

  .o54ocd {
    font-size: 15px;
    line-height: 25px;
  }
  
  .qolyz3 {
    padding: 19px 0;
  }

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

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

  .wfjy8d {
    flex-direction: column;
  }

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

  .wfjy8d .y3av7x + p {
    margin-top: 0;
  }

  .i0c0z9, 
  .ej1dab {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }

  .im4b5f {
    padding-left: 0;
  }

  .tvqclm {
    padding-right: 0;
  }

  .ui85di {
    padding-top: 47px;
  }

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

  .avwr8x {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .jabfgk {
    margin: 0;
  }

  .hg3ili {
    margin-top: 15px;
  }

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

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

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

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

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

  .khw0ba {
    max-width: 100%;
    border-radius: 12px;
  }

  .ftfspc {
    padding: 22px 20px;
  }

  .vcbnjk {
    padding: 12px 20px;
  }

  input,
  select,
  textarea {
    padding: 14px 14px;
    font-size: 16px;
  }
}

/* from style.css */
.c2eq79{text-align:center!important;}
