/*******************************************************
 *
 * About Amber Anderson V2
 *
 *******************************************************/
 .ip-banner {
    display: none;
}

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

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

.custom-banner, .custom-banner-img, .custom-banner-img canvas {
    display: block;
    position: relative;
}

.custom-banner-img canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .65;
    min-height: 250px;
}

.custom-banner-img,.custom-banner-img canvas {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.custom-banner:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}

.custom-banner-img {
    background-color: #000;
}

.custom-breadcrumbs {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}

.custom-breadcrumbs p#breadcrumbs {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.200em;
}

.custom-breadcrumbs p#breadcrumbs a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.custom-breadcrumbs p#breadcrumbs a:hover {
    color: var(--primary);
}

.custom-breadcrumbs span.breadcrumb_last {
    color: var(--primary);
}

.ss-smi {
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    right: 50px;
    z-index: 1000;
}

.ss-smi-inner {
    position: relative;
}

.ss-smi a {
    display: block;
    font-size: 20px;
    color: inherit;
    margin-bottom: 26px;
    -webkit-transition: color var(--default-transition);
    -o-transition: color var(--default-transition);
    transition: color var(--default-transition);
    text-shadow: 0 2px 3px rgba(0,0,0,.50);
}

.ss-smi a:hover {
    color: var(--primary);
}

.ss-smi a i.ai-font-phone {
    font-size: 16px;
}

.ss-smi a i.ai-font-envelope-f {
    font-size: 10px;
}

.ss-smi a:last-child {
    margin-bottom: 0;
}

.ss-smi .-line {
    width: 1px;
    height: 50px;
    display: block;
    margin: 0 auto 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.50);
    box-shadow: 0 2px 3px rgba(0,0,0,.50);
}

[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.attachment-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-scroll canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-img {
    display: block;
    position: relative;
}

.site-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

#ip-about-amber {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    background-color: #fff;
}

.ip-aa-section, .ip-aa-container {
    display: block;
    position: relative;
}

/* Section 1 */
.ip-aa-agent-container, .ip-aa-agent-row, .ip-aa-agent-content-container, .ip-aa-agent-title, .ip-aa-agent-content, .ip-aa-agent-info-container, .ip-aa-agent-info, .ip-aa-agent-info-title, .ip-aa-agent-info-contacts, .ip-aa-agent-info-btn {
    display: block;
    position: relative;
}

.ip-aa-agent-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-aa-agent-container {
    padding: 74px 0 0;
}

.ip-aa-agent-row {
    width: 100%;
    max-width: 1325px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-aa-agent-col:first-child {
    width: 53.05%;
}

.ip-aa-agent-col:last-child {
    width: 46.95%;
}

.ip-aa-agent-title h2 {
    display: inline-block;
    position: relative;
}

.ip-aa-agent-title h2 small {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.500em;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    color: #333333;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.ip-aa-agent-title h2 span {
    font-size: 150px;
    line-height: 0.75;
    color: #333333;
    font-family: var(--font-family-title);
    display: block;
}

.ip-aa-agent-title h2 span em {
    color: var(--primary);
}

.ip-aa-agent-title h2 small:before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 30px);
    height: 1px;
    width: 300px;
    background-color: #333333;
    pointer-events: none;
}

.ip-aa-agent-title {
    margin-bottom: 55px;
    text-align: right;
    margin-right: 85px;
    margin-top: 75px;
}

.ip-aa-agent-content p {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.020em;
    color: #676767;
}

.ip-aa-agent-content {
    padding: 20px 34px 20px 80px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #234c4d;
    border-right: none;
    min-height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ip-aa-agent-info-title h2 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.020em;
    font-style: italic;
    color: #383838;
    font-family: var(--font-family-title);
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.ip-aa-agent-info-title span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.020em;
    font-weight: 300;
    color: var(--primary);
}

.ip-aa-agent-info-title {
    margin-bottom: 20px;
}

.ip-aa-agent-info-contacts span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #666666;
    display: block;
}

.ip-aa-agent-info-contacts span em[class^=ai-font] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: var(--primary);
    font-size: 12px;
    width: 17px;
    text-align: center;
}

.ip-aa-agent-info-contacts span:not(:last-child) {
    margin-bottom: 12px;
}

.ip-aa-agent-info-contacts span a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-aa-agent-info-contacts span a:hover {
    color: var(--primary);
}

