/*******************************************************
 *
 *  Strategy Version 2
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

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

.ip-banner {
    display: none;
}

.ff-bg canvas {
    background-image: url(../../../assets/images/strategy-v2/form-bg-a.jpg)!important;
    background-position: top center;
}

.ip-container #fixed-smi {
    top: 47vh;
}

#ip-strategy {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 95px;
}

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

/* Section 1 */
.ip-st-banner-container, .ip-st-banner-img, .ip-st-banner-content-inner, .ip-st-banner-img canvas {
    display: block;
    position: relative;
}

.ip-st-banner-container {
    margin-right: 5%;
}

.ip-st-banner-img canvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ip-st-banner-content {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: left;
    max-width: 1313px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}

.ip-st-banner-content h2 {
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.ip-st-banner-content p {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.050em;
    font-weight: 300;
    color: #000;
    width: 100%;
    max-width: 685px;
}

.ip-st-banner-content p strong {
    font-weight: 700;
}

.ip-st-banner-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(50% - 10px);
}

.ip-st-banner-btn a {
    max-width: 100%;
}

.ip-st-banner-btn a em.ai-font-phone {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.ip-st-banner-btns {
    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;
    position: relative;
    margin: 45px 0 25px;
    max-width: 559px;
}

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

.ip-st-banner-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),color-stop(19%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,0) 100%);
}

.ip-st-banner-content p.is-sm {
    font-size: 14px;
}

/* Section 2 */
.ip-st-content-container, .ip-st-content-img, .ip-st-content {
    display: block;
    position: relative;
}

.ip-st-content-container {
    padding: 120px 0 110px;
}

.ip-st-content-row {
    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;
    position: relative;
    margin: 0 -15px;
}

.ip-st-content-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.ip-st-content-col:first-child {
    width: 49%;
}

.ip-st-content-col:last-child {
    width: 51%;
}

.ip-st-content-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ip-st-content {
    padding-left: 50px;
    padding-right: 20px;
}

.ip-st-content p {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.050em;
    color: #000;
}

.ip-st-content p a {
    color: var(--secondary-color);
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-st-content p a:hover {
    opacity: .75;
}

.ip-st-content p.is-sm {
    font-size: 14px;
}

.ip-st-content h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.ip-st-content a.global-btn {
    margin-top: 40px;
    max-width: 275px;
}

.ip-st-content h2:before {
    position: absolute;
    content: '';
    top: 38px;
    left: calc(100% + 50px);
    width: 100vw;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-st-content-container > .custom-container {
    max-width: 1366px;
}

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

.ip-st-se-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
}

.safari-true.mac-true .ip-st-se-bg canvas {
    background-attachment: scroll!important;
}

.ip-st-se-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-st-se-main {
    padding: 143px 0 0;
}

.ip-st-se-content {
    width: 100%;
    max-width: 655px;
    padding: 100px 50px 53px 100px;
    background-color: #fff;
    overflow: hidden;
}

.ip-st-se-content h2 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.ip-st-se-content p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.050em;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
}

.ip-st-se-content p.is-sm {
    font-size: 16px;
}

.ip-st-se-content a.global-btn {
    margin-top: 35px;
    max-width: 275px;
}

.ip-st-se-content h2:before {
    position: absolute;
    content: '';
    top: 38px;
    right: calc(100% + 30px);
    width: 100vw;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-st-se-container .custom-container {
    max-width: 1510px;
}

/*Section 4*/
.ip-st-ms-container, .ip-ms-main, .ip-st-ms-title, .ip-st-ms-row, .ip-st-ms-holder, .ip-st-ms-content, .ip-st-ms-stats, .ip-st-ms-stat-item ul, .ip-st-ms-stat-item ul li {
    display: block;
    position: relative;
}

.ip-st-ms-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px;
    width: 32.4%;
}

.ip-ms-main {
    max-width: 1480px;
    margin: 0 auto;
}

.ip-st-ms-container {
    padding: 129px 0 80px;
}

.ip-st-ms-content h2 {
    font-size: 23px;
    line-height: 1.131;
    font-weight: 700;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.ip-st-ms-content > span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
}

.ip-st-ms-graph {
    display: block;
    position: relative;
    margin-top: 30px;
}

.ip-st-ms-graph img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ip-st-ms-row {
    margin: 0 -30px;
}

.ip-st-ms-graph-list span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 0.050em;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.ip-st-ms-graph-list {
    position: relative;
    margin-top: 15px;
}

.ip-st-ms-graph-list span:not(:last-child) {
    margin-right: 25px;
}

.ip-st-ms-graph-list span:last-child {
    font-size: 21px;
    font-weight: 700;
}

.ip-st-ms-content strong {
    font-size: 16px;
    letter-spacing: 0.050em;
    line-height: 1;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.ip-st-ms-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 300;
    z-index: 2;
    position: relative;
}

.ip-st-ms-stat-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ip-st-ms-stat-item ul li {
    font-size: 14px;
    line-height: 1.358;
    letter-spacing: 0.050em;
    font-weight: 300;
    color: #000;
}

.ip-st-ms-stat-item ul li span {
    font-size: 50px;
    line-height: 1;
    color: #000;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 15px;
}

.ip-st-ms-stat-item ul li span em {
    font-style: normal;
}

.ip-st-ms-stat-item ul li span i {
    font-size: 26px;
    font-style: normal;
}

