@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/***********************************
TYPOGRAPHY
***********************************/
/***********************************
COLOURS
***********************************/
/***********************************
ADDITIONAL
***********************************/
/***********************************
TYPOGRAPHY
***********************************/
/***********************************
COLOURS
***********************************/
/***********************************
ADDITIONAL
***********************************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-repeat: repeat;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-scroll {
  overflow-y: hidden !important;
}

html, body {
  width: 100%;
  max-width: 100%;
}

.pad-no-top {
  padding-top: 0px !important;
}

.pad-no-bottom {
  padding-bottom: 0px !important;
}

.pad-no-both {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

@media (max-width: 767px) {
  body .pad-mob-no-top {
    padding-top: 0px !important;
  }

  body .pad-mob-no-bottom {
    padding-bottom: 0px !important;
  }

  body .pad-mob-no-both {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}
.grow {
  transition: all 0.4s ease-in-out;
}

.grow:hover {
  transform: scale(1.05);
}

.cf-nopad {
  padding-left: 0px;
  padding-right: 0px;
}

a, a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

a, input[type=submit], input[type=button], button, a:after,
.span-button, a > span {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stdbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fixedbg {
  background-attachment: fixed;
}

.bg-tl {
  background-position: top left;
}

.bg-tc {
  background-position: top center;
}

.bg-tr {
  background-position: top right;
}

.bg-cl {
  background-position: center left;
}

.bg-cc {
  background-position: center center;
}

.bg-cr {
  background-position: center right;
}

.bg-bl {
  background-position: bottom left;
}

.bg-bc {
  background-position: bottom center;
}

.bg-br {
  background-position: bottom right;
}

.fullsize {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.banner-slides,
.banner-slides > div:not(.cycle-pager) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation-org {
  0% {
    box-shadow: 0 0 0 0px rgba(246, 134, 43, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 134, 43, 0);
  }
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

/***********************************
TYPOGRAPHY
***********************************/
.anchor {
  position: relative;
  top: -140px;
}

.alignright {
  float: right;
  margin: 0px 0px 2em 2em;
}

.alignleft {
  float: left;
  margin: 0px 2em 2em 0px;
}

p a, li a {
  color: #f6862b;
}

p a:hover, li a:hover {
  color: #1d2547;
}

p, li {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  p, li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  p, li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, li {
    font-size: 18px;
  }
}
p strong, li strong {
  font-weight: 700;
}

p {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    margin-bottom: 26px;
  }
}

h1, .h1 {
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 112.5% */
  letter-spacing: -1.6px;
  max-width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 45px;
    text-align: center;
  }
}
h1.red span, .h1.red span {
  color: #DA1776 !important;
}
h1.green span, .h1.green span {
  color: #B7D640 !important;
}
h1.blue span, .h1.blue span {
  color: #309FC8 !important;
}
h1 span, .h1 span {
  font-weight: 700;
}

h2, .h2 {
  color: #191B49;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.1px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
}
h2.red span, .h2.red span {
  color: #DA1776 !important;
}
h2.green span, .h2.green span {
  color: #B7D640 !important;
}
h2.blue span, .h2.blue span {
  color: #309FC8 !important;
}
h2.red-full, .h2.red-full {
  color: #DA1776 !important;
}
h2.green-full, .h2.green-full {
  color: #B7D640 !important;
}
h2.blue-full, .h2.blue-full {
  color: #309FC8 !important;
}
h2 span, .h2 span {
  font-weight: 700;
}

h6 {
  color: #B7D640;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 6px;
}

/***********************************
COMMON STRUCTURE
***********************************/
.bg-grey {
  background-color: #eeeeee;
}

