@import url("fresco.css");
@import url("hc-offcanvas-nav.css");
@import url("swiper-bundle.min.css");
@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";

@font-face {
    font-family: 'SamsungOne 400';
    font-style: normal;
    font-weight: normal;
    src: local('SamsungOne 400'), url("../fonts/samsungone/SamsungOne-400.woff") format('woff');
}

@font-face {
    font-family: 'SamsungOne 700';
    font-style: normal;
    font-weight: normal;
    src: local('SamsungOne 700'), url("../fonts/samsungone/SamsungOne-700.woff") format('woff');
}

@font-face {
    font-family: 'Samsung Sharp Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Samsung Sharp Sans Bold'), url("../fonts/samsungone/SamsungSharpSans-Bold.woff") format('woff');
}

@font-face {
    font-family: 'Samsung Sharp Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Samsung Sharp Sans Regular'), url("../fonts/samsung-sharp-sans/samsungsharpsans.woff") format('woff');
}

@font-face {
    font-family: 'Samsung Sharp Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Samsung Sharp Sans Medium'), url("../fonts/samsung-sharp-sans/samsungsharpsans-medium.woff") format('woff');
}

body,
html {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
    color: #494a51;
    box-sizing: border-box;
    line-height: 1.45;
    font-family: 'SamsungOne 400', sans-serif;
    letter-spacing: 0.3px;
}