.ip-st-ms-stat-item:not(:last-child) {
    /* margin-right: 30px; */
}

.ip-st-ms-stats {
    margin-top: 60px;
    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;
}

.ip-st-ms-holder {
    padding: 67px 0 0;
}

.ip-st-ms-col:nth-child(2) .ip-st-ms-holder {
    background-color: #f5f5f5;
    padding: 67px 40px 105px;
}

.ip-st-ms-col:nth-child(2) {
    width: 35.2%;
}

.ip-st-ms-content h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
    max-width: 374px;
}

.ip-st-ms-col:last-child .ip-st-ms-graph {
    margin-top: -10px;
}

.ip-st-ms-graph-list span:nth-child(3) {
    margin-right: 50px;
}

.ip-st-ms-stat-item:first-child ul li i:first-of-type {
    font-size: 40px;
}

.ip-st-ms-title h2 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-st-ms-title {
    text-align: center;
    margin-bottom: 40px;
}


.ip-st-ms-graph-chart-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    overflow: hidden;
}

.ip-st-ms-graph-chart-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ip-st-ms-graph-chart-icon canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #1A1A1A;
    border-radius: 50%;
}

.ip-st-ms-graph-chart-icon {
    display: block;
    position: relative;
}

.ip-st-ms-graph-chart-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 15px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.ip-st-ms-graph-chart-icon span em {
    font-style: normal;
}

.ip-st-ms-graph-chart-icon em.accent-line {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 93px;
    background-color: #000;
}

.ip-st-ms-graph-chart-icon em.accent-line:before {
    position: absolute;
    content: '';
    top: 100%;
    left: -3px;
    right: 0px;
    margin: 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}

.ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon canvas {
    background-color: #E8E8E8;
}

.ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon span {
    color: #000;
}

.ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon em.accent-line{
    height: 143px;
}

.ip-st-ms-graph-chart-item:nth-child(2) .ip-st-ms-graph-chart-icon canvas {
    background-color: #B3B3B3;
}

.ip-st-ms-graph-chart-item:nth-child(2) .ip-st-ms-graph-chart-icon em.accent-line{
    height: 140px;
}

.ip-st-ms-graph-chart-item:nth-child(3) .ip-st-ms-graph-chart-icon canvas {
    background-color: #808080;
}

.ip-st-ms-graph-chart-item:nth-child(3) .ip-st-ms-graph-chart-icon em.accent-line {
    height: 127px;
}

.graph2 .ip-st-ms-graph-chart-list {
    padding-bottom: 85px;
}

.graph2  .ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon em.accent-line {
    height: 127px;
}

.graph2  .ip-st-ms-graph-chart-item:nth-child(2) .ip-st-ms-graph-chart-icon em.accent-line {
    height: 118px;
}

.graph2  .ip-st-ms-graph-chart-item:nth-child(3) .ip-st-ms-graph-chart-icon em.accent-line {
    height: 115px;
}

.graph2  .ip-st-ms-graph-chart-icon em.accent-line {
    height: 78px;
}
/* Section 5 */
.ip-st-cv-container, .ip-st-cv-main, .ip-st-cv-row, .ip-st-cv-logo, .ip-st-cv-content {
    display: block;
    position: relative;
}

.ip-st-cv-container {
    padding: 80px 0 130px;
}

.ip-st-cv-main-title {
    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;
    position: relative;
    margin-bottom: 55px;
}

.ip-st-cv-title, .ip-st-cv-label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-st-cv-label h2 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-st-cv-title h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.ip-st-cv-title h2:before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 30px);
    width: 100vw;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-st-cv-title {
    width: 40%;
}

.ip-st-cv-label span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 300;
}

.ip-st-cv-label {
    text-align: center;
    padding-right: 140px;
}

.ip-st-cv-container > .custom-container {
    max-width: 1313px;
}

.ip-st-cv-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 26%;
}

.ip-st-cv-logo img {
    max-width: 100%;
    height: auto;
}

.ip-st-cv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.ip-st-cv-content-item {
    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;
    padding: 20px 15px 20px 0;
    border-top: 1px solid var(--secondary-color);
    min-height: 180px;
}

.ip-st-cv-content-item h2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.050em;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 205px;
}

.ip-st-cv-content-item p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.050em;
    color: #000;
    width: calc(100% - 225px);
}

.ip-st-cv-content-item h2, .ip-st-cv-content-item p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-st-cv-col:nth-child(2) {
    width: 48%;
}

.ip-st-cv-content-item:last-child {
    border-bottom: 1px solid var(--secondary-color);
}

.ip-st-cv-logo {
    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;
    height: 100%;
    padding: 30px 51px;
    background-color: #eeeeee;
}

.ip-st-cv-label.is-white {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    height: 100%;
    width: 100%;
    padding: 0;
}

.ip-st-cv-label.is-white h2 em{
    font-style: normal;
}

.ip-st-cv-label.is-white h2, .ip-st-cv-label.is-white span {
    color: #fff;
}

.ip-st-cv-content {
    padding-left: 30px;
}

/* Section 6 */
.ip-st-cta-container, .ip-st-cta-main {
    display: block;
    position: relative;
}

.ip-st-cta-container {
    padding: 190px 0 160px;
    background-color: #000;
}

.ip-st-cta-main h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.ip-st-cta-main span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #fff;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ip-st-cta-main p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.050em;
    color: #fff;
    max-width: 83%;
    margin: 0 auto;
    font-weight: 300;
}

