/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: 'Nevis';
  src: url('//23289088.fs1.hubspotusercontent-na1.net/hubfs/23289088/raw_assets/public/RCN%20Capital/fonts/Nevis/TTF/nevis.ttf') format('truetype');
}

body{
  font-size: 16px;
  --grey: #818285;
  --text2: #808285;
  --blue: #0B85C5;
  --text: #808285;
  --darkblue: #115F93;
  --white: #fff;
  --darkgrey: #666666 ;
  --hover: #474747;
  --text18: 16px;
  --text20: 18px;
  --text22: 20px;
  --text24: 22px;
  --text32: 28px;
  --radius: 8px;
 
}
h1, h2, h3, h4, h5, h6{
  letter-spacing: 0;
  color: var(--darkblue);
  font-family: 'Nevis';
}
h1{
  font-size: 3em;
}
h2{
  font-size: 2em
}
.directMailerForm h2{
  font-size: 1.5em !important;
}
h3{
  font-size: 1.75em
}
h4{
  font-size: 1.5em
}
h5{
  font-size: 1.3em
}
h6{
  font-size: 1.15em
}
.hero-section h1{
  font-size: 2em;
}
h2.section-heading, .hs_cos_wrapper_type_header h2{
  font-size: 2em
}

body p{
  font-size: 1.1em
}
.section-heading{
  color: var(--darkblue);
}
.mp-text{
  color: var(--grey);
  font-size:   var(--text22);
}
.custom-images-wrapper {
    position: relative;
    display: block;
   
    max-width: 100%;
}
form input[type='submit']:hover, form input[type='submit']:focus, form .hs-button:hover, form .hs-button:focus{
  background-color: var(--grey);
    border: 1px solid var(--grey);
}
body .header-sticky .header__navigation-toggle svg, body .header-sticky .menu-arrow svg{
    fill: var(--darkblue) !important
}
.legend-text {
    color: white;
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.15em;
}

span.legendcolor {
    height: 24px;
    width: 24px;
    display: flex;
    border-radius: 100%;
}
.legend-wrapper{
  gap: 10px;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
  
  flex-wrap: wrap;
}
span.legend {
    display: flex;
    gap: 15px;
  align-items: center;
}
.smalltext {
    font-size: 19px;
}
.slick-dots {
    bottom: -50px;
}
.slick-dots li button:before {
    font-size: 20px !important;
}
.slick-dots li button:before{
  color: #E6E6E7 !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
  color: #818285 !important;
  opacity: 1 !important;
}
.footer p, .footer a {
    font-size: 1.1em;
}
.chatpopup{
  position: fixed;
  bottom: 0;
  right: 0;
  max-height: 0;
   transition: height 0.5s ease;
  z-index: 10;
}
.chatpopup.expanded {
    max-height: 185px;
  }
.chatpopup-wrapper {
    width: 450px;
    background: var(--darkblue);
    color: white;
}
.chatpopup-wrapper {
    width: 450px;
    background: var(--darkblue);
    color: white;
    padding: 15px 20px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
}
.chatpopup-wrapper h4 {
    color: white;
    font-weight: 400;
  font-size: 22px;
}

.chatrow {
    display: flex;
    align-items: center;
    gap: 40px;
}

a.chatbutton-yes {
    border-radius: 4px;
    font-size: 19px;
    padding: 10px 22px 10px 22px;
    border-color: #20b2ff;
    background: var(--blue);
    text-transform: uppercase;
}

.chatbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.chatbutton-no {
    border-radius: 4px;
    font-size: 19px;
    padding: 20px 40px;
    border-color: #20b2ff;
    background: var(--blue);
    text-transform: uppercase;
    color: white;
    transition: 0.3s all
}
.chatbutton-no:hover{
    padding: 30px 40px;
    color: white;
}
.eapps-instagram-feed-title{
    display: none !important;
}
.eapps-instagram-feed {
    margin-bottom: 15px;
}
.coreOutsideWrapper {
    display: flex;
	  flex-flow: row wrap;
	  justify-content: center;
	  width: 100%;
}
.coreInsideWrapper {
    display: flex;
	  flex-flow: row nowrap;
	  align-items: center;
}
@media only screen and (min-width: 768px){
  body{
    --text24: 20px;
    --text18: 18px;
  --text20: 20px;
  --text22: 22px;
  --text24: 20px;
  --text32: 32px;
  --radius: 8px;
  }
  body p{
   font-size: 1.15em;
  }
  h1{
    font-size: 3.5em;
  }
  h2{
    font-size: 2.3em
  }
 
    .hero-section h1{
      font-size: 2.2em;
    }
    h2.section-heading, .hs_cos_wrapper h2{
      font-size: 2.75em
    }
  .hs_cos_wrapper_type_header h3{
  font-size: 2.2em
}
  .header__logo img, .header__logo_sticky img {
    max-width: 180px;
}
  .legend-wrapper{
   gap: 50px;
  }
  .legend-text {
    
    line-height: 1.5em;
}
}
@media only screen and (min-width: 1025px){
  body{
    --text24: 24px;
  }
  h1{
    font-size: 4em;
  }
  h2{
    font-size: 2.5em
  }
  .hero-section h1{
    font-size: 3em;
  }
  h2.section-heading, .hs_cos_wrapper h2{
    font-size: 3.5em
  }
  .hs_cos_wrapper_type_header h3{
  font-size: 2.5em
}
    .header__logo img, .header__logo_sticky img {
    max-width: 200px;
}
}

/* header */
#rcn-header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
   
}
#rcn-header .header__container{
  padding: 16px 20px;
}
#rcn-header.header-sticky {
    background: white;
}
.header__container {padding: 0;}

 #rcn-header .header {
    background: transparent;
}

 

#hs_cos_wrapper_header_logo {
    line-height: 1;
}
#rcn-header:not(.header-sticky) .header__logo_sticky {
    display: none;
}
#rcn-header.header-sticky .header__logo {
    display: none;
}
 
#rcn-header .navigation-primary a:hover {
    color: #7CCFED !important;
}
#rcn-header ul.submenu.level-1 > li{
  margin-right: 10px
}
#rcn-header ul.submenu.level-1 > li > a {
    padding: 20px 0;
}
#rcn-header ul.submenu.level-2 > li > a{
  color: #000;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 1;
}
#rcn-header ul.submenu.level-2 > li > a:hover{
  background: var(--blue);
  color: #fff !important;
  border-radius: 4px !important;
}
#rcn-header ul.submenu.level-2 {
    background-color: #FFFFFF;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  top: 45px;
  width: 280px;
  padding: 4px;
   
}
 
.header-sticky a.menu-link {
    color: var(--darkblue);
}
#rcn-header .submenu.level-1 > li:last-child a{
    background: var(--blue);
    padding: 15px 25px;
    color: white;
    border-radius: 8px;
}

#rcn-header .submenu.level-1 > li:last-child a:hover{
    background: var(--darkblue);
}
.navigation-primary .submenu.level-1>li>a.active-item:after{
  bottom: 5px !important;
  height: 3px !important
}
#rcn-header:not(.header-sticky) .navigation-primary .submenu.level-1>li>a.active-item:after{
  background: white !important;
}
.header-sticky .navigation-primary .submenu.level-1>li>a.active-item:after{
  background: var(--darkblue) !important
}
.submenu.level-2 > li > a.active-item {
    background: var(--darkblue);
    color: white !important;
    border-radius: 4px !important;
}
/* header end */
/* hero */

.hero-section{
   
  overflow: hidden;
  align-items: center;
    display: flex;
  padding: 120px 0;
}
.hero-content-wrapper{
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 20px;
}
.hero-section h1{
  color: white;
  text-align: center;
}
 .hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
   flex-wrap: wrap;
     
}