* {
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

.sticky {
    position: sticky !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.container {
    width: 100%;
    position: relative;
    max-width: 100% !important;
}

.cnt {
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    position: relative;
}

img {
    display: block;
    max-width: 100%;
}

a {
    transition: all 0.5s ease;
    text-decoration: none;
    color: #17abe0;
}

a:hover {
    transition: all 0.5s ease;
    color: #0b6695;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

.no-list {
    list-style: none;
}

.shrink {
    flex-shrink: 0;
}

.flex-stretch {
    align-items: stretch;
}

.flex-auto {
    width: auto;
}

.flex-expand {
    flex: 1;
    min-width: 1px;
    width: 100%;
    max-width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex,
.flex-mobile,
.flex-tablet,
.flex-footer,
.flex-desktop {
    display: flex;
}

.flex-left {
    justify-content: flex-start;
}

.flex-right {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.flex-middle {
    align-items: center;
}

.flex-top {
    align-items: flex-start;
}

.flex-bottom {
    align-items: flex-end;
}

.flex-space {
    justify-content: space-between;
}

.column-2 {
    column-count: 2;
    column-gap: 0px;
}

.col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    grid-gap: 0px;
}

.col-18 {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: masonry;
    grid-gap: 4px;
}

.col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: masonry;
    grid-gap: 20px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.d-table {
    display: table;
}

.d-block {
    display: block;
}

.width-100 {
    width: 100%;
    box-sizing: border-box;
}

.height-100 {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SamsungOne 400';
}

.font-2 {
    font-family: 'Samsung Sharp Sans Regular';
    font-weight: normal;
}

.font-2 strong {
    font-family: 'Samsung Sharp Sans Bold';
}

strong {
    font-family: 'SamsungOne 700';
    color: inherit;
    font-weight: normal;
}

strong.font-2 {
    font-family: 'Samsung Sharp Sans Bold';
}

.font-uppercase {
    text-transform: uppercase;
}

.font-center {
    text-align: center;
}

.font-right {
    text-align: right;
}

.font-left {
    text-align: left;
}

.font-underline {
    text-decoration: underline;
}

.font-13 {
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1600 - 300)));
}

.font-15 {
    font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.font-18 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}

.font-25 {
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
}

.font-30 {
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
}

.font-40 {
    font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
}

.info {
    width: 250px;
}

.ls-1 {
    letter-spacing: 1px;
}

.no-link {
    color: inherit;
    text-decoration: none;
}

.no-link:hover {
    text-decoration: none;
    color: #17abe0;
}

.object-cover {
    object-fit: cover;
}

.overlay {
    background: #000;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 48%, rgba(0,0,0,0.8) 100%);
}

.bg-gradient {
    background: #165075;
    background: linear-gradient(50deg, #165075 48%, #00182e 100%);
}

.bg-g3 {
    background: #f2f1f1;
}

.bg-bianco {
    background: #fff;
}

.bg-azzurro {
    background: #17abe0;
}

.bg-blu {
    background: #0a2037;
}

.bg-blu2 {
    background: #266085;
}

.c-blu {
    color: #0a2037;
}

.c-g1 {
    color: #494a51;
}

.c-b1 {
    color: #0b6695;
}

.c-azzurro {
    color: #17abe0;
}

.c-bianco {
    color: #fff;
}

.btn {
    color: #fff;
    background: #17abe0;
    padding: 12px 24px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
    font-family: 'SamsungOne 700';
    transition-duration: 0.3s;
    transition-property: transform;
}

.btn:hover {
    transform: translateY(-4px);
    background: #0b6695;
    color: #fff;
    transition: all 0.5s ease;
}

.btn.btn-small {
    padding: 6px 24px;
}

.btn.btn-border {
    border: 1px solid #17abe0;
    background: transparent;
    color: #17abe0;
}

.btn.btn-border:hover {
    background: #17abe0;
    color: #fff;
}

.btn.btn-blu {
    background: #0b6695;
    color: #fff;
}

.btn.btn-blu:hover {
    background: #494a51;
    color: #fff;
}

.btn.btn-bianco {
    background: #fff;
    color: #0b6695;
}

.btn.btn-bianco:hover {
    background: #0b6695;
    color: #fff;
}

.btn.btn-grigio {
    background: #494a51;
    color: #fff;
}

.btn.btn-grigio:hover {
    background: #0b6695;
    color: #fff;
}

.btn.btn-azzurro {
    background: #17abe0;
    color: #fff;
}

.btn.btn-azzurro:hover {
    background: #0b6695;
    color: #fff;
}

.radius-20 {
    border-radius: 20px;
}

.margin-0 {
    margin: 0;
}

.margin-xxsmall-left {
    margin-left: 10px;
}

.margin-xxsmall-right {
    margin-right: 10px;
}

.margin-xxsmall-top {
    margin-top: 10px;
}

.margin-xxsmall-bottom {
    margin-bottom: 10px;
}

.margin-xsmall-left {
    margin-left: 20px;
}

.margin-xsmall-right {
    margin-right: 20px;
}

.margin-xsmall-top {
    margin-top: 20px;
}

.margin-xsmall-bottom {
    margin-bottom: 20px;
}

.margin-small-left {
    margin-left: 40px;
}

.margin-small-right {
    margin-right: 40px;
}

.margin-small-top {
    margin-top: 40px;
}

.margin-small-bottom {
    margin-bottom: 40px;
}

.margin-left {
    margin-left: 60px;
}

.margin-right {
    margin-right: 60px;
}

.margin-top {
    margin-top: 60px;
}

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

.margin-top-neg {
    margin-top: -120px !important;
}

.margin-large-left {
    margin-left: 100px;
}

.margin-large-right {
    margin-right: 100px;
}

.margin-large-top {
    margin-top: 100px;
}

.margin-large-bottom {
    margin-bottom: 100px;
}

.padding-0 {
    padding: 0;
}

.padding-xxsmall-left {
    padding-left: 10px;
}

.padding-xxsmall-right {
    padding-right: 10px;
}

.padding-xxsmall-top {
    padding-top: 10px;
}

.padding-xxsmall-bottom {
    padding-bottom: 10px;
}

.padding-xsmall-left {
    padding-left: 20px;
}

.padding-xsmall-right {
    padding-right: 20px;
}

.padding-xsmall-top {
    padding-top: 20px;
}

.padding-xsmall-bottom {
    padding-bottom: 20px;
}

.padding-small-left {
    padding-left: 40px;
}

.padding-small-right {
    padding-right: 40px;
}

.padding-small-top {
    padding-top: 40px;
}

.padding-small-bottom {
    padding-bottom: 40px;
}

.padding-left {
    padding-left: 60px;
}

.padding-right {
    padding-right: 60px;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.padding-large-left {
    padding-left: 100px;
}

.padding-large-right {
    padding-right: 100px;
}

.padding-large-top {
    padding-top: 100px;
}

.padding-large-bottom {
    padding-bottom: 100px;
}

.select {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.select select {
    border-bottom: 1px solid #8f8f9d;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: inherit;
    font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
    padding: 10px 0px;
    background: transparent;
    box-shadow: 0 0 0 0;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #494a51;
}

textarea {
    height: 130px !important;
}

.select.rounded {
    height: auto;
}

input[type="text"].rounded,
input[type="email"].rounded,
input[type="password"].rounded,
textarea.rounded,
.select.rounded select {
    border: 1px solid #a9acaf;
    border-radius: 100px;
    padding: 12px 24px;
    height: auto;
}

input[type="submit"],
button {
    box-shadow: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    curson: pointer;
    transition: all 0.5s ease;
    border: 0;
}

.input::placeholder, .select select::placeholder, .textarea::placeholder {
    color: #797a81;
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
    border: 0.125em solid #494a51;
    border-right: 0;
    border-top: 0;
}

.no-style {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit;
}

.bg-azzurro input[type="text"],
.bg-blu2 input[type="text"],
.bg-azzurro input[type="email"],
.bg-blu2 input[type="email"],
.bg-azzurro input[type="password"],
.bg-blu2 input[type="password"],
.bg-azzurro textarea,
.bg-blu2 textarea,
.bg-azzurro .select select,
.bg-blu2 .select select {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.bg-azzurro ::-webkit-input-placeholder,
.bg-blu2 ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
}

.bg-azzurro ::-moz-placeholder,
.bg-blu2 ::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}

.bg-azzurro :-ms-input-placeholder,
.bg-blu2 :-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
}

.bg-azzurro :-moz-placeholder,
.bg-blu2 :-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}

.bg-azzurro .navbar-link:not(.is-arrowless)::after,
.bg-blu2 .navbar-link:not(.is-arrowless)::after,
.bg-azzurro .select:not(.is-multiple):not(.is-loading)::after,
.bg-blu2 .select:not(.is-multiple):not(.is-loading)::after {
    border: 0.125em solid #fff;
    border-right: 0;
    border-top: 0;
}

button {
    cursor: pointer;
}

header.is-pinned {
    box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.1);
}