.ip-st-cta-main {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}

.ip-st-cta-main a {
    margin: 60px auto 0;
    color: #fff;
    border-color: #fff;
    max-width: 275px;
}

/* Section 7 */
.ip-st-strat-container {
    display: block;
    position: relative;
}

.ip-st-strat-container .ip-st-content-col:first-child {
    width: 55.115%;
}

.ip-st-strat-container .ip-st-content-col:last-child {
    width: 44.885%;
}

.ip-st-strat-container .ip-st-content p {
    width: 100%;
    max-width: 440px;
    font-size: 15px;
    line-height: 1.8;
}

.ip-st-strat-container .ip-st-content a.global-btn {
    margin-top: 23px;
}

.ip-st-strat-container .ip-st-content h2 {
    margin-bottom: 25px;
}

.ip-st-strat-container .ip-st-content {
    padding-top: 30px;
}

.ip-st-strat-container .ip-st-content h2:before {
    left: calc(100% + 15px);
}

/*Section 8*/
.ip-st-ig-container, .ip-st-ig-row, .ip-st-ig-content, .ip-st-ig-list, .ip-st-ig-item, .ip-st-ig-item a {
    display: block;
    position: relative;
}

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

.ip-st-ig-container {
    padding: 212px 0 160px;
}

.ip-st-ig-content h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.ip-st-ig-content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 300;
}

.ip-st-ig-content a.global-btn {
    margin-top: 20px;
    max-width: 275px;
}

.ip-st-ig-content h2:before {
    position: absolute;
    content: '';
    top: 38px;
    right: calc(100% + 30px);
    width: 100vw;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-st-ig-content {
    padding: 76px 50px 0 100px;
}

.ip-st-ig-container > .custom-container {
    max-width: 1510px;
}

.ip-st-ig-col:first-child {
    width: 41.892%;
}

.ip-st-ig-col:last-child {
    width: 58.108%;
}

.ip-st-ig-list-col {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
}

.ip-st-ig-item.is-title .ip-st-ig-img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ip-st-ig-img {
    background-color: #000;
    overflow: hidden;
}

.ip-st-ig-item {
    padding: 13px;
}

.ip-st-ig-list {
    margin: -13px;
}

.ip-st-ig-list-col:nth-child(2) {
    margin-top: -63px;
}

.ip-st-ig-list-col:last-child {
    margin-top: -130px;
}

.ip-st-ig-item a:hover .ip-st-ig-img img {
    opacity: .75;
}

/*Section 9*/
.ip-st-pt-container {
    display: block;
    position: relative;
    padding-bottom: 92px;
}

.ip-st-pt-container .ip-st-content-col:first-child {
    width: 46.684%;
}

.ip-st-pt-container .ip-st-content-col:last-child {
    width: 53.316%;
}

.ip-st-pt-container .ip-st-content {
    padding-left: 90px;
}

.ip-st-pt-container .ip-st-content p {
    width: 100%;
    max-width: 635px;
    font-size: 15px;
    line-height: 1.8;
}

/* Section 10 */
.ip-st-hw-container, .ip-st-hw-content {
    display: block;
    position: relative;
}

.ip-st-hw-container {
    padding: 100px 0 125px;
    margin-bottom: 90px;
}

.ip-st-hw-content {
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
    padding: 100px 50px;
    background-color: #fff;
    z-index: 5;
    text-align: center;
}

.ip-st-bg {
    position: absolute;
    top: 0;
    width: calc(50% - 9px);
    height: 100%;
    pointer-events: none;
    background-color: #000;
}

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

.ip-st-bg.is-left {
    left: 0;
}

.ip-st-bg.is-right {
    right: 0;
}

.ip-st-hw-content h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.ip-st-hw-content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 300;
}