.hero-section{
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.section-overlay{
  opacity: 0;
  background: #000;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
}
.hero-overlay{
  z-index: 2;
  background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 101% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      height: calc( 100% + 5px );
    width: 100%;
    bottom: -5px;
    left: 0;
    position: absolute;
}
.bg-image-two img {
    max-width: 180px;
}

.bg-img-pos-left {
    position: absolute;
    right: -15%;
    bottom: -15%;
    z-index: 1;
}
.bg-img-pos-right {
   
    position: absolute;
    bottom: -15%;
    left: -15%;
  z-index: 1;
}
.bg-image-one img {
    max-width: 240px;
}

.bg-image-two .bg-motion-container{
      --e-transform-origin-x: center;
    --e-transform-origin-y: center;
  --translateY: 27px;
    --rotateZ: -66.27deg;
    --e-transform-transition-duration: 100ms;
    transform: translateY(var(--translateY))rotateZ(var(--rotateZ));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.bg-image-one .bg-motion-container{
      --e-transform-origin-x: center;
    --e-transform-origin-y: center;
  --translateY: 32px;
    --rotateZ: 21.27deg;
    --e-transform-transition-duration: 100ms;
    transform: translateY(var(--translateY))rotateZ(var(--rotateZ));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
/* end hero */

/* icon boxes*/
.icon-boxes {
    display: grid;
    gap: 20px;
}

.icon-boxes .icon-box{
   text-align: center;
   padding: 24px 16px;
}
.icon-boxes.cards .icon-box {
    background: white;
    padding: 24px 16px;
    border-radius: var(--radius);
   
}
.icon-box .icon-description{
  font-size: var(--text18);
  line-height: 1.5em;
  color: var(--text2);
}
.icon-boxes.twocol .icon-title{
  font-size: var(--text32);
}
.icon-title{
  color: var(--darkblue);
}
.icon-box img{
  margin-bottom: 20px;
}
.boxmargin .icon-box {
    margin: 5%;
}
 
.svgcontrol img {
    height: 120px;
    width: auto;
    
}
.specialgrid .icon-box{
  padding: 0 !important
}
.homepageboxes img{
  height: 95px
}
.homepagegrid2 img {
    height: 130px;
}
/* icon boxes */

/* Button */
.rcn-button-align-center {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.rcn-button{
   display: flex;
 
}
.rcn-button-style-grey a{
    background: #818285;
    color: white;
}
.rcn-button-style-grey a:hover{
   background: var(--hover);
}
.rcn-button-style-blue a{
    background: var(--blue);
    color: white;
}
.rcn-button-style-blue a:hover{
   background: var(--darkblue);
}
.rcn-button a{
    padding: 10px 40px;
    font-family: "Source Sans Pro";
    font-size: var(--text22);
    text-transform: uppercase;
    line-height: 1.5em;
    display: flex;
    border-radius: 8px;
  text-decoration: none;
}
.rcn-button a:hover{
  text-decoration: none;
}

.rcn-button-wrapper {
    display: block;
}
.rcn-button-margin-small {
    margin: 30px 0;
}
.rcn-button-margin-default {
    margin: 60px 0;
}
.rcn-button-margin-big{
   margin: 80px 0;
}
.rcn-button-margin-none{
  margin: 5px 0;
}
/* button end */

/* FAQ */
h2.faq-block-title {
    font-size: 2em;
}
.faq-item {
          
  border-bottom: 1px solid #d5d8dc;
        }

        .faq-question {
          color: var(--blue);
            cursor: pointer;
          
              font-family: "Source Sans Pro", Sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5em;
           display: flex;
    gap: 15px;
    align-items: center;
          padding: 15px;
          margin: 0
    
        }

        .faq-content {
            display: none;
          padding: 15px;
             
        }

         
.faq-content , .faq-content p{
    color: var(--grey);
}
.faq-icon svg {
    height: 18px;
    fill: var(--blue);
}
.faq-item:not(.active) .elementor-toggle-icon-opened{
  display: none;
}
.faq-item.active .elementor-toggle-icon-closed{
  display: none;
}
.faq-block{
  margin-bottom: 40px;
}
/* FAQ End */

/* Grids */
.in-blog-item-card{
  transition: 0.3s all;
}
.in-blog-item-card:active, .in-blog-item-card:focus {
    outline: none;
}
.in-blog-item-card:hover .blog-card-overlay {
    background-color: var(--blue);
   transition: 0.3s all;
  opacity: 0.8;
}
/* Grid End */

/* Formstacks */
/***** Form Stack CSS *****/
.fsBody {
  padding: 0 !important;
}
.fsBody .fsForm {
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}
.fsBody .fsLabel, .fsBody label {
  font-size: 1.05em !important; 
  font-weight: 500 !important;
}
.fsBody input:not([type="button"]):not([type="submit"]) {
    padding: 0.5em !important;
}
.fieldset-content {
    overflow: auto; 
}
.fsBody .fsLabelVertical .fieldset-content label {
  min-width: 50px !important;
}
.fsRowBody input[type=checkbox],.fsRowBody input[type=radio] {
    border: 1px solid #bcbec0 !important
}
.rit-list li{
  margin: 0;
  font-size: 1.15em
}
.bookcardspace {
    margin: 0 10px;
} 
img.shape-divider {
  
    display: block;
    width: 100%;
    max-width: 100%;
}
.social-links__icon {
    line-height: 1;
}

.social-links {
    justify-content: center;
}
.anchor-wrapper{
  display: block;
  position: relative
}
.page-anchor{
   position: relative;
  z-index: -99;
}
.headingcaps h2, .headingcaps h3, .headingcaps h4, .headingcaps h5{
  text-transform: uppercase;
}
.contentwhite h2, .contentwhite h3, .contentwhite h4, .contentwhite p{
  color: white !important
}
.mediumimages img{
  height: 80px;
  width: auto
}
.rcn-filter-wrapper {
    display: flex;
  flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  margin: 20px;
}
.rcn-filter-wrapper .filter-item{
    padding: 12px 32px;
    background: var(--blue);
    border-radius: 8px;
    color: white;
}
.rcn-filter-wrapper .filter-item:hover, .filter-item--active{
    background: var(--darkblue) !important;
}
.fsSubmitButton {
    padding: 16px 32px !important;
    display: inline-block;
    margin: 0 auto !important;
    width: auto !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}
.buttonFlexBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.fsBody form.fsForm {
    background-color: white !important;
    border-radius: 10px !important;
    border: 2px var(--rcn-primary) solid !important;
    box-shadow: 0px 0px 20px rgba(165, 165, 165, 0.3) !important;
    padding: 35px;
}
.fsPage {
  padding: 20px;
}
#field150982622,
#field150982623,
#field150982621-last,
#field150982621-first
 {
    border-radius: 10px;
    background-color: #ededed;
    width: 100% !important;
}

#label-field150982622, #label-field150982623 {
    grid-column: span 3;
}

.fsFieldRow .fsFieldCell.fsSpan66 {
    width: 100% !important;
}

.affiliateContentHeading {
    margin: 30px 200px 0px;
  }
.affiliateContentForm {
    margin: 0px auto 30px auto;
    border-color: gray;
    border-radius: 10px !important;
    box-shadow: 0px 0px 20px rgba(165, 165, 165, 0.3)
}

/* 27-09-2024 */
#hs_cos_wrapper_widget_1733843647889 .hs-social-follow{margin-top:50px;}
#hs_cos_wrapper_widget_1733843647889 .hs-social-follow a{border:2px solid #0D75B0;}
#hs_cos_wrapper_widget_1733843647889 .hs-social-follow a:hover{background-color:#0D75B0;}
#hs_cos_wrapper_widget_1733843647889 .hs-social-follow a:hover svg path{fill:#fff;}
#hs_cos_wrapper_widget_1733848201519_ .cta1-container {margin-bottom: 30px;}
#hs_cos_wrapper_widget_1733848201519_ a.cta1-button{background-color:transparent;border: 3px solid #fff;color: #fff;    border-radius: 11px;padding:7px 30px;}
#hs_cos_wrapper_widget_1733848201519_ a.cta1-button:hover{font-weight:normal;}
#hs_cos_wrapper_widget_1733848201519_ .cta1-content{text-align:center}
#hs_cos_wrapper_widget_1733848201519_ .cta1-content h2{margin-bottom:40px;color: #fff;font-size: 36px;}
#hs_cos_wrapper_widget_1733848201519 .cta1-container{position: relative;z-index: 9;max-width:initial;border-radius: 60px;padding: 120px 40px 80px 40px;background : url(https://23289088.fs1.hubspotusercontent-na1.net/hubfs/23289088/Icon_BG-01.png) no-repeat center / cover;}
#hs_cos_wrapper_widget_1733848201519_ a.cta1-button.new-hover-gray-btn:hover:hover{    background-color: #474747;border:3px solid #474747;    font-weight: bold;}
.dnd_area-row-8-background-color img.shape-divider{width:101%;max-width:101%;}
.dnd_area-row-8-background-color .widget-span{overflow:hidden;}


/* STRAT :  21-01-2025 Loader wrapper styles */
/* .ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    background: #fff
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
    text-align: center
}

.ctn-preloader .animation-preloader .icon {
    display: flex;
    position: relative;
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #0b85c5;
}

.ctn-preloader .animation-preloader .icon img {
    width: 90px;
    background: #fff;
    height: auto
}

.ctn-preloader .animation-preloader .icon span {
    animation: spinner 1.5s infinite linear;
    border-radius: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.ctn-preloader .animation-preloader .icon span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 12px;
    left: 0;
    box-shadow: 0 0 10px #0b85c5;
    border-radius: 50%;
    background:#0b85c5;
}

.ctn-preloader .animation-preloader .txt-loading {
    user-select: none;
    margin-top: 25px
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #0b85c5;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 40px;
    position: absolute
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Be Vietnam Pro',sans-serif;
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    color: rgb(0 0 0 / 14%);
    position: relative;
    font-size: 40px;
    line-height: 40px
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {
    0%,100%,75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        transform: rotateY(0)
    }
} */
/* END :  21-01-2025 Loader wrapper styles */


@media (max-width: 40em){

.loegBF,.jqkKzg {
    width: 100% !important;
}
}

#formstack div.fsError {
    border: 1px solid #ce5f6d;
    border-radius: 10px;
    color: #ce5f6d;
    background-color: #fae9e9;
}

#formstack .fieldset-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

#formstack .fieldset-content>label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding: 0.5rem;
    background-color: #ededed;
    border-radius: 10px;
}

#formstack .fieldset-content>label:hover {
    cursor: pointer;
    background-color: rgb(201, 201, 201);
}