header .hc-nav-trigger {
    position: relative;
    top: auto;
}

header .hc-nav-trigger span,
header .hc-nav-trigger span:before,
header .hc-nav-trigger span:after {
    height: 3px;
    background: #17abe0;
    border-radius: 10px;
}

header nav ul {
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}

header nav ul li > a {
    color: #494a51;
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

header nav ul li > a:hover,
header nav ul li > a.active {
    color: #17abe0;
}

header nav ul li > a:hover:before,
header nav ul li > a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    border-bottom: solid 2px #17abe0;
    animation: borderanim 0.3s linear forwards;
}

header nav ul li > a.btn-small:hover:before,
header nav ul li > a.btn-small.active:before {
    content: '';
    display: none;
}

header .megamenu li {
    padding-top: 30px;
    padding-bottom: 30px;
}

header .megamenu li .submenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 90px;
    -webkit-box-shadow: 0 40px 50px -30px rgba(60,60,60,0.2);
    box-shadow: 0 40px 50px -30px rgba(60,60,60,0.2);
    z-index: 9999;
    box-sizing: border-box;
}

header .megamenu li .submenu ul li {
    display: block !important;
    border-bottom: 1px solid #a9acaf;
}

header .megamenu li .submenu.open {
    display: block;
}

.cerca {
    cursor: pointer;
}

.cerca .form-cerca {
    display: none;
    position: absolute;
    width: 350px;
    right: 0%;
    top: 58px;
    -webkit-box-shadow: 0 40px 50px -30px rgba(60,60,60,0.4);
    box-shadow: 0 40px 50px -30px rgba(60,60,60,0.4);
    z-index: 9999;
    box-sizing: border-box;
}

.cerca .form-cerca.open {
    display: block;
}

#btn-soluzione {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
    background: #17abe0;
    width: 80px;
    height: 80px;
    transition: all 0.8s ease;
    border-radius: 80px;
}

#btn-soluzione:hover {
    background: #0b6695;
    transition: all 0.8s ease;
}

.number {
    height: 120px;
    width: 120px;
    border-radius: 120px;
    border: 2px solid #fff;
    line-height: 1;
    position: relative;
}

.number:after {
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: 0.5px solid #fff;
    display: table;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}

.border {
    border-top: 3px solid #17abe0;
    border-bottom: 3px solid #17abe0;
}

.bordered strong {
    transition: all 0.5s ease;
    display: block;
}

.bordered:hover strong {
    transition: all 0.5s ease;
    padding-bottom: 5px;
}

.bordered:hover .overlay2 {
    transition: all 0.5s ease;
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.7) 100%);
}

.bordered .overlay2 {
    transition: all 0.5s ease;
    background: #000;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.51) 100%);
}
/*   
a.bordered 
    background azzurro 
    color bianco
    &:hover 
        background b1
*/
.border-bottom {
    border-bottom: 1px solid #f2f1f1;
}

