:root {
  --Font_Regular: 'Montserrat', sans-serif;
  --Font_Medium: 'Montserrat', sans-serif;
  --Font_SemiBold: 'Montserrat', sans-serif;
  --Font_Bold: 'Montserrat', sans-serif;
  --Color_Dark_Blue: #2F4C74;
  --Color_Text_Logo_Blue: #0648A3;
  --Color_Logo_Dark_Blue: #012B64;
  --Color_Text_Black: #242424;
  --Color_Dark_Red: #69201E;
  --Color_Black: #000000;
  --Color_Light_Gray: #F0F0F0;
  --Color_Medium_Blue: #3877C8;
  --Color_White: #FFFFFF;
  --Color_Light_Blue: #F7FBFF;
  --Color_Lighter_Blue: #E1E6ED;
  --Color_V2_Light_Blue: #CCDBDC;
  --Color_V2_Green: #859376;
  --Color_V2_Green_2: #6A755E;
  --Color_V2_Blue_1: #3877C8;
  --Color_V2_Blue_2: #2F4C74;
  --Color_Light_Gray_2: #D8D8D8;
  --Color_Black_op_08: rgba(0, 0, 0, 0.08);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  display: block;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--Font_Regular);
  font-weight: 400;
  color: var(--Color_Black);
  background-color: var(--Color_White);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--Font_Regular);
  font-weight: 400;
  color: var(--Color_Text_Logo_Blue);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--Color_Dark_Blue);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

h1, h2, h3, h4, .error404 .page-content, h5, h6 {
  margin: 0 0 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--Font_Regular);
  font-weight: 400;
  color: var(--Color_Black);
}

h1, .h1 {
  font-size: 72px;
  line-height: 80px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 67.2px;
}

h3, .h3 {
  font-size: 36px;
  line-height: 50.4px;
}

h4, .h4 {
  font-size: 26px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 33.6px;
}

h6, .h6 {
  font-size: 22px;
  line-height: 30px;
}

p {
  font-size: 16px;
  line-height: 22.4px;
  margin: 0 0 18px;
}
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-family: var(--Font_SemiBold);
  font-weight: 600;
}

.text-h2 {
  font-size: 48px;
  line-height: 67.2px;
}

.text-h3 {
  font-size: 36px;
  line-height: 50.4px;
}

.text-h4 {
  font-size: 26px;
  line-height: 32px;
}

.text-h5 {
  font-size: 24px;
  line-height: 33.6px;
}

.text-h5-semibold {
  font-size: 24px;
  line-height: 33.6px;
  font-family: var(--Font_SemiBold);
  font-weight: 600;
}

.text-body {
  font-size: 16px;
  line-height: 22.4px;
}

.text-body-semibold {
  font-size: 16px;
  line-height: 22.4px;
  font-family: var(--Font_SemiBold);
  font-weight: 600;
}

.text-tab {
  font-size: 22px;
  line-height: 30px;
}

.text-tab-bold {
  font-size: 22px;
  line-height: 33.6px;
  font-family: var(--Font_Bold);
  font-weight: 700;
}

@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 64px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 54px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 22px;
    line-height: 30px;
  }
  h6, .h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .text-h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .text-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .text-h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-h5,
  .text-h5-semibold {
    font-size: 22px;
    line-height: 30px;
  }
  .text-tab,
  .text-tab-bold {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 44px;
  }
  h3, .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6, .h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .text-h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .text-h5,
  .text-h5-semibold {
    font-size: 20px;
    line-height: 28px;
  }
  .text-tab,
  .text-tab-bold {
    font-size: 18px;
    line-height: 26px;
  }
  .text-body,
  .text-body-semibold {
    font-size: 16px;
    line-height: 21px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

button {
  letter-spacing: 0;
  text-transform: none;
  font-weight: inherit;
}

.tagline_text {
  color: #859376;
  font-size: 22px;
  line-height: 1.27;
  font-family: var(--Font_Bold);
  font-weight: 700;
  letter-spacing: 2.399994px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .tagline_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tagline_text {
    font-size: 18px;
  }
}

.btn {
  padding: 13px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.4px;
  background: #CCDBDC;
  color: #000000;
  border: 2px solid #CCDBDC;
  transition: all 0.5s ease;
}
.btn:hover {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}
.btn.button_theme_dark {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}
.btn.button_theme_dark:hover {
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}

/*************** Spacing Options Style ****************/
.top_outer_space_big {
  margin-top: 130px;
}

.bottom_outer_space_big {
  margin-bottom: 130px;
}

.top_outer_space_global {
  margin-top: 100px;
}

.bottom_outer_space_global {
  margin-bottom: 100px;
}

.top_outer_space_medium {
  margin-top: 75px;
}

.bottom_outer_space_medium {
  margin-bottom: 75px;
}

.top_outer_space_small {
  margin-top: 50px;
}

.bottom_outer_space_small {
  margin-bottom: 50px;
}

.top_outer_space_remove {
  margin-top: 0;
}

.bottom_outer_space_remove {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .top_outer_space_big {
    margin-top: 100px;
  }
  .bottom_outer_space_big {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .top_outer_space_big {
    margin-top: 75px;
  }
  .bottom_outer_space_big {
    margin-bottom: 75px;
  }
  .bottom_outer_space_global {
    margin-bottom: 75px;
  }
  .bottom_outer_space_global {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .top_outer_space_big {
    margin-top: 50px;
  }
  .bottom_outer_space_big {
    margin-bottom: 50px;
  }
  .top_outer_space_global {
    margin-top: 50px;
  }
  .bottom_outer_space_global {
    margin-bottom: 50px;
  }
  .top_outer_space_medium {
    margin-top: 50px;
  }
  .bottom_outer_space_medium {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=global.css.map */
