.ip-banner {
    display: none;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.buy-with-us-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.buy-with-us-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.15);
}*/

.buy-with-us-banner {
    position: relative;
}

.ip-banner-title {
    position: absolute;
    bottom: 87px;
    left: 0;
    width: 100%;
    font-size: 70px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
    letter-spacing: 3px;
}

.get-in-touch-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b40101;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 208px;
    height: 45px;
    z-index: 1029;
    top: 50%;
    right: -104px;
    /*left: -59px;*/
    bottom: auto;
    transform: rotate(
-90deg
) translateY(-50%);
}

.get-in-touch-button:hover{
    background: #0f0d0d;
}

.default-easing {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-holder {
    background: #21191a;
    padding: 85px 10px;
    font-size: 0;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 40%);
}

.popup-holder strong {
    display: block;
    font: 400 55px/1 'Gilda Display', serif;
    color: #fff;
    text-align: center;
}

.popup-holder p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 19px;
    font-family: var(--Roboto);
}

.popup-form {
    max-width: 750px;
    margin: auto;
    position: relative;
    padding-bottom: 35px;
}

.popup-form .field-lg {
    width: calc(100% - 8px);
}
.popup-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 23px;
    margin: 4px;
}

.popup-form .field-sm {
    width: calc( 100% - 292px );
    margin-right: 30px;
}

.popup-form .field-xs {
    width: calc(50% - 8px);
}

.popup-form .field-xxs {
    width: calc( 50%  - 286px /2 );
}

.popup-form .form-button {
    width: 262px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    background: none;
    margin: 4px;
}

.form-button {
    position: relative;
    background: #940d1b;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #ffffff !important;
    bottom: 0px;
    left: 0;
    right: 0;
    width: auto;
}

.popup-form .field-input label {
    display: none;
}

.popup-form .wpcf7-form-control-wrap {
    display: block;
}

.field-input input, .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 70px;
    background: #e1dcd7;
    outline: none;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: var(--Roboto);
}

.popup-form .field-input textarea {
    font-weight: 400;
    line-height: 2.1;
}

.popup-form .field-input input, .popup-form .field-input textarea {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    font-weight: 400;
    color: #2b262b;
}

.field-input textarea {
    resize: none;
    padding-top: 12px;
    height: 120px;
}

.popup-form .form-button input {
    height: 70px;
    border: 4px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.form-button input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 100%;
    height: 70px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: var(--Roboto);
}

.popup-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.is-popup-active .aiosp-content {
    max-width: 945px;
}

.popup-form .form-button input {
    height: 70px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form .form-button:hover {
    background: #920d1b;
}

.popup-form .form-button:hover input {
    border-color: #920d1b;
}

.is-popup-active .aiosp-close::before, .is-popup-active .aiosp-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #ffffff;
}

.is-popup-active .aiosp-close::before {
    transform: rotate(
45deg
);
}

.is-popup-active .aiosp-close::after {
    transform: rotate(
-45deg
);
}

.popup-contact {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: var(--Roboto);
}