.border-bottom-azzurro {
    border-bottom: 1px solid #17abe0;
}

.padding-box {
    padding: 40px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 49px;
    height: 24px;
}

.swiper-button-next.swiper-x1,
.swiper-button-next.swiper-x3,
.swiper-button-next.swiper-x5 {
    width: auto;
    right: 5%;
}

.swiper-button-next.swiper-x4 {
    width: auto;
    right: -5%;
}

.swiper-button-prev.swiper-x1,
.swiper-button-prev.swiper-x3,
.swiper-button-prev.swiper-x5 {
    width: auto;
    left: 5%;
}

.swiper-button-prev.swiper-x4 {
    width: auto;
    left: -5%;
}

.swiper-button-prev.swiper-x1:after,
.swiper-button-prev.swiper-x3:after,
.swiper-button-prev.swiper-x4:after,
.swiper-button-prev.swiper-x5:after {
    font-size: 0;
    content: "";
    background: url("../img/prev.svg") no-repeat;
    width: 49px;
    height: 24px;
    display: block;
}

.swiper-button-next.swiper-x1:after,
.swiper-button-next.swiper-x3:after,
.swiper-button-next.swiper-x4:after,
.swiper-button-next.swiper-x5:after {
    font-size: 0;
    content: "";
    background: url("../img/next.svg") no-repeat;
    width: 49px;
    height: 24px;
    display: block;
}

.swiper-pagination.swiper-x4,
.swiper-pagination.swiper-x1 {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #17abe0;
}

.swiper-pagination.pagination-hero .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination.pagination-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #17abe0;
}

.finiture .swiper-slide a {
    color: #494a51;
}

.finiture .swiper-slide a img {
    border: 2px solid #f2f1f1;
}

.finiture .swiper-slide a.active,
.finiture .swiper-slide a:hover {
    color: #17abe0;
}

.finiture .swiper-slide a.active img,
.finiture .swiper-slide a:hover img {
    border: 2px solid #17abe0;
}

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

ul.tabs {
    margin: 0;
    padding: 15px 0;
    float: left;
    list-style: none;
    overflow: visible;
    background: #f2f1f1;
    width: 100%;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    /*padding 0px 21px
            height 31px
            line-height 31px  */
    color: #494a51;
    position: relative;
    border-right: 1px solid #a9acaf;
    text-align: center;
}

ul.tabs li .tab-cnt {
    margin: 0px 60px;
    padding: 20px;
}

ul.tabs li:hover .tab-cnt {
    color: #17abe0;
    position: relative;
}

ul.tabs li:hover .tab-cnt svg path {
    fill: #17abe0;
}

ul.tabs li.active .tab-cnt {
    color: #fff;
    background: #17abe0;
    border-radius: 10px;
}

ul.tabs li.active .tab-cnt svg path {
    fill: #fff;
}

ul.tabs li.active .tab-cnt:after {
    content: "";
    position: absolute;
    background: url("../img/e.svg") no-repeat;
    height: 26px;
    width: 37px;
    left: 50%;
    margin-left: -19.5px;
    bottom: -22px;
}

