@charset "utf-8";
/* CSS Document */

#sm_menu_ham {
    opacity: 0;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.aligncenter {
    display: block;
    margin: auto auto 1.5rem auto;
}

.container {
    position: relative;
    width: 90%;
    max-width: 1554px;
    margin: auto;
}

section {
    position: relative;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
}

.desktop_hide
{
    display: none;
}

.desktop_hide.show {
    display: block;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  HEADER

     ⤴︎   
*/
#header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(242,242,242,1) 90%);
    content: '';
}

#homepage #header:before,
.alt_header #header:before {
    display: none
}

.alt_header #header:after {
    position: absolute;
    bottom: -21px;
    left: 50%;
    width: 615px;
    height: 21px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/colours-line.png) no-repeat center center / contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.alt_header #header {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}

#homepage #header {
    background-color: transparent;
}

#news_post_page #header {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
}

#header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1836px;
    height: 170px;
    padding: 12px 98px;
    -webkit-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

#header_logo {
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#header_logo a {
    display: block;
}

#header_logo a img {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
}

#header .top.row {
    padding-bottom: 24px;
    -webkit-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

#header .top.row a.btn {
    display: inline-block;
    padding: 11px 21px;
    margin-right: 42px;
    background-color: #8DE23B;
    border: 3px solid #8DE23B;
    border-radius: 24px;
    font-size: 1.063em;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#header .top.row a.btn:hover,
#header .top.row a.btn:active {
    background-color: transparent;
}

ul.lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    padding-bottom: 0;
}

ul.lang li:first-child:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    width: 4px;
    background-color: #000;
    content: ''
}

#homepage ul.lang li:first-child:after {
    background-color: #fff;
}

.opened_main_menu ul.lang li:first-child:after {
    background-color: #000 !important;
}

ul.lang li {
    position: relative;
    padding: 0 12px;
    margin-left: 0;
    font-size: 1.25em;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#homepage ul.lang li {
    color: #fff;
}

.opened_main_menu ul.lang li {
    color: #000 !important;
}

ul.lang li:first-child {
    margin-right: 4px;
}

ul.lang li.selected,
ul.lang li:hover {
    color: #8DE23B !important;
}

.main_nav .main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 24px;
}

.main_nav .main_menu li a {
    display: inline-block;
    padding: 3px 6px;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 1.25em;
    line-height: 1.125em;
    font-weight: 700;
    color: #000;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#homepage .main_nav .main_menu li a {
    color: #fff;
}

.opened_main_menu .main_nav .main_menu li a {
    color: #000 !important;
}

.main_nav .main_menu li.opened a.selected,
.main_nav .main_menu li a:hover,
.main_nav .main_menu li a:active {
    color: #8DE23B !important;
    border-bottom-color: #8DE23B !important;
}

#header .user_options button {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 28px;
    overflow: hidden;
    cursor: pointer;
}

#header .user_options button img {
    width: 100%;
    margin-bottom: 0;
}

/* submenu */
.opened_main_menu .full_m_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(143, 143, 143, 0.08);
}

.col.aos.aos-init.aos-animate {
    padding-bottom: 60px;
}

.opened_main_menu .h_slide_bg {
    position: absolute;
    left: -108px;
    right: -50vw;
    top: -50vw;
    bottom: -200vh;
    background-color: #F8F8F8;
    -webkit-box-shadow: -10px 3px 40px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 3px 40px rgba(0, 0, 0, 0.2)
}

.opened_main_menu .h_slide_bg div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F8F8F8;
}

a.h_offer {
    display: none;
}

.opened_main_menu .right_col {
    position: relative;
    z-index: 9
}

.main_menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 75px;
    width: 95%;
    max-width: 520px;
    overflow: auto;
}

.main_menu li.opened .submenu {
    display: block;
}

.main_menu .submenu li {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.563em;
    font-weight: 700;
}

.main_menu .submenu li a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1em;
}

.main_menu .submenu li a:hover,
.main_menu .submenu li a:active {
    border-bottom-color: transparent
}

.main_menu .submenu li.title {
    padding-left: 24px;
    padding-bottom: 12px;
}

.main_menu .submenu li.title span {
    display: inline-block;
    min-width: 225px;
    padding-bottom: 9px;
    color: #8DE23B;
    border-bottom: 5px solid #8DE23B;
}

.main_nav .social {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 8%;
}

.opened_main_menu .main_nav .social {
    display: block;
}

.main_nav .social li {
    display: inline-block;
    margin-left: 24px;
    padding-bottom: 0;
}

.main_nav .social li a {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.main_nav .social li a img {
    margin-bottom: 0;
}

.main_nav .social li a:hover,
.main_nav .social li a:active {
    opacity: 0.7
}
/* end submenu */

.mb_menu_popup {
    display: none
}

/* Shrink  */
.shrink #header:after {
    display: none !important;
}

.shrink#homepage #header,
.shrink.alt_header #header {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}

.shrink#news_post_page #header {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.shrink#homepage .main_nav .main_menu li a {
    color: #000;
}

.shrink #header .container {
    height: 78px !important;
}

.shrink #header .top.row {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    top: -30vh;
    width: 1px;
}

.shrink #header_logo a img {
    width: 196px;
}
/* end Shrink */
/*  
     ⤵︎ 

       ⋮⋮⫸  end HEADER

     ⤴︎   
*/
.bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.m_wrap { overflow: hidden }

a.default_btn,
button.default_btn {
    position: relative;
    display: inline-block;
    min-width: 220px;
    padding: 11px 18px;
    background-color: #8DE23B;
    border: 5px solid #8DE23B;
    border-radius: 34px;
    -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    font: 600 1.063em/24px 'Open Sans', sans-serif;
    letter-spacing: -.01em;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.color_blue {
    color: #17D3FF;
}

.color_blue_2 {
    color: #0E3772
}

a.default_btn.selected:before,
a.default_btn:hover:before,
button.default_btn:hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 34px;
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.08);
    content: ''
}

a.default_btn.selected,
a.default_btn:hover,
a.default_btn:active,
button.default_btn:hover {
    background-color: transparent
}
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
#home_hero .slick-slide {
    height: 100vh;
    min-height: 800px;
}

#home_hero .slide {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    padding-bottom: 30px;
    background-position: top center;
    overflow: hidden;
}

#home_hero .container {
    max-width: 1242px;
    color: #fff;
}

#home_hero .wrapper {
    max-width: 466px;
}

#home_hero .slide.two .wrapper {
    max-width: 545px;
}

#home_hero h1 {
    padding-bottom: 42px;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
}

#home_hero h1 strong {
    color: #8DE23B;
}

#home_hero a.btn {
    display: inline-block;
    min-width: 220px;
    padding: 15px;
    border: 3px solid #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#home_hero a.btn:hover,
#home_hero a.btn:active {
    border-color: #8DE23B;
    background-color: #8DE23B;
    color: #000
}

#home_hero a.view_all {
    position: absolute;
    bottom: 15%;
    right: 7%;
    display: inline-block;
    padding: 6px 30px 24px 30px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_hero a.view_all svg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 312px;
}

#home_hero a.view_all:hover,
#home_hero a.view_all:active {
    color: #8ce44f;
    overflow: visible
}

#home_hero a.view_all .st0 {
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_hero a.view_all:hover .st0,
#home_hero a.view_all:active .st0 {
    fill: #8ce44f !important
}

#home_hero ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 5%;
    list-style-type: none;
    padding-bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#home_hero ul.slick-dots li {
    margin-left: 0;
    padding-bottom: 12px;
}

#home_hero ul.slick-dots li button {
    display: block;
    width: 7px;
    height: 34px;
    border-radius: 6px;
    background-color: #fff;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_hero ul.slick-dots li.slick-active button,
#home_hero ul.slick-dots li button:hover {
    background-color: #8ce44f;
}

#home_hero button.slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#home_hero button.slick-prev:before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-down-2.svg);
}

#home_hero button.slick-next:before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-up-2.svg);
}

#home_hero button.slick-prev:hover:before {
    top: 27px;
    width: 25px;
    height: 53px;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-bottom-large.svg);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#home_hero button.slick-next:hover:before {
    top: auto;
    bottom: 27px;
    width: 25px;
    height: 53px;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-top-large.svg);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#home_hero button.slick-next:before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-up-2.svg);
}

#home_hero button.slick-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-indent: -9999em;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#home_hero button.slick-arrow.slick-prev {
    top: calc(50% + 76px);
}

#home_about:before {
    position: relative;
    padding-top: 88px;
}

#home_about {
    position: relative;
    padding-top: 88px;
    z-index: 2;
}

#home_about .container {
    max-width: 1232px;
}

h1.section_title {
    padding-bottom: 60px;
    font-size: 62px;
    color: #8de23b;
    text-align: center;
    letter-spacing: -.02em;
}

#homepage h1.section_title {
    font-size: 40px;
}

#home_about .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
    -webkit-justify-content: space-between; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 66px;
}

#home_about .cols .col {
    width: 25%;
    text-align: center;
}

#home_about .cols h2 {
    font-size: 1.75em;
    color: #000;
    letter-spacing: -.03em;
}

#home_about .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
}

#home_about .icon img {
    margin-bottom: 0;
}

#home_about .cols h2 {
    font-size: 1.75em;
    color: #000;
    letter-spacing: -.03em;
}

#home_about .cols p {
    font-size: 1.188em;
    line-height: 1.579em;
    color: #000;
    letter-spacing: -.03em;
}

#home_about img.bg {
    position: absolute;
    left: 0;
    top: 148px;
    display: block;
}

#home_about .get_offer {
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/home_bg-1.png) no-repeat top center / cover;
}

#home_about .get_offer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 548px;
}

#home_about .get_offer img.man {
    position: absolute;
    right: 6%;
    bottom: -3px;
    margin-bottom: 0;
}

#home_about .get_offer a {
    position: relative;
    display: block;
    margin-bottom: 84px;
    padding-bottom: 148px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -.03em
}

#home_about .get_offer a .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 84px;
    height: 84px;
    border: 5px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#home_about .get_offer a:hover .icon {
    background-color: transparent;
    border-color: #fff;
}

#home_about .get_offer a img.arrow {
    position: absolute;
    top: 50%;
    left: -5px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#home_about .get_offer a .icon img.arrow.hover,
#home_about .get_offer a:hover .icon img.arrow {
    opacity: 0;
}

#home_about .get_offer a:hover .icon img.arrow.hover {
    left: 18px;
    opacity: 1;
}

#home_tips {
    padding-top: 60px;
    padding-bottom: 160px;
    background: #f2f2f2 url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/curve.svg) no-repeat bottom center / 100% auto;
    overflow: hidden;
    z-index: 1;
}

#home_tips .container {
    max-width: 1330px;
}

#homepage #home_tips h1.section_title {
    padding-bottom: 12px;
}

#tips_tabs .btns {
    max-width: 688px;
    margin: auto auto 18px auto;
}

#tips_tabs .btns .btn {
    padding: 18px 4px;
}

#tips_tabs .btns .btn button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #8DE23B;
    border: 5px solid #8DE23B;
    border-radius: 34px;
    color: #000;
    font: 600 1.063em/24px 'Open Sans', sans-serif;
    letter-spacing: -.02em;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#tips_tabs .btns .slick-slide.slick-current .btn button,
#tips_tabs .btns .btn button:hover {
    background-color: transparent;
}

#tips_tabs .content p.intro {
    max-width: 844px;
    margin: auto;
    font: 400 1em/1.375em 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: -.01em;
}

#tips_tabs .boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 48px;
}

#tips_tabs .boxes .box:after {
    position: absolute;
    left: 30px;
    top: 26px;
    width: 33px;
    height: 5px;
    background-color: #8DE23B;
    content: '';
}

#tips_tabs .boxes .box {
    position: relative;
    width: 31.6%;
    padding: 46px 38px 38px 30px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #fff;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #0E3772;
    -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

#tips_tabs .content .more {
    display: none;
}

#tips_tabs .content .note p {
    text-align: center;
    color: #84D833;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 700;
}

#home_tips img.figure {
    position: absolute;
    left: 30px;
    bottom: 36px;
    margin-bottom: 0;
}

#home_search {
    padding-top: 78px;
    padding-bottom: 10vw;
    background: #f2f2f2 url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/curve.svg) no-repeat bottom center / 100% auto;
    z-index: 1;
}

#home_search .container {
    max-width: 1330px;
}

.search_form {
    position: relative;
    max-width: 456px;
    margin: auto auto 72px auto;
}

.search_form input {
    display: block;
    width: 100%;
    border-radius: 29px;
    padding: 18px 78px 18px 30px;
    background-color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.search_form button {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 36px;
    height: 36px;
    text-indent: -9999em;
    overflow: hidden;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-mognifier.svg) no-repeat center center / contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#home_search:before {
    position: absolute;
    left: 0;
    top: 88px;
    width: 288px;
    height: 408px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/gear-1.png) no-repeat center center / contain;
    content: ''
}

#home_search:after {
    position: absolute;
    right: 0;
    bottom: -66px;
    width: 242px;
    height: 316px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/gear-2.png) no-repeat center center / contain;
    content: ''
}

#home_search .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
    -webkit-justify-content: space-between; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#home_search .cols .col {
    width: 43%;
}

