.cta {
    position: relative;
    z-index: 1;
    padding: 35px 0 50px;
    background: #18191A;
    -webkit-clip-path: polygon(50% 8%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    clip-path: polygon(50% 8%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    color: var(--color-white);
}

.cta--with-oneside-image,
.cta--with-twoside-image {
    -webkit-clip-path: polygon(50% 4%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
    clip-path: polygon(50% 4%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
}

/* Two Side Images */
.cta--with-twoside-image .cta-flex {
    display: flex;
    flex-direction: column;

}

.cta--with-twoside-image .cta__content__left {
    order: 1;
}

.cta--with-twoside-image .cta__content__middle {
    order: 0;
    margin-bottom: 32px;
}

.cta--with-oneside-image .cta__content__right,
.cta--with-twoside-image .cta__content__right {
    order: 2;
}

/* One Side Image */
.cta--with-oneside-image .cta-flex {
    display: flex;
    flex-direction: column;
}

.cta--with-oneside-image.cta--with-left-image .cta__content__left {
    order: 1;
}

.cta--with-oneside-image.cta--with-left-image .cta__content__right {
    order: 0;
    margin-bottom: 32px;
}

.cta--with-oneside-image.cta--with-left-image {
    outline: 1px solid blue;
}

.cta__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* transform: translate(0, -50%); */
}

.cta__content {
    position: relative;
    z-index: 1;
    padding: 48px 42px 64px;
    border-right: 1px solid var(--color-gold-light);
    border-left: 1px solid var(--color-gold-light);
}

.cta__content .btn-primary {
    border-radius: 40px;
    text-align: left;
}

.cta__content::before {
    position: absolute;
    top: 0px;
    left: -0;
    width: 100%;
    height: 51px;
    background-color: var(--color-gold-light);
    -webkit-clip-path: polygon(0 0, 50% 60%, 100% 0, 100% 2%, 50% 63%, 0 2%);
    clip-path: polygon(0 0, 50% 60%, 100% 0, 100% 2%, 50% 63%, 0 2%);
    content: '';
}

.cta__content::after {
    position: absolute;
    bottom: 0px;
    left: -0;
    width: 100%;
    height: 51px;
    background-color: var(--color-gold-light);
    -webkit-clip-path: polygon(0 0, 50% 79%, 100% 0, 100% 2%, 50% 82%, 0 2%);
    clip-path: polygon(0 0, 50% 79%, 100% 0, 100% 2%, 50% 82%, 0 2%);
    content: '';
    transform: rotate(-180deg);
}

.cta__content .btn+.btn {
    margin-top: 25px;
}

.cta__icon {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 50%;
    color: rgba(255, 255, 255, 0.07);
    font-size: 330px;
    line-height: 1em;
    transform: translate(-50%, 0);
}

.cta--with-oneside-image .cta__icon .cta--with-twoside-image .cta__icon {
    top: 50%;
    transform: translate(-50%, -50%);
}

.cta__content__col h5 {
    padding: 0 0 8px 0;
    color: var(--color-white);
    font-size: 1.375rem;
    font-weight: 400;
}

.cta__content__col p {
    position: relative;
    padding: 0 0 0 23px;
    margin-bottom: 10px;
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42em;
}

.cta__content__col p i {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--color-gold);
    font-size: 1rem;
}

.cta__content__col p a:not(.btn) {
    color: var(--color-white);
    font-weight: 400;
}

.cta__image {
    position: relative;
    width: 100%;
    min-height: 180px;
    margin-top: 20px;
}

.cta__content__left .cta__image {
    margin-top: 0;
    margin-bottom: 20px;
}

.cta--with-twoside-image .cta__content__left .cta__image {
    margin-bottom: 0;
}

.cta__image__info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.15) 70%, rgba(35, 31, 32, 1) 100%);
}

.cta__image__info span {
    display: block;
    padding-bottom: 18px;
    margin: 0 auto;
    color: var(--color-white);
    font-family: 'Palatino';
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    text-align: center;
}

.cta__contact-info {
    padding-bottom: 10px;
}

.cta__content__middle {
    max-width: 1200px;
}

.cta--with-twoside-image .cta__content__left,
.cta--with-twoside-image .cta__content__right {
    width: 100%;
    margin: 0 auto;
    max-width: 239px;
}

