.banner iframe,
.modal-content {
    border-radius: .5rem;
    overflow: hidden
}

.btn {
    border-radius: .2rem;
    padding: 1rem 2rem;
    border: none !important;
    box-shadow: none !important;
    transition: .5s;
    font-size: .9rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif
}

.btn.btn-lg {
    padding: 1.25rem 2rem !important
}

.btn.btn-sm {
    padding: .85rem 1.25rem;
    font-size: .85rem;
    box-shadow: none
}

.btn.rounded {
    border-radius: 50rem !important
}

.btn-primary {
    background-color: #2764ac !important;
    transition: .5s;
    color: #fff !important
}

.btn-primary:hover {
    background-color: #e4016e !important;
    transition: .5s;
    color: #fff !important
}

.btn-primary.light {
    background-color: #908abf !important;
    color: #fff !important
}

.btn-primary.light:hover {
    background-color: #002071 !important;
    color: #fff !important;
    transition: .5s
}

.btn-secondary {
    background-color: #e4016e !important;
    color: #fff !important
}

.btn-secondary:hover {
    background-color: #ac0044 !important;
    color: #fff !important
}

.btn-secondary.light {
    background-color: #bc90be !important;
    color: #fff !important
}

.btn-secondary.light:hover {
    background-color: #e4016e !important;
    color: #fff !important;
    transition: .5s
}

.btn-success {
    background-color: #71288a !important;
    color: #fff !important
}

.btn-success:hover {
    background-color: #671b71 !important;
    color: #fff !important
}

.btn-success.light {
    background-color: rgba(113, 40, 138, .95) !important;
    color: #fff !important
}

.btn-success.light:hover {
    background-color: #671b71 !important;
    color: #fff !important;
    transition: .5s
}

.btn-danger,
.btn-danger.light {
    background-color: #ffb108 !important;
    color: #fff !important
}

.btn-danger:hover {
    background-color: #d28c00 !important;
    color: #fff !important
}

.btn-danger.light:hover {
    background-color: #d28c00 !important;
    border: 1px solid #ffb108 !important;
    color: #fff !important;
    transition: .5s
}

.btn-warning {
    background-color: #8200b0 !important;
    color: #fff !important
}

.btn-warning:hover {
    background-color: #680097 !important;
    color: #fff !important
}

.btn-warning.light {
    background-color: rgba(130, 0, 176, .95) !important;
    color: #fff !important
}

.btn-warning.light:hover {
    background-color: #680097 !important;
    border: 1px solid #8200b0 !important;
    color: #fff !important;
    transition: .5s
}

.btn-info {
    background-color: #eb0046 !important;
    color: #fff !important
}

.btn-info:hover {
    background-color: #bf0029 !important;
    color: #fff !important
}

.btn-info.light {
    background-color: rgba(235, 0, 70, .95) !important;
    color: #fff !important
}

.btn-info.light:hover {
    background-color: #bf0029 !important;
    color: #fff !important;
    transition: .5s
}

.btn-light {
    background-color: hsla(0, 0%, 12%, .025) !important;
    color: hsla(0, 0%, 12%, .55) !important
}

.btn-light:hover {
    background-color: hsla(0, 0%, 12%, .25) !important;
    color: #fff !important
}

.btn-light.negative,
.btn-link.negative {
    background-color: rgba(255, 255, 255, .25) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .25) !important
}

.btn-light.negative:hover,
.btn-link.negative:hover {
    background-color: rgba(255, 255, 255, .5) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .25) !important
}

.btn-link {
    color: rgba(40, 52, 138, .95) !important;
    text-decoration: none;
    border: 1px solid rgba(40, 52, 138, .2) !important;
    border-radius: 4rem;
    background-color: #fff !important
}

.btn-link:hover {
    background-color: rgba(40, 52, 138, .35) !important;
    color: #fff !important;
    border: 1px solid rgba(40, 52, 138, .2) !important
}

.dropdown .dropdown-menu {
    min-width: 100% !important;
    border: none;
    border-top-style: hidden;
    box-shadow: rgba(36, 36, 36, .3) 0 6px 6px -4px;
    border-radius: .2rem;
    padding: 0 !important;
    margin-top: .5rem
}