#home_search .q_item {
    padding-bottom: 36px;
}

#home_search .q_item .wrapper {
    display: none;
    padding-top: 18px;
    font: 300 1em/1.563em 'Open Sans', sans-serif;
    letter-spacing: -.03em;
    color: #000;
}

#home_search .q_item h2.title:before {
    position: absolute;
    top: 40%;
    right: 0;
    width: 30px;
    height: 24px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-down.svg) no-repeat center center / 26px auto;
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#home_search .q_item h2.title.opened:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

#home_search .q_item h2.title {
    position: relative;
    padding-bottom: 0;
    padding-right: 66px;
    font-size: 1.125em;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    color: #000000;
    cursor: pointer;
}

#home_search .q_item .wrapper p {
    padding-bottom: 12px;
}

#home_search .q_item a {
    color: #000;
}

#home_search .q_item a:hover,
#home_search .q_item a:active {
    color: rgba(0, 0, 0, 0.8)
}

#home_search .q_item .icon {
    position: relative;
    padding-left: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#home_search .q_item .icon img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#home_thankyou .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
    -webkit-justify-content: space-between; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1020px;
    padding-top: 60px;
    padding-bottom: 48px;
}

#home_thankyou .col:nth-child(1) {
    width: 58%;
}

#home_thankyou .col:nth-child(2) {
    width: 40%;
}

#home_thankyou h1.section_title {
    padding-bottom: 0;
    font-size: 2.5em;
    color: #17D3FF;
    letter-spacing: -.05em;
    text-align: left;
}

#home_thankyou .col:nth-child(2) img {
    margin-bottom: 0;
}

#home_thankyou .btn {
    width: 100%;
    padding-top: 36px;
}

#home_thankyou .btn a.icon {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    margin: auto;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
}

#home_thankyou .btn a.icon:hover {
    background: transparent;
    border: 5px solid #8DE23B;
}

#home_thankyou .btn a.icon img.arrow {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#home_thankyou .btn a.icon img.arrow.hover,
#home_thankyou .btn a.icon:hover img.arrow {
    opacity: 0;
}

#home_thankyou .btn a.icon:hover img.arrow.hover {
    left: 18px;
    opacity: 1;
}

#collaborations_section:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 200vw;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%) rotate(2deg);
        -ms-transform: translateX(-50%) rotate(2deg);
            transform: translateX(-50%) rotate(2deg);
    content: '';
}

#collaborations_section {
    padding-top: 36px;
    padding-bottom: 36px;
}

#collaborations_section .container {
    max-width: 1548px;
    padding-top: 36px;
    padding-bottom: 36px;
}

#collaborations_section .slider {
    padding-left: 96px;
    padding-right: 96px;
}

#collaborations_section .slider .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 6px;
    padding-right: 6px;
}

#collaborations_section .slider .logo img {
    margin-bottom: 0;
}

#collaborations_section .slick-arrow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#collaborations_section .slick-prev {
    left: 0;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-left-4.svg);
}

#collaborations_section .slick-next {
    right: 0;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-right-4.svg);
}

#collaborations_section .slick-prev:hover {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-left-4-2.svg);
}

#collaborations_section .slick-next:hover {
    right: 0;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-right-4-2.svg);
}

#app_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
    -webkit-justify-content: space-between; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1176px;
    padding-top: 84px;
}

#app_section div.col {
    width: 46.3%;
    padding-top: 18px;
    padding-left: 2%;
}

#app_section figure.col {
    width: 50%;
}

#app_section figure.col img {
    margin-bottom: 0;
}

#app_section h1.section_title {
    padding-bottom: 2.25rem;
    text-align: left;
    font-size: 58px;
}

#app_section p {
    max-width: 400px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 1.188em;
    line-height: 1.158em;
    font-weight: 700;
}

#app_section .btns a {
    display: inline-block;
}

#app_section .btns a img {
    margin-bottom: 6px;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  ALL PRODUCTS pages

     ⤴︎   
*/
#allProducts_page #main .container {
    max-width: 1088px;
}

#allProducts_page h1.page_title {
    padding-top: 24px;
    padding-bottom: 3.25rem;
    text-align: center;
    color: #8DE23B;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -.03em
}

#allProducts_page #main .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 60px;
}

#allProducts_page article a {
    display: block;
}

#allProducts_page article figure {
    position: relative;
}

#allProducts_page article figure img.img-responsive {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2); 
}

#allProducts_page article a .arrow_btn {
    position: absolute;
    bottom: 30px;
    right: 40px;
    display: block;
}

#allProducts_page article a .arrow_btn span {
    display: block;
}

#allProducts_page article a .arrow_btn .icon {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
}

#allProducts_page article a:hover .arrow_btn .icon {
    background: transparent;
    border: 4px solid #8DE23B;
}

#allProducts_page article .arrow_btn img.arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#allProducts_page article .arrow_btn img.arrow.hover,
#allProducts_page article a:hover .arrow_btn img.arrow {
    opacity: 0;
}

#allProducts_page article a:hover .arrow_btn img.arrow.hover {
    left: 18px;
    opacity: 1;
}

#allProducts_page article a p {
    color: #000;
    letter-spacing: -.04em;
    font: 300 1em/1.25em 'Open Sans', sans-serif;
}

#allProducts_page .btns {
    padding-bottom: 78px;
    margin-top: -18px;
    text-align: center;
}

#allProducts_page a.default_btn {
    margin: 3px;
}

#allProducts_page article a h1 {
    padding-top: 3px;
    padding-bottom: 16px;
    color: #0E3772;
    font-size: 21px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: -.01em;
}

/* Offers */
#allProducts_page #main .offers.cols {
    padding-bottom: 96px;
    margin-bottom: 4%;
}

#allProducts_page .offers .col {
    width: 47.25%
}

#allProducts_page #main .offers.cols article {
    padding-bottom: 0;
}

#allProducts_page .offers article a h1 {
    padding-top: 9px;
    padding-bottom: 12px;
    font-size: 1.75em;
}
/* end Offers */

/* Private */
#allProducts_page #main .col_2_3 {
    width: 52.85%
}

#allProducts_page #main .col_1_3 {
    width: 40.46%
}

#allProducts_page #main .cols article {
    padding-bottom: 48px;
}
/* end Private */
#allProducts_page .more_btns {
    width: 100%;
    padding-top: 18px;
}

#allProducts_page .more_btns a.more {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    margin-bottom: 24px;
    font: 700 1.063em/24px 'Open Sans', sans-serif;
    letter-spacing: -.02em;
    color: #17D3FF;
}

#allProducts_page .more_btns a.more span {
    display: block;
}

#allProducts_page .more_btns a.more .icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#allProducts_page .more_btns a.more:hover .icon {
    background: transparent;
    border: 2px solid #8DE23B;
}

#allProducts_page .more_btns a.more img.arrow {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#allProducts_page .more_btns a.default_btn {
    display: inline-block;
}

#allProducts_page .more_btns a.more img.arrow.hover,
#allProducts_page .more_btns a.more:hover img.arrow {
    opacity: 0;
}

#allProducts_page .more_btns a.more:hover img.arrow.hover {
    left: 0;
    opacity: 1;
}
                

             
                                  
                 
 

                                  
                 
 

                                       
                         
 
                 
/*  
     ⤵︎ 

       ⋮⋮⫸  end ALL PRODUCTS pages

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRIVATE LINES pages

     ⤴︎   
*/
#privateLines_page #main {
    background-color: #EFEFEF
}

#privateLines_page.pp_car .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1694px;
    padding-top: 72px;
}

#privateLines_page.pp_car .top_section div.col {
    width: 53.24%;
    max-width: 600px;
    padding-right: 3rem;
    padding-bottom: 8%;
}

#privateLines_page.pp_car .top_section figure.col {
    width: 46.76%;
}

#privateLines_page .top_section figure.col img {
    margin-bottom: 0;
}

#privateLines_page.pp_car .top_section .outer_wrapper {
    max-width: 428px;
}

#privateLines_page .top_section h1.section_title {
    padding-bottom: 1.875rem;
    color: #8DE23B;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0.005em;
    text-align: left;
}

#privateLines_page h1.section_title strong {
    font-weight: inherit;
    color: #0E3772;
}

#privateLines_page .top_section p {
    padding-bottom: 1.875rem;
    color: #000;
    font: 600 1.125em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
}

#privateLines_page .top_section p.smaller {
    color: #000;
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
}

#insurance_packages {
    background-color: #fff;
    padding-top: 144px;
    padding-bottom: 196px;
}

#insurance_packages .container {
    max-width: 1364px;
}

#insurance_packages h1.section_title {
    padding-bottom: 3rem;
    color: #0E3772;
    font-size: 2.875em;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

#insurance_packages .outer_wrapper {
    position: relative;
}

#insurance_packages .notes {
    position: absolute;
    top: 18px;
    left: 0;
    width: 40%;
}

#insurance_packages .notes h2 {
    padding-bottom: 18px;
    color: #17D3FF;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: -.01em
}

#insurance_packages .notes ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
}

#insurance_packages .notes ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    padding-right: 4%;
    color: #0E3772;
    font-size: 1.25em;
    font-weight: 700;
}

#insurance_packages .notes ul li:last-child {
    padding-right: 0;
}

#insurance_packages .notes ul li img {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}

#insurance_packages table {
    position: relative;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 2px solid #E3E3E3;
}

#insurance_packages table thead {
    position: relative;
    display: table-header-group;
}

#insurance_packages table thead th {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
}

#insurance_packages table tbody th {
    position: relative;
    display: table-cell;
    padding: 6px 12px 6px 3%;
    text-align: left;
    font-size: 1.25em;
    line-height: 1.125em;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0E3772;
}

#insurance_packages table tbody td {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 6px;
    text-align: center;
}

#insurance_packages table tbody tr {
    position: relative;
    display: table-row;
}

#insurance_packages table tbody tr:nth-child(odd) {
    background-color: #F2F2F2
}

#insurance_packages table tbody td img {
    display: block;
    margin: auto;
}

#insurance_packages table .package {
    width: 20%;
    max-width: 248px;
}

.package_box:before {
    position: absolute;
    bottom: 15px;
    left: 12px;
    width: 28px;
    height: 10px;
    background-color: #fff;
    content: ''
}

.package_box:after {
    position: absolute;
    bottom: 17px;
    right: 12px;
    width: 56px;
    height: 4px;
    background-color: #fff;
    content: ''
}

.package_box {
    position: relative;
    max-width: 218px;
    padding-top: 24px;
    padding-bottom: 40px;
    margin: auto;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.package_box h2 {
    padding: 7px 12px;
    font-size: 26px;
    line-height: 1em;
    font-weight: 800;
}

.package_box.one {
    background-color: #17D3FF;
}

.package_box.one h2 {
    background-color: #03BBE6;
}

.package_box.two {
    background-color: #FEC708;
}

.package_box.two h2 {
    background-color: #E1AE00;
}

.package_box.three {
    background-color: #8DE23B;
}

.package_box.three h2 {
    background-color: #70CE16;
}

.get_offer_2 {
    padding: 73px 0;
    background: rgb(23,211,255);
    background: linear-gradient(254deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
}

.get_offer_2 a {
    position: relative;
    display: block;
    padding-bottom: 90px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -.03em
}

.get_offer_2 a .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 66px;
    height: 66px;
    border: 5px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.get_offer_2 a:hover .icon {
    background-color: transparent;
    border-color: #fff;
}

.get_offer_2 a img.arrow {
    position: absolute;
    top: 50%;
    left: -5px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.get_offer_2 a .icon img.arrow.hover,
.get_offer_2 a:hover .icon img.arrow {
    opacity: 0;
}

.get_offer_2 a:hover .icon img.arrow.hover {
    left: 18px;
    opacity: 1;
}

#privateLines_page.pp_health #main .container {
    max-width: 1254px;
}

#privateLines_page.pp_health .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 1.875rem;
    padding-bottom: 84px;
}

#privateLines_page.pp_health .top_section div.col {
    width: 49%;
    max-width: 618px;
}

#privateLines_page.pp_health .top_section figure.col {
    width: 48%;
    max-width: 580px;
    padding-top: 72px;
}

#privateLines_page.pp_health figure img {
    margin-bottom: 0;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

#privateLines_page.pp_health .top_section h1.section_title {
    padding-bottom: 3.75rem;
    font-size: 2.625em;
    line-height: 1.238em;
}

#privateLines_page.pp_health h2.heading,
#privateLines_page.pp_health section h1 {
    padding-bottom: 1.75rem;
    color: #17D3FF;
    font: 700 2.375em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
}

#privateLines_page.pp_health h3.heading {
    padding-bottom: 1.5rem;
    color: #0E3772;
    font: 800 1.375em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
    text-align: left;
}

#privateLines_page.pp_health h2.heading_2 {
    padding-bottom: 1.75rem;
    color: #0E3772;
    font: 800 1.75em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
    letter-spacing: -.02em;
}

#privateLines_page.pp_health .care_s {
    padding-top: 3.125rem;
}

.ins_p_links {
    padding-top: 60px;
    text-align: center;
    font-size: 1.125em;
}

.ins_p_links p.note {
    padding-top: 12px;
    color: #0E3772;
}

