/* Gated Resource Page */
.gated-resource .page-header:not(.js-scrolled) {
    padding: 50px 0 !important;
    background: transparent;
}

.gated-resource h1, .gated-resource .h1 {
    font-size: 40px;
    line-height: 1.35em;
    padding-bottom: 0;
    color: #192846;
    font-weight: 400;
}

.gated-resource h2, .gated-resource .h2 {
    color: #000;
    font-size: 34px;
    line-height: 1.47em;
}

.gated-resource h3, .gated-resource .h3 {
    font-size: 25px;
    line-height: 1.28em;
    padding-bottom: 8px;
    color: #192846;
}

.text-form {
    width: calc(100% - 22px);
    padding: 32px 0 81px;
    position: relative;
    z-index: 1;
}

.text-form-text {
    width: calc(100% + 44px);
    margin-left: -22px;
    padding: 48px 14px 331px 33px;
    background-color: #EFF1FA;
    border-radius: 0 100px 0 0;
}

.text-form-text h1:has(+ :not(.event-date)) {
    margin-bottom: 20px;
}

.text-form-form {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
    margin-top: -294px;
    padding: 27px 17px 32px;
}

.from-text-angle-image {
    position: absolute;
    bottom: 0;
    right: -22px;
    width: 105px;
    z-index: -1;
}

.from-text-angle-image svg {
    width: 100%;
}

.mktoForm_class .mktoFormRow {
    display: block;
}

.mktoFormRow > div {
    max-width: 100%;
    flex: 1;
    margin-bottom: 15px;
}

.mktoFormRow > div:last-child {
    max-width: 100%;
}

.mktoFormRow > div p,
.mktoFormRow > div p span,
.mktoFormRow > div p a,
.mktoFormRow .mktoHtmlText * {
    font-size: 14px;
    line-height: 1.75em;
}

.mktoRequiredField label:after {
    content: '*';
    margin-left: 5px;
}