.dropdown .dropdown-menu .dropdown-item {
    padding: .85rem 1.25rem !important
}

.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ecebf4 !important
}

.card {
    height: 100%;
    box-shadow: rgba(36, 36, 36, .5) 0 12px 10px -6px
}

.card .card-body .card-text {
    font-size: .85rem;
    line-height: 1.1rem
}

.card .card-footer {
    background-color: #fff;
    border-top: none;
    padding: 0 1.25rem 1.25rem
}

.text-primary,
.txt-primary {
    color: #2764ac !important
}

.text-secondary,
.txt-secondary {
    color: #e4016e !important
}

.text-success,
.txt-success {
    color: #71288a !important
}

.text-info {
    color: #eb0046 !important
}

.text-warning {
    color: #8200b0 !important
}

.text-danger {
    color: #ffb108 !important
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8 !important
}

.border-start {
    border-start: 1px solid hsl(0, 0%, 91%) !important;
    border-top: 1px solid #fff
}

.border-end {
    border-end: 1px solid hsl(0, 0%, 91%) !important
}

.bg-primary {
    background-color: #2764ac !important
}

.bg-secondary {
    background-color: #e4016e !important;
    color: #fff
}

.bg-danger {
    background-color: #ffb108 !important
}

.bg-success {
    background-color: #71288a !important
}

.bg-primary-lighter {
    background-color: rgba(40, 52, 138, .05)
}

.bg-secondary-light {
    background-color: rgba(228, 1, 110, .1)
}

.bg-success-light {
    background-color: rgba(113, 40, 138, .1)
}

.bg-danger-light,
.danger-t-10 {
    background-color: rgba(255, 177, 8, .2)
}

.bg-warning-light,
.warning-t-10 {
    background-color: rgba(130, 0, 176, .2)
}

.bg-info-light,
.info-t-10 {
    background-color: rgba(235, 0, 70, .2)
}

.bg-gradient {
    background-image: -webkit-linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%);
    background-image: -moz-linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%);
    background-image: -ms-linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%);
    background-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%)
}

.primary-t-5 {
    background-color: rgba(40, 52, 138, .025)
}

.primary-t-10 {
    background-color: rgba(40, 52, 138, .2)
}

.primary-t-50 {
    background-color: rgba(40, 52, 138, .5)
}

.primary-t-75 {
    background-color: rgba(40, 52, 138, .75)
}

.primary-t-color {
    background-color: rgba(40, 52, 138, .95)
}

.primary-t-dark,
.programma .modals .video:hover {
    background-color: rgba(0, 32, 113, .95)
}

.secondary-t-5 {
    background-color: rgba(228, 1, 110, .05)
}

.secondary-t-10 {
    background-color: rgba(228, 1, 110, .2)
}

.secondary-t-50 {
    background-color: rgba(228, 1, 110, .5)
}

.secondary-t-75 {
    background-color: rgba(228, 1, 110, .75)
}

.secondary-t-color {
    background-color: rgba(228, 1, 110, .95)
}

.programma .modals .download:hover,
.secondary-t-dark {
    background-color: rgba(172, 0, 68, .97)
}

.success-t-5 {
    background-color: rgba(113, 40, 138, .05)
}

.success-t-10 {
    background-color: rgba(113, 40, 138, .2)
}

.success-t-50 {
    background-color: rgba(113, 40, 138, .5)
}

.success-t-75 {
    background-color: rgba(113, 40, 138, .75)
}

.success-t-color {
    background-color: rgba(113, 40, 138, .95)
}

.success-t-dark {
    background-color: rgba(103, 27, 113, .95)
}

.danger-t-5 {
    background-color: rgba(255, 177, 8, .08)
}

.danger-t-50 {
    background-color: rgba(255, 177, 8, .5)
}

.danger-t-color {
    background-color: rgba(255, 177, 8, .95)
}

.danger-t-dark {
    background-color: rgba(210, 140, 0, .95)
}

.warning-t-5 {
    background-color: rgba(130, 0, 176, .05)
}

.warning-t-50 {
    background-color: rgba(130, 0, 176, .5)
}