.ins_p_links a {
    text-decoration: underline;
}

.white_bg {
    background-color: #fff;
}

.pp_health .progr_one {
    padding-top: 92px;
    padding-bottom: 18px;
}

.pp_health .progr_one .intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 48px;
}

.pp_health .progr_one .intro figure.col {
    width: 44%
}

.pp_health .progr_one .intro div.col {
    width: 48%
}

.pp_health .progr_one .intro div.col p:last-of-type {
    padding-bottom: 0;
}

.pp_health section p {
    font-size: 1.125em;
    line-height: 1.556em;
}

.pp_health .progr_one .info h4 {
    padding-bottom: 12px;
    color: #17D3FF;
    font: 700 1.25em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.01em;
    text-align: left;
}

#privateLines_page.pp_health .info h3.heading {
    padding-bottom: 12px;
}

.pp_health .progr_one .info .more {
    padding-bottom: 24px;
}

.pp_health .progr_one .info .more h4 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.pp_health .progr_one .info .more a.default_btn {
    vertical-align: middle;
    margin-bottom: 12px;
}

.pp_health .progr_one .lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pp_health .progr_one .lists .col {
    width: 45%
}

.pp_health ul.circles {
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
}

.pp_health .progr_one .info ul.circles {
    margin-top: 12px;
    margin-bottom: 24px;
}

#privateLines_page h2.heading_2 {
    padding-bottom: 1.5rem;
    color: #0E3772;
    font: 700 2.5em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
}

#privateLines_page h3 {
    font: 700 1.9em/1.25em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
}

#privateLines_page h3.subtitle {
    padding-bottom: 2.875rem;
    font: 700 1.5em/1.25em 'Manrope', Helvetica, Arial, sans-serif;
    color: #17D3FF;
    text-transform: uppercase;
}

ul.circles {
    list-style-type: none;
}

ul.circles li {
    position: relative;
    padding-left: 36px;
    margin-left: 0;
    padding-bottom: 1rem;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-circle.png) no-repeat left 2px / 21px auto;
}

.pp_health .progr_two {
    padding-top: 92px;
}

.pp_health .progr_two .cols.one {
    padding-bottom: 96px;
}

.pp_health .progr_two .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pp_health .progr_two .col:first-child {
    width: 50.34%;
    max-width: 566px;
}

.pp_health .progr_two .col:last-child {
    width: 43.15%;
}

.pp_health .progr_two .col:first-child a.default_btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

#privateLines_page.pp_health .cols.one .outer_wrapper {
    max-width: 525px;
}

#privateLines_page.pp_health .progr_two h3 {
    padding-bottom: 1.875rem;
    color: #0E3772;
    font: 700 1.5em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
}

#privateLines_page.pp_health .progr_two h3 {
    padding-bottom: 1.875rem;
    color: #0E3772;
    font: 700 1.5em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
}

#privateLines_page.pp_health .progr_two .cols.two h3 {
    font-size: 1.65em
}

#privateLines_page.pp_health .progr_two ul.circles li {
    margin-top: 12px;
}

.pp_health .progr_two .cols.two {
    padding-bottom: 118px;
}

#privateLines_page.pp_health .cols.one .outer_wrapper {
    max-width: 525px;
}

#privateLines_page.pp_health .blue_banner {
    padding: 72px 36px;
    background-color: #17D3FF;
    border-top-right-radius: 50px;
    color: #fff;
}

#privateLines_page.pp_health .blue_banner p {
    font-size: 25px;
    line-height: 1.440em;
}

#privateLines_page.pp_health .blue_banner a {
    display: block;
    max-width: 200px;
    margin: 18px auto auto auto;
    padding: 12px;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 34px;
    font: 600 19px/24px 'Open Sans', sans-serif;
    letter-spacing: -.02em;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#privateLines_page.pp_health .blue_banner a:hover,
#privateLines_page.pp_health .blue_banner a:active {
    background-color: transparent;
    color: #fff;
}

.pp_health .progr_two .cols.two .col:first-child {
    margin-top: -172px;
}

ol.numbers {
    list-style-type: none;
}

.pp_health .progr_two ol.numbers {
    padding-bottom: 0;
}

ol.numbers li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 40px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 36px auto;
    content: ''
}

ol.numbers li:nth-child(1):before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-1.png);
}

ol.numbers li:nth-child(2):before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-2.png);
}

ol.numbers li:nth-child(3):before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-3.png);
}

ol.numbers li:nth-child(4):before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-4.png);
}

ol.numbers li {
    position: relative;
    margin-left: 0;
    padding-left: 48px;
    padding-bottom: 30px;
    font: 600 1.125em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
}

#privateLines_page.pp_health .bottom_section .container {
    max-width: 1128px;
    padding-top: 102px;
    padding-bottom: 102px;
}

#privateLines_page.pp_health .bottom_section section h1 {
    padding-bottom: 1.125rem;
}

#privateLines_page.pp_health .bottom_section .text_cols {
    column-count: 2;
    column-gap: 5%;
}

#privateLines_page.pp_health .bottom_section .text_cols p {
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
    letter-spacing: -.01em;
}

#care4u_content .intro .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1228px;
    padding-top: 36px;
    color: #000;
    font: 600 1.125em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
}

#care4u_content .intro .col {
    width: 47%;
}

#care4u_content .intro .col:first-child {
    max-width: 562px;
}

#care4u_content .intro .col:last-child {
    max-width: 530px;
    padding-top: 66px;
}

#care4u_content .intro h1.section_title {
    padding-bottom: 24px;
    color: #0E3772;
    font-size: 2.5em;
    text-align: left;
}

#care4u_content .intro h2 {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #17D3FF;
    font-size: 1.778em;
}

#care4u_content .intro ul.items {
    list-style-type: none;
    padding-bottom: 0;
}

#care4u_content .intro ul.items li {
    padding-bottom: 6px;
    margin-left: 0;
}

#care4u_content .intro ul.items h3 {
    padding-bottom: 6px;
    font-size: 1.111em;
    line-height: 1.25em;
    color: #0E3772;
    font-weight: 800;
}

#care4u_content .intro figure {
    padding-bottom: 112px;
}

#care4u_content .intro.two {
    padding-top: 60px;
    padding-bottom: 60px;
}

#care4u_content .intro.two .col:first-child {
    width: 54%;
    max-width: none;
}

#care4u_content .intro.two h1.section_title {
    padding-bottom: 36px;
}

#care4u_content .intro.two p.feat {
    max-width: 540px;
    font-size: 1.111em;
    color: #17D3FF;
    line-height: 1.4em;
}

#care4u_content .intro ul.circles {
    font-size: 1em;
}

#care4u_content .intro .sales {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 12px;
}

#care4u_content .intro .sales h2 {
    width: 100%;
}

#care4u_content .intro .sales .inner_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#care4u_content .intro .sales .inner_col:first-of-type {
    width: 192px;
}

#care4u_content .intro .sales .inner_col:last-of-type {
    width: 398px;
}

#care4u_content .intro .sales h3 {
    width: 100%;
    padding-bottom: 9px;
    font-size: 1.111em;
    font-weight: 800;
    color: #0E3772;
}

#care4u_content .intro .sales .item {
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#care4u_content .intro .sales .item:last-child {
    padding-right: 0;
}

#care4u_content .intro .sales .item h5 {
    padding-bottom: 12px;
    color: #0E3772;
    font-size: 16px;
    font-weight: 800;
}

#care4u_content .intro .sales .item .box {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgb(23,211,255);
    background: -o-linear-gradient(34deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    background: linear-gradient(56deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
}

#care4u_content .intro .sales .item .box span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 1.389em;
    line-height: 1em;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#care4u_content .intro .sales p.note {
    width: 100%;
    padding-top: 12px;
    font: 600 0.944em/1.471em 'Open Sans', sans-serif;  
}

#privateLines_page.pp_health #main .care4u_table .container {
    max-width: 1364px;
}

.care4u_table table {
    position: relative;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 2px solid #E3E3E3;
    padding-top: 118px;
}

.care4u_table table thead {
    position: relative;
    display: table-header-group;
}

.care4u_table table thead th {
    position: relative;
    width: 184px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 1.125em;
    font-weight: 700;
    color: #17D3FF;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.care4u_table table thead th:first-of-type {
    width: auto;
    font-size: 28px;
    text-align: left;
    padding-left: 3%;
}

.care4u_table table tbody th {
    position: relative;
    display: table-cell;
    padding: 6px 12px 6px 3%;
    text-align: left;
    font-size: 1.25em;
    line-height: 1.125em;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0E3772;
}

.care4u_table table tbody td {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 184px;
    padding: 12px 6px;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.125em;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #17D3FF;
}

.care4u_table table tbody tr {
    position: relative;
    display: table-row;
}

.care4u_table table tbody tr:nth-child(odd) {
    background-color: #F2F2F2
}

.care4u_table table tbody td img {
    display: block;
    margin: auto;
}

.care4u_table table tbody .small {
    font-size: 16px;
}

.care4u_table table tbody small {
    font: 400 16px/1.125em 'Open Sans', sans-serif; 
}

.care4u_table table tbody div {
    padding: 9px 0;
}

.care4u_table .cols {
    padding-top: 126px;
    padding-bottom: 132px;
}

.care4u_table .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.care4u_table .cols figure.col {
    width: 43%;
}

.care4u_table .cols div.col {
    width: 50%;
    max-width: 674px;
}

.care4u_table .cols h2 {
    padding-bottom: 24px;
    font-size: 1.875em;
    color: #0E3772;
    letter-spacing: -.02em;
}

.care4u_table ol.numbers { 
    line-height: 1.389em;
}

.care4u_table ol.numbers p { 
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;
}

ol.numbers li:nth-child(5):before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-5.png);
}

.care4u_table ol.numbers li {
    padding-bottom: 24px;
}

#privateLines_page.pp_house #main .container {
    max-width: 1224px;
}

#privateLines_page.pp_house .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 24px;
}

#privateLines_page.pp_house .top_section div.col {
    width: 50%;
    max-width: 510px;
    padding-bottom: 15%;
}

#privateLines_page.pp_house .top_section figure.col {
    width: 45%;
    padding-bottom: 96px;
}

#privateLines_page.pp_house .top_section figure img {
    margin-bottom: 0;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

#ins_program {
    padding-top: 48px;
    padding-bottom: 136px;
}

#privateLines_page.pp_house #main #ins_program .container {
    max-width: 1370px;
}

#ins_program figure {
    padding-bottom: 78px;
}

#ins_program h1 {
    padding-bottom: 3rem;
    font: 700 2.125em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
    text-align: center;
}

#ins_program .content {
    max-width: 720px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
	padding-top: 30px;
}

#ins_program .content .item {
    display: none;
}

#ins_program .content .item.active {
    display: block;
}

#ins_program .tabs .btns,
.group_tabs_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}


.group_tabs_slider {
    padding-bottom: 48px;
}

#ins_program .tabs .btn  {
    width: 16.666%;
    padding-left: 4px;
    padding-right: 4px;
}

.group_tabs_slider .btn_item  {
    padding-left: 4px;
    padding-right: 4px;
}

.group_tabs_slider .btn_item  {
    display: block;
    float: left;
}

#ins_program .tabs .btn button,
.group_tabs_slider .btn_item button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #8DE23B;
    border: 5px solid #8DE23B;
    border-radius: 34px;
    color: #000;
    font: 600 1.063em/24px 'Open Sans', sans-serif;
    letter-spacing: -.02em;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.group_tabs_slider .btn_item button {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.table_slider .slick-dots {
    display: none !important;
}

.group_tabs_slider .btn_item button {
    font-size: 11px;
    line-height: 15px;
}

#ins_program .tabs .btn button.selected,
#ins_program .tabs .btn button:hover,
.group_tabs_slider .btn_item button.selected,
.group_tabs_slider .btn_item button:hover {
    background-color: transparent;
}

#ins_program .content a.more {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    margin-top: 18px;
    font: 700 1.125em/24px 'Open Sans', sans-serif;
    letter-spacing: -.02em;
    color: #17D3FF;
}

#ins_program a.more span {
    display: block;
}

#ins_program a.more .icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#ins_program a.more:hover .icon {
    background: transparent;
    border: 2px solid #8DE23B;
}

#ins_program a.more img.arrow {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#ins_program a.more img.arrow.hover,
#ins_program a.more:hover img.arrow {
    opacity: 0;
}

#ins_program a.more:hover img.arrow.hover {
    left: 0;
    opacity: 1;
}

#ins_program .content ul.circles li {
    background-position: top left;
}

#privateLines_page.pp_firstCare .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1240px;
    padding-top: 1.875rem;
    padding-bottom: 174px;
}

#privateLines_page.pp_firstCare .top_section div.col {
    width: 50%;
    max-width: 480px;
}

#privateLines_page.pp_firstCare .top_section figure.col {
    width: 44.36%
}

#privateLines_page.pp_firstCare .top_section figure img {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

#privateLines_page.pp_firstCare .table {
    display: inline-block;
    padding-top: 60px;
    font: 400 1em/1.125em 'Open Sans', sans-serif;
}

#privateLines_page.pp_firstCare .table .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#privateLines_page.pp_firstCare .table .row:first-child {
    border-bottom: 3px solid #17D3FF;
}