.ip-aa-agent-info-contacts span em.ai-font-phone {
    font-size: 14px;
}

.ip-aa-agent-info-contacts span em.ai-icon-dre {
    background-image: url(../../../images/about-amber-anderson-v2/ai-dre-icon.png);
    width: 16px;
    height: 12px;
    margin-right: 15px;
}

.ip-aa-agent-info-contacts {
    margin-bottom: 30px;
}

.ip-aa-agent-info-container {
    margin-left: 64px;
    padding: 80px 30px 60px 75px;
    margin-top: -220px;
    z-index: 5;
}

.ip-aa-agent-info-container, .ip-aa-agent-info-bg, .ip-aa-agent-info-bg:before, .ip-aa-agent-info-bg canvas {
    border-top-left-radius: 90px;
}

.ip-aa-agent-info-bg canvas {
    opacity: .09;
}

.ip-aa-agent-info-bg {
    background-color: #fff;
    right: calc((100vw - 1140px) / -2);
    width: calc(100vw / 2);
}

.ip-aa-agent-info-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.ip-aa-agent-info {
    z-index: 5;
}

/* Form */
.aiosp-container[class*="contact-amber"] {
    padding: 0;
}

.aiosp-container[class*="contact-amber"] .aios-popup-body {
    padding: 0 15px;
    background-color: transparent;
    min-height: 0;
}

.aiosp-container[class*="contact-amber"] .aios-popup-body .aiosp-close {
    color: #fff;
    font-size: 0;
    top: 75px;
    right: 50px;
    width: auto;
    height: auto;
    line-height: 1;
}

.aiosp-container[class*="contact-amber"] .aios-popup-body .aiosp-close:before {
    content: "\b0241";
    font-family: agentimage !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 15px;
}

.aiosp-bg {
    background-color: #333333;
    opacity: .70;
}

.cpf-inner {
    padding: 83px 50px 63px;
}

.cpf-title {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.cfp-field textarea {
    height: 90px;
}

.cpf-title span {
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.020em;
    color: var(--primary);
    font-family: var(--font-family-title);
    font-style: italic;
}

.cpf-logo {
    margin-bottom: 40px;
}

.custom-popup button.wpcf7-submit {
    margin-top: 35px;
}

.cpf-form div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Section 2 */
.ip-aa-about-container, .ip-aa-about-main, .ip-aa-about-row, .ip-aa-about-content-container, .ip-aa-about-title, .ip-aa-about-content, .ip-aa-about-video-holder, .ip-aa-about-video-plyr, .ip-aa-about-video-plyr a {
    display: block;
    position: relative;
}

.ip-aa-about-col {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    position: relative;
}

.ip-aa-about-title h2 {
    font-size: 120px;
    line-height: 0.9;
    letter-spacing: 0.020em;
    color: #383838;
    font-family: var(--font-family-title);
}

.ip-aa-about-title h2 span {
    color: var(--primary);
    font-style: italic;
}

.ip-aa-about-content p {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.020em;
    color: #666666;
    display: block;
    width: 92%;
}

.ip-aa-about-title {
    margin-bottom: 30px;
}

.ip-aa-about-video-holder h2 {
    font-size: 43px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #383838;
    font-family: var(--font-family-title);
    font-style: italic;
    font-weight: 500;
    display: block;
    text-align: right;
    margin-bottom: 23px;
}

.ip-aa-about-bg {
    background-color: #fcf7f3;
    top: 170px;
}

.ip-aa-about-bg canvas {
    opacity: .10;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    background-position: bottom center;
}

.ip-aa-about-container {
    padding: 100px 0;
    background-color: #fcf7f3;
}

.ip-aa-about-main {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}

.ip-aa-about-content-container {
    padding-left: 100px;
    padding-right: 20px;
}

.ip-aa-about-video-plyr, .ip-aa-about-video-plyr a, .ip-aa-about-video-img, .ip-aa-about-video-img canvas, .ip-aa-about-video-img img {
    border-radius: 20px;
}

.ip-aa-about-video-img span.ai-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 107px;
    height: 107px;
    z-index: 5;
    background-color: rgba(193,154,61,.80);
    border-radius: 50%;
}

.ip-aa-about-video-img span.ai-play-btn:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 25px solid #fff;
}

.ip-aa-about-video-img span.ai-play-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -10px;
    border: 1px solid rgba(255,255,255,.50);
    border-radius: 50%;
}