.popup-contact a {
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-contact a:hover {
    color: #920d1b;
}

.is-popup-active .aiosp-close {
    font-size: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1 !important;
}

.ip-buy-with-us-power {
    padding: 53px 0 60px;
    background: #f3f1f0;
    position: relative;
}
    .ip-bupo-container {
        width: 1510px;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .ip-bupo-container .head-title {
        font: 500 36px/1 'Poppins', sans-serif;
        color: #b40101;
        text-align: center;
        margin-bottom: 60px;
        letter-spacing: 2.5px;
    }
    .ip-bupo-main {
        background: #ffffff;
        padding: 57px 55px 39px;
    }
    .ip-bupo-main-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ip-bupo-main-col {
        padding: 0 15px;
    }
    .ip-bupo-main-header {

    }
        .ip-bupo-main-header .ip-bupo-main-col {
            text-align: center;
        }
        .ip-bupo-main-header .ip-bupo-main-col:nth-child(1) {
            width: 19.7%;
        }
        .ip-bupo-main-header .ip-bupo-main-col:nth-child(2), 
        .ip-bupo-main-header .ip-bupo-main-col:nth-child(3), 
        .ip-bupo-main-header .ip-bupo-main-col:nth-child(4) {
            width: 26.76%;
            padding: 0 15px;
        }
        .ip-bupo-main-header .ip-bupo-main-col strong {
            display: block;
            font-size: 28px;
            font-weight: 500;
            color: #21191a;
            line-height: 1;
            letter-spacing: 3px;
            text-transform: uppercase;
            border-bottom: 1px solid #9a9a9a;
            padding: 12px 5px;
            max-width: 169px;
            margin: 0 auto 32px;
            font-family: var(--Poppins);
        }
        .ip-bupo-main-header .ip-bupo-main-col:nth-child(4) {
            color: #b40101;
        }
        .ip-bupo-main-header .ip-bupo-main-col:nth-child(4) div {
            background: linear-gradient(to left, #730000 0%, #b40101 100%);
        }
        .ip-bupo-main-header .ip-bupo-main-col div {
            background: #21191a;
            font-size: 26px;
            font-weight: 500;
            color: #ffffff;
            line-height: 1.6;
            letter-spacing: 3px;
            text-transform: uppercase;
            height: 88px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: var(--Poppins);
        }
        .ip-bupo-main-header .ip-bupo-main-col div img {
            max-width: 195px;
            margin: 0 auto 10px;
        }
        .ip-bupo-main-header .ip-bupo-main-col div span {
            display: block;
            font-size: 14px;
            letter-spacing: 0.24em;
        }
    .ip-bupo-main-body {

    }
        .ip-bupo-main-body .ip-bupo-main-row {
            border-top: 1px solid rgb(146 146 146 / 20%);
            padding: 50px 0 44px;
        }
        .ip-bupo-main-body .ip-bupo-main-row:nth-child(1) {
            border-top: 0;
        }
        .ip-bupo-main-body .ip-bupo-main-col:nth-child(1) {
            width: 19.7%;
            font-size: 26px;
            font-weight: 500;
            color: #929292;
            line-height: 1.05;
            letter-spacing: 3px;
            text-align: left;
            text-transform: uppercase;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /*justify-content: center;*/
            font-family: var(--Poppins);
        }
            .ip-bupo-main-body .ip-bupo-main-col:nth-child(1) img {
                margin: 0 0 9px;
            }
        .ip-bupo-main-body .ip-bupo-main-col:nth-child(2), 
        .ip-bupo-main-body .ip-bupo-main-col:nth-child(3), 
        .ip-bupo-main-body .ip-bupo-main-col:nth-child(4) {
            width: 26.76%;
            font-size: 16px;
            color: #20191a;
            line-height: 1.9;
            letter-spacing: .55px;
        }
        .ip-bupo-main-body .ip-bupo-main-col:nth-child(4) {
            color: #b40101;
        }

.ip-bupo-main-body .ip-bupo-main-col {
    padding: 0 22px;
}


.ip-buy-with-us-gt {
    background: #21191a;
    position: relative;
    padding: 60px 0 45px;
}

.ip-buy-with-us-gt::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/buy-with-us/bwu-gt-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .1;
}

.ip-buy-with-us-gt .container{
    position: relative;
    z-index: 5;
}

.bwu-gt-head-title {
    display: block;
    font: 400 55px/1 'Gilda Display', serif;
    color: #fff;
    text-align: center;
}

.bwu-gt-head-title span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.1;
    letter-spacing: 1.3px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--Roboto);
    display: block;
}

.ip-buy-with-us-gt .popup-form {
    font-size: 0;
    max-width: 702px;
    margin: 0 0 0 auto;
}

.bwu-gt-head-number a{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 4.5px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: var(--Roboto);
    display: inline-block;
}

.bwu-gt-head-number{
    text-align: center;
    margin-top: 10px;
}

.bwu-gt-head-number a:hover{
    color: #920d1b;
}

.bwu-gt-head {
    margin-top: 29px;
}

.ip-buy-with-us-gt .popup-form .field-input {
    margin-bottom: 10px;
}

.ip-buy-with-us-gt .field-input input, 
.ip-buy-with-us-gt .field-input textarea{
    height: 55px;
    font-size: 17px;
}

.ip-buy-with-us-gt .field-input textarea {
    height: 99px;
    padding-top: 14px;
}

.ip-buy-with-us-gt .popup-form .field-input input, 
.ip-buy-with-us-gt .popup-form .field-input textarea {
    padding-left: 33px;
    padding-right: 33px;
}

.ip-buy-with-us-gt .popup-form .form-button input {
    height: 55px;
}