#privateLines_page.pp_firstCare .table .cell {
    width: 174px;
    border-left: 3px solid #17D3FF;
    padding: 12px;
}

#privateLines_page.pp_firstCare .table .cell:first-child {
    width: 140px;
    padding: 0 12px 0 0;
    border-left: none;
}

#privateLines_page.pp_firstCare .table a img {
    width: 100px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#privateLines_page.pp_firstCare .table a:hover img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
}

#privateLines_page.pp_liability .container {
    max-width: 1224px;
}

#privateLines_page.pp_liability .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 3rem;
}

#privateLines_page.pp_liability .top_section div.col {
    width: 50%;
    max-width: 560px;
}

#privateLines_page.pp_liability .top_section figure.col {
    width: 45%;
    padding-top: 7%;
}

#privateLines_page.pp_liability .top_section figure img {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

#privateLines_page.pp_liability .top_section h2.heading_2 {
    padding-bottom: 2.25rem;
    padding-top: 6px;
    letter-spacing: -.02em;
}

#privateLines_page.pp_liability .top_section h3,
.cost_info_tables h2.m_heading,
.pp_liability .terms h1 {
    padding-bottom: 1.125rem;
    color: #17D3FF;
    font: 700 1.5em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#privateLines_page.pp_liability .cost_info_tables .container {
    display: block;
    padding-bottom: 48px;
}

.cost_info_tables .outer_wrapper {
    max-width: 1088px;
}

.cost_info_tables h2.m_heading {
    padding-bottom: 1.875rem;
    text-align: center
}

.cost_info_tables table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
    text-align: center;
    line-height: 24px;
}

.cost_info_tables thead th,
.cost_info_tables tfoot th,
.cost_info_tables tfoot tr {
    background-color: #8DE23B;
}

.cost_info_tables thead tr th {
    padding: 17px 12px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.cost_info_tables thead tr:first-child th {
    border-bottom: 2px solid #0e3772;
}

.cost_info_tables thead tr th:first-child {
    padding-left: 36px;
    text-align: left;
}

.cost_info_tables thead tr th.alt {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    white-space: nowrap
}

.liability_program.cost_info_tables tfoot  tr:first-child th,
.liability_program.cost_info_tables tfoot  tr:first-child td {
    border-bottom: 2px solid #0e3772;
}

.cost_info_tables tfoot th,
.cost_info_tables tfoot td {
    padding: 17px 12px;
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.cost_info_tables tfoot th {
    padding-left: 36px;
    font-weight: 600;
    text-align: left;
}

.cost_info_tables tfoot td {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cost_info_tables tbody {
    font-family: 'Open Sans', sans-serif;
}

.cost_info_tables tbody th {
    padding: 17px 12px 17px 36px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
}

.cost_info_tables tbody td {
    width: 160px;
    padding: 17px 12px;
    font-size: 16px;
    color: #0E3772;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d5;
}

.cost_info_tables tbody tr:last-of-type th,
.cost_info_tables tbody tr:last-of-type td {
    border-bottom: none
}

.cost_info_tables .extension h2.title:before {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 30px;
    height: 30px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-down.svg) no-repeat center center / 26px auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: ''
}

.cost_info_tables .extension.opened h2.title:before {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-up.svg);
}

.cost_info_tables .extension h2.title {
    position: relative;
    margin-bottom: 30px;
    padding: 12px 104px 12px 36px;
    background-color: #17D3FF;
    color: #fff;
    font: 600 18px/24px 'Open Sans', sans-serif;
    cursor: pointer;
}

.cost_info_tables .extension .wrapper {
    display: none;
    max-width: 996px;
    padding-left: 36px;
    padding-right: 24px;
    font: 400 1em/1.25em 'Open Sans', sans-serif;
}

.cost_info_tables .extension.opened .wrapper {
    display: block;
}

.cost_info_tables .extension .wrapper h4 {
    padding-bottom: 1.125rem;
    text-transform: none;
    color: #0E3772;
    font-weight: 700;
}

.cost_info_tables .extension ol.custom {
    list-style-type: none;
}

.cost_info_tables .extension ol.custom li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding-bottom: 18px;
}

.cost_info_tables .extension ol.custom li span {
    display: block;
}

.cost_info_tables .extension ol.custom li span.num {
    padding-right: 12px;
    color: #17D3FF;
    font-size: 20px;
    font-weight: 700;
}

.cost_info_tables .extension .notes ol li {
    margin-left: 15px;
    padding-bottom: 1px;
    font-size: 14px;
}

.liability_program {
    padding-top: 72px;
    padding-bottom: 118px;
    background-color: #fff;
}

.cost_info_tables .intro {
    max-width: 660px;
}

.cost_info_tables h1.m_heading {
    padding-bottom: 1.5rem;
    color: #0E3772;
    font: 700 2.25em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
}

.cost_info_tables .intro p {
    padding-bottom: 1.875rem;
    font: 600 1.125em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
}

.pp_liability .terms {
    padding-top: 54px;
    padding-bottom: 66px;
}

.pp_liability .terms .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pp_liability .terms div.col {
    width: 49%;
}

.pp_liability .terms figure.col {
    width: 44.94%;
}

.pp_liability .terms figure.col img {
    position: relative;
    top: -172px;
}

.pp_liability .terms h1 {
    font-size: 1.313em;
    text-transform: none;
    color: #17D3FF;
}

.pp_liability ul.circles li {
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
}

#privateLines_page.pp_health.pp_immigrants #main .container {
    max-width: 1230px;
}

#privateLines_page.pp_health.pp_immigrants .top_section figure.col {
    max-width: 552px;
}

#privateLines_page.pp_health.pp_immigrants .top_section div.col {
    width: 52%;
    max-width: 622px;
}

#privateLines_page.pp_health.pp_immigrants .top_section h1.section_title {
    max-width: 383px;
    padding-bottom: 2.25rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

#privateLines_page.pp_health.pp_immigrants h2.heading_2 {
    max-width: 466px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.143em;
}

.pp_immigrants .top_section a.default_btn.apply {
    margin-bottom: 14%
}

#privateLines_page.pp_health h2.heading {
    font-size: 2em;
}

#privateLines_page.pp_health.pp_immigrants #main section.steps .container {
    max-width: 1064px;
    padding-top: 102px;
    padding-bottom: 120px;
}

#privateLines_page.pp_health.pp_immigrants section.steps h1 {
    padding-bottom: 48px;
    text-align: center;
    font-size: 2em;
    letter-spacing: -.02em;
}

.pp_immigrants section.steps .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pp_immigrants section.steps .cols .arrow {
    position: relative;
    top: 42px;
    width: 8.72%;
    height: 45px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-double_arrow.svg) no-repeat center center / 45px auto;
}

.pp_immigrants section.steps .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 18.46%;
    text-align: center;
}

.pp_immigrants section.steps .step {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgb(23,211,255);
    background: -o-linear-gradient(237deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    background: linear-gradient(213deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    margin: auto auto 22px auto;
}

.pp_immigrants section.steps .step div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    font-size: 28px;
    line-height: 1em;
    color: #fff;
    letter-spacing: -.02em;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.pp_immigrants section.steps .item p {
    max-width: 170px;
    margin: auto;
    padding-bottom: 0;
    text-align: center;
    letter-spacing: -.02em;
    font: 400 1.063em/1.294em 'Open Sans', sans-serif;
}

.pp_immigrants section.steps .item p a {
    font-weight: 600;
    text-decoration: underline;
}

.pp_immigrants section.anual {
    padding-top: 88px;
    padding-bottom: 108px;
}

#privateLines_page.pp_health.pp_immigrants section.anual h1 {
    padding-bottom: 22px;
    text-align: center;
    font-size: 2em;
    letter-spacing: -.02em;
    color: #0E3772;
}

.pp_immigrants section.anual .table {
    max-width: 568px;
    margin: auto;
    padding: 26px 18px;
    border: 6px solid #FFF;
}

.pp_immigrants section.anual table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 22px;
    color: #0E3772;
    letter-spacing: -.02em;
}

.pp_immigrants section.anual table th {
    padding-top: 11px;
    padding-bottom: 28px;
    font-weight: 700;
}

.pp_immigrants section.anual table td,
.pp_immigrants section.anual table th {
    padding: 17px 38px;
    border-right: 6px solid #FFF;
}

.pp_immigrants section.anual table td {
    border-bottom: 2px solid #FFF;
}

.pp_immigrants section.anual table td:last-child,
.pp_immigrants section.anual table th:last-child {
    border-right: none;
    padding-left: 62px;
}

.pp_immigrants section.anual table td:first-child,
.pp_immigrants section.anual table th:first-child {
    padding-right: 62px;
}

.pp_immigrants section.anual table tr:last-child td {
    border-bottom: none
}

.pp_immigrants section.coverages {
    padding-top: 88px;
    padding-bottom: 102px;
    background: rgb(23,211,255);
    background: -o-linear-gradient(207deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    background: linear-gradient(243deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
}

#privateLines_page.pp_health.pp_immigrants #main .coverages .container {
    max-width: 1680px;
}

#privateLines_page.pp_health.pp_immigrants section.coverages h1 {
    padding-bottom: 62px;
    text-align: center;
    font-size: 2.188em;
    letter-spacing: -.02em;
    color: #fff;
}

.pp_immigrants section.coverages .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pp_immigrants section.coverages .item {
    padding: 0 42px;
    width: 24%;
    max-width: 382px;
    text-align: center;
}

.pp_immigrants section.coverages .circle {
    position: relative;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #0E3772;
    margin: auto auto 30px auto;
    -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

.pp_immigrants section.coverages .circle div {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 90%;
    text-align: center;
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    font-weight: 800;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.pp_immigrants section.coverages .item p {
    padding-bottom: 0;
    text-align: center;
    letter-spacing: -.02em;
    font-size: 1.375em;
    line-height: 1.364em;
    color: #fff;
    font-weight: 600;
}

.pp_immigrants .info .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 144px;
    padding-bottom: 172px;
}

.pp_immigrants .info figure.col {
    width: 49%;
    max-width: 530px;
}

.pp_immigrants .info div.col {
    width: 52%;
    max-width: 602px;
    padding-top: 18px;
}
#privateLines_page.pp_health.pp_immigrants section.info h1 {
    padding-bottom: 1.5rem;
    color: #0E3772;
    font-size: 2.813em;
    line-height: 1.067em;
}

.pp_health.pp_immigrants section p {
    max-width: 584px;
    letter-spacing: -.02em;
}

.pp_immigrants .details {
    padding-top: 24px;
}

.pp_immigrants .details .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.pp_immigrants .details .item:nth-child(2) {
    padding-left: 10%;
    padding-right: 10%;
}

.pp_immigrants .details .item img {
    margin-bottom: 12px;
}

.pp_immigrants .details .item a {
    color: #000
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRIVATE LINES pages

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  BUSINESS LINES pages

     ⤴︎   
*/
#businessLines_page #main {
    background-color: #EFEFEF
}

#businessLines_page .top_section figure.col img {
    margin-bottom: 0;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

#businessLines_page .top_section h1.section_title {
    padding-bottom: 1.875rem;
    color: #8DE23B;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0.005em;
    text-align: left
}

#businessLines_page h1.section_title strong {
    font-weight: inherit;
    color: #0E3772;
}

#businessLines_page .top_section p {
    padding-bottom: 1.875rem;
    color: #000;
    font: 400 1.125em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
}

#businessLines_page .top_section p.smaller {
    color: #000;
    font: 400 1.063em/1.471em 'Open Sans', sans-serif
}

#businessLines_page h2.heading_2 {
    padding-bottom: 1.5rem;
    color: #0E3772;
    font: 700 2.5em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
}

#businessLines_page h3 {
    font: 700 1.9em/1.25em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
}

#businessLines_page h3.subtitle {
    padding-bottom: 2.875rem;
    font: 700 1.5em/1.25em 'Manrope', Helvetica, Arial, sans-serif;
    color: #17D3FF;
    text-transform: uppercase;
}

#businessLines_page.bp_propery .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1240px;
    padding-top: 36px;
    padding-bottom: 96px;
}

#businessLines_page.bp_propery .top_section div.col {
    position: relative;
    width: 55.64%;
    padding-bottom: 372px;
}

#businessLines_page.bp_propery .top_section figure.col {
    width: 44.36%;
}

#businessLines_page.bp_propery .top_section .outer_wrapper {
    position: relative;
    max-width: 500px;
}

#businessLines_page.bp_propery .top_section div.col img.bottom_img {
    position: absolute;
    right: -50px;
    bottom: -60px;
    margin-bottom: 0;
}

#businessLines_page.bp_liability .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1224px;
    padding-top: 36px;
    padding-bottom: 24px;
}

#businessLines_page.bp_liability .top_section div.col {
    width: 42%;
    padding-bottom: 5%;
}

#businessLines_page.bp_liability .top_section figure.col {
    width: 51%;
}

#businessLines_page.bp_liability #ins_program {
    padding-bottom: 102px;
}

#businessLines_page.bp_liability #ins_program .content {
    max-width: 1088px;
    padding-top: 24px;
}

#businessLines_page.bp_liability #ins_program .tabs .btn {
    max-width: 230px;
}