#fsSubmitButton5436822 {
    border-radius: 20px !important;
    width: 100%;
    font-size: x-large !important;
    padding: 20px;
    background-color: var(--rcn-primary) !important;
    color: white;
    border: 2px solid var(--rcn-primary) !important;
    transition: all 0.3s ease-in-out;

}

#fsSubmitButton5436822:hover {
    background-color: white !important;
    color: var(--rcn-primary) !important;
}

.fsValidationError {
    border-radius: 10px;
}

@media only screen and (min-width: 768px){
  .hero-section{
    min-height:  768px;
    padding: 160px 0;
  }
  .threecol{
    grid-template-columns: repeat(3, 1fr);
  }
  .fourcol{
    grid-template-columns: repeat(2, 1fr);
  }
  .fivecol{
    grid-template-columns: repeat(3, 1fr);
  }
  .icon-boxes.twocol {
    grid-template-columns: repeat(2, 1fr);
   
  }
  .footer-row {
    display: flex;
  }
  
  .footer-row-1 .col-one{
    width: 35%;
  }
  .footer-row-1 .col-two{
    width: 40%;
  }
  .footer-row-1 .col-three{
    width: 25%;
  }
  .footer-row-2 .col-one{
    width: 35%;
  }
  .footer-row-2 .col-two{
    width: 65%;
  }
  .footer-menu {
    display: flex;
}
  .section-content h3{
  font-size: 40px;
}
  
   
  .hero-buttons {
    
    gap: 40px;
   
    margin: 40px 0;
     
}
  .rcn-button a{
    padding: 12px 48px;
    font-size: var(--text24)
  }
  #rcn-header .header__container{
  padding: 16px 32px;
}
  
  .legend-text {
    font-size: var(--text24);
  }
  
}
@media only screen and (min-width: 1025px){
   
  .fourcol{
    grid-template-columns: repeat(4, 1fr);
  }
  .fivecol{
    grid-template-columns: repeat(5, 1fr);
  }
  .icon-boxes.twocol {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .specialgrid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}
  .specialgrid .icon-box{
    margin: 1.5%;
    width: 30%;
  }
  .bg-img-pos-left {
    max-width: 360px;
    position: absolute;
    right: 10%;
    bottom: -8%;
    z-index: 1;
}
.bg-img-pos-right {
    max-width: 360px;
    position: absolute;
    bottom: -4%;
    left: 10%;
  z-index: 1;
}
.bg-image-one img {
    max-width: 360px;
}
.bg-image-two img {
    max-width: 280px;
}
  
  .bg-image-two .bg-motion-container{
      --e-transform-origin-x: center;
    --e-transform-origin-y: center;
  --translateY: 46.6px;
    --rotateZ: -116.4deg;
    --e-transform-transition-duration: 100ms;
    transform: translateY(var(--translateY))rotateZ(var(--rotateZ));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.bg-image-one .bg-motion-container{
      --e-transform-origin-x: center;
    --e-transform-origin-y: center;
  --translateY: 55.6px;
    --rotateZ: 37.4deg;
    --e-transform-transition-duration: 100ms;
    transform: translateY(var(--translateY))rotateZ(var(--rotateZ));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
  .homepagegrid2 img {
    height: 160px;
}
  
}

@media screen and (max-width: 1248px) {
    #formstack .fieldset-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
}

@media only screen and (min-width: 1441px){
   
  .hero-content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  .hero-content{
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .fourcol{
    grid-template-columns: repeat(4, 1fr);
    
  }
  .hero-section h1{
    font-size: 4em;
  }
  
}
@media only screen and (max-width: 767px){
  .rcn-one-line-capital-title h2{    font-size: 1.7em;}
  .rcn-one-line-capital-title h2 br{display:none;}
    .header__navigation {
        margin: 0 !important;
        width: 100%;
    }
    .header__navigation a {
        text-transform: capitalize !important;
        color: #000 !important;
        display: block;
        width: 100% !important;
        padding: 10px 15px !important;
        border-bottom: 1px solid var(--grey);
        font-size: 1.1em !important;
    }
    .header__navigation .menu-arrow svg{
        fill: #000;
    }
    .menu-arrow{
        top: 20px;
        right: 30px;
        text-align: right;
    }
  #rcn-header ul.submenu.level-2 {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
}
  #rcn-header ul.submenu.level-2 a{
    padding: 15px 20px !important;
    line-height: 2 !Important;
} 
  .homepagegrid2 .icon-title {
    font-size: 1.25em !important;
    letter-spacing: -1.5px;
}
  .specialgrid .icon-box {
    width: 45%;
    margin: 0;
}
  .specialgrid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
  .fullbuttons .rcn-button-wrapper {
    display: block;
    flex-basis: 100%;
     
}
  .fullbuttons .hero-buttons .rcn-button a {
   
    flex-basis: 100%;
    justify-content: center;
}
  .disclaimer{
    font-size: 16px;
}
  .affiliateContentHeading {
    margin-left: 30px;
    margin-right: 30px;
}
  .affiliateContentForm {
    width: 420px;
}
  .rcn-button a {
    font-size: 22px !important;
}
  }