@font-face {
  font-family: Glacial;
  src: url('../fonts/GlacialIndifference-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacial;
  src: url('../fonts/GlacialIndifference-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Glacial;
  src: url('../fonts/GlacialIndifference-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  align-items: stretch;
  min-height: 100vh;
  padding: 10px;
  font-family: Glacial, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #1a646d;
  background-image: linear-gradient(#1a646dfa, #1a646dfa), url('../images/Asset-44x.png');
  background-position: 0 0, -300px 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.col._2 {
  background-color: #26848d;
  background-image: linear-gradient(#26848dfa, #26848dfa), url('../images/plam.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  text-decoration: none;
  position: relative;
}

.heading-wrapper-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #ffffff12;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: filter .35s;
  display: flex;
}

.subtext {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}

.subtext.black {
  color: #fff;
}

.heading-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  text-align: center;
  background-color: #ffffff12;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: filter .35s;
  display: flex;
}

.div-block {
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #fdd789;
  min-width: 125px;
  padding: 8px 13px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.div-block:hover {
  background-color: #27848d;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
}

.link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-2 {
  color: #1b646d;
  background-color: #fff;
  background-image: linear-gradient(#27848c3d, #27848c3d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.centered {
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  font-family: Glacial, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.centered.black {
  color: #fff;
}

.text-span {
  color: #1b646d;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-2 {
  color: #a08a28;
  -webkit-text-stroke-width: 1px;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
}

.heading {
  color: #f0db78;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .heading-wrapper-1 {
    padding: 30px;
  }

  .flex-block-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  .col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 12px;
  }

  .heading-wrapper-1, .heading-wrapper-2 {
    padding: 20px;
  }
}


@font-face {
  font-family: 'Glacial';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacial';
  src: url('../fonts/GlacialIndifference-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Glacial';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}