#fixed-smi {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.pos-rel {
    position: relative;
}

.op-85 {
    opacity: 85%;
}

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

#inner-page-wrapper {
    margin-bottom: 0;
}

.ip-banner {
    display: none;
}

.ip-custom-banner-wrap {
    position: relative;
}

.ip-custom-banner-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
    opacity: 0.45;
}

.ip-custom-banner-wrap, .ip-custom-banner-wrap img, .ip-custom-banner-wrap canvas {
    min-height: 400px;
}

.ip-custom-breadcrumbs {
    position: absolute;
    width: 100%;
    /* height: 43px; */
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(49, 108, 173, 0.75);
    padding: 12.5px 0 12px;
}

.ip-custom-breadcrumbs #breadcrumbs {
    font-size: 14.35px;
    line-height: 1.3;
    letter-spacing: normal;
    margin: auto;
    width: 81.0625%;
}

.ip-custom-breadcrumbs span {
    color: #fff;
    font-weight: 400;
}

.ip-custom-breadcrumbs span span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-custom-breadcrumbs #breadcrumbs a:hover span {
    opacity: 0.75;
}

.ip-custom-banner-list .slick-list {
    font-size: 0;
}

.ip-custom-banner-arrow {
    position: absolute;
    right: 9.5vw;
    bottom: 70px;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 45px;
}

.ip-custom-banner-arrow button {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: none;
    padding: 0;
    font-size: 25px;
    color: #fff;
    background-color: transparent;
    line-height: 1;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-custom-banner-arrow button:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    background: #fff;
}

.ip-custom-banner-arrow button:hover {
    color: #316cad;
}

.ip-custom-banner-arrow button span {
    font-family: var(--body-font);
    font-size: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.ip-custom-banner-arrow button.slide-next span {
    order: -1;
}

.ip-ls-wrap {
}
.ip-ls-wrap h2 {
    font-size: 18px;
}
.ip-ls-wrap ul {
    list-style: disc;
    padding-left: 30px;
}

.ip-ls01 {
    /* height: 947px; */
    padding: clamp(70px, 8vw, 114px) 0;
}

.ip-ls01:before {
    content: "";
    position: absolute;
    width: 69.4375%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff 40%);
}

.ip-ls01:after {
    content: "";
    position: absolute;
    width: 30.5625%;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1;
}

.ip-ls01>.ls01_bg_accent {
    left: auto;
    right: 0;
    width: 30.5625%;
    z-index: 2;
}

.ip-ls01-wrap {
    width: 1300px;
    width: 81.5%;
    margin: auto;
    padding-right: 38vw;
    padding-top: 4px;
    z-index: 3;
}

.ip-ls01-wrap .global-title {
    margin: 13px 0;
}

.ip-ls01-wrap .global-title h2 {
    color: #292856;
    font-size: 57.01px;
    padding-left: 0;
    line-height: 1.05;
}

.ip-ls01-wrap .global-title h2 span {
    letter-spacing: 0.055em;
    color: #292856;
    margin-bottom: 0;
    margin-top: 9px;
    margin-left: 2px;
}

.ip-ls01-custom-link {
    padding: 26px 3px;
}

.ip-ls01-custom-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 249px;
    height: 53px;
    font-size: 15.91px;
    color: #fff;
    background: #316cad;
    padding-top: 1px;
    font-family: var(--title-font);
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-ls01-custom-link a:hover {
    background: #292856;
}

.ip-ls01-wrap p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.445;
    color: #333333;
    padding: 19px 2px 0;
}

.ip-ls01-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
    margin-left: -8px;
    column-gap: 42px;
    column-gap: 2.625vw;
}

.ip-ls01-buttons .global-btn {
    font-weight: 700;
    color: #292856;
    padding: 0 10px;
    max-width: 320px;
    max-width: min(calc(50% - 1.3125vw), 320px);
    height: 47px;
    justify-content: left;
    font-size: clamp(13px, 1.375vw, 22px);
}

.ip-ls01-buttons .global-btn:hover {
    color: #fff;
}

.ip-ls01-buttons .global-btn em.ai-icon-logo {
    width: 22px;
    height: 23px;
    margin-right: 20px;
    margin-bottom: 6px;
}

.ip-ls01-smi-list {
    padding-top: 6px;
    padding-left: 1.875vw;
}

.ip-ls01-smi-list>strong {
    font-family: var(--title-font);
    font-size: clamp(13px, 1.375vw, 22px);
    letter-spacing: 0.05em;
    padding: 6px 1.125vw;
    color: #292856;
}