ul.tabs li.tab_last {
    border-right: none;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.table thead th {
    color: #17abe0;
    font-size: 14px;
    text-transform: uppercase;
}

.responsive-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.dicono {
    min-height: 400px;
    background: url("../img/dicono.jpg") no-repeat center center;
    background-size: cover;
}

.animation {
    opacity: 0;
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

.reveal img {
    transform-origin: left;
}

.border-left {
    border-left: 1px solid #fff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 20%;
}

.d-mobile {
    dispay: none;
}

.color {
    /*max-width 200px*/
    height: 50vh;
}

.rotate {
    writing-mode: sideways-lr;
    /*text-shadow: 1px 1px 1px #fff;*/
    color: #fff;
    bottom: 0;
    left: 2px;
    /*background: #000000;
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.51) 100%);*/
}

.rotate span {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 3px;
}

@media screen and (max-width: 1500px) {
    .cnt {
        padding-left: 5%;
        padding-right: 5%;
    }

    .padding-box {
        padding: 20px;
    }

    .flex-footer {
        display: block;
    }

    .swiper-button-next.swiper-icon-button,
    .swiper-button-next.swiper-icon-button-2 {
        right: 2%;
    }

    .swiper-button-prev.swiper-icon-button,
    .swiper-button-prev.swiper-icon-button-2 {
        left: 2%;
    }

    header nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .flex-desktop {
        display: block !important;
    }

    .cerca .form-cerca {
        top: 53px;
    }
}

@media screen and (max-width: 960px) {
    .column-2 {
        column-count: 1;
    }

    .flex-tablet {
        display: block !important;
    }

    ul.tabs li .tab-cnt {
        margin: 0px 20px;
    }

    .col-18 {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: masonry;
        grid-gap: 30px 3px;
    }
}

@media screen and (max-width: 768px) {
    .col-18 {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: masonry;
        grid-gap: 30px 3px;
    }

    .d-mobile {
        dispay: block;
    }

    .d-desk {
        display: none !important;
    }

    .width-25 {
        width: 40%;
    }

    .relative-mobile {
        position: relative !important;
    }

    .width-50 {
        width: 100%;
    }

    .float-left,
    .float-right {
        float: none;
    }

    .col-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: masonry;
        grid-gap: 0px;
    }

    .col-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: masonry;
        grid-gap: 10px;
    }

    .cerca .form-cerca {
        top: 49px;
    }

    .dicono {
        background: #0b6695;
        min-height: 1px;
    }

    .swiper-pagination.swiper-x4,
    .swiper-pagination.swiper-x1 {
        display: block;
    }

    .swiper-button-prev.swiper-x4,
    .swiper-button-next.swiper-x4,
    .swiper-button-prev.swiper-x1,
    .swiper-button-next.swiper-x1 {
        display: none;
    }

    .tabs {
        display: none !important;
    }

    .tab_drawer_heading {
        color: #494a51;
        border-top: 1px solid #a9acaf;
        margin: 0;
        display: flex;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tab_drawer_heading.d_active {
        transition: all 0.5s ease;
        color: #17abe0;
    }

    .tab_drawer_heading.d_active img {
        transform: rotate(180deg);
        transition: all 0.5s ease;
    }

    .d_active {
        color: #17abe0;
    }

    .tab_content {
        padding-left: 0;
        padding-right: 0;
    }

    .tab_content .padding-small-left {
        padding-left: 0;
    }

    .tab_content .padding-small-right {
        padding-right: 0;
    }

    .flex {
        display: block;
    }

    .margin-small-left {
        margin-left: 30px;
    }

    .margin-small-right {
        margin-right: 30px;
    }

    .margin-small-top {
        margin-top: 30px;
    }

    .margin-small-bottom {
        margin-bottom: 30px;
    }

    .margin-left {
        margin-left: 40px;
    }

    .margin-right {
        margin-right: 40px;
    }

    .margin-top {
        margin-top: 40px;
    }

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

    .margin-large-left {
        margin-left: 60px;
    }

    .margin-large-right {
        margin-right: 60px;
    }

    .margin-large-top {
        margin-top: 60px;
    }

    .margin-large-bottom {
        margin-bottom: 60px;
    }

    .padding-small-left {
        padding-left: 30px;
    }

    .padding-small-right {
        padding-right: 30px;
    }

    .padding-small-top {
        padding-top: 30px;
    }

    .padding-small-bottom {
        padding-bottom: 30px;
    }

    .padding-left {
        padding-left: 40px;
    }

    .padding-right {
        padding-right: 40px;
    }

    .padding-top {
        padding-top: 40px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    .padding-large-left {
        padding-left: 60px;
    }

    .padding-large-right {
        padding-right: 60px;
    }

    .padding-large-top {
        padding-top: 60px;
    }

    .padding-large-bottom {
        padding-bottom: 60px;
    }

    .number {
        height: 90px;
        width: 90px;
        border-radius: 120px;
        border: 2px solid #17abe0;
        line-height: 1;
        position: relative;
    }

    .number:after {
        content: "";
        height: 80px;
        width: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }

    .font-center-mobile {
        text-align: center !important;
        padding:0;
    }

    .centered-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .border-left {
        border: none;
    }

    .color {
        max-width: 150px;
    }

    .no-margin-right-mobile {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .color {
        max-width: 100px;
    }
}

@-moz-keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


.reverse:nth-child(2n+1) .bg-reverse{
    background-color:#f2f1f1;
}
.reverse:nth-child(2n) .absolute-reverse {
  right: 0;
}


.reverse:nth-child(2n+1) .absolute-reverse {
     left: 0;
}

.reverse:nth-child(2n) .float-reverse{
    float:left;
}

.reverse:nth-child(2n+1) .float-reverse{
    float:right;
}