@font-face {
    font-family: 'GraphikMedium';
    src: url('/assets/fonts/GraphikMedium.eot');
    src: url('/assets/fonts/GraphikMedium.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikMedium.woff2') format('woff2'),
    url('/assets/fonts/GraphikMedium.woff') format('woff'),
    url('/assets/fonts/GraphikMedium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikWideMedium';
    src: url('/assets/fonts/GraphikWideMedium.eot');
    src: url('/assets/fonts/GraphikWideMedium.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikWideMedium.woff2') format('woff2'),
    url('/assets/fonts/GraphikWideMedium.woff') format('woff'),
    url('/assets/fonts/GraphikWideMedium.ttf') format('truetype'),
    url('/assets/fonts/GraphikWideMedium.svg#GraphikWideMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikRegular';
    src: url('/assets/fonts/GraphikRegular.eot');
    src: url('/assets/fonts/GraphikRegular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikRegular.woff2') format('woff2'),
    url('/assets/fonts/GraphikRegular.woff') format('woff'),
    url('/assets/fonts/GraphikRegular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikSemibold';
    src: url('/assets/fonts/GraphikSemibold.eot');
    src: url('/assets/fonts/GraphikSemibold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikSemibold.woff2') format('woff2'),
    url('/assets/fonts/GraphikSemibold.woff') format('woff'),
    url('/assets/fonts/GraphikSemibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikWide';
    src: url('/assets/fonts/GraphikWideRegular.eot');
    src: url('/assets/fonts/GraphikWideRegular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikWideRegular.woff2') format('woff2'),
    url('/assets/fonts/GraphikWideRegular.woff') format('woff'),
    url('/assets/fonts/GraphikWideRegular.svg#GraphikWide-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikLight';
    src: url('/assets/fonts/GraphikLight.eot');
    src: url('/assets/fonts/GraphikLight.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikLight.woff2') format('woff2'),
    url('/assets/fonts/GraphikLight.woff') format('woff'),
    url('/assets/fonts/GraphikLight.svg#GraphikWide-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.text-GraphikMedium {
    font-family: "GraphikMedium";
}
.text-GraphikWideMedium {
    font-family: "GraphikWideMedium";
    letter-spacing: 3px;
}
.text-GraphikRegular {
    font-family: "GraphikRegular";
}
.text-GraphikSemibold {
    font-family: "GraphikSemibold";
}
.text-GraphikWide {
    font-family: "GraphikWide";
    letter-spacing: 3px;
}
.text-GraphikLight {
    font-family: "GraphikLight";
}
html,
body {
    height: 100%;
}
body {
    font-family: 'GraphikRegular';
    background-color: #1f4456;
    line-height: 1.5;
    padding: 0;
    display: flex;

    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    color: #fff;
}
body.loading::before {

}
a {
    color: #fff;
}
a:hover {
    color: #fff;
}

.loading-layer,
.content-loading-layer {
    display: none;
}
#confetti {
    z-index: 1000;
}
body.loading .loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    background-color: #FFF;
}
body.content-loading .content-loading-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    background: rgba(0,0,0,0.2);
}

.load-spin {
    transform-origin: center;
    width: 200px;
    height: 200px;
    width: 1em;
    height: 1em;
    border: .1em solid black;
    border-right-color: transparent;
    border-radius: 50%;
    animation: fa-spin 2s infinite linear;
    color: #1F4456;
}
p {
    margin-bottom: 0.4rem;
}
section {

}
section > div {
    width: 100%;
    position: relative;
    height: 100%;
}
.menu-wrapper {

}
.swiper-pagination-bullet {

    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #e8542c;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-button-next, .swiper-button-prev {
    color: white;
    font-weight: bold;
    filter: drop-shadow(0px 0px 6px black);
    transition: all 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    transform: scale(1.1);
}


@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3rem;
    }
}
.dropdown-language .dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
    border-radius: 50px;
    transition: border 0s;
    padding: 7px;
}

.infospot_hover {
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,1);
    font-family: "GraphikRegular";
    font-weight: bold;
    display: none;
    margin-top: 100px;
    line-height: 1;
}

.dropdown-toggle.show {
    border: none;padding: 8px;
}
.dropdown-toggle.show::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:25px 25px 0 0;
    border: none !important;
    padding:1px;
    background:linear-gradient(180deg,#e8542c,white);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btn-outline-orange {
    color: #e8542c;
    border-color: #e8542c;
}