.ip-aa-about-video-img {
    background-color: #000;
    overflow: hidden;
}

.ip-aa-about-video-plyr a:hover .ip-aa-about-video-img img {
    opacity: .75;
}

.ip-aa-about-video-plyr a {
    background-color: #000;
    border: 3px solid var(--primary);
}

.ip-aa-about-col:first-child {
    width: 51.283%;
}

.ip-aa-about-col:last-child {
    width: 48.717%;
}

.ip-aa-about-video-holder {
    padding-bottom: 30px;
}

.ip-aa-about-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252,247,243,1)),color-stop(9%, rgba(252,247,243,1)),to(rgba(252,247,243,0)));
    background: -o-linear-gradient(top, rgba(252,247,243,1) 0%,rgba(252,247,243,1) 9%,rgba(252,247,243,0) 100%);
    background: linear-gradient(to bottom, rgba(252,247,243,1) 0%,rgba(252,247,243,1) 9%,rgba(252,247,243,0) 100%);
    z-index: 1;
}

/* Section 3 */
.ip-aa-content-container, .ip-aa-content-main {
    display: block;
    position: relative;
}

.ip-aa-content-container {
    padding: 110px 0 120px;
    z-index: 5;
}

.ip-aa-content-main {
    width: 100%;
    max-width: 1274px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.ip-aa-content-main p.lg {
    font-size: 34px;
    line-height: 1.1767;
    letter-spacing: 0.020em;
    color: var(--primary);
    margin-bottom: 30px;
    font-family: var(--font-family-title);
    font-style: italic;
}

.ip-aa-content-main p:not(.lg) {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.020em;
    color: #fff;
    margin-bottom: 25px;
}

.ip-aa-content-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    border-top-left-radius: 90px;
}

/* Section 4 */
.ip-aa-videos-container, .ip-aa-videos-main, .ip-aa-videos-title, .ip-aa-videos-link, .ip-aa-videos-slide, .ip-aa-videos-item a {
    display: block;
    position: relative;
}

.ip-aa-videos-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
}

.ip-aa-videos-slide:not(.slick-initialized) .ip-aa-videos-item:nth-child(n+3) ~ div {
    display: none;
}

.ip-aa-videos-container {
    padding: 100px 0 85px;
    background-color: #fcf7f3;
}

.ip-aa-videos-main {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-aa-videos-title h2 {
    font-size: 120px;
    line-height: 1;
    color: #333333;
    font-family: var(--font-family-title);
}

.ip-aa-videos-title h2 span {
    color: var(--primary);
    font-style: italic;
}

.ip-aa-videos-link span {
    font-size: 17px;
    line-height: 1;
    color: #676767;
}

.ip-aa-videos-link span em.ai-font-youtube {
    color: #ff0000;
    font-size: 50px;
    line-height: 1;
    margin-right: 12px;
}

.ip-aa-videos-link {
    text-align: center;
}

.ip-aa-videos-link span a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-aa-videos-title {
    text-align: center;
    margin-bottom: 10px;
}

.ip-aa-videos-link span a:hover {
    color: var(--primary);
}

.ip-aa-videos-slide .slick-track, .ip-aa-videos-slide:not(.slick-initialized) {
    padding: 50px 0 60px;
}

.ip-aa-about-video-plyr, .ip-aa-videos-item a, .ip-aa-videos-img, .ip-aa-videos-img canvas, .ip-aa-videos-img img, .ip-aa-videos-img:before {
    border-radius: 20px;
}

.ip-aa-videos-img span.ai-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.45);
        -ms-transform: translate(-50%, -50%) scale(0.45);
            transform: translate(-50%, -50%) scale(0.45);
    width: 107px;
    height: 107px;
    z-index: 5;
    background-color: rgba(193,154,61,.80);
    border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-aa-videos-img span.ai-play-btn:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 25px solid #fff;
}

.ip-aa-videos-img span.ai-play-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -10px;
    border: 1px solid rgba(255,255,255,.50);
    border-radius: 50%;
}

.ip-aa-videos-img {
    background-color: #000;
    overflow: hidden;
}

.ip-aa-videos-item a:hover .ip-aa-videos-img img {
    opacity: .75;
}

.ip-aa-videos-img img {
    opacity: .90;
}

.ip-aa-videos-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0;
}

.ip-aa-videos-control .ip-aa-videos-view-more {
    padding: 0 20px;
}