.container {
  max-width: 1550px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.lozenge {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lozenge:before {
  content: "";
  width: 4px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  background: #fff;
  height: 250px;
  z-index: 1;
}
.lozenge a {
  display: block;
  margin: 0px auto 0px auto;
  width: 57px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.lozenge.lozenge-up {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .lozenge.lozenge-up {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lozenge.lozenge-up {
    padding-bottom: 80px;
  }
}
.lozenge.lozenge-up:before {
  top: 50px;
}
.lozenge.lozenge-up a {
  background-image: url(../img/scroll-up.svg);
}
.lozenge.lozenge-down {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .lozenge.lozenge-down {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lozenge.lozenge-down {
    padding-top: 80px;
  }
}
.lozenge.lozenge-down:before {
  bottom: 50px;
}
.lozenge.lozenge-down a {
  background-image: url(../img/scroll-down.svg);
}

.std-btn, input[type=submit] {
  display: inline-flex;
  min-height: 75px;
  border: none;
  border-radius: 20px 0px 20px 0px;
  padding: 8px 95px 8px 19px;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background-color: #191B49;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 2px solid #191B49;
  background-position: center right 40px;
  background-image: url(../img/button-arrow-wht.svg);
}
.std-btn:hover, input[type=submit]:hover {
  background-color: #B7D640;
  background-image: url(../img/button-arrow-dark.svg);
  color: #191B49;
  border-color: #B7D640;
}
@media (max-width: 767px) {
  .std-btn, input[type=submit] {
    font-size: 18px;
    min-height: 58px;
    padding: 8px 75px 8px 15px;
    background-size: 11px auto;
    background-position: center right 31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .std-btn, input[type=submit] {
    font-size: 18px;
    min-height: 58px;
    padding: 8px 75px 8px 15px;
    background-size: 11px auto;
    background-position: center right 31px;
  }
}
.std-btn.btn-wht, input[type=submit].btn-wht {
  background-color: #fff;
  background-image: url(../img/button-arrow-dark.svg);
  color: #191B49;
  border: 2px solid #fff;
}
.std-btn.btn-wht:hover, input[type=submit].btn-wht:hover {
  background-color: #B7D640;
  background-image: url(../img/button-arrow-dark.svg);
  color: #191B49;
  border-color: #B7D640;
}
.std-btn:hover, input[type=submit]:hover {
  background-position: center right 20px;
}

.dark {
  background: #191B49;
}
.dark h2, .dark h3, .dark h4, .dark h5, .dark p, .dark li {
  color: #fff;
}

.tpad-none {
  padding-top: none;
}

.bpad-none {
  padding-bottom: none;
}

.tpad-std {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .tpad-std {
    padding-top: 80px;
  }
}

.bpad-std {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .bpad-std {
    padding-bottom: 80px;
  }
}

.tpad-short {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .tpad-short {
    padding-top: 25px;
  }
}

.bpad-std {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .bpad-std {
    padding-bottom: 25px;
  }
}

.slash-divider {
  width: 80px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .slash-divider {
    margin-left: auto;
    margin-right: auto;
  }
}
.slash-divider.sd-green {
  background-image: url(../img/breaker-green.svg);
}
.slash-divider.sd-blue {
  background-image: url(../img/breaker-blue.svg);
}
.slash-divider.sd-red {
  background-image: url(../img/breaker-red.svg);
}

.divider-bottom {
  position: relative;
  padding-bottom: 310px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .divider-bottom {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .divider-bottom {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .divider-bottom {
    padding-bottom: 84px;
  }
}
.divider-bottom:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 310px;
  background-image: url(../img/divider-bottom-wht.svg);
  background-repeat: no-repeat;
  background-size: 100% 310px;
  background-position: bottom left;
  z-index: 10;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .divider-bottom:after {
    background-size: 100% 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .divider-bottom:after {
    background-size: 100% 160px;
  }
}
@media (max-width: 767px) {
  .divider-bottom:after {
    height: 84px;
    background-size: 100% 84px;
    background-image: url(../img/divider-bottom-wht-mob.svg);
  }
}
.divider-bottom.gry:after {
  background-image: url(../img/divider-bottom-gry.svg);
}
@media (max-width: 767px) {
  .divider-bottom.gry:after {
    background-image: url(../img/divider-bottom-gry-mob.svg);
  }
}
.divider-bottom .container {
  position: relative;
  z-index: 16;
}
.divider-bottom.reversed:after {
  background-image: url(../img/divider-bottom-wht-reversed.svg);
}
@media (max-width: 767px) {
  .divider-bottom.reversed:after {
    background-image: url(../img/divider-bottom-wht-mob-reversed.svg);
  }
}
.divider-bottom.reversed.gry:after {
  background-image: url(../img/divider-bottom-gry-reversed.svg);
}
@media (max-width: 767px) {
  .divider-bottom.reversed.gry:after {
    background-image: url(../img/divider-bottom-gry-mob-reversed.svg);
  }
}

/***********************************
HEADER
***********************************/
body > header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  min-height: 190px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  body > header {
    min-height: 110px;
  }
}
body > header .header-inner {
  display: flex;
  align-items: flex-start;
}
body > header .header-inner img {
  width: 250px;
  height: auto;
  margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header .header-inner img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  body > header .header-inner img {
    width: 122px;
    margin-right: 20px;
  }
}
body > header .header-inner .divider {
  flex: 1;
  position: relative;
}
body > header .header-inner .divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media (max-width: 767px) {
  body > header .header-inner .divider:before {
    display: none;
  }
}
body > header .header-inner .actions {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-left: 28px;
}
@media (max-width: 767px) {
  body > header .header-inner .actions {
    padding-top: 4px;
    padding-left: 12px;
  }
}
body > header .header-inner .actions ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body > header .header-inner .actions ul {
    display: none;
  }
}
body > header .header-inner .actions ul li {
  margin: 0px 8px 0px 8px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
@media (max-width: 767px) {
  body > header .header-inner .actions ul li {
    margin: 0px 6px 0px 6px;
  }
}
body > header .header-inner .actions ul li a {
  width: 38px;
  height: 38px;
  display: inline-block;
  background: #fff;
  color: #B7D640 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  body > header .header-inner .actions ul li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
body > header .header-inner .actions ul.soc-red li a {
  color: #DA1776 !important;
}
body > header .header-inner .actions ul.soc-blue li a {
  color: #309FC8 !important;
}
body > header .header-inner .actions ul.soc-green li a {
  color: #B7D640 !important;
}
body > header .container {
  position: relative;
  z-index: 12;
}
body > header.nav-open .header-inner .actions ul {
  display: none;
}
body > header.nav-open .header-inner .actions ul li a {
  color: #DA1776 !important;
}
body > header.nav-open .header-inner .divider:before {
  display: none;
}

body.sticky > header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100px;
  z-index: 30;
  background: linear-gradient(90deg, #191B49 23.96%, #DA1776 100%);
}
@media (max-width: 767px) {
  body.sticky > header {
    min-height: 80px;
  }
}
body.sticky > header .header-inner img {
  width: 149px;
  height: auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  body.sticky > header .header-inner img {
    width: 122px;
  }
}
body.sticky > header .header-inner .divider:before {
  display: none;
}
body.sticky > header .header-inner .actions ul li a {
  color: #DA1776 !important;
}
body.sticky > header.nav-open {
  background: none !important;
}

#nav-toggle {
  position: relative;
  width: 48px;
  height: 38px;
  margin-left: 22px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #nav-toggle {
    height: 30px;
    width: 38px;
  }
}
#nav-toggle span {
  position: relative;
  top: 4px;
  width: 48px;
  height: 30px;
  border-bottom: 3px solid #fff;
  display: block;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #nav-toggle span {
    width: 38px;
    height: 22px;
  }
}
#nav-toggle span:before, #nav-toggle span:after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-toggle span:before {
  right: 0px;
  top: 0px;
  width: 85%;
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background: #fff;
}
#nav-toggle span:after {
  bottom: 50%;
  margin-bottom: -3px;
  left: 0px;
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background: #fff;
}
#nav-toggle.is-active span {
  border-bottom: none;
}
#nav-toggle.is-active span:before {
  transform: rotate(45deg);
  width: 100%;
  top: 50%;
}
#nav-toggle.is-active span:after {
  transform: rotate(-45deg);
}