.ip-ls01-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-left: 1.125vw;
}

.ip-ls01-smi a {
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 1;
    color: #292856;
    margin-right: min(2.25vw, 36px);
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-ls01-smi a:last-child {
    margin: 0;
}

.ip-ls01-smi a:hover {
    color: var(--secondary-color);
    color: #316cad;
}

.ip-ls01-info {
    position: absolute;
    top: calc(44% + 1px);
    transform: translateY(-50%);
    right: 4.5625vw;
    width: 37.375vw;
    z-index: 2;
}

.ip-ls01-info>div {
    background: #2a2956;
    padding: 8px 7px;
}

.ip-ls01-info-wrap {
    border: 1px solid rgba(255, 255, 255, .60);
    background: #316cad;
    padding: 70px 20px 60px 3.75vw;
}

.ip-ls01-info-wrap .ip-ls01-info-title h2 {
    font-family: 'Roboto', serif;
    font-size: 42.06px;
    font-weight: 500;
    color: #fff;
}

.ip-ls01-info-list {
    margin-top: 52px;
    margin-left: 2px;
    column-count: 2;
}

.ip-ls01-info-list li {
    display: block;
    font-size: 18.58px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0.5px;
}

.ip-ls01-info-button {
    padding: min(2.625vw, 42px) 0 12px;
    margin-left: -17px;
}

.ip-ls01-info-button .global-btn {
    height: 50px;
    max-width: min(16.375vw, 230px);
    padding: 0 10px;
    font-size: clamp(13px, 1.375vw, 22px);
}

.ip-ls01-info-button .global-btn:hover {
    background: #2a2956;
}

.ip-ls01-info-button .global-btn em.ai-icon-logo {
    width: 22px;
    height: 23px;
    margin-right: 21px;
    margin-bottom: 4px;
}

.ip-ls02 {
    padding: clamp(75px, 7vw, 98px) 0;
}

.ip-ls02-wrap {
    width: 1304px;
    width: 81.5vw;
    margin: auto;
}

.ip-ls02-wrap .global-title h2 {
    font-size: 57.01px;
    color: #292856;
    padding: 0;
}

.ip-ls02-info-list {
    column-count: 2;
    column-gap: 7.5vw;
    /*column-gap: 9.375vw;*/
    padding: 61px 2px 5px;
}

.ip-ls02-info-list li {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.04em;
    line-height: 1.45;
    padding-bottom: 8.7px;
    display: flex;
}

.ip-ls02-info-list li span {
    min-width: 17.875vw;
}

.ip-ls02-info-list li strong {
    color: #292856;
}

.ip-ls03 {
    padding-bottom: 70px;
}

.ip-ls03-wrap {
    /* max-width: 1522px; */
    width: 95.125vw;
    margin: auto;
}

.ip-ls03-list {
    display: flex;
    flex-wrap: wrap;
}

.ip-ls03-item {
    padding: 4px 4.5px;
}

.ip-ls03-item {
    width: 43.363994743758%;
}

/* Define specific widths for each item */
.ip-ls03-item:nth-child(4n + 1) {
    width: 43.363994743758%;
}

.ip-ls03-item:nth-child(4n + 2) {
    width: 56.636005256242%;
}

.ip-ls03-item:nth-child(4n + 3) {
    width: 59.592641261498%;
}

.ip-ls03-item:nth-child(4n + 4) {
    width: 40.407358738502%;
}

.ip-ls04 {
    /* height: 678px; */
    padding-top: 74px;
}

.ip-ls04::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: linear-gradient(to bottom, transparent, #000);
    opacity: 62%;
    z-index: 3;
    pointer-events: none;
}

.ip-ls04::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, transparent, #292856);
    opacity: 92%;
    z-index: 2;
    pointer-events: none;
}

.ip-ls04>.non_parallax_bg {
    filter: brightness(70%);
}

.ip-ls04-wrap {
    margin: auto;
    max-width: 866px;
    width: 70%;
}

.ip-ls04-agent {
    display: flex;
    flex-wrap: wrap;
}

.ip-ls04-img {
    padding-left: 112px;
    padding-left: 12.933025404157%;
    width: 50%;
}

.ip-ls04-contact {
    padding: min(7.125vw, 114px) 7.2748267898383%;
    width: 50%;
}

.ip-ls04-contact .global-title h2 span {
    margin-bottom: 10px;
    margin-top: 3px;
    padding-left: 2px;
}

.ip-ls04-contact-label {
    font-family: var(--roboto);
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    padding-top: 52px;
    margin-left: 7px;
}