.ip-buy-with-us-gt .popup-form .field-sm {
    width: calc( 100% - 284px );
    margin-right: 10px;
}
.ip-buy-with-us-gt .popup-form .field-xs {
    width: calc(50% - 8px);
}

.ip-buy-with-us-gt .popup-form form {
    margin: 0 -4px;
}
.ip-buy-with-us-gt .popup-form div.wpcf7-response-output {
    bottom: -12px;
}


.ip-buy-with-us-orlano {
    background: #f3f3f3;
}

.ip-buy-with-us-orlano .ip-wwd-sosc {
    padding: 95px 15px 100px;
}

.ip-wwd-sosc .wwd-sosc-wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    max-width: 1500px;
    padding: 0;
}

.wwd-sosc-wrap .wwd-sosc-left {
    width: 61%;
}

.wwd-sosc-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.wwd-sosc-graph .graph-col-md {
    max-width: 50%;
}

.wwd-sosc-wrap .wwd-sosc-right {
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.wwd-sosc-wrap .wwd-sosc-content {
    max-width: 540px;
    margin-left: auto;
    display: block;
    text-align: center;
}

.wwd-sosc-wrap .wwd-sosc-content .section-title {
    display: block;
    margin-bottom: 43px;
    position: relative;
}

.wwd-sosc-wrap .wwd-sosc-content .section-title h2 {
    padding: 0;
    font: 400 60px/0.92 'Gilda Display', serif;
    color: #21191a;
    position: relative;
    z-index: 2;
    letter-spacing: 4px;
}

.wwd-sosc-wrap .wwd-sosc-content a.default-button {
    width: 100%;
    max-width: 433px;
    margin: 0 auto;
    height: 107px;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #920d1b;
    color: #21191a;
    text-transform: uppercase;
    font-family: var(--Poppins);
    line-height: 1.3;
    letter-spacing: 1px;
}

.is-button-white, a.is-button-white {
    background: none;
    color: #920d1b;
}


.ip-buy-with-us-testimonials {
    position: relative;
    padding: 95px 0;
    background: #fff;
}

.ip-buy-with-us-testimonials .container{
    position: relative;
    z-index: 5;
}

.ip-buy-with-us-testimonials .ip-buy-with-us-testi-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/buy-with-us/bwu-testi-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .1;
}

.ip-buy-with-us-testimonials::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.ip-buy-with-us-testimonials::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 1;
    opacity: .7;
}

.ip-buy-with-us-testi-title {
    text-align: center;
    font-size: 45px;
    color: #20191a;
    font-family: 'Gilda Display', serif;
    margin-bottom: 57px;
    letter-spacing: 3.5px;
}

.ip-buy-with-us-testi-title span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 11px;
    letter-spacing: 1.5px;
}

.ip-buy-with-us-testi-reviews {
    display: flex;
    justify-content: center;
    margin-bottom: 73px;
}

.ip-buy-with-us-testi-reviews span {
    width: 100%;
    max-width: 320px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ip-buy-with-us-testi-reviews span {
    width: 100%;
    max-width: 320px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #20191a;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--Poppins);
    letter-spacing: 1.5px;
}

.ip-buy-with-us-testi-reviews em{
    font-style: normal !important;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 13px;
}

.ip-buy-with-us-testi-list {
    /*max-width: 555px;
    margin: 0 auto;*/
    background: rgb(143 0 0 / 18%);
    padding: 15px;
    position: relative;
}

.ip-buy-with-us-testi-list::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: linear-gradient(to left, #730000 0%, #b40101 100%);
}

.ip-buy-with-us-testi-list-inner {
    max-width: 455px;
    padding: 45px 15px 53px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}

.ip-buy-with-us-testi-text p {
    font-size: 16px;
    color: #fff;
    font-family: var(--Roboto);
    line-height: 2;
}

.ip-buy-with-us-testi-star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
}