.dropdown-language .btn-check:checked + .btn:focus, .dropdown-language .btn-check:active + .btn:focus, .dropdown-language .btn:active:focus, .dropdown-language .btn.active:focus, .dropdown-language .show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}
.dropdown-language .btn-check:focus + .btn, .dropdown-language .btn:focus {
    box-shadow: none;
}
.dropdown-language .btn-check:checked + .btn, .dropdown-language .btn-check:active + .btn, .dropdown-language .btn:active, .btn.active, .dropdown-language .show > .btn.dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
}
.dropdown-language .btn-check:checked + .btn, .dropdown-language .btn-check:active + .btn, .dropdown-language .btn:active, .btn.active, .dropdown-language .show > .btn.dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
}
.dropdown-language .dropdown-toggle i::before {
    vertical-align: middle;
}
.dropdown-language .dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "\f054";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    color: #e8542c;
}
.dropdown-language .dropdown-toggle.show::after {
    content: "\f078";
}
.dropdown-language .dropdown-toggle.show {
    border-radius: 25px 25px 0 0;
    border-bottom-color: transparent;
}
.dropdown-language .dropdown-menu {
    min-width: 100%;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    border-color: transparent;
    padding-bottom: 20px;
    margin-top: -4px !important;
    box-shadow: none;
    background: rgba(255,255,255,0.8);
}
.page-section-name {
    font-family: "GraphikSemibold";
    color: white;
}
.menu > div {
    line-height: 2;
}
.menu-item {
    display: block;
    color: white;
    text-decoration: none;
    line-height: 2;
    transition: all 0.5s;
    text-shadow: 0 0 5px rgba(0,0,0,50%);
    font-size: 1.5rem;
}
/*.menu-item:hover,
.menu-item:active,
.menu-item.active {
    box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.3), 0 0 24px 0 #f9fafb91, 0 4px 0 0 #ffffff;
    color: #231f20;;
}*/
.pano-landing {
    background-position: center;
    background-size: cover;
}
:root {
    --swiper-theme-color: #e8542c;
    --swiper-navigation-size: 55px;
    --swiper-pagination-bullet-size: 16px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 70px;
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,1));
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 70px;
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,1));
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0;
    color: rgba(255,255,255,0.5);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: none;
    border-bottom: 1px solid #fff;
    border-bottom-color: #fff;
    outline: none;
}
.nav-link:hover, .nav-link:focus {
    color: #fff;
}
.hotspot {
    width: 48px !important;
    height: 48px !important;
    filter: drop-shadow(0 0 5px white);
    position: relative;



}
.hotspot:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px;
    background: white;
    animation-name: pulse;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    z-index: -1;
}
.hotspot-content.toast {
    opacity: 0;
    max-width: 1000px;
    z-index: 95;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    font-size: 1rem;
    width: 75%;
    max-height: 100%;
}
.hotspot-content.toast li {
    margin-bottom: 0.6rem;
}
.hotspot-content-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    /*background: rgba(31,68,86,0.85);*/
    display: none;
}
.content-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(31,68,86,0.85);
    display: none;
    color: #fff;
}
.hotspot-content.toast.active {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.hotspot-content.toast,
.hotspot-content.toast .toast-header,
.hotspot-content.toast .toast-body {
    border: none;
    background-color: #edebea;
}
.hotspot-content.toast .toast-header {
    font-size: 1.2rem;
    color: #1f4456;
    line-height: 1.2;
    padding: 15px 20px;
}
.hotspot-content.toast .toast-body {
    padding: 30px 50px;
    color: #1f4456;
    overflow: auto;
}
.hotspot-content.toast .toast-body a,
.hotspot-content.toast .toast-body a:hover {
    color: #1f4456;
}
.hotspot-content.toast .toast-header {
    font-family: "GraphikWide";
}
.hotspot-content.toast .toast-body {
    font-family: "GraphikRegular";
}
.hotspot-content.toast .btn-close {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: none;
    opacity: 1;
    font-size: 0;
}
.toast.hotspot-content .btn-close img {
    transform: scale(1);
    transition: 0.3s;
}

.toast.hotspot-content .btn-close img:hover {
    transform: scale(1.2);

}

.hotspot-content.toast .btn-close img {
    width: 32px;
    height: 32px;
    right: 20px;
}
.panorama_content {
    background-color: transparent !important;
}

.panorama_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    z-index: 10;
    opacity: 0;
    overflow: hidden !important;
}
.panorama_wrapper .panorama_content {
    width: 100%;
    height: 100%;
    position: relative;    overflow: hidden !important;
}
.panorama_wrapper .panorama_close {
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 25px;
    color: white;
    font-size: 3rem;
    line-height: 1;
    filter: drop-shadow(0px 0px 6px black);
    transition: scale 0.3s;
}
.panorama_wrapper .panorama_close:hover {
    transform: scale(1.1);
}
hr.style1 {
    border-top: 1px solid #fff;
}
.btn-brand {
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    padding: 0.375rem 1rem;
}
.btn-brand-dark {
    border-color: #1f4456;
    border-radius: 0;
    color: #1f4456;
    padding: 0.375rem 1rem;
}
.btn-brand:hover{
    color: #fff;
    border-color: #fff;
    opacity: 0.8;
}
.btn-brand-dark:hover {
    color: rgba(31,68,86,0.5);
}
.dropdown-language .btn-check:checked + .btn-brand, .dropdown-language .btn-check:active + .btn-brand, .dropdown-language .btn-brand:active, .btn-brand.active, .dropdown-language .show > .btn-brand.dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #fff;
}