.warning-t-color {
    background-color: rgba(130, 0, 176, .95)
}

.warning-t-dark {
    background-color: rgba(104, 0, 151, .95)
}

.info-t-5 {
    background-color: rgba(235, 0, 70, .05)
}

.info-t-50 {
    background-color: rgba(235, 0, 70, .5)
}

.info-t-75 {
    background-color: rgba(235, 0, 70, .75)
}

.info-t-color {
    background-color: rgba(235, 0, 70, .95)
}

.info-t-dark {
    background-color: rgba(191, 0, 41, .95)
}

.primary-5 {
    background-color: #ecebf4
}

.primary-10 {
    background-color: #dad6ea
}

.primary-50 {
    background-color: #908abf
}

.primary-color {
    background-color: #2764ac
}

.primary-dark {
    background-color: #002071
}

.secondary-5,
.success-5 {
    background-color: #f4ecf4
}

.secondary-10,
.success-10 {
    background-color: #e9d9e9
}

.secondary-50,
.success-50 {
    background-color: #bc90be
}

.secondary-75 {
    background-color: #995a9f
}

.secondary-color {
    background-color: #e4016e
}

.secondary-dark {
    background-color: #ac0044
}

.success-color {
    background-color: #71288a
}

.success-dark {
    background-color: #671b71
}

.danger-5 {
    background-color: #fff8eb
}

.danger-10 {
    background-color: #fff0d8
}

.danger-50 {
    background-color: #ffd489
}

.danger-color {
    background-color: #ffb108
}

.danger-dark {
    background-color: #d28c00
}

.warning-5 {
    background-color: #f5eaf8
}

.warning-10 {
    background-color: #ebd6f1
}

.warning-50 {
    background-color: #c084d5
}

.warning-color {
    background-color: #8200b0
}

.warning-dark {
    background-color: #680097
}

.info-5 {
    background-color: #ffeded
}

.info-10 {
    background-color: #ffdbda
}

.info-50 {
    background-color: #ff9295
}

.info-color {
    background-color: #eb0046
}

.info-dark {
    background-color: #bf0029
}

.faculty,
.grey-5 {
    background-color: #f4f4f4
}

.grey-10 {
    background-color: #e8e8e8
}

.grey-25 {
    background-color: #c6c6c6
}

.grey-50 {
    background-color: #848484
}

.grey-75 {
    background-color: #3f3f3f
}

.grey-color {
    background-color: #242424
}

.grey-dark {
    background-color: #030303
}

.grey-t-5 {
    background-color: hsla(0, 0%, 12%, .025)
}

.grey-t-10 {
    background-color: hsla(0, 0%, 12%, .1)
}

.grey-t-25 {
    background-color: hsla(0, 0%, 12%, .25)
}

.grey-t-50 {
    background-color: hsla(0, 0%, 12%, .55)
}

.grey-t-75 {
    background-color: hsla(0, 0%, 12%, .85)
}

.grey-t-color {
    background-color: #1e1e1e
}

.grey-t-dark {
    background-color: #141414
}

.bg-gradient-primary {
    background: rgba(40, 52, 138, .95);
    background: linear-gradient(0deg, rgba(40, 52, 138, .5) 0, rgba(40, 52, 138, .95) 50%, rgba(0, 32, 113, .95) 100%)
}

.bg-gradient-secondary {
    background: rgba(228, 1, 110, .95);
    background: linear-gradient(0deg, rgba(228, 1, 110, .5) 0, rgba(228, 1, 110, .95) 50%, rgba(172, 0, 68, .97) 100%)
}

.bg-gradient-primary-light {
    background: rgba(40, 52, 138, .95);
    background: linear-gradient(0deg, #fff 0, rgba(40, 52, 138, .025) 100%)
}

.bg-gradient-secondary-light {
    background: rgba(228, 1, 110, .95);
    background: linear-gradient(0deg, rgba(228, 1, 110, .05) 0, rgba(228, 1, 110, .2) 100%)
}

.bg-gradient-success-light {
    background: rgba(113, 40, 138, .95);
    background: linear-gradient(0deg, rgba(113, 40, 138, .05) 0, rgba(113, 40, 138, .2) 100%)
}

.bg-gradient-info-light {
    background: rgba(235, 0, 70, .95);
    background: linear-gradient(0deg, rgba(235, 0, 70, .05) 0, rgba(235, 0, 70, .2) 100%)
}

.interviste {
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: rgba(36, 36, 36, .5) 0 12px 10px -6px;
    position: relative;
    transition: .5s
}

.interviste .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(40, 52, 138, .95);
    position: absolute;
    opacity: 0;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    transition: .5s
}