#businessLines_page.bp_liability #ins_program .content p.intro,
#businessLines_page.bp_liability .cost_info_tables p,
#businessLines_page .tabs .text_wrapper {
    font-size: 1.063em;
    line-height: 1.471em
}

#businessLines_page.bp_liability .cost_info_tables h2.m_heading {
    padding-top: 18px;
    font-size: 1.375em;
}

#businessLines_page.bp_liability .cost_info_tables h3  {
    font-size: 1.25em;
    text-align: center;
}

#ins_program .tabs .table_slider .slick-arrow {
    position: absolute;
    top: 346px;
    text-indent: -9999px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
    cursor: pointer;
}

#ins_program .tabs .table_slider .slick-next {
    right: -120px;
}

#ins_program .tabs .table_slider .slick-prev {
    left: -120px;
}

#ins_program .tabs .table_slider .slick-arrow:hover {
    background: transparent;
    border: 5px solid #8DE23B;
}

#ins_program .tabs .table_slider .slick-arrow img.arrow {
    position: absolute;
    top: 50%;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#ins_program .tabs .table_slider .slick-next img.arrow {
    left: -1px;
}

#ins_program .tabs .table_slider .slick-prev img.arrow {
    right: -1px;
}

#ins_program .tabs .table_slider .slick-arrow img.arrow.hover,
#ins_program .tabs .table_slider .slick-arrow:hover img.arrow {
    opacity: 0;
}

#ins_program .tabs .table_slider .slick-arrow:hover img.arrow.hover {
    opacity: 1;
}

#ins_program .tabs .table_slider .slick-next:hover img.arrow.hover {
    left: 18px;
}

#ins_program .tabs .table_slider .slick-prev:hover img.arrow.hover {
    right: 18px;
}

#ins_program .tabs .table_slider .slick-dots {
    list-style-type: none;
    text-align: center;
    padding-top: 24px;
}

#ins_program .tabs .table_slider .slick-dots li {
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
}

#ins_program .tabs .table_slider .slick-dots .pager_item {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font: 600 25px/35px 'Open Sans', sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#ins_program .tabs .table_slider .slick-dots li.slick-active .pager_item,
#ins_program .tabs .table_slider .slick-dots li:hover .pager_item {
    background-color: #8DE23B;
}

#businessLines_page.bp_liability .cost_info_tables tfoot th,
#businessLines_page.bp_liability .cost_info_tables tfoot tr {
    border-top: 5px solid #EFEFEF;
}

#liabl_office tbody td {
   width: 150px;
}

.cost_info_tables tfoot th em, 
.cost_info_tables tfoot td em {
    display: block;
    font-size: 400;
}

.cost_info_tables .text_center {
    text-align: center;
}

.cost_info_tables .white {
    padding-left: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
}

#bp_liability_terms .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1088px;
    padding-bottom: 30px;
    font-size: 1.063em;
    line-height: 1.471em
}

#bp_liability_terms div.col {
    width: 49%;
}

#bp_liability_terms figure.col {
    width: 43%;
    max-width: 415px;
}

#bp_liability_terms h1 {
    padding-bottom: 1.875rem;
    font-size: 1.235em;
    color: #17D3FF;
    letter-spacing: -.02em;
}

#businessLines_page.bp_liability .text_wrapper {
    max-width: 732px;
    margin: auto;
}

#businessLines_page #ins_program .content .text_wrapper ul.circles li {
    background-position: left 2px;
}

#businessLines_page .text_wrapper h2 {
    padding-bottom: 1.125rem;
    font-size: 1.235em;
    color: #17D3FF;
    letter-spacing: -.02em;
}

#businessLines_page .text_wrapper h4,
.cost_info_tables h4 {
    padding-top: 12px;
    padding-bottom: 1.125rem;
    text-transform: none;
    color: #0E3772;
    font-weight: 700;
    font-size: 1.059em;
}

.cost_info_tables h5 {
    font-size: 1.063em;
    font-weight: 400;
}

#businessLines_page.bp_liability .cost_info_tables tbody td {
    width: 130px;
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot tr:first-child th:first-child {
    font-size: 1em;
    font-weight: 700;
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot th:last-child {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot th,
#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot tr {
    border-top: 1px solid #d5d5d5;
    background-color: transparent;
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot tr:nth-child(2) th,
#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot tr:nth-child(2) tr {
    border-top: none
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot tr:first-child th,
#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot tr:first-child td {
    background-color: #8DE23B;
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot td {
    color: #0E3772;
    font-weight: 600;
    font-size: 16px;
}

#businessLines_page.bp_liability .business_liab .cost_info_tables tfoot th {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

#businessLines_page.bp_liability p.blue_note {
    font-size: 17px;
    color: #17D3FF;
}

#businessLines_page.bp_d_o .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1240px;
    padding-top: 36px;
    padding-bottom: 96px;
}

#businessLines_page.bp_d_o .top_section div.col {
    width: 50%;
    max-width: 530px;
}

#businessLines_page.bp_d_o .top_section figure.col {
    width: 44.36%;
    padding-top: 13%;
}

#businessLines_page .top_section h3 {
    padding-bottom: 1.125rem;
    color: #17D3FF;
    font: 700 1.5em/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#businessLines_page.bp_d_o .top_section ul.circles li {
    background-position: top left;
}

#businessLines_page .top_section .note {
    padding-top: 18px;
    font: 400 1em/1.375em 'Open Sans', sans-serif;
}

#businessLines_page .top_section .note p {
    font: 400 1em/1.375em 'Open Sans', sans-serif;
}

#businessLines_page.bp_t_insur .top_section .container,
#businessLines_page.bp_freight .top_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1240px;
    padding-top: 36px;
    padding-bottom: 72px;
}

#businessLines_page.bp_t_insur .top_section div.col,
#businessLines_page.bp_freight .top_section div.col {
    width: 50%;
    max-width: 536px;
}

#businessLines_page.bp_t_insur .top_section figure.col,
#businessLines_page.bp_freight .top_section figure.col {
    width: 44.36%;
    padding-top: 11%;
}

#businessLines_page.bp_t_insur .top_section ul.circles,
#businessLines_page.bp_freight .top_section ul.circles {
    font-size: 1.063em;
    line-height: 1.471em;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end BUSINESS LINES pages

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  OTHER PAGES pages

     ⤴︎   
*/

#thanksPr_page #main {
    background-color: #efefef
}

#thanksPr_page .hero:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92px;
    background-color: #efefef;
    content: ''
}

#thanksPr_page .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

#thanksPr_page .hero .container {
    max-width: 745px;
    font-size: 1em
}

#thanksPr_page .hero .outer_wrapper {
    max-width: 470px;
    margin: auto auto 96px auto;
    color: #fff
}

#thanksPr_page .hero .outer_wrapper h1 {
    font-size: 53px;
    line-height: 1em;
    letter-spacing: -.02em
}

#thanksPr_page .hero .outer_wrapper img {
    position: relative;
    left: -12px;
    margin-top: 12px
}

#thanksPr_page .hero .box {
    position: relative;
    background-color: #fff;
    padding: 64px 120px;
    text-align: center;
    font-size: 1.375em;
    line-height: 1.455em;
    letter-spacing: -0.01em;
    color: #17D3FF;
    font-weight: 600;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2)
}

#thanksPr_page .hero .box p {
    padding-bottom: 0
}

#thanksPr_page .hero .box .badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: -120px;
    width: 200px;
    height: 200px;
    background: rgb(23, 211, 255);
    background: linear-gradient(217deg, rgba(23, 211, 255, 1) 0%, rgba(141, 226, 59, 1) 100%);
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 1.182em;
    font-family: 'Open Sans', sans-serif;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#thanksPr_page section .container {
    max-width: 1126px;
    font-size: 1.063em;
    line-height: 1.556em
}

#thanksPr_page section.one .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 124px;
}

#thanksPr_page .larger {
    font: 400 1.059em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
}

#thanksPr_page section.one div.col {
    width: 50.7%
}

#thanksPr_page section.one figure.col {
    padding-top: 9.5%;
    width: 42.9%
}

#thanksPr_page section figure.col img {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3)
}

#thanksPr_page section h1.df_section_title {
    padding-bottom: 1.875rem;
    font: 800 32px/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
    letter-spacing: -.01em
}

#thanksPr_page section div.intro {
    padding-bottom: 1.5rem
}

#thanksPr_page section.one ul {
    list-style-type: none;
    max-width: 458px;
    padding-top: 18px;
    font: 400 1em/1.471em 'Open Sans', sans-serif
}

#thanksPr_page section.one ul li {
    padding-bottom: 16px;
    margin-left: 0
}

#thanksPr_page section.one ul li a {
    display: inline;
    border-bottom: 2px solid
}

#thanksPr_page section.one ul h3 {
    padding-bottom: 9px;
    padding-left: 36px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/interasco/wp-content/themes/interasco/images/icon-list-circle.png) no-repeat left 0 / 20px auto;
    font: 700 20px/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    color: #17D3FF
}

#thanksPr_page section.one ul p {
    padding-bottom: 0
}

#thanksPr_page section.two .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3rem
}

#thanksPr_page section.two div.col {
    width: 51.4%
}

#thanksPr_page section.two figure.col {
    padding-top: 6%;
    width: 44.75%
}

#thanksPr_page section h2 {
    padding-bottom: 1.5rem;
    font-size: 22px;
    line-height: 1.364em;
    letter-spacing: -.01em;
    color: #17D3FF
}

#thanksPr_page section.two .numbers li,
#thanksPr_page section.two .circles li {
    max-width: 488px;
    line-height: 1.556em;
    font-weight: 400;
    font-size: 1em;
}

#thanksPr_page section.two ul.circles li {
    background-position: left 4px
}

#thanksPr_page section.two ul.circles li a.custom {
    text-decoration: underline
}

#thanksPr_page section.three:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 295px;
    background-color: #fff;
    content: ''
}

#thanksPr_page section.three .container {
    padding-bottom: 3rem;
    font-weight: 400
}

#thanksPr_page section.three .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3rem
}

#thanksPr_page section.three div.col {
    width: 52.3%
}

#thanksPr_page section.three figure.col {
    padding-top: 6%;
    width: 38%
}

#thanksPr_page section.three figure.col img {
    -webkit-box-shadow: none;
    box-shadow: none
}

#thanksPr_page ul.points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-bottom: 3rem
}

#thanksPr_page ul.points li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 26px;
    color: #0E3772;
    font-weight: 800;
    font-size: 1.118em;
    letter-spacing: -.01em
}

#thanksPr_page ul.points li:last-child {
    margin-right: 0
}

#thanksPr_page ul.points .euro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #17D3FF;
    color: #fff;
    letter-spacing: -.03em
}

#thanksPr_page .border_wrap {
    padding-left: 62px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 3rem;
    margin-bottom: 4rem;
    border-left: 10px solid #8DE23B
}

#thanksPr_page .border_wrap ol.numbers {
    padding-bottom: 0
}

#thanksPr_page .border_wrap ol.numbers li {
    padding-bottom: 24px;
    padding-top: 12px;
    font-weight: 400;
    font-size: 1em;
}

#thanksPr_page .border_wrap ol.numbers li:last-child {
    padding-bottom: 0
}

#thanksPr_page section.three p.feat {
    margin-bottom: 4rem;
    color: #8DE23B;
    font-size: 1.294em;
    line-height: 1.364em
}

#thanksPr_page section.three .register_box {
    position: relative;
    max-width: 720px;
    margin: auto;
    padding: 66px;
    background: rgb(23, 211, 255);
    background: linear-gradient(219deg, rgba(23, 211, 255, 1) 0%, rgba(141, 226, 59, 1) 100%);
    font-size: 1.333em;
    line-height: 1.333em;
    color: #fff;
    font-weight: 700;
    text-align: center
}

#thanksPr_page section.three .register_box p {
    max-width: 540px;
    margin: auto
}

#thanksPr_page section.three .register_box a.default_btn {
    min-width: 275px;
    margin-top: 18px;
    font-size: 0.917em;
    font-weight: 700;
    letter-spacing: -.02em;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

#thanksPr_page section.three .register_box a.default_btn:hover,
#thanksPr_page section.three .register_box a.default_btn:active {
    background-color: transparent;
    color: #fff
}

#thanksPr_page .faq {
    padding-top: 3rem;
    padding-bottom: 108px;
    background-color: #fff
}

#thanksPr_page .faq .container {
    font-size: 1em
}

#thanksPr_page .faq h1.df_section_title {
    padding-bottom: 3rem;
    text-align: center
}

#thanksPr_page .faq .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 916px;
    margin: auto
}

#thanksPr_page .faq .col {
    width: 44%
}

#thanksPr_page .faq .item {
    padding-bottom: 30px
}

#thanksPr_page .faq .item h2 {
    position: relative;
    padding-right: 42px;
    padding-bottom: 0;
    margin-bottom: 1rem;
    background: url(https://ca316h9zta43p7c.onstatic.studio/interasco/wp-content/themes/interasco/images/icon-arrow-down.svg) no-repeat center right / 26px auto;
    font-size: 1.125em;
    color: #000;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

#thanksPr_page .faq .item.opened h2 {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/interasco/wp-content/themes/interasco/images/icon-arrow-up.svg)
}