.ip-st-hw-content a.global-btn {
    margin: 30px auto 0;
    max-width: 275px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) and (max-width: 1599px) {
    .ip-st-ms-col {
        padding: 0 1.875vw;
    }

    .ip-ms-main {
        max-width: 92.500vw;
    }

    .ip-st-ms-container {
        padding: 8.063vw 0 5vw;
    }

    .ip-st-ms-content h2 {
        font-size: 1.438vw;
        padding-bottom: 0.938vw;
        margin-bottom: 1.250vw;
    }

    .ip-st-ms-content > span {
        font-size: 0.875vw;
    }

    .ip-st-ms-graph {
        margin-top: 1.875vw;
    }

    .ip-st-ms-row {
        margin: 0 -1.875vw;
    }

    .ip-st-ms-graph-list span {
        font-size: 1vw;
    }

    .ip-st-ms-graph-list {
        margin-top: 0.938vw;
    }

    .ip-st-ms-graph-list span:not(:last-child) {
        margin-right: 1.563vw;
    }

    .ip-st-ms-graph-list span:last-child {
        font-size: 1.313vw;
    }

    .ip-st-ms-content strong {
        font-size: 1vw;
        margin-bottom: 0.625vw;
    }

    .ip-st-ms-content p {
        font-size: 0.875vw;
    }

    .ip-st-ms-stat-item ul li {
        font-size: 0.875vw;
    }

    .ip-st-ms-stat-item ul li span {
        font-size: 3.125vw;
        margin-bottom: 0.938vw;
    }

    .ip-st-ms-stat-item ul li span i {
        font-size: 1.625vw;
    }

    .ip-st-ms-stat-item:not(:last-child) {
        /* margin-right: 1.875vw; */
    }

    .ip-st-ms-stats {
        margin-top: 3.750vw;
    }

    .ip-st-ms-holder {
        padding: 4.188vw 0 0;
    }

    .ip-st-ms-col:nth-child(2) .ip-st-ms-holder {
        padding: 4.188vw 2.500vw 6.563vw;
    }

    .ip-st-ms-content h2:before {
        max-width: 23.375vw;
    }

    .ip-st-ms-col:last-child .ip-st-ms-graph {
        margin-top: -0.625vw;
    }

    .ip-st-ms-graph-list span:nth-child(3) {
        margin-right: 3.125vw;
    }

    .ip-st-ms-stat-item:first-child ul li i:first-of-type {
        font-size: 2.500vw;
    }

    .ip-st-ms-title h2 {
        font-size: 3.125vw;
    }

    .ip-st-ms-title {
        margin-bottom: 2.500vw;
    }

    .ip-st-ms-graph-chart-list {
        padding-bottom: 6.250vw;
    }

    .ip-st-ms-graph-chart-icon span {
        font-size: 0.938vw;
    }

    .ip-st-ms-graph-chart-icon em.accent-line {
        height: 5.813vw;
    }

    .ip-st-ms-graph-chart-icon em.accent-line:before {
        left: -0.188vw;
        width: 0.438vw;
        height: 0.438vw;
    }

    .ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon em.accent-line{
        height: 8.938vw;
    }

    .ip-st-ms-graph-chart-item:nth-child(2) .ip-st-ms-graph-chart-icon em.accent-line{
        height: 8.750vw;
    }

    .ip-st-ms-graph-chart-item:nth-child(3) .ip-st-ms-graph-chart-icon em.accent-line {
        height: 7.938vw;
    }

    .graph2 .ip-st-ms-graph-chart-list {
        padding-bottom: 5.313vw;
    }

    .graph2  .ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon em.accent-line {
        height: 7.938vw;
    }

    .graph2  .ip-st-ms-graph-chart-item:nth-child(2) .ip-st-ms-graph-chart-icon em.accent-line {
        height: 7.375vw;
    }

    .graph2  .ip-st-ms-graph-chart-item:nth-child(3) .ip-st-ms-graph-chart-icon em.accent-line {
        height: 7.188vw;
    }

    .graph2  .ip-st-ms-graph-chart-icon em.accent-line {
        height: 4.875vw;
    }

    .ip-st-ms-graph-chart-icon canvas[width="53"] {
        width: 3.313vw;
        height: 3.313vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="55"] {
         width: 3.438vw;
        height: 3.438vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="83"] {
         width: 5.188vw;
        height: 5.188vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="153"] {
         width: 9.563vw;
        height: 9.563vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="60"] {
         width: 3.750vw;
        height: 3.750vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="77"] {
         width: 4.813vw;
        height: 4.813vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="86"] {
         width: 5.375vw;
        height: 5.375vw;
    }
    
    .ip-st-ms-graph-chart-icon canvas[width="160"] {
         width: 10vw;
        height: 10vw;
    }

}