.interviste .overlay:hover {
    opacity: 1
}

.iframe-video {
    overflow: hidden;
    box-shadow: rgba(36, 36, 36, .5) 0 12px 10px -6px
}

.modal-body {
    padding: 0
}

.hero .bg-image {
    bottom: 0;
    object-fit: cover;
    pointer-events: none;
    z-index: -2;
    opacity: .5
}

.box-bianco {
    padding: 2rem;
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: rgba(40, 52, 138, .25) 0 50px 45px, rgba(40, 52, 138, .12) 0 20px 30px, rgba(40, 52, 138, .12) 0 4px 6px, rgba(40, 52, 138, .17) 0 12px 13px, rgba(40, 52, 138, .09) 0 -3px 5px;
    margin: 2rem 0;
    gap: 1rem;
    color: #030303
}

.box-iscrizione {
    display: grid;
    gap: .5rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: rgba(40, 52, 138, .25) 0 50px 45px, rgba(40, 52, 138, .12) 0 20px 30px, rgba(40, 52, 138, .12) 0 4px 6px, rgba(40, 52, 138, .17) 0 12px 13px, rgba(40, 52, 138, .09) 0 -3px 5px;
    height: 100%;
    position: relative;
    margin: 0 0 2rem;
    color: #030303;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important
}

.box-iscrizione .disabled {
    opacity: .5
}

.box-iscrizione .disclaimer {
    position: absolute;
    top: 25%;
    right: 0;
    width: 100%;
    padding: 4rem 2rem;
    background-color: rgba(113, 40, 138, .95);
    opacity: 1;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    z-index: 1
}

.box-iscrizione .disclaimer p {
    color: #fff;
    margin: 0;
    text-align: center
}

.programma {
    background-color: #fff
}

.programma .data {
    padding: .85rem 1rem;
    background-color: #e4016e;
    margin: 2rem 0 1rem;
    border-radius: .2rem
}

.programma .data p {
    margin: 0;
    line-height: 1
}

.programma .ora {
    color: hsla(0, 0%, 12%, .55);
    display: flex;
    align-items: center !important;
    height: 100%
}

.programma .ora p {
    font-family: Dosis, sans-serif !important;
    margin: 0;
    font-size: calc(.7rem + .1vw) !important;
    line-height: calc(1.2rem + .1vw) !important
}

.programma .titolo {
    margin: 0;
    display: flex;
    align-items: center !important;
    height: 100%
}

.programma .titolo p {
    margin: 0;
    font-size: calc(1rem + .1vw);
    line-height: calc(1.3rem + .1vw);
    font-weight: 700
}

.programma .autori {
    display: flex;
    align-items: center !important;
    height: 100%
}

.programma .autori p {
    font-family: Dosis, sans-serif !important;
    margin: 0
}

.programma .modals {
    display: flex;
    align-items: center !important;
    height: 100%;
    gap: .5rem;
    margin: 0 0 1.25rem
}

@media (min-width:992px) {
    .programma .modals {
        justify-content: flex-start !important;
        margin: 0
    }
}

.programma .modals .video {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50rem;
    background-color: rgba(40, 52, 138, .5);
    display: flex;
    align-items: center !important;
    justify-content: center !important
}

.programma .modals .download i,
.programma .modals .download svg,
.programma .modals .video i,
.programma .modals .video svg {
    color: #fff
}

.programma .modals .download {
    width: 40px;
    height: 40px;
    border-radius: 50rem;
    background-color: rgba(228, 1, 110, .5);
    display: flex;
    align-items: center !important;
    justify-content: center !important
}

.programma .sessione {
    padding: .5rem 1rem;
    background-color: rgba(40, 52, 138, .025);
    margin: 1rem 0 0;
    border-radius: .2rem;
    color: #2764ac
}

