@font-face {
    font-family: "Ayer Poster";
    src: url("/assets/fonts/AyerPoster-Medium.eot");
    src: url("/assets/fonts/AyerPoster-Medium.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/AyerPoster-Medium.woff2") format("woff2"),
    url("/assets/fonts/AyerPoster-Medium.woff") format("woff"),
    url("/assets/fonts/AyerPoster-Medium.ttf") format("truetype"),
    url("/assets/fonts/AyerPoster-Medium.svg#AyerPoster-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GraphikBlack";
    src: url("/assets/fonts/GraphikBlack.eot");
    src: url("/assets/fonts/GraphikBlack.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/GraphikBlack.woff2") format("woff2"),
    url("/assets/fonts/GraphikBlack.woff") format("woff"),
    url("/assets/fonts/GraphikBlack.svg#Graphik-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GraphikBold";
    src: url("/assets/fonts/GraphikBold.eot");
    src: url("/assets/fonts/GraphikBold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/GraphikBold.woff2") format("woff2"),
    url("/assets/fonts/GraphikBold.woff") format("woff"),
    url("/assets/fonts/GraphikBold.svg#Graphik-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GraphikExtralight";
    src: url("/assets/fonts/GraphikExtralight.eot");
    src: url("/assets/fonts/GraphikExtralight.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/GraphikExtralight.woff2") format("woff2"),
    url("/assets/fonts/GraphikExtralight.woff") format("woff"),
    url("/assets/fonts/GraphikExtralight.svg#Graphik-Extralight") format("svg");
    font-weight: 200;
    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#Graphik-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}@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: "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: "GraphikSuper";
    src: url("/assets/fonts/GraphikSuper.eot");
    src: url("/assets/fonts/GraphikSuper.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/GraphikSuper.woff2") format("woff2"),
    url("/assets/fonts/GraphikSuper.woff") format("woff"),
    url("/assets/fonts/GraphikSuper.svg#Graphik-Super") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GraphikThin";
    src: url("/assets/fonts/GraphikThin.eot");
    src: url("/assets/fonts/GraphikThin.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/GraphikThin.woff2") format("woff2"),
    url("/assets/fonts/GraphikThin.woff") format("woff"),
    url("/assets/fonts/GraphikThin.svg#Graphik-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "GraphikWideRegular";
    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;
}


html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "GraphikRegular";
    background: rgb(0,85,111);
    background: radial-gradient(circle, rgba(0,85,111,1) 0%, rgba(0,66,80,1) 100%);
    color: #ffffff;
    line-height: 1.5;
    padding: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: stretch
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;

    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);

}


a,
a:hover,
a:active {
    color: #ffffff;
}
.bg-white a,
.modal a,
.bg-white a:hover,
.modal a:hover,
.bg-white a:active,
.modal a:active{
    color: #000;
}
.logo {
    height: 56px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.h1, h1 {
    font-size: 4.5rem;
    line-height: 1;
}

.h2, h2 {
    font-size: 4rem;
    line-height: 1;
}
.h3, h3 {
    font-size: 2.4rem;
    line-height: 1;
}
.h4, h4 {
    font-size: 1.5rem;
    line-height: 1;
}
.btn-group-xl>.btn, .btn-xl {
    --bs-btn-padding-y: 0.8rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.8rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.animated-loading {
    width: 65px;
    height: 64px;
    background-image: url(/assets/images/loading_sequences.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation: loading-sprite 2.5s steps(24) infinite;
    display: inline-block;
}

@keyframes loading-sprite {
    from {
        background-position-y: 0;
    }
    to {
        background-position-y: -1552px;
    }
}
section {
    flex: 1;
    display: flex;
}

.text-ayer_poster {
    font-family: "Ayer Poster";
}
.text-GraphikBlack {
    font-family: "GraphikBlack";
}
.text-GraphikBold {
    font-family: "GraphikBold";
}
.text-GraphikExtralight {
    font-family: "GraphikExtralight";
}
.text-GraphikLight {
    font-family: "GraphikLight";
}
.text-GraphikMedium {
    font-family: "GraphikMedium";
}
.text-GraphikRegular {
    font-family: "GraphikRegular";
}
.text-GraphikSemibold {
    font-family: "GraphikSemibold";
}
.text-GraphikSuper {
    font-family: "GraphikSuper";
}
.text-GraphikThin {
    font-family: "GraphikThin";
}
.text-GraphikWide {
    font-family: "GraphikWideRegular";
}

.h1-responsive {

}
.processing_wrapper {
    backround-color: #f0eeed;
}
.lang-chooser {
    background-color: #fff;
    position: absolute;
    width: 33%;
    top: 100%;
    right: 0;
    padding: 15px;
}
.lang-chooser-menu {
    background-color: #f0eeed;
    width: 50%;
    right: 0;
    transform: translateY(10px);
    margin-top: auto !important;
}
.lang-chooser-menu .list-group-item {
    background-color: #f0eeed;
}
.lang-chooser-menu  .list-group-item-action:hover {
    background-color: #e2e2e2;
}

.face-capture-video {


    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/images/people_bg.jpg) repeat;
    background-size: 2000px auto;
}

.takephoto-close-btn {
    position: absolute;
    left: 25px;
    top: 25px;
    cursor: pointer;
    z-index: 5000;
}
.processing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.text-brand {
    color: #ff5325;
}
.btn-brand {
    font-family: "GraphikMedium";
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff5325;
    --bs-btn-border-color: #ff5325;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff7d59;
    --bs-btn-hover-border-color: #ff7d59;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff7d59;
    --bs-btn-active-border-color: #ff7d59;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-brand:hover {

    color: #fff;
}
.btn-check:checked+.btn.btn-brand, .btn.btn-brand.active, .btn.btn-brand.show, .btn.btn-brand:first-child:active, :not(.btn-check)+.btn.btn-brand:active {
    color: #fff;
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}


.image-capture {

}
.image-capture-wrapper {


}
.video-capture-container:before,
.canvas-image-container:before {
    content: "";
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    top: 100%;
    background: rgb(0 0 0 / 23%);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
}





.slick-list {


}
.slick-track > div {
    height: 160px;
}
.slick-slide {
    transform: scale(0.9);
    transition: all 0.5s;
    z-index: -1;
    opacity: 0.6;
}
#imageSlider [aria-disabled="true"] {
    display: none !important;
}

.slick-current {
    transform: scale(1);
    z-index: 5000;
    opacity: 1;
}

.slick-brand-prev {
    left: 35px;
}
.slick-brand-next {
    right: 35px;
}
.slick-prev:before {
}
.slick-brand-prev:before, .slick-brand-next:before {
    /* font-family: 'slick'; */
    font-size: 38px;
    line-height: 1;
    opacity: 1;
    color: white;
    /* background: red; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-brand-prev, .slick-brand-next {
    content: none !important;
    line-height: 0;
    font-size: 35px;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    padding: 3px;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1000;
    background: #00000073;
    text-align: center;
}


@keyframes menu-open {
    from {opacity: 0%;}
    to {opacity: 100%;}
}
@keyframes menu-close {
    from {opacity: 100%;}
    to {opacity: 0%;}
}

.video-capture-container {
    /* width: 100%; */
    /* height: 100%; */
    /* display: flex; */
    display: flex;
    background: #000;
    width: auto;
}

.face-capture-video {


}
.canvas-image-container {

    font-size: 0;
}
.face-capture-canvas {

    object-fit: contain;
}



button.image-capture-button{
    background: #ff5325;
    font-size: inherit;
    height: inherit;
    width: inherit;
    border-radius: inherit;
    position: fixed;
    bottom: 35px;
    left: 50%;
    margin-left: auto;
    cursor: pointer;
    border: inherit;
    transform: translateX(-50%);
}
button.image-ok-button{
    background: #ff5325;
    font-size: inherit;

    border-radius: inherit;
    position: absolute;
    bottom: 35px;
    right: 35px;
    margin-left: auto;
    cursor: pointer;
    border: inherit;
}
button.image-retake-button{
    background: #ff5325;
    font-size: inherit;

    border-radius: inherit;
    position: absolute;
    bottom: 35px;
    left: 35px;
    margin-left: auto;
    cursor: pointer;
    border: inherit;
}
button.switch-camera-icon {
    background: #ff5325;
    font-size: inherit;

    border-radius: inherit;
    position: absolute;
    top: 25px;
    right: 25px;
    margin-left: auto;
    cursor: pointer;
}
a.slick-arrow {
    color: white;
}
.fa-xl {
    font-size: 2em;
}

.fa-facebook-bg {
    color: #4267B2;
}


@media (max-width: 768px) {
    .logo {
        height: 32px;
    }
    .s1_title .text-long {
        display: none;
    }
    .lang-chooser-menu {
        width: 100%;
        left: 0;
        right: 0 !important;
        left:0 !important;
        top: 50px !important;
        position:fixed;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 40px;
    }
    .slick-track > div {
        height: 120px;
    }
}

@media (min-width: 768px) {
    .s1_title .text-short {
        display: none;
    }
    h1.s1_title {
        font-size: 6.25rem;
    }
    h5.s1_description_p1,
    h5.s1_description_p2 {
        font-size: 1.5rem;
    }
    #imageSelected {
        width: 75%;
        margin: 0 auto;
    }
}









@media (min-width: 576px) {
    .w-sm-10 { width: 10%!important; }
    .w-sm-15 { width: 15%!important; }
    .w-sm-20 { width: 20%!important; }
    .w-sm-25 { width: 25%!important; }
    .w-sm-30 { width: 30%!important; }
    .w-sm-35 { width: 35%!important; }
    .w-sm-40 { width: 40%!important; }
    .w-sm-45 { width: 45%!important; }
    .w-sm-50 { width: 50%!important; }
    .w-sm-55 { width: 55%!important; }
    .w-sm-60 { width: 60%!important; }
    .w-sm-65 { width: 65%!important; }
    .w-sm-70 { width: 70%!important; }
    .w-sm-75 { width: 75%!important; }
    .w-sm-80 { width: 80%!important; }
    .w-sm-85 { width: 85%!important; }
    .w-sm-90 { width: 90%!important; }
    .w-sm-95 { width: 95%!important; }
    .w-sm-100 { width: 100%!important; }
}

@media (min-width: 768px) {
    .w-md-10 { width: 10%!important; }
    .w-md-15 { width: 15%!important; }
    .w-md-20 { width: 20%!important; }
    .w-md-25 { width: 25%!important; }
    .w-md-30 { width: 30%!important; }
    .w-md-35 { width: 35%!important; }
    .w-md-40 { width: 40%!important; }
    .w-md-45 { width: 45%!important; }
    .w-md-50 { width: 50%!important; }
    .w-md-55 { width: 55%!important; }
    .w-md-60 { width: 60%!important; }
    .w-md-65 { width: 65%!important; }
    .w-md-70 { width: 70%!important; }
    .w-md-75 { width: 75%!important; }
    .w-md-80 { width: 80%!important; }
    .w-md-85 { width: 85%!important; }
    .w-md-90 { width: 90%!important; }
    .w-md-95 { width: 95%!important; }
    .w-md-100 { width: 100%!important; }
}

@media (min-width: 992px) {
    .w-lg-10 { width: 10%!important; }
    .w-lg-15 { width: 15%!important; }
    .w-lg-20 { width: 20%!important; }
    .w-lg-25 { width: 25%!important; }
    .w-lg-30 { width: 30%!important; }
    .w-lg-35 { width: 35%!important; }
    .w-lg-40 { width: 40%!important; }
    .w-lg-45 { width: 45%!important; }
    .w-lg-50 { width: 50%!important; }
    .w-lg-55 { width: 55%!important; }
    .w-lg-60 { width: 60%!important; }
    .w-lg-65 { width: 65%!important; }
    .w-lg-70 { width: 70%!important; }
    .w-lg-75 { width: 75%!important; }
    .w-lg-80 { width: 80%!important; }
    .w-lg-85 { width: 85%!important; }
    .w-lg-90 { width: 90%!important; }
    .w-lg-95 { width: 95%!important; }
    .w-lg-100 { width: 100%!important; }
}

@media (min-width: 1200px) {
    .w-xl-10 { width: 10%!important; }
    .w-xl-15 { width: 15%!important; }
    .w-xl-20 { width: 20%!important; }
    .w-xl-25 { width: 25%!important; }
    .w-xl-30 { width: 30%!important; }
    .w-xl-35 { width: 35%!important; }
    .w-xl-40 { width: 40%!important; }
    .w-xl-45 { width: 45%!important; }
    .w-xl-50 { width: 50%!important; }
    .w-xl-55 { width: 55%!important; }
    .w-xl-60 { width: 60%!important; }
    .w-xl-65 { width: 65%!important; }
    .w-xl-70 { width: 70%!important; }
    .w-xl-75 { width: 75%!important; }
    .w-xl-80 { width: 80%!important; }
    .w-xl-85 { width: 85%!important; }
    .w-xl-90 { width: 90%!important; }
    .w-xl-95 { width: 95%!important; }
    .w-xl-100 { width: 100%!important; }
}
@media (min-width: 1400px) {
    .w-xxl-10 { width: 10%!important; }
    .w-xxl-15 { width: 15%!important; }
    .w-xxl-20 { width: 20%!important; }
    .w-xxl-25 { width: 25%!important; }
    .w-xxl-30 { width: 30%!important; }
    .w-xxl-35 { width: 35%!important; }
    .w-xxl-40 { width: 40%!important; }
    .w-xxl-45 { width: 45%!important; }
    .w-xxl-50 { width: 50%!important; }
    .w-xxl-55 { width: 55%!important; }
    .w-xxl-60 { width: 60%!important; }
    .w-xxl-65 { width: 65%!important; }
    .w-xxl-70 { width: 70%!important; }
    .w-xxl-75 { width: 75%!important; }
    .w-xxl-80 { width: 80%!important; }
    .w-xxl-85 { width: 85%!important; }
    .w-xxl-90 { width: 90%!important; }
    .w-xxl-95 { width: 95%!important; }
    .w-xxl-100 { width: 100%!important; }
}