.ip-buy-with-us-testi-star span {
    width: 22px;
    height: 22px;
    margin: 0 1px;
    background: url(../../images/buy-with-us/star-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.ip-buy-with-us-testi-text {
    margin-bottom: 21px;
}

.ip-buy-with-us-testi-author {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    font-family: var(--Roboto);
}

.ip-buy-with-us-testi-author span{
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
    letter-spacing: .6px;
}

.ip-testi-item{
    padding: 0 15px;
}

.ip-testi-arrow-holder {
    display: flex;
    pointer-events: none;
    padding: 0 0 0;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    bottom: 0;
}

    .ip-testi-arrow-holder span{
        padding: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 54px;
        color: #aeaeae;
        border: none;
        pointer-events: auto;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        position: relative;
    }

        .ip-testi-arrow-holder span:hover,
        .ip-testi-arrow-holder span:focus{
            color: #b40101;
        } 

span.ip-testi-prev {
    left: -108px;
}

span.ip-testi-next {
    left: 108px;
}

.ip-buy-with-us-testi-slider{
    position: relative;
}

.ip-buy-with-us-testi-slick-slider{
    position: relative;
    margin: 0 -15px;
}

.ip-buy-with-us-testi-dots ul.slick-dots span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: block;
    background: #e2dbdb;
    cursor: pointer;
}

.ip-buy-with-us-testi-dots ul.slick-dots li.slick-active span{
    background: #696666;
}

.ip-buy-with-us-testi-dots ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.ip-buy-with-us-testi-dots ul.slick-dots {
    text-align: center;
}

.ip-buy-with-us-testi-dots {
    margin-top: 78px;
    margin-bottom: 42px;
}

.ip-buy-with-us-testi-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 289px;
    height: 59px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: var(--Poppins);
    letter-spacing: 1px;
}

.ip-buy-with-us-testi-link a:hover{
    background: #b40101;
}

.ip-buy-with-us-recognition{
    background: #fff;
    position: relative;
    padding: 94px 15px 70px;
}

.ip-ir-holder {
    max-width: 1308px;
    margin: 0 auto;
}

.ip-ir-title {
    font-size: 45px;
    color: #20191a;
    font-family: 'Gilda Display', serif;
    letter-spacing: 3.5px;
}

.ip-ir-title span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 11px;
    letter-spacing: 1.5px;
}

.ip-ir-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
}

.ip-ir-logos {
    display: flex;
    align-items: center;
}

.ip-ir-logos span {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    font-family: var(--Poppins);
    margin-top: 9px;
    margin-left: 20px;
}

.ip-ir-logos div {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.ip-ir-map-holder {
    display: flex;
    justify-content: space-between;
    margin: 0 -14px;
}

@media (max-width: 768px) {
	.ip-ir-map-holder {
		display: block !important;
	}
	.ir-map-list {
		margin: auto;
	}
}

.ir-map-list {
    padding: 0 14px;
}

.ir-map-list a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ir-map-photo {
    position: relative;
    margin-top: 30px;
}

.ir-map-list:nth-child(3) .ir-map-photo {
    margin-top: 0;
}

.ir-map-photo img.img-responsive.ip-map-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	object-fit: contain;
}

.ir-map-list a:hover .ir-map-photo img.img-responsive.ip-map-hover{
    opacity: 1;
}

.ir-map-label {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: var(--Poppins);
    margin-top: 32px;
}

.ir-map-list a:hover .ir-map-label{
    color: #b40101;
}

#ip-section-5 .awards-holder {
    padding-top: 60px;
    padding-bottom: 64px;
}

/* Awards : START */
div#ip-section-5 {
    background: #f4f4f4;
}