.programma .sessione.light {
    margin: 1rem 0 0;
    background-color: transparent;
    color: #3f3f3f
}

.programma .sessione p {
    margin: 0
}

.speakers {
    font-family: Dosis, sans-serif !important;
    font-weight: 600 !important;
    color: #e4016e;
    margin: 0 0 1rem
}

.qualifica {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    color: #242424;
    font-weight: 400 !important
}

.axenso {
    background-color: hsla(0, 0%, 12%, .025);
    padding: 1.25rem 0;
    text-align: center
}

.scrolling-box {
    transition: .5s;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 0 1.25rem
}

.scrolling-box::-webkit-scrollbar-track {
    background: hsla(0, 0%, 12%, .1)
}

.scrolling-box::-webkit-scrollbar-thumb {
    background: #3f3f3f
}

.scrolling-box::-webkit-scrollbar-thumb:hover {
    background: #2764ac
}

.scrolling-box::-webkit-scrollbar {
    height: 4px
}

.scrolling-box.responsive {
    flex: inherit;
    flex-wrap: wrap
}

.m-6 {
    margin: 5rem
}

.my-6 {
    margin: 5rem 0
}

.my-7 {
    margin: 7rem auto
}

.mt-6 {
    margin-top: 5rem
}

.mb-6 {
    margin-bottom: 5rem
}

.mt-7 {
    margin: 7rem 0 0
}

.p-6 {
    padding: 5rem
}

.py-6 {
    padding: 5rem 0
}

.pt-6 {
    padding-top: 5rem
}

.pb-6 {
    padding-bottom: 5rem
}

@media (max-width:1024px) {
    .m-6 {
        margin: 3rem !important
    }

    .my-6 {
        margin: 3rem 0
    }

    .my-7 {
        margin: 5rem auto
    }

    .mt-6 {
        margin-top: 3rem
    }

    .mb-6 {
        margin-bottom: 3rem
    }

    .mt-7 {
        margin: 5rem 0 0
    }

    .p-6 {
        padding: 3rem
    }

    .py-6 {
        padding: 3rem 0
    }

    .pt-6 {
        padding-top: 3rem
    }

    .pb-6 {
        padding-bottom: 3rem
    }
}

@media (max-width:768px) {
    .m-6 {
        margin: 2rem !important
    }

    .my-6 {
        margin: 2rem 0
    }

    .my-7 {
        margin: 4rem auto
    }

    .mt-6 {
        margin-top: 2rem
    }

    .mb-6 {
        margin-bottom: 2rem
    }

    .mt-7 {
        margin: 4rem 0 0
    }

    .p-6 {
        padding: 2rem !important
    }

    .py-6 {
        padding: 2rem 0
    }

    .pt-6 {
        padding-top: 2rem !important
    }

    .pb-6 {
        padding-bottom: 2rem !important
    }
}

bold,
strong {
    font-weight: 600 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700
}

.h1,
h1 {
    font-size: calc(2.2rem + .1vw);
    line-height: calc(2.3rem + .1vw);
    margin: 1.25rem 0;
    letter-spacing: -.075rem
}

.h1.fw-light,
h1.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.075rem
}

.h1.display-1,
h1.display-1 {
    font-weight: 900;
    font-size: calc(4rem + .1vw);
    line-height: calc(4rem + .1vw);
    letter-spacing: -.05rem;
    margin: 1.25rem 0 3rem
}

.h1.display-2,
h1.display-2 {
    font-weight: 700;
    font-size: calc(3rem + .1vw);
    line-height: calc(3rem + .1vw);
    letter-spacing: -.1rem !important;
    margin: 0 0 2rem
}

.h2,
h2 {
    font-size: calc(1.3rem + .1vw);
    line-height: calc(1.6rem + .1vw);
    letter-spacing: -.05rem
}

.h2.fw-light,
h2.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.003rem !important
}

.h3,
h3 {
    font-size: calc(1.3rem + .1vw);
    line-height: calc(1.5rem + .1vw);
    margin: 1rem 0;
    letter-spacing: -.03rem
}

.h3.fw-light,
h3.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.03rem
}