@media (min-width: 768px) {
    .cta__content {
        padding: 90px 20px 90px;
    }

    .cta__content h2 {
        padding: 0;
        font-size: 2.625rem;
    }

    .cta__content h2 {
        padding: 0;
        font-size: 2.625rem;
    }

    .cta .subheading {
        font-size: 2.5rem;
    }

    .cta {
        padding: 50px 0 50px;
    }

    .cta__icon {
        top: -9px;
        font-size: 346px;
    }

    .cta-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .cta--with-oneside-image .cta-flex,
    .cta--with-twoside-image .cta-flex {
        flex-direction: row;
    }

    .cta__content__left,
    .cta__content__middle {
        width: calc(100% - 250px);
        padding-right: 40px;
    }

    .cta__content__right {
        width: 250px;
    }

    .cta--with-twoside-image .cta__content__left,
    .cta--with-twoside-image .cta__content__right {
        flex: 1 0 calc(50% - 20px);
        padding-right: 0;
    }

    .cta--with-twoside-image .cta__content__middle {
        width: 100%;
        flex: 1 0 100%;
        padding-right: 0;
    }

    .cta__image {
        margin-top: 20px;
    }

    .cta--with-twoside-image .cta__content__right .cta__image {
        margin-top: 0;
    }

    .cta--with-oneside-image .cta__content h2,
    .cta--with-twoside-image .cta__content h2 {
        padding: 0 0 20px;
        font-size: 2.125rem;
    }

    .cta--with-oneside-image .cta__content,
    .cta--with-twoside-image .cta__content {
        padding: 53px 20px 79px;
    }

    .cta--with-oneside-image .cta__content .btn+.btn,
    .cta--with-twoside-image .cta__content .btn+.btn {
        margin-left: 0;
    }

    /* One Side + Left Image */
    .cta--with-oneside-image.cta--with-left-image .cta__content__left {
        width: 250px;
        order: 0;
        padding-right: 0;
    }

    .cta--with-oneside-image.cta--with-left-image .cta__content__right {
        width: calc(100% - 250px);
        order: 1;
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {

    .cta--with-oneside-image .cta__content .btn+.btn,
    .cta--with-twoside-image .cta__content .btn+.btn {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .cta__image {
        -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 92%);
        clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 92%);
    }

    .cta--with-twoside-image .cta__content__left .cta__image {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    }

    .cta--with-oneside-image.cta--with-left-image .cta__image__info span,
    .cta--with-twoside-image .cta__content__left .cta__image__info span {
        transform: rotate(-3deg);
    }

    .cta__content {
        padding: 110px 20px 120px;
    }

    .cta {
        padding: 69px 0;
    }

    .cta__content h2 {
        padding: 0 0 10px;
    }

    .cta__icon {
        top: 20px;
        font-size: 351px;
    }

    .cta__content__left,
    .cta__content__middle {
        width: calc(100% - 460px);
        padding-right: 40px;
    }

    .cta__content__right {
        width: 460px;
    }

    .cta__image {
        min-height: 356px;
        margin-top: 0;
    }

    .cta__contact-info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .cta__content__col p {
        margin-right: 10px;
    }

    .cta--with-oneside-image .cta__content h2,
    .cta--with-twoside-image .cta__content h2 {
        padding: 0 0 32px;
        font-size: 2.625rem;
    }

    .cta__image__info span {
        /* max-width: 187px; */
        font-size: 1.25rem;
        transform: rotate(4deg);
    }

    /* One Side + Left Image */
    .cta--with-oneside-image.cta--with-left-image .cta__content__left {
        width: 460px;
        order: 0;
        padding-right: 0;
    }

    .cta--with-oneside-image.cta--with-left-image .cta__content__right {
        width: calc(100% - 460px);
        order: 1;
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .cta {
        padding: 80px 0;
        -webkit-clip-path: polygon(50% 13%, 100% 0, 100% 100%, 50% 87%, 0 100%, 0 0);
        clip-path: polygon(50% 13%, 100% 0, 100% 100%, 50% 87%, 0 100%, 0 0);
    }

    .cta--with-twoside-image .cta-flex {
        flex-direction: row;
    }

    .cta__content::before {
        height: 76px;
        -webkit-clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 2%, 50% 96%, 0 2%);
        clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 2%, 50% 96%, 0 2%);
    }

    .cta__content::after {
        height: 76px;
        -webkit-clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 2%, 50% 96%, 0 2%);
        clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 2%, 50% 96%, 0 2%);
        transform: rotate(-180deg);
    }

    .cta__content {
        padding: 125px 20px 130px;
    }

    .cta--with-oneside-image .cta__content {
        padding: 90px 150px 90px;
    }

    .cta--with-twoside-image .cta__content {
        align-items: center;
        padding: 90px 70px 80px;
    }

    .cta--with-twoside-image .cta__contact-info {
        justify-content: center;
    }

    .cta__icon {
        top: 40px;
        font-size: 346px;
    }

    .cta--with-twoside-image .cta__icon {
        top: 24px;
        font-size: 467px;
    }

    .cta--with-oneside-image .cta__content .btn+.btn,
    .cta--with-twoside-image .cta__content .btn+.btn {
        margin-left: 25px;
    }

    .cta__content__left,
    .cta__content__middle {
        width: calc(100% - 462px);
        padding-right: 58px;
    }

    .cta--with-twoside-image .cta__content__left,
    .cta--with-twoside-image .cta__content__middle {
        padding-right: 0;
    }

    .cta__content__right {
        width: 462px;
    }

    .cta__content__col p {
        margin-right: 18px;
    }

    .cta__image__info {
        background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.15) 75%, rgba(35, 31, 32, 1) 100%);
    }

    .cta__image {
        -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 91%);
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 91%);
    }

    .cta--with-twoside-image .cta__image {
        -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
    }

    .cta--with-oneside-image .cta__icon {
        top: 35px;
        font-size: 467px;
    }

    .cta--with-twoside-image .cta__content__left,
    .cta--with-twoside-image .cta__content__right {
        width: 239px;
    }

    .cta--with-twoside-image .cta__content__left,
    .cta--with-twoside-image .cta__content__middle,
    .cta--with-twoside-image .cta__content__right {
        flex: unset;
    }

    .cta--with-twoside-image .cta__content__left {
        order: 0;
    }

    .cta--with-twoside-image .cta__content__middle {
        order: 1;
    }

    .cta--with-twoside-image .cta__content__right {
        order: 2;
    }

    .cta--with-twoside-image .cta__content__middle,
    .cta__content__middle {
        width: calc(100% - 478px);
        text-align: center;
    }

    .cta__content__left .cta__image {
        margin-bottom: 0;
    }
}

.cta-blue-bg-bottom {
    position: relative;
}

.cta-blue-bg-bottom::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--color-blue-2x-light);
    content: '';
}

.cta-blue-bg-top {
    position: relative;
}

.cta-blue-bg-top::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--color-blue-2x-light);
    content: '';
}