#thanksPr_page .faq .item h2:hover {
    color: #17D3FF
}

#thanksPr_page .faq .item .wrapper {
    display: none;
    font: 400 1em/1.375em 'Open Sans', sans-serif
}

#thanksPr_page .faq .item.opened .wrapper {
    display: block
}

#thanksPr_page #collaborators h2 {
    padding-top: 12px;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    color: #0E3772;
    letter-spacing: -.01em;
}

#thanksPr_page #collaborators p {
    text-align: center;
    max-width: 714px;
    margin: auto auto 30px auto;
}

#collaborators .carousel {
    position: relative;
    margin-bottom: 160px;
}

#collaborators .carousel .slick-slide {
    padding-left: 9px;
    padding-right: 9px;
}

#collaborators .carousel .slick-slide img {
    margin-bottom: 0;
}

#collaborators .slick-arrow {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#collaborators .slick-next {
    right: -60px
}

#collaborators .slick-prev {
    left: -60px
}

#collaborators .slick-arrow:hover {
    background: transparent;
    border: 2px solid #8DE23B
}

#collaborators .slick-arrow img.arrow {
    position: absolute;
    top: 50%;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#collaborators .slick-next img.arrow {
    left: 0
}

#collaborators .slick-prev img.arrow {
    right: 0
}

#collaborators .slick-arrow img.arrow.hover,
#collaborators .slick-arrow:hover img.arrow {
    opacity: 0
}

#collaborators .slick-arrow:hover img.arrow.hover {
    opacity: 1
}

#company_page .intro,
#company_values,
#finacialEvid_page,
#news_page,
#job_openings_page {
    background-color: #f2f2f2;
}

#company_page .intro .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: static;
    max-width: 1088px;
    padding-bottom: 6%;
}

#company_page .intro .col {
    width: 50%;
    max-width: 538px;
}

#company_page .intro figure img {
    position: absolute;
    right: 0;
    bottom: -166px;
    display: block;
    width: 45vw;
    max-width: 692px;
    height: auto;
}

h1.section_title_2 {
    padding-bottom: 1.875rem;
    color: #8DE23B;
    text-align: left;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0.005em;
}

#company_page .intro p {
    padding-bottom: 1.875rem;
    color: #000;
    font: 400 1.125em/1.556em 'Manrope', Helvetica, Arial, sans-serif;
    letter-spacing: -.02em;
}

#company_benefits .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1088px;
    padding-top: 76px;
}

#company_benefits .col:first-child {
    width: 50%;
    max-width: 534px;
    padding-bottom: 0;
}

#company_benefits .col:last-child {
    width: 45%;
    max-width: 420px;
}

#company_benefits h1 {
    padding-top: 1%;
    padding-bottom: 1.5rem;
    font: 800 1.375em/1.273em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
}

#company_benefits ul.circles { 
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
    letter-spacing: -.01em;
}

#company_benefits .box { 
    position: relative;
    top: -220px;
    padding: 54px 48px;
    background: rgb(23,211,255);
    background: linear-gradient(205deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    font: 700 1.25em/1.4em 'Open Sans', sans-serif;
    letter-spacing: -.01em;
    text-align: center;
    color: #fff;
}

#company_benefits .box p { 
    padding-bottom: 0;
}

#company_benefits .box .leaves { 
    position: absolute;
    bottom: -76px;
    right: -62px;
    opacity: 0.8;
    mix-blend-mode: multiply; 
}

#company_values {
    padding-top: 48px;
    padding-bottom: 48px;
}

#company_values h1.section_title_2,
#company_vision h1.section_title_2 {
    text-align: center;
}

#company_values .container {
    max-width: 1088px;
}

#company_values .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
}

#company_values .col {
    width: 23%;
}

#company_values .col img.icon {
    margin: 0 auto 30px auto;
}

#company_values .col h2:after {
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 65px;
    height: 6px;
    background-color: #17D3FF;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#company_values .col h2 {
    position: relative;
    padding-bottom: 36px;
    font-size: 1.25em;
    line-height: 1.2em;
    color: #000;
    font-weight: 700;
}

#company_values .col p {
    margin: auto;
    font-size: 1em;
    line-height: 1.563em;
    color: #000;
    font-weight: 600;
}

#company_vision .container {
    max-width: 1602px;
    padding-top: 78px;
    padding-bottom: 104px;
}

#company_vision .slider {
    padding-top: 18px;
}

#company_vision .slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 78px 36px;
}

#company_vision .slide .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px;
    background-color: #F2F2F2;
    text-align: center;
}

#company_vision .slide .box h2 {
    padding-bottom: 24px;
    font-size: 1.563em;
    letter-spacing: -.01em;
    color: #BCBCBC;
}

#company_vision .slide .box p {
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1.563em;
    letter-spacing: -.01em;
    color: #BCBCBC;
}

#company_vision .slick-center .slide {
    padding: 24px 0 !important;
}

#company_vision .slick-center .slide .box {
    height: 100% !important;
    background: rgb(23,211,255);
    background: linear-gradient(218deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}

#company_vision .slick-center .slide .box h2 {
    font-size: 1.875em;
    color: #fff;
    font-weight: 700;
}

#company_vision .slick-center .slide .box p {
    font-size: 1.125em;
    color: #fff;
}

#company_vision .slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#company_vision .slider .slick-prev {
    left: 31%;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-prev.svg);
}

#company_vision .slider .slick-next {
    right: 31%;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-next.svg);
}

#company_vision .slider .slick-arrow:hover {
    opacity: 0.8
}

#finacialEvid_page #main .container {
    max-width: 960px;
    padding-bottom: 84px;
    padding-top: 24px;
}

#finacialEvid_page h1.section_title_2 {
    text-align: center;
}

#finacialEvid_page #main h2 {
    padding-bottom: 2.25rem;
    font: 800 1.375em/1.273em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
    text-align: center;
    letter-spacing: -.02em;
}

#finacialEvid_page .toggle_item,
#finacialEvid_page p.note {
    max-width: 630px;
    margin: auto;
    padding-top: 30px;
}

#finacialEvid_page .toggle_item h3 {
    position: relative;
    padding-right: 48px;
    padding-bottom: 0;
    margin-bottom: 1rem;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-down.svg) no-repeat center right / 26px auto;
    font-size: 1.125em;
    color: #000;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
         -o-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
}

#finacialEvid_page .toggle_item.opened h3 {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-up.svg);
}

#finacialEvid_page .toggle_item .wrapper {
    display: none;
    font: 400 1em/1.375em 'Open Sans', sans-serif;
}

#finacialEvid_page .toggle_item.opened .wrapper {
    display: block;
}

#finacialEvid_page .toggle_item ul {
    list-style-type: none;
    padding-bottom: 0;
    padding-right: 48px;
}

#finacialEvid_page .toggle_item ul li {
    margin-left: 0;
}

#finacialEvid_page .toggle_item ul li a {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    color: #17D3FF;
}

#finacialEvid_page p.note {
    padding-top: 3.875rem;
    font: 400 14px/1.571em 'Open Sans', sans-serif;
}

#news_page #main .container {
    width: 95%;
    max-width: 1130px;
    padding-top: 24px;
}

#news_page h1.section_title_2,
#news_post_page h1.section_title_2 {
    padding-bottom: 3rem;
    text-align: center;
}

.news_entries {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.news_entries .col {
    width: 33.333%;
    padding: 0 21px 51px 21px;
}

.news_entry {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.news_entry figure a {
    display: block;
    width: 100%;
    padding-top: 57%;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.news_entry figure a:hover,
.news_entry figure a:active {
    opacity: 0.8
}

.news_entry .wrapper {
    padding: 24px 24px 48px 24px
}

.news_entry .date:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 27px;
    height: 3px;
    background-color: #8DE23B;
    content: ''
}

.news_entry .date {
    position: relative;
    padding-bottom: 14px;
    font: 400 11px/1.188em 'Open Sans', sans-serif;
}

.news_entry a h1 {
    position: relative;
    padding-bottom: 9px;
    font-size: 1em;
    letter-spacing: -.01em;
    color: #17D3FF;
}

.news_entry p {
    padding-bottom: 0;
    padding-right: 32px;
    font: 400 13px/1.385em 'Open Sans', sans-serif;
    color: #000;
}

.news_entry .more {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.news_entry .more .icon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#48DDFF), to(#98EF4B));
    background: -o-linear-gradient(left, #48DDFF 0%, #98EF4B 100%);
    background: linear-gradient(90deg, #48DDFF 0%, #98EF4B 100%);
}

.news_entry a.more:hover .icon {
    background: transparent;
    border: 2px solid #8DE23B;
}

.news_entry .more img.arrow {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.news_entry .more img.arrow.hover,
.news_entry a.more:hover img.arrow {
    opacity: 0;
}

.news_entry a.more:hover img.arrow.hover {
    left: 0;
    opacity: 1;
}

ul.news_pagination {
    list-style-type: none;
    padding-bottom: 66px;
    text-align: center;
}

ul.news_pagination li {
    display: inline-block;
    padding-bottom: 12px;
    margin-left: 0;
    font: 700 15px/30px 'Open Sans', sans-serif;
    letter-spacing: -.01em;
}

ul.news_pagination li a {
    display: block;
    padding: 12px;
    color: #000;
}

ul.news_pagination li.first a,
ul.news_pagination li.last a,
ul.news_pagination li.next a,
ul.news_pagination li.prev a {
    position: relative;
    top: 2px;
    font-size: 26px;
    font-weight: 400
}

ul.news_pagination li a.current,
ul.news_pagination li a:hover,
ul.news_pagination li a:active {
    color: #17D3FF;
}

#news_post_page #main .container {
    max-width: 1084px;
    padding-top: 24px;
}

.news_post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 60px;
    font-size: 13px;
    line-height: 1.385em;
}

.news_post .col:first-child {
    width: 45%;
}

.news_post .col:last-child {
    width: 50%;
}

.news_post figure img {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.news_post header .date:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 5px;
    background-color: #8DE23B;
    content: ''
}

.news_post header .date {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 72px;
    font: 400 1.154em/1.188em 'Open Sans', sans-serif;
}

.news_post header h1 {
    position: relative;
    padding-bottom: 1.5rem;
    font-size: 1.923em;
    line-height: 1.125em;
    letter-spacing: -.02em;
    color: #17D3FF;
}

.news_post h5 {
    padding-bottom: 6px;
}

.news_post p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.news_post a.more {
    display: inline-block;
    text-decoration: underline;
}

ul.share_post {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
    padding-left: 52px;
}

ul.share_post li {
    margin-left: 0;
    margin-right: 6px;
}

ul.share_post li.label {
    position: absolute;
    left: 0;
    top: 0;
    font: 400 1.154em/24px 'Open Sans', sans-serif;
    color: #0E3772;
}

ul.share_post li a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

ul.share_post li a:hover,
ul.share_post li a:active {
    opacity: 0.75
}

ul.share_post li img {
    margin-bottom: 0;
}

ul.post_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    list-style-type: none;
    max-width: 338px;
    margin: auto;
    padding-bottom: 66px;
}

ul.post_nav li {
    margin-left: 0;
}

ul.post_nav li a.prev {
    padding-left: 20px;
    background-position: center left;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-prev.svg)
}

ul.post_nav li a.next {
    padding-right: 20px;
    background-position: center right;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-next.svg)
}

ul.post_nav li a {
    background-size: 8.5px auto;
    background-repeat: no-repeat;
    font: 600 15px/30px 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: -.02em;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

ul.post_nav li a:hover,
ul.post_nav li a:active {
    color: #8DE23B;
}

#job_openings_page #main .container {
    max-width: 824px;
    padding-bottom: 96px;
    padding-top: 24px;
}

#job_openings_page h1.section_title_2,
#job_openings_page p.intro {
    text-align: center;
}

#job_openings_page p.intro {
    max-width: 674px;
    margin:  auto auto 36px auto;
    font: 400 1em/1.375em 'Open Sans', sans-serif;
    letter-spacing: -.01em;
    color: #0E3772;
}

.job_entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 25px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}

.job_entry .col:first-child {
    width: 63.2%;
    padding: 42px 24px;
    background-color: #fff;
}

.job_entry .col:last-child {
    width: 36.8%;
    padding: 42px 24px;
}

.job_entry .col .outer_wrapper {
    max-width: 400px;
    margin: auto;
}

.job_entry h2.department_name {
    padding-bottom: 6px;
    font: 600 1em/1.125em 'Open Sans', sans-serif;
    letter-spacing: -.01em;
    color: #17D3FF;
}

.job_entry h1 {
    padding-bottom: 30px;
    font-weight: 800;
    font-size: 1.375em;
    letter-spacing: -.01em;
}

.job_entry h3,
.job_entry p,
.job_entry ul {
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: -.01em;
    color: #000;
}

.job_entry h3 {
    padding-bottom: 9px;
    font-weight: 800;
}

.job_entry ul {
    padding-bottom: 30px;
    font-weight: 600;
}

.job_entry ul li {
    padding-left: 22px;
    padding-bottom: 9px;
    background-size: 12px auto !important;
}

.job_entry .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 13px;
    color: #000;
    letter-spacing: -.01em;
    font-weight: 600;
}

