/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
 .header-link-block-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 0;
    color: white;
}

.header-link-block-img:before {
    top: -75px;
    position: absolute;
    content: " ";
    z-index: 1;
    width: 600px;
    height: 600px;
    right: -200px;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='400' cy='400' r='399' stroke='%23FFFFFF20' stroke-width='2' fill='none' /%3E%3C/svg%3E%0A");
    background-size: cover;
}
.header-link-block-top {
    display: flex;
    justify-content: space-between;
}
.header-link-block-text {
    min-width: 40%;
    margin-right: 80px;
}
.header-link-heading {
    color: white;
    font-size: 70px;
    line-height: 77px;
    font-weight: bold;
}
.header-link-block-link {
    color: white;
    font-size: 16px;
    letter-spacing: 4.8px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 95px;
    position: relative;
    margin-top: 40px;
    display: inline-block;
}
.header-link-block-link:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg id='cta_circle_white' transform='translate(-1450 -3495)'%3E%3Ccircle id='Ellipse_268' data-name='Ellipse 268' cx='35' cy='35' r='35' transform='translate(1450 3495)' fill='%23fff'/%3E%3Cline id='Line_115' data-name='Line 115' x2='23.229' transform='translate(1473.385 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_116' data-name='Line 116' x2='6.761' y2='6.934' transform='translate(1489.854 3523.066)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_117' data-name='Line 117' y1='6.934' x2='6.761' transform='translate(1489.854 3530.215)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    content: " ";
    width: 70px;
    height: 70px;
    border-radius: 35px;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.header-link-entries {
    list-style: none;
    display: flex;
    padding: 0;
    max-width: 1045px;
    margin: 50px auto;
    flex-wrap: wrap;
}
.header-link-entry a {
    color: white;
    margin: 10px;
    text-decoration: none;
    border: 1px solid #ffffff20;
    padding: 10px 23px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.header-link-entry:last-child a {
    background-color: #F6CE47;
    color: #292D34;
    border-color: #F6CE47;
}
.header-link-block-img {
    height: 700px;
    max-width: calc(60% - 40px);
    margin-left: 40px;
    position: relative;
}
.header-link-block-img img:nth-child(1) {
    height: 100%;
    width: 580px;
    object-fit: cover;
    clip-path: polygon(0 0, 59% 0, 59% 10%, 100% 10%, 100% 100%, 0 100%);
}
.header-link-block-img img:nth-child(2) {
    position: absolute;
    left: -100px;
    bottom: 60px;
    width: 270px;
    height: 394px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 33% 100%, 33% 89%, 0 89%);
}
@media (max-width: 1180px) {
    .header-link-block-text {
        margin-right: 0;
    }
    .header-link-block-img:before {
        display: none;
    }
    .header-link-block-top {
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-link-block-img {
        height: 350px;
        max-width: 100%;
        margin: 0 35px;
    }
    .header-link-block-img img:nth-child(1) {
        max-width: 266px;
        max-height: 300px;
        margin-right: -75px;
    }
    .header-link-block-img img:nth-child(2) {
        max-width: 130px;
        max-height: 171px;
        bottom: 75px;
        left: -75px;
    }
    .header-link-block-inner {
        margin: 0 35px;
        padding: 80px 0 10px;
    }
    .header-link-heading {
        font-size: 38px;
        line-height: 42px;
    }
    .header-link-block-content {
        font-size: 15px;
    }
    .header-link-block-link {
        font-size: 11px;
        letter-spacing: 3.3px;
        margin-left: 55px;
    }
    .header-link-block-link:before {
        left: -55px;
        width: 40px;
        height: 40px;
        background-position: center;
        background-size: cover;
    }
    .header-link-entry a {
        width: max-content;
        padding: 6px 18px;
        font-size: 13px;
        margin: 5px;
    }
    .header-link-entries {
        overflow: scroll;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}