.ip-ls04-contact-list {
    margin-top: 15px;
    margin-left: 9px;
}

.ip-ls04-contact-item {
    padding: 4px 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
}

.ip-ls04-contact-item a {
    color: inherit;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-ls04-contact-item a:hover {
    color: var(--secondary-color);
    color: #2a2956;
}

.ip-ls04-contact-smi {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding-left: 9px;
}

.ip-ls04-contact-smi a {
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    margin-right: 35.5px;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-ls04-contact-smi a:hover {
    color: var(--secondary-color);
    color: #2a2956;
}

.ip-ls04-contact-link {
}

.ip-ls04-contact-link a {
    padding: 0 10px;
    height: 50px;
    width: clamp(160px, 15vw, 210px);
    margin-top: 16px;
    margin-left: -8px;
    font-size: clamp(13px, 1.375vw, 22px);
}

.ip-ls04-contact-link .global-btn em.ai-icon-logo {
    width: 22px;
    height: 23px;
    margin-bottom: 5px;
    margin-right: 21px;
}

.ip-ls04-contact-link a:hover {
}

.ip-ls05 {
    /* height: 803px; */
    padding: 70px 0;
}

.ip-ls05-wrap {
    width: 77.625%;
    margin: auto;
}

.ip-ls05-wrap .global-title {
    padding-left: min(2.5vw, 40px);
    padding-top: 17px;
}

.ip-ls05-wrap .global-title h2 {
    padding-top: 18px;
}

.ip-ls05-vid {
    margin-right: 1px;
    padding: 71px 50px 0;
}

.ip-ls05-list {
    background: rgba(41, 40, 86, 0.75);
    padding: 9px 4.5px;
}

.ip-ls05-list .slick-list {
    font-size: 0;
}

.ip-ls05-item {
    padding: 0 4.5px;
}

.ip-ls05-item>a {
    border: 1px solid #fff;
    display: block;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-ls05-item>a:hover {
    filter: brightness(0.8);
}

.ip-ls05-item .site-img canvas, .ip-ls05-item .site-img img {
    min-height: 200px;
}

.ip-ls05-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.ip-ls05-arrow {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    width: calc(100% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.ip-ls05-arrow button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    font-size: 25px;
    color: #fff;
    background-color: transparent;
    line-height: 1;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
    pointer-events: auto;
}

.ip-ls05-arrow button:hover {
    color: #316cad;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 887px;
    width: 80%;
    min-height: auto;
    padding: 55px 20px 60px !important;
    margin: 100px auto;
}

.aiosp-content .listings-popup {
    position: relative;
}

.aiosp-content .listings-popup ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup + .aiosp-close {
    font-size: 40px;
    color: var(--aios-listing-primary-color);
    top: 7px;
    right: 7px;
}

.aiosp-content .listings-popup form {
    width: 100%;
    margin: 0;
}

.aiosp-content .listings-popup > h2 {
    display: block;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    text-align: center;
}

.aiosp-content .listings-popup > h2 span {
    font-size: 25px;
}

.aiosp-content .listings-popup > p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.533;
    letter-spacing: 0.025em;
    color: #7e7e7e;
    text-align: center;
    margin-top: 20px;
}

.aiosp-content .listings-popup-row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-field {
    padding: 8px;
}

.aiosp-content .listings-popup-field.submit {
    padding-top: 42px;
    padding-bottom: 0;
}

.aiosp-content .listings-popup input[type=email], .aiosp-content .listings-popup input[type=tel], .aiosp-content .listings-popup input[type=text], .aiosp-content .listings-popup input[type=date], .aiosp-content .listings-popup select, .aiosp-content .listings-popup textarea, .aiosp-content .listings-popup .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 10px 0!important;
    color: #636363;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
}

.aiosp-content .listings-popup textarea {
    height: 65px;
    resize: none;
    margin-top: 15px;
}

.aiosp-content .listings-popup input[type="submit"], .aiosp-content .listings-popup button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 283px;
    height: 68px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--aios-listing-primary-color);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-content .listings-popup input[type="submit"]:hover, .aiosp-content .listings-popup button[type="submit"]:hover {
    background: #515050;
    color: #fff;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button {
    font-size: 18px;
    width: 100%;
    border-radius: 0 !important;
    padding: 0px;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button {
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    font-size: 18px !important;
}

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

.aiosp-content .listings-popup .ajax-loader {
    position: absolute;
    left: calc(50% - 8px);
    margin: 0;
}

.aiosp-content .listings-popup .wpcf7-response-output {
    text-align: center;
    width: calc(100% - 30px);
    margin: 15px auto 0;
    font-size: 11px;
    color: #000!important;
    line-height: 1;
}

.aiosp-content .listings-popup h3 {
    display: block;
    width: 90%;
    max-width: 735px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.listings-popup .row {
    padding: 10px 0 20px;
}

.listings-save-sign-in, .listings-save-sign-up {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form .form-group {
    display: block;
}

.aiosp-content .listings-popup-form label {
    display: none;
}

.aiosp-content .listings-popup-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-form .row [class*=col-] {
    padding: 8px;
}

.aiosp-content .listings-popup-form button[type=submit] {
    margin-top: 42px;
}

.aiosp-content .listings-popup-form .ihf-modal-form-captcha .form-group {
    margin-bottom: 0;
}

.aiosp-content .listings-popup-form .ihf-captcha {
    margin-top: 30px;
}

.aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
    margin: 0 auto !important;
}

.aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
    width: 450px;
    max-width: 100%;
    margin: 30px auto 0;
    float: none;
    text-align: center;
}

.aiosp-content .listings-popup-form #ihf-save-listing-form [class*=col-] {
    width: 100%;
}

.aiosp-content .listings-popup-form-response-output {
    display: none;
}

p.modal-listings-paragraph {
    font-size: 16px;
    text-align: center;
    padding: 20px;
    line-height: 1.9;
}

@media only screen and (min-width: 1367px) {
    .ip-ls04-contact .global-title h2, .ip-ls05-wrap .global-title h2 {
        padding-left: 77px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-custom-banner-arrow button span {
        font-size: 14px;
    }

    .ip-ls01-wrap .global-title h2, .ip-ls02-wrap .global-title h2 {
        font-size: 40px;
    }

    .ip-ls01-custom-link {
        padding: 20px 3px;
    }

    .ip-ls01-custom-link a {
        width: 220px;
        font-size: 15px;
        height: 52px;
    }

    .ip-ls01-smi a:not(:last-child) {
        margin-right: 28px;
    }

    .ip-ls01-info-wrap .ip-ls01-info-title h2 {
        font-size: 35px;
    }

    .ip-ls01-info-list {
        margin-top: 45px;
    }

    .ip-ls01-info-list li {
        font-size: 16px;
    }

    .ip-ls01-info-wrap {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-ls01-wrap .global-title h2 span {
        font-size: 16px;
    }

    .ip-ls01-wrap p, .ip-ls02-info-list li {
        font-size: 13px;
    }

    .ip-ls01-smi a:not(:last-child) {
        margin-right: 25px;
    }

    .ip-ls04-contact-item {
        font-size: 16px;
    }

    .ip-ls04-contact-label {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-ls01-wrap .global-title h2, .ip-ls02-wrap .global-title h2 {
        font-size: 35px;
    }

    .ip-ls01-wrap .global-title h2 span {
        font-size: 14px;
    }

    .ip-ls01-custom-link {
        padding-bottom: 10px;
    }

    .ip-ls01-buttons .global-btn em.ai-icon-logo {
        margin-right: 12px;
    }

    .ip-ls01-smi a:not(:last-child) {
        margin-right: 18px;
    }

    .ip-ls01-info-wrap {
        padding-top: 55px;
        padding-bottom: 20px;
    }

    .ip-ls01-info-wrap .ip-ls01-info-title h2 {
        font-size: 32px;
    }

    .ip-ls01-info-list {
        margin-top: 30px;
    }

    .ip-ls01-info-list li {
        font-size: 14px;
    }

    .ip-ls04-contact-item {
        font-size: 15px;
    }

    .ip-ls04-contact-label {
        padding-top: 40px;
        font-size: 25px;
    }

    .ip-ls04-contact-smi a {
        margin-right: 30px;
    }

    .ip-ls05 {
        padding: 60px 0;
    }

    .ip-ls05-vid {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    #fixed-smi {
        display: none !important;
    }

    .ip-custom-breadcrumbs {
        position: relative;
    }

    .ip-custom-breadcrumbs #breadcrumbs {
        width: 85%;
        max-width: 800px;
        padding: 0;
    }

    .ip-custom-banner-arrow button span {
        font-size: 13px;
    }

    .ip-custom-banner-arrow {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: min(20%, 100px);
    }

    .ip-ls01 {
        padding: 50px 0;
    }

    .ip-ls01:before {
        width: 100%;
    }

    .ip-ls01-wrap {
        width: 85%;
        max-width: 800px;
        padding: 0;
        text-align: center;
    }

    .ip-ls01-wrap .global-title h2 {
        text-align: center;
    }

    .ip-ls01-custom-link a {
        width: 200px;
        height: 50px;
        margin: auto;
    }

    .ip-ls01-buttons {
        flex-direction: column;
        margin: 30px auto;
    }

    .ip-ls01-buttons .global-btn {
        max-width: 300px;
        height: 50px;
        font-size: 16px;
        margin: auto;
        justify-content: center;
    }

    .ip-ls01-smi-list {
        padding: 30px 0;
    }

    .ip-ls01-smi-list>strong {
        font-size: 16px;
    }

    .ip-ls01-smi {
        padding: 0;
    }

    .ip-ls01-smi a {
        margin: 0 13px !important;
    }

    .ip-ls01-info {
        position: relative;
        top: auto;
        transform: none;
        right: auto;
        width: 90%;
        max-width: 500px;
        margin: auto;
    }

    .ip-ls01-info-wrap {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .ip-ls01-info-list {
        column-count: 1;
    }

    .ip-ls01-info-button {
        padding: 20px 0;
        margin: auto;
    }

    .ip-ls01-info-button .global-btn {
        margin: auto;
        max-width: 200px;
    }

    .ip-ls02 {
        padding: 60px 0 40px;
    }

    .ip-ls02-wrap {
        width: 90%;
        max-width: 800px;
    }

    .ip-ls02-wrap .global-title, .ip-ls02-wrap .global-title h2 {
        text-align: center;
    }

    .ip-ls02-info-list {
        column-count: 1;
        column-gap: 0;
        padding: 50px 0 0;
        max-width: 500px;
        margin: auto;
    }

    .ip-ls02-info-list li span {
        min-width: 50%;
    }

    .ip-ls03 {
        padding-bottom: 50px;
    }

    .ip-ls04-wrap {
        width: 100%;
        max-width: 700px;
    }

    .ip-ls05 {
        padding: 50px 0 0;
    }

    .ip-ls05-wrap {
        width: 95%;
        max-width: 800px;
    }

    .ip-ls05-wrap .global-title {
        padding-left: 0;
        padding-top: 0;
    }

    .ip-ls05-vid {
        padding: 40px 30px;
    }

    .ip-ls05-arrow {
        top: 50%;
    }

    .aiosp-wrap .aiosp-container .aios-popup-body {
        width: 100%;
        padding: 55px 10px 60px !important;
    }

    .aiosp-content .listings-popup > h2 {
        font-size: 35px;
    }

    .listings-popup .row .col-md-6 {
        margin-bottom: 15px;
    }

    .listings-popup .row {
        padding: 0;
    }

    .listings-popup .row.mt-6 {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-ls03-wrap {
        width: 90%;
    }

    .ip-ls03-item {
        padding: 4px 0;
        width: 100% !important;
    }

    .ip-ls03-item .site-img img, .ip-ls03-item .site-img canvas {
        max-height: 287px;
        min-height: 157px;
    }

    .ip-ls04 {
        padding-bottom: 30px;
    }

    .ip-ls04-wrap {
        width: 90%;
        z-index: 4;
    }

    .ip-ls04-agent {
        padding-bottom: 100px;
        justify-content: center;
    }

    .ip-ls04-img {
        width: 100%;
        max-width: 321px;
        padding: 0;
    }

    .ip-ls04-contact-label {
        padding-top: 40px;
        margin: auto;
        text-align: center;
    }

    .ip-ls04-contact-list {
        margin-left: auto;
    }

    .ip-ls04-contact-item {
        font-size: 14px;
        text-align: center;
    }

    .ip-ls04-contact-smi {
        padding: 0;
        justify-content: center;
    }

    .ip-ls04-contact-smi a {
        margin: 0 14px;
    }

    .ip-ls04-contact-link a {
        margin: 30px auto 0;
        width: 180px;
        font-size: 16px;
    }

    .ip-ls04-contact {
        width: 100%;
        max-width: 400px;
        position: absolute;
        bottom: 0;
        z-index: 2;
        background: #316cad;
        left: 50%;
        transform: translateX(-50%);
        padding: 40px 5% 20px;
        border: 8px solid #2a2956;
    }

    .ip-ls04-contact .global-title {
        text-align: center;
    }

    .ip-ls04-contact-link a:hover {
        background: #2a2956;
    }
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
    .ip-ls01-wrap .global-title h2, .ip-ls02-wrap .global-title h2 {
        font-size: 31px;
    }

    .ip-ls02-info-list li {
        flex-direction: column;
        text-align: center;
    }
}