/***********************************
NAV DROP
***********************************/
#navdrop {
  background: linear-gradient(72deg, rgba(25, 27, 73, 0.9) 23.89%, rgba(218, 23, 118, 0.9) 99.16%);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
#navdrop #navdrop-inner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 223px 0px 100px 0px;
  text-align: right;
}
#navdrop #navdrop-inner nav > ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}
#navdrop #navdrop-inner nav > ul > li {
  margin: 0px 0px 38px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  text-align: right;
}
#navdrop #navdrop-inner nav > ul > li a {
  color: #FFF;
  text-align: right;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.1px;
}
@media (max-width: 767px) {
  #navdrop #navdrop-inner nav > ul > li a {
    font-size: 28px;
  }
}
#navdrop #navdrop-inner nav > ul > li a:hover {
  opacity: 0.7;
}
#navdrop #navdrop-inner ul.social {
  display: inline-flex;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}
#navdrop #navdrop-inner ul.social li {
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  text-align: right;
}
#navdrop #navdrop-inner ul.social li a {
  width: 66px;
  height: 66px;
  display: inline-block;
  background: #fff;
  color: #DA1776 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
}
@media (max-width: 767px) {
  #navdrop #navdrop-inner ul.social li a {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}
#navdrop #navdrop-inner ul.social li:last-child {
  margin-right: 0px;
}

