@import url("../fonts/FunctionPro/stylesheet.css");
@import url("../fonts/Fontawesome/fontawesome.css");
body {
  font-family: "function_prolight", sans-serif;
  font-size: 18px;
  color: #0f102c;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  background-image: url("../images/footer-waves.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #0f102c;
  position: relative;
}
body.has-visible-modal {
  overflow: hidden;
}

h1 {
  font-family: "function_probold";
  font-size: 64px;
  font-weight: normal;
  line-height: 1.16;
  letter-spacing: normal;
  color: #ffce00;
  margin-bottom: 30px;
}

h2 {
  font-family: "function_prodemi";
  font-size: 36px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: 0.6px;
  color: #252525;
  margin-bottom: 30px;
}

h3,
.h3 {
  font-family: "function_prodemi";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1px;
  color: #252525;
  margin-bottom: 30px;
}

h4,
.h4 {
  font-family: "function_probook";
  font-weight: normal;
  font-size: 22px;
  line-height: 1.23;
  letter-spacing: 0.4px;
  color: #0f102c;
  margin-bottom: 30px;
}

.probook {
  font-family: "function_probook";
}

p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

.p22 {
  font-size: 22px;
  line-height: 1.23;
  letter-spacing: 0.4px;
}

p.lead {
  font-size: 24px;
  letter-spacing: 0.1px;
}

.link {
  font-size: 24px;
}

.text-orange {
  color: #ffce00 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #ffce00;
}

strong {
  font-family: "function_prodemi";
  font-weight: normal;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  p,
  .p22 {
    font-size: 16px;
  }
  p.lead {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  .link {
    font-size: 18px;
  }
}
/* Bootstrap Container */
@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
/*
@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}
*/
@media (max-width: 991.98px) {
  .container {
    max-width: inherit;
  }
}
/* End of Bootstrap Container */
/* Font Awesome Icons */
.fa {
  font-family: "Fontawesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-search::before {
  content: "\f002";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-times::before {
  content: "\f00d";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-play::before {
  content: "\f04b";
}

.fa-info::before {
  content: "\f129";
}

/* End of Font Awesome Icons */
/* Icons */
.icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.icon-play {
  background-image: url("../images/icons/yellow/play.png");
  width: 42px;
  height: 42px;
  top: 12px;
  margin-right: 10px;
}

.header-hero .icon-play {
  width: 60px;
  height: 60px;
  top: 12px;
  margin-right: 0;
}

.header-hero .btn-show-video {
  margin: 30px 0;
}

.icon-info {
  background-image: url("../images/icons/info.png");
  width: 52px;
  height: 52px;
}

.icon-check {
  background-image: url("../images/icons/check.png");
  width: 32px;
  height: 30px;
}

.icon-search {
  background-image: url("../images/icons/search.png");
  width: 29px;
  height: 29px;
}

.icon-pdf {
  background-image: url("../images/icons/download.png");
  width: 46px;
  height: 46px;
}

.float-icon {
  float: left;
  margin-right: 10px;
}

.icon-pdf-white {
  background-image: url("../images/icons/download-white.png");
  width: 46px;
  height: 46px;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  text-align: center;
  margin-bottom: 20px;
}

.icon-coverage {
  background-image: url("../images/icons/coverage.png");
  width: 90px;
  height: 90px;
}

.icon-coverage.icon-yellow {
  background-image: url("../images/icons/yellow/coverage.png");
}

.icon-help {
  background-image: url("../images/icons/help.png");
  width: 62px;
  height: 62px;
}

.icon-help.icon-yellow {
  background-image: url("../images/icons/yellow/help.png");
}

.icon-tasks {
  background-image: url("../images/icons/tasks.png");
  width: 62px;
  height: 78px;
}

.icon-tasks.icon-yellow {
  background-image: url("../images/icons/yellow/tasks.png");
}

/* End of Icons */
/* Buttons Style */
.btn {
  border: 2px solid;
  font-family: "function_prodemi";
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #0f102c;
  padding: 5px 20px;
  border-radius: 3px;
  position: relative;
}

@media (max-width: 575.98px) {
  .btn {
    margin-bottom: 20px;
  }
}
.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  line-height: 20px;
  color: #ffce00;
  border-width: 0px 0px 2px 0px;
  border-color: #ffce00;
  background-color: #0f102c;
  border-radius: 0px;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
}

.btn-arrow {
  padding-left: 15px;
  padding-right: 50px;
  text-align: left;
}

.btn-arrow::after {
  display: inline-block;
  content: "";
  padding: 6px;
  border: solid #252525;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #ffce00;
  background-color: #ffce00;
  color: #0f102c;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #ffce00;
  background-color: #0f102c;
  color: #ffce00;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-outline-primary {
  border-color: #ffce00;
  background-color: transparent;
  color: #0f102c;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #ffce00;
  background-color: #ffce00;
  color: #0f102c;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-orange {
  border-color: #ffce00;
  background-color: transparent;
  color: #0f102c;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  border-color: #ffce00;
  background-color: #ffce00;
  color: #0f102c;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-black {
  border-color: #000;
  background-color: #000;
  color: #ffce00;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  border-color: #000;
  background-color: #ffce00;
  color: #000;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
}

/* End of Buttons Style */
/* Lists */
.list-check {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.list-check li {
  padding-left: 55px;
  background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* End of Lists */
/* Brackets */
.brackets {
  position: relative;
  padding: 10px 20px;
}

span.brackets {
  display: inline-block;
}

.brackets::before,
.brackets::after {
  content: "";
  position: absolute;
  border: solid #ffce00;
}

.brackets-vertical::before,
.brackets-vertical::after {
  width: 10px;
  height: 100%;
  top: 0px;
}

.brackets-vertical::before {
  border-width: 2px 0px 2px 2px;
  left: 0px;
}

.brackets-vertical::after {
  border-width: 2px 2px 2px 0px;
  right: 0px;
}

.brackets-horizontal {
  padding: 10px 0px;
}

.brackets-horizontal::before,
.brackets-horizontal::after {
  left: 0px;
  right: 0px;
  height: 10px;
}

.brackets-horizontal::before {
  top: 0px;
  border-width: 2px 2px 0px 2px;
}

.brackets-horizontal::after {
  bottom: 0px;
  border-width: 0px 2px 2px 2px;
}

.brackets > span {
  position: relative;
  display: block;
}

.brackets-left > div::before,
.brackets-left > span::before,
.brackets-right > div::before,
.brackets-right > span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  margin-top: -2px;
  border-top: 2px solid #ffce00;
}

.brackets-left > div::after,
.brackets-left > span::after,
.brackets-right > div::after,
.brackets-right > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.brackets-left > div::before,
.brackets-left > span::before {
  right: calc(100% + 20px);
}

.brackets-left > div::after,
.brackets-left > span::after {
  right: calc(100% + 70px);
}

.brackets-right > div::before,
.brackets-right > span::before {
  left: calc(100% + 20px);
}

.brackets-right > div::after,
.brackets-right > span::after {
  left: calc(100% + 70px);
}

.brackets-right-down > div::before,
.brackets-right-down > span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  border-top: 2px solid #ffce00;
  border-right: 2px solid #ffce00;
}

.brackets-right-down > div::after,
.brackets-right-down > span::after {
  content: "";
  position: absolute;
  top: calc(50% + 60px);
  width: 18px;
  height: 18px;
  margin-top: -2px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.brackets-right-down > div::before,
.brackets-right-down > span::before {
  left: calc(100% + 20px);
}

.brackets-right-down > div::after,
.brackets-right-down > span::after {
  left: calc(100% + 60px);
}

.brackets-left-down > div::before,
.brackets-left-down > span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  border-top: 2px solid #ffce00;
  border-left: 2px solid #ffce00;
}

.brackets-left-down > div::after,
.brackets-left-down > span::after {
  content: "";
  position: absolute;
  top: calc(50% + 60px);
  width: 18px;
  height: 18px;
  margin-top: -2px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.brackets-left-down > div::before,
.brackets-left-down > span::before {
  right: calc(100% + 20px);
}

.brackets-left-down > div::after,
.brackets-left-down > span::after {
  right: calc(100% + 60px);
}

.brackets-left-up > div::before,
.brackets-left-up > span::before {
  content: "";
  position: absolute;
  bottom: 50%;
  width: 20px;
  height: 100px;
  margin-bottom: -2px;
  border-bottom: 2px solid #ffce00;
  border-left: 2px solid #ffce00;
}

.brackets-left-up > div::after,
.brackets-left-up > span::after {
  content: "";
  position: absolute;
  bottom: calc(50% + 100px);
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.brackets-left-up > div::before,
.brackets-left-up > span::before {
  right: calc(100% + 20px);
}

.brackets-left-up > div::after,
.brackets-left-up > span::after {
  right: calc(100% + 30px);
}

@media (max-width: 991.98px) {
  .brackets-left-down > span::before,
  .brackets-left-down > span::after,
  .brackets-right-down > span::before,
  .brackets-right-down > span::after,
  .brackets-left-up > span::before,
  .brackets-left-up > span::after,
  .brackets-left-up > div::before,
  .brackets-left-up > div::after {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .brackets-left > span::before,
  .brackets-left > span::after,
  .brackets-left > div::before,
  .brackets-left > div::after {
    display: none;
  }
}
.brackets-white::before,
.brackets-white::after,
.brackets-white.brackets-left > div::before,
.brackets-white.brackets-left > span::before,
.brackets-white.brackets-right > div::before,
.brackets-white.brackets-right > span::before,
.brackets-white.brackets-leftv > div::after,
.brackets-white.brackets-left > span::after,
.brackets-white.brackets-right > div::after,
.brackets-white.brackets-right > span::after,
.brackets-white.brackets-right-down > div::before,
.brackets-white.brackets-right-down > span::before,
.brackets-white.brackets-right-down > div::after,
.brackets-white.brackets-right-down > span::after,
.brackets-white.brackets-left-down > div::before,
.brackets-white.brackets-left-down > span::before,
.brackets-white.brackets-left-down > div::after,
.brackets-white.brackets-left-down > span::after,
.brackets-white.brackets-left-up > div::before,
.brackets-white.brackets-left-up > span::before,
.brackets-white.brackets-left-up > div::after,
.brackets-white.brackets-left-up > span::after {
  border-color: #fff;
}

/* End of Brackets */
/* Accordion */
.accordion {
  margin: 60px 0px;
}
.accordion--no-margin-t {
  margin-top: 0;
}

.accordion:last-of-type {
  margin-bottom: 0px;
}

.accordion .item {
  margin-bottom: 20px;
}

.accordion {
  text-align: left;
}

.accordion .item h3 {
  margin-bottom: 0px;
  cursor: pointer;
  font-family: "function_probook";
  position: relative;
  padding-right: 30px;
}

.accordion .item h3::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  padding: 6px;
  border: solid #ffce00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.accordion .item h3[aria-expanded=true] {
  margin-bottom: 20px;
}

.accordion .item h3[aria-expanded=true]::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -7px;
}

/* End of Accordion */
/* Navigation */
.dropdown.show > .dropdown-menu {
  display: block;
  z-index: 100;
  float: none;
}

@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    float: none;
  }
}
.dropdown-menu .dropdown-menu {
  position: static;
  background-color: transparent;
}

.isSticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100%;
  bottom: auto !important;
}

.navbar-top {
  background-color: #ffce00;
}

.navbar-top li a {
  font-family: "function_probook";
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #252525;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-top li a.active {
  font-family: "function_prodemi";
}

.navbar-top .dropdown.show > a {
  background-color: #fff;
}

.navbar-top .dropdown-menu {
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.94);
  border: 0px;
  border-radius: 0px;
  min-width: 170px;
}

.navbar-top .dropdown-menu li a {
  padding: 5px 12px;
}

.navbar-top .dropdown-menu li:focus,
.navbar-top .dropdown-menu li:hover {
  background-color: transparent;
}

.navbar-top .dropdown-menu a {
  position: relative;
  padding-left: 0px;
  display: block;
}

.navbar-top .dropdown-menu .dropdown-menu {
  background-color: transparent;
  padding-top: 0px;
}

.navbar-top .dropdown-menu .dropdown > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}

.navbar-top .dropdown-menu .dropdown.show > a {
  background-color: transparent;
}

.navbar-top .dropdown-menu .dropdown-menu a {
  padding-left: 35px;
  padding-right: 35px;
  white-space: nowrap;
}

.form-search {
  position: relative;
  margin-left: 30px;
}

.form-search .form-control {
  width: 400px;
  height: 40px;
  border: none;
  border-radius: 0px;
}

.form-search .form-control:focus {
  box-shadow: none;
}

.btn-search,
.form-search .btn-close {
  border: 0px;
  background: none;
  cursor: pointer;
  position: relative;
}

.btn-search:focus,
.form-search .btn-close:focus {
  outline: none;
}

.btn-search {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #ffce00;
}

.form-search .btn-close {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.form-search .btn-close::before,
.form-search .btn-close::after {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #252525;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 10px;
  top: 0;
}

.form-search .btn-close::before {
  transform: translateY(19px) rotate(45deg);
}

.form-search .btn-close::after {
  transform: translateY(19px) rotate(-45deg);
}

.btn-search:focus,
.form-search .btn-search:active {
  outline: none;
}

.form-search .search {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 30px;
  background-color: #ffce00;
  width: 0px;
  transition: width 1s ease-in-out;
}

.form-search.opened .search {
  width: 470px;
}

.form-search-mobile {
  width: 100%;
  background-color: #ffce00;
  padding: 10px 15px;
  display: none;
  position: fixed;
  top: 60px;
  z-index: 9999;
  border-top: 1px solid #0f102c;
}

@media (max-width: 991.98px) {
  .form-search-mobile.opened {
    display: block;
  }
}
.form-search-mobile .form-search {
  margin: 0px;
  width: 100%;
}

.form-search-mobile .form-search .form-control {
  width: calc(100% - 50px);
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler i {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 1px;
  background-color: #252525;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded=true] i:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] i:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.navbar-toggler[aria-expanded=true] i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-navbar {
  min-height: 100px;
  background-color: rgba(15, 16, 44, 0.94);
  padding: 0px;
}

.main-navbar .btn-search {
  display: none;
  margin-right: 30px;
}

.navbar .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: inherit;
}

.navbar-nav li {
  position: static;
}

/* Workarounds for the link with no href in the top menu so that it matches main style */
.navbar-nav li:not(.show) > a:not([href]):not([tabindex]):not(:hover) {
  color: #ffffff;
  cursor: pointer;
}

.navbar-nav li:not(.show) a:not([href]):not([tabindex]):focus,
.navbar-nav li:not(.show) a:not([href]):not([tabindex]):hover {
  color: #ffffff;
  cursor: pointer;
}

.navbar-nav li:last-of-type a {
  margin-right: 0px;
}

.navbar-nav li.dropdown > a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 35px;
}