.mktoFormRow > div p a {
    color: #192846;
    font-weight: 700;
    background: linear-gradient(to bottom, #000 0%, #D0C6E5 100%);
    background-position: 0 100%;
    background-size: 3px 2px;
    background-repeat: repeat-x;
}

.mktoForm .mktoFormRow {
    margin-bottom: 16px;
}

.text-form-form .mktoForm [type="text"],
.text-form-form .mktoForm [type="date"],
.text-form-form .mktoForm [type="datetime"],
.text-form-form .mktoForm [type="datetime-local"],
.text-form-form .mktoForm [type="email"],
.text-form-form .mktoForm [type="month"],
.text-form-form .mktoForm [type="number"],
.text-form-form .mktoForm [type="password"],
.text-form-form .mktoForm [type="search"],
.text-form-form .mktoForm [type="tel"],
.text-form-form .mktoForm [type="url"],
.text-form-form .mktoForm [type="week"],
.text-form-form .mktoForm [type="date"] {
    border: 1px solid #aaa4b4;
    width: 100%;
    height: 55px;
    padding: 0 21px;
    font-size: 18px;
    font-weight: 400;
    color: #2a1b43;
    border-radius: 12px;
    background: #ffffff;
}

.text-form + .bg-white {
    padding-top: 0;
}

/* .text-form + .section-margins {
    margin-top: 0;
} */

/* Gated Resource Landing */
.gated-resource .text-form-flex {
    padding-bottom: 48px;
}

.gated-resource .text-form {
    width: 100%;
    padding: 125px 0 0;
    background-color: #EFF1FA;
}

.gated-resource .text-form-text {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.gated-resource .text-form-form {
    margin-top: 0;
    background-color: rgba(90, 42, 152, 0.11);
    box-shadow: none;
}

.gated-resource .mktoForm {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

.gated-resource .mktoForm :empty {
    margin: 0;
}

.gated-resource .mktoForm > * {
    flex: 1 0 auto;
    order: -1;
    width: calc(100% - 32px);
}

.gated-resource .mktoForm .mktoFieldDescriptor {
    margin-bottom: 0;
}

.gated-resource .mktoForm > :nth-child(1) {
    order: 1;
}

.gated-resource .mktoForm > :nth-child(2) {
    order: 2;
}

.gated-resource .mktoForm > :nth-child(3) {
    order: 3;
}

.gated-resource .mktoForm > :nth-child(4) {
    order: 4;
}

.gated-resource .mktoForm > :nth-child(5) {
    order: 6;
}

.gated-resource .mktoForm > :nth-child(6) {
    order: 5;
    width: 100%;
}

.gated-resource .mktoForm > :nth-child(7) {
    order: 7;
}

.gated-resource .mktoForm > :nth-child(8) {
    order: 8;
}

.gated-resource .mktoForm > :nth-child(9) {
    order: 9;
}

.gated-resource .mktoForm > :nth-child(10) {
    order: 10;
}

.gated-resource .mktoForm > :nth-child(11) {
    order: 11;
}

.gated-resource .mktoForm > :nth-child(12) {
    order: 12;
}

.gated-resource .mktoForm > :nth-child(20) {
    order: 20;
}

.gated-resource .text-form-left-graphics,
.gated-resource .text-form-right-graphics {
    display: none;
    position: absolute;
}


.gated-resource .text-form-left-graphics {
    bottom: 0;
    left: 0;
}

.gated-resource .text-form-right-graphics {
    right: 0;
    bottom: -144px;
}

@media( min-width:600px ) {
    .mktoFormRow > div {
        max-width: 50%;
        margin-bottom: 0;
    }

    .mktoForm_class .mktoFormRow {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        gap: 15px;
    }
}

@media(min-width: 768px) {

    .text-form {
        width: calc(100% - 52px);
        padding: 48px 0 95px;
      }

    .text-form-text {
        width: calc(100% + 104px);
        margin-left: -52px;
        border-radius: 0 150px 0 0;
        padding: 63px 58px 248px 63px;
    }

    .text-form-form {
        margin-top: -214px;
        padding: 27px 34px 32px;
    }

    .from-text-angle-image {
        right: -5px;
    }
    
    /* Gated Resource Page */
    .gated-resource .text-form-form {
        padding-right: 16px;
        padding-left: 16px;
    }
    
    .gated-resource .mktoForm > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    
    .gated-resource .mktoForm > :nth-child(1),
    .gated-resource .mktoForm > :nth-child(2),
    .gated-resource .mktoForm > :nth-child(3),
    .gated-resource .mktoForm > :nth-child(4),
    .gated-resource .mktoForm > :nth-child(5),
    .gated-resource .mktoForm > :nth-child(8) {
        max-width: calc(50% - 32px);
    }
    
    .gated-resource .mktoForm > :nth-child(6) {
        max-width: calc(100% - 32px);
    }
    
    /* .gated-resource .mktoForm > :nth-child(7) {
        display: none;
    } */
}

@media(min-width: 1200px) {

    .gated-resource h1, .gated-resource .h1 {
        font-size: 2em;
        color: #192846;
    }

    .gated-resource h2, .gated-resource .h2 {
        font-size: 54px;
        line-height: 1.37em;
        color: #000;
    }

    .gated-resource h3, .gated-resource .h3 {
        font-size: 25px;
        padding-bottom: 8px;
        color: #192846;
    }

    .text-form {
        max-width: calc(100%);
        padding: 95px 0;
    }

    .text-form-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .text-form-form {
        width: calc(100% - 530px);
        margin-top: 0;
        padding: 48px 53px;
    }

    .text-form-text {
        width: calc(100%);
        width: 530px;
        margin-left: 0;
        border-radius: 0px;
        padding: 136px 33px 136px 0;
        background-color: transparent;
        position: relative;
    }

    .text-form-text::before {
        content: '';
        position: absolute;
        left: -63px;
        top: 0;
        width: calc(100% + 453px);
        border-radius: 0 400px 0 0;
        height: 100%;
        background-color: #EFF1FA;
        z-index: -1;
    }

    .from-text-angle-image {
        width: 187px;
        right: 15px;
        bottom: 85px;
    }

    .mktoForm .mktoFormRow .mktoFieldDescriptor {
        -webkit-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-flex: 1 0 48%;
        flex: 1 0 48%;
        margin-right: 2rem;
    }

    /* Gated Resource Page */
    .gated-resource .text-form .container-fluid {
        padding: 0;
    }
    
    .gated-resource .text-form-flex {
        padding-bottom: 0;
    }
    
    .gated-resource .text-form-text {
        padding: 125px 63px;
        width: 40%;
    }

    .gated-resource .text-form-text.no-marketo-form {
        width: 100%;
        text-align: center;
    }

    .gated-resource .text-form-text.no-marketo-form .presenters-wrapper {
        justify-content: center;
    }

    
    .gated-resource .text-form-form {
        padding: 240px 9.6% 112px;
        width: 60%;
        min-height: 900px;
        position: relative;
        border-radius: 0;
        border-top-left-radius: 500px;
    }
    
    .gated-resource .text-form-form:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -100%;
        background-color: rgba(90, 42, 152, 0.11);
    }
    
    .gated-resource .text-form {
        padding: 0;
    }
    
    .gated-resource .mktoForm .mktoFormRow .mktoFieldDescriptor {
        margin-right: 0;
    }
    
    .gated-resource .text-form-left-graphics,
    .gated-resource .text-form-right-graphics {
        display: block;
    }
}

@media (min-width: 1600px) {
    
    .gated-resource h1, .gated-resource .h1 {
        font-size: 2.8em;
    }
    
    .gated-resource h2, .gated-resource .h2 {
        font-size: 78px;
        line-height: 1.23em;
        color: #000;
    }

    .gated-resource h3, .gated-resource .h3 {
        font-size: 30px;
        color: #192846;
    }
}

@media(min-width:1620px) {
    .text-form-form {
        width: 50%;
    }

    .text-form-text {
        width: 50%;
        padding: 136px 63px 136px 0;
    }
    
    /* Gated Resource Page */
    .gated-resource .text-form-text {
        padding-left: 63px;
    }
}

/* Event Styling */

.tag-event {
    margin-bottom: 30px;
    display: inline-flex;
    padding: 10px 25px;
    border-radius: 0 0 20px 0;
    background: #dfdcf0;
}

.tag-event_solution-tour {
    background: #2a1b43;
    color: #fff;
}

.tag-event_webinar {
    background: #90ca74;
    color: #192846;
}

.tag-event_ebook {
    background: #40afe4;
    color: #2A1B43;
}

.tag-event_report {
    background: #F7941D;
    color: #2A1B43;
} 

.event-date {
    margin-top: 30px;
    font-weight: 800;
    font-size: 1em;
}

.presenters-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
    margin: 50px 0;
}

.presenter-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.presenter-container img {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.presenter-name {
    font-size: .8em;
    font-weight: 800;
}

.cta__left-bg {
    height: 120%;
    overflow: hidden;
}

@media (min-width: 1200px) {
    
    .event-date {
        font-size: 1.2em;
    }
    
    .icon-text-column-heading {
        margin-bottom: 30px!important;
    }
    
}

/* End Event Styling */