/***********************************
HERO
***********************************/
.hero {
  padding: 216px 0px 310px 0px;
  background-color: #333;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero {
    padding: 216px 0px 200px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding: 216px 0px 200px 0px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 140px 0px 144px 0px;
  }
}
.hero .content {
  position: relative;
  z-index: 14;
}
.hero .content h1 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .hero .content h1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero .content .btn-group {
    display: flex;
    justify-content: center;
  }
}
.hero:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 310px;
  background-image: url(../img/divider-bottom-wht.svg);
  background-repeat: no-repeat;
  background-size: 100% 310px;
  background-position: bottom left;
  z-index: 15;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero:after {
    background-size: 100% 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero:after {
    background-size: 100% 160px;
  }
}
@media (max-width: 767px) {
  .hero:after {
    background-size: 100% 84px;
    background-image: url(../img/divider-bottom-wht-mob.svg);
  }
}
.hero.gry:after {
  background-image: url(../img/divider-bottom-gry.svg);
}
@media (max-width: 767px) {
  .hero.gry:after {
    background-image: url(../img/divider-bottom-gry-mob.svg);
  }
}

@media (max-width: 767px) {
  .home .hero {
    min-height: 100vh;
  }
}

/***********************************
SPLIT INTRO
***********************************/
.split-intro .content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .split-intro .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-intro .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.split-intro .content-grid .image {
  display: flex;
  align-items: flex-end;
}
.split-intro .content-grid .image img {
  width: 100%;
  height: auto;
  position: relative;
  left: -44px;
}
@media (max-width: 767px) {
  .split-intro .content-grid .image img {
    left: -22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-intro .content-grid .image img {
    left: -22px;
  }
}
.split-intro .content-grid .content {
  padding-left: 80px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-intro .content-grid .content {
    padding-left: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .split-intro .content-grid .content {
    padding-left: 0px;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 20px;
  }
}

/***********************************
ALTERNATING FULL WIDTH PANELS
***********************************/
.alternating-fw-panels .fw-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .alternating-fw-panels .fw-panel {
    grid-template-columns: repeat(1, 1fr);
  }
}
.alternating-fw-panels .fw-panel .panel-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .alternating-fw-panels .fw-panel .panel-img {
    aspect-ratio: 10/14;
  }
}
.alternating-fw-panels .fw-panel .panel-img:before, .alternating-fw-panels .fw-panel .panel-img:after {
  content: "";
  position: absolute;
  background: #191B49;
  display: block;
}
.alternating-fw-panels .fw-panel .panel-img span:before, .alternating-fw-panels .fw-panel .panel-img span:after {
  content: "";
  position: absolute;
  display: block;
}
.alternating-fw-panels .fw-panel .panel-img span:before {
  bottom: 0px;
  height: 200px;
  width: 20px;
}
.alternating-fw-panels .fw-panel .panel-img span:after {
  bottom: 0px;
  width: 200px;
  height: 20px;
}
.alternating-fw-panels .fw-panel .panel-content {
  padding: 58px 77px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alternating-fw-panels .fw-panel .panel-content {
    padding: 58px 32px;
  }
}
@media (max-width: 767px) {
  .alternating-fw-panels .fw-panel .panel-content {
    padding: 58px 30px;
    text-align: center;
  }
}
.alternating-fw-panels .fw-panel .panel-content h2, .alternating-fw-panels .fw-panel .panel-content h2 span {
  font-weight: 500;
}
.alternating-fw-panels .fw-panel .panel-content h2, .alternating-fw-panels .fw-panel .panel-content p {
  color: #fff;
}
.alternating-fw-panels .fw-panel .panel-content .btn-group {
  padding-top: 65px;
}
@media (max-width: 767px) {
  .alternating-fw-panels .fw-panel .panel-content .btn-group {
    padding-top: 30px;
  }
}
.alternating-fw-panels .fw-panel .panel-content .content-inner {
  max-width: 500px;
}
.alternating-fw-panels .fw-panel.panel-green .panel-content {
  background-image: url(../img/green-grad.png);
}
.alternating-fw-panels .fw-panel.panel-green h2 span {
  color: #B7D640;
}
.alternating-fw-panels .fw-panel.panel-green .panel-img span:before, .alternating-fw-panels .fw-panel.panel-green .panel-img span:after {
  background-color: #B7D640;
}
.alternating-fw-panels .fw-panel.panel-red .panel-content {
  background-image: url(../img/red-grad.png);
}
.alternating-fw-panels .fw-panel.panel-red h2 span {
  color: #DA1776;
}
.alternating-fw-panels .fw-panel.panel-red .panel-img span:before, .alternating-fw-panels .fw-panel.panel-red .panel-img span:after {
  background-color: #DA1776;
}
.alternating-fw-panels .fw-panel.panel-blue .panel-content {
  background-image: url(../img/blue-grad.png);
}
.alternating-fw-panels .fw-panel.panel-blue h2 span {
  color: #309FC8;
}
.alternating-fw-panels .fw-panel.panel-blue .panel-img span:before, .alternating-fw-panels .fw-panel.panel-blue .panel-img span:after {
  background-color: #309FC8;
}
.alternating-fw-panels .fw-panel.img-left .panel-content {
  background-position: top right;
}
.alternating-fw-panels .fw-panel.img-left .panel-img:before {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 20px;
}
.alternating-fw-panels .fw-panel.img-left .panel-img:after {
  top: 0px;
  right: 0px;
  width: 20px;
  height: 100%;
}
.alternating-fw-panels .fw-panel.img-left .panel-img span:before, .alternating-fw-panels .fw-panel.img-left .panel-img span:after {
  left: 0px;
}
.alternating-fw-panels .fw-panel.img-right .panel-content {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  background-position: top left;
}
@media (max-width: 767px) {
  .alternating-fw-panels .fw-panel.img-right .panel-content {
    justify-content: center;
    text-align: center;
  }
}
.alternating-fw-panels .fw-panel.img-right .panel-content .content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .alternating-fw-panels .fw-panel.img-right .panel-content .content-inner {
    align-items: center;
  }
}
.alternating-fw-panels .fw-panel.img-right .panel-img:before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
}
.alternating-fw-panels .fw-panel.img-right .panel-img:after {
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
}
.alternating-fw-panels .fw-panel.img-right .panel-img span:before, .alternating-fw-panels .fw-panel.img-right .panel-img span:after {
  right: 0px;
}

