html {
    scroll-behavior: smooth;
}

.head-bg {
    display: block;
    background-color: rgba(65, 65, 65, 0.5);
    height: 96px;
}

.modal {
    padding: 0;
    margin-top: 0;
    width: 100%;
    max-width: 1200px !important;
}

.town {
    padding-left: 4px;
}

.sp-content h1 {
    font-size: 2.6rem;
    line-height: 0.8;
}

.sp-content h2 {
    color: #fca02f;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.sp-content h1 span {
    font-family: "Alegreya Sans";
    font-size: 1.16rem;
    line-height: 1.2;
    letter-spacing: .04rem;
    color: #fca02f;
}

.sp-paragraph {
    color: #fff;
    font-weight: 400;
}

.wrapper {
    padding-left: 0.83rem;
    padding-right: 0.83rem;
    margin: 0 auto;
}

.wrap-content {
    display: flex;
}

.wrap-content .sp-desktop {
    display: none;
}

.wrap-content h2 {
    text-align: start;
}

.speaker-content {
    flex: 1 1 auto;
    overflow: hidden;
    padding-bottom: 8.3rem;
}

.speaker-content section {
    padding: 1.7rem 0;
}

.main-sp .bullets {
    margin: 20px 0;
    padding: 0 0 0 40px;
}

.main-sp ul {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.7;
    padding-left: 0;
    list-style: none;
}

.main-sp ul.bullets {
    font-size: 1.01rem;
    padding-left: 1.9rem;
    list-style: disc;
}

.speaker-sidebar .inner .speaker-data .bullets {
    font-weight: bold;
}

/* Enquire Button */


.sp-btn {
    display: inline-flex;
    border-radius: 0.06rem;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: .88889rem;
    line-height: 1;
    padding: 1em 3em;
    letter-spacing: .02rem;
    width: max-content;
}

.sp-btn--anim {
    transition: all .1s ease;
}

.sp-btn-orange {
    background-color: #fca02f;
    border: 0.06rem solid #fca02f;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    padding: 0.3rem;
}


/* Bar */

.has-grafit-background-color {
    background-color: #303a3f !important;
}

.has-grafit-background-color,
.has-navy-background-color {
    border: 0 !important;
}

.speaker-photo {
    position: relative;
    line-height: 0;
}

.speaker-photo img {
    width: 100%;
    height: auto;
}

.speaker-photo:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(bottom, rgba(20, 57, 75, .2), rgba(20, 57, 75, .2)), -o-linear-gradient(82.97deg, rgba(20, 57, 75, .2) 7.51%, rgba(20, 57, 75, 0) 20.74%);
    background: linear-gradient(0deg, rgba(20, 57, 75, .2), rgba(20, 57, 75, .2)), linear-gradient(7.03deg, rgba(20, 57, 75, .2) 7.51%, rgba(20, 57, 75, 0) 20.74%);
}

.speaker-data {
    margin-top: 1.38889rem;
    padding: 0 2.05556rem;
}



.speaker-sidebar .title {
    text-transform: uppercase;
    color: #fca02f;
    font-size: .8rem;
    font-weight: 700;
    line-height: 2.285;
    letter-spacing: .06rem;
}

.speaker-sidebar .speaker-data ul li a {
    color: #fff;
    font-weight: bold;
}

.speaker-sidebar ul.bullets {
    color: #fff;
    font-size: 0.9rem;
    padding-left: 1.9rem;
    line-height: 1.5;
    list-style: disc;
}

#userInfoMob .speaker-data-footer {
    border-top: none;
    padding-top: 0.83rem;
}

/* Speaker Topics */

.topics-sp .item {
    padding-left: 1.6rem;
}

.topics-sp .title {
    list-style: disc;
}

.topics-sp .title li {
    margin-bottom: 0.83rem;
}

.topics-sp .title li p {
    font-size: 0.83rem;
    font-weight: bold;
    margin-bottom: 0;
}

/* Left side modal */

.wrap-content .left-side-width {
    flex: 1 0 auto;
    width: 16.6rem;
    position: relative;
}

.speaker-sidebar .inner {
    padding: 0 0 2.22rem !important;

}

.wrap-content .left-sidebar {
    flex: 1 0 auto;
    width: 16.6rem;
    opacity: 1;
    visibility: visible;
    padding: 0;
    position: fixed;
    z-index: 3;
}

.left-sidebar>div {
    margin-bottom: 2.22222rem;
    border-radius: 0.11111rem;
}

/* Bio */

.text-content>p {
    font-weight: 400;
}


/* Videos of Martin Warner */
.scrolling-wrapper-flexbox {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    height: 230px;
}

.scrolling-wrapper-flexbox .card {
    flex: 0 0 80%;

}

.scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
}

.scrolling-wrapper-flexbox {
    scrollbar-width: none;
}

.video-descr {
    color: rgb(72, 72, 72);
    font-size: 12px;
    font-weight: bold;
}


/* Book */
.book-sp .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6rem;
}

.book-sp .inner .bookItem {
    padding: 0 0.66667rem;
    max-width: 244px;
    margin-bottom: 0.66667rem;
}

/* Form */

.contact-form-container {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    box-shadow: 0 0.4rem 0.4rem rgba(154, 147, 143, .6);
    border-radius: 0.3rem;
    padding: 3rem 2rem;

}

.underline {
    border-bottom: 1px solid #fca02f;
    padding-bottom: 8px;
}

.contact-form-container .fileds-wrap {
    margin: 0 -0.88889rem;
    width: auto;
}

.fields-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.4rem;
    gap: 20px;
    width: 100%;
}

.field-container {
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.contact-form-container .sp-form-form p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000 !important;
    font-weight: 400;
    letter-spacing: 0;
}

input,
select,
textarea {
    padding: 0.3rem 0.83rem;
    color: #8b8d94;
    border: 1px solid #e0e1e1;
    background-color: #fff;
    border-radius: 1px;
    outline: 0;
    box-sizing: border-box;
    vertical-align: baseline;
}

input,
textarea {
    width: 100%;
}

input[type="date"] {
    min-height: 2rem;
    -webkit-appearance: none
}

.contact-form-container label {
    display: block;
    color: #fca02f;
    line-height: .8rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

.form-footer-ps {
    padding: 0.3rem 0.83rem;
}

.submit-wrap {
    width: 100%;
    text-align: center;
}

.sp-form-submit {
    margin: 0.3rem 0.83rem;
}




/* Media Screen */

@media (max-width: 600px) {
    .field-container {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    #userInfoMob {
        display: none;
    }

    .head-bg {
        height: 200px;
    }

    .modal {
        padding: 0 10px;
        margin: auto;
    }

    .wrap-content .sp-desktop {
        display: block;
    }

    .wrap-content .content {
        width: 100%;
        padding-left: 2rem;
    }

    .speaker-sidebar {
        transform: translateY(-10rem);
    }

    .btn-wrapper {
        justify-content: start;
    }
}

@media only screen and (min-width:1024px) {
    #mw-top-title {
        display: flex;
        flex-direction: row;
    }

    .scrolling-wrapper-flexbox {
        height: 100%;
        overflow-x: hidden;
        flex-wrap: wrap;
    }

    .scrolling-wrapper-flexbox .card {
        flex: 0 0 40%;
    }

    .submit-wrap {
        text-align: start;
    }
}

@media only screen and (min-width:1440px) {
    .contact-form-container .sp-form-form p {
        font-size: 1rem;
    }
}