/* Global CSS */ /****************************************************Font Face**************************************************************/
@font-face {
  font-family: "CalibriRegular";
  src: url("../fonts/CalibriRegular.ttf") format("ttf"), url("../fonts/CalibriRegular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "berlingske_sans_roundlight";
  src: url("../fonts/berlingskesansround-lt-webfont.ttf") format("ttf"), url("../fonts/berlingskesansround-lt-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "berlingske_sans_roundregular";
  src: url("../fonts/berlingskesansround-rg-webfont.ttf") format("ttf"), url("../fonts/berlingskesansround-rg-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "berlingske_sans_roundmedium";
  src: url("../fonts/berlingskesansround-md-webfont.ttf") format("ttf"), url("../fonts/berlingskesansround-md-webfont.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roobert_light";
  src: url("../fonts/Roobert-Light.ttf") format("ttf"), url("../fonts/Roobert-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roobert_regular";
  src: url("../fonts/Roobert-Regular.ttf") format("ttf"), url("../fonts/Roobert-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roobert_medium";
  src: url("../fonts/Roobert-Medium.ttf") format("ttf"), url("../fonts/Roobert-Medium.woff2") format("woff2");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  font-variant-ligatures: none;
}

html,
body {
  font-family: "roobert_regular";
  color: #243508;
  font-weight: 400;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: inherit;
}

body {
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a.anchor-black, a.anchor-white {
  border-bottom: 1px solid #BFF355;
}
a.anchor-black {
  color: #243508;
}
a.anchor-white {
  color: #fff;
}

p {
  font-size: 2.125rem;
  margin-bottom: 1.875rem;
}

#content {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .spacer {
    height: 5rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .promo {
    float: inherit;
    width: 100%;
  }
}

/* Color classes */
.bg_light_blue_txt_white {
  background-color: #243508;
  color: #fff;
}

.bg_dark_green_txt_black {
  background-color: #243508;
  color: #243508;
}

.bg_dark_green_txt_white {
  background-color: #243508;
  color: #fff;
}

.bg_dark_grey_txt_white {
  background-color: #E2D6CF;
  color: #fff;
}

.bg_dark_grey_txt_black {
  background-color: #E2D6CF;
  color: #243508;
}

.bg_green_txt_black {
  background-color: #557630;
  color: #243508;
}

.bg_green_txt_white {
  background-color: #557630;
  color: #fff;
}

.bg_light_green_txt_black {
  background-color: #bff355;
  color: #243508;
}

.bg_light_green_txt_white {
  background-color: #bff355;
  color: #fff;
}

.bg_purple_txt_white {
  background-color: #243508;
  color: #fff;
}

.bg_purple_txt_black {
  background-color: #243508;
  color: #243508;
}

.bg_dark_green_txt_light_green {
  background-color: #243508;
  color: #BFF355;
}

.bg_light_green {
  background: #bff355;
}

.bg_grey {
  background: rgba(226, 214, 207, 0.4);
}
.bg_grey.csl_payment_sector, .bg_grey.csl_col_counter {
  background: transparent;
}

/* Text Color */
.txt_green {
  color: #557630;
}

.text_light_blue {
  color: #243508;
}

.txt_voilet {
  color: #243508;
}

.text_dark_green {
  color: #243508;
}

.text_dark_gray {
  color: #243508;
}

.text_light_green {
  color: #BFF355;
}

/* Margin and padding classes */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.p-15 {
  padding: 5rem 0 !important;
}
@media only screen and (min-width: 992px) {
  .p-15 {
    padding: 15rem 0 !important;
  }
}

.mb-15 {
  margin-bottom: 12.5rem;
}
@media only screen and (min-width: 992px) {
  .mb-15 {
    margin-bottom: 15rem;
  }
}

.mt-15 {
  margin-top: 9.5rem;
}
@media only screen and (min-width: 992px) {
  .mt-15 {
    margin-top: 12rem;
  }
}

.mt-14 {
  margin-top: 5rem;
}
@media only screen and (min-width: 992px) {
  .mt-14 {
    margin-top: 12rem;
  }
}

.mb-7 {
  margin-bottom: 7.5rem;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .pr0 {
    padding-right: 0;
  }
}

.fixed-section {
  position: fixed;
  width: 100%;
  left: 0;
}

.slider-wrapper .slick-track {
  display: flex;
}
.slider-wrapper .slick-track .slick-slide {
  height: auto;
}

.pb-15 {
  padding-bottom: 15rem;
}

.pt-15 {
  padding-top: 15rem;
}

.component.content {
  width: 100%;
}

.on-page-editor h2 {
  font-weight: 500;
}

.padlock-icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/common/Lock-Fill.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.padunlock-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../images/common/Unlock-Fill.svg");
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 9;
}

.modal-open {
  padding-right: 0 !important;
}

.custom-container#pdp-col-8 {
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .custom-container#pdp-col-8 {
    max-width: 64.35%;
    margin-right: 36px;
  }
}

.custom-container#pdp-col-4 {
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .custom-container#pdp-col-4 {
    max-width: 32.36%;
    margin-right: 0;
  }
}

.gpi-title .rich-text.sxa-rich-text-default h2 {
  font-size: 35px;
  font-family: "roobert_regular";
}