html, body {
    max-width: 100% !important;
    overflow-x: hidden;
}
h1, h2, h3 {
    letter-spacing: 0 !important;
}
b, strong {
    font-family: var(--ui-font-family-helvetica);
}
.uk-text-large {
    font-size: 1.5em !important;
}
.uk-text-large h2 {
    font-size: 3rem !important;
}
.uk-text-large h3 {
    font-size: 2.5rem !important;
}
h3.uk-text-small {
    font-size: 1.25rem !important;
}
button:focus {
    outline: none !important;
}
.sev-button-arrow {
    color: #ffffff;
    border-radius: 999px;
    font-family: 'DIN Pro Condensed', Tahoma, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 15px 60px 15px 30px;
    font-size: 1.25rem;
    border: none;
    margin-top: 30px;
    background: #C49A6C;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}
.sev-button-arrow:hover {
    transform: scale(1.025);
}
.sev-button-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 40px;
    height: 40px;
    background-image: url(./img/arrow1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.uk-text-large p {
    font-size: 20.5px !important;
}
.uk-section .container {
    position: relative;
}
.bg-biege {
    background-color: #F6F3EF;
}
.bg-02 {
    background-color: #D5BA9D;
}
.bg-03 {
    background-color: #F2F3F7;
}
.ct {
    color: #af885e !important;
}
.pr {
    position: relative;
}
.t26, .t26 h2, .t26 h3, .t26 h4, .t26 p {
    color: #262626;
}
.t32, .t32 h2, .t32 h3, .t32 h4, .t32 p {
    color: #323232;
}
.t36, .t36 h2, .t36 h3, .t36 h4, .t36 p {
    color: #363636;
}
.t59, .t59 h2, .t59 h3, .t59 h4, .t59 p {
    color: #595959;
}

#section01 .pr {
    width: calc(100% - 400px);
}
.example01 {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 680px;
    height: 680px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.example01 img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    /* padding-top: 0px; */
}
#section02 .union-circle {
    aspect-ratio: 1;
    margin-left: -70px;
    padding-left: 110px;
    border-radius: 50%;
    background-size: 60%;

    background-repeat: no-repeat;
    background-position: center;
}
#section02 .union-cross .square {
    aspect-ratio: 1;
}
#section02 .union-cross .square:nth-child(1)::after {
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: -1px;
    background-color: #e2e2e2;
    transform: translateY(-50%);
}
#section02 .union-cross .square:nth-child(2)::after {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    background-color: #e2e2e2;
    transform: translateX(-50%);
}
#section02 .union-cross .square:nth-child(3)::after {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 50%;
    background-color: #e2e2e2;
    transform: translateX(-50%);
}
#section02 .union-cross .square:nth-child(4)::after {
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: -1px;
    background-color: #e2e2e2;
    transform: translateY(-50%);
}

#section02 .union-cross .square > img {
    max-width: 50%;
}

#section03 .uk-card {
    border-radius: 15px;
    background-color: #f2f3f7;
    transition: all 0.3s ease;
}
#section03 .raitings img {
    width: auto;
    height: 24px;
    max-width: 100px;
}
#section03 .uk-card img.cube {
    width: auto;
    height: 100%;
    margin-right: -30px;
    transition: all 0.3s ease;
}
#section03 .uk-card:hover {
    /* padding-left: 55px; */
    transition: all 0.3s ease;
    transform: scale(1.025);
    box-shadow: inset 10px 10px 30px rgba(0, 0, 0, 0.05);
}
#section03 .uk-card:hover img.cube {
    height: 110%;
    margin-right: -30px;
    transition: all 0.3s ease;
}

#section04 {
    background-color: #fff3eb;
    min-height: 600px;
    max-height: 60vh;
    background-image: url('./img/video.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#section04 > .container, #section04 > .container > div {
    height: 100%;
}
#section04 .uk-icon-button {
    width: auto !important;
    height: auto !important;
}

#section05 .uk-card.parent-card {
    border-radius: 30px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}