.job_entry .meta div {
    padding-left: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left center;
}

.job_entry .meta div.hours {
    padding-right: 24px;
    margin-right: 5%;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-clock.svg);
    background-size: 20px auto;
}

.job_entry .meta div.date {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-calendar.svg);
    background-size: 17px auto;
}

.job_entry a.default_btn {
    display: block;
    max-width: 220px;
    min-width: inherit;
    margin: auto;
}

#contact_page,
#legalTerms_page {
    background-color: #F2F2F2;
}

#contact_page #main .container,
#legalTerms_page #main .container {
    max-width: 1088px;
}

#contact_info {
    z-index: 2;
}

#contact_info .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#contact_info .col {
    width: 50%;
}

#contact_info .col.map {
    width: 44.12%;
}

#contact_info .col.map iframe {
    position: relative;
    top: 78px;
    display: block;
    width: 100%;
    height: 520px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

#contact_info .addresses .item {
    padding-bottom: 3rem;
}

#contact_info .addresses .item h2 {
    padding-left: 42px;
    padding-top: 11px;
    font-size: 1.125em;
    color: #000;
    letter-spacing: -.01em;
    background-position: left top;
    background-size:  auto 32px;
    background-repeat: no-repeat;
}

#contact_info .addresses .item:nth-child(1) h2 {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-1-blue.svg);
}

#contact_info .addresses .item:nth-child(2) h2 {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-2-blue.svg);
}

#contact_info .addresses .item div {
    padding-left: 3px;
}

#contact_info .addresses .item a {
    display: inline-block;
    padding: 9px 0 9px 48px;
    background-position: left center;
    background-size:  24px auto;
    background-repeat: no-repeat;
    font-size: 1.125em;
    font-weight: 600;
    color: #000;
    letter-spacing: -.01em;
}

#contact_info .addresses .item .phone a {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-phone-2.svg);
}

#contact_info .addresses .item .fax a {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-fax.svg);
}

#contact_info .addresses .item .email a {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-mail.svg);
}

#contact_info .addresses .item a:hover,
#contact_info .addresses .item a:active {
    color: #17D3FF;
}

#contact_info ul.social {
    list-style-type: none;
    padding-bottom: 60px;
}

#contact_info ul.social li {
    display: inline-block;
    margin-left: 0;
    margin-right: 24px;
}

#contact_info ul.social li a {
    display: block;
}

#contact_info ul.social li a img {
    display: block;
    margin-bottom: 0;
}

#contact_form {
    position: relative;
    background-color: #fff;
    padding-top: 108px;
    padding-bottom: 78px;
    z-index: 1;
}

#contact_form h1,
#contact_complaints h1 {
    padding-bottom: 36px;
    font: 800 32px/1.125em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
    letter-spacing: -.01em;
}

#contact_form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#contact_form .col {
    width: 49.27%;
    padding-bottom: 30px;
}

#contact_form .row {
    width: 100%;
    padding-bottom: 30px;
}

#contact_form label {
    display: block;
    padding-bottom: 1rem;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.125em;
    letter-spacing: -.02em;
    color: #000;
}

#contact_form input {
    display: block;
    width: 100%;
    border-radius: 24px;
    padding: 13px 24px;
    background-color: #F2F2F2;
    font: 600 1.125em/24px 'Open Sans', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#contact_form textarea {
    display: block;
    width: 100%;
    border-radius: 28px;
    padding: 13px 24px;
    margin-bottom: 30px;
    background-color: #F2F2F2;
    font: 600 1.125em/24px 'Open Sans', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#contact_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#contact_form input:-moz-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#contact_form::-moz-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#contact_form:-ms-input-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#contact_form .required label,
#contact_form .required input {
    color: #FF0000 !important
}

#contact_form .required input::-webkit-input-placeholder {
    color: #FF0000
}

#contact_form .required input:-moz-placeholder {
    color: #FF0000
}

#contact_form .required input::-moz-placeholder {
    color: #FF0000
}

#contact_form .required input:-ms-input-placeholder {
    color: #FF0000
}

#contact_form input.checkbox {
    display: none;
}

#contact_form .checkbox_item {
    position: relative;
    display: block;
    max-width: 668px;
    margin: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 1;
}

#contact_form input.checkbox + label {
    position: relative;
    padding-left: 48px;
    padding-bottom: 0;
    font-size: 1em;
    color: #0E3772;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#contact_form input.checkbox + label:hover {
    color: #000
}

#contact_form input.checkbox + label:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 4px solid #8DE23B;
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#contact_form input.checkbox + label:before {
    right: auto;
    left: 0;
}

#contact_form input.checkbox:disabled + label:before { 
    background: #a6a6a6;
}

#contact_form input.checkbox:checked + label:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-check-2.svg) no-repeat center center / 16px auto;
    z-index: 9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
}

#contact_form button.default_btn { 
    display: block;
    width: 100%;
    max-width: 220px;
    min-width: inherit;
    margin: 24px auto auto auto;
}

#contact_complaints .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 84px;
    padding-bottom: 78px;
}

#contact_complaints div.col {
    width: 50.77%;
}

#contact_complaints figure.col {
    position: relative;
    width: 37%;
}

#contact_complaints h3 {
    font-size: 1.125em;
    line-height: 1.556em;
    letter-spacing: -.02em;
    color: #000;
}

#contact_complaints .download_btns {
    margin-bottom: 36px;
}

#contact_complaints .download_btns a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 36px;
    margin-bottom: 12px;
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}

#contact_complaints .download_btns a:last-child {
    margin-right: 0
}

#contact_complaints .download_btns a.doc {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-download-doc.png)
}

#contact_complaints .download_btns a.pdf {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-download-pdf.png)
}

#contact_complaints .download_btns a:hover,
#contact_complaints .download_btns a:active {
    background-size: 90px auto;
}

#contact_complaints p {
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
    letter-spacing: -.01em;
}

#contact_complaints ul.circles li {
    padding-bottom: 24px;
    padding-left: 42px;
    background-position: top left;
}

#contact_complaints figure img {
    position: absolute;
    left: 0;
    top: 8%;
    display: block;
    width: 136.7%;
}

#legalTerms_page #main {
    padding-bottom: 72px;
    font: 400 1.063em/1.471em 'Open Sans', sans-serif;
    letter-spacing: -.02em;
}

#legalTerms_page h1 {
    padding-bottom: 48px;
    padding-top: 48px;
    font-size: 45px;
    font-family: 'Manrope', Helvetica, Arial, sans-serif;
    color: #8de23b;
}

#legalTerms_page h2 {
    padding-bottom: 18px;
    font-size: 1.471em;
    line-height: 1.28em;
    font-family: 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
}

#legalTerms_page h3.alt {
    padding-bottom: 36px;
    padding-top: 0;
    font-size: 1.176em;
    line-height: 1.28em;
    color: #17D3FF;
    font-weight: 400;
}

#legalTerms_page ul.circles li {
    padding-bottom: 9px;
    padding-left: 44px;
}

#legalTerms_page h3 {
    padding-top: 36px;
    padding-bottom: 18px;
    font: 800 1.294em/1.455em 'Manrope', Helvetica, Arial, sans-serif;
    color: #0E3772;
}

#legalTerms_page h4 {
    padding-top: 12px;
    padding-bottom: 9px;
    font: 700 1.059em/1.455em 'Manrope', Helvetica, Arial, sans-serif;
    color: #17D3FF;
}

#legalTerms_page a.link {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    padding: 8px 28px;
    background: rgb(23,211,255);
    background: linear-gradient(213deg, rgba(23,211,255,1) 0%, rgba(141,226,59,1) 100%);
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

#legalTerms_page a.link:hover,
#legalTerms_page a.link:active {
    background: rgb(23,211,255);
}

#legalTerms_page .phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font: 400 0.941em/1.563em 'Open Sans', sans-serif;
    letter-spacing: -.02em;
}

#legalTerms_page .item {
    width: 30%;
    padding-left: 48px;
    padding-top: 6px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 32px auto;
}

#legalTerms_page .item:nth-child(1) {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-1.png);
}

#legalTerms_page .item:nth-child(2) {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-2.png);
}

#legalTerms_page .item:nth-child(3) {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-list-no-3.png);
}

#legalTerms_page .phones .item ul {
    list-style-type: none;
}

#legalTerms_page .phones .item ul li {
    margin-left: 0;
    padding-bottom: 3px;
}

#legalTerms_page .phones .item a {
    display: inline-block;
    padding: 3px 0 3px 36px;
    background-position: left center;
    background-size:  22px auto;
    background-repeat: no-repeat;
    font-size: 1.125em;
    font-weight: 600;
    color: #000;
    letter-spacing: -.01em;
    text-decoration: none
}

#legalTerms_page .phones .item .phone a {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-phone-2.svg);
}

#legalTerms_page .phones .item .fax a {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-fax.svg);
}

#legalTerms_page .phones .item .email a {
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-mail.svg);
}

#legalTerms_page .phones .item a:hover,
#legalTerms_page .phones .item a:active {
    color: #17D3FF;
}

#legalTerms_page h2.subtitle {
    padding-bottom: 36px;
    padding-top: 0;
    font-size: 30px;
    color: #17D3FF;
}

#legalTerms_page #main a {
    text-decoration: underline;
}

#transaction_page #header {
    position: relative;
    background-color: #fff !important;
}

#transaction_page #header .container {
    max-width: 1368px;
    height: 130px !important;
}

.shrink#transaction_page #header:before {
    display: none;
}

#transaction_page #header_logo a img {
    width: 280px !important;
}

.alt_header#transaction_page #header:after {
    display: block;
}

#transaction_page #header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#transaction_page ul.lang {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#transaction_page #main {
    background-color: #EFEFEF
}

#transaction_page .hero {
    width: 100%;
    height: 350px;
}

#transaction_page .main_content {
    padding-top: 48px;
    padding-bottom: 66px;
}

#transaction_page .main_content h1 {
    padding-bottom: 12px;
    font-size: 45px;
    font-weight: 700;
    color: #8DE23B;
    letter-spacing: -.02em;
    text-align: center;
}

#transaction_page .main_content h2 {
    padding-bottom: 6px;
    font-size: 30px;
    font-weight: 700;
    color: #0E3772;
    letter-spacing: -.02em;
    text-align: center;
}

#transaction_page form {
    max-width: 400px;
    padding-top: 40px;
    margin: auto;
}

#transaction_page label {
    display: block;
    padding-bottom: 9px;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.125em;
    letter-spacing: -.02em;
    color: #000
}

#transaction_page input {
    display: block;
    width: 100%;
    border-radius: 24px;
    padding: 13px 24px;
    margin-bottom: 36px;
    background-color: #fff;
    font: 600 1.125em/24px 'Open Sans', sans-serif;
    color: #000;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#transaction_page button.default_btn {
    display: block;
    width: 100%;
    max-width: 220px;
    min-width: inherit;
    border: 0;
    padding: 16px 12px;
    margin: 18px auto auto auto;
    background: rgb(23, 211, 255);
    background: linear-gradient(74deg, rgba(23, 211, 255, 1) 0%, rgba(141, 226, 59, 1) 100%);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

#transaction_page button.default_btn:hover {
    background: #8DE23B;
    color: #000
}

#legalTerms_page #main #payments_article .container {
    max-width: 812px;
}

#payments_article h1 {
    padding-bottom: 60px;
    font-size: 32px;
    font-weight: 700;
    color: #8DE23B;
    letter-spacing: -.02em;
    text-align: center
}

#payments_article .toggle_item h2.title:before {
    position: absolute;
    top: 40%;
    right: 0;
    width: 30px;
    height: 24px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-arrow-down.svg) no-repeat center center / 26px auto;
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#payments_article .toggle_item h2.title.opened:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

#payments_article .toggle_item h2.title {
    position: relative;
    padding: 18px 66px 18px 0;
    font-size: 1.125em;
    line-height: 1.125em;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #17D3FF;
    cursor: pointer;
}

#payments_article .toggle_item .wrapper {
    padding-right: 54px;
    padding-bottom: 12px;
    font: 400 1em/24px 'Open Sans', sans-serif;
    letter-spacing: -.02em;
}

#payments_article .toggle_item .wrapper p {
    padding-bottom: 1.875rem;
}

#legalTerms_page #payments_article h4 {
    padding-top: 0;
    padding-bottom: 4px;
    font: 700 1em/1.125em 'Open Sans', sans-serif;
    color: #000;
}

#payments_article .banks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 6px;
}

#payments_article .banks .col {
    width: 48%;
    padding-bottom: 20px;
}

#payments_article .banks h5 {
    padding-bottom: 12px;
    font: 700 1em/1.125em 'Open Sans', sans-serif;
    color: #000;
}

#payments_article .toggle_item .wrapper .banks p {
    padding-bottom: 0;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end OTHER PAGES pages

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FOOTER

     ⤴︎   
*/
#footer {
    padding-top: 74px;
    padding-bottom: 48px;
    background-color: #3B3B3B;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -.03em;
}

#footer .container {
    max-width: 1636px;
}

.f_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
    -webkit-justify-content: space-between; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
}

.f_cols .col {
    padding-bottom: 36px;
}

.f_cols .col:nth-child(1) {
    width: 18.4%;
    max-width: 264px;
}