.awards-holder {
    text-align: center;
    padding: 98px 0 98px 70px;
}
    .awards-head-title {
        font-size: 40px;
        color: #20191a;
        font-family: 'Libre Baskerville', serif;
        letter-spacing: 3.5px;
        text-align: center;
        margin-bottom: 80px;
    }

    .awards-head-title span {
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 11px;
        letter-spacing: 1.5px;
        font-weight: 500;
        font-family: var(--Poppins);
    }
    .awards-slick-container {
        
    }
    .awards-slick {
        margin-top: 58px;
    }
        .awards-slide {
            /* padding: 0 10px; */
            overflow: hidden;
        }
        .awards-sm {
            width: 234px;
        }
        .awards-md {
            width: 288px;
        }
        .awards-lg {
            width: 253px;
            display: none;
        }
        .awards-xl {
            width: 283px;
        }
            .awards-year {
                font-size: 30px;
                font-weight: 700;
                font-family: var(--Poppins);
                color: #8f8f90;
                letter-spacing: 2px;
            }
            .awards-trophy {
                min-height: 100px;
                display: flex;
                align-items: center;
                margin-top: 2px;
            }
                .awards-trophy img {
                    margin: auto;
                }
            .awards-title {
                font-size: 16px;
                font-weight: 700;
                color: #ffffff;
                line-height: 1;
                letter-spacing: 0;
                text-transform: uppercase;
                padding: 9px 18px;
                margin-top: 2px;
                background: #858586;
                background: -webkit-linear-gradient(to left, #858586 0%, #c9c9c8 100%);
                background: -moz-linear-gradient(to left, #858586 0%, #c9c9c8 100%);
                background: linear-gradient(to left, #858586 0%, #c9c9c8 100%);
            }
            .award-red .awards-title {
                background: #730000;
                background: -webkit-linear-gradient(to left, #730000 0%, #d41e26 100%);
                background: -moz-linear-gradient(to left, #730000 0%, #d41e26 100%);
                background: linear-gradient(to left, #730000 0%, #d41e26 100%);
            }
            .awards-logo {
                min-height: 43px;
                display: flex;
                align-items: center;
                margin-top: 12px;
            }
                .awards-logo img {
                    margin: auto;
                }
    .awards-slick-scrollbar {
        width: 515px;
        max-width: 90%;
        margin: 67px auto 0;
        height: 1px;
        background: transparent;
    }
    .awards-slick-scrollbar.swiper-scrollbar::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 320px;
        height: 1px;
        background: #920d1b;
    }
        .swiper-scrollbar-drag {
            height: 25px;
            background: none;
            position: absolute;
            top: -12px;
            pointer-events: none;
            z-index: 1;
        }
        .swiper-scrollbar-drag::before {
            content: '';
            display: block;
            width: 25px;
            height: 100%;
            border-radius: 50%;
            margin: 0 auto;
            background: rgb(43,38,43);
            background: -moz-linear-gradient(0deg, rgba(43,38,43,1) 0%, rgba(183,36,48,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(43,38,43,1) 0%, rgba(183,36,48,1) 100%);
            background: linear-gradient(0deg, rgba(43,38,43,1) 0%, rgba(183,36,48,1) 100%);
            pointer-events: auto;
            cursor: pointer;
        }

.awards-year.award-top {
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 18px;
}

.awards-year.award-trends{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    margin-top: 11px;
    margin-bottom: 4px;
}

.awards-year.award-trends span{
    display: block;
    font-size: 15px;
    text-transform: none;
}

.awards-year.award-top::after,
.awards-year.award-trends::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + 17px);
    width: 100%;
    height: 1px;
    background: #bbbbbb;
}

.awards-year.award-top::before,
.awards-year.award-trends::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(100% + 17px);
    width: 100%;
    height: 1px;
    background: #bbbbbb;
}
/* Awards : END */

/*team*/
.ip-buy-with-us-team-inner {
    position: relative;
}

.ip-buy-with-us-team-inner > img {
    width: 100%;
}

.ip-buy-with-us-team-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.ip-team-title {
    font-size: 45px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    letter-spacing: 3.5px;
    text-align: center;
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    z-index: 5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.ip-team-title span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 11px;
    letter-spacing: 1.5px;
}

.ip-team-logo{
    position: absolute;
    top: 90px;
    left: 60px;
    z-index: 3;
}

.ip-buy-with-us-blog {
    position: relative;
    background: #f9f9f9;
}

.ip-buy-with-us-blog::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/buy-with-us/blog-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .1;
}

.ip-blog-holder {
    max-width: 1600px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

.ip-blog-inner {
    display: flex;
    flex-wrap: wrap;
}

.ip-blog-head {
    width: 28%;
    padding: 206px 15px 30px;
    position: relative;
}

.ip-blog-head::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 375px;
    background: url(../../images/buy-with-us/tng-blog-overlay.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 176px;
    z-index: 2;
}

.ip-blog-slider {
    width: 72%;
}

.ip-blog-title {
    font-size: 45px;
    color: #21191a;
    font-family: 'Gilda Display', serif;
    letter-spacing: 3.5px;
    margin-bottom: 33px;
}

.ip-blog-title span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 11px;
    letter-spacing: 1.5px;
}

.ip-blog-text p {
    font-size: 17px;
    color: #000;
    font-family: var(--Roboto);
    line-height: 1.75;
    letter-spacing: .2px;
}

.ip-blog-head > div {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-blog-view-all a:hover {
    background: #b40101;
}

.ip-blog-view-all a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 59px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: var(--Poppins);
    letter-spacing: 1px;
}

.ip-blog-text {
    margin-bottom: 41px;
}

.ip-blog-arrow-holder {
    display: flex;
    pointer-events: none;
    padding: 0 0 0;
    margin: auto;
    align-items: center;
}

.ip-blog-arrow-holder span{
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: #c1c1c1;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    width: 43px;
    height: 46px;
    margin-right: 3px;
}

    .ip-blog-arrow-holder span:hover,
    .ip-blog-arrow-holder span:focus{
        background: #b40101;
    } 

.ip-blog-view-all {
    margin-bottom: 72px;
}

.ip-blog-list {
    padding: 0 5px;
}

.ip-blog-list-inner {
    background: #fff;
    padding: 95px 15px;
}

.ip-blog-list-mid {
    max-width: 458px;
    margin: 0 auto;
}

.ip-blog-photo {
    position: relative;
}

.ip-blog-photo a{
    position: relative;
    display: block;
}

.ip-blog-photo canvas {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-blog-photo a:hover canvas{
    opacity: .2;
}

.ip-blog-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-blog-date {
    max-width: 234px;
    height: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #730000;
    background: -webkit-linear-gradient(to left, #730000 0%, #d41e26 100%);
    background: -moz-linear-gradient(to left, #730000 0%, #d41e26 100%);
    background: linear-gradient(to left, #730000 0%, #d41e26 100%);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: var(--Poppins);
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 38px;
}

.ip-blog-date span{
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px;
}

.ip-blog-label a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #b40101;
    font-family: var(--Poppins);
    letter-spacing: .3px;
}

.ip-blog-p p {
    font-size: 15px;
    color: #000;
    font-family: var(--Poppins);
    line-height: 1.9;
    letter-spacing: .4px;
}

.ip-blog-label {
    margin-bottom: 30px;
}

.ip-blog-read a:hover {
    background: #b40101;
}

.ip-blog-read a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 197px;
    height: 59px;
    margin: 0 0;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: var(--Poppins);
    letter-spacing: 1px;
}

.ip-blog-p {
    margin-bottom: 36px;
}

.ip-buy-with-us-testi-slick-slider .slick-slide > div > div,
.ip-blog-slick-slider .slick-slide > div > div{
    display: block !important;
}

.ip-buy-with-us-testi-slick-slider:not(.slick-initialize) > div:not(:first-child),
.ip-blog-slick-slider:not(.slick-initialize) > div:not(:first-child){
    display:none;
}

.ip-blog-slick-slider {
    position: relative;
    margin: 0 -5px;
}

#inner-page-wrapper {
    margin-bottom: 0;
    padding-top: 120px;
}

@media only screen and (max-width: 1366px) {
    .header_info ul li {
        margin-left: 3px;
    }

    .ip-banner-title {
        font-size: 50px;
    }

    .ip-bupo-container .head-title {
        font: 500 30px/1 'Poppins', sans-serif;
    }

    .ip-bupo-main {
        padding: 57px 15px 39px;
    }

    .ip-bupo-main-header .ip-bupo-main-col strong {
        font-size: 25px;
    }

    .ip-bupo-main-header .ip-bupo-main-col div {
        font-size: 23px;
    }

    .ip-bupo-main-body .ip-bupo-main-col:nth-child(1) {
        font-size: 20px;
    }

    .ip-bupo-main-body .ip-bupo-main-col:nth-child(2), 
    .ip-bupo-main-body .ip-bupo-main-col:nth-child(3), 
    .ip-bupo-main-body .ip-bupo-main-col:nth-child(4) {
        font-size: 14px;
        letter-spacing: 0;
    }

    .wwd-sosc-wrap .wwd-sosc-content .section-title h2 {
        font: 400 50px/0.92 'Gilda Display', serif;
    }

    span.ip-testi-prev {
        left: -30px;
    }

    span.ip-testi-next {
        left: 30px;
    }

    .ip-buy-with-us-testi-slick-slider {
        margin: 0 0;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-blog-text p {
        font-size: 14px;
    }

    .ip-blog-label a {
        font-size: 18px;
    }

    .ip-blog-view-all a,
    .ip-blog-read a,
    .ip-buy-with-us-testi-link a {
        font-size: 15px;
    }

    .ip-blog-p p {
        font-size: 13px;
        letter-spacing: 0;
    }

    .ip-blog-list-inner {
        padding: 30px 15px;
    }

    .ip-blog-head {
        padding: 96px 15px 30px;
    }

    .ip-bupo-main-body .ip-bupo-main-col:nth-child(1) {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .bwu-gt-head-title {
        font: 400 40px/1 'Gilda Display', serif;
    }

    .bwu-gt-head-title span {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .bwu-gt-head-number a {
        font-size: 20px;
    }

    .wwd-sosc-wrap .wwd-sosc-content .section-title h2 {
        font: 400 35px/0.92 'Gilda Display', serif;
    }

    .ip-buy-with-us-testi-title,
    .ip-ir-title,
    .bwu-gt-head-title,
    .ip-team-title {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .ip-buy-with-us-testi-text p {
        font-size: 15px;
    }

    .ip-ir-logos span {
        font-size: 14px;
        margin-left: 10px;
    }

    .ir-map-label {
        font-size: 20px;
    }

    .awards-holder {
        padding: 98px 0 98px 30px;
    }

    .awards-slick-scrollbar.swiper-scrollbar::after {
        width: 420px;
    }

    .ip-team-title {
        top: 50px;
    }

    .ip-bupo-main-header .ip-bupo-main-col div {
        font-size: 18px;
        letter-spacing: 2px;
        height: 65px;
    }

    .ip-bupo-main-body .ip-bupo-main-col:nth-child(2), 
    .ip-bupo-main-body .ip-bupo-main-col:nth-child(3), 
    .ip-bupo-main-body .ip-bupo-main-col:nth-child(4) {
        font-size: 13px;
    }

    .wwd-sosc-wrap .wwd-sosc-content a.default-button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 0;
    }

    .ip-banner-title {
        font-size: 35px;
        bottom: 45px;
    }

    .ip-bupo-container .head-title {
        font: 500 25px/1 'Poppins', sans-serif;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .ip-bupo-main-header .ip-bupo-main-col:nth-child(1) {
        display: none;
    }

    .ip-bupo-main-body .ip-bupo-main-col:nth-child(1) {
        font-size: 17px;
        letter-spacing: 1px;
        text-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .ip-bupo-main-body .ip-bupo-main-row {
        padding: 20px 0;
    }

    .ip-bupo-main-body .ip-bupo-main-col:nth-child(2), 
    .ip-bupo-main-body .ip-bupo-main-col:nth-child(3), 
    .ip-bupo-main-body .ip-bupo-main-col:nth-child(4) {
        width: 100%;
        margin-bottom: 15px;
    }

    .ip-buy-with-us-power {
        padding: 30px 0;
    }

    .ip-bupo-main-header .ip-bupo-main-col:nth-child(2), 
    .ip-bupo-main-header .ip-bupo-main-col:nth-child(3), 
    .ip-bupo-main-header .ip-bupo-main-col:nth-child(4) {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .bwu-gt-head {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .popup-form .field-sm,
    .popup-form .field-xxs {
        
        width: calc(100% - 8px) !important;
        margin-right: 0 !important;
    }

    .popup-form .form-button {
        margin: 0 auto 14px;
        display: block;
    }

    .wwd-sosc-wrap .wwd-sosc-left {
        width: 100%;
    }

    .wwd-sosc-wrap .wwd-sosc-right {
        width: 100%;
    }

    .ip-wwd-sosc .wwd-sosc-wrap {
        flex-direction: column-reverse;
    }

    .wwd-sosc-wrap .wwd-sosc-content {
        margin: 0 auto 30px;
    }

    .ip-buy-with-us-orlano .ip-wwd-sosc {
        padding: 50px 15px;
    }

    .ip-buy-with-us-testi-dots {
        margin-top: 15px;
        margin-bottom: 20px;
    }   

    .ip-ir-head {
        flex-direction: column;
        text-align: center;
    }

    .ip-ir-logos {
        margin-top: 25px;
        flex-direction: column;
    }

    .ip-ir-logos div {
        display: flex;
        align-items: center;
        padding-left: 0;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .ip-testi-arrow-holder {
        position: relative;
        justify-content: center;
        margin-top: 15px;
    }

    .ip-buy-with-us-testimonials {
        padding: 50px 0;
    }

    .ip-buy-with-us-recognition {
        padding: 50px 15px 0;
    }

    .ir-map-list {
        width: 50%;
        margin-bottom: 30px;
    }

    .ip-ir-map-holder {
        margin: 0 0;
        flex-wrap: wrap;
    }

    .ir-map-list a {
        justify-content: center;
        align-items: center;
    }

    .ip-team-logo {
        top: 10px;
        left: 10px;
    }

    .ip-blog-head {
        width: 100%;
        padding: 50px 15px 30px;
        text-align: center;
    }

    .ip-blog-arrow-holder {
        justify-content: center;
    }

    .ip-blog-view-all {
        margin-bottom: 29px;
    }

    .ip-blog-slider {
        width: 100%;
    }

    .ip-blog-list-inner {
        padding: 30px 15px;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-blog-date {
        margin: 10px auto 20px;
    }

    .ip-blog-label {
        text-align: center;
    }

    .ip-blog-p p {
        text-align: center;
    }

    .ip-blog-read a {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .ip-buy-with-us-testi-title, 
    .ip-ir-title, 
    .bwu-gt-head-title, 
    .ip-team-title {
        font-size: 35px;
        letter-spacing: 0px;
    }

    .ip-buy-with-us-testi-reviews span {
        font-size: 13px;
        letter-spacing: 0;
    }

    .ip-testi-arrow-holder span{
        font-size: 40px;
    }

    .awards-holder {
        padding: 60px 20px;
    }

    .ip-team-logo {
        width: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-banner-title {
        font-size: 25px;
        bottom: 5px;
    }

    .ip-bupo-main {
        padding: 57px 0 39px;
    }

    .ip-testi-item {
        padding: 0 0;
    }

    .ip-buy-with-us-testi-reviews {
        margin-bottom: 30px;
    }

    .ip-team-title {
        top: 40px;
    }
    .ip-buy-with-us-gt .popup-form .field-xs {
        width: calc(100% - 8px);
    }
}

.nickley-roadmap {
    margin-bottom: 50px;
	margin-top: 30px;
}

.nickley-step-heading {
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    margin: 24px auto 0;
}

.nickley-step-heading div {
    width: calc(100% / 7);
}

.nickley-step-heading div a {
    display: block;
    position: relative;
    transition: all 0.5s ease;
}

.nickley-step-heading div a:hover i  {
    background:#20191a;
    color: #fff;
}

.nickley-step-heading div a:hover::before {
    background:#20191a;
}


.nickley-step-heading div a i {
    transition: all 0.5s ease;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #282828;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid #b40101;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

.nickley-step-heading div a i::before {
    content: '';
    display: block;
    position: absolute;
    width: calc( 100% + 16px );
    height: calc( 100% + 16px );
    top: -8px;
    left: -8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.nickley-step-heading div a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    top: 23px;
    left: 0;
    background: #b40101;
    z-index: -2;
}

.nickley-step-heading div a p {
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-template-buyers-guide h1 {
    text-align: center;
	font-size: 60px;
	margin-bottom: 20px;
}

.hero-form form {
    position: relative;
}

.hero-form label input {
    width: 100%;
    color: #000;
    font-size: 35px;
    outline: none;
    padding: 24px 20px;
    border: none;
    
}

.hero-form label {
    width: 100%;
}

.hero-form input[type=submit] {
    position: absolute;
    display: flex;
    padding: 0 40px;
    top: 6px;
    right: 6px;
    justify-content: center;
    align-items: center;
    /* max-width: 289px; */
    height: 80px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .nickley-step-heading {
        display: block;
    }

    .nickley-step-heading div {
        width: 100%;
    }

    .nickley-step-heading div a {
        margin-bottom: 20px;
    }

    .hero-form input[type=submit] {
        position: unset;
        margin-top: 10px;
        height: 40px;
        font-size: 16px;
    }

    .hero-form label input {
        font-size: 18px;
        padding: 15px 20px;
    }

    .buy-with-us-banner canvas {
        height: 400px;
    object-fit: cover;
    }
}

.content-sections img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.content-sections p {
	font-size: 17px;
    color: #000;
    font-family: var(--Roboto);
    line-height: 1.75;
    letter-spacing: .2px;
}

@media (min-width: 768px) {
	.content-sections .row {
		display: flex;
		align-items: center;
	}
	.content-sections img {
		margin-bottom: 0;
	}
}

.content-sections .row div > p:not(:last-child) {
	margin-bottom: 1rem;
}

.section {
	padding: 25px 0;
}

.section:last-child {
	padding: 25px 0 50px;
}

.content-sections  {
	position: relative;
}

.content-sections .anchor-section {
	position: relative;
	top: -60px;
}