:root {
  --primary-font: "Sans", Arial, Helvetica, sans-serif;
  --secondary-font: "Condensed", Arial, Helvetica, sans-serif;
  --primary-bg: #c03;
  --primary-color: #fff;
  --light-color: #595959;
  --secondary-color: #1e1964;
  --layout-bg: #fff;
  --layout-color: #323232;
  --primary-field-bg: #f2f2f2;
  --primary-field-border: #1e1964;
  --off-white: #f2f2f2;
  --vibrant-red: #c03;
  --mid-grey: #c3c3c3;
  --royal-blue: #1e1964;
  --twilight-blue: #1e1964;
  --highlight-green: #28d796;
  --highlight-green-aaa: #018855;
  --mid-grey-light: #707070;
  --mid-grey-aaa: #595959;
  --field-border: #707070;
  --lighter-blue: #5cccff;
  --error-destructive: #df3600;
  --tertiary-yellow: #ffc837;
  --checkbox-border: #707070;
  --button-text: #323232;
  --placeholder-bg: #dfdfdf;
  --container-padding: 98px;
  --content-padding: 60px;
}

@media (max-width: 1280px) {
  :root {
    --container-padding: 82px;
    --content-padding: 52px;
  }
}

@media (max-width: 1200px) {
  :root {
    --container-padding: 60px;
    --content-padding: 48px;
  }
}

@media (max-width: 1024px) {
  :root {
    --container-padding: 50px;
    --content-padding: 42px;
  }
}

@media (max-width: 800px) {
  :root {
    --container-padding: 28px;
    --content-padding: 16px;
  }
}

@media (max-width: 550px) {
  :root {
    --container-padding: 20px;
  }
}

@media (max-width: 420px) {
  :root {
    --container-padding: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  font-size: 16px;
}

img,
svg {
  max-width: 100%;
  border-style: none;
  width: auto;
  height: auto;
}

.section,
.relative {
  position: relative;
  text-align: start;
}

.section .container {
  padding: var(--container-padding);
  max-width: 1400px;
  margin: auto;
}

@media (max-width: 800px) {
  .section .container {
    padding: 32px var(--container-padding);
  }
}

/* Header */
.header {
  background-color: var(--primary-bg);
  padding: 16px 32px;
  min-height: 117px;
}

.headerWrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.headerWrap img svg {
  height: 10px;
  width: 10px;
}

/* hero banner start */
.heroBannerSection .container {
  max-width: 100%;
  padding: 0;
  margin: auto;
}

.heroBannerSection .heroBannerWrapper {
  position: relative;
  --bg-color: var(--vibrant-red);
  --text-color: var(--primary-color);
  --background: var(--off-white);
}

.heroBannerSection .bannerImageWrapper,
.heroBannerSection .bannerImageWrapper .bsz,
.heroBannerSection .bannerImageWrapper .bgImage,
.heroBannerSection .bannerImageWrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.heroBannerSection .bannerImageWrapper .sizer {
  padding-top: 31%;
}

.heroBannerSection .bannerImageWrapper .bsz,
.heroBannerSection .bannerImageWrapper .bgImage {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.4s 0.2s;
}

.heroBannerSection .bannerImageWrapper .img {
  opacity: 0;
}

.heroBannerSection .headingWrapper {
  position: relative;
  min-height: 31.26vw;
  padding: var(--container-padding);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.heroBannerSection .headingWrapper .heading {
  position: relative;
  width: 50%;
}

.heroBannerSection .headingWrapper .heading .text {
  display: inline;
  vertical-align: unset;
  font-weight: 500;
  font-size: 96px;
  line-height: 1.2;
  padding: 0 0 0 16px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.heroBannerSection .headingWrapper .heading .icon {
  position: relative;
  display: inline-block;
  height: 74px;
  vertical-align: baseline;
  margin-right: 0;
}

.heroBannerSection .headingWrapper .heading .word {
  display: inline-block;
  white-space: nowrap;
}

.heroBannerSection .headingWrapper .heading .wordSpace {
  display: inline-block;
  width: 16px;
  height: 1px;
}

@media (max-width: 600px) {
  .heroBannerSection .bannerImageWrapper .sizer {
    padding-top: 92%;
  }

  .heroBannerSection .headingWrapper {
    min-height: 92.8vw;
    justify-content: end;
  }

  .heroBannerSection .headingWrapper .heading {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .heroBannerSection .headingWrapper .heading .text {
    font-size: 72px;
  }

  .heroBannerSection .headingWrapper .heading .text .icon {
    height: 52px;
  }
}

@media (min-width: 992px) {
  .heroBannerSection .headingWrapper {
    max-width: 1440px;
    width: 100%;
  }
}

/* Hero banner end */

/* Article start */
.article {
  text-align: center;
  color: #323232;
}

.article .content {
  margin-top: 24px;
}

.article .content p {
  line-height: 32px;
}

@media (max-width: 600px) {
  .article .content p {
    line-height: 24px;
  }
}

.content .contentBold {
  font-weight: 500;
  font-weight: 500;
}

.content .link {
  color: var(--secondary-color);
  font-weight: 400;
  color: #1e1964;
}

.article .callButton {
  margin-top: 52px;
}

@media (max-width: 600px) {
  .article .callButton {
    margin-top: 32px;
  }
}

.article .callButton .button {
  text-decoration: none;
  display: inline-block;
  padding: 16px;
  color: rgb(30, 25, 100);
  background-color: rgb(40, 215, 150);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  transition: all .4s ease;
}

.article .callButton .button:hover {
  background-color: var(--highlight-green-aaa);
}
/* Article end */

/* Tiles start */
.tilesSection {
  background-color: rgb(242, 242, 242);
}

.tilesSection .bgIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  z-index: 1;
  right: 0;
}

.tilesSection .svg {
  font-size: 0;
}

.tilesSection .svg > span > svg {
  width: 100%;
  height: 100%;
}

.tilesSection .titleWrapper {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: auto;
  z-index: 1;
  color: rgb(50, 50, 50);
}

.tilesSection .headerText {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.tilesSection .items {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin: -8px;
  margin-top: 40px;
}

.tilesSection .item {
  display: inline-block;
  width: 50%;
  margin: 8px 0;
  padding: 0 8px;
}

.tilesSection .icon {
  position: relative;
  margin-left: 32px;
}

.tilesSection .icon .svg {
  font-size: 0;
}

.tilesSection .icon .svg svg {
  width: 40px;
  height: auto;
}

@media (max-width: 800px) {
  .tilesSection .item {
    width: 100%;
    padding: 0;
  }
}

.tilesSection .item .tile {
  border-bottom: 4px solid #0000;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  background-color: rgb(255, 255, 255);
  transition: all .4s ease;
  cursor: pointer;
}
.tilesSection .item .tile:hover {
  background: #5cccff;
}
/* Tiles end */

/* Footer */
.footer {
  padding: 40px var(--container-padding);
  background: var(--layout-color);
  min-height: 260px;
}

.footerWrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.bottom {
  margin-top: 32px;
  border-top: 1px solid var(--light-color);
}

.copywrite {
  color: var(--mid-grey);
  padding-top: 16px;
}