.ip-aa-videos-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-aa-videos-pagination ul li a {
    font-size: 14px;
    line-height: 1;
    color: #676767;
    font-weight: 500;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-aa-videos-pagination ul li:not(:last-child) {
    margin-right: 20px;
}

.ip-aa-videos-pagination ul li.active a, .ip-aa-videos-pagination ul li:hover a {
    color: var(--primary);
}

.ip-aa-videos-pagination ul li.active, .ip-aa-videos-pagination ul li.ellipsis {
    pointer-events: none;
}

.ip-aa-videos-pagination {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 28px;
}

.ip-aa-videos-control button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-aa-videos-control button {
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-aa-videos-control button:hover {
    opacity: .75;
}

.ip-aa-videos-control button em.ai-icon-arrow {
    background-image: url(../../../images/about-amber-anderson-v2/ai-arrow-icon.png);
    width: 30px;
    height: 13px;
}

.ip-aa-videos-control button.prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ip-aa-videos-control button.prev em.ai-icon-arrow {
    -webkit-filter: invert(1) brightness(0);
    filter: invert(1) brightness(0);
}

.ip-aa-videos-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 3px solid var(--primary);
    z-index: 2;
}

.ip-aa-videos-img canvas {
    height: 397px;
}

.ip-aa-videos-slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ip-aa-videos-slide .slick-slide > div {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    width: 340px;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 35%;
}

.ip-aa-videos-slide .slick-slide.slick-current.slick-active.slick-center > div {
    width: calc(100% + 249px);
    left: 50%;
}

.ip-aa-videos-slide .slick-center + .slick-slide > div {
    left: 65%;
}

.ip-aa-videos-slide:not(.slick-initialized) .ip-aa-videos-item:nth-child(2) .ip-aa-videos-img canvas, .ip-aa-videos-slide .slick-center .ip-aa-videos-img canvas {
    height: 496px;
}

.ip-aa-videos-slide .slick-center .ip-aa-videos-img span.ai-play-btn {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}

/* Section 5 */
.ip-aa-stats-container, .ip-aa-stats-main, .ip-aa-stats-list {
    display: block;
    position: relative;
}

.ip-aa-stats-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 120px;
}

.ip-aa-stats-container {
    padding: 0 0 170px;
    background-color: #fcf7f3;
    overflow: hidden;
}

.ip-aa-stats-bg canvas {
    opacity: .25;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    background-position: bottom center;
}

.ip-aa-stats-lg, .ip-aa-stats-title, .ip-aa-stats-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-aa-stats-title h2 {
    font-size: 120px;
    line-height: 0.8;
    color: #333333;
    font-family: var(--font-family-title);
    display: block;
    text-align: right;
}

.ip-aa-stats-lg h2 {
    font-size: 138px;
    line-height: 1;
    color: var(--primary);
    font-family: var(--font-family-title);
}

.ip-aa-stats-lg span {
    font-size: 30px;
    line-height: 1;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.200em;
    display: block;
    margin-top: 13px;
}

.ip-aa-stats-title h2 span {
    color: var(--primary);
    font-style: italic;
}

.ip-aa-stats-lg {
    margin-right: 85px;
    text-align: center;
}

.ip-aa-stats-main {
    padding: 0 50px;
    z-index: 5;
}

.ip-aa-stats-item h2 {
    font-size: 55px;
    line-height: 1;
    color: var(--primary);
    font-family: var(--font-family-title);
}

.ip-aa-stats-item span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.180em;
    color: var(--secondary);
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}

.ip-aa-stats-item {
    text-align: center;
    vertical-align: top;
}

.ip-aa-stats-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.ip-aa-stats-col:not(:last-child) {
    margin-bottom: 85px;
}

.ip-aa-stats-list {
    width: 100%;
    max-width: 1355px;
    margin: 0 auto;
}

.ip-aa-stats-bg {
    top: 102px;
}

.ip-aa-stats-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 247, 243, 1)), color-stop(9%, rgba(252, 247, 243, 1)), to(rgba(252, 247, 243, 0)));
    background: -o-linear-gradient(top, rgba(252, 247, 243, 1) 0%, rgba(252, 247, 243, 1) 9%, rgba(252, 247, 243, 0) 100%);
    background: linear-gradient(to bottom, rgba(252, 247, 243, 1) 0%, rgba(252, 247, 243, 1) 9%, rgba(252, 247, 243, 0) 100%);
    z-index: 1;
}

