.outer {
    position:relative
}
.outer:before {
    display:block;
    content:'';
    width:100%
}
.inner,
.aspect-ratio {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.inner {
    background-position:center center;
    background-repeat:no-repeat
}
.aspect-ratio {
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}

.lang{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang a.current{
    color: #fcdb5a;
}

.lang a{
    padding: 10px;
    color: #fff;
    font-size:15px;
}

.card-4-4 figure.outer:before{
    padding-top: 100%;
}

.card-4-3 figure.outer:before{
    padding-top: 75%;
}

.card-4-2 figure.outer:before{
    padding-top: 50%;
}

.card-3-2 figure.outer:before{
    padding-top: 66.6667%;
}

.text ul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 13px;
}

.text ul li {
    list-style-type: disc;
}

.text ul li + li {
    margin-top: 15px;
}

.text b,.text strong,.text a{
    font-weight: bold !important;
}

.text a{
    color: #FF4D00;
}

.text b,.text strong{
    color:#000;
}

.text p + p {
    margin-top: 15px;
}

textarea{
    resize:none !important;
}

.calendar-box{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.calendar-title{
    margin-top: 5px;
    font-size:11px;
}

.calendar .calendar-box{
    width: 50%;
    margin-bottom: 15px;
}

@media (min-width: 350px) {
    .calendar .calendar-box{
        width: 33%;
    }
}

@media (min-width: 768px) {
    .calendar .calendar-box{
        width: 25%;
    }
}

@media (min-width: 992px) {
    .calendar .calendar-box{
        width: auto;
        flex:1;
    }
}

.calendar .calendar-box.current .calendar-item span{
    background-color:transparent !important;
}

.calendar .calendar-item{
    display: flex;
    justify-content: space-between;
}

.calendar .calendar-item span{
    padding-top: 20%;
    margin-right: 1px;
    margin-left: 1px;
    flex:1;
    position: relative;
}

@media (min-width: 992px) {
    .calendar .calendar-item span {
        padding-top: 40%;
    }
}

.calendar .calendar-box:nth-child(odd) .calendar-item > span{
    background-color: #c6c6c6;
}

.calendar .calendar-box:nth-child(even) .calendar-item > span{
    background: #b3b2b2;
}

.calendar .calendar-item span img{
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: contain;
}

#bg-img-1
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#vegas-slider
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

#vegas-slider .vegas-control__btn
{
    display: none;
    position: absolute;
    top: 50%;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    z-index: 3;
}

#vegas-slider .vegas-control__btn:hover { color: #f1cf69; }

#vegas-control__prev { left: -10px; }
#vegas-control__next { right: -10px; }

#vegas-slider .vegas-dots
{
    position: absolute;
    bottom: 20px;
    right: 10px;
    line-height: 0;
    text-align: center;
    z-index: 3;
}

@media (min-width: 576px)
{
    #vegas-slider .vegas-dots
    {
        top: 50%;
        right: 20px;
        bottom: auto;
    }
}

#vegas-slider .vegas-dots a
{
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 0 6px auto;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

#vegas-slider .vegas-dots a:hover,
#vegas-slider .vegas-dots a.active
{
    width: 25px;
    border-radius: 30px;
}

#vegas-slider .vegas-dots a.active
{
    background-color: #fff;
    border-color: #fff;
    cursor: default;
}

#start-screen_content-container
{
    position: relative;
    height: 100%
}

.start-screen__content
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.start-screen__content.active
{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    -moz-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    -ms-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    -o-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
}

.start-screen__content .title,
.start-screen__content .subtitle
{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.start-screen__content .title
{
    line-height: 1;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.start-screen__content .subtitle
{
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.start-screen__content p
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.start-screen__content p:first-child { margin-top: 0; }
.start-screen__content p:last-child { margin-bottom: 0; }

.start-screen__content .custom-btn.primary
{
    background-color: #f1cf69;
    color: #504935;
}

.start-screen__content .custom-btn.primary:hover,
.start-screen__content .custom-btn.primary:focus
{
    background-color: #444;
    border-color: #444;
    color: #fff;
}

/* first slide */
.start-screen__content-first { }
.start-screen__content-first .title { }
.start-screen__content-first .subtitle {}

/* second slide */
.start-screen__content-second { }
.start-screen__content-second .title { }
.start-screen__content-second .subtitle {}

/* third slide */
.start-screen__content-third { }
.start-screen__content-third .title { color: #282828; }
.start-screen__content-third .subtitle {}

@media only screen and (min-width: 576px)
{
    #vegas-control__prev { left: 0px; }
    #vegas-control__next { right: 0px; }

    .start-screen__content { text-align: inherit; }

    .start-screen__content .title
    {
        line-height: 0.8;
        font-size: 80px;
        letter-spacing: 10px;
    }

    .start-screen__content .subtitle { font-size: 20px; }

    .start-screen__content p
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .start-screen__content-third .title { line-height: 0.6; }
}

@media only screen and (min-width: 768px)
{
    .start-screen__content
    {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .start-screen__content .title
    {
        font-size: 110px;
        letter-spacing: 15px;
    }

    .start-screen__content .subtitle { font-size: 25px; }
}

@media only screen and (min-width: 992px)
{
    .start-screen__content
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .start-screen__content .title
    {
        font-size: 130px;
        letter-spacing: 20px;
    }
}

@media only screen and (min-width: 1200px)
{
    .start-screen__content .title
    {
        font-size: 150px;
        letter-spacing: 30px;
    }
}

.contact-card {
    width: 100%;
    height: 80px;
    display: flex;
    padding:10px;
    background-color: #ededed;
    align-items: center;
}
.contact-card figure {
    margin-right:10px;
}
.contact-card .contact-card_info{
    display: flex;
    flex-direction: column;
}
.contact-card .contact-card_info a{
    color:#282828;
    font-weight: 300;
    font-size: 11px;
}