@import url("https://use.typekit.net/auz8htw.css");
@import url("bulma.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("lightgallery.css");
@import url("lg-zoom.css");
@import url("lg-thumbnail.css");
@import url("lightgallery-bundle.css");

body,
html {
    padding: 0;
    margin: 0;
    font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1600 - 300)));
    color: #424242;
    box-sizing: border-box;
    line-height: 1.4;
    letter-spacing: 0.1px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

div,
label {
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

.sticky {
    position: sticky !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

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

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

header nav ul li {
    margin: 0 20px;
    padding: 0;
}

header nav ul li a {
    font-weight: 500;
    color: #646563;
    display: inline-block;
    position: relative;
}

header nav ul li a:hover {
    color: #2c3884;
}

header nav ul li a:hover:before {
    animation-name: link;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

header nav ul li a:before {
    content: '';
    position: absolute;
    transition: transform 0.5s ease-in;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 1.5px;
    background: #2c3884;
}

.animation,
.reveal {
    opacity: 0;
}

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

a {
    transition: all 0.8s ease;
    color: #2c3884;
}

a:hover {
    transition: all 0.3s ease;
    color: #424242;
}

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

.shrink {
    flex-shrink: 0;
}

.flex-auto {
    width: auto;
}

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

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

.flex,
.flex-mobile {
    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-3 {
    column-count: 3;
    column-gap: 30px;
}

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

.col-1-4 {
    width: 25%;
}

.col-3-4 {
    width: 75%;
}

.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-weight: 400;
}

strong {
    font-weight: 600;
    color: inherit !important;
}

.font-medium {
    font-weight: 500;
}

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

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

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

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

.font-justify {
    text-align: justify;
    text-justify: inter-word;
}

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

.font-60 {
    font-size: calc(38px + (60 - 38) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1;
}

.font-50 {
    font-size: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1;
}

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

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


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

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

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

.font-13 {
    font-size: 13px;
}

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

.circle {
    width: 240px;
}

.circle .cnt-img {
    width: 120px;
    height: 120px;
    border: 3px dashed #939ac0;
    border-radius: 130px;
}

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

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

.overflowy {
    overflow-y: hidden;
}

.bg-b1 {
    background: #2c3884;
}

.bg-b1 a:hover {
    opacity: 0.6;
    color: #fff;
}

.bg-g3 {
    background: #e7e7e7;
}

.bg-g4 {
    background: #f4f4f4;
}

.bg-g1 {
    background: #424242;
}

.bg-bianco {
    background: #fff;
}

.c-b1 {
    color: #2c3884;
}

.c-g1 {
    color: #424242;
}

.c-g2 {
    color: #ccc;
}

.c-bianco {
    color: #fff;
}

.border {
    border-top: 1px solid #e7e7e7;
}

.btn {
    color: #fff;
    background: #2c3884;
    padding: 14px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
    display: table;
    min-width: 140px;
}

.btn img {
    transition: all 0.5s ease;
}

.btn:hover {
    background: #424242;
    transition: all 0.5s ease;
    color: #fff;
}

.btn:hover img {
    margin-right: 15px;
    transition: all 0.5s ease;
}

.btn.btn-nero {
    background: #000;
}

.btn.btn-nero:hover {
    background: #2c3884;
}

.btn.btn-b1 {
    background: #3949b0;
    font-size:.9rem;
}

.btn.btn-b1:hover {
    background: #fff;
    color: #3949b0;
}

.btn.btn-bordered {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 18px;
}

.btn.btn-bordered:hover {
    background: #fff;
    color: #2c3884;
}

.btn.btn-bordered-blu {
    background: transparent;
    border: 2px solid #2c3884;
    color: #2c3884;
    padding: 12px 18px;
}

.btn.btn-bordered-blu:hover {
    background: rgba(44,56,132,0.1);
    color: #2c3884;
}
.btn.btn-small{
    max-width:100px;
    padding:15px;
}

.overlay {
    background: #000;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    transition: all 0.5s ease;
}

.box-hover .text {
    bottom: 0;
    transition: all 0.5s ease;
}

.box-hover:hover {
    transition: all 0.5s ease;
}

.box-hover:hover .overlay {
    transition: all 0.5s ease;
    background: #000;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.box-hover:hover .text {
    bottom: 20px;
    transition: all 0.5s ease;
}

ul.list {
    margin: 30px 0;
}

ul.list li {
    margin: 10px 0;
}

ul.list li:before {
    content: "";
    background: url("../img/list.svg") no-repeat;
    height: 26px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
}

.margin-0 {
    margin: 0;
}

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

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

.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: 15px;
}

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

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

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

.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: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 60px;
}

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

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

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

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

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

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

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

::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder {
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder {
    color: #ccc;
    font-style: italic;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    border-bottom: 2px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: inherit;
    font-size: 16px;
    padding: 13px 0px;
    background: transparent;
    box-shadow: 0 0 0 0;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
}

textarea.textarea {
    height: 180px;
    background: #ccc;
}

textarea.textarea:focus {
    background: #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 0 0;
    border: 1px solid #424242;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-bottom: 2px solid #424242;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 0 0;
}

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;
}

button {
    cursor: pointer;
}

.arrow {
    transform: scale(1);
    animation: pulse-black 2s infinite;
    position: absolute;
}

.swiper-x4 .swiper-pagination-bullet-active {
    background: #2c3884;
}

.mySwiper {
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    cursor: default;
}

.mySwiper2 .swiper-slide:after {
    content: "";
    height: 27px;
    width: 27px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9990;
    background: url("../img/zoom.svg") no-repeat;
}

.cnt-tag:hover .tag-hover {
    background: #000;
    margin-bottom: 20px;
}

.cnt-tag .tag-hover {
    color: #fff;
    background: #2c3884;
    padding: 8px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
    display: table;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #2c3884;
    border-radius: 5px;
}

.nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#mobile-menu {
    z-index: -1;
}

.hamburger-nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.hamburger-nav-links ul {
    list-style: none;
    text-align: center;
}

.hamburger-nav-links li {
    font-size: 1.6rem;
    margin: 20px 0;
    color: #424242;
}

.hamburger-nav-links li a {
    color: #424242;
}

.hamburger-nav-links li a:hover {
    color: #2c3884;
}

.alternate .columns:nth-child(2n+1) .column:nth-child(2n+1) .margin {
    margin-right: -100px;
}

.alternate .columns:nth-child(2n) {
    direction: rtl;
    text-align: left;
}

.alternate .columns:nth-child(2n) div {
    direction: ltr;
}

.alternate .columns:nth-child(2n) .column:nth-child(2n+1) .margin {
    margin-left: -100px;
}

@media screen and (max-width: 1400px) {
    header nav ul li {
        margin: 0 10px;
    }

    header nav ul li a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .hamburger-nav-links {
        display: flex;
    }
}

@media screen and (max-width: 960px) {
    .no-margin-right-mobile {
        margin-right: 0 !important;
    }

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

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

    .cnt {
        padding-left: 5%;
        padding-right: 5%;
    }

    .flex {
        display: block;
    }

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

    .margin-right-neg {
        margin-right: -50px;
    }
}

@media screen and (max-width: 768px) {
    .alternate .columns:nth-child(2n+1) .column:nth-child(2n+1) .margin {
        margin-right: 0px;
    }

    .alternate .columns:nth-child(2n) {
        direction: ltr;
        text-align: left;
    }

    .alternate .columns:nth-child(2n) div {
        direction: ltr;
    }

    .alternate .columns:nth-child(2n) .column:nth-child(2n+1) .margin {
        margin-left: 0px;
    }

    .btn.small {
        padding: 10px 15px;
        font-size: 15px;
    }

    .margin-top-neg {
        margin-top: 0px;
    }

    .margin-right-neg {
        margin-right: 0px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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-xsmall-left {
        padding-left: 10px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes link {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes link {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes link {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes link {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes pulse-black {
    0% {
        transform: scale(0.95);
        margin-top: 0px;
    }

    70% {
        transform: scale(1);
        margin-top: 10px;
    }

    100% {
        transform: scale(0.95);
        margin-top: 0px;
    }
}

@-webkit-keyframes pulse-black {
    0% {
        transform: scale(0.95);
        margin-top: 0px;
    }

    70% {
        transform: scale(1);
        margin-top: 10px;
    }

    100% {
        transform: scale(0.95);
        margin-top: 0px;
    }
}

@-o-keyframes pulse-black {
    0% {
        transform: scale(0.95);
        margin-top: 0px;
    }

    70% {
        transform: scale(1);
        margin-top: 10px;
    }

    100% {
        transform: scale(0.95);
        margin-top: 0px;
    }
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        margin-top: 0px;
    }

    70% {
        transform: scale(1);
        margin-top: 10px;
    }

    100% {
        transform: scale(0.95);
        margin-top: 0px;
    }
}

.editor ul {
    list-style: disc;
}

.htmlContent ul {
    list-style: disc;
    margin-left: 20px;
}

.htmlContent ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}