footer.footer {
    padding-top: 0;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .custom-breadcrumbs {
        max-width: 1280px;
    }

    .ss-smi {
        right: 30px;
    }

    .ip-aa-agent-content {
        padding: 20px 30px 20px 60px;
    }

    .ip-aa-agent-info-container {
        margin-left: 50px;
        padding: 60px 30px 60px 60px;
        margin-top: -200px;
    }

    .ip-aa-about-content-container {
        padding-left: 0;
    }

    .ip-aa-videos-main, .ip-aa-about-main, .ip-aa-stats-main {
        max-width: 100%;
        padding: 0 75px;
    }

    .ip-aa-videos-slide .slick-slide > div {
        width: 300px;
    }

    .ip-aa-videos-slide .slick-slide.slick-current.slick-active.slick-center > div {
        width: calc(100% + 210px);
    }

    .ip-aa-stats-item h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-aa-agent-row {
        max-width: 1280px;
    }

    .ip-aa-agent-content {
        min-height: 395px;
    }

    .ip-aa-agent-title h2 span {
        font-size: 140px;
    }

    .ip-aa-agent-title h2 small:before {
        width: 250px;
    }

    .ip-aa-stats-title h2, .ip-aa-videos-title h2, .ip-aa-about-title h2 {
        font-size: 100px;
    }

    .ip-aa-videos-img canvas {
        height: 350px;
    }

    .ip-aa-videos-slide:not(.slick-initialized) .ip-aa-videos-item:nth-child(2) .ip-aa-videos-img canvas, .ip-aa-videos-slide .slick-center .ip-aa-videos-img canvas {
        height: 450px;
    }

    .ip-aa-videos-slide .slick-slide > div {
        width: 280px;
    }

    .ip-aa-videos-slide .slick-slide.slick-current.slick-active.slick-center > div {
        width: calc(100% + 200px);
    }

    .ip-aa-stats-lg h2 {
        font-size: 125px;
    }

    .ip-aa-stats-lg span {
        font-size: 25px;
    }

    .ip-aa-content-main {
        max-width: 100%;
        padding: 0 75px;
    }

    .ip-aa-about-video-holder h2 {
        font-size: 40px;
    }

    .ip-aa-about-content p {
        width: 97%;
    }
}

@media only screen and (max-width: 1366px) {
    .custom-breadcrumbs {
        max-width: 1200px;
    }

    .ip-aa-testi-main {
        padding: 0 40px;
    }

    .ip-aa-testi-content p {
        line-height: 2;
    }

    .ip-aa-testi-content {
        padding: 35px 20px 50px;
        min-height: 425px;
    }

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

    .ip-aa-testi-video-img canvas {
        height: 418px;
        min-height: 0;
    }

    .ip-aa-testi-slide {
        margin: 0 -10px;
    }

    .ip-aa-testi-title h2 span {
        font-size: 100px;
    }

    .ip-aa-agent-row {
        max-width: 100%;
        padding: 0 50px;
    }

    .ss-smi {
        right: 20px;
    }

    .ip-aa-agent-content {
        min-height: 380px;
        border-radius: 40px 0 0 40px;
    }

    .ip-aa-agent-info-container {
        margin-left: 40px;
        padding: 50px 30px 50px 50px;
        margin-top: -180px;
    }

    .ip-aa-agent-info-title h2 {
        font-size: 45px;
    }

    .ip-aa-agent-info-title span {
        font-size: 18px;
    }

    .ip-aa-agent-info-contacts span {
        font-size: 14px;
    }

    .ip-aa-agent-info-contacts {
        margin-bottom: 25px;
    }

    .ip-aa-agent-info-container, .ip-aa-agent-info-bg, .ip-aa-agent-info-bg:before, .ip-aa-agent-info-bg canvas {
        border-top-left-radius: 80px;
    }

    .ip-aa-testi-title h2 small {
        font-size: 20px;
    }

    .ip-aa-agent-title h2 small {
        font-size: 20px;
    }

    .ip-aa-agent-title h2 span {
        font-size: 130px;
    }

    .ip-aa-agent-title {
        margin-right: 70px;
    }

    .ip-aa-videos-main, .ip-aa-about-main, .ip-aa-stats-main {
        padding: 0 60px;
    }

    .ip-aa-about-video-holder h2 {
        font-size: 37px;
    }

    .ip-aa-videos-slide .slick-slide > div {
        width: 265px;
    }

    .ip-aa-stats-item h2 {
        font-size: 45px;
    }

    .ip-aa-stats-lg {
        margin-right: 70px;
    }

    .ip-aa-stats-title h2, .ip-aa-videos-title h2, .ip-aa-about-title h2 {
        font-size: 90px;
    }

    .ip-aa-stats-lg h2 {
        font-size: 115px;
    }

    .ip-aa-about-video-img canvas {
        min-height: 345px;
    }

    .ip-aa-stats-item span {
        font-size: 17px;
        letter-spacing: 0.150em;
    }
}