@media (min-width: 992px) {
  .main-navbar::after {
    display: block;
    content: "";
    min-height: inherit;
    font-size: 0px;
  }
}
@media (max-width: 991.98px) {
  .main-navbar {
    padding: 0px;
  }
  .main-navbar .btn-search {
    display: block;
  }
  .navbar .navbar-brand {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-nav .dropdown a::after {
  vertical-align: 0.04em;
}

.navbar-nav .dropdown.show > a {
  color: #ffce00;
}

.navbar-nav .dropdown-menu {
  margin: 0px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  background-color: rgba(15, 16, 44, 0.85);
  padding: 42px 0px;
}

.navbar-nav .dropdown-menu a:not(.box-link) {
  display: block;
  position: relative;
  font-family: "function_probook";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.navbar-nav .dropdown-menu-default a {
  background-color: #ffce00;
  color: #000000;
  padding: 18px 20px;
  margin: 10px 0px;
}

.navbar-nav .dropdown-menu-default a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  padding: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -5px;
}

.navbar-nav .dropdown-menu-type2 {
  padding-bottom: 20px;
}

.navbar-nav .dropdown-menu-type2::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  right: 0px;
  top: 0px;
  z-index: 0;
}

.navbar-nav .dropdown-menu-type2 a {
  background-color: #0f102c;
  color: #fff;
  margin: 0px;
  padding: 13px 10px;
  height: 100%;
  text-align: left;
}

.navbar-nav .dropdown-menu-type2 a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.navbar-nav .dropdown-menu-type2 a span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav .dropdown-menu-type2 .dropdown-menu-half .row {
  margin-left: -7px;
  margin-right: -7px;
}

.navbar-nav .dropdown-menu-type2 .dropdown-menu-half .row > div {
  padding-left: 7px;
  padding-right: 7px;
  margin: 6px 0px;
}

.navbar-nav .dropdown-menu-type2 h3 {
  font-family: "function_prodemi";
  font-size: 36px;
  letter-spacing: 0.6px;
  color: #ffffff;
  position: relative;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav .dropdown-menu-type2 h3 span {
  display: inline-block;
}

.navbar-nav .dropdown-menu-type1 .media-container {
  margin: 10px 0px;
}

.navbar-nav .dropdown-menu-type1 .media-container::before,
.navbar-nav .dropdown-menu-type1 .media-container::after {
  content: "";
  display: table;
}

.navbar-nav .dropdown-menu-type1 .media-container::after {
  clear: both;
}

.navbar-nav .dropdown-menu-type1 .media-container .media {
  background-color: #ffce00;
  padding: 12px;
}

.navbar-nav .dropdown-menu-type1 h5 {
  font-family: "function_prodemi";
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0.2px;
  color: #06071d;
}

.navbar-nav .dropdown-menu-type1 p {
  font-size: 17px;
  color: #000000;
}

.navbar-nav .dropdown-menu-type1 .media p {
  margin: 0px;
}

.navbar-nav .dropdown-menu-type1 .link:not(.box-link) {
  font-family: "function_promedium";
  font-size: 17px;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  width: calc(100% - 88px);
  float: right;
  padding-bottom: 3px;
  margin: 3px 0px 0px 0px;
}

.navbar-nav .dropdown-menu-type1 .link:not(.box-link)::after {
  content: "_";
  display: inline-block;
}

.navbar-nav .dropdown-menu-type1 .links a {
  font-family: "function_promedium";
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  color: #ffce00;
}

.navbar-nav .dropdown-menu-type1 .links {
  margin-top: 30px;
}

.navbar-nav .dropdown-menu-type1 .links a {
  display: inline-block;
  margin-right: 50px;
}

.navbar-nav .dropdown-menu-type1 .links a:last-of-type {
  margin-left: 0px;
}

.navbar-nav .dropdown-menu-type1 .links a::after {
  content: "\f105";
  font-family: "Fontawesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 21px;
  margin-left: 15px;
  vertical-align: -0.1em;
}

.navbar-nav .dropdown-menu-type1 .panel {
  background-color: #fff;
  padding: 15px 25px;
  margin: 0px;
}

.navbar-nav .dropdown-menu-type1 .panel .media {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .navbar-top {
    display: none;
    order: 12;
  }
  .navbar-top .nav {
    flex-direction: column;
    justify-content: flex-start !important;
    width: 100%;
  }
  .navbar-top .form-search {
    display: none;
  }
  .navbar {
    min-height: inherit;
  }
  .navbar .navbar-mobile {
    min-height: 60px;
  }
  .sticky-main-navbar.sticky-main-navbar-mobile {
    bottom: 0;
    /* overflow: auto; this seems to break the mobile menu overflowing */
  }
  .sticky-main-navbar.sticky-main-navbar-mobile.isSticky .navbar-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  /* Padding screws up absolute menu columns that need to be flush with header
    .sticky-main-navbar.sticky-main-navbar-mobile .navbar-collapse {
        padding-top: 60px;
    }
    */
  .navbar .navbar-mobile {
    background-color: #ffce00;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-nav .container {
    max-width: inherit;
    width: 100%;
  }
  .navbar-nav .dropdown-menu {
    border-top: 0px;
    background-color: transparent;
    padding: 0px;
  }
  .navbar-nav .dropdown-menu .dropdown-menu-arrow,
  .navbar-nav .dropdown-menu-type2::before {
    display: none;
  }
  .navbar-nav .dropdown-menu-default a,
  .navbar-nav .dropdown-menu-type2 a {
    background-color: transparent;
    padding: 5px 0px;
    margin: 5px 0px;
    color: #fff;
  }
  .navbar-nav .dropdown-menu-default a:after {
    display: none;
  }
  .navbar-nav .dropdown-menu-type2 h3 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .navbar-nav .dropdown-menu-type2 h3 .brackets {
    padding: 0px 10px;
  }
  .navbar-nav .dropdown-menu-type2 h3 .brackets span::before,
  .navbar-nav .dropdown-menu-type2 h3 .brackets span::after {
    display: none;
  }
  .navbar-nav .dropdown-menu-type1 .brackets {
    margin-bottom: 20px;
  }
  .navbar-nav .media img {
    max-width: 40px;
  }
  .navbar-nav .media h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .navbar-nav .media img,
  .navbar-nav .media .icon {
    display: none;
  }
  .navbar-nav .media-body {
    margin-left: 0px;
  }
}
/* End of Navigation */
/* Forms */
.form-row {
  margin: 0px 0px 30px;
}

.form-control {
  border-radius: 0px;
  height: 34px;
  border-bottom: solid #ffce00;
  border-width: 0px 0px 2px 0px;
  background-color: #fff;
  font-family: "function_probook";
  font-size: 18px;
  line-height: 1.33;
  color: #252525;
}

.form-control::-webkit-input-placeholder {
  color: rgba(37, 37, 37, 0.16);
  font-size: 18px;
}

.form-control::-moz-placeholder {
  color: rgba(37, 37, 37, 0.16);
  font-size: 18px;
}

.form-control:-ms-input-placeholder {
  color: rgba(37, 37, 37, 0.16);
  font-size: 18px;
}

.form-control:-moz-placeholder {
  color: rgba(37, 37, 37, 0.16);
  font-size: 18px;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ffce00;
}

form label {
  display: block;
  font-family: "function_probook";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-bottom: 10px;
}

.form-control[data-provide=datepicker] {
  background-image: url("../images/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}

textarea.form-control {
  height: 85px;
  resize: none;
}

.select-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.select-wrap .placeholder {
  color: rgba(37, 37, 37, 0.16);
  font-size: 18px;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
}

.select-wrap::after {
  pointer-events: none;
  content: "";
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 14px;
  top: 14px;
}

/* End of Forms */
.social {
  text-align: center;
}

@media (min-width: 992px) {
  .social {
    text-align: right;
  }
}
.social a {
  color: #fff;
  font-size: 50px;
  margin: 0px 28px;
}

.social a > i {
  color: #fff;
  transition-property: color;
  transition-duration: 0.5s;
  transition-delay: 0.05s;
}

.social a > i:hover {
  color: #ffce00;
  transition-property: color;
  transition-duration: 0.5s;
  transition-delay: 0.05s;
}

/* Footer */
footer .footer-newsletter {
  padding: 60px 0px;
}

footer .footer-navbar {
  background-color: rgba(15, 16, 44, 0.9);
}

footer .row {
  padding: 40px 0px;
}

footer h4 {
  color: #ffce00;
  font-family: "function_prodemi";
  font-size: 36px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

footer h5 {
  font-family: "function_probook";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #ffffff;
}

.footer-navbar-top {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-navbar-top li a {
  display: block;
  font-family: "function_probook";
  font-size: 18px;
  color: #ffce00;
  text-decoration: underline;
  margin: 36px 0px;
}

.footer-navbar-top li a:hover {
  text-decoration: none;
}

.footer-navbar-bottom {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-navbar-bottom li a {
  display: block;
  font-family: "function_probook";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.footer-navbar-bottom li a:hover {
  text-decoration: none;
}

footer .copyright {
  font-size: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
}

.back-to-top {
  text-decoration: underline;
  font-size: 18px;
  color: rgba(255, 206, 0, 0.8);
  cursor: pointer;
}

.back-to-top::before {
  display: inline-block;
  content: "";
  padding: 6px;
  border: solid #ffce00;
  border-width: 0 2px 2px 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 5px;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .footer-navbar .row:first-of-type {
    padding-bottom: 0px;
  }
  .footer-navbar-bottom {
    margin-bottom: 30px;
  }
  footer .copyright {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  footer h2 {
    text-align: center;
  }
  footer h5 {
    margin-bottom: 30px;
  }
  footer .social {
    padding-top: 20px;
  }
  .footer-navbar-top {
    display: none !important;
  }
  .footer-navbar-bottom li:nth-of-type(3),
  .footer-navbar-bottom li:nth-of-type(4) {
    display: none;
  }
  .footer-navbar-bottom li a {
    text-decoration: underline;
  }
  .form-newsletter .input-group {
    display: block !important;
  }
  .form-newsletter .input-group > .form-control {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .form-newsletter .input-group > .input-group-append {
    display: block;
  }
  .form-newsletter .input-group > .input-group-append .btn {
    display: block;
    text-align: left;
    width: 100%;
  }
}
/* End of Footer */
/* Breadcrumb */
.breadcrumb {
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb-item::after {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  content: "/";
}

.breadcrumb_last {
  display: none;
}

/* End of Breadcrumb */
/* Headers */
header {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/header-default.jpg");
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}

.header-small {
  min-height: 470px;
}

.header-big {
  min-height: 570px;
}

.header-article {
  min-height: 530px;
}

.header-bottom {
  background-position: right bottom;
}

header p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.25;
  letter-spacing: 0.4px;
}

header .media img {
  max-width: 71px;
  height: 100%;
}

header .media .media-body {
  margin-left: 30px;
}

header h2 {
  color: #ffce00;
}

.header-subsection {
  margin-top: 100px;
}

@media (min-width: 992px) {
  header p {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 40px 0px 40px 0px;
    height: auto;
    background-size: contain;
    background-position: right top;
  }
}
@media (max-width: 767.98px) {
  header .media img {
    display: none;
  }
}
/* End of Header */
/* Sections */
.section {
  padding: 80px 0px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.section.section-no-padding {
  padding: 0px;
}

.subsection {
  margin-bottom: 50px;
}

.subsection.custom-bg-colour {
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-waves .subsection {
  margin-bottom: 100px;
}

.subsection:last-of-type {
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .section:not(.section-waves) {
    padding: 50px 0px;
    background-image: none !important;
  }
}
.section-yellow {
  background-color: #ffce00;
}

.section-yellow *:not(.btn) {
  color: #000;
}

.section-white {
  background-color: #fff;
}

.section h2 {
  color: #ffce00;
}

.section-dark h3,
.section-dark p,
.section-dark ul {
  color: #fff;
}

.section-dark p {
  color: #fff;
}

.section-help {
  padding: 30px 0px;
}

.section-help-fixed-height {
  min-height: 250px;
  display: flex;
  align-items: center;
}

.section-help h2 {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}

.section-help h3 {
  margin-bottom: 0px;
}

.section-help .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .section-help p:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .section-help h3 {
    margin-bottom: 30px;
  }
  .section-help .btn {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .section-help h2 {
    font-size: 34px;
  }
}
.section-waves {
  background-size: cover;
}

.section-waves-main {
  background-image: url("../images/ase-waves.svg");
  background-position: center center;
  background-size: cover;
}

.section-careers {
  background-image: url("../images/careers-waves.svg");
  background-position: center top;
}

.section-innovation {
  background-image: url("../images/innovation-waves.svg");
  background-position: center top;
  padding-top: 200px;
}

.section-casestudy {
  background-image: url("../images/casestudies-waves.svg");
  background-position: center top;
}

.section-waves h2 {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .section-waves {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .section-waves-main {
    padding: 250px 0px;
  }
  .section-waves-main.section-waves-security {
    padding: 70px 0px;
  }
  .section-waves-main h2 {
    font-size: 54px;
  }
  .section-404 {
    margin-top: 100px;
  }
  .section-resource,
  .section-careers,
  .section-innovation {
    margin-top: -160px;
  }
}
@media (max-width: 991.98px) {
  .section-404 {
    padding: 200px 0px 140px 0px;
  }
  .section-innovation {
    padding-top: 110px;
  }
}
@media (max-width: 600px) {
  .section-innovation {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .section-404 {
    padding: 150px 0px 90px 0px;
  }
}
/* End of Sections */
/* Articles */
.article {
  position: relative;
}

.article img {
  display: block;
}

.article h3 {
  color: #ffffff;
  margin-bottom: 15px;
}

.article p {
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-bottom: 15px;
}

.article p:last-of-type {
  margin-bottom: 0px;
}

.article .article-body {
  background-color: rgba(15, 16, 44, 0.85);
  position: relative;
  left: 10px;
  top: -20px;
  padding: 15px;
}

.article .article-action {
  padding: 10px 15px 10px 25px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.article .article-action a {
  color: #0f102c;
}

.article .article-label {
  display: inline-block;
  text-transform: uppercase;
  background-color: rgba(255, 206, 0, 0.84);
  font-family: "function_promedium";
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.2px;
  color: #000000;
  position: absolute;
  top: 13px;
  left: 10px;
  padding: 3px 9px;
}

.article .article-video {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.article .article-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -32px;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/play.png");
}

.article-yellow .article-body {
  background-color: #ffce00;
}

.article-yellow h3,
.article-yellow p,
.article .article-action a {
  color: #252525;
}

.section-dark .article .article-action a {
  color: #fff;
}

/* End of Articles */
.media .media-body {
  margin-left: 12px;
}

@media (max-width: 575.98px) {
  .resources {
    padding: 0px 40px;
  }
}
/* Panels */
.panel {
  position: relative;
  padding: 40px 30px;
  background-color: #0f102c;
  margin: 20px 0px;
}

.panel h2 {
  text-align: left;
  margin-bottom: 20px;
}

.panel > p:last-child {
  margin-bottom: 0px;
}

/* .box-panel used to protect the ase menu box font colours. It is also on a number of panels due
    to a different initial implimentation but it SHOULD be fine to remove it */
.panel:not(.box-panel):not(.panel-yellow):not(.panel-blue) *:not(a) {
  color: #fff;
}

.panel-link {
  display: block;
  padding: 10px 15px !important;
}

.panel-link span:not(.media) {
  display: block;
  color: #252525 !important;
}

.panel .panel-title {
  font-family: "function_prodemi";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1px;
  position: relative;
  padding-right: 30px;
}

.panel-link .panel-title::after {
  display: inline-block;
  content: "";
  padding: 6px;
  border: solid #252525;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}

.panel .panel-body {
  padding-top: 10px;
}

.panel-dark-transparent {
  background-color: rgba(15, 16, 44, 0.9);
}

@media (max-width: 576px) {
  .panel-dark-transparent.panel-video {
    padding: 0;
  }
}
.panel-white-transparent {
  background-color: rgba(255, 255, 255, 0.06);
}

.panel-white-transparent h2 {
  color: #ffce00;
}

.panel-yellow {
  background-color: #ffce00;
}

.panel-grey {
  background-color: #ececee;
}
.panel-grey h3 {
  color: #0f102c;
}

.panel-yellow *:not(.btn) {
  color: #06071d;
}

.panel-blue {
  background-color: #2c2d46;
}

.panel-blue h3 {
  color: #ffce00;
}

.panel-heading {
  padding: 5px 20px 5px 60px;
  margin: 0px 0px 20px;
  display: inline-block;
}

.panel-heading .brackets {
  padding-left: 30px;
  padding-right: 30px;
}

.panel-heading .brackets > span::before {
  right: calc(100% + 30px);
}

.panel-heading .brackets > span::after {
  right: calc(100% + 70px);
}

.panel .panel-heading {
  padding-left: 20px;
}

.panel .panel-heading .brackets {
  padding-left: 20px;
  padding-right: 20px;
}

.panel .panel-heading .brackets > span::before {
  right: calc(100% + 20px);
}

.panel .panel-heading .brackets > span::after {
  right: calc(100% + 60px);
}

.panel .panel-heading * {
  margin: 0px !important;
  text-align: left;
}

@media (max-width: 991.98px) {
  .panel-heading {
    padding-left: 0px;
  }
}
/* End of Panels */
/* Sliders */
.slider {
  position: relative;
}

.slider:focus,
.slick-list:focus,
.slick-track:focus,
.slick-slide:focus {
  outline: none;
  box-shadow: none;
}

.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  color: #ffce00;
  border-color: #ffce00;
  border-style: solid;
  border-width: 0px 3px 3px 0px;
}

.slider .slick-arrow:focus,
.slider .slick-arrow:active {
  outline: none;
}

.slider .slick-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 15px;
}

.slider .slick-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 15px;
}

.slider .slick-dots {
  margin: 10px 0px;
  list-style: none;
  padding: 0px;
  text-align: center;
  height: 16px;
}

.slider .slick-dots li {
  display: inline-block;
  margin: 5px 4px;
}

.slider .slick-dots li button {
  border: 0px;
  width: 6px;
  height: 6px;
  opacity: 0.36;
  background-color: #0f102c;
  border-radius: 50%;
  text-indent: 9999px;
  cursor: pointer;
  padding: 0px;
  display: block;
}

.slider .slick-dots li.slick-active button {
  opacity: 1;
}

.section-dark .slider .slick-dots li button {
  background-color: #ffce00;
}

/* End of Sliders */
/* Homepage */
.header-hero {
  text-align: center;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .header-hero {
    min-height: 602px;
  }
  .header-hero.no-video {
    min-height: 522px;
  }
}
@media (max-width: 991.98px) {
  .header-hero {
    background-image: none !important;
  }
}
.header-hero-button-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-direction: row;
}

.header-hero-button-flex > div {
  margin: 0 15px;
}

.tagline {
  color: #fff;
}

.btn-play i {
  font-size: 36px;
  position: relative;
  top: 4px;
  margin-right: 20px;
}

.slider-home .slide {
  height: 195px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}

.slider-home::before {
  content: "";
  width: 309px;
  height: 286px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  background-image: url("../images/shape-01.png");
  position: absolute;
  left: -126px;
  top: -27px;
}

.slider-home .slide .row {
  width: 100%;
}

.slider-home .panel h2 {
  margin-bottom: 0px;
}

.slider-home .panel {
  padding: 20px;
  margin: 0px;
}

@media (min-width: 768px) {
  .slider-home .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .slider-home h2 {
    font-size: 26px;
  }
  .slider-home .slide .brackets {
    display: block;
  }
  .slider-home {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .slider-home::before {
    display: none;
  }
  .slider-home .slide {
    height: 250px;
  }
  .slider-home h2 {
    font-size: 20px;
  }
  .slider-home .panel {
    margin-bottom: 20px;
    padding: 10px;
  }
}
/* End of Homepage */
/* Components */
.section-crossselling {
  background-position: center 60px;
  background-image: url("../images/section-waves.svg");
  background-size: 100% auto;
}

@media (max-width: 767.98px) {
  .section-crossselling {
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .section-crossselling {
    padding-top: 160px;
  }
}
.crossselling {
  position: relative;
  margin-top: 20px;
}

.crossselling-before {
  height: 20px;
  width: 2px;
  background-color: #ffce00;
  position: absolute;
  left: 13%;
  bottom: 100%;
}

.crossselling-before::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.crossselling-after {
  height: 215px;
  width: 85px;
  border-color: #ffce00;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  position: absolute;
  left: 30%;
  top: 100%;
  z-index: 3;
  display: none;
}

@media (max-width: 767.98px) {
  .crossselling-after {
    width: 2px;
    left: 50% !important;
    margin-left: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .crossselling-after {
    box-sizing: content-box;
    padding-bottom: 40px;
  }
}
.crossselling-container {
  margin-bottom: 45px;
  position: relative;
}

.crossselling-container::before,
.crossselling-container::after {
  content: "";
  width: 293px;
  height: 241px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  background-image: url("../images/shape-02.png");
  position: absolute;
  z-index: 1;
}

.crossselling-container::before {
  left: -134px;
  top: -60px;
}

.crossselling-container::after {
  right: -88px;
  top: 100%;
  margin-top: -45px;
}

.crossselling-container > div {
  z-index: 2;
}

.crossselling-container h2 {
  margin-bottom: 20px;
}

.crossselling .product {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 30px 20px;
  margin: 20px 0px;
}
.crossselling .product--idaas {
  background-color: none;
  text-align: center;
}
.crossselling .product--idaas__image {
  min-height: 100px;
  display: grid;
}
.crossselling .product--idaas__image img {
  margin: auto;
}
.crossselling .product--idaas h4 {
  color: #ffce00;
}

.crossselling .product img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 95px;
  height: 100%;
}

.crossselling-3-products {
  margin: 80px 0px;
}

.crossselling-3-products .row {
  padding: 0px 4.16%;
}

.crossselling-3-products .crossselling-after {
  height: 30px;
  width: 0px;
  border-color: #ffce00;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 100%;
  display: block;
}

.crossselling-3-products .crossselling-after::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -8px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.crossseling-panel-ase {
  position: relative;
  z-index: 2;
  margin-left: 30px;
}

.crossseling-panel-ase::after {
  right: 100%;
  top: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 206, 0, 0);
  border-right-color: #ffce00;
  border-width: 18px;
}

.crossseling-panel-ase-features {
  margin: 30px 0px;
}

@media (max-width: 767.98px) {
  .crossselling-container::after,
  .crossselling-container::before {
    display: none;
  }
  .crossseling-panel-ase {
    margin-left: 0px;
  }
  .crossseling-panel-ase::after {
    bottom: 100%;
    top: auto;
    left: 35px;
    right: auto;
    border-bottom-color: #ffce00;
    border-right-color: transparent;
    margin-left: -18px;
  }
  .panel-crossselling {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px -15px;
  }
}
@media (max-width: 575.98px) {
  .panel-video {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.panel-dark-transparent .play-video {
  margin-bottom: 0;
}

.play-video {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.play-video .btn-play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 4;
}

.play-video .btn-play::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/btn-play-video.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  transition: transform 0.2s;
}

.play-video .btn-play:hover::after { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.section-crossselling .play-video {
  margin-bottom: 10px;
}

.section-heading-margin h2 {
  margin-bottom: 60px;
}

.subsection-case-study h2 {
  color: #ffce00;
}

.case-studies {
  margin: 30px 0px;
  text-align: center;
}

.case-studies .item {
  margin: 30px 0px;
}

.case-studies .item .item-image {
  height: 90px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-studies .item h3 {
  margin-bottom: 20px;
}

.awards {
  margin: 30px 0px;
}

.awards .item .item-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .awards .item p {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .slider-mobile {
    padding: 0 40px;
  }
}
.section-articles h2 {
  color: #0f102c;
  text-align: center;
}

.section-articles-yellow h2 {
  color: #ffce00;
}

.section-articles-yellow .article .article-body {
  background-color: #ffce00;
}

.section-articles-yellow .article h3,
.section-articles-yellow .article p {
  color: #252525;
}

.section-articles-shapes .article * {
  position: relative;
  z-index: 2;
}

.section-articles-shapes .articles [class*=col-]:nth-of-type(1) .article::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 256px;
  height: 282px;
  left: -70px;
  top: -32px;
  background-image: url("../images/shape-04.png");
}

.section-articles-shapes .articles [class*=col-]:nth-of-type(2) .article::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 256px;
  height: 282px;
  left: -80px;
  top: -38px;
  background-image: url("../images/shape-05.png");
}

.section-articles-shapes .articles [class*=col-]:nth-of-type(3) .article::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 256px;
  height: 312px;
  left: -65px;
  top: -48px;
  background-image: url("../images/shape-06.png");
}

@media (max-width: 991.98px) {
  .section-articles-shapes .articles [class*=col-] .article::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-articles h2 {
    margin-bottom: 60px;
  }
  .section-articles-shapes h2 {
    margin-bottom: 80px;
  }
}
.section-products {
  background-image: url("../images/section-products.png");
  background-position: center top;
}

@media (min-width: 992px) {
  .section-products {
    padding-top: 160px;
  }
}
@media (max-width: 991.98px) {
  .section-products {
    background-position: center top;
    background-repeat: repeat-y;
  }
}
.section-products h2 {
  color: #fff;
  padding-left: 45px;
}

.products {
  position: relative;
  margin-bottom: 80px;
}

.products .panel {
  margin: 10px 0px;
  height: calc(100% - 20px);
}

.products .product p {
  line-height: 1.2;
  letter-spacing: 0.4px;
}

.products-before {
  height: 40px;
  width: 2px;
  background-color: #ffce00;
  position: absolute;
  left: 25px;
  bottom: 100%;
}

.products-before::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.products-after {
  height: 70px;
  width: 2px;
  background-color: #ffce00;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 100%;
}

.products-after::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 2px solid #ffce00;
  border-radius: 50%;
}

.benefits .benefit h3 {
  color: #ffce00;
}

.benefits .benefit p:last-of-type {
  margin-bottom: 0px;
}

.benefits .panel {
  margin: 10px 0px;
  height: calc(100% - 20px);
}

.benefits .benefit {
  padding-right: 70px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/icons/yellow/benefits.png");
}

.benefits .panel-yellow .benefit {
  background-image: url("../images/icons/benefits.png");
}

@media (min-width: 768px) {
  .benefits {
    padding: 0px 10px;
  }
  .panel-products {
    background-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .products .product img {
    margin-bottom: 20px;
    max-width: 100px;
  }
  .products .panel,
  .benefits .panel {
    margin: 15px 0px;
  }
  .products .panel,
  .benefits .panel:not(.panel-yellow) {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .panel-products {
    margin: 0px -15px;
    padding: 15px;
  }
}
.section-ase {
  background-image: url("../images/section-ase.png");
  background-position: left center;
}

.panel-ase {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/panel-ase.jpg");
  background-size: cover;
}

.panel-ase .panel-heading {
  margin-bottom: 0px;
}

.shape {
  position: relative;
}

.shape * {
  z-index: 2;
  position: relative;
}

.shape::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.shape-type-1::before {
  width: 256px;
  height: 282px;
  left: -70px;
  top: -32px;
  background-image: url("../images/shape-04.png");
}

.shape-type-2::before {
  width: 256px;
  height: 282px;
  left: -80px;
  top: -38px;
  background-image: url("../images/shape-05.png");
}

.shape-type-3:before {
  width: 256px;
  height: 312px;
  left: -65px;
  top: -48px;
  background-image: url("../images/shape-06.png");
}

.shape-type-4::before {
  width: 293px;
  height: 291px;
  top: -40px;
  left: -120px;
  background-position: left top;
  background-image: url("../images/shape-07.png");
}

.shape-type-5::before {
  width: 293px;
  height: 240px;
  bottom: -50px;
  right: -90px;
  background-position: right bottom;
  background-image: url("../images/shape-02.png");
}

@media (max-width: 767.98px) {
  .shape::before {
    display: none;
  }
  .shape img {
    margin-bottom: 30px;
  }
}
.section-faqs {
  background-image: url("../images/section-faqs.png");
  background-position: right 100px;
  text-align: center;
}

.section .section-row {
  margin-bottom: 80px;
}

.section .section-row:last-of-type {
  margin-bottom: 0px;
}

.section .challenges .shape::before {
  width: 223px;
  height: 223px;
  background-image: url("../images/shape-08.png");
}

.section-topics .challenges:nth-of-type(1) .shape::before {
  transform: rotate(59deg);
  left: -90px;
  top: 90px;
}

.section-topics .challenges:nth-of-type(2) .shape::before {
  transform: rotate(109deg);
  left: -45px;
  top: -40px;
}

.section-topics .challenges:nth-of-type(3) .shape::before {
  transform: rotate(-64deg);
  left: -65px;
  top: -40px;
}

.section-topics .challenges:nth-of-type(4) .shape::before {
  transform: rotate(59deg);
  left: -90px;
  top: 53px;
}

.section-industries .challenges:nth-of-type(1) .shape::before {
  transform: rotate(59deg);
  left: -70px;
  top: 88px;
}

.section-industries .challenges:nth-of-type(2) .shape::before {
  transform: rotate(11deg);
  left: -85px;
  top: -20px;
}

.section-industries .challenges:nth-of-type(3) .shape::before {
  transform: rotate(-66deg);
  left: -85px;
  top: 15px;
}

.section-industries .challenges:nth-of-type(4) .shape::before {
  transform: rotate(59deg);
  left: -60px;
  top: -60px;
}

.section .members .shape::before {
  width: 223px;
  height: 223px;
  transform: rotate(84deg);
  background-image: url("../images/shape-08.png");
  left: -80px;
  top: -40px;
}

.section-partners {
  background-image: url("../images/section-faqs.png");
  background-position: right center;
}

@media (max-width: 991.98px) {
  .section-partners {
    background-image: none;
  }
}
.panel-contact .media,
.panel-contact h2 {
  margin-bottom: 10px;
}

.panel-contact > p {
  font-size: 24px;
}

.panel-contact p small {
  text-transform: uppercase;
  font-size: 60%;
}

@media (max-width: 768.98px) {
  .panel-contact > p {
    font-size: 16px;
  }
  .panel-contact p small {
    font-size: 80%;
  }
}
.section-testimonials {
  text-align: center;
}

.section-testimonials h2 {
  margin-bottom: 60px;
}

.section-testimonials p {
  color: #fff;
}

.section-testimonials .slider img {
  display: inline-block;
  margin-bottom: 30px;
}

.section-testimonials .slider .slick-prev {
  left: -9%;
}

.section-testimonials .slider .slick-next {
  right: -9%;
}

.section-testimonials .slider .slick-dots {
  margin-top: 60px;
}

.section-copy h2 {
  color: #0f102c;
}

.alignright img,
.column-image img {
  display: block;
  margin-bottom: 10px !important;
}

.alignright p,
.column-image p {
  margin-bottom: 10px;
}

.alignright img + p,
.column-image small {
  font-size: 60%;
  text-transform: uppercase;
}

div.column-crossselling {
  margin-bottom: 20px;
}

.column-crossselling .media {
  margin-bottom: 20px;
}

.column-crossselling .link {
  color: #000;
  margin: 0px 20px;
}

@media (min-width: 768px) {
  .column-image {
    float: right;
    margin-left: 10px;
  }
  .column-action {
    float: right;
    margin-left: 10px;
    width: 41.666667%;
    margin-right: -9%;
    padding: 0 15px;
  }
  .column-crossselling {
    float: right;
    margin-left: 10px;
    padding: 0 15px;
    width: 41.666667%;
  }
}
@media (max-width: 767.98px) {
  .column-crossselling {
    margin-bottom: 30px;
  }
  .column-crossselling .media {
    margin-bottom: 10px;
  }
  .column-crossselling .media h3 {
    margin-bottom: 0px;
  }
}
.plans {
  padding: 1px 0px;
}

.plans table {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

.plans table th,
.plans table td {
  padding: 13px 30px;
  vertical-align: middle;
}

.plans table tr th:first-of-type,
.plans table tr td:first-of-type {
  width: 28%;
}

.plans table tr th:not(:first-of-type),
.plans table tr td:not(:first-of-type) {
  width: 24%;
}

.plans table th *,
.plans table td * {
  vertical-align: middle;
}

.plans table th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.plans table thead th:first-of-type,
.plans table tbody td:first-of-type {
  text-align: left;
  border-right: 2px solid #ffce00;
}

.plans table thead tr th:not(:first-of-type),
.plans table tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(255, 255, 255, 0.06);
}

.plans table th h3 {
  margin-bottom: 0px;
  letter-spacing: normal;
}

.plans table .btn {
  margin: 20px 0px;
}

@media (max-width: 991.98px) {
  .plans table .icon-check {
    width: 22px;
    height: 21px;
  }
  .plans table th h3 {
    font-size: 16px;
  }
  .plans table .btn {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .plans table tr th,
  .plans table tr td {
    padding: 10px;
  }
  .plans table tr th:first-of-type,
  .plans table tr td:first-of-type {
    width: 40%;
  }
  .plans table tr th:not(:first-of-type),
  .plans table tr td:not(:first-of-type) {
    width: 20%;
  }
  .plans table,
  .plans table th h3 {
    font-size: 12px;
  }
  .plans table .btn {
    font-size: 12px;
    padding: 5px 5px;
    line-height: 14px;
  }
}
.statistics {
  padding-left: 45px;
}

.statistics h2 {
  color: #fff;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.section-white .statistics h2 {
  color: #0f102c;
}

.statistics span {
  color: #ffce00;
  font-size: 70px;
  line-height: 1;
  font-family: "function_probold";
  text-align: center;
  display: block;
}

@media (max-width: 991.98px) {
  .statistics h2 {
    font-size: 20px;
  }
  .statistics span {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .statistics {
    margin: 20px 0px;
    text-align: center;
    padding-left: 0px;
  }
  .statistics span {
    display: inline-block;
  }
}
.tabs .nav-tabs {
  border-bottom: 0px;
}

.tabs .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.42);
  background-color: transparent;
  border-color: transparent;
  border-width: 0px 0px 4px 0px;
  border-radius: 0px;
  text-align: center;
  letter-spacing: 0.7px;
  font-family: "function_prodemi";
  padding: 15px 0px;
  font-size: 24px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.tabs .nav-tabs .nav-link.active {
  color: #ffce00;
  background-color: transparent;
  border-color: #ffce00;
}

.tabs-articles .nav-tabs .nav-link {
  font-size: 36px;
}

.section-yellow .tabs .nav-tabs .nav-link,
.panel-yellow .tabs .nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.42);
}

.section-yellow .tabs .nav-tabs .nav-link.active,
.panel-yellow .tabs .nav-tabs .nav-link.active {
  color: #000;
  border-color: #000;
}

@media (max-width: 991.98px) {
  .tabs .nav-tabs .nav-link {
    font-size: 18px;
  }
  .tabs-articles .nav-tabs .nav-link {
    font-size: 24px;
  }
}
.section-filters {
  padding: 30px 0px;
}

.section-yellow .form-control,
.section-yellow .btn-link,
.panel-yellow .form-control,
.panel-yellow .btn-link {
  border-color: #000;
  color: #000;
  display: block;
  width: 100%;
}

.section-yellow .btn-link,
.panel-yellow .btn-link {
  background-color: #ffce00;
}

.filter .form-control,
.filter .btn-link {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .filter h3 {
    margin-bottom: 0px;
  }
  .filter .form-control,
  .filter .btn-link {
    margin-bottom: 0px;
  }
}
.small-uppercase,
.results-info {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}

.small-uppercase span {
  margin: 0px 10px;
  opacity: 0.34;
  cursor: pointer;
}

.small-uppercase span.active {
  opacity: 1;
}

.featured-articles-close {
  text-transform: none;
  text-decoration: underline;
  opacity: 1;
  margin-left: 30px;
}

.usp {
  margin: 30px 0px;
}

.usp h3 {
  color: #ffce00;
}

.product-benefits.product-benefits--idaas h3::before {
  content: "";
  width: 20px;
  display: inline-block;
  height: 20px;
  background-image: url(../images/sep-circle.svg);
  background-size: 20px 20px;
  background-position: top left;
}
.product-benefits.product-benefits--idaas .item {
  padding-left: 0;
  margin-left: 0;
}
.product-benefits.product-benefits--idaas .item .media {
  padding-left: 0;
  margin-left: 0;
}

.product-benefits .item {
  margin: 20px 0px;
}

@media (min-width: 768px) {
  .product-benefits .item {
    padding-left: 74px;
  }
  .product-benefits .item .media {
    margin-left: -74px;
  }
}
@media (max-width: 767.98px) {
  .product-benefits .item h3 {
    margin-bottom: 10px;
  }
}
.tabs-benefits .nav-tabs {
  flex-wrap: nowrap;
}

.tabs-benefits .nav-tabs li {
  margin: 0px 10px;
}

.tabs-benefits .nav-tabs li .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-benefits .nav-tabs-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .tabs-benefits .nav-tabs {
    display: none;
  }
  .tabs-benefits .nav-tabs-mobile {
    display: block;
    margin-bottom: 30px;
  }
}
.product-features ul {
  color: #ffce00;
}

.product-features ul li {
  margin: 10px 0px;
}

.slider-product .article .article-body {
  height: auto !important;
  min-height: 200px;
  text-align: left;
}

.slider-product .slick-prev {
  left: -50px;
}

.slider-product .slick-next {
  right: -50px;
}

@media (max-width: 1199.98px) {
  .slider-product {
    padding: 0px 50px;
  }
  .slider-product .slick-prev {
    left: 15px;
  }
  .slider-product .slick-next {
    right: 15px;
  }
}
.sticky-product-navbar.isSticky {
  z-index: 1000;
}

.product-navbar {
  padding: 0px;
  background-color: #ffce00;
  min-height: inherit;
  height: 40px;
}

.product-navbar .htags {
  width: calc(100% - 100px);
}

.product-navbar h6 {
  font-size: 18px;
  margin: 0px 30px 0px 0px;
}

.product-navbar .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.product-navbar .navbar-nav li a {
  font-size: 18px;
  padding: 0px;
  color: #000000;
  margin: 0px;
  padding: 10px 0px;
}

.product-navbar .navbar-nav li:last-of-type {
  margin-bottom: 0px;
}

.product-navbar .navbar-nav li a.active {
  font-family: "function_prodemi";
  border-bottom: 2px solid #000;
}

@media (max-width: 991.98px) {
  .product-navbar {
    padding: 14px 0px;
    min-height: 60px;
    height: auto;
  }
  .product-navbar .product-navbar-mobile {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .product-navbar .navbar-nav {
    padding: 15px;
  }
}
.sticky-product-navbar {
  background-color: #fff;
}

.sticky-product-navbar .top-menu-free-trial {
  margin-right: 35px;
}

.product-navbar-top {
  height: 140px;
  padding: 22px 0px;
  background-color: rgba(15, 16, 44, 0.94);
  opacity: 0;
  z-index: -9999;
}

.isSticky .product-navbar-top {
  height: 100px;
  opacity: 1;
  z-index: auto;
}

.product-navbar-top img {
  width: 52px;
  margin-right: 35px;
}

.product-navbar-top h3 {
  color: #fff;
  margin-bottom: 0px;
}

.product-navbar-top .btn-outline-primary {
  color: #fff;
}

.product-navbar-top .back-to-top {
  color: #fff;
  text-decoration: none;
  margin-right: 35px;
}

.product-navbar-top .back-to-top::before {
  border-color: #fff;
}

@media (max-width: 991.98px) {
  .product-navbar-top {
    display: none !important;
  }
}
.section-search {
  padding: 60px 0px;
  margin-top: 100px;
}

@media (max-width: 991.98px) {
  .section-search {
    margin-top: 110px;
  }
}
.section-search .form-search {
  margin: 0px;
  width: 100%;
}

.section-search .form-search .form-control {
  width: calc(100% - 60px);
}

.section-search .form-search .btn-search {
  width: 60px;
  text-align: center;
}

.results .item {
  margin-bottom: 70px;
}

.results .item:last-of-type {
  margin-bottom: 0px;
}

.results .item a {
  color: #0f102c;
  text-decoration: underline;
}

.results .item a:hover {
  color: #0f1030;
  text-decoration: none;
}

.results .item h3 {
  margin-bottom: 5px;
}

.results .item p:last-of-type {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .results-info {
    margin-left: -80px;
  }
}
@media (max-width: 575.98px) {
  .results .item img {
    margin-bottom: 30px;
    max-width: 210px;
  }
}
.modal {
  z-index: 9999;
}

.modal .close {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  left: 50%;
  float: none;
  position: relative;
  margin-left: -27px;
  margin-bottom: 20px;
}

.modal .close:not(:disabled):not(.disabled):focus,
.modal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  outline: none;
}

.modal .close::before,
.modal .close::after {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #252525;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 12px;
  top: 7px;
}

.modal .close::before {
  transform: translateY(19px) rotate(45deg);
}

.modal .close::after {
  transform: translateY(19px) rotate(-45deg);
}

.modal .modal-content {
  background-color: transparent;
  border: 0px;
}

.modal-help .modal-dialog {
  max-width: 780px;
}

@media (min-width: 992px) {
  .modal-help .modal-content {
    margin-left: -80px;
  }
  .modal-help .close {
    margin-left: 53px;
  }
}
.tabs-modal {
  display: flex;
}

.tabs-modal .nav-tabs {
  flex-direction: column;
  width: 140px;
  margin-right: 20px;
}

.tabs-modal .nav-tabs li {
  margin-bottom: 20px;
}

.tabs-modal .nav-tabs .nav-link {
  background-color: #6f5c19;
  color: #06071d;
  padding: 10px 5px;
  flex-direction: column;
}

.tabs-modal .nav-tabs .nav-link .icon {
  height: 60px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.tabs-modal .nav-tabs .nav-link.active {
  background-color: #ffce00;
  color: #06071d;
}

.tabs-modal .tab-content {
  width: calc(100% - 160px);
  margin: 0px;
}

@media (max-width: 768.98px) {
  .tabs-modal {
    flex-direction: column;
  }
  .tabs-modal .nav-tabs {
    flex-direction: row;
    width: auto;
    margin-right: 0px;
  }
  .tabs-modal .nav-tabs li {
    width: 25%;
  }
  .tabs-modal .nav-tabs .nav-link {
    font-size: 14px;
  }
  .tabs-modal .nav-tabs .nav-link .icon {
    display: none;
  }
  .tabs-modal .tab-content {
    width: 100%;
    margin: 0px;
  }
}
.section-contact {
  background-image: url("../images/section-ase.png"), url("../images/section-join-us.png");
  background-position: left center, right bottom;
}

.section-contact .panel-contact {
  margin-bottom: 30px;
}

.tabs-contact iframe {
  max-width: 100%;
  height: auto;
}

.tabs-contact {
  margin: 0px -20px;
}

.addresses {
  padding: 20px;
  margin-bottom: 30px;
}

.addresses h3 {
  margin-bottom: 0px;
}

.addresses:last-of-type,
.addresses p:last-child {
  margin-bottom: 0px;
}

.panel-info h3 {
  margin-top: 10px;
}

.panel-info .media-body {
  margin-left: 20px;
  margin-right: 20px;
}

.panel-info p:last-child {
  margin-bottom: 10px;
}

.section-resource .list-check h3 {
  color: #ffce00;
}

@media (min-width: 768px) {
  .section-resource .list-check li {
    padding-left: 16.666667%;
    background-position: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .panel-info .icon {
    display: block;
  }
}
.award {
  margin-bottom: 80px;
}

.award:last-of-type {
  margin-bottom: 0px;
}

.award h3 {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .award img {
    margin-bottom: 30px;
  }
}
.section-vacancies {
  background-image: url("../images/section-vacancies.png");
  background-position: right 300px;
}

.section-join-us {
  background-image: url("../images/section-join-us.png");
  background-position: right 40px;
}

.btn-download {
  line-height: 20px;
  padding-left: 70px;
  padding-right: 40px;
  background-image: url("../images/icons/download.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  position: relative;
  text-align: left;
}

.btn-download::after {
  display: inline-block;
  content: "";
  padding: 6px;
  border: solid #252525;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.product-download {
  position: relative;
}

.product-download .btn-download {
  position: relative;
  right: 0px;
  bottom: -27px;
  width: 320px;
}

@media (min-width: 600px) {
  .product-download .btn-download {
    position: absolute;
  }
}
header .btn-download {
  margin-top: 20px;
  max-width: 220px;
}

.section-support .brackets-left > div:before {
  width: 20px;
  right: 100%;
}

.section-support .brackets-left > div:after {
  right: calc(100% + 20px);
}

.section-support .brackets-left-up > div:before {
  width: 210px;
  height: 300px;
  right: 100%;
}

.section-support .brackets-left-up > div:after {
  right: calc(100% + 200px);
  bottom: calc(50% + 300px);
}

.support .support-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.section-support .media img {
  max-width: 53px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-support .brackets-left > div:before,
  .section-support .brackets-left > div:after,
  .section-support .brackets-left-up > div:before,
  .section-support .brackets-left-up > div:after {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .section-support .section-row .media .btn {
    margin-bottom: 60px;
  }
}
.btns-group .btn {
  margin: 10px 0px;
}

.btns-group:not(.btns-group-vertical) .btn {
  margin-right: 20px;
}

.btns-group .btn:last-of-type {
  margin-right: 0px;
}

.btn-show-video {
  cursor: pointer;
  color: #ffce00 !important;
  font-family: "function_prodemi";
  margin: 50px 0px;
  display: inline-block;
}

.btn-show-video .icon-play {
  transition: transform 0.2s;
}

.btn-show-video:hover .icon-play { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .modal-video .modal-dialog {
    max-width: 70%;
  }
}
.sticky-main-navbar {
  position: relative;
  z-index: 2;
}

.circles {
  position: absolute;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .circles {
    display: none;
  }
}
.circle {
  border-radius: 50%;
  border: 6px solid;
  position: absolute;
}

.circle-yellow {
  border-color: #ffce00;
}

.circle-white {
  border-color: #fff;
}

.circle-blue {
  border-color: #0f102c;
}

.circle-210 {
  width: 210px;
  height: 210px;
}

.circle-180 {
  width: 180px;
  height: 180px;
}

.circle-133 {
  width: 133px;
  height: 133px;
}

.circle-80 {
  width: 80px;
  height: 80px;
}

.circle-70 {
  width: 70px;
  height: 70px;
}

.circle-50 {
  width: 50px;
  height: 50px;
}

.circle-100 {
  width: 100px;
  height: 100px;
}

.circle-50 {
  width: 50px;
  height: 50px;
  border-width: 17px;
}

.circle-50.thin {
  border-width: 6px;
}

.circles-left {
  top: 0px;
  left: 0px;
  width: 180px;
  height: 100%;
}

.circles-right {
  right: 0px;
  top: 0px;
  width: 225px;
  height: 100%;
}

.circles-halfdown.circles-left,
.circles-halfdown.circles-right {
  top: 25%;
}

.circles-home.circles-left {
  top: -100px;
}

.circles-home.circles-left .circle:nth-of-type(1) {
  top: 0;
  right: 0;
}

.circles-home.circles-left .circle:nth-of-type(2) {
  top: 130px;
  right: 80px;
}

.circles-home.circles-left .circle:nth-of-type(3) {
  top: 290px;
  right: 20px;
}

.circles-home.circles-right .circle:nth-of-type(1) {
  top: 135px;
  left: 55px;
}

.circles-home.circles-right .circle:nth-of-type(2) {
  top: 280px;
  left: 110px;
}

.circles-home.circles-right .circle:nth-of-type(3) {
  top: 380px;
  left: 0;
}

.circles-three .circle:nth-of-type(1) {
  top: 25px;
  right: 70px;
}

.circles-three .circle:nth-of-type(2) {
  top: 210px;
  right: 100px;
}

.circles-three .circle:nth-of-type(3) {
  top: 340px;
  right: 45px;
}

/* */
.circles-two .circle:nth-of-type(1) {
  top: 45px;
  left: 70px;
}

.circles-two .circle:nth-of-type(2) {
  top: 200px;
  left: 150px;
}

.circles-products .circle:nth-of-type(1) {
  left: 40px;
  bottom: 190px;
}

.circles-products .circle:nth-of-type(2) {
  left: 5px;
  bottom: 120px;
}

.circles-products .circle:nth-of-type(3) {
  left: -100px;
  bottom: 240px;
}

.circles-icons .circle:nth-of-type(1) {
  top: 170px;
  left: -60px;
}

.circles-icons .circle:nth-of-type(2) {
  top: 230px;
  left: 20px;
}

.circles-icons .circle:nth-of-type(3) {
  top: 320px;
  left: 10px;
}

.article p:last-of-type + .article-body-hidden {
  margin-top: 20px;
}

.articles-expandable .article .article-body-hidden {
  display: none;
}

.article-hidden {
  display: none;
}

img.aos-fadein {
  margin-bottom: 30px;
}

.row-special-padding {
  margin: 0px -10px;
}

.row-special-padding [class*=col-] {
  padding: 0px 10px;
}

.row-special-padding .panel {
  margin: 10px 0px;
}

.section-featured-articles {
  padding-top: 0px;
  margin-top: -30px;
}

.company-info p {
  margin-bottom: 15px;
}

.company-info p:last-of-type {
  margin-bottom: 30px;
}

.section-tabs {
  padding-bottom: 0px;
}

/* End of Components */
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/* MMD CSS Rules */
/* common-pioneering-ase.php icon alignment */
.mmd-icon-row > .mmd-icon > div {
  margin: 0 0 20px 0;
}

@media (min-width: 576px) {
  .mmd-icon-row > .mmd-icon {
    display: flex;
    flex-direction: column;
  }
  .mmd-icon-row > .mmd-icon > div {
    margin: auto;
  }
  .mmd-icon-row > .mmd-icon > .p22 {
    margin: auto;
    margin-top: 20px;
  }
}
/* common-pioneering-ase.php icon alignment ends */
/* template-awards.php award alignment */
.award > .row > div > img {
  display: block;
}

@media (min-width: 576px) {
  .award > .row > div > img {
    margin: auto;
  }
}
/* template-awards.php award alignment ends */
/* main footer menu */
footer > .footer-navbar > div > div > div > #menu-footer-menu {
  flex-wrap: wrap;
}

footer > .footer-navbar > div > div > div > #menu-footer-menu > li > a {
  margin: 10px 0px;
}

/* main footer menu ends */
/* default page video modal */
.section-page-modal {
  padding-bottom: 0;
}

.section-page-modal > .container > .row > div > .play-video {
  margin: 0;
}

.section-page-modal > .container > .row > div > .play-video > .js-play-vimeo-video {
  margin: 0;
}

/* default page video modal ends */
/* Insights & events facetwp filter */
.section-filters {
  overflow: visible;
}

.select-wrap::after {
  content: none;
  width: 0;
  height: 0;
  border: 0;
  background: transparent;
}

.select-wrap > .facetwp-facet {
  margin-bottom: 0;
}

.select-wrap > .facetwp-facet > .fs-wrap {
  width: 100%;
  border-bottom: 2px black solid;
}

.select-wrap > .facetwp-facet > .fs-wrap > .fs-label-wrap > .fs-label {
  color: #000;
  background-color: #fff;
  font-family: "function_probook";
  font-size: 18px;
  line-height: 1.33;
  padding: 4px 22px 4px 8px;
}

.select-wrap > .facetwp-facet > .fs-wrap > .fs-label-wrap > .fs-arrow {
  display: none;
}

.select-wrap > .facetwp-facet > .fs-wrap > .fs-dropdown {
  width: auto;
}

.select-wrap > .facetwp-facet > .fs-wrap > .fs-dropdown,
.select-wrap > .facetwp-facet > .fs-wrap > .fs-dropdown > .fs-search {
  color: #000;
  background-color: #fff;
  font-family: "function_probook";
  font-size: 18px;
}

.section-filters .filter .btn-link {
  margin-bottom: 3px;
}

.facetwp-facet-load_more {
  text-align: center;
}

@media (min-width: 992px) {
  .section-filters .filter .btn-link {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-filters .filter .row.align-items-end .col-sm-6 {
    margin-bottom: 30px;
  }
}
/* Insights & events facetwp filter ends */
/* Top Menu Last Menu Bold */
#menu-top-menu li.strong {
  font-weight: 600;
}

/* Top Menu Last Menu Bold ends */
/* Header Menu styling */
.main-navbar .navbar-nav > li > div.dropdown-menu > div > div > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.main-navbar .navbar-nav > li > div.dropdown-menu > div > div > ul > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
}

.main-navbar .navbar-nav > li > div.dropdown-menu > div > div > ul > li > a {
  width: 100%;
}

.main-navbar .navbar-nav > li .top-menu-free-trial {
  color: #0f0f2d;
  font-family: "function_prodemi";
}

.main-navbar .navbar-nav > li .top-menu-free-trial:hover {
  color: #ffce00;
}

@media (min-width: 992px) {
  .main-navbar .navbar-nav > li > div.dropdown-menu > div > div > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-navbar .navbar-nav > li > div.dropdown-menu > div > div > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-navbar .navbar-nav > li > div.dropdown-menu > div > div > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
/* Header Menu styling ends */
/* Breadcrumbs styling */
.breadcrumb,
.breadcrumb > span,
.breadcrumb > span > a,
.breadcrumb > span a,
.breadcrumb > span > span,
.breadcrumb > span > span > a,
.breadcrumb > span > span span,
.breadcrumb > span > span .breadcrumb_last {
  color: #fff;
}

.breadcrumb--show-last .breadcrumb_last {
  display: inline;
}

.breadcrumb {
  visibility: hidden;
}
@media (min-width: 1000px) {
  .breadcrumb {
    visibility: visible;
  }
}

/* Breadcrumbs styling ends */
/* Support Intro */
.support-intro > .container > .row {
  margin-top: 50px;
  padding-bottom: 30px;
}

.support-intro > .container > .row h2 {
  color: #ffce00;
}

@media (min-width: 992px) {
  .support-intro > .container > .row {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
/* Support Intro ends */
/* Partner page intro paragraph styling */
section .partner-intro > p:first-of-type {
  font-size: 24px;
  letter-spacing: 0.1px;
  font-weight: 300;
}

/* Partner page intro paragraph styling ends */
/* Insight article alignment */
.mmd-centre-on-mobile {
  justify-content: center;
}

@media (min-width: 576px) {
  .mmd-centre-on-mobile {
    justify-content: left;
  }
}
/* Insight article alignment ends */
/* Correct font size on Insights and Events */
.article p.small {
  font-size: 12px;
}

/* Correct font size on Insights and Events ends */
/* Hide comments notification, wp logo & customise link in admin bar */
#wp-admin-bar-comments,
#wp-admin-bar-customize,
#wp-admin-bar-wp-logo {
  display: none;
}

/* Hide comments notification, wp logo & customise link in admin bar  ends*/
/* Load more loader styles */
#ajax-load-more.ajax-load-more-wrap .alm-load-more-btn {
  background-color: #1d1e38;
  color: #ffce00;
}

/* Load more loader styles ends */
/* Hide Older posts button in search when completed */
.alm-load-more-btn.more.done {
  display: none;
}

/* Hide Older posts button in search when completed ends */
/* Header search predictive text styling */
body .searchwp-live-search-results {
  background-color: #0f0f2d;
  margin-top: -5px;
  color: #ffce00;
  z-index: 1000;
}

body .searchwp-live-search-results-showing {
  border-color: #ffce00;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  max-height: 367px;
  border-radius: 0;
}

body .searchwp-live-search-results-showing > div {
  background-color: #0f0f2d;
}

body .searchwp-live-search-results-showing > div:hover {
  background-color: #fff;
}

body .searchwp-live-search-results-showing > div:hover > p > a {
  color: #0f0f2d;
}

body .form-search-mobile.opened form > .form-inline > div {
  width: calc(100% - 50px);
}

body .form-search-mobile.opened form > .form-inline > div > input {
  width: 100%;
  padding: 0.375rem 0.75rem;
}

body .form-search-mobile.opened form .screen-reader-text {
  visibility: hidden;
  height: 1px;
  width: 1px;
  background-color: transparent;
  max-height: 1px;
  max-width: 1px;
  position: absolute;
}

body .form-search-mobile.opened form #searchsubmit {
  display: none;
}

@media (min-width: 992px) {
  body.logged-in .searchwp-live-search-results {
    margin-top: -37px;
  }
  body .searchwp-live-search-results {
    margin-top: -5px;
  }
  body.logged-in {
    margin-top: 32px;
  }
  body.logged-in .mmd-fixed-navbar {
    margin-top: 32px;
  }
}
/* Header search predictive text styling ends */
/* Admin bar page alignment fix */
@media (max-width: 991px) {
  body.logged-in #wpadminbar {
    display: none;
  }
  body.logged-in {
    margin-top: -32px;
  }
}
@media (max-width: 782px) {
  body.logged-in {
    margin-top: -46px;
  }
}
/* Admin bar page alignment fix ends */
/* Sitemap page */
.sitemap .panel {
  margin-bottom: 50px;
}

.sitemap .sitemap-block {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.sitemap .sitemap-block.other ul {
  padding: 0;
}

.sitemap .sitemap-block > h3 {
  margin: 0;
  width: 150px;
  color: #ffce00;
}

.sitemap .panel .sitemap-block > h3 {
  color: #ffce00;
}

.sitemap .sitemap-block > ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: -15px 0;
}

.sitemap .sitemap-block > ul > li {
  width: 25%;
  margin: 15px 0;
  margin-right: 10px;
  min-width: 160px;
}

/* Sitemap page ends */
/* Button download */
.btn-download {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Button download ends */
/* Product navbar fixes */
#howitworks::before,
#benefitsandfeatures::before,
#integrations::before,
#industryopinions::before,
#screenshots::before,
#menu-anchor-intro::before,
#complementaryproducts::before {
  display: block;
  content: "";
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
}

@media (min-width: 992px) {
  .section-before-sticky-product-navbar {
    padding-bottom: 0px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
  }
}
/* End of Product navbar fixes */
/* Hover links styling */
footer .container .social a:hover {
  text-decoration: none;
}

.section-dark :not(.panel) a:not(.btn) {
  color: #fff;
}

.section-dark .panel.panel-yellow a:not(.btn) {
  color: #0f102c;
}

.section-dark .panel.panel-yellow a:not(.btn):hover {
  color: #0f102c;
  text-decoration: underline;
}

.section-dark :not(.panel) a:not(.btn):hover {
  color: #ffce00;
}

.section-white :not(.panel) a:not(.btn):not(.box-link) {
  color: #0f102c;
  text-decoration: underline;
}

.section-white :not(.panel) a:not(.btn):not(.box-link):hover {
  color: #0f102c;
  text-decoration: none;
}

.tabs-contact .nav-tabs .nav-item a:hover {
  color: #0f102c;
}

/* Hover links ends */
/* Product crosselling link styling */
.crossselling .product {
  padding: 50px 20px;
}

.crossselling .product a.link {
  position: absolute;
  bottom: 50px;
}

/* Product crosselling link ends */
/* Statistics block */
.statistics {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .statistics {
    padding-left: 0;
  }
}
/* Statistics block ends */
/* Integration alignment */
.integration {
  margin-bottom: 30px;
}

.integration:last-of-type {
  margin-bottom: 0px;
}

.integration h3 {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .integration img {
    margin-bottom: 30px;
  }
}
.integration > .row > div > img {
  display: block;
}

@media (min-width: 576px) {
  .integration > .row > div > img {
    margin: auto;
  }
}
/* Integration alignment ends */
/* Team template */
.members h2 {
  margin-bottom: 0;
}

.members h3 {
  color: #ffce00;
  margin-bottom: 20px;
}

/* Team template ends */
/* Single Challenge */
.challenge-insights {
  padding-top: 60px;
}

.applications .item {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}

.applications .item .item-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.applications .item .btn-box {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Single Challenge ends */
/* product screenshot carousel */
.screenshot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.screenshot img {
  max-width: 98%;
  margin-bottom: 20px;
}

.screenshot div {
  max-width: 98%;
}

.slick-arrow {
  display: none;
}

@media (min-width: 610px) {
  .screenshot img {
    max-width: 500px;
  }
  .screenshot div {
    max-width: 500px;
  }
  .slick-arrow {
    display: block;
  }
}
@media (min-width: 840px) {
  .screenshot img {
    max-width: 740px;
  }
  .screenshot div {
    max-width: 740px;
  }
}
@media (min-width: 991px) {
  .screenshot img {
    max-width: 840px;
  }
  .screenshot div {
    max-width: 840px;
  }
}
/* product screenshot carousel ends */
/* Metrics section on single-product */
.metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.metrics h3 {
  margin-bottom: 10px;
}

.metrics .metric {
  font-size: 60px;
}

/* Metrics section on single-product ends */
/* single-products */
.logos-grid .int-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.threat-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
}

/* single-products ends */
/* single-products screenshot modals */
.screenshot-modal .modal-dialog {
  max-width: 100%;
}

.screenshot-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.screenshot-modal .modal-dialog .modal-content .modal-body {
  justify-content: center;
  display: flex;
}

.screenshot-modal .modal-dialog .modal-content .modal-body div {
  max-width: 100%;
  max-height: 100%;
  align-self: flex-start;
}

.screenshot-modal .modal-dialog .modal-content .modal-body div img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* single-products screenshot modals ends */
/* Content Hub */
.content-hub-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  width: 100%;
}

.content-hub-flex > .content-box {
  padding: 20px 20px 85px 20px;
  color: #0f102c;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 15px 0;
}

.content-hub-flex > .content-box > .content-box-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.content-hub-flex > .content-box.fancy-content-box > .content-box-background {
  background-position: center left;
}

.content-hub-flex > .content-box p,
.content-hub-flex > .content-box h3 {
  color: #0f102c;
  z-index: 1;
}

.content-hub-flex > .content-box h3 {
  font-size: 22px;
}

.content-hub-flex > .content-box p {
  margin: 0;
  padding: 0;
  z-index: 2;
}

.content-hub-flex > .content-box .btn {
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.content-hub-flex > .content-box:nth-of-type(5n + 1),
.content-hub-flex > .content-box:nth-of-type(5n + 4) {
  background-color: #fff;
}

.content-hub-flex > .content-box:nth-of-type(5n + 2),
.content-hub-flex > .content-box:nth-of-type(5n + 3),
.content-hub-flex > .content-box:nth-of-type(5n + 5) {
  background-color: #ffce00;
}

.content-hub-flex > .content-box:nth-of-type(5n + 1),
.content-hub-flex > .content-box:nth-of-type(5n + 2),
.content-hub-flex > .content-box:nth-of-type(5n + 3),
.content-hub-flex > .content-box:nth-of-type(5n + 4),
.content-hub-flex > .content-box:nth-of-type(5n + 5) {
  width: 100%;
}

.content-hub-flex > .content-box:nth-of-type(5n + 1) .btn:hover,
.content-hub-flex > .content-box:nth-of-type(5n + 4) .btn:hover {
  background-color: transparent;
  color: #0f102c;
}

.content-hub-flex > .content-box:nth-of-type(5n + 2) .btn,
.content-hub-flex > .content-box:nth-of-type(5n + 3) .btn,
.content-hub-flex > .content-box:nth-of-type(5n + 5) .btn {
  border-color: #0f102c;
  background-color: #0f102c;
  color: #fff;
}

.content-hub-flex > .content-box:nth-of-type(5n + 2) .btn:hover,
.content-hub-flex > .content-box:nth-of-type(5n + 3) .btn:hover,
.content-hub-flex > .content-box:nth-of-type(5n + 5) .btn:hover {
  background-color: transparent;
  color: #0f102c;
}

.content-hub-flex > .content-box.hub-white-text,
.content-hub-flex > .content-box.hub-white-text h3,
.content-hub-flex > .content-box.hub-white-text p,
.content-hub-flex > .content-box.hub-white-text h3:hover,
.content-hub-flex > .content-box.hub-white-text p:hover,
.content-hub-flex > .content-box.hub-white-text a.btn,
.content-hub-flex > .content-box.hub-white-text a.btn:hover {
  color: #fff;
}

.content-hub-flex .ContentHubModal {
  cursor: pointer;
}

.content-hub-closing {
  margin-top: 60px;
}

.content-hub-closing p {
  font-family: "function_prolight", sans-serif;
  line-height: 1.25;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.content-hub-closing p:last-of-type {
  margin: 0;
}

.header-content-hub p {
  margin: 20px 0 0 0;
}

.content-hub-flex > .content-box h3.content-hub-fancy-title {
  font-family: "function_promedium";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content-hub-flex > .content-box div.content-hub-divider {
  width: 40px;
  height: 3px;
  background-color: #0f102c;
  z-index: 1;
  margin-bottom: 15px;
}

.content-hub-flex > .content-box.hub-white-text div.content-hub-divider {
  background-color: #ffcf00;
}

.content-hub-flex > .content-box p.large-text {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "function_prodemi";
  max-width: 210px;
  line-height: 0.9;
  margin-bottom: 5px;
}

.content-hub-flex > .content-box p.subtext {
  font-size: 16px;
  font-family: "function_promedium";
}

.content-hub-flex > .content-box.hub-white-text p.subtext {
  color: #ffcf00;
}

.content-hub-flex > .content-box .btn-show-video {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.content-hub-flex > .content-box .btn-show-video > span.icon-play {
  margin: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
}

@media (min-width: 600px) {
  .content-hub-flex > .content-box h3.content-hub-fancy-title {
    font-size: 20px;
  }
  .content-hub-flex > .content-box p.large-text {
    font-size: 30px;
  }
  .content-hub-flex > .content-box p.subtext {
    font-size: 20px;
  }
  .content-hub-flex > .content-box div.content-hub-divider {
    width: 50px;
    height: 4px;
  }
}
@media (min-width: 768px) {
  .content-hub-closing p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .content-hub-flex > .content-box > h3 {
    font-size: 22px;
  }
}
@media (min-width: 850px) {
  .content-hub-flex {
    flex-direction: row;
    justify-content: flex-start;
  }
  .content-hub-flex > .content-box:nth-of-type(5n + 1),
  .content-hub-flex > .content-box:nth-of-type(5n + 2) {
    width: calc(50% - 30px);
  }
  .content-hub-flex > .content-box:nth-of-type(5n + 3),
  .content-hub-flex > .content-box:nth-of-type(5n + 4),
  .content-hub-flex > .content-box:nth-of-type(5n + 5) {
    width: calc(33.3% - 30px);
  }
  .content-hub-flex > .content-box {
    margin: 15px;
  }
}
@media (min-width: 1100px) {
  .content-hub-flex {
    margin: -15px;
  }
  .content-hub-flex > .content-box {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  section.content-hub-section {
    padding: 10px 0 0 0;
  }
  .header-content-hub {
    min-height: 342px;
    background-position: right top;
  }
  .content-hub-closing p {
    font-size: 20px;
  }
}
/* Content Hub ends */
/* Landing Page Header Styles */
.header-landing * {
  box-sizing: border-box;
}

.header-landing .container .header-flex {
  display: flex;
  flex-direction: column;
}

.header-landing .container .header-flex > .left-col {
  margin-right: 0;
  margin-bottom: 30px;
}

.header-landing .container .header-flex > .left-col .usp-flex {
  display: flex;
  flex-direction: column;
}

.header-landing .container .header-flex > .left-col .usp-flex .usp-bullet {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}

.header-landing .container .header-flex > .left-col .usp-flex .usp-bullet > div:first-of-type {
  height: 65px;
  width: 65px;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}

.header-landing .container .header-flex > .left-col .usp-flex .usp-bullet > div:first-of-type img {
  max-width: initial;
  max-height: initial;
  flex-shrink: 0;
}

.header-landing .container .header-flex > .left-col .usp-flex .usp-bullet > div:last-of-type {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.header-landing .container .header-flex > .left-col .usp-flex .usp-bullet > div:last-of-type h3 {
  color: #ffce00;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.header-landing .container .header-flex > .left-col .usp-flex .usp-bullet p:last-of-type {
  margin: 0;
}

.header-landing .container .header-flex > .right-col {
  margin-left: 0;
}

.header-landing .container .header-flex > .right-col .panel .media {
  display: flex;
  flex-direction: column;
}

.header-landing .container .header-flex > .right-col .panel .media .media-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.header-landing .container .header-flex > .right-col .panel .media .media-head h3 {
  margin-bottom: 0;
  margin-left: 15px;
  margin-top: 0;
}

.header-landing .container .header-flex > .right-col .panel .media .media-body {
  margin: 0;
  width: 100%;
}

.header-landing .container .header-flex > .right-col .panel .media .media-body iframe {
  height: 900px;
}

@media (min-width: 850px) {
  .header-landing .container .header-flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .header-landing .container .header-flex > .left-col {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .header-landing .container .header-flex > .right-col {
    margin-left: 30px;
    min-width: 350px;
  }
}
@media (min-width: 992px) {
  header.header-landing {
    padding: 100px 0 50px 0;
  }
}
/* Landing Page Header Styles end */
/* Landing Page Styles */
.landing-how-it-works {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-how-it-works p {
  text-align: center;
}

.landing-video-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-video-box p {
  text-align: center;
}

.landing-video-box .btn-play {
  cursor: pointer;
  z-index: 4;
  position: relative;
}

.landing-video-box .btn-play::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/btn-play-video.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

.landing-video-box .btn-play:hover::after {
  width: 90px;
  height: 90px;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  section.landing-section {
    padding: 40px 0;
  }
}
/* Landing Page Styles end */
/*******************************************************************/
/* Modular Classes */
.no-pointer {
  cursor: default;
}

.bottom-margin {
  margin-bottom: 15px;
}

.xl-bottom-margin {
  margin-bottom: 130px;
}

/*******************************************************************/
/* iFrame Classes */
.resource-download-form .pardotform {
  height: 700px;
}

/*******************************************************************/
/* IE 11 Specific Styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-body .tabs-modal .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    display: block;
  }
}
/*******************************************************************/
/* IOS WebKit Modal Scrolling Fix */
@supports (-webkit-overflow-scrolling: touch) {
  body.modal-open {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/*******************************************************************/
/* Top Menu on Mobile Fix */
@media (min-width: 991px) {
  .navbar-nav.mobile-only-menu {
    display: none;
  }
}
.navbar-nav.mobile-only-menu {
  padding: 0px 30px 20px 30px;
  margin-top: -20px;
}

.navbar-nav.mobile-only-menu li a {
  font-size: 18px;
}

/*******************************************************************/
/* Support Chat Icon Fix */
#operator_avatar_container {
  padding: 0;
}

/*******************************************************************/
/* Box Link Styling - prevents underlines and colour changes to child elements when hovering over box link */
a.box-link:hover {
  color: initial;
  text-decoration: none;
}

a.box-link:hover {
  text-decoration: none;
}

a.box-link .link:hover {
  text-decoration: underline;
  color: #fff;
}

a.box-link .link {
  color: #ffce00;
}

.column-crossselling a.box-link .link {
  color: #0f102c;
  text-decoration: underline;
}

.column-crossselling a.box-link .link:hover {
  text-decoration: none;
}

/* Insights section read more styling */
.article a.box-link .article-action span.box-read-more:hover {
  text-decoration: underline;
}

.article a.box-link:hover .article-action span.box-read-more {
  text-decoration: underline;
}

.section-white .article a.box-link span.box-read-more {
  color: #0f102c;
  text-decoration: underline;
}

.section-white .article a.box-link span.box-read-more:hover {
  color: #0f102c;
  text-decoration: none;
}

.section-white .article a.box-link:hover span.box-read-more {
  color: #0f102c;
  text-decoration: none;
}

/* Insights section read more styling ends */
.panel.box-black-text h3,
.panel.box-black-text p {
  color: #06071d !important;
}

/* Page password protection form styling */
section .post-password-form p,
section .post-password-form label,
section .post-password-form input {
  color: #0f102c;
}

/*******************************************************************/
/* Homepage Header Link Styling */
body .homepage-header-link {
  cursor: pointer;
}

body .homepage-header-link:hover {
  text-decoration: none;
}

/*******************************************************************/
/* New homepage icon section */
.section-homepage-icons .icon-col-flex h3 {
  margin-top: 35px;
}

.section-homepage-icons .icons-subtitle {
  margin-bottom: 55px;
}

/*******************************************************************/
/* New homepage products section */
.section-homepage-products {
  padding-top: 0;
}

.circles-home-products {
  display: none;
}

@media (min-width: 1450px) {
  .circles-home-products {
    display: block;
  }
}
.circles-home-products .circle-100 {
  right: -40px;
  top: 315px;
}

@media (min-width: 1850px) {
  .circles-home-products .circle-100 {
    right: 30px;
  }
}
.products-divider {
  width: 90px;
  height: 5px;
  margin: 35px auto;
  background-color: #0f102c;
  display: none;
}

@media (min-width: 977px) {
  .products-divider {
    display: block;
  }
}
.products-columns {
  max-width: 1400px;
  position: relative;
  padding-top: 40px;
}

.products-columns.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.products-columns .product {
  flex: 1 1 250px;
}

@media (min-width: 1020px) {
  .products-columns .product {
    flex: 1 1 290px;
  }
}
@media (min-width: 1250px) {
  .products-columns .product {
    flex: 1 1 220px;
  }
}
@media (min-width: 1380px) {
  .products-columns .product {
    flex: 1 1 250px;
  }
}
@media (min-width: 1200px) {
  .products-columns {
    margin: auto;
  }
}
@media (min-width: 1700px) {
  .products-columns {
    max-width: 1600px;
  }
}
.products-columns::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: #ffce00;
  top: 0px;
}

.products-columns::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape-02.png);
  width: 293px;
  height: 241px;
  right: -120px;
  top: -28px;
  z-index: 1;
}

.products-columns .col-xl-3 {
  z-index: 2;
}

.products-columns > div {
  margin-bottom: 30px;
}

.products-columns .box-link {
  background-color: #0f102c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 30px 80px;
  z-index: 2;
  margin-bottom: 0;
  height: 100%;
}

@media (min-width: 1700px) {
  .products-columns .box-link {
    padding: 50px 40px 90px;
  }
}
.products-columns .box-link h3 {
  margin: 36px 0 14px 0;
}

.products-columns .box-link h3,
.products-columns .box-link p {
  color: #fff;
}

.products-columns .box-link .btn {
  text-decoration: none;
  margin: 30px auto 0 auto;
  color: #0f102c;
}

.products-columns .box-link .btn:hover {
  color: #fff;
}

.products-columns .product-image {
  display: block;
}

.products-columns .box-link:hover * {
  text-decoration: none;
}

.products-columns .box-link ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.products-columns .box-link li {
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}

/*******************************************************************/
/* New homepage ase section */
.section-home-ase {
  padding-top: 0;
}

.ase-columns {
  position: relative;
}

.section-home-ase .ase-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-home-ase .ase-flex .ase-icon {
  min-width: 64px;
  margin-bottom: 30px;
}

@media (min-width: 540px) {
  .section-home-ase .ase-flex .ase-icon {
    margin-right: 48px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .section-home-ase .ase-flex {
    flex-direction: row;
  }
}
@media (min-width: 1500px) {
  .ase-columns {
    margin: auto;
    max-width: 1370px;
    padding-top: 60px;
  }
  .ase-columns::after {
    content: "";
    height: calc(100% - 60px);
    width: 5px;
    background-color: #ffce00;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ase-columns > .col-md-8::after {
    content: "";
    height: 61px;
    width: 61px;
    background-color: transparent;
    position: absolute;
    left: -29px;
    bottom: 0;
    border: 17px solid #ffce00;
    border-radius: 50%;
  }
  .ase-columns::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ffce00;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-home-ase .ase-flex .ase-icon {
    margin-left: 38px;
  }
}
@media (min-width: 1700px) {
  .ase-columns {
    max-width: 1570px;
  }
}
.section-home-ase .ase-text {
  max-width: 680px;
}

/*******************************************************************/
/* New homepage defence365 section */
.defence-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.defence-flex .defence-text {
  width: 100%;
}

@media (min-width: 1300px) {
  .defence-flex {
    flex-wrap: nowrap;
    width: auto;
    margin-right: -15px;
    justify-content: space-between;
  }
  .defence-flex .defence-text {
    margin-right: 50px;
  }
}
@media (min-width: 1400px) {
  .defence-flex .defence-text {
    margin-right: 100px;
  }
}
@media (min-width: 1530px) {
  .defence-flex {
    max-width: 1500px;
    margin: auto;
  }
}
.defence-flex .defence-text h2 {
  font-family: "function_probold";
}

.defence-flex .feature-box {
  width: 290px;
  height: 300px;
  min-width: 290px;
  min-height: 300px;
  padding: 28px;
  flex-shrink: 0;
  position: relative;
  margin: 0 15px 30px 15px;
}

.defence-flex .feature-box h4 {
  color: #fff;
  font-family: "function_promedium";
  text-transform: uppercase;
  margin: 0;
}

.defence-flex .feature-box h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "function_prodemi";
}

.defence-flex .feature-box .feature-text {
  color: #ffce00;
  font-family: "function_promedium";
}

.defence-flex .feature-box .btn {
  position: absolute;
  bottom: 28px;
  right: 28px;
  text-transform: uppercase;
}

.defence-flex .feature-box .feature-divider {
  width: 50px;
  height: 3px;
  background-color: #ffce00;
  margin: 12px 0;
}

/* GS - 06-05-2020: Hide the chat widget when using Drift */
#chat-widget-container {
  display: none;
}

.page-template-template-support #chat-widget-container {
  display: block;
}

/* New Censornet Menu CSS */
.cnet-new-menu .dropdown-menu {
  top: calc(100% - 4px);
}

.cnet-new-menu {
  position: relative;
}

.cnet-new-menu .nav-item.dropdown .nav-reveal {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}

.cnet-new-menu .nav-item.dropdown.show .nav-reveal {
  display: block;
}

.cnet-new-menu .dropdown-menu {
  padding: 0;
}

.cnet-new-menu .container-fluid {
  max-height: calc(100vh - 100px);
  overflow-y: auto !important;
}

.cnet-new-menu .cnet-row {
  display: flex;
  flex-direction: row;
}

@media (min-width: 992px) {
  .cnet-new-menu {
    position: inherit;
  }
  .cnet-new-menu .cnet-row {
    display: flex;
    flex-direction: row;
  }
  .cnet-new-menu .cnet-row .cnet-col {
    max-width: 35%;
    flex: 0 0 35%;
    width: 35%;
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(3) {
    max-width: 30%;
    flex: 0 0 30%;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cnet-new-menu .cnet-row .cnet-col {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    width: 33.333%;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(3) {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    width: 33.333%;
  }
}
.cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 35px;
}

@media (max-width: 991px) {
  .cnet-new-menu {
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link:first-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    bottom: -60px;
    left: 0;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1) {
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(2) .anchor-reveal {
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link:last-of-type {
    margin-bottom: 80px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .cnet-return {
    margin-bottom: 80px;
    padding: 5px 35px 0 25px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .cnet-return:before {
    left: 4px;
  }
}
@media (min-width: 992px) {
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link.showing::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ffce00;
    bottom: -40px;
    left: 0;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link:last-of-type {
    margin-bottom: 0;
  }
}
.cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link {
  position: relative;
  margin-bottom: 120px;
}

.cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link > div {
  display: flex;
  flex-direction: column;
  flex-shrink: initial;
  max-width: 100%;
  padding: 0;
}

.cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).cnet-col-insights .sub-nav-link > div {
  display: flex;
  flex-direction: column;
  flex-shrink: initial;
  max-width: 100%;
  padding: 0;
}

.cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).cnet-col-insights .sub-nav-link > div p:first-of-type {
  margin-bottom: 3px;
}

.cnet-new-menu .cnet-row .cnet-col:nth-of-type(1) {
  width: 100%;
  position: absolute;
  background-color: #10112e;
  left: 0;
  top: 0;
}

.cnet-new-menu .cnet-row .cnet-col:nth-of-type(2) {
  background-color: #24253f;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.cnet-new-menu .cnet-row .cnet-col:nth-of-type(3) {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 40px 40px 50px 40px;
  display: none;
}

.cnet-return {
  display: block;
  padding: 5px 35px 0 55px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}

.cnet-return:hover {
  color: #ffce00;
}

.cnet-return::before {
  content: "";
  padding: 3px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  left: 35px;
  bottom: 6px;
}

.cnet-return:hover::before {
  border: solid #ffce00;
  border-width: 0 1px 1px 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media (min-width: 992px) {
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1) {
    border-top: 1px solid #24253f;
    padding: 40px 40px 50px 25px;
    position: relative;
    display: block; /* remember to remove this */
    width: initial;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(2) {
    background-color: #24253f;
    border-right: 5px solid #ffce00;
    padding: 40px 40px 50px 40px;
    position: relative;
    width: initial;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(3) {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 40px 40px 50px 40px;
    position: relative;
    display: block; /* remember to remove this */
  }
  .cnet-return,
  .cnet-return::after,
  .cnet-return::before {
    display: none;
    margin: 0;
    padding: 0;
    content: none;
  }
}
@media (min-width: 1500px) {
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1) {
    padding: 40px 40px 50px 40px;
  }
}
@media (min-width: 1700px) {
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1) {
    padding: 35px 80px 70px 100px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(2) {
    padding: 35px 70px 70px 70px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(3) {
    padding: 35px 70px 70px 70px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1) .sub-nav-link.showing::before {
    content: "";
    display: block;
    position: absolute;
    right: -110px;
    top: -10px;
    border-left: 30px solid #0f102c;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 10;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link.showing::before {
    right: -145px;
  }
}
@media (max-width: 991px) {
  .cnet-new-menu .nav-item.dropdown .cnet-col:not(.col-layout-alt) .sub-nav-link {
    padding: 20px 55px 20px 35px;
    border-bottom: 1px solid hsl(237, 15%, 30%);
  }
  .cnet-new-menu .nav-item.dropdown .cnet-col:not(.col-layout-alt) .sub-nav-link:last-of-type {
    border-bottom: 0;
  }
}
.cnet-new-menu .nav-item.dropdown .cnet-col:not(.col-layout-alt) .sub-nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.cnet-new-menu .nav-item.dropdown .cnet-col:not(.col-layout-alt) .sub-nav-link > div:first-of-type {
  flex-shrink: 0;
  width: 64px;
}

.cnet-new-menu .nav-item.dropdown .cnet-col:not(.col-layout-alt) .sub-nav-link:after {
  content: "";
  padding: 3px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg) translate(-50%);
  -webkit-transform: rotate(-45deg) translate(-50%);
  position: absolute;
  right: 35px;
  top: 50%;
}

@media (min-width: 992px) {
  .cnet-new-menu .nav-item.dropdown .cnet-col:not(.col-layout-alt) .sub-nav-link:after {
    display: none;
    content: none;
  }
  .cnet-new-menu .nav-item.dropdown .sub-nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
    padding: 0;
    border-bottom: 0;
  }
  .cnet-new-menu .nav-item.dropdown .sub-nav-link:last-of-type {
    margin-bottom: 0;
  }
}
.cnet-new-menu .nav-item.dropdown .sub-nav-link > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
  max-width: 100%;
  flex: 1;
}

.cnet-new-menu .nav-item.dropdown .sub-nav-link > div:last-of-type > p {
  max-width: 100%;
}

.cnet-new-menu .nav-item.dropdown .sub-nav-link p {
  color: #fff;
  margin: 0;
}

.cnet-new-menu .nav-item.dropdown .cnet-col .sub-nav-link > div > p:first-of-type {
  font-size: 20px;
  font-family: "function_prolight", sans-serif;
  margin-bottom: 3px;
}

.cnet-new-menu .nav-item.dropdown .cnet-col.col-layout-alt .sub-nav-link > div > p:first-of-type {
  font-size: 20px;
  font-family: "function_prodemi", sans-serif;
  margin-bottom: 10px;
}

.cnet-new-menu .nav-item.dropdown .sub-nav-link > div > p:last-of-type {
  font-size: 16px;
  font-family: "function_prolight", sans-serif;
}

.cnet-new-menu .nav-item.dropdown .sub-nav-link.showing > div > p:first-of-type {
  font-family: "function_prodemi", sans-serif;
}

.cnet-new-menu .nav-item.dropdown .sub-nav-link.showing p {
  text-decoration: none;
  color: #ffce00;
}

.cnet-new-menu .nav-item.dropdown .sub-nav-link.showing {
  text-decoration: none;
}

.cnet-new-menu .nav-item.dropdown .nav-reveal .anchor-reveal {
  display: none;
}

.cnet-new-menu .nav-item.dropdown .nav-reveal .sub-nav-link.showing ~ .anchor-reveal {
  display: block;
}

.anchor-reveal {
  display: none;
  color: #fff;
}

@media (max-width: 991px) {
  .cnet-new-menu .anchor-reveal > .anchor-container {
    padding: 20px 35px;
    border-bottom: 1px solid hsl(237, 15%, 30%);
  }
  .cnet-new-menu .anchor-reveal > .anchor-container:last-of-type {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cnet-new-menu .anchor-container {
    margin-bottom: 25px;
    padding: 0;
    border: 0;
  }
  /* Sibling selector ensures that proper margin is still provided on insight submenus */
  .cnet-new-menu .cnet-col:not(.cnet-col-insights) ~ .cnet-col .anchor-container:last-of-type {
    margin-bottom: 0;
  }
}
.cnet-new-menu .anchor-reveal .anchor-container p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.cnet-new-menu .anchor-reveal .anchor-container p:first-of-type {
  font-family: "function_prodemi", sans-serif;
  margin-bottom: 3px;
}

.cnet-new-menu .anchor-reveal .anchor-container p:last-of-type {
  font-family: "function_prolight", sans-serif;
}

.cnet-new-menu .d365-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  max-width: 460px;
}

.cnet-new-menu .d365-container p {
  color: #fff;
  font-family: "function_prolight", sans-serif;
  font-size: 16px;
  max-width: 100%;
}

.cnet-new-menu .d365-container a.btn-primary {
  font-family: "function_prodemi", sans-serif;
}

.cnet-new-menu .menu-featured-text {
  color: #ffce00;
  font-size: 16px;
  font-family: "function_prodemi", sans-serif;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

.cnet-new-menu .menu-featured-text::before {
  content: "";
  background-image: url("../images/icons/icon-star.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
}

.cnet-new-menu .menu-divider {
  width: 90px;
  height: 5px;
  background-color: #ffce00;
  display: block;
  /* margin-top: -20px; */
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cnet-new-menu .menu-featured-text {
    display: none;
  }
  .cnet-new-menu .menu-divider {
    display: none;
  }
}
.cnet-new-menu li.nav-item:last-of-type {
  border-bottom: 0;
}

.cnet-new-menu li.nav-item .top-menu-free-trial {
  margin: 30px 35px 0 35px;
}

.cnet-new-menu li.nav-item .nav-link {
  font-family: "function_prolight", sans-serif;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 16px 35px;
  margin: 0;
  width: 100%;
}

.cnet-new-menu.navbar-nav li {
  display: flex;
  align-items: center;
}

.cnet-new-menu .container-fluid {
  padding: 0;
}

@media (max-width: 991px) {
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link > div {
    padding-right: 30px;
  }
  .cnet-new-menu .cnet-row .cnet-col:nth-of-type(1).col-layout-alt .sub-nav-link > div::before {
    display: block;
    content: "";
    padding: 3px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg) translate(-50%);
    -webkit-transform: rotate(-45deg) translate(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
  }
  .menu-insight-more {
    margin: 0 35px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .cnet-new-menu li.nav-item {
    border-bottom: 1px solid hsl(237, 15%, 30%);
  }
  .cnet-new-menu li.nav-item .nav-link:hover {
    color: #ffce00;
  }
  .cnet-new-menu.navbar-nav li.dropdown > a::after {
    display: block;
    content: "";
    padding: 3px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 35px;
    top: 50%;
  }
  .cnet-new-menu.navbar-nav li.dropdown:hover > a::after {
    border: solid #ffce00;
    border-width: 0 1px 1px 0;
    display: block;
    content: "";
  }
  .header-hero {
    padding-top: 100px;
  }
}
.main-navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.cnet-new-menu .cnet-d365-mobile {
  width: 100%;
  padding: 0 35px;
  background-repeat: no-repeat;
  background-size: 900px;
  background-position: top right;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cnet-new-menu .cnet-d365-mobile .d365-container {
  margin-top: 180px;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .cnet-new-menu .cnet-d365-mobile {
    display: none;
  }
  .cnet-new-menu.navbar-nav li.mobile-visible {
    display: none;
  }
  .main-navbar {
    position: relative;
    width: initial;
    z-index: initial;
  }
  .cnet-new-menu .container-fluid {
    padding-right: 0;
  }
  .cnet-new-menu .dropdown > a::after {
    display: inline-block;
    content: "";
    padding: 3px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
    position: absolute;
    right: 2px;
    top: 50%;
  }
  .cnet-new-menu .dropdown.show > a:after {
    right: 5px;
    transform: rotate(-135deg) translate(-50%);
    -webkit-transform: rotate(-135deg) translate(-50%);
  }
  .cnet-new-menu li.nav-item .nav-link {
    font-size: 18px;
    padding: 0 20px;
    width: initial;
  }
  .cnet-new-menu li.nav-item .top-menu-free-trial {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .cnet-new-menu .dropdown > a::after {
    right: 12px;
  }
  .cnet-new-menu .dropdown.show > a:after {
    right: 15px;
  }
  .cnet-new-menu li.nav-item {
    border: 0;
  }
  .cnet-new-menu li.nav-item .nav-link {
    padding: 0px 35px;
    font-size: 21px;
  }
  .cnet-new-menu li.nav-item .top-menu-free-trial {
    margin: 0 0 0 50px;
  }
}
@media (min-width: 1500px) {
  .cnet-new-menu li.nav-item .top-menu-free-trial {
    margin: 0 0 0 100px;
  }
}
@media (min-width: 1700px) {
  .cnet-new-menu li.nav-item .top-menu-free-trial {
    margin: 0 0 0 150px;
  }
  .cnet-new-menu .cnet-col:first-of-type.col-layout-alt .sub-nav-link {
    margin-left: 80px;
    margin-right: 80px;
    align-items: center;
  }
}
.navbar-top .dropdown .nav-link::after {
  display: inline-block;
  content: "";
  border-top: 6px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: 0.08em;
  margin-left: 5px;
}

.navbar-top .dropdown.show .nav-link::after {
  border-bottom: 6px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0;
}

.cnet-new-menu .cnet-row .cnet-col:not(.col-layout-alt) .sub-nav-link.no-sub-menu > div:first-of-type {
  padding: 0;
  flex-shrink: initial;
}

.cnet-new-menu .cnet-row .cnet-col:not(.col-layout-alt) .sub-nav-link.no-sub-menu {
  padding: 20px 35px 20px 35px;
}

.cnet-new-menu .cnet-row .cnet-col .sub-nav-link.no-sub-menu::after {
  content: none;
  display: none;
}

/* Height media queries to keep menu within viewport */
@media (max-height: 895px) and (min-width: 992px) {
  .cnet-new-menu .anchor-container {
    margin-bottom: 15px;
  }
  .cnet-new-menu .anchor-reveal .anchor-container p {
    font-size: 15px;
  }
  .nav-item.dropdown * {
    zoom: 0.99;
  }
}
/* Force fixed header */
@media (min-width: 992px) {
  body {
    padding-top: 140px;
  }
  body div.mmd-fixed-navbar {
    position: fixed;
    width: 100%;
    z-index: 9900;
    top: 0;
    left: 0;
  }
  body div.mmd-fixed-navbar.open {
    bottom: 0;
    overflow: auto;
  }
}
/* New Contact layout */
.section-contact h2 {
  margin-bottom: 20px;
}

.mmd-phone-box {
  border-bottom: 1px solid #2c2d46;
  margin-bottom: 30px;
}

.mmd-addresses-box {
  margin: -40px 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.section-contact .addresses {
  padding: 0;
  margin: 40px 0;
  width: 100%;
  flex: initial;
}

.section-contact .panel-blue {
  background-color: #2c2d46;
  margin-top: 0;
}

.section-contact .addresses h3 {
  color: #ffce00;
  margin-bottom: 24px;
}

.section-contact .addresses .address-box {
  margin-bottom: 30px;
}

.section-contact .addresses .address-box:last-of-type {
  margin-bottom: 0;
}

.section-contact .addresses p {
  margin: 0;
}

@media (min-width: 500px) {
  .mmd-addresses-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-contact .addresses {
    width: calc(50% - 20px);
  }
}
/** concept 4 */
.section-blue {
  background-color: rgba(15, 16, 44, 0.94);
  color: #ffffff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-content .section-yellow {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-blue h2 {
  color: #ffffff;
}

.section-blue h3 {
  color: #ffffff;
}

.section-image .row {
  padding: 0 !important;
  margin: 0 !important;
}

.section-image .container {
  padding-left: 0px;
  padding-right: 0px;
}

.section-image .row .post-image {
  padding: 0 !important;
  margin: 0 !important;
}

.section-image .row .post-image img {
  width: 100%;
}

.trust-page-header {
  background-image: url("https://www.censornet.com/wp-content/uploads/2021/09/header-line.png");
  background-color: #ffce00;
  background-position: top right;
}

.trust-page-header h1 {
  color: #0f102c;
  font-size: 64px;
  font-family: "function_probold";
  font-weight: bold;
}

.trust-page-header P {
  color: #0f102c;
  font-size: 24px;
  font-weight: bold;
  font-family: "function_probold";
}

.text-yellow {
  color: #ffce00;
}

.text-white {
  color: #ffffff;
}

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

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

.section-content .post-content ul li {
  padding-bottom: 30px;
}

.ase-box {
  position: relative;
  padding-top: 20px;
}

.ase-box .ase-box-content {
  padding-bottom: 80px;
}

.ase-box > .ase-box-content :after {
  content: "";
  height: 61px;
  width: 61px;
  background-color: transparent;
  position: absolute;
  left: -59px;
  bottom: 0;
  border: 13px solid #ffce00;
  border-radius: 50%;
}

.ase-box:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #ffce00;
  position: absolute;
  right: 0;
  top: 0px;
}

.ase-box > .ase-box-content p {
  margin-bottom: 0px !important;
}

.ase-box:after {
  content: "";
  height: calc(100% - 60px);
  width: 5px;
  background-color: #ffce00;
  position: absolute;
  left: -30px;
  top: 0;
}

.concept-4-slider {
  min-height: 450px;
}

.concept-4-slider .slide {
  height: 450px;
  padding: 60px 80px;
}

.concept-4-slider .slide-yellow {
  background-color: #ffce00;
  position: relative;
  background-position: top right;
}

.concept-4-slider .slide-blue {
  background-color: rgba(15, 16, 44, 0.94);
  position: relative;
  background-position: top right;
}

.concept-4-slider .btn-slider-custom {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  width: 68px;
  height: 68px;
}

.concept-4-slider .btn-slider-custom:focus {
  text-decoration: none !important;
}

.concept-4-slider .slide-yellow .btn-slider-custom {
  background-image: url("https://www.censornet.com/wp-content/uploads/2021/09/next-black.png");
}

.concept-4-slider .slide-blue .btn-slider-custom {
  background-image: url("https://www.censornet.com/wp-content/uploads/2021/09/next-yellow.png");
}

.slider-concept-4 .slick-next {
  display: none !important;
}

.slider-concept-4 .slick-prev {
  display: none !important;
}

.concept-4-slider h4 {
  font-size: 68px;
  font-family: "function_prodemi";
}

.concept-4-slider p {
  font-size: 26px;
  font-family: "function_prodemi";
}

.concept-4-slider .slide-blue h4 {
  color: #fff;
}

.concept-4-slider .slide-blue p {
  color: #fff;
}

.sticky-concept-4 .product-navbar-top {
  height: 0px;
  padding: 0;
}

.sticky-concept-4.isSticky .product-navbar-top {
  height: 100px;
  padding: 22px 0;
}

@media only screen and (max-width: 768px) {
  .section-blue {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-content .section-yellow {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ase-box .ase-box-content {
    padding: 0 0 0 70px;
  }
  .ase-box > .ase-box-content :after {
    left: 0px;
  }
  .ase-box:before {
    top: 0px;
  }
  .ase-box:after {
    left: 30px;
  }
  .ase-box:before {
    content: "";
    width: 85%;
  }
  .trust-page-header {
    padding: 100px 0 40px 0;
  }
  .concept-4-slider p {
    font-size: 18px;
  }
}
.mmd-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: hsla(218, 45%, 14%, 0.62);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.mmd-popup.show {
  display: flex;
}

.popup-box {
  position: relative;
  overflow: auto;
  background-color: #ffce00;
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;
}

.popup-box .headline--bold {
  font-family: "function_probold";
}

.popup-close {
  padding: 5px;
  background-color: #ffce00;
}

.popup-close span {
  cursor: pointer;
  float: right;
  color: #000;
  font-weight: 800;
  font-size: 3rem;
  padding-right: 10px;
}

.popup-close span:hover {
  color: #666;
}

body.no-overflow {
  overflow: hidden;
}

.popup-form-container {
  overflow: auto;
  margin: 20px;
  padding: 0 10px;
  display: block;
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.popup-image img {
  max-width: 100%;
}

@media (min-width: 850px) {
  .popup-form-container {
    display: flex;
  }
}
.txt {
  padding: 7px 5px;
}
.txt--baseline {
  vertical-align: baseline;
}

.user-calculator {
  background-color: #eee;
  padding: 15px 30px;
  text-align: center;
  margin: 20px 0;
}
.user-calculator p {
  margin: 0;
  font-weight: 800;
}

.pricing-input-error {
  display: none;
  color: red;
  text-align: center;
  font-weight: 400;
}

.homepage section .btn {
  font-size: 16px;
  padding: 10px 20px;
}
@media (min-width: 800px) {
  .homepage section .btn {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.homepage section .btn--clear {
  color: white;
  border-color: #ffce00;
}
.homepage section .btn--clear:hover {
  color: #ffce00;
  background-color: #0f102c;
}

.btn-video {
  background-position: calc(100% - 20px) center;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("../images/icons/play-btn-blue.svg");
  padding-right: 60px;
}
.btn-video:hover {
  background-image: url("../images/icons/play-btn-yellow.svg");
}
.btn--baseline {
  vertical-align: baseline;
}

.glide {
  margin-top: 2rem;
  position: relative;
}
.glide__arrows {
  display: none;
}
@media (min-width: 800px) {
  .glide__arrows {
    display: block;
  }
}
.glide__arrow {
  position: absolute;
  top: calc(50% - 31px);
  z-index: 50;
  border: 0;
  background-color: transparent;
  background-repeat: no;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
  outline: none;
  cursor: pointer;
}
.glide__arrow--left {
  left: -50px;
  background-image: url("../images/icons/imgLeftArrow.svg");
}
.glide__arrow--right {
  right: -50px;
  background-image: url("../images/icons/imgRightArrow.svg");
}
.glide__slides {
  z-index: 1000;
}
.glide__bullets {
  padding: 20px 0;
}
.glide__bullet {
  height: 15px;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
}
.glide__bullet--active {
  background-color: #ffce00;
}
.glide .logo {
  margin: auto;
}

.home .header--home {
  background-size: contain;
  background-image: url("../images/lines2.svg");
  background-position: center right;
  background-color: #0f102c;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  /*
  @include atSmall {
    max-height: calc(100vh - 30px);
  }
  @include atMedium {
    max-height: calc(100vh - 30px);
  }
  @include atLarge {
    max-height: calc(100vh - 150px);
  }*/
}
.home .header__hero-image {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  opacity: 0.6;
}
.home .header__hero-image img {
  width: 100%;
}
.home .header__hero-content {
  grid-column: 1;
  grid-row: 1; /*
@include atMedium {
  height: calc(100vh - 150px);
}
@include atFull {
  max-height: 600px;
}*/
  z-index: 1;
}
.home .header__social-links {
  display: inline-block;
  margin-top: 4px;
}
.home .header__social-icon {
  padding: 0 10px;
}

.header--cover {
  background-size: cover;
}

.headline {
  color: #fff;
  font-family: "function_probold";
  margin-bottom: 15px;
  letter-spacing: normal;
}
.headline--margin-b-large {
  margin-bottom: 5rem;
}
.headline--margin-b-mid {
  margin-bottom: 3rem;
}
.headline--middle-border {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.headline--middle-border:before, .headline--middle-border:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #979797;
  margin: auto;
}
.headline--middle-border:before {
  margin-right: 30px;
}
.headline--middle-border:after {
  margin-left: 30px;
}
.headline--h1 {
  font-size: 24px;
}
@media (min-width: 530px) {
  .headline--h1 {
    font-size: 30px;
  }
}
@media (min-width: 800px) {
  .headline--h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .headline--h1 {
    font-size: 64px;
  }
}
.headline--h2 {
  font-size: 20px;
}
@media (min-width: 530px) {
  .headline--h2 {
    font-size: 26px;
  }
}
@media (min-width: 800px) {
  .headline--h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .headline--h2 {
    font-size: 36px;
  }
}
.headline--h3 {
  font-size: 18px;
}
@media (min-width: 530px) {
  .headline--h3 {
    font-size: 24px;
  }
}
@media (min-width: 800px) {
  .headline--h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .headline--h3 {
    font-size: 32px;
  }
}
.headline--blue {
  color: #0f102c !important;
}
.headline--white {
  color: #fff !important;
}
.headline--yellow {
  color: #ffce00 !important;
}
.headline--center {
  text-align: center;
}
@media (min-width: 1000px) {
  .headline--yellow-lines span:before {
    content: " ";
    border-bottom: 2px solid #ffce00;
    width: 70px;
    left: -70px;
    height: 2px;
    top: 50%;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .headline--yellow-lines span:before {
    width: 80px;
    left: -80px;
  }
}
@media (min-width: 1400px) {
  .headline--yellow-lines span:before {
    width: 120px;
    left: -120px;
  }
}
@media (min-width: 1000px) {
  .headline--yellow-lines span {
    position: absolute;
    border: 2px solid #ffce00;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 10px;
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .headline--yellow-lines span {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .headline--yellow-lines span {
    right: -75px;
  }
}
.headline--scroll {
  text-align: left;
  padding-left: 47px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 430px) {
  .headline--scroll {
    padding-left: 55px;
  }
}
@media (min-width: 530px) {
  .headline--scroll {
    padding-left: 95px;
  }
}
@media (min-width: 800px) {
  .headline--scroll {
    padding-left: 200px;
  }
}
@media (min-width: 1200px) {
  .headline--scroll {
    padding-left: 300px;
  }
}
.headline--scroll-fullwidth {
  text-align: center;
  padding-left: 0;
}
.headline__scroll-words {
  display: inline;
  position: absolute;
  margin-left: 13px;
  top: -171px;
  line-height: normal;
  overflow: hidden;
}
@media (min-width: 800px) {
  .headline__scroll-words {
    top: -168px;
    margin-left: 20px;
  }
}
.headline__scroll-words--small {
  font-size: 1.2rem;
  width: 100%;
  left: 0px;
}
@media (min-width: 530px) {
  .headline__scroll-words--small {
    font-size: 1.6rem;
  }
}
@media (min-width: 800px) {
  .headline__scroll-words--small {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .headline__scroll-words--small {
    font-size: 3rem;
  }
}
.headline__scroll-words span {
  display: block;
  transition: 750ms all;
  height: 87px;
}

.home-hero {
  display: grid;
  grid-template-rows: 1fr auto;
  text-align: center;
  min-height: 465px;
  color: #fff;
  padding: 100px 0 40px;
}
@media (min-width: 530px) {
  .home-hero {
    padding: 140px 0 20px;
  }
}
@media (min-width: 800px) {
  .home-hero {
    padding: 120px 0 20px;
  }
}
@media (min-width: 1000px) {
  .home-hero {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    height: calc(100vh - 250px);
    padding: 0;
  }
}
.home-hero > div {
  margin: auto 0;
  min-width: 0;
}
.home-hero__title {
  margin-bottom: 20px;
}
.home-hero__subtitle {
  margin-bottom: 40px;
}
.home-hero__button {
  margin-bottom: 40px;
}
.home-hero__button .btn {
  padding: 15px 30px;
}
.home-hero__products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .home-hero__products {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.home-hero__product {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin: 0 5px 10px;
}
@media (min-width: 530px) {
  .home-hero__product {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .home-hero__product {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .home-hero__product {
    font-size: 22px;
  }
}
.home-hero__product .home-hero__product-line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 2px;
  width: 100%;
  z-index: -1;
  border-radius: 2px;
}
.home-hero__product:hover .home-hero__product-line {
  background-color: #ffce00;
  height: 100%;
  transition: all 500ms;
  color: #aaa;
}
.home-hero__product:hover a {
  color: black;
  transition: all 500ms;
  text-decoration: none;
}
.home-hero__product a {
  color: #fff;
  display: block;
  margin: 10px 15px;
}

.logo-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (min-width: 800px) {
  .logo-block {
    justify-content: space-around;
  }
}
.logo-block .logo {
  width: 200px;
  margin: 0px 0px 10px;
  display: grid;
  padding: 20px;
}
.logo-block .logo img {
  margin: auto;
}

.homepage .section .tab-area {
  padding: 0 60px;
}
.homepage .section .tab-area p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 530px) {
  .homepage .section .tab-area p {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media (min-width: 800px) {
  .homepage .section .tab-area p {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .homepage .section .tab-area p {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.homepage .section .tab-area strong,
.homepage .section .tab-area .text--yellow {
  font-family: "function_probold";
}
.homepage .section .tab-area__intro {
  margin-bottom: 5rem;
}
.homepage .section .tab-area__tabs {
  margin-bottom: 30px;
}
.homepage .section .tab-area__tab {
  display: block;
  padding: 10px 15px;
}
@media (min-width: 530px) {
  .homepage .section .tab-area__tab {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px;
  }
}
.homepage .section .tab-area__tab a {
  font-size: 26px;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 530px) {
  .homepage .section .tab-area__tab a {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .homepage .section .tab-area__tab a {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .homepage .section .tab-area__tab a {
    font-size: 26px;
  }
}
.homepage .section .tab-area__tab--active {
  border-style: solid;
  border-width: 0.25em;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 80 80%22%3E%3Crect x=%224%22 y=%224%22 width=%2272%22 height=%2272%22 fill=%22transparent%22 stroke=%22%23ffce00%22 stroke-width=%228%22 %2F%3E%3C%2Fsvg%3E");
  border-image-slice: 50% 49%;
  border-image-width: 1.25em 1.25em 0 1.25em;
  border-style: solid;
  border-width: 0.5em;
}
.homepage .section .tab-area__tab--active a {
  font-family: "function_probold";
  color: #ffce00;
}
.homepage .section .tab-area__content .tab {
  margin: auto;
  display: none;
  text-align: center;
}
.homepage .section .tab-area__content .tab--visible {
  display: block;
}

.text-blocks {
  display: block;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .text-blocks {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.text-blocks .block {
  font-size: 24px;
  font-family: "function_probook";
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffce00;
  text-align: center;
  margin: 0 20px 10px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .text-blocks .block {
    display: block;
    border-right: 1px solid #ffce00;
    border-bottom: none;
    padding: 0 20px;
    margin: 0;
  }
  .text-blocks .block:last-child {
    border-width: 0;
  }
}

.homepage section p {
  font-family: "function_probook";
  line-height: normal;
  letter-spacing: normal;
}
.homepage section img.full-stop {
  margin-left: 5px;
}
.homepage section #background-video {
  width: 100vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fff;
  opacity: 0.6;
}

body {
  min-width: 320px;
}

.text--yellow {
  color: #ffce00 !important;
}
.text--blue {
  color: #0f102c !important;
}
.text--white {
  color: #fff !important;
}
.text--emphasis {
  font-size: 20px;
  margin-bottom: 16px;
}
@media (min-width: 530px) {
  .text--emphasis {
    font-size: 22px;
  }
}
@media (min-width: 800px) {
  .text--emphasis {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .text--emphasis {
    font-size: 36px;
  }
}

.container--home {
  max-width: 1250px;
  min-width: 350px;
  /*height: 100%;*/
}
.container--center {
  text-align: center;
}
.container--blue {
  background-color: #0f102c;
}
.container--blue h2 {
  color: #ffce00 !important;
}
.container--blue h2.text--white {
  color: #fff !important;
}
.container--box {
  padding: 20px 50px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .container--box {
    padding: 40px 100px;
    margin-bottom: 60px;
  }
}

.overflow-image {
  margin-top: 60px;
}
.overflow-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.screenshot-container {
  width: 500px;
  height: auto;
  margin-top: 60px;
  position: relative;
}
@media (min-width: 530px) {
  .screenshot-container {
    width: 994px;
    height: 501px;
  }
}
.screenshot-container__border {
  width: 464px;
  height: auto;
  top: 0;
  left: 0;
}
@media (min-width: 530px) {
  .screenshot-container__border {
    width: 994px;
  }
}
.screenshot-container .glide-screenshots {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 421px;
  height: 217px;
  overflow: hidden;
}
@media (min-width: 530px) {
  .screenshot-container .glide-screenshots {
    top: 43px;
    left: 48px;
    width: 896px;
    height: auto;
  }
}

.gartner-report__title sup {
  font-size: 40%;
  top: -0.85em;
}

p.form-small-text {
  font-size: 0.85rem;
}

.yellow-v-line {
  position: relative;
}
.yellow-v-line__single {
  position: relative;
  padding-bottom: 30px;
}
.yellow-v-line__single p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .yellow-v-line__single:before {
    content: " ";
    border-left: 2px solid #ffce00;
    width: 2px;
    height: calc(100% - 19px);
    left: -40px;
    position: absolute;
    top: 30px;
  }
}
.yellow-v-line__single:last-of-type:before {
  content: none;
}
@media (min-width: 1000px) {
  .yellow-v-line__single span {
    position: absolute;
    border: 2px solid #ffce00;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 10px;
    left: -50px;
  }
}
.section--lines {
  background-size: cover;
  background-image: url("../images/lines.svg");
  background-position: center top;
}
.section--lines-left {
  background-size: contain;
  background-image: url("../images/lines-secure.svg");
  background-position: left top;
}
.section--background-image {
  background-size: cover;
}
.section--centre {
  text-align: center;
}
.section--no-padding-bottom {
  padding-bottom: 0 !important;
}
.section--lines-yellow {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section--grey {
  background-color: #f0f0f2;
}
.section--gartner-preview {
  overflow: visible;
}
.section--gartner-preview li {
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.section--gartner-preview h1 {
  color: #0f102c;
  font-size: 38px;
  font-family: "function_prodemi";
}
.section--gartner-preview h2 {
  color: #0f102c;
  font-size: 32px;
  font-family: "function_prodemi";
}
.section--gartner-preview p {
  font-weight: 300;
}
.section--gartner-preview__content {
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.section--gartner-form__content .panel {
  margin-top: 0px;
}
@media (min-width: 530px) {
  .section--gartner-form__content .panel {
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 1000px) {
  .section--gartner-form__content .panel {
    top: 180px;
  }
}
.section-pricing-discounts {
  padding-top: 0;
}
.section-pricing-discounts img {
  height: auto;
}
.section-video-embed {
  margin-bottom: 20px;
}
.section-video-embed__video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.section-video-embed__video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.org-layout .org-item {
  padding-bottom: 2rem;
}
.org-layout .org-item img {
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .org-layout {
    position: relative;
  }
  .org-layout:before {
    content: " ";
    height: 2.4rem;
    top: -2.4rem;
    border-left: 2px solid #ffce00;
    width: 2px;
    left: 50%;
    position: absolute;
  }
  .org-layout .org-item {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .org-layout .org-item span {
    height: 1.6rem;
    border-left: 2px solid #ffce00;
    width: 2px;
    left: 50%;
    top: 0;
    position: absolute;
  }
  .org-layout .org-item:before {
    content: " ";
    position: absolute;
    border-top: 2px solid #ffce00;
    width: 100%;
    left: 0;
    top: 0;
    left: 0;
    height: 2px;
  }
  .org-layout .org-item:first-of-type:before {
    width: 50%;
    left: 50%;
  }
  .org-layout .org-item:last-of-type:before {
    width: 50%;
  }
}

.popup-modal {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  position: fixed;
  cursor: pointer;
}
.popup-modal--is-visible {
  display: flex;
}
.popup-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2rem;
  color: #a4a4a4;
  transform: scaleX(1.2);
  transform-origin: 100% 0;
  cursor: pointer;
}
.popup-modal__close:hover {
  color: #0f102c;
}
.popup-modal__placeholder {
  width: 90%;
  height: 90%;
  margin: auto;
  max-width: 1800px;
}
@media (min-width: 1200px) {
  .popup-modal__placeholder {
    width: 80%;
    height: 80%;
  }
}
.popup-modal__pricing .popup-modal__placeholder {
  max-width: 500px;
  height: auto;
  padding: 50px;
  background-color: #eee;
}
.popup-modal iframe {
  max-width: 1800px;
  width: 100%;
  height: 100%;
}

.countdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  grid-gap: 1rem;
}
@media (min-width: 530px) {
  .countdown {
    grid-gap: 2rem;
  }
}
.countdown__item {
  background-color: #ffce00;
  color: #0f102c;
  text-align: center;
  font-weight: 600;
  padding: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 530px) {
  .countdown__item {
    font-size: 2rem;
  }
}
.countdown__availability {
  display: block;
}
.countdown__availability--unavailable {
  display: none;
}

.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  margin: auto;
  z-index: 9999;
  overflow: auto;
}
.modal-form--is-visible {
  display: grid;
}
.modal-form__content {
  margin: auto;
}
@media (min-width: 800px) {
  .modal-form__content {
    min-width: 800px;
  }
}
.modal-form__close {
  cursor: pointer;
  right: 20px;
  top: 20px;
  font-size: 3rem;
  color: #0f102c;
  width: 20px;
  height: 20px;
  position: absolute;
}
.modal-form .form-container {
  background-color: #ffce00;
  padding: 2rem;
  margin-bottom: 2rem;
}
.modal-form .form-container h1 {
  font-size: 24px;
  margin: 0 0 20px;
  font-family: "function_prodemi";
  color: #0f102c;
}
.modal-form .form-container label {
  color: #0f102c;
}
.modal-form .form-container .button {
  font-size: 16px;
  padding: 10px 20px;
  color: #ffce00;
  font-family: "function_probook";
  border-color: #0f102c;
  cursor: pointer;
  background-color: #0f102c;
}
@media (min-width: 800px) {
  .modal-form .form-container .button {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.modal-form .form-container .button:hover {
  color: #0f102c;
  background-color: #ffce00;
}
.modal-form .form-container .gform_required_legend {
  display: none;
}

.promo-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 1rem;
}
@media (min-width: 530px) {
  .promo-boxes {
    grid-gap: 2rem;
  }
}
.promo-boxes a {
  text-decoration: none;
  color: #0f102c;
  flex: 1;
}
.promo-boxes a:hover {
  text-decoration: underline;
}
.promo-boxes a p {
  margin-bottom: 10px;
}
.promo-boxes__box {
  background-color: #ffce00;
  color: #0f102c;
  text-align: center;
  font-weight: 600;
  padding: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 530px) {
  .promo-boxes__box {
    font-size: 2rem;
  }
}
.promo-boxes__title {
  margin-bottom: 15px;
}

.homepage-popup {
  width: 400px;
  background-color: #eee;
  padding: 40px 35px;
  position: fixed;
  bottom: 40px;
  right: -500px;
  z-index: 9999;
  animation: slide 1.75s forwards;
  animation-delay: 5s;
  border: 1px solid #aaa;
  display: none;
}
@keyframes slide {
  100% {
    right: 40px;
  }
}
.homepage-popup--visible {
  display: block;
}
.homepage-popup__content {
  text-align: center;
  color: #0f102c;
}
.homepage-popup__content h1 {
  font-size: 1.5rem;
  font-family: "function_prolight", sans-serif;
  color: #0f102c;
}
.homepage-popup__content h2 {
  font-size: 1.6rem;
  color: #0f102c;
}
.homepage-popup__close {
  position: absolute;
  top: -4px;
  right: 8px;
  color: #333;
  font-size: 30px;
  line-height: normal;
  cursor: pointer;
}

.section-white h6,
.gform-white h6 {
  color: #000;
}
.section-white .gform_wrapper label,
.gform-white .gform_wrapper label {
  color: #000;
}
.section-white .gform_wrapper .gform_button,
.gform-white .gform_wrapper .gform_button {
  border-color: #ffce00;
  background-color: #ffce00;
  color: #000;
}
.section-white .gform_wrapper .gform_button:hover, .section-white .gform_wrapper .gform_button:focus, .section-white .gform_wrapper .gform_button:active,
.gform-white .gform_wrapper .gform_button:hover,
.gform-white .gform_wrapper .gform_button:focus,
.gform-white .gform_wrapper .gform_button:active {
  border-color: #ffce00;
  background-color: #000;
  color: #ffce00;
}

.section-yellow h6,
.gform-yellow h6,
.panel-yellow h6 {
  color: #000;
}
.section-yellow .gform_wrapper label,
.gform-yellow .gform_wrapper label,
.panel-yellow .gform_wrapper label {
  color: #000;
}
.section-yellow .gform_wrapper .gform_button,
.gform-yellow .gform_wrapper .gform_button,
.panel-yellow .gform_wrapper .gform_button {
  border-color: #000;
  background-color: #000;
  color: #ffce00;
}
.section-yellow .gform_wrapper .gform_button:hover, .section-yellow .gform_wrapper .gform_button:focus, .section-yellow .gform_wrapper .gform_button:active,
.gform-yellow .gform_wrapper .gform_button:hover,
.gform-yellow .gform_wrapper .gform_button:focus,
.gform-yellow .gform_wrapper .gform_button:active,
.panel-yellow .gform_wrapper .gform_button:hover,
.panel-yellow .gform_wrapper .gform_button:focus,
.panel-yellow .gform_wrapper .gform_button:active {
  border-color: #000;
  background-color: #ffce00;
  color: #000;
}

.section-blue h6,
.section--blue h6,
footer h6,
header h6,
.gform-dark h6 {
  color: #fff;
}
.section-blue .gform_wrapper label,
.section--blue .gform_wrapper label,
footer .gform_wrapper label,
header .gform_wrapper label,
.gform-dark .gform_wrapper label {
  color: #fff;
}
.section-blue .gform_wrapper .gform_button,
.section--blue .gform_wrapper .gform_button,
footer .gform_wrapper .gform_button,
header .gform_wrapper .gform_button,
.gform-dark .gform_wrapper .gform_button {
  border-color: #ffce00;
  background-color: #ffce00;
  color: #000;
}
.section-blue .gform_wrapper .gform_button:hover, .section-blue .gform_wrapper .gform_button:focus, .section-blue .gform_wrapper .gform_button:active,
.section--blue .gform_wrapper .gform_button:hover,
.section--blue .gform_wrapper .gform_button:focus,
.section--blue .gform_wrapper .gform_button:active,
footer .gform_wrapper .gform_button:hover,
footer .gform_wrapper .gform_button:focus,
footer .gform_wrapper .gform_button:active,
header .gform_wrapper .gform_button:hover,
header .gform_wrapper .gform_button:focus,
header .gform_wrapper .gform_button:active,
.gform-dark .gform_wrapper .gform_button:hover,
.gform-dark .gform_wrapper .gform_button:focus,
.gform-dark .gform_wrapper .gform_button:active {
  border-color: #ffce00;
  background-color: #000;
  color: #ffce00;
}
.section-blue .gform_confirmation_wrapper,
.section--blue .gform_confirmation_wrapper,
footer .gform_confirmation_wrapper,
header .gform_confirmation_wrapper,
.gform-dark .gform_confirmation_wrapper {
  background-color: #fff;
}
.section-blue .gform_confirmation_message,
.section--blue .gform_confirmation_message,
footer .gform_confirmation_message,
header .gform_confirmation_message,
.gform-dark .gform_confirmation_message {
  color: #0f102c !important;
}

h6 {
  color: #000;
}
h6 a {
  font-weight: bold;
}

.gform_confirmation_wrapper {
  padding: 20px;
  background-color: #0f102c;
  color: #fff;
  margin: 20px 0;
  text-align: center;
  font-weight: 800;
}

.gform_confirmation_message {
  color: #fff !important;
}

.gform_wrapper label {
  font-size: 16px !important;
  color: #fff;
}
.gform_wrapper .gform_button {
  border-color: #ffce00;
  background-color: #ffce00;
  color: #000;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
  border: 2px solid;
  font-family: "function_prodemi";
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 5px 20px;
  border-radius: 3px !important;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gform_button .btn {
    margin-bottom: 20px;
  }
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus, .gform_wrapper .gform_button:active {
  border-color: #ffce00;
  background-color: #000;
  color: #ffce00;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
  box-shadow: none;
  outline: none;
}

.pricing-box {
  background-color: #fff;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  border-radius: 9px;
  box-shadow: 0 11px 30px rgba(154, 161, 177, 0.1);
  flex-basis: 346px;
  flex-grow: 1;
  padding: 36px 32px;
  position: relative;
  transition: box-shadow 0.25s ease-in-out;
  margin-bottom: 20px;
}
.pricing-box--dark {
  background-color: #ddd;
}
.pricing-box__per-month {
  font-size: 20px;
  font-family: "function_prolight", sans-serif;
}
.pricing-box__price {
  color: #a0338a;
  font-family: "function_probold";
  font-size: 36px;
}
.pricing-box__per-user-per-month {
  font-size: 18px;
  font-family: "function_prolight", sans-serif;
  color: #fff;
}
.pricing-box__price-per-user {
  color: #2a2f6d;
  font-family: "function_prodemi";
  font-size: 22px;
}
.pricing-box__pricing {
  text-align: center;
  font-family: "function_prodemi";
}
.pricing-box__pricing p {
  color: #ffce00;
  font-size: 24px;
  font-weight: 600;
}
.pricing-box__pricing strong {
  font-size: 28px;
}
.pricing-box__monthly-price {
  display: none;
  border: 1px solid #ffce00;
  padding: 25px 0;
  width: 60%;
  float: left;
  height: 130px;
  box-shadow: 4px 6px 9px -4px rgba(0, 0, 0, 0.2);
}
.pricing-box__monthly-price-per-user {
  display: none;
  padding: 20px 0;
  width: 40%;
  float: left;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 45px;
  background-color: #ffce00;
}
.pricing-box__monthly-price-per-user p {
  color: #fff;
}
.pricing-box__quote {
  display: none;
  padding: 15px 0;
  box-shadow: 4px 6px 9px -4px rgba(0, 0, 0, 0.2);
}
.pricing-box__full-quote {
  display: none;
}
.pricing-box__quote-form {
  margin-top: 20px;
  display: none;
}
.pricing-box__discount-text {
  font-family: "function_prodemi";
  font-size: 32px;
}
.pricing-box hr {
  background-color: #f3f3f3;
  color: #f3f3f3;
  height: 2px;
  margin: 1.75rem 0;
}
.pricing-box__bullets {
  margin: 20px 0 40px;
}
.pricing-box__bullet {
  background-image: url("../images/icons/check-dark.png");
  background-position: left 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 10px 0;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}/*# sourceMappingURL=main.css.map */