#section05 .inner-grid {
    display: grid;
    gap: 20px !important;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-template-areas:
        "a a a b b b b b b"
        "c c c d d d e e e"
        "f f f g g h h h h";
    align-items: start;
}
#section05 .inner-grid .uk-card {
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
}
#section05 .inner-grid .uk-card:nth-child(1) {
    grid-area: a;
}
#section05 .inner-grid .uk-card:nth-child(2) {
    grid-area: b;
    background-image: url('./img/frame05_02.webp');
    background-repeat: no-repeat;
    background-position: -100% 50%;
    background-size: 110%;
}
#section05 .inner-grid .uk-card:nth-child(3) {
    grid-area: c;
    background-image: url('./img/frame05_03.webp');
    background-repeat: no-repeat;
    background-position: -100% 50%;
    background-size: 110%;
}
#section05 .inner-grid .uk-card:nth-child(4) {
    grid-area: d;
}
#section05 .inner-grid .uk-card:nth-child(5) {
    grid-area: e;
}
#section05 .inner-grid .uk-card:nth-child(6) {
    grid-area: f;
    /* outline: 0 solid rgba(255, 255, 255, 1); */
}
#section05 .inner-grid .uk-card:nth-child(7) {
    grid-area: g;
    /* outline: 0 solid rgba(255, 255, 255, 1); */
}
#section05 .inner-grid .uk-card:nth-child(8) {
    grid-area: h;
    /* outline: 0 solid rgba(255, 255, 255, 1); */
    background-image: url('./img/frame05_08.webp');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 60%;
}
#section05 .inner-grid .uk-card:nth-child(1):hover,
#section05 .inner-grid .uk-card:nth-child(2):hover,
#section05 .inner-grid .uk-card:nth-child(4):hover,
#section05 .inner-grid .uk-card:nth-child(5):hover {
    transform: scale(1.03);
    box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.05);
}
#section05 .inner-grid .uk-card:nth-child(6):hover,
#section05 .inner-grid .uk-card:nth-child(7):hover,
#section05 .inner-grid .uk-card:nth-child(8):hover {
    cursor: pointer;
    transform: scale(1.03);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.25);
    /* outline: 1px solid rgba(255, 255, 255, 1); */
}
#section05 .sev-button-arrow {
    background: #696969;
}

#section06 {
    margin-top: -140px;
    padding-top: 140px;
    background-image: url('./img/severconsh.svg');
    background-size: auto 75%;
    background-position-x: 110%;
    background-position-y: 115%;
    background-repeat: no-repeat;
}
#section06 .vacancy-button {
    display: flex;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 30px;
    font-family: 'DIN Pro Condensed', Tahoma, sans-serif !important;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d2d2d;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    min-height: 90px;
    padding-right: 90px;
    overflow: hidden;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}
#section06 .vacancy-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 60px;
    height: 60px;
    background-image: url('./img/arrow2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#section06 .vacancy-button:hover {
    transform: scale(1.03);
}
#section06 .sev-mail {
    padding-right: 15px;
    font-size: 1.1rem;
    color: #595959;
}
#section06 .sev-mail a {
    color: #595959;
    padding-left: 35px;
    background-image: url(./img/mail.svg);
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center left;
}

@media (max-width: 1200px) {
    .example01 {
        position: absolute;
        top: -0px;
        right: -100px;
        width: 600px;
        height: 600px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }
}
@media (max-width: 991px) {
    .example01 {
        position: absolute;
        top: auto;
        bottom: -60%;
        right: -100px;
        width: 60%;
        height: auto;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        aspect-ratio: 1;
    }
    #section01 .pr {
        width: 100%;
    }
    #section01 p {
        max-width: 80%;
    }
    #section02 .uk-text-large p {
        font-size: 16px !important;
        padding-right: 20px;
    }
    #section05 .inner-grid {
        grid-template-areas:
            "a a a a b b b b b"
            "c c c c c d d d d"
            "c c c c c d d d d"
            "e e e e e f f f f"
            "g g g g h h h h h";
    }
    #section06 {
        background-size: 85% auto;
    }
    #section06 .sev-mail {
        bottom: auto;
        top: 24px;
    }
}
@media (max-width: 767px) {
    .example01 {
        bottom: -40%;
    }
    .cube {
        display: none;
    }
    #section04 {
        min-height: 60vw;
        max-height: 60vw;
    }
    #section05 .inner-grid {
        grid-template-areas:
            "a a a a b b b b b"
            "c c c c c c c c c"
            "d d d d d d d d d"
            "e e e e e f f f f"
            "g g g g h h h h h";
    }
}
@media (max-width: 540px) {
    #section06 .sev-mail {
        position: relative !important;
        top: 0;
    }
}
@media (max-width: 420px) {
    .example01 {
        width: 80%;
    }
    #section05 .inner-grid {
        grid-template-areas:
            "a a a a a a a a a"
            "b b b b b b b b b"
            "c c c c c c c c c"
            "d d d d d d d d d"
            "e e e e e e e e e"
            "f f f f f f f f f"
            "g g g g g g g g g"
            "h h h h h h h h h";
    }
}