@media only screen and (max-width: 1280px) {
    .custom-breadcrumbs {
        max-width: 1140px;
    }

    .ss-smi {
        right: 20px;
    }

    .ip-aa-agent-container {
        padding: 90px 0 0;
    }

    .ip-aa-agent-title h2 span {
        font-size: 120px;
    }

    .ip-aa-agent-title h2 small:before {
        width: 230px;
    }

    .ip-aa-agent-content {
        min-height: 325px;
        padding: 20px 30px 20px 50px;
    }

    .ip-aa-agent-content p, .ip-aa-about-content p, .ip-aa-content-main p:not(.lg) {
        font-size: 13px;
        line-height: 2;
    }

    .ip-aa-videos-main, .ip-aa-about-main, .ip-aa-stats-main {
        padding: 0 50px;
    }

    .ip-aa-videos-img canvas {
        height: 330px;
    }

    .ip-aa-videos-slide:not(.slick-initialized) .ip-aa-videos-item:nth-child(2) .ip-aa-videos-img canvas, .ip-aa-videos-slide .slick-center .ip-aa-videos-img canvas {
        height: 420px;
    }

    .ip-aa-videos-slide .slick-slide > div {
        width: 250px;
    }

    .ip-aa-content-main p.lg {
        font-size: 30px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .custom-breadcrumbs {
        max-width: 900px;
    }

    .ss-smi {
        right: 20px;
    }

    .ip-aa-agent-row {
        padding: 0 40px;
    }

    .ip-aa-agent-title h2 span {
        font-size: 100px;
    }

    .ip-aa-agent-title {
        margin-right: 60px;
        margin-top: 60px;
    }

    .ip-aa-agent-title h2 small:before {
        width: 150px;
    }

    .ip-aa-agent-content {
        min-height: 300px;
        padding: 20px 20px 20px 40px;
    }

    .ip-aa-agent-content p {
        line-height: 1.8;
    }

    .ip-aa-agent-info-container {
        margin-left: 30px;
        padding: 40px 30px 40px 40px;
        margin-top: -166px;
    }

    .ip-aa-agent-container {
        padding: 70px 0 0;
    }

    .ip-aa-agent-info-title h2 {
        font-size: 40px;
    }

    .ip-aa-videos-main, .ip-aa-about-main, .ip-aa-stats-main {
        padding: 0 40px;
    }

    .ip-aa-stats-title h2, .ip-aa-videos-title h2, .ip-aa-about-title h2 {
        font-size: 80px;
    }

    .ip-aa-about-video-holder h2 {
        font-size: 29px;
    }

    .ip-aa-about-video-img canvas {
        min-height: 320px;
    }

    .ip-aa-about-content p {
        width: 100%;
    }

    .ip-aa-videos-img span.ai-play-btn, .ip-aa-about-video-img span.ai-play-btn {
        width: 90px;
        height: 90px;
    }

    .ip-aa-videos-img span.ai-play-btn:before, .ip-aa-about-video-img span.ai-play-btn:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
    }

    .ip-aa-content-main {
        padding: 0 60px;
    }

    .ip-aa-content-container {
        padding: 70px 0;
    }

    .ip-aa-content-main p:not(.lg) {
        margin-bottom: 20px;
    }

    .ip-aa-content-main p.lg {
        margin-bottom: 20px;
    }

    .ip-aa-about-container {
        padding: 70px 0;
    }

    .ip-aa-videos-container {
        padding: 70px 0;
    }

    .ip-aa-videos-link span {
        font-size: 14px;
    }

    .ip-aa-videos-link span em.ai-font-youtube {
        font-size: 35px;
    }

    .ip-aa-videos-slide .slick-slide > div {
        width: 207px;
    }

    .ip-aa-videos-slide .slick-slide.slick-current.slick-active.slick-center > div {
        width: calc(100% + 160px);
    }

    .ip-aa-videos-img canvas {
        height: 290px;
    }

    .ip-aa-videos-slide:not(.slick-initialized) .ip-aa-videos-item:nth-child(2) .ip-aa-videos-img canvas, .ip-aa-videos-slide .slick-center .ip-aa-videos-img canvas {
        height: 370px;
    }

    .ip-aa-videos-slide .slick-track, .ip-aa-videos-slide:not(.slick-initialized) {
        padding: 40px 0 50px;
    }

    .ip-aa-stats-item h2 {
        font-size: 34px;
    }

    .ip-aa-stats-item span {
        font-size: 15px;
        letter-spacing: 0.050em;
    }

    .ip-aa-stats-lg h2 {
        font-size: 90px;
    }

    .ip-aa-stats-lg span {
        font-size: 20px;
        letter-spacing: 0.150em;
    }

    .ip-aa-stats-lg {
        margin-right: 50px;
    }

    .ip-aa-stats-col:not(:last-child) {
        margin-bottom: 50px;
    }

    .ip-aa-stats-top-content {
        margin-bottom: 64px;
    }

    .ip-aa-stats-container {
        padding: 0 0 80px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .custom-banner-img, .custom-banner-img canvas {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .custom-breadcrumbs {
        max-width: 100%;
        padding: 0 30px;
    }

    .custom-breadcrumbs p#breadcrumbs {
        letter-spacing: 0.150em;
        font-size: 11px;
    }

    .ss-smi {
        display: none;
    }

    .ip-aa-agent-col {
        width: 100%!important;
        display: block;
    }

    .ip-aa-agent-row {
        padding: 0 15px;
    }

    .ip-aa-agent-title {
        margin: 0 auto 30px;
        text-align: center;
    }

    .ip-aa-agent-title h2 {
        text-align: right;
    }

    .ip-aa-agent-content {
        padding: 40px 20px;
        min-height: 0;
        border: 1px solid #234c4d;
        border-bottom: none!important;
        border-radius: 30px 30px 0 0 !important;
        text-align: center;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-aa-agent-content p {
        line-height: 1.8;
    }

    .ip-aa-agent-img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-aa-agent-info-container {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 40px 15px;
        text-align: center;
    }

    .ip-aa-agent-info-bg {
        width: 100%;
        right: 0;
    }

    .ip-aa-agent-info-contacts {
        margin-bottom: 20px;
    }

    .ip-aa-agent-info-contacts span em[class^=ai-font] {
        margin-right: 10px;
        font-size: 11px;
        width: 16px;
    }

    .ip-aa-agent-info-contacts span em.ai-icon-dre {
        width: 15px;
        height: 11px;
        margin-right: 10px;
    }

    .ip-aa-agent-info-title h2 {
        font-size: 35px;
    }

    .ip-aa-agent-info-title span {
        font-size: 18px;
    }

    .ip-aa-agent-title h2 span {
        font-size: 45px;
    }

    .ip-aa-agent-title h2 small {
        font-size: 16px;
    }

    .ip-aa-agent-title h2 small:before {
        width: 100px;
        right: calc(100% + 15px);
    }

    .ip-aa-agent-info-container, .ip-aa-agent-info-bg, .ip-aa-agent-info-bg:before, .ip-aa-agent-info-bg canvas {
        border-radius: 0 0 50px 50px;
    }

    .ip-aa-agent-title h2 small {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .ip-aa-agent-container {
        padding: 50px 0;
    }

    .cpf-inner {
        padding: 50px 15px 60px;
    }

    .cpf-title span {
        font-size: 38px;
    }

    .cpf-logo {
        margin-bottom: 25px;
    }

    .cpf-title {
        margin-bottom: 15px;
    }

    .cfp-field {
        padding: 0;
    }

    .custom-popup button.wpcf7-submit {
        margin-top: 15px;
    }

    .cpf-form .wpcf7 form .wpcf7-response-output {
        width: 100%;
        margin: 15px auto 0;
        font-size: 11px;
    }

    .aiosp-container[class*="contact-amber"] .aios-popup-body .aiosp-close {
        top: 60px;
        right: 40px;
    }

    .ip-aa-about-col {
        display: block;
        width: 100%!important;
    }

    .ip-aa-videos-main, .ip-aa-about-main, .ip-aa-stats-main {
        padding: 0 15px;
        max-width: 768px;
        margin: 0 auto;
    }

    .ip-aa-about-content-container {
        padding: 0;
        text-align: center;
    }

    .ip-aa-stats-title h2, .ip-aa-videos-title h2, .ip-aa-about-title h2 {
        font-size: 45px;
    }

    .ip-aa-about-video-holder h2 {
        text-align: center;
    }

    .ip-aa-about-col:not(:last-child) {
        margin-bottom: 30px;
    }

    .ip-aa-about-video-holder {
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
        padding: 0;
    }

    .ip-aa-about-container {
        padding: 60px 0;
    }

    .ip-aa-content-main {
        padding: 0 15px;
        max-width: 768px;
    }

    .ip-aa-content-container {
        padding: 60px 0;
    }

    .ip-aa-content-container:before {
        border-top-left-radius: 50px;
    }

    .ip-aa-videos-container {
        padding: 60px 0 70px;
    }

    .ip-aa-videos-slide .slick-slide > div {
        width: 100%;
        -webkit-transform: none!important;
            -ms-transform: none!important;
                transform: none!important;
        left: 0!important;
    }

    .ip-aa-videos-img canvas {
        height: auto!important;
        min-height: 250px;
    }

    .ip-aa-videos-slide .slick-track, .ip-aa-videos-slide:not(.slick-initialized) {
        padding: 0;
    }

    .ip-aa-videos-link {
        margin-bottom: 30px;
    }

    .ip-aa-videos-control {
        margin: 40px auto 0;
    }

    .ip-aa-videos-pagination {
        margin: 0 25px;
    }

    .ip-aa-videos-pagination ul li:not(:last-child) {
        margin-right: 15px;
    }

    .ip-aa-stats-top-content {
        text-align: center;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .ip-aa-stats-lg, .ip-aa-stats-title, .ip-aa-stats-item {
        display: block;
    }

    .ip-aa-stats-title h2 {
        text-align: center;
    }

    .ip-aa-stats-lg {
        margin: 30px 0 0;
    }

    .ip-aa-stats-lg h2 {
        font-size: 35px;
    }

    .ip-aa-stats-lg span {
        font-size: 15px;
        letter-spacing: 0.050em;
    }

    .ip-aa-stats-col {
        display: block;
    }

    .ip-aa-stats-col:not(:last-child), .ip-aa-stats-item:not(:last-child) {
        margin: 0 auto 30px;
    }

    .ip-aa-stats-item span {
        margin-top: 10px;
    }

    .ip-aa-stats-item h2 {
        font-size: 35px;
    }

    .ip-aa-stats-container {
        padding: 0 0 60px;
    }

    .ip-aa-videos-item {
        width: 100%;
    }

    .ip-aa-videos-slide {
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
    }

    .ip-aa-videos-img span.ai-play-btn {
        -webkit-transform: translate(-50%, -50%) scale(1)!important;
            -ms-transform: translate(-50%, -50%) scale(1)!important;
                transform: translate(-50%, -50%) scale(1)!important;
    }

    .ip-aa-videos-slide:not(.slick-initialized) .ip-aa-videos-item:nth-child(n+2) {
        display: none;
    }

    .ip-aa-videos-slide .slick-track {
        display: block;
    }

    .ip-aa-about-video-img canvas {
        min-height: 250px;
    }

    .ip-aa-content-main p.lg {
        font-size: 25px;
        line-height: 1.2;
    }

    .ip-aa-videos-img span.ai-play-btn, .ip-aa-about-video-img span.ai-play-btn {
        width: 75px;
        height: 75px;
    }

    .ip-aa-videos-img span.ai-play-btn:before, .ip-aa-about-video-img span.ai-play-btn:before {
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 18px solid #fff;
    }

    .ip-aa-about-video-img span.ai-play-btn:after, .ip-aa-videos-img span.ai-play-btn:after {
        margin: -8px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-aa-agent-title h2 span {
        font-size: 40px;
    }

    .ip-aa-agent-title h2 small:before {
        width: 50px;
        right: calc(100% + 10px);
    }

    .ip-aa-agent-info-contacts span:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-aa-agent-info-contacts span {
        font-size: 11px;
    }

    .ip-aa-agent-info-contacts span em[class^=ai-font], .ip-aa-agent-info-contacts span em.ai-icon-dre {
        margin-right: 5px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}