.h4,
h4 {
    font-size: calc(1rem + .1vw);
    line-height: calc(1.3rem + .1vw);
    margin: 1rem 0;
    letter-spacing: -.03rem
}

.h4.fw-light,
.h5.fw-light,
.h6.fw-light,
h4.fw-light,
h5.fw-light,
h6.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.01rem
}

@media (max-width:992px) {
    .hero .bg-image {
        display: none
    }

    .scrolling-box.responsive {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .h4,
    h4 {
        margin: .5rem 0
    }
}

.h5,
h5 {
    font-size: calc(.85rem + .1vw);
    line-height: calc(1.1rem + .1vw);
    margin: 1rem 0;
    letter-spacing: -.03rem
}

.h6,
h6 {
    font-size: calc(.75rem + .1vw);
    line-height: calc(1rem + .1vw);
    margin: 1rem 0;
    letter-spacing: -.03rem
}

a {
    text-decoration: none;
    color: #030303;
    transition: .5s
}

a :hover {
    color: #e4016e;
    transition: .5s
}

p {
    letter-spacing: -.02rem;
    font-size: calc(.85rem + .1vw);
    line-height: calc(1.15rem + .1vw);
    margin: 1rem 0;
    font-weight: 400
}

p.lead {
    font-size: calc(1.3rem + .1vw);
    line-height: calc(1.9rem + .1vw);
    font-weight: 400
}

.small,
small {
    font-size: calc(.7rem + .1vw);
    line-height: calc(.95rem + .1vw);
    color: #3f3f3f
}

.border-top {
    border-top: 1px solid #f4f4f4 !important
}

.rounded {
    border-radius: .2rem !important;
    overflow: hidden
}

.rounded-n {
    border-radius: .5rem !important;
    overflow: hidden
}

.shadow {
    box-shadow: rgba(36, 36, 36, .3) 0 6px 6px -4px !important
}

html {
    height: 100% !important;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body {
    font-family: Geist, sans-serif;
    font-weight: 400;
    color: #030303;
    height: 100% !important
}

body:not(.focus-visible) :focus:not(.focus-visible) {
    outline: 0 !important
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

hr {
    margin: 3rem 0 !important;
    border-top: 1px solid #dad6ea !important
}

@media (min-width:1320px) {

    .container,
    .container-lg {
        max-width: 1400px
    }
}

.container-fluid {
    max-width: 1800px
}

.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5rem 0
}

@media (max-width:576px) {

    .box-bianco,
    .box-iscrizione {
        margin: 0 0 1rem;
        padding: 1.25rem
    }

    .programma .sessione {
        padding: .5rem .85rem
    }

    .h1,
    h1 {
        font-size: calc(1.8rem + .1vw);
        line-height: calc(2.1rem + .1vw);
        margin: 1rem 0
    }

    .h1.display-1,
    h1.display-1 {
        font-size: calc(2rem + .1vw);
        line-height: calc(2rem + .1vw);
        margin: 1.25rem 0
    }

    .h1.display-2,
    h1.display-2 {
        font-size: calc(2.5rem + .5vw);
        line-height: calc(2.6rem + .5vw)
    }

    .h2,
    .h3,
    h2,
    h3 {
        margin: 1rem 0
    }

    p.lead {
        font-size: calc(1.1rem + .1vw);
        line-height: calc(1.6rem + .1vw)
    }

    .hero {
        padding: 2rem 0
    }
}

.hero .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, .5) 100%);
    z-index: -1;
    bottom: 0
}

.hero .bg-image {
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    background-attachment: fixed;
    opacity: 1
}

.hero .bg-image.one {
    z-index: -3
}

.hero .bg-image.two {
    z-index: -2;
    opacity: .75
}

.hero .bg-image.three {
    z-index: -1;
    opacity: .5
}

.hero .bg-image.four {
    z-index: 4
}

.section__primary {
    background-color: #2764ac;
    padding: .1rem 0 3rem;
    color: #fff
}

.section__secondary {
    background-color: #e4016e;
    padding: 1rem 0 5rem;
    color: #fff
}

.section__success {
    background-color: #71288a;
    padding: 1rem 0 5rem;
    color: #fff
}