:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #d0d0d0;
  font-family: Inter Normal, sans-serif;
  font-size: 14px;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: -7px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  line-height: 1.3;
}

a {
  color: #0064b6;
  font-family: Inter Bold, sans-serif;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

strong {
  letter-spacing: normal;
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.container {
  flex-flow: column;
  max-width: 970px;
  padding: 0 7px;
}

.ktile {
  background-color: #fffc;
  border: 1px solid #00000040;
  border-radius: 7px;
  margin-top: 7px;
  padding: 14px 15px 5px;
  position: static;
  box-shadow: 0 0 8px #0003;
}

.ktile.hero {
  background-image: url('../images/hbgnd.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 170px;
  padding: 30px 35px 31px;
  position: relative;
}

.quick-stack {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding: 0;
}

.k-st-footer {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  padding: 0;
}

.paragraph-privacy {
  margin-right: 0;
  font-size: 13px;
}

.section {
  mix-blend-mode: normal;
  display: block;
}

.k-st-header {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  padding: 0;
}

.h1-hero {
  font-family: Inter Bold, sans-serif;
  font-size: 30px;
}

.paragraph-hero {
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Inter Medium, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.k-st-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding: 11px 16px;
}

.k-st-badges {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.cell-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.div-badges {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 330px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.badge1 {
  position: absolute;
  inset: 0% 0 0% auto;
}

.badge2 {
  position: absolute;
}

.badge3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-ind {
  border: 1px solid #00000080;
  border-radius: 7px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.image-ind.hero {
  margin-bottom: 0;
}

.cell-header {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.submit-button {
  background-color: #0064b6;
  border: 1px solid #000;
  border-radius: 7px;
  margin-top: 10px;
  padding: 10px 33px;
}

.textarea {
  min-height: 110px;
  margin-bottom: 0;
}

.form {
  text-align: center;
}

.text-field {
  margin-bottom: 0;
}

.fixed-bgnd {
  z-index: -100;
  background-image: linear-gradient(#fff, #d0d0d0 65%);
  width: 100%;
  height: 100vh;
  position: fixed;
}

.field-label {
  margin-top: 5px;
}

.field-label-2 {
  margin-top: 15px;
}

.list {
  margin-bottom: 10px;
}

.heading {
  margin-top: -2px;
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.2;
}

.hero-text-2 {
  display: none;
}

.link {
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.quick-stack-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding: 0;
}

.list-item {
  font-family: Inter Bold, sans-serif;
  list-style-type: square;
}

.div-flag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 6px;
  margin-right: 6px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.theflag {
  outline-offset: 0px;
  outline: 1px solid #0000004d;
}

.bold-text {
  font-family: Inter Normal, sans-serif;
}

.paragraph {
  font-family: Inter Bold, sans-serif;
}

.list-item-2 {
  font-family: Inter Normal, sans-serif;
}

.text-span {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .div-badges {
    min-width: 280px;
  }

  .badge1 {
    width: 120px;
    margin-top: 15%;
  }

  .badge2 {
    width: 120px;
  }

  .badge3 {
    width: 120px;
    margin-bottom: 15%;
  }

  .image-ind.hero {
    margin-bottom: 47px;
  }

  .cell-header {
    justify-content: flex-end;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .k-st-header {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .k-st-badges {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-badges {
    width: 380px;
    height: 125px;
  }

  .badge1 {
    margin-top: 0%;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .badge3 {
    margin-bottom: 0%;
    bottom: auto;
  }

  .image-ind.hero {
    margin-bottom: 10px;
  }

  .cell-header {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-text-2 {
    display: block;
  }

  .hero-text-1 {
    display: none;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .ktile.hero {
    padding: 14px 15px 15px;
  }

  .k-st-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h1-hero {
    font-size: 24px;
  }

  .paragraph-hero {
    font-size: 15px;
  }

  .div-badges {
    width: 100%;
    min-width: auto;
    max-width: 300px;
    height: 80px;
  }

  .badge1, .badge2, .badge3 {
    width: 70px;
  }

  .image-ind.hero {
    margin-bottom: 0;
  }

  .heading {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }
}

#w-node-_68ebe06e-df8e-fd88-8e1c-ddfaef01c2e9-506f890d {
  grid-template-rows: auto;
  grid-template-columns: .4fr .95fr;
}

#w-node-cf36dc6c-0f0f-4da9-d27d-1991fae5acc0-506f890d {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_3d66b648-1e29-e1d0-dac5-eb0c3e609224-506f890d, #w-node-_54cc38b0-4fbb-2741-158f-cb6562cc2d09-506f890d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6b796200-5956-af72-b331-d13dd487892d-506f890d, #w-node-_1ed9f44d-7b77-87aa-2e8a-5765e64628b2-506f890d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_94965f62-5b32-7332-3c71-f49a1f06f824-506f890d {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_68ebe06e-df8e-fd88-8e1c-ddfaef01c2e9-506f890d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-cf36dc6c-0f0f-4da9-d27d-1991fae5acc0-506f890d {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_3d66b648-1e29-e1d0-dac5-eb0c3e609224-506f890d, #w-node-_54cc38b0-4fbb-2741-158f-cb6562cc2d09-506f890d, #w-node-_6b796200-5956-af72-b331-d13dd487892d-506f890d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94965f62-5b32-7332-3c71-f49a1f06f824-506f890d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_68ebe06e-df8e-fd88-8e1c-ddfaef01c2e9-506f890d {
    grid-template-rows: auto;
    grid-template-columns: .65fr 1fr;
  }

  #w-node-_1ed9f44d-7b77-87aa-2e8a-5765e64628b2-506f890d, #w-node-_94965f62-5b32-7332-3c71-f49a1f06f824-506f890d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter Bold';
  src: url('../fonts/subset-Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Normal';
  src: url('../fonts/subset-Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Medium';
  src: url('../fonts/subset-Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}