.btn-brand-filled {
    border-color: #fff;
    background-color: #fff;
    border-radius: 0;
    color: #1f4456;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.btn-brand-filled-charcoal:hover,
.btn-brand-filled-charcoal:focus,
.btn-brand-filled-charcoal:active {
    border-color: #1f4456;
    background-color: #1f4456;
    opacity: 0.8;
    color: #fff;
}
.btn-brand-filled-charcoal {
    border-color: #1f4456;
    background-color: #1f4456;
    border-radius: 0;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.btn-brand-file-input::-webkit-file-upload-button {
    visibility: hidden;
    overflow: hidden;
    width: 0;
}
.btn-brand-file-input {
    border: 1px solid #1f4456;
    color: #1f4456;
    border-radius: 0;
    padding: 10px 20px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: "GraphikWide";
    display: inline-block;
}
.btn-brand-file-input input {
    overflow: hidden;
    visibility: hidden;
    width: 0 !important;
    padding: 0 !important;
    display: none;
}



.text-signature-orange {
    color: #e34d0a;
}

.caption-hide #video_subtitles {
    display: none !important;
}

.video_volume.volume_on_off {
    display: inline-block;
    position: absolute;
    left: -44px;
    top: -28px;
    width: 48px;
    color: white;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s;
}
.audio_volume.volume_on_off {
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    color: white;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s;
    z-index: 150;
}
.volume_on_off:hover {
    filter: drop-shadow(0 0 10px white);
}
.volume_on_off .muted {
    display: none;
}
::cue {
    background-color: #0c63e4;
    font-family: "GraphikRegular";

    font-size: 1rem;
    line-height: 1;
    opacity: 1;
}
::cue-region {
    color: pink;
    background:red;
}
#video_subtitles {
    position: absolute;
    bottom: 20px;
    /* width: 100%; */
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
#video_subtitles p {
    background: rgba(0,0,0,0.5);
    display: block;
    padding: 5px 10px;
    color: #fff;
}
.q-btn {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(/assets/images/q_btn.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.q-btn.selected {
    background-image: url(/assets/images/q_btn_selected.png);
}
.q-btn.selected.q-btn[data-a="1"] {
    background-image: url(/assets/images/q_btn_selected_correct.png);
}

.input-brand.form-control {
    border-radius: 0;
    background-color: rgba(255,255,255,0.2);
    border-color: transparent;
    font-family: "GraphikRegular";
    color: rgba(255,255,255,0.5);
}
.input-brand.form-control::placeholder {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}
.input-brand.form-control:focus {
    background-color: rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.4);
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    outline: 0;
    box-shadow: none;
}
.input-brand.form-control {
    background: none;
    border-bottom-color: #5c7381;
    color: #fff;
}
.input-brand.form-control:-webkit-autofill,
.input-brand.form-control:-webkit-autofill:hover,
.input-brand.form-control:-webkit-autofill:focus,
.input-brand.form-control:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.input-brand.form-control:-webkit-autofill::first-line {
    border-bottom: 1px solid #fff !important;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    /* webkit autofill */
    -webkit-text-fill-color: #fff; /* Surcharge la font color d'autofill */
    -webkit-background-clip: text; /* Supprime le background autofill, utile pour le border radius */
    box-shadow: 0 0 0 50px rgb(37 68 87) inset; /* Ajoute un fake background à base d'ombrage aplatit */
}

.input-brand.form-control:focus,
.input-brand.form-control:active,
.input-brand.form-control:focus-visible,
.input-brand.form-control:focus-within {
    background: none;
    border-bottom-color: #fff;
    color: #fff;
}
.input-brand-outline.form-control {
    background: #edebea;
    border-color: #254457;
    border-radius: 0;
    color: #254457;
}
.form-group.has-error .help-block {
    color: #e34d0a;
}
.btn.btn-default {
    border-radius: 0;
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-group {
    position: relative;
}
.form-group.form-group-required::after {
    content: "*";
    color: #e34d0a;
    top: 0;
    left: 5px;
    position: absolute;
    z-index: 100;
    font-size: 2rem;
}
.page-link {
    border-radius: 0 !important;
    color: #204456;
}
.page-link:hover {
    z-index: 2;
    color: #E24F25;
    background-color: #FFDFD7;
    border-color: #FFDFD7;
}
.page-item i {
    line-height: 1.5;
}
.page-item.active .page-link {
    z-index: 3;
    color: #E24F25;
    background-color: #FFDFD7;
    border-color: #FFDFD7;
}
.btn-signout {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
    border-radius: 50px;
    transition: border 0s;
    color: #e8542c;
    vertical-align: middle;
    line-height: 1.4;
}
.table-signature {
    --bs-table-bg: #607985;
    --bs-table-striped-bg: #57707c;
    --bs-table-striped-color: #C2C7CA;
    --bs-table-active-bg: #6b838e;
    --bs-table-active-color: #C2C7CA;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #C2C7CA;
    color: #C2C7CA;
    border-color: #1f4456;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23254457' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: #254457;
    background-color: #edebea;
}
.form-check-input:checked {
    background-color: #edebea;
    border-color: #254457;
}
.form-check-input:focus {
    border-color: #254457;
    box-shadow: none;
}

.form-check-input-outline.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input-outline.form-check-input[type=checkbox] {
    background-color: transparent;
    border-radius: 0;
    border-color: #fff;
}
.form-check-input-outline.form-check-input:checked {
    background-color: transparent;
    border-color: #fff;
}
.form-check-input-outline.form-check-input:focus {
    border-color: #fff;
    box-shadow: none;
}


.form-control:focus {
    box-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 15px;
}
.jconfirm .jconfirm-box-container {
    color: #1f4456;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2c4454;
    border-radius: 0;
    border: 1px solid #2c4454;
    background: #fff;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #2c445414;
}
.btn-quiz-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 125;
}
.btn-quiz-close img {
    width: 48px;
    height: 48px;
}
@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 0 rgba(0,0,0,1));
        box-shadow: 0 0 0 red;
    }
    80% {
        filter: drop-shadow(0 0 20px rgba(0,0,0,0));
        box-shadow: 0 0 0 35px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }

}