@media only screen and (max-width: 1560px) {
    .ip-st-se-container .custom-container {
        max-width: 100%;
        padding: 0 50px;
    }

    .ip-st-cv-container > .custom-container {
        max-width: 1280px;
    }

    .ip-st-ig-container > .custom-container {
        max-width: 100%;
        padding: 0 50px;
    }

    .ip-st-se-main {
        padding: 7% 0 0;
    }

    .ip-st-se-content {
        padding: 70px 50px 50px 85px;
    }

    .ip-st-cv-content-item p {
        width: calc(100% - 210px);
    }

    .ip-st-content-img img {
    }

    .ip-st-strat-container .ip-st-content {
        padding-top: 20px;
        padding-left: 40px;
    }

    .ip-st-pt-container .ip-st-content {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-st-content-container > .custom-container {
        max-width: 1280px;
    }

    .ip-st-content h2 {
        margin-bottom: 20px;
    }

    .ip-st-banner-content h2, .ip-st-cv-label h2 {
        font-size: 70px;
    }

    .ip-st-banner-btns {
        margin: 35px 0 25px;
    }

    .ip-st-content p {
        font-size: 15px;
    }

    .ip-st-content {
        padding-left: 40px;
    }

    .ip-st-se-content {
        max-width: 580px;
        padding: 70px 35px 50px 65px;
    }

    .ip-st-se-content p {
        font-size: 18px;
    }

    .ip-st-se-content p.is-sm {
        font-size: 15px;
    }

    .ip-st-se-content h2:before {
        right: calc(100% + 15px);
    }

    .ip-st-cv-container > .custom-container {
        max-width: 1200px;
    }

    .ip-st-cv-content-item p {
        font-size: 14px;
        width: calc(100% - 190px);
    }

    .ip-st-cv-content-item h2 {
        font-size: 18px;
        min-width: 190px;
    }

    .ip-st-cv-content-item {
        min-height: 0;
        padding: 30px 15px 30px 0;
    }

    .ip-st-strat-container .ip-st-content-img img {
        /* height: 385px; */
    }

    .ip-st-ig-content {
        padding: 60px 40px 0 35px;
    }

    .ip-st-hw-container {
        padding: 80px 0 100px;
    }

    .ip-st-hw-content {
        max-width: 600px;
        padding: 75px 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-st-banner-container {
        margin-right: 4%;
    }

    .ip-st-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ip-st-content p.is-sm {
        font-size: 13px;
    }

    .ip-st-ms-img {
        max-width: 900px;
    }

    .ip-st-bs-item p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ip-st-bs-main > h2 {
        font-size: 45px;
    }

    .ip-st-content h2 {
        /* font-size: 45px; */
    }

    .ip-st-cta-main h2 {
        /* font-size: 45px; */
    }

    .ip-st-content h2:before {
        left: calc(100% + 30px);
    }

    .ip-st-banner-content {
        max-width: 1110px;
        left: 0;
    }

    .ip-st-content-container > .custom-container {
        max-width: 1170px;
    }

    .ip-st-content {
        padding-right: 0;
    }

    .ip-st-cv-container > .custom-container {
        max-width: 1140px;
    }

    .ip-st-cv-label {
        padding-right: 50px;
    }

    .ip-st-cv-title {
        width: 45%;
    }

    .ip-st-cv-logo {
        padding: 30px 30px;
    }

    .ip-st-cv-content-item h2 {
        font-size: 17px;
        min-width: 170px;
    }

    .ip-st-cv-content-item p {
        width: calc(100% - 172px);
    }

    .ip-st-ig-img canvas {
        /* min-height: 225px; */
    }

    .ip-st-ig-item {
        padding: 10px;
    }

    .ip-st-ig-list {
        margin: -10px;
    }

    .ip-st-ig-content p {
        font-size: 14px;
    }

    .ip-st-ig-content {
        padding: 60px 30px 0 35px;
    }

    .ip-st-ig-content h2:before {
        right: calc(100% + 20px);
    }

    .ip-st-ig-content h2 {
        margin-bottom: 25px;
    }

    .ip-st-hw-content h2, .ip-st-ig-content h2, .ip-st-cta-main h2, .ip-st-cv-title h2, .ip-st-ms-title h2, .ip-st-se-content h2, .ip-st-content h2 {
        font-size: 45px;
    }

    .ip-st-hw-content a.global-btn, .ip-st-ig-content a.global-btn, .ip-st-cta-main a, .ip-st-se-content a.global-btn, .ip-st-content a.global-btn {
        max-width: 245px;
        font-size: 15px;
    }

    .ip-st-ig-content h2:before, .ip-st-content h2:before, .ip-st-se-content h2:before {
        top: 35px;
    }

    .ip-st-cv-title h2:before {
        right: calc(100% + 15px);
    }

    .ip-st-cta-container {
        padding: 140px 0 130px;
    }

    .ff-container {
        padding: 100px 0 115px;
    }

    .ip-container #fixed-smi {
        top: 36vh;
    }

}

@media only screen and (max-width: 1300px) {
     html .ip-st-se-bg.attachment-fixed canvas, html.safari-true .ip-st-se-bg.attachment-fixed canvas {
        background-position: top -70px center!important;
        background-attachment: scroll!important;
        background-size: cover!important;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-st-content-container > .custom-container {
        max-width: 1100px;
    }

    .ip-st-cta-container {
        padding: 120px 0;
    }

    .ip-st-banner-content h2, .ip-st-cv-label h2 {
        font-size: 65px;
    }

    .ip-st-banner-content p {
        font-size: 15px;
        max-width: 635px;
    }

    .ip-st-banner-content p.is-sm {
        font-size: 13px;
    }

    .ip-st-banner-btns {
        max-width: 490px;
        margin: 25px 0 20px;
    }

    .ip-st-cta-main a {
        margin: 50px auto 0;
    }

    .ip-st-se-content {
        max-width: 530px;
        padding: 50px 25px 35px 45px;
    }

    .ip-st-cv-content-item h2 {
        font-size: 16px;
    }

    .ip-st-strat-container .ip-st-content {
        padding-top: 0;
        padding-left: 20px;
    }

    .ip-st-strat-container .ip-st-content-img img {
        /* height: 340px; */
        -o-object-fit: cover;
        object-fit: cover;
    }

    .ip-st-strat-container .ip-st-content h2 {
        margin-bottom: 17px;
    }

    .ip-st-pt-container .ip-st-content p, .ip-st-strat-container .ip-st-content p {
        font-size: 14px;
    }

    .ip-st-pt-container .ip-st-content {
        padding-left: 40px;
        padding-right: 36px;
    }

    .ip-st-content a.global-btn {
        margin-top: 25px;
    }

    .ip-st-ig-item.is-title .ip-st-ig-img img {
        width: 50px;
        height: 50px;
    }

    .ip-st-ig-content {
        padding: 60px 30px 0 0;
    }

    .ip-container #fixed-smi {
        top: 33vh;
    }

     html .ip-st-se-bg.attachment-fixed canvas, html.safari-true .ip-st-se-bg.attachment-fixed canvas {
        background-position: top -70px center!important;
        background-attachment: scroll!important;
        background-size: cover!important;
    }

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    #ip-strategy {
        margin-top: 78px;
    }

    .ip-st-banner-content h2, .ip-st-cv-label h2 {
        font-size: 55px;
    }

    .ip-st-content h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .ip-st-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .ip-st-content p.is-sm {
        font-size: 12px;
    }

    .ip-st-content a.global-btn {
        margin-top: 20px;
    }

    .ip-st-content-container > .custom-container {
        max-width: 960px;
    }

    .ip-st-content h2:before {
        top: 31px;
        left: calc(100% + 10px);
    }

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

    .ip-st-cta-main span {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .ip-st-cta-main p {
        font-size: 14px;
    }

    .ip-st-cta-main h2 {
        font-size: 40px;
    }

    .ip-st-cta-main a {
        margin: 30px auto 0;
    }

    .ip-st-cta-container {
        padding: 90px 0;
    }

    .ip-st-banner-content p {
        font-size: 14px;
        line-height: 1.75;
        max-width: 572px;
    }

    .ip-st-banner-btns {
        max-width: 450px;
    }

    .ip-st-banner-content p.is-sm {
        font-size: 12px;
    }

    .ip-st-banner-content {
        max-width: 900px;
    }

    .ip-container #fixed-smi {
        top: 22vh;
    }

    .ip-st-content {
        padding-left: 25px;
    }

    .ip-st-se-content p {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 13px;
    }

    .ip-st-se-content p.is-sm {
        font-size: 14px;
    }

    .ip-st-se-content {
        max-width: 425px;
        padding: 30px 25px 35px 35px;
    }

    .ip-st-se-content a.global-btn {
        margin-top: 24px;
    }

    .ip-st-se-content h2 {
        line-height: 1;
    }

    .ip-st-se-content h2:before {
        right: calc(100% + 10px);
    }

    .ip-st-hw-content h2, .ip-st-ig-content h2, .ip-st-cta-main h2, .ip-st-cv-title h2, .ip-st-ms-title h2, .ip-st-se-content h2, .ip-st-content h2 {
        font-size: 40px;
    }

    .ip-st-se-container .custom-container {
        padding: 0 30px;
    }

    .ip-st-cv-container {
        padding: 50px 0 90px;
    }

    .ip-st-cv-container > .custom-container {
        max-width: 940px;
    }

    .ip-st-cv-content {
        padding-left: 15px;
    }

    .ip-st-cv-content-item p {
        font-size: 12px;
        width: calc(100% - 145px);
    }

    .ip-st-cv-content-item {
        padding: 20px 15px 20px 0;
    }

    .ip-st-cv-content-item h2 {
        font-size: 14px;
        min-width: 145px;
    }

    .ip-st-cv-label span {
        font-size: 14px;
    }

    .ip-st-cv-main-title {
        margin-bottom: 40px;
    }

    .ip-st-hw-content a.global-btn, .ip-st-ig-content a.global-btn, .ip-st-cta-main a, .ip-st-se-content a.global-btn, .ip-st-content a.global-btn {
        max-width: 230px;
        font-size: 14px;
    }

    .ip-st-strat-container .ip-st-content {
        padding-left: 0;
        padding-right: 15px;
    }

    .ip-st-pt-container .ip-st-content p, .ip-st-strat-container .ip-st-content p {
        font-size: 12px;
        line-height: 1.7;
    }

    .ip-st-strat-container .ip-st-content-img img {
        /* height: 283px; */
    }

    .ip-st-strat-container .ip-st-content h2 {
        margin-bottom: 10px;
    }

    .ip-st-strat-container .ip-st-content a.global-btn {
        margin-top: 15px;
    }

    .ip-st-ig-container {
        padding: 170px 0 90px;
    }

    .ip-st-ig-content {
        padding: 40px 20px 0 0;
    }

    .ip-st-ig-item {
        padding: 5px;
    }

    .ip-st-ig-list {
        margin: -5px;
    }

    .ip-st-ig-container > .custom-container {
        padding: 0 30px;
    }

    .ip-st-ig-content h2:before {
        right: calc(100% + 15px);
    }

    .ip-st-ig-content h2:before, .ip-st-content h2:before, .ip-st-se-content h2:before {
        top: 31px;
    }

    .ip-st-ig-content h2 {
        margin-bottom: 15px;
    }

    .ip-st-content a.global-btn {
    }

    .ip-st-pt-container .ip-st-content {
        padding-left: 30px;
        padding-right: 20px;
    }

    .ip-st-pt-container {
        padding-bottom: 70px;
    }

    .ip-st-hw-container {
        padding: 70px 0 80px;
        margin-bottom: 70px;
    }

    .ip-st-hw-content {
        max-width: 530px;
        padding: 50px 20px;
    }

    .ip-st-hw-content p {
        font-size: 14px;
    }

    .ff-container {
        padding: 90px 0;
    }

    html .ip-st-se-bg.attachment-fixed canvas, html.safari-true .ip-st-se-bg.attachment-fixed canvas {
        background-position: top -70px center!important;
        background-attachment: scroll!important;
        background-size: cover!important;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-st-banner-content {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 60px 15px 50px;
        max-width: 567px;
        text-align: center;
    }

    .ip-st-banner-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .ip-st-banner-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ip-st-banner-content h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    .ip-st-banner-btns {
        margin: 20px auto;
    }

    .ip-st-content-row {
        display: block!important;
        margin: 0;
    }

    .ip-st-content-col {
        display: block;
        width: 100%!important;
        padding: 0!important;
    }

    .ip-st-content-img {
        max-width: 420px;
        margin: 0 auto 30px!important;
        padding: 0!important;
    }

    .ip-st-content {
        text-align: center;
        padding: 0!important;
    }

    .ip-st-content a.global-btn {
        margin: 30px auto 0!important;
    }

    .ip-st-content-container {
        padding: 50px 0;
    }

    .ip-st-content-row:not(:last-child) {
        margin-bottom: 50px!important;
    }

    .ip-st-content h2 {
        margin-bottom: 20px;
    }

    .ip-st-cta-container {
        padding: 70px 0;
    }

    .ip-st-content p {
        max-width: 100%!important;
        font-size: 14px;
    }

    .ip-st-banner-container {
        margin-right: 0;
    }

    .ip-st-content-container > .custom-container {
        max-width: 768px;
    }

    .ip-st-cta-main p {
        max-width: 100%;
    }

    .ip-st-cta-main {
        max-width: 768px;
    }

    .ip-st-banner-img:before {
        width: 100%;
        opacity: 0;
    }

    .ip-st-banner-content p.is-sm {
        font-size: 13px;
    }

    .ip-st-content p {
    }

    .ip-st-se-bg {
        position: relative;
    }

    .ip-st-se-content {
        max-width: 100%;
        overflow: visible;
        text-align: center;
        padding: 30px 15px 0;
    }

    .ip-st-se-main {
        padding: 0;
    }

    .ip-st-se-content a.global-btn {
        margin: 20px auto 0;
    }

    .ip-st-se-container .custom-container {
        padding: 0 15px;
    }

    .ip-st-ms-container {
        padding: 73px 0 50px;
    }

    .ip-st-ms-col {
        display: block;
        width: 100%!important;
        padding: 0;
    }

    .ip-ms-main {
        padding: 0 15px;
    }

    .ip-st-ms-content h2:before {
        max-width: 100%;
    }

    .ip-st-ms-row {
        max-width: 438px;
        margin: 0 auto;
    }

    .ip-st-ms-col:not(:last-child) {
        margin-bottom: 40px;
    }

    .ip-st-ms-holder {
        padding: 0;
    }

    .ip-st-ms-col:nth-child(2) .ip-st-ms-holder {
        padding: 40px 25px;
    }

    .ip-st-ms-stat-item:not(:last-child) {
        margin-right: 35px;
    }

    .ip-st-ms-stat-item ul li span {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .ip-st-ms-stat-item ul li {
        font-size: 13px;
        text-align: center;
    }

    .ip-st-ms-stats {
        margin-top: 33px;
        display: block;
    }

    .ip-st-ms-content h2 {
        font-size: 20px;
    }

    .ip-st-ms-content h2 br {
        display: none;
    }

    .ip-st-ms-content strong {
        font-size: 15px;
    }

    .ip-st-ms-content p {
        font-size: 13px;
    }

    .ip-st-ms-col:last-child .ip-st-ms-graph {
        margin-top: 20px;
    }

    .ip-st-ms-content {
        text-align: center;
    }

    .ip-st-ms-graph {
        text-align: left;
    }

    .ip-st-cv-main-title {
        display: block;
        text-align: center;
    }

    .ip-st-cv-title, .ip-st-cv-label {
        display: block;
        width: 100%;
    }

    .ip-st-cv-title {
        max-width: 390px;
        margin: 0 auto 20px;
    }

    .ip-st-cv-label {
        padding: 0;
    }

    .ip-st-cv-col {
        display: block;
        width: 100%!important;
    }

    .ip-st-cv-row {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-st-cv-logo {
        padding: 15px 20px;
        margin: 0 auto 30px;
    }

    .ip-st-cv-label.is-white {
        margin: 30px auto 0;
    }

    .ip-st-cv-label.is-white, .ip-st-cv-logo {
        min-height: 300px;
    }

    .ip-st-cv-content-item h2, .ip-st-cv-content-item p {
        display: block;
    }

    .ip-st-cv-content-item h2 {
        font-size: 20px;
        min-width: 0;
        margin-bottom: 12px;
    }

    .ip-st-cv-content-item p {
        font-size: 14px;
        width: 100%;
    }

    .ip-st-cv-content-item {
        display: block;
        padding: 25px 0;
        text-align: center;
    }

    .ip-st-cv-content {
        padding: 0;
    }

    .ip-st-cv-logo img {
        max-width: 250px;
        margin: 0 auto;
        width: 100%;
    }

    .ip-st-cv-container {
        padding: 70px 0;
    }

    .ip-st-strat-container {
        padding: 50px 15px 0;
    }

    .ip-st-pt-container .ip-st-content p, .ip-st-strat-container .ip-st-content p {
        font-size: 14px;
    }

    .ip-st-strat-container .ip-st-content h2 {
        margin-bottom: 20px;
    }

    .ip-st-ig-container {
        padding: 70px 0;
    }

    .ip-st-ig-col {
        width: 100%!important;
        display: block;
    }

    .ip-st-ig-content {
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .ip-st-ig-list {
        max-width: 268px;
        margin: 0 auto;
    }

    .ip-st-ig-list-col {
        width: 100%;
        margin: 0!important;
    }

    .ip-st-ig-content a.global-btn {
        margin: 30px auto 0;
    }

    .ip-st-pt-container {
        padding: 0 15px 70px;
    }

    .ip-st-bg {
        width: calc(50% - 3px);
    }

    .ip-st-strat-container .ip-st-content-img img {
        height: auto;
    }

    .ip-st-hw-container {
        padding: 70px 15px;
    }

    .ff-container {
        padding: 70px 0;
    }

    .ff-bg canvas {
        background-position: right 20% center;
    }

    html .ip-st-se-bg.attachment-fixed canvas, html.safari-true .ip-st-se-bg.attachment-fixed canvas {
        background-position: top center!important;
    }

    .ip-st-se-bg canvas {
        min-height: 385px;
    }

    .ip-st-banner-img canvas{
        opacity: .20;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-st-content p.is-sm {
        font-size: 13px;
    }

    .ip-st-banner-btns {
        display: block;
        max-width: 230px;
    }

    .ip-st-banner-btn {
        display: block;
        width: 100%;
    }

    .ip-st-banner-btn:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-st-banner-content h2 {
        font-size: 40px;
    }

    .ip-st-content h2 {
        font-size: 35px;
    }

    .ip-st-content a.global-btn {
        margin: 20px auto 0!important;
    }

    .ip-st-content h2:before {
        top: 25px;
    }

    .ip-st-cta-main a {
        max-width: 190px;
        margin: 30px auto 0;
    }

    .ip-st-banner-img canvas {
        background-position: right 18% center;
    }

    .ip-st-se-content h2 {
        max-width: 325px;
    }

    .ip-st-hw-content a.global-btn, .ip-st-ig-content a.global-btn, .ip-st-cta-main a, .ip-st-se-content a.global-btn, .ip-st-content a.global-btn {
        max-width: 225px;
    }

    .ip-st-hw-container {
        margin-bottom: 60px;
    }

    .ip-st-se-bg canvas {
        min-height: 265px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-st-banner-content p {
        line-height: 1.5;
        font-size: 13px;
    }

    .ip-st-banner-content h2 {
        font-size: 32px;
    }

    .ip-st-banner-btns {
        max-width: 220px;
    }

    .ip-st-cta-main span {
        font-size: 23px;
    }

    .ip-st-ms-row {
        max-width: 290px;
    }

    .ip-st-ms-graph-list span:not(:last-child) {
        margin-right: 11px;
    }

    .ip-st-ms-graph-list span:nth-child(3) {
        margin-right: 20px;
    }

    .ip-st-ms-graph-list span {
        font-size: 12px;
    }

    .ip-st-ms-graph-list span:last-child {
        font-size: 15px;
    }

    .ip-st-ms-col:nth-child(2) .ip-st-ms-holder {
        padding: 40px 15px;
    }

    .ip-st-ms-stat-item:not(:last-child) {
        margin: 0 0 20px;
    }

    .ip-st-ms-stat-item {
        display: block;
    }

    .ip-st-ms-content p br {
        display: none;
    }

    .ip-st-cv-container {
        padding: 50px 0 70px;
    }

    .ip-st-cv-label.is-white, .ip-st-cv-logo {
        min-height: 250px;
    }

    .ip-st-banner-content h2, .ip-st-cv-label h2 {
        font-size: 45px;
    }

    .ip-st-hw-content h2, .ip-st-ig-content h2, .ip-st-cta-main h2, .ip-st-cv-title h2, .ip-st-ms-title h2, .ip-st-se-content h2, .ip-st-content h2 {
        font-size: 35px;
    }

    .ip-st-cta-container {
        padding: 60px 0;
    }

    .ip-st-ig-content a.global-btn {
        margin: 20px auto 0;
    }

    .ip-st-ig-list {
        max-width: 230px;
    }

    .ip-st-pt-container .ip-st-content h2 {
        font-size: 30px;
    }

    .ip-st-hw-container {
        padding: 50px 15px;
        margin-bottom: 50px;
    }

    .ip-st-hw-content a.global-btn {
        margin: 20px auto 0;
    }

    .ip-st-ms-stats {
        margin-top: 25px;
    }

    .ip-st-cv-row {
        max-width: 330px;
    }

    .ip-st-se-bg canvas {
        min-height: 200px;
    }

    .ip-st-ig-content h2:before, .ip-st-content h2:before, .ip-st-se-content h2:before {
        top: 24px;
    }


    .ip-st-ms-graph-chart-icon canvas[width="53"] {
        width: 35px;
        height: 35px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="57"] {
         width: 38px;
        height: 38px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="83"] {
         width: 59px;
        height: 59px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="153"] {
         width: 107px;
         height: 107px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="60"] {
          width: 35px;
        height: 35px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="77"] {
       width: 38px;
        height: 38px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="86"] {
        width: 59px;
        height: 59px;
    }

    .ip-st-ms-graph-chart-icon canvas[width="160"] {
        width: 107px;
         height: 107px;
    }

    .ip-st-ms-graph-chart-icon span {
        font-size: 10px;
    }

    .ip-st-ms-graph-chart-list {
        padding-bottom: 60px!important;
    }

    .ip-st-ms-graph-chart-item:first-child .ip-st-ms-graph-chart-icon em.accent-line {
        height: 91px!important;
    }

    .ip-st-ms-graph-chart-icon em.accent-line:before {
        width: 5px;
        height: 5px;
        left: -2px;
    }

    .ip-st-ms-graph-chart-item:nth-child(3) .ip-st-ms-graph-chart-icon em.accent-line {
        height: 79px!important;
    }

    .ip-st-ms-graph-chart-icon em.accent-line {
        height: 55px!important;
    }

    .ip-st-ms-graph-chart-item:nth-child(2) .ip-st-ms-graph-chart-icon em.accent-line {
        height: 89px!important;
    }
}

@media only screen and (max-width: 360px) {
    .ip-st-content h2 {
        max-width: 270px;
    }
}