.f_cols .col:nth-child(2) {
    width: 21.5%;
    max-width: 303px;
}

.f_cols .col:nth-child(3) {
    width: 19.1%;
    max-width: 303px;
}

.f_cols .col:nth-child(4) {
    width: 20.55%;
    max-width: 303px;
}

.f_cols .col:nth-child(5) {
    width: 240px
}

.f_bottom_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #616161;
    padding-top: 30px;
    font-size: 14px
}

.f_bottom_row .col {
    padding-left: 16px;
    padding-right: 16px;
}

.f_bottom_row .col a {
    text-decoration: underline;
}

.f_bottom_row #copyright:before {
    position: absolute;
    top: 50%;
    left: -4px;
    width: 1px;
    height: 32px;
    background-color: #707070;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''
}

.f_bottom_row #copyright {
    position: relative;
    padding-left: 18px;
}

#footer h3.title {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #8DE23B;
}

.f_cols li {
    padding-bottom: 16px;
}

.f_cols p {
    padding-bottom: 30px;
}

.f_cols a {
    display: inline-block;
}

#footer ul.social_media {
    list-style-type: none;
    padding-bottom: 0;
}

#footer ul.social_media li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
    margin-right: 16px;
}

#footer ul.social_media li:last-child {
    margin-right: 0;
}

#footer ul.social_media li a img {
    margin-bottom: 12px;
}

#footer ul.social_media li a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#footer ul.social_media li a:hover,
#footer ul.social_media li a:active {
    opacity: 0.8
}

#footer a {
    color: #fff;
}

#footer a:hover,
#footer a:active {
    color: rgba(255, 255, 255, 0.8)
}
.desby {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: #a9a9a9;
}

.btnnf {
    top: -200px;
    left: 40px;
    text-decoration: none!important;
}

/*  
     ⤵︎ 

       ⋮⋮⫸  end FOOTER

     ⤴︎   
*/

#fcare_hero.bgImg {
    min-height: 100vh;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/hero.jpg);
    background-position: top right;
}

#fcare_hero .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 72px;
    padding-bottom: 88px;
    max-width: 1230px;
}

#fcare_hero .header {
    position: relative;
    width: 29.5%;
    padding-top: 3.5%;
    color: #fff;
}

#fcare_hero .box {
    width: 41.4%;
    background-color: #fff;
    padding: 48px 78px;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 45px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -5px 45px rgba(0, 0, 0, 0.3); 
}

#fcare_hero .header h1 {
    padding-top: 5%;
    padding-right: 12px;
    padding-bottom: 144px;
    font-size: 2.625em;
    font-weight: 800;
}

#fcare_hero .header .badge {
    position: absolute;
    bottom: 0;
    right: -24px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: -o-linear-gradient(233deg, #17D3FF 0%, #8DE23B 100%); 
    background: linear-gradient(217deg, #17D3FF 0%, #8DE23B 100%); 
    font: 400 21px/1.125em 'Open Sans', sans-serif;
    letter-spacing: -0.03em;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -.03em;
}

#fcare_hero .header .badge div.small {
    padding-bottom: 12px;
    color: #000;
}

#fcare_hero .header .badge .price {
    font-size: 44px;
    font-weight: 700;
}

#fcare_hero .header .badge .price .num {
    font-size: 52px;
}

#fcare_hero .header .badge .price .small {
    font-weight: 400;
}

#fcare_hero .header .badge .wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#fcare_hero .header .badge .small {
    font-size: 21px;
}

#fcare_hero form legend {
    padding-bottom: 12px;
    font-size: 1.75em;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #17D3FF;
}

#fcare_hero form p,
#fcare_hero form label {
    font-size: 1.125em;
    line-height: 1.222em;
    font-weight: 400;
    letter-spacing: -.02em;
    color: #000;
}

#fcare_hero form p:last-of-type {
    padding-bottom: 2.25rem;
}

#fcare_hero form label {
    display: block;
    padding-bottom: 12px;
    font-weight: 700;
}

#fcare_hero form .item {
    padding-bottom: 30px;
}

#fcare_hero form .item.checkboxes {
    max-width: 232px;
    margin: auto;
    padding-top: 6px;
}

#fcare_hero form input {
    display: block;
    width: 100%;
    border-radius: 25px;
    padding: 12px;
    background-color: #EBEBEB;
    font: 600 1.125em/26px 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_hero form input::-webkit-input-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#fcare_hero form input:-moz-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#fcare_hero form input::-moz-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#fcare_hero form input:-ms-input-placeholder {
    opacity: 1;
    color: #8D8D8D;
    font-weight: 400;
}

#fcare_hero form input.checkbox {
    display: none;
}

#fcare_hero form .checkbox_item {
    position: relative;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
}

#fcare_hero form input.checkbox + label {
    position: relative;
    padding-left: 34px;
    padding-bottom: 0;
    font: 400 12px/1.5em 'Comfortaa', cursive;
    letter-spacing: -0.02em;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_hero form input.checkbox + label:hover {
    color: #0E3772
}

#fcare_hero form input.checkbox + label:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 2px solid #8DE23B;
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#fcare_hero form input.checkbox + label:before {
    right: auto;
    left: 0;
}

#fcare_hero form input.checkbox:disabled + label:before { 
    background: #a6a6a6;
}

#fcare_hero form input.checkbox:checked + label:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-check.svg) no-repeat center center / 14px auto;
    z-index: 9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
}

#fcare_hero form input.checkbox:checked + label:after {
    right: auto;
    left: 0;
}

#fcare_hero form button {
    display: block;
    width: 170px;
    margin: auto;
    padding: 8px 12px;
    border-radius: 36px;
    background: rgb(23,211,255);
    background: -webkit-gradient(linear, left top, right top, from(#17D3FF), to(#8DE23B));
    background: -o-linear-gradient(left, #17D3FF 0%, #8DE23B 100%);
    background: linear-gradient(90deg, #17D3FF 0%, #8DE23B 100%);
    font: 700 15px/24px 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: -.07em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_hero form button:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #17D3FF), to(#8DE23B));
    background: -o-linear-gradient(left, #17D3FF 50%, #8DE23B 100%);
    background: linear-gradient(90deg, #17D3FF 50%, #8DE23B 100%);
}

#fcare_hero .msg {
    display: none;
}

.show_msgBox #fcare_hero form {
    display: none;
}

.show_msgBox #fcare_hero .msg {
    display: block;
}

.show_msgBox #fcare_hero .box {
    margin-top: 3.5%
}

#fcare_hero .msg {
    max-width: 298px;
    margin: 18px auto auto auto;
    text-align: center;
    font: 300 14px/1.667em 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: -0.02em;
}

#fcare_hero.msgBox .header {
    padding-top: 0;
}

#fcare_hero .msg .icon {
    padding-bottom: 6px;
}

#fcare_hero .msg h1 {
    padding-bottom: 12px;
    font: 700 25px/1.35em 'Open Sans', sans-serif;
    color: #17D3FF;
    letter-spacing: -0.02em;
}

#fcare_hero .msg a.btn {
    display: block;
    width: 170px;
    margin: 30px auto 30px auto;
    padding: 8px 12px;
    border-radius: 36px;
    background: rgb(23,211,255);
    background: -webkit-gradient(linear, left top, right top, from(#17D3FF), to(#8DE23B));
    background: -o-linear-gradient(left, #17D3FF 0%, #8DE23B 100%);
    background: linear-gradient(90deg, #17D3FF 0%, #8DE23B 100%);
    font: 700 15px/24px 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: -.07em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_hero .msg a.btn:hover,
#fcare_hero .msg a.btn:active {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #17D3FF), to(#8DE23B));
    background: -o-linear-gradient(left, #17D3FF 50%, #8DE23B 100%);
    background: linear-gradient(90deg, #17D3FF 50%, #8DE23B 100%);
}

#fcare_graph .container {
    max-width: 1553px;
    padding-top: 72px;
    padding-bottom: 96px;
}

#fcare_graph .num {
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto auto 18px auto;
    border-radius: 50%;
    background: -o-linear-gradient(230deg, #17D3FF 0%, #8DE23B 100%); 
    background: linear-gradient(220deg, #17D3FF 0%, #8DE23B 100%); 
    font: 800 32px/1em 'Open Sans', sans-serif;
    color: #fff;
}

#fcare_graph .item {
    position: absolute;
    width: 296px;
}

#fcare_graph .item.one {
    top: 145px;
    left: 114px;
}

#fcare_graph .item.two {
    top: 145px;
    right: 158px;
}

#fcare_graph .item.three {
    top: 590px;
    left: 114px;
}

#fcare_graph .item.four {
    top: 590px;
    right: 158px;
}

#fcare_graph .num span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#fcare_graph .item p {
    font-size: 1em;
    line-height: 1.563em;
    color: #000;
    letter-spacing: -.03em;
}

#fcare_graph .item p span {
    font-size: 1.375em;
    font-weight: 600;
    color: #17D3FF;
}

#fcare_graph figure img {
    margin-bottom: 0;
}

#fcare_options:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 615px;
    height: 21px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/colours-line.png) no-repeat center center / contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ''
}

#fcare_options {
    padding-top: 78px;
    padding-bottom: 12px;
    background-color: #efefef;
    text-align: center;
    -webkit-box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1); 
}

#fcare_options h1 {
    padding-bottom: 60px;
    font-size: 2em;
    font-weight: 800;
    color: #142F5E;
    letter-spacing: -.02em;
}

#fcare_options .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
}

#fcare_options .col {
    width: 27.61%;
}

#fcare_options a.item {
    position: relative;
    display: block;
    max-width: 350px;
    margin: auto;
    padding-bottom: 66px;
}

#fcare_options a.item img {
    margin-bottom: 0;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_options a.item:hover img,
#fcare_options a.item:active img {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

#fcare_options a.item .badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: -o-linear-gradient(233deg, #17D3FF 0%, #8DE23B 100%); 
    background: linear-gradient(217deg, #17D3FF 0%, #8DE23B 100%); 
    font: 400 17px/1.125em 'Open Sans', sans-serif;
    letter-spacing: -0.03em;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -.03em;
    color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_options a.item:hover .badge {
    background: -o-linear-gradient(233deg, #17D3FF 5%, #8DE23B 80%); 
    background: linear-gradient(217deg, #17D3FF 5%, #8DE23B 80%); 
}

#fcare_options a.item .badge strong {
    display: block;
    padding-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
}

#fcare_options a.item .badge .from {
    display: block;
    padding-bottom: 9px;
    color: #000;
}

#fcare_options a.item .badge .price {
    font-size: 30px;
    font-weight: 700;
}

#fcare_options a.item .badge .price .num {
    font-size: 35px;
}

#fcare_options a.item .badge .price .small {
    font-weight: 400;
}

#fcare_options a.item .badge .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#fcare_options a.item .badge .small {
    font-size: 17px;
}

#fcare_benefits .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 130px;
    padding-bottom: 108px;
}

#fcare_benefits figure.col {
    width: 54.44%;
}

#fcare_benefits div.col {
    width: 41.2%
}

#fcare_benefits figure img {
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
}

#fcare_benefits h1 {
    padding-bottom: 36px;
    font-size: 2em;
    font-weight: 800;
    color: #142F5E;
    letter-spacing: -.02em;
}

#fcare_benefits ul {
    list-style-type: none;
    padding-bottom: 0;
}

#fcare_benefits ul li:before {
    position: absolute;
    left: 3px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: -o-linear-gradient(237deg, #17D3FF 0%, #8DE23B 100%); 
    background: linear-gradient(213deg, #17D3FF 0%, #8DE23B 100%); 
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#fcare_benefits ul li {
    position: relative;
    padding-left: 48px;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
}

#fcare_logos {
    padding-bottom: 60px;
}

#fcare_logos h1 {
    padding-bottom: 60px;
    font-size: 2em;
    font-weight: 800;
    color: #142F5E;
    letter-spacing: -.02em;
}

#fcare_logos .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#fcare_logos .col {
    width: 24%;
    padding-bottom: 12px;
}

#fcare_reasons {
    padding-top: 98px;
    padding-bottom: 92px;
    background-image: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/first_care_vector_bg-2.png);
    background-position: bottom right;
    color: #fff;
}

#fcare_reasons .container:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 104px;
    height: 89px;
    background: url(https://ca316h9zta43p7c.onstatic.studio/wp-content/themes/interasco/images/icon-quote.svg) no-repeat center center / contain;
    content: ''
}

#fcare_reasons .container {
    max-width: 794px;
    padding-left: 138px;
    padding-right: 138px;
}

#fcare_reasons h1 {
    padding-bottom: 24px;
    font-size: 43px;
    line-height: 1.25em;
    font-weight: 800;
}

#fcare_reasons p {
    padding-bottom: 12px;
    font: 400 1.125em/1.667em 'Open Sans', sans-serif;
}

#fcare_reasons a.btn {
    display: block;
    width: 180px;
    padding: 11px;
    margin: 42px auto auto auto;
    background-color: #142F5E;
    border-radius: 20px;
    font: 600 15px/18px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: -.03em;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#fcare_reasons a.btn:hover,
#fcare_reasons a.btn:active {
    background-color: #fff;
    color: #142F5E;
}