/* Custom styles */
body {
  font-size:15px;
  font-family: 'Montserrat', sans-serif;
  overflow-x:hidden;
}
section { padding-top:3rem;padding-bottom:3rem; }
[class*="col-"] .position-relative, .card-text {
  line-height: 2em;
  letter-spacing: .05em;
}
[class*="col-"] .position-relative h2, .card-text h2 { line-height: 1.2em;letter-spacing:0; }
.display-1 { color:#159FDF;font-size:calc(24px + (50 - 24) * ((100vw - 300px) / (1600 - 300)));font-family:commuters-sans,sans-serif;font-weight:100;text-transform:none; }

section:first-of-type { margin-top:58px; }
.font-weight-bolder { font-weight: 500 !important; }
.quotes::after {
  content: '"';
  font-family: commuters-sans;
  font-size: 14rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  position: absolute;
  width: 14rem;
  letter-spacing: 4rem;
  text-align: center;
  height: 10rem;
  top: 4rem;
  left: calc(50% - 7rem);
  color: rgba(21,159,223,.2);
}
.font-logo, h1, h2, h3, h4 { 
  font-family: commuters-sans, sans-serif;
}
h1, h2, h3, h4 { color:#159FDF;font-weight:bold; }
h2, .h2 { font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1600 - 300))); }
.font-logo {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 400;
  color:#163B52;
  text-transform:none;
}
.navbar-brand { margin-right: 0; }
.navbar-subbrand {
  display: none !important;
  padding: .5rem;
  text-decoration:none!important;
}
.navbar-subbrand span {
  position: relative;
  display: inline-block;
  font-size: calc(9px + (12 - 9) * ((100vw - 300px) / (1600 - 300)));
  font-weight:200;
  text-transform:none;
  top: 4px;
  text-decoration:none!important;
}
.navbar-subbrand svg {
  position:relative;
  display: inline-block;
  width:calc(60px + (100 - 60) * ((100vw - 300px) / (1600 - 300)));
  height:calc(14px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
  margin:0.5rem;
}
.navbar-collapse.collapsing #main-nav, .navbar-collapse.collapse #main-nav { padding: 0; }
#top-nav .nav-item a.nav-link { padding-left:0;padding-right:0;}
#top-nav .nav-item { font-size:.8rem;font-weight:500;letter-spacing:.2em; }
.level-1 { font-size:.867rem;font-weight:700;letter-spacing:.25em; }
.navbar-light #main-nav.navbar-nav .nav-link {
  color: #163B52;
  transition: color .3s ease-in;
  -webkit-transition: color .3s ease-in;
}
.navbar-light #top-nav.navbar-nav .nav-link {
  color:#939598;
  transition: color .3s ease-in;
  -webkit-transition: color .3s ease-in;
}
.navbar-light #main-nav.navbar-nav .show>.nav-link, .navbar-light #main-nav.navbar-nav .active>.nav-link, .navbar-light #main-nav.navbar-nav .nav-link.show, .navbar-light #main-nav.navbar-nav .nav-link.active, .navbar-light #main-nav.navbar-nav .nav-link:hover, .navbar-light #top-nav.navbar-nav .nav-link:hover {
  color: #159FDF;
}
.btn {
  font-family:commuters-sans,sans-serif;
  font-size:.667rem;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing: .05em;
}
.btn-gradient
{
  position: relative;
  color: #fff !important;
	border-color: transparent;
	overflow: hidden;
	z-index: 1;
}
.btn-gradient::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	background: rgba(237,43,124,1);
  background: -moz-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,43,124,1)), color-stop(100%, rgba(251,176,64,1)));
  background: -webkit-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -o-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b7c', endColorstr='#fbb040', GradientType=1 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-gradient::after
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc( 50% - 4px );
	height: calc( 100% - 4px );
	z-index: -5;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	background: rgba(255,255,255,0);
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-gradient:hover::after
{
	width: calc( 100% - 4px );
	background: rgba(255,255,255,0.95);
}
.btn-gradient:hover
{
  color: #DA1C5C !important;
  background: none;
}
.btn-outline-gradient, .btn.btn-gradient.mixitup-control-active { 
  position:relative;
  color:#EE2A7B !important;
  z-index:0;
}
.btn-outline-gradient::before, .btn.btn-gradient.mixitup-control-active::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
  border-radius: 1.5rem;
  background: linear-gradient(to right, #ed2b7c, #fbb040) border-box;
  -webkit-mask: radial-gradient(farthest-side at bottom left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top right/1.35rem 1.35rem, radial-gradient(farthest-side at top right ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom left /1.35rem 1.35rem, radial-gradient(farthest-side at top left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom right/1.35rem 1.35rem, radial-gradient(farthest-side at bottom right,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top left /1.35rem 1.35rem, linear-gradient(#fff,#fff) top /100% 2px, linear-gradient(#fff,#fff) bottom/100% 2px, linear-gradient(#fff,#fff) left /2px 100%, linear-gradient(#fff,#fff) right /2px 100%;
    -webkit-mask-repeat: no-repeat;
  mask: radial-gradient(farthest-side at bottom left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top right/1.35rem 1.35rem, radial-gradient(farthest-side at top right ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom left /1.35rem 1.35rem, radial-gradient(farthest-side at top left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom right/1.35rem 1.35rem, radial-gradient(farthest-side at bottom right,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top left /1.35rem 1.35rem, linear-gradient(#fff,#fff) top /100% 2px, linear-gradient(#fff,#fff) bottom/100% 2px, linear-gradient(#fff,#fff) left /2px 100%, linear-gradient(#fff,#fff) right /2px 100%;
  mask-repeat: no-repeat;
}
.btn-outline-gradient::after, .btn.btn-gradient.mixitup-control-active::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc( 50% - 2px );
  height: calc( 100% - 2px );
  z-index: -5;
  opacity:0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  background: rgba(237,43,124,1);
  background: -moz-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,43,124,1)), color-stop(100%, rgba(251,176,64,1)));
  background: -webkit-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -o-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b7c', endColorstr='#fbb040', GradientType=1 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-outline-gradient:hover:after, .btn.btn-gradient.mixitup-control-active:hover:after {
	width: calc( 100% - 2px );
  opacity:1;
}
.btn-outline-gradient:hover, .bg-dark .btn-outline-gradient, .btn.btn-gradient.mixitup-control-active:hover {
  color: #fff !important;
}

[id*="customize-controls-"] .prev, [id*="customize-controls-"] .next { width: 32px; }
[id*="customize-controls-"] .next { right: -32px; }
[id*="customize-controls-"] .prev { left: -32px; }
[id*="customize-controls-"] .next::before, [id*="customize-controls-"] .prev::before {
  content:'';
  position: absolute;
  top: calc(50% - 12px);
  right: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-radius:20px;
  background: #ee2a7b; /* Old browsers */
  background: -moz-linear-gradient(45deg, #ee2a7b 0%, #fbb040 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ee2a7b 0%,#fbb040 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ee2a7b 0%,#fbb040 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2a7b', endColorstr='#fbb040',GradientType=1 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
[id*="customize-controls-"] .next:hover:before, [id*="customize-controls-"] .prev:hover:before { background: #fff; }
[id*="customize-controls-"] .prev::before { right: auto;left: calc(50% - 12px); }
[id*="customize-controls-"] .next::after, [id*="customize-controls-"] .prev::after {
  top: calc(50% - 4px);
  right: calc(50% - 3px);
  padding: .15rem;
  border-width: 0 2px 2px 0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
[id*="customize-controls-"] .prev::after {
  border: solid;
  right: auto;
  left: calc(50% - 3px);
  border-width: 0 2px 2px 0;
}
[id*="customize-controls-"] .next:hover:after, [id*="customize-controls-"] .prev:hover:after { color:#ee2a7b !important; }

.article-list-3 .btn.btn-gradient {
  position: absolute;
  width: 100px;
  bottom: -2em;
  left: calc(50% - 50px);
}

.icon-128 svg {
  width: 128px;
  height: 128px;
}
.icon-96 svg {
  width: 96px;
  height: 96px;
}
.count {
  --b: 4px;
  color: #159FDF;
  display: inline-block;
  width: 75%;
  max-width:140px;
  position: relative;
  z-index: 0;
}
.count::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--c,linear-gradient(to right, #ed2b7c, #fbb040));
  -webkit-mask: radial-gradient(farthest-side,transparent calc(100% - var(--b) - 1px),#fff calc(100% - var(--b)));
  mask: radial-gradient(farthest-side,transparent calc(100% - var(--b) - 1px),#fff calc(100% - var(--b)));
  border-radius: 50%;
}
.count::after {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.shadow:hover { 
  box-shadow: 0 1rem 1.5rem -1rem rgba(22,59,82,0.50) !important;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.container-fluid { padding-right:30px;padding-left:30px; }
.container-fluid.p-0 { padding-right:30px !important;padding-left:30px !important; }
.special-form-cover { padding: 0 30px !important; }
.navbar { padding: 0 30px !important; }
.nav-item { margin-left:0rem; }
.columns-3 {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}
.row.slider-cover { width: 100% !important; }
.time-line::after {
  content: "";
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: #159FDF;
  position: absolute;
  top: 0;
  left: 30px;
  right:auto;
}
.row:nth-child(odd) > .time-line-item > .row > [class*="col"]:nth-child(1),
.row:nth-child(even) > .time-line-item > .row > [class*="col"]:nth-child(1) {
  padding: 0 3rem !important;
}
.row:nth-child(odd) > .time-line-item > .row > [class*="col"]:nth-child(2),
.row:nth-child(even) > .time-line-item > .row > [class*="col"]:nth-child(2) {
  padding-left: 5rem !important;
  padding-right: 1rem !important;
}
.time-line [class*="container"] [class*="container"] > .row {
    margin-top: 0% !important;
}
.navbar-collapse.collapsing, .navbar-collapse.collapse { width: 100%; top:56px; }
/*.overflow-cover {
    max-height: calc(100vh - 56px);
    overflow: auto;
}*/

/* Custom content breaking points */
@media (max-width: 767.98px) {
  .bg-dark h1.display-1 { text-shadow: 0 0 10px rgb(0,0,0); }
}
@media (min-width: 575.98px) {
  .navbar-subbrand { display: inline-flex !important; }
  .row.slider-cover { width: calc(100% - 96px) !important; }
  .navbar-collapse.collapsing, .navbar-collapse.collapse {
    width: 50%;
    max-width: 320px;
  }
}
@media (min-width: 767.98px) {
  .columns-3 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  [id*="customize-controls-"] .prev, [id*="customize-controls-"] .next { width: 48px; }
  [id*="customize-controls-"] .next { right: -48px; }
  [id*="customize-controls-"] .prev { left: -48px; }
  [id*="customize-controls-"] .next::before, [id*="customize-controls-"] .prev::before {
    top:calc(50% - 20px);
    right:calc(50% - 20px);
    width:40px;
    height:40px;
  }
  [id*="customize-controls-"] .prev::before {
    right:auto;
    left:calc(50% - 20px);
  }
  [id*="customize-controls-"] .next::after, [id*="customize-controls-"] .prev::after {
    top: calc(50% - 5px);
    right: calc(50% - 4px);
    padding: 0.25rem;
  }
  [id*="customize-controls-"] .prev::after { left: calc(50% - 4px); }
  .time-line::after {
    content: "";
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background: #159FDF;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
  }
  .time-line-item.ml-md-auto h2::before { left: calc(-3rem - 30px - 1px); }
  .time-line-item.mr-md-auto h2::before { right: calc(-3rem - 30px - 1px);left:auto; }
  .row:nth-child(odd) > .time-line-item > .row > [class*="col"]:nth-child(2) {
    padding-left: 5rem !important;
    padding-right: 1rem !important;
  }
  .row:nth-child(even) > .time-line-item > .row > [class*="col"]:nth-child(2) {
    padding-right: 5rem !important;
    padding-left: 1rem !important;
  }
  .time-line [class*="container"] [class*="container"] > .row {
    margin-top: -20% !important;
  }
}
@media (min-width: 991.98px) {
  .columns-3 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
  .count {
    max-width:none;
  }
}
@media (min-width: 1140px){
}
@media (min-width: 1199.98px) {
  .nav-item { margin-left:1rem; }
  section:first-of-type { margin-top:100px; }
  .container-fluid-xl {
    width: 100%;
    max-width: none;
  }
  .pl-custom { padding-left: calc((100vw - 1280px) / 2); }
  .level-1 { padding:1rem 0rem 1.5rem 1rem !important; }
  #top-nav .nav-item { margin-left: .5rem; }
  /*.overflow-cover { max-height:none; }
  .overflow-cover {
    max-height: none;
    overflow: auto;
  }*/
  .navbar-collapse.collapsing, .navbar-collapse.collapse {
    top:auto;
    width:auto;
    max-width: none;
  }
}
@media (min-width: 1335.98px) {
  .container-fluid { padding-right: 15px;padding-left: 15px; }
  .container-fluid.p-0 { padding-right:0 !important;padding-left:0 !important; }
  .navbar { padding: 0 !important; }
  .special-form-cover { padding: 0 !important; }
}
@media (min-width: 1599.98px) {
  h2, .h2 {
    font-size: 1.333rem;
  }
  .font-logo {
    font-size: 2.667rem;
  }
  .navbar-subbrand span {
    font-size:.8rem;
  }
  .navbar-subbrand svg {
    width:100px;
    height:24px;
  }
  .display-1 { font-size:3.333rem; }
  .icon-128 svg {
    width: 128px;
    height: 128px;
  }
}
/* Custom content breaking points end*/

/* Cookies */
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: #163b52 !important;
  box-shadow: 0 0 10rem rgb(0 0 0 / 20%) !important;
}
.termsfeed-com---nb .cc-nb-main-container { padding: 2rem !important; }
.termsfeed-com---nb .cc-nb-main-container * { text-align: left; }
.termsfeed-com---palette-light .cc-cp-body * { text-align: left; }
.termsfeed-com---nb-simple {
  max-width: 640px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 12px !important;
}
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: #159FDF !important;
  color: #fff !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #163b52 !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.cc-cp-body-tabs > li::before { display: none; }

/* Custom styles end */


/* Iframe calculator */
iframe.calculator {
  min-height: 4590px;
  margin-top: 40px;
}
@media (min-width: 576px) {
  iframe.calculator {
    min-height: 4260px;
  }
}
@media (min-width: 768px) {
  iframe.calculator {
    min-height: 3860px;
  }
}
@media (min-width: 992px) {
  iframe.calculator {
    min-height: 3370px;
  }
}
@media (min-width: 1280px) {
  iframe.calculator {
    min-height: 2550px;
  }
}