/***********************************
SPLIT CONTENT
***********************************/
@media (max-width: 767px) {
  .split-content {
    text-align: left;
  }
}
.split-content h2 {
  max-width: 540px;
}
.split-content .btn-group {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .split-content .btn-group {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
.split-content .content {
  padding-left: 38px;
}
@media (max-width: 767px) {
  .split-content .content {
    padding-left: 0px;
  }
}
.split-content.feature-list h2 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .split-content.feature-list h2 {
    text-align: left;
    margin-bottom: 50px;
  }
}
.split-content.feature-list .feature-listing {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
  .split-content.feature-list .feature-listing {
    margin: 0px 0px 50px 0px;
  }
}
.split-content.feature-list .feature-listing li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 32px;
  list-style: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: top 6px left;
  background-size: 19px auto;
  font-weight: 500;
}
.split-content.feature-list .listing-red li {
  background-image: url(../img/red-bullet.svg);
}
.split-content.feature-list .listing-green li {
  background-image: url(../img/green-bullet.svg);
}
.split-content.feature-list .listing-blue li {
  background-image: url(../img/blue-bullet.svg);
}
@media (max-width: 767px) {
  .split-content.contact-details {
    text-align: center;
  }
}
.split-content.contact-details h2 {
  max-width: 85%;
}
@media (max-width: 767px) {
  .split-content.contact-details h2 {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-content.contact-details h2 {
    max-width: 100%;
  }
}
.split-content.contact-details h5 {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
  .split-content.contact-details h5 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-content.contact-details h5 {
    font-size: 26px;
  }
}
.split-content.contact-details h5.red {
  color: #DA1776;
}
.split-content.contact-details h5.blue {
  color: #309FC8;
}
.split-content.contact-details h5.green {
  color: #B7D640;
}
.split-content.contact-details .contact {
  margin-bottom: 70px;
}
.split-content.contact-details .contact p a {
  color: #4D4D4D;
}
.split-content.contact-details .contact p a:hover {
  opacity: 0.7;
}
.split-content.contact-details .follow {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-content.contact-details .follow {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .split-content.contact-details .follow {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.split-content.contact-details .follow h5 {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .split-content.contact-details .follow h5 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.split-content.contact-details .follow ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-flex;
}
.split-content.contact-details .follow ul li {
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
.split-content.contact-details .follow ul li a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #191B49;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
}

/***********************************
FREE TEXT
***********************************/
.free-text .intro {
  margin-bottom: 20px;
}
.free-text .intro p {
  font-weight: 500;
}
.free-text .content.cols-2 {
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 767px) {
  .free-text .content.cols-2 {
    column-count: 1;
  }
}
.free-text .content.cols-3 {
  column-count: 3;
  column-gap: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content.cols-3 {
    column-gap: 20px;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .free-text .content.cols-3 {
    column-count: 1;
  }
}
.free-text .content.cols-4 {
  column-count: 4;
  column-gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .content.cols-4 {
    column-gap: 40px;
    column-count: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .content.cols-4 {
    column-gap: 20px;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .free-text .content.cols-4 {
    column-count: 1;
  }
}

/***********************************
CONTACT FORM
***********************************/
.contact-form .introduction {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-form .introduction {
    text-align: center;
  }
}
.contact-form .introduction h2 {
  color: #B7D640;
}
.contact-form .introduction p {
  max-width: 750px;
}
.contact-form .ginput_container_consent {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .contact-form .ginput_container_consent {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .ginput_container_consent {
    margin-top: 0px;
  }
}
.contact-form .fileupload {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-form .fileupload {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.contact-form .fileupload input[type=file] {
  display: none;
}
.contact-form .fileupload label {
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 76px;
  height: 76px;
  background: linear-gradient(90deg, #B7D640 0%, #191B49 100%);
  color: #FFF;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 90px 10px 29px !important;
  position: relative;
}
@media (max-width: 767px) {
  .contact-form .fileupload label {
    font-size: 18px !important;
  }
}
.contact-form .fileupload label:hover {
  background: #191B49;
  color: #B7D640;
}
.contact-form .fileupload label:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 40px;
  width: 26px;
  height: 30px;
  background: transparent url(../img/upload-icon.svg) no-repeat;
  background-size: contain;
}
.contact-form .fileupload label .gfield_required {
  display: none;
}
.contact-form .fileupload .gform_fileupload_rules {
  font-size: 22px;
  font-weight: 300;
  margin: 0px 0px 0px 18px !important;
  padding: 0px 0px 0px 0px !important;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  border-radius: 49px;
  border: 2px solid #B7D640;
  background: #FFF;
  height: 72px;
  font-size: 22px !important;
  padding: 8px 28px !important;
}
@media (max-width: 767px) {
  .contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    font-size: 18px !important;
  }
}
.contact-form textarea {
  min-height: 240px;
  padding: 30px 28px 12px 28px !important;
}
.contact-form .gfield_checkbox .gchoice,
.contact-form .ginput_container_consent {
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contact-form .gfield_checkbox .gchoice,
.contact-form .ginput_container_consent {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .gfield_checkbox .gchoice,
.contact-form .ginput_container_consent {
    padding-left: 0px;
  }
}
.contact-form .gfield_checkbox .gchoice input,
.contact-form .ginput_container_consent input {
  display: none;
}
.contact-form .gfield_checkbox .gchoice .gfield_required_asterisk, .contact-form .gfield_checkbox .gchoice .gfield_required,
.contact-form .ginput_container_consent .gfield_required_asterisk,
.contact-form .ginput_container_consent .gfield_required {
  display: none;
}
.contact-form .gfield_checkbox .gchoice label,
.contact-form .ginput_container_consent label {
  display: block !important;
  position: relative;
  color: #4D4D4D;
  font-size: 18px !important;
  font-weight: 300;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .contact-form .gfield_checkbox .gchoice label,
.contact-form .ginput_container_consent label {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .gfield_checkbox .gchoice label,
.contact-form .ginput_container_consent label {
    font-size: 18px !important;
  }
}
.contact-form .gfield_checkbox .gchoice label:before,
.contact-form .ginput_container_consent label:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  border: 2px solid #191B49;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .contact-form .gfield_checkbox .gchoice label:before,
.contact-form .ginput_container_consent label:before {
    top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .gfield_checkbox .gchoice label:before,
.contact-form .ginput_container_consent label:before {
    top: -3px;
  }
}
.contact-form .gfield_checkbox .gchoice input:checked + label:before,
.contact-form .ginput_container_consent input:checked + label:before {
  background: #B7D640;
}
@media (max-width: 767px) {
  .contact-form .gform_footer {
    justify-content: center;
  }
}

/***********************************
FOOTER
***********************************/
body > footer {
  background-color: #333;
  padding: 400px 0px 0px 0px;
  background-image: url(../img/footer-divider-wht.svg);
  background-size: 100% 310px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer {
    padding: 200px 0px 0px 0px;
    background-size: 100% 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer {
    padding: 200px 0px 0px 0px;
    background-size: 100% 160px;
  }
}
@media (max-width: 767px) {
  body > footer {
    background-image: url(../img/footer-divider-wht-mob.svg);
    background-size: 100% 84px;
    padding: 124px 0px 0px 0px;
    text-align: center;
  }
}
body > footer p, body > footer li, body > footer li a {
  color: #fff;
}
body > footer a:hover {
  color: #fff;
  opacity: 0.7;
}
body > footer ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body > footer ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
body > footer .copyright-mob {
  padding-top: 40px;
}
body > footer .fnav {
  display: flex;
}
@media (max-width: 767px) {
  body > footer .fnav {
    justify-content: center;
    flex-direction: column;
  }
}
body > footer .fnav p, body > footer .fnav li {
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 0px;
}
body > footer .fnav p {
  padding-right: 14px;
}
body > footer .fnav p span {
  color: #B7D640;
}
body > footer .fnav ul {
  display: flex;
}
@media (max-width: 767px) {
  body > footer .fnav ul {
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body > footer .fnav ul li {
  border-left: 1px solid #B7D640;
  padding: 0px 14px;
}
@media (max-width: 767px) {
  body > footer .fnav ul li {
    border-left: none;
    padding: 5px 0px;
  }
}
body > footer .footer-cols {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  body > footer .footer-cols {
    display: block;
  }
}
body > footer .footer-cols .footer-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*width: 33.33%;*/
  width: 50%;
}
@media (max-width: 767px) {
  body > footer .footer-cols .footer-col {
    width: 100%;
    align-items: center;
  }
}
body > footer .footer-cols .footer-col:nth-child(2) {
  align-items: flex-end;
}
@media (max-width: 767px) {
  body > footer .footer-cols .footer-col:nth-child(2) {
    align-items: center;
    text-align: center;
  }
}
body > footer .footer-cols .footer-col:nth-child(2) h6 {
  text-align: right;
}
@media (max-width: 767px) {
  body > footer .footer-cols .footer-col:nth-child(2) h6 {
    text-align: center;
  }
}
body > footer .footer-cols .footer-col .follow ul {
  display: inline-flex;
  margin-bottom: 40px;
}
body > footer .footer-cols .footer-col .follow ul li {
  margin: 0px 5px 0px 5px;
}
body > footer .footer-cols .footer-col .follow ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  color: #333 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
}
body > footer .footer-cols .footer-col .contact ul li {
  font-size: 22px;
  line-height: 100%;
  text-align: right;
  margin-bottom: 6px;
}
body > footer .footer-cols .footer-col .contact ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  body > footer .footer-cols .footer-col .contact ul li {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer .footer-cols .footer-col .contact ul li {
    font-size: 18px;
    text-align: center;
  }
}
body > footer .footer-cols .footer-col.info-points ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body > footer .footer-cols .footer-col.info-points ul {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body > footer .footer-cols .footer-col.info-points ul li {
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 100%;
}
@media (max-width: 767px) {
  body > footer .footer-cols .footer-col.info-points ul li {
    text-align: center;
    margin-bottom: 24px;
  }
}
body > footer .footer-cols .footer-col.info-points ul li.red span {
  color: #DA1776;
}
body > footer .footer-cols .footer-col.info-points ul li.green span {
  color: #B7D640;
}
body > footer .footer-cols .footer-col.info-points ul li.blue span {
  color: #309FC8;
}
body > footer .footer-cols .centered {
  text-align: center;
}
body > footer .footer-cols .ralign {
  text-align: right;
}
body > footer img {
  width: 250px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  body > footer img {
    width: 122px;
    margin-bottom: 42px;
  }
}
body > footer .btt {
  padding-top: 68px;
}
@media (max-width: 767px) {
  body > footer .btt {
    padding-top: 44px;
  }
}
body > footer .baseline {
  padding-top: 6px;
}

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