* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Heading;
    src: url(./fonts/Transcript\ Pro\ Bold.ttf);
}

@font-face {
    font-family: MainText;
    src: url(./fonts/Transcript\ Pro\ Regular.ttf);
}

.relative {
    position: relative;
}

.main-img {
    width: 100%;
    img {
        width: 100%;
    }
}
.base-padding-inline {
    padding-inline: 28px;
}

.main-grid-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;

    display: grid;
    grid-template-rows: 1fr 205px;
}

.block-two-columns {
    display: grid;
    row-gap: 30px;

    grid-template-columns: 1fr 1fr;


}

.height100 {
    height: 100%;
}

.text-white {
    color: #fff;
}

.bold {
    font-family: Heading;
    text-transform: uppercase;
    line-height: 110%;

}

.notice {

    line-height: 110%;
    text-align: right;
    padding-top: 2vw;
    padding-inline: 2.5vw;
    padding-bottom: 5.8vw;
    font-size: 2.5vw!important;

}
a {
    color: #fff;
    text-decoration: none;
}

.button-clogs {
    padding: 20px;
    padding-inline: 80px;
    background-color: black;
    margin-inline: auto;
    margin-top: 50px;
    width: fit-content;
}

.regular {
    font-family: MainText;
    line-height: 110%;
}



.font40 {
    font-size: 40px;
}

.row2 {
    grid-row: 2;
}


.font20 {
    font-size: 20px;
}

.text-block {
    padding-top: 4rem;
    padding-bottom: 4rem;

}

.color-grey {
    color: #4C4C4C;
}

.height100px {
    grid-template-rows: 100px;
}

.img-wrapper-center {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    img {
        width: 100%;
    }
}

.height905px {
    height: 905px;
}

.img-wide {
    /* margin-top: 30px; */
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;

    img {

        width: 100%;
    }
}

.one-row {
    grid-template-rows: 1fr;
}

.paddinbottom91px {
    padding-bottom: 91px;
}

.height809px {
    height: 809px;
}

.margintop {
    margin-top: 100px;
}


.top-start {
    align-items: start!important;
}



.column-gap0 {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* display: grid;
    grid-template-rows: 1fr 1fr 1fr; */

    img {
        width: 100%;
    }
}

.width100 {
    width: 100%;

    img {
        width: 100%;
    }
}

.rectangle-grey {
    position: absolute;
    top: 30.3%;
    left: 50%;
    right: 0;
    bottom: 30.3%;

    background-color: #D9D9D9;
}

.row306px {
    grid-template-rows: 306px;
}

.paddinbottom64px {
    padding-bottom: 64px!important;
}

.hidden {
    display: none;
}

.hidden-big {
    display: none;
}

.main-img-small {
    width: 100%;
    img {
        width: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}

.main-img-small-text {
    position: absolute;
    bottom: 63px;
    left: 41px;
    right: 22px;
}

@media screen and (max-width: 1520px) {
   .height905px {
    height: 800px;
}
    
}

@media screen and (max-width: 1360px) {
   .height905px {
    height: 700px;
}
    .height100px {
    grid-template-rows: 1fr;
}
.main-grid-text {
    grid-template-rows: 1fr 250px; 
}

.height809px {
    height: 709px;
}

}

@media screen and (max-width: 1190px) {
   .height905px {
    height: 600px;
}

.height809px {
    height: 609px;
}

.main-grid-text {
    grid-template-rows: 1fr 280px; 
}
    
}

@media screen and (max-width: 1030px) {
   .height905px {
    height: 500px;
}

.height809px {
    height: 459px;
}


}


@media screen and (max-width: 935px) {
   .height905px {
    height: 400px;
}


.hidden-big {
    display: block;
}

.visible-big {
    display: none;
}


}

@media screen and (max-width: 950px) {
   .main-grid-text {
        grid-template-rows: 1fr 350px;
    }
}


@media screen and (max-width: 710px) {
   .height905px {
    height: 300px;
}

.hidden {
    display: block;
}

.visible {
    display: none;
}

.block-two-columns {

    display: flex;
    flex-direction: column;
    gap: 0;
    
}

.gap25 {
    gap: 25px;

}

.height905px, .height809px, .column-gap0 {
    height: fit-content;
    margin-inline: -28px;
}

.flex-to-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.paddinbottom91px {
    padding-bottom: 0px;
}

.text-block {
    padding-top: 64px;
    padding-bottom: 10px;

}

.paddinbottom64px--small {
    padding-bottom: 64px!important;
}

.paddinbottom0 {
    padding-bottom: 0px!important;

}
}

@media screen and (max-width: 600px) {

    .font20 {
        font-size: 24px;
    }

    .font40 {
        font-size: 30px;
    }
    
    .font20 {
        font-size: clamp(15px, 3.5vw, 24px)!important;
    }

    .font40 {
        font-size: clamp(20px, 5.26vw, 30px);
    }

    .main-img-small-text {

    bottom: clamp(30px, 10vw, 63px);
    left: clamp(25px, 6.8vw, 41px);
    right: clamp(13px, 3.7vw, 22px);
}

.text-block {
    padding-top: clamp(40px, 11vw, 100px);
    padding-bottom: 35px;

}

.paddinbottom64px {
    padding-bottom: clamp(30px, 12vw, 64px)!important;
}

.paddinbottom64px--small {
    padding-bottom: clamp(30px, 12vw, 64px)!important;
}
 
}