.logo {
    height: 32px;
}
.form-check-input[readonly],
.form-check-input[readonly]+label {
    pointer-events: none;
}
@media (min-width: 576px) {

    .logo {
        height: 36px;
    }
    .w-sm-auto {
        width:auto!important;
    }
    .w-sm-100 {
        width:100%!important;
    }
    .w-sm-75 {
        width:75%!important;
    }
    .w-sm-50 {
        width:50%!important;
    }
    .w-sm-25 {
        width:25%!important;
    }
    .h-sm-100 {
        height:100%!important;
    }
    .h-sm-75 {
        height:75%!important;
    }
    .h-sm-50 {
        height:50%!important;
    }
    .h-sm-25 {
        height:25%!important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .logo {
        height: 54px;
    }
    .w-md-auto {
        width:auto!important;
    }
    .w-md-100 {
        width:100%!important;
    }
    .w-md-75 {
        width:75%!important;
    }
    .w-md-50 {
        width:50%!important;
    }
    .w-md-25 {
        width:25%!important;
    }
    .h-md-100 {
        height:100%!important;
    }
    .h-md-75 {
        height:75%!important;
    }
    .h-md-50 {
        height:50%!important;
    }
    .h-md-25 {
        height:25%!important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-auto {
        width:auto!important;
    }
    .w-lg-100 {
        width:100%!important;
    }
    .w-lg-75 {
        width:75%!important;
    }
    .w-lg-50 {
        width:50%!important;
    }
    .w-lg-25 {
        width:25%!important;
    }
    .h-lg-100 {
        height:100%!important;
    }
    .h-lg-75 {
        height:75%!important;
    }
    .h-lg-50 {
        height:50%!important;
    }
    .h-lg-25 {
        height:25%!important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-auto {
        width:auto!important;
    }
    .w-xl-100 {
        width:100%!important;
    }
    .w-xl-75 {
        width:75%!important;
    }
    .w-xl-50 {
        width:50%!important;
    }
    .w-xl-25 {
        width:25%!important;
    }
    .h-xl-100 {
        height:100%!important;
    }
    .h-xl-75 {
        height:75%!important;
    }
    .h-xl-50 {
        height:50%!important;
    }
    .h-xl-25 {
        height:25%!important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1450px) {
    .w-xxl-100 {
        width:100%!important;
    }
    .w-xxl-75 {
        width:75%!important;
    }
    .w-xxl-50 {
        width:50%!important;
    }
    .w-xxl-25 {
        width:25%!important;
    }
    .h-xxl-100 {
        height:100%!important;
    }
    .h-xxl-75 {
        height:75%!important;
    }
    .h-xxl-50 {
        height:50%!important;
    }
    .h-xxl-25 {
        height:25%!important;
    }
}