

/* Bootstrap 4 overides @akos */
#subsidiary-main .col-sm-1, #subsidiary-main .col-sm-2, #subsidiary-main .col-sm-3, #subsidiary-main .col-sm-4, #subsidiary-main .col-sm-5, #subsidiary-main .col-sm-6, #subsidiary-main .col-sm-7, #subsidiary-main .col-sm-8, #subsidiary-main .col-sm-9, #subsidiary-main .col-sm-10, #subsidiary-main .col-sm-11,#subsidiary-main .col-sm-12, #subsidiary-main .col-lg-3,#subsidiary-main  .col-lg-5 {
    float: left;
    /* padding-right: 0px;
    padding-left: 0px; */
}
#subsidiary-main .col-6, #subsidiary-main  .col-md-12, #subsidiary-main  .col-md-6 {
    float: left;
    
}
    
p a{
    border-bottom: 2px solid;
    border-color: inherit;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
 p a:hover{
    background-color: #e92b26;
    color: #fff !important;
    border-color: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
    display: block;
    width: 100%;
}
 

section#subsidiary-main {
    margin-top: 0px;
}


.body-content .ui-container {
    display: flex;
    background-size: cover;
    background-position: center top;
}

.body-content .ui-container .row {
    width: 100%;
    margin: 0 auto;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    display: block;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.ui-container .row-wide {
    width: 100%;
}


.content-module {
    margin-bottom: 1.25rem;
    line-height: 1.4rem;
}

.content-module {
    margin-bottom: 0rem;
}

.section-container {
    width: 100%;
    position: relative;
}


/** CTA more **/
.cta-more {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    padding: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.cta-more.isactive {
    opacity: 1;
}

.cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.cta-more.isactive .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--ts-primary-color);
    border-radius: 50px;
    transition-delay: 0.2s;
}

.cta-more.isactive:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

.cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

.cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.cta-more .img-arrow-right {
    width: 24px;
    position: absolute;
}

.cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    width: 100%;
}

.cta-more.isactive .cta-more-label {
    opacity: 1;
}

/** Scroll **/
.cta-scroll {
    color: #ffffff;
    position: absolute;
    width: auto;
    padding: 10px;
    z-index: 10;
    opacity: 0;
}

.cta-scroll.position-1 {
    bottom: 40%;
    right: 50%;
}

.cta-scroll.position-2 {
    bottom: 10%;
    right: 10%;
}

.cta-scroll.isactive {
    transition: opacity 0.6s ease;
    opacity: 1;
}

.cta-scroll .cta-scroll-box {
    position: absolute;
    transform: translateX(-50%);
    top: 7px;
    left: 50%;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.cta-scroll.isactive .cta-scroll-box {
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition-delay: 0.2s;
}

/* .cta-scroll.isactive:hover .cta-scroll-box{ */
/* width: 116px; */
/* height: 36px; */
/* border-radius: 25px 25px 25px 25px; */
/* } */

.cta-scroll .cta-scroll-arrow {
    position: absolute;
    left: 6px;
    top: -10px;
    opacity: 0;
    transition: all 0.4s ease;
}

.cta-scroll.isactive .cta-scroll-arrow {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 1;
    transition-delay: 0.6s;
}

.cta-scroll.isactive .cta-scroll:hover .cta-scroll-arrow {
    left: 10px;
}

.cta-scroll .img-arrow-right {
    width: 23px;
}

.cta-scroll .cta-scroll-label {
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.cta-scroll.isactive .cta-scroll-label {
    opacity: 1;
}

.cta-scroll .cta-scroll-arrow.goDown {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: goDown;
    animation-name: goDown;
}

@-webkit-keyframes goDown {

    0%,
    100% {
        -webkit-top: 16px;
    }

    25% {
        -webkit-top: 27px;
    }

    50% {
        -webkit-top: 16px;
    }

    75% {
        -webkit-top: 27px;
    }
}

@keyframes goDown {

    0%,
    100% {
        top: 16px;
    }

    25% {
        top: 30px;
    }

    50% {
        top: 16px;
    }

    75% {
        top: 30px;
    }
}

/** Titles **/
.text-content .sectionTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.text-content .sectionDescription {
    position: relative;
    top: 5px;
    opacity: 0;
}

.text-content.isactive .sectionTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.1s;
}

.text-content.isactive .sectionDescription {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.2s;
}

/** IE **/
.IE .section-container {
    height: auto !important;
}

.IE .section-container .panel {
    position: relative !important;
}

/** Caousel IE **/
.zoom.disable {
    display: none;
}

.carousel.slide {
    width: 600px;
    position: relative;
    left: 18%;
}

.carousel.slide .carousel-inner .item {
    height: 600px;
}

.carousel.slide .carousel-inner .item .cta-btn {
    display: none;
}

.carousel.slide .carousel-inner .item img {
    height: 100%;
    width: auto;
}

.right.carousel-control,
.left.carousel-control {
    opacity: 0;
}

/** Section 1 **/
.section-container-1 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.panel {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    width: 100% !important;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: 0px !important;
    box-shadow: none !important;
}

.panel-1 {
    z-index: 4;
}

.panel-2 {
    z-index: 3;
}

.panel-3 {
    z-index: 2;
}

.panel-4 {
    z-index: 1;
}

.panel-5 {
    z-index: 0;
}

.section-container-1 .panel-1 .img-1 {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.section-container-1 .panel-2.isactive {
    z-index: 5;
}

.section-container-1 .panel-2 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.section-container-1 .text-center {
    bottom: 8%;
    position: absolute;
}

.arrow-down {
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 .cta-scroll {
    font-family: inherit;
    font-size: 18px;
    color: #6b6b6ba3;
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.section-container-1 .cta-scroll.isactive {
    transition: opacity 0.6s ease;
    cursor: pointer;
}

.section-container-1 .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid #C3C3C3;
}

.section-container-1 .cta-more {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 10%;
    right: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-1 .cta-more.isactive {
    opacity: 1;
}

.section-container-1 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px transition all 0.4s ease;
}

.section-container-1 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--ts-primary-color);
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-1 .cta-more.isactive:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

.section-container-1 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-1 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-1 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-1 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-1 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-1 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

img.img-arrow-down {
    height: 25px;
    width: auto;
}

.big-circle-container {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    transition: width 0.7s ease, height 0.7s ease, opacity 0.3s ease 0.7s;
}

.big-circle {
    background-position: 70% 70%;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 50%;
}

.big-circle.isactive {
    -webkit-animation: 1s fullRotation ease infinite;
    animation: 1s fullRotation ease infinite;
}

.big-circle.isactive:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-position: 70% 70%;
    -webkit-animation: wutBefore 0.8s .4s ease-out infinite;
    animation: wutBefore 0.8s .4s ease-out infinite;
    z-index: -1;
}

.big-circle.isactive:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-position: 70% 70%;
    -webkit-animation: wut 0.8s ease-out infinite;
    animation: wut 0.8s ease-out infinite;
    z-index: -1;
}

.big-circle-container.inactive {
    width: 100px;
    height: 100px;
    opacity: 0;
}

.small-circle {
    background-position: 70% 70%;
    position: absolute;
    overflow: hidden;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.7s ease 0.3s;
    color: #fff;
}

.small-circle.isactive {
    opacity: 1;
    text-align: center;
    color: #fff;
}

.small-circle-1.isactive {
    top: 48%;
    left: 40%;
    width: 120px;
    height: 120px;
    background-position: 50% 60%;
    transition: all 0.7s ease 0.4s, opacity 0.3s ease 0.4s;
}

.small-circle-2.isactive {
    top: 85%;
    left: 34%;
    width: 100px;
    height: 100px;
    background-position: 40% 40%;
    transition: all 0.7s ease 0.5s, opacity 0.3s ease 0.4s;
}

.small-circle-3.isactive {
    top: 62%;
    left: 25%;
    width: 150px;
    height: 150px;
    background-position: 30% 30%;
    transition: all 0.7s ease 0.6s, opacity 0.3s ease 0.4s;
}

.small-circle-4.isactive {
    top: 90%;
    left: 60%;
    width: 130px;
    height: 130px;
    background-position: 20% 20%;
    transition: all 0.7s ease 0.7s, opacity 0.3s ease 0.4s;
}

.small-circle-5.isactive {
    top: 52%;
    left: 74%;
    width: 160px;
    height: 160px;
    background-position: 70% 70%;
    transition: all 0.7s ease 0.8s, opacity 0.3s ease 0.4s;
}

.small-circle-6.isactive {
    top: 63%;
    left: 63%;
    width: 120px;
    height: 120px;
    background-position: 60% 80%;
    transition: all 0.7s ease 0.9s, opacity 0.3s ease 0.4s;
}

.small-circle label,
.small-circle span {
    opacity: 0;
}

.small-circle.isactive.displayText label {
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
}

.small-circle.isactive.displayText {
    transition: all 0.7s ease;
    cursor: pointer;
}

.small-circle.isactive.displayText:hover {
    height: 150px;
    width: 150px;
}

.small-circle.isactive.displayText.display {
    height: 300px;
    width: 300px;
    top: 50%;
    left: 50%;
}

.small-circle.small-circle-2.sub-circle-1,
.small-circle.small-circle-3.sub-circle-2,
.small-circle.small-circle-4.sub-circle-3,
.small-circle.small-circle-5.sub-circle-4,
.small-circle.small-circle-6.sub-circle-5,
.small-circle.small-circle-1.sub-circle-6 {
    top: 47%;
    left: 34%;
}

.small-circle.small-circle-3.sub-circle-1,
.small-circle.small-circle-4.sub-circle-2,
.small-circle.small-circle-5.sub-circle-3,
.small-circle.small-circle-6.sub-circle-4,
.small-circle.small-circle-1.sub-circle-5,
.small-circle.small-circle-2.sub-circle-6 {
    top: 70%;
    left: 30%;
}

.small-circle.small-circle-4.sub-circle-1,
.small-circle.small-circle-5.sub-circle-2,
.small-circle.small-circle-6.sub-circle-3,
.small-circle.small-circle-1.sub-circle-4,
.small-circle.small-circle-2.sub-circle-5,
.small-circle.small-circle-3.sub-circle-6 {
    top: 90%;
    left: 38%;
}

.small-circle.small-circle-5.sub-circle-1,
.small-circle.small-circle-6.sub-circle-2,
.small-circle.small-circle-1.sub-circle-3,
.small-circle.small-circle-2.sub-circle-4,
.small-circle.small-circle-3.sub-circle-5,
.small-circle.small-circle-4.sub-circle-6 {
    top: 84%;
    left: 66%;
}

.small-circle.small-circle-6.sub-circle-1,
.small-circle.small-circle-1.sub-circle-2,
.small-circle.small-circle-2.sub-circle-3,
.small-circle.small-circle-3.sub-circle-4,
.small-circle.small-circle-4.sub-circle-5,
.small-circle.small-circle-5.sub-circle-6 {
    top: 58%;
    left: 67%;
}

.small-circle.isactive.displayText.main-circle {
    top: 65%;
    left: 50%;
    height: 350px;
    width: 350px;
}

.small-circle.isactive.displayText.main-circle label {
    opacity: 1;
    position: absolute;
    top: 30%;
}

.small-circle.isactive.displayText.main-circle span {
    opacity: 1;
    transition: opacity 0.4s ease 0.6s;
    position: absolute;
    top: 60%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
    .section-container-1 {
        height: auto;
    }

    .section-container-1 .panel {
        height: 100vh;
        position: relative;
    }

    .section-container-1 .panel-1 .img-1 {
        background-image: none;
        width: 30% !important;
        height: auto;
        min-height: auto;
        top: 35%;
        display: block !important;
    }

    .section-container-1 .panel-2 .vid-1 {
        width: auto;
        height: 100vh;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /*.animate_title.title-1.marquee-julie{
		left: 10% !important;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .section-container-1 .panel-2 .vid-1 {
        height: auto;
        width: auto;
        /* min-height: 100%; */
        position: absolute;
        top: 0;
        left: 8%;
        object-fit: cover;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-container-8 .panel-1 {
        height: 80vh;
    }

    .section-container-8 .panel-2 {
        height: auto;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
    .section-container-8 .panel-1 {
        height: 120vh;
    }

    .section-container-8 .panel-2 {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .section-container-1 .panel-2 .vid-1 {
        height: 110vh;
        left: auto;
        right: 0%;
        transform: translate(8%, -50%);
    }
}

@media screen and (max-width: 540px) {
    .section-container-1 .panel-1 .img-1 {
        background-image: none;
        width: 50% !important;
        height: auto;
        min-height: auto;
        top: 40%;
    }

    .section-container-1 .panel {
        height: 115vh;
    }


    .legacy-box,
    .core-values,
    .our-culture {
        padding: 2em 2em !important;
    }

    .section-container-3 .animate_title {
        line-height: 4.25rem !important;
    }

    .section-container-4 {
        height: 230vh !important;
    }

}

@media screen and (max-width: 767px) {
    .section-container-1 .panel-2 .vid-1 {
        height: 110vh;
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0%;
        left: 50%;
        object-fit: cover;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/** Section 1b **/
.section-container-1b {
    height: auto;
    background: #fff;
    overflow: hidden;
    position: relative;
}
/* @akoscustom */
.section-container-1b .new-row {
    display: flex !important;
}
/* end @akoscustom */

.section-container-1b .panel {
    position: relative;
    height: auto;
}


.section-container-1b .box-container {
    height: 70vh;
    position: relative;
}

.section-container-1b .box-container .box-container-1 {
    width: 40%;
    height: 70%;
    background-image: url('https://www.accenture.com/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-rainbow-background');
    position: absolute;
    background-position: center;
    opacity: 0;
    top: -5%;
    left: 25%;
    transform: skew(0deg, -30deg);
    transition: all 1s ease;
}

.section-container-1b .box-container.isactive .box-container-1 {
    top: 0%;
    left: 25%;
    opacity: 1;
    transform: skew(0deg, -30deg);
}

.section-container-1b .box-container .box-container-2 {
    width: 40%;
    height: 70%;
    background-image: url(https://www.accenture.com/_acnmedia/Thought-Leadership-Assets/Images/aboutpage/accenture-fisherman-bg);
    position: absolute;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    top: 15%;
    left: 40%;
    transform: skew(0deg, -30deg);
    transition: all 1s ease;
}

.section-container-1b .box-container.isactive .box-container-2 {
    top: 10%;
    left: 40%;
    opacity: 1;
    transform: skew(0deg, -30deg);
    transition-delay: 0.2s;
}

/** Section 2 **/
.section-container-2 {
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-bottom: 5em;
    padding-bottom: 2px;
}

/** Section 3 **/
.section-container-3 {
    height: 100vh;
    overflow: hidden;
}

.section-container-3 .panel-1 {
    z-index: 1;
}

.section-container-3 .panel-2 {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: rgba(255, 255, 255, 1);
}

.section-container-3 .panel-2.isactive {
    opacity: 1;
}

.section-container-3 .panel-1 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-3 .panel-1 .curtain-border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 980px;
    height: 100%;
    overflow: hidden;
}

.section-container-3 .panel-1 .white-border-1,
.section-container-3 .panel-1 .white-border-2 {
    height: 100%;
    position: absolute;
    background: #fff;
}

.section-container-3 .panel-1 .white-border-1 {
    top: 0%;
    left: 0%;
}

.section-container-3 .panel-1 .white-border-2 {
    top: 0%;
    right: 0%;
}

.section-container-3 .panel-2 .new-row {
    margin-top: 30vh;
    transition: margin 0.6s ease;
}

.section-container-3 .panel-2 .new-row.isactive {
    margin-top: 12vh;
}


.section-container-3 .cta-more {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {

    .section-container-3 {
        height: auto !important;
    }

    .section-container-3 .panel-2 {
        height: auto !important;
        position: relative;
    }

    .section-container-3 .panel-1 {
        height: auto !important;
        position: relative;
    }

    .section-container-3 .panel-1 .vid-1 {
        width: auto !important;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .section-container-3 .panel-2 .new-row {
        margin-top: 10vh !important;
    }
}

/** Section 3 **/
.section-container-3b {
    height: auto;
    overflow: hidden;
    position: relative;
}

.section-container-3b .panel {
    position: relative;
    height: auto;
}

.section-container-3b .panel-1 {
    z-index: 2;
    background: #fff;
}

.section-container-3b .panel-1 {
    z-index: 3;
    background: #fff;
}

.section-container-3b .panel-1 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-3b .panel-1 .white-border-1,
.section-container-3 .panel-1 .white-border-2 {
    height: 100%;
    position: absolute;
    background: #fff;
}

.section-container-3b .panel-1 .white-border-1 {
    top: 0%;
    left: 0%;
}

.section-container-3b .panel-1 .white-border-2 {
    top: 0%;
    right: 0%;
}

.section-container-3b .panel .new-row {
    margin-top: 10vh;
}

.section-container-3b .cta-more {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

/** Section 6 **/
.section-container-6 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.section-container-6 .panel-1 {
    z-index: 1;
}

.section-container-6 .panel-2 {
    padding-top: 25vh;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: rgba(255, 255, 255, 1);
}

.section-container-6 .panel-2.isactive {
    opacity: 1;
}

.section-container-6 .culture-text {
    bottom: 40%;
    position: absolute;
}

.section-container-6 .panel-3 {
    z-index: 3;
}

.section-container-6 .panel-1 .curtain-border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 980px;
    height: 100%;
    overflow: hidden;
}

.section-container-6 .panel-1 .vid-1,
.section-container-6 .panel-3 .vid-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-6 .white-border-1,
.section-container-6 .white-border-2 {
    height: 100%;
    position: absolute;
    background: #fff;
}

.section-container-6 .white-border-1 {
    top: 0%;
    left: 0%;
}

.section-container-6 .white-border-2 {
    top: 0%;
    right: 0%;
}

.section-container-6 .img-container {
    padding-top: 0px;
    height: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: none;
    transition: height 0.7s ease;
}

.section-container-6 .img-container.trigger {
    padding-top: 0px;
    height: 245px;
}

.section-container-6 .img-container img {
    width: 101%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.6s ease;
}

.section-container-6 .img-container:hover img {
    transform: scale(1.2) translateX(-50%);
    opacity: 1;
}

.section-container-6 .img-container.imgc-2 {
    margin-top: 30px;
}

.section-container-6 .img-container.imgc-3 {
    margin-top: 60px;
}

.section-container-6 .img-container.imgc-4 {
    margin-top: 90px;
}

@media screen and (min-width: 768px) {
    .section-container-6 .img-container.isactive .cta-btn {
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
        width: 200% !important;
        height: 200% !important;
        opacity: 0.9;
        border-radius: 50% !important;
    }
}

.cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 0%;
    left: 0%;
    border-radius: 10%;
    background: var(--ts-primary-color);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1rem;
}

.section-container-6 .img-container .cta-btn {
    opacity: 0;
}

.section-container-6 .img-container:hover .cta-btn {
    /* top: 70%; */
    /* left: 70%; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.section-container-6 .img-container .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: inherit;
}

.section-container-6 .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: var(--ts-primary-color);
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 1rem;
}

.section-container-6 .follow-cta-btn.isactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .section-container-6 .follow-cta-btn.isactive {
        opacity: 0;
    }
}

.section-container-6 .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: inherit;
}

.text-content small {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: bold;
    font-size: 0.8rem;
}

/*.text-content Label{
	font-family: "Graphik Thin","Arial Black",Sans-Serif;
	font-size: 3rem;
	line-height: 2.8rem;
}*/

.text-content span {
    font-family: "Graphik Thin", "Arial Black", Sans-Serif;
    font-size: 1.3rem;
}


.section-container-6 .text-content .categoryTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.1s;
}

.section-container-6 .text-content .cardTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.1s;
    transition-delay: 0.4s;
}

.section-container-6 .text-content p.cardDescription {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.1s;
}

.section-container-6 .text-content p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
}

.section-container-6 .text-content p:nth-child(2) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.3s;
}

.section-container-6 .text-content p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.section-container-6 .text-content p:nth-child(4) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.5s;
}

.section-container-6 .text-content.isactive p {
    padding-top: 0px;
    opacity: 1;
}

.section-container-6 .text-content.isactive .categoryTitle {
    padding-top: 0px;
    opacity: 1;
}

.section-container-6 .text-content.isactive .cardTitle {
    padding-top: 0px;
    opacity: 1;
    margin: 0.7em 0 0.8em;
}

@media screen and (max-width: 1024px) {

    .section-container-6 {
        height: auto !important;
    }

    .section-container-6 .panel {
        height: 70vh !important;
        position: relative;
    }

    .section-container-6 .panel-1 .vid-1 {
        width: auto !important;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

/** Section 4 **/
.section-container-4 {
    background: #fff;
    overflow: hidden;
}

.vid-container.vid-1,
.vid-container.vid-2 {
    width: 100%;
    height: 300px;
}

.section-container-4 .panel-1,
.section-container-4 .panel-2 {
    background: white;
}

.section-container-4 .panel-3 .img-1 {
    width: 100%;
    position: absolute;
}

.section-container-4 .culture-card-holder {
    height: 80vh;
    max-height: 600px;
}

.section-container-4 .vid-container {
    overflow: hidden;
    position: relative;
}

.section-container-4 .vid-container:hover {
    cursor: none;
}

.section-container-4 .vid-container img {
    width: 101%;
    transform: scale(1) translateY(-30%);
    transition: transform 0.6s ease;
}

.section-container-4 .vid-container:hover img {
    transform: scale(1.1) translateY(-30%);
}

.section-container-4 .transcript {
    text-align: right;
}

.section-container-4 .cta-more {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 10%;
    left: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-4 .cta-more.isactive {
    opacity: 1;
}

.section-container-4 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.section-container-4 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--ts-primary-color);
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-4 .cta-more.isactive:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

.section-container-4 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-4 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-4 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-4 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-4 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-4 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .section-container-4 .vid-container.isactive .cta-btn {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
        width: 200% !important;
        height: 300% !important;
        opacity: 0.9;
        border-radius: 50% !important;
    }
}

.section-container-4 .vid-container .cta-btn {
    opacity: 0;
}

.section-container-4 .vid-container:hover .cta-btn {
    /* top: 70%; */
    /* left: 70%; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.section-container-4 .vid-container .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: inherit;
}

.section-container-4 .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: var(--ts-primary-color);
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 1rem;
}

.section-container-4 .follow-cta-btn.isactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .section-container-4 .follow-cta-btn.isactive {
        opacity: 0;
    }
}

.section-container-4 .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: inherit;
}

@media screen and (max-width: 1024px) {
    .section-container-4 .culture-card-holder {
        height: auto;
        max-height: 800px;
    }
}

/** Section 5 **/
.section-container-5 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.section-container-5 .panel-1 {
    z-index: 1;
}

.section-container-5 .panel-2 {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: rgba(255, 255, 255, 1);
}

.section-container-5 .panel-2.isactive {
    opacity: 1;
}

.section-container-5 .culture-text {
    bottom: 40%;
    position: absolute;
}

.section-container-5 .panel-3 {
    z-index: 3;
}

.section-container-5 .panel-1 .curtain-border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 980px;
    height: 100%;
    overflow: hidden;
}

.section-container-5 .panel-1 .vid-1,
.section-container-5 .panel-3 .vid-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-5 .white-border-1,
.section-container-5 .white-border-2 {
    height: 100%;
    position: absolute;
    background: #fff;
}

.section-container-5 .white-border-1 {
    top: 0%;
    left: 0%;
}

.section-container-5 .white-border-2 {
    top: 0%;
    right: 0%;
}

@media screen and (max-width: 1024px) {

    .section-container-5 {
        height: auto !important;
    }

    .section-container-5 .panel {
        height: 70vh !important;
        position: relative;
    }

    .section-container-5 .panel-1 .vid-1 {
        width: auto !important;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

@media screen and (max-width: 480px) {
    .section-container-5 .panel {
        height: 80vh !important;
        position: relative;
    }
}

/** Section 7 **/
.section-container-7 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.section-container-7 .labels {
    opacity: 0;
    padding-top: 10%;
    padding-left: 5%;
    transition: padding 0.7s ease, opacity 0.5s ease;
}

.section-container-7 .labels.isactive {
    padding-top: 5%;
    opacity: 1;
}

.section-container-7 .labels.label-2.isactive,
.section-container-7 .labels.label-4.isactive {
    transition-delay: 0.2s;
}

.section-container-7 .labels.label-3.isactive,
.section-container-7 .labels.label-5.isactive {
    transition-delay: 0.4s;
}


.section-container-7 .box-container {
    height: 70vh;
    position: relative;
}

.section-container-7 .box-container .box-container-1 {
    width: 40%;
    height: 70%;
    position: absolute;
    background-position: center;
    opacity: 0;
    top: 15%;
    left: 10%;
    transform: skew(0deg, -30deg);
    transition: all 1s ease;
}

.section-container-7 .box-container.isactive .box-container-1 {
    top: 0%;
    left: 10%;
    opacity: 1;
    transform: skew(0deg, -30deg);
}

.section-container-7 .box-container .box-container-2 {
    width: 40%;
    height: 70%;
    /*background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/aboutpage/accenture-fisherman-bg');*/
    position: absolute;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    top: 25%;
    left: 25%;
    transform: skew(0deg, -30deg);
    transition: all 1s ease;
}

.section-container-7 .box-container.isactive .box-container-2 {
    top: 10%;
    left: 25%;
    opacity: 1;
    transform: skew(0deg, -30deg);
    transition-delay: 0.2s;
}

/** Section 7b **/
.section-container.section-container-7b {
    height: 125vh;
}

.section-container-7b .cta-more {
    width: 190px;
}

.section-container-7b .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: var(--ts-primary-color);
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1rem;
}

.section-container-7b.inactive {
    display: none;
}




@media screen and (min-width: 768px) {
    .section-container-7b .img-container.isactive .cta-btn {
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
        width: 200% !important;
        height: 200% !important;
        opacity: 0.9;
        border-radius: 50% !important;
        transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
    }

    .section-container-7b .cards .cards-cta-btn {
        position: absolute;
    }

    .section-container-7b .cards .img-container:hover .cards-cta-btn {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transform: scale(0.9);
        z-index: 1;
        opacity: 0.9;
    }

    /* .section-container-7b .cards .img-container:hover .cards-cta-btn.onactive{ */
    /* opacity: 0.9; */
    /* } */

    .section-container-7b .cards .img-container .cards-cta-btn span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: 1 !important;
        font-size: 13px !important;
        font-family: inherit;
    }

    .section-container-7b .cards .img-container.isactive:hover .cards-cta-btn {
        width: 200%;
        height: 200%;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }

    .section-container.section-container-7b {
        height: 92vh;
    }

}

@media screen and (min-width: 1024px){
    .section-container.section-container-7b {
        height: 73vh;
        height: 116vh;
        
    }
}

@media screen and (max-width: 480px) {
    .section-container.section-container-7b {
        height: 150vh;
    }
}
@media screen and (max-width: 320px) {
    .section-container.section-container-7b {
        height: 176vh;
    }
}

/** Section 6b **/
.section-container-6b {
    height: 70vh;
    background: #fff;
    overflow: hidden;
}

.section-container-6b .sub-header-container {
    portrait: relative;
    height: 8rem;
}

.section-container-6b .awards-box-container {
    position: relative;
    width: 100%;
    height: 30em;
}

.section-container-6b .awards-box {
    position: absolute;
    width: 30%;
    padding: 2%;
    border: 1px solid var(--ts-primary-color);
    /*transition: all 0.4s ease;*/
    overflow: hidden;
    opacity: 0;
}

.section-container-6b .awards-box label {
    cursor: auto;
}

/* .section-container-6b .awards-box.isactive:hover{ */
/* border: 1px solid var(--ts-primary-color); */
/* background:  var(--ts-primary-color); */
/* color: #ffffff; */
/* } */

.section-container-6b .awards-box.awards-box-1 {
    top: 5%;
    left: 0%;
    width: 33.33%;
    height: 5em;
}

.section-container-6b .awards-box.awards-box-1.isactive {
    top: 5%;
    left: 0%;
    opacity: 1;
    width: 33.33%;
    height: 17em;
    /*transition-delay: 0.4s;*/
}

.section-container-6b .awards-box.awards-box-2 {
    top: 0%;
    left: 50%;
    width: 33.4%;
    height: 5em;
    transform: translateX(-50%);

}

.section-container-6b .awards-box.awards-box-2.isactive {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    width: 33.4%;
    height: 17em;
    /*transition-delay: 0.5s;*/
}

.section-container-6b .awards-box.awards-box-3 {
    top: 10%;
    right: 0%;
    width: 33.33%;
    height: 5em;
}

.section-container-6b .awards-box.awards-box-3.isactive {
    top: 10%;
    right: 0%;
    opacity: 1;
    width: 33.33%;
    height: 17em;
    /*transition-delay: 0.6s;*/
}

/* .awards-box.isactive .cta-btn{ */
/* transform: translate(-50%,-50%); */
/* top: 50% !important; */
/* left: 50% !important; */
/* width: 200% !important; */
/* height: 200% !important; */
/* opacity: 0.9; */
/* border-radius: 50% !important; */
/* } */

.awards-box .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 0%;
    left: 0%;
    border-radius: 10%;
    background: var(--ts-primary-color);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
    color: #FFF;
    border-radius: 50%;
    opacity: 0;
    line-height: 1rem;
}

.awards-box .cta-btn {
    opacity: 0;
}

.awards-box:hover .cta-btn {
    /* top: 70%; */
    /* left: 70%; */
    opacity: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.awards-box .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: inherit;
}

@media screen and (max-width: 480px) {
    .section-container-6b {
        height: auto !important;
    }

    .section-container-6b .panel {
        position: relative !important;
        height: auto !important;
    }

    .section-container-6b .awards-box-container {
        height: auto !important;
    }

    .section-container-6b .awards-box {
        position: relative;
        width: 90% !important;
        margin-left: 5%;
        transform: none !important;
        top: auto !important;
    }

    .section-container-6b .awards-box.awards-box-2.isactive {
        left: 0% !important;
    }
}

/** Section 2 **/
.section-container-8 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.section-container-8 .panel-1 .img-1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.section-container-8 .panel-1 .title-1 {
    bottom: 23%;
}

.section-container-8 .panel-1 .title-2 {
    bottom: 13%;
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.section-container-8 .panel-2.isactive {
    z-index: 5;
}

.section-container-8 .panel-2 .title-1 {
    font-size: 1.5rem;
    line-height: 1.275rem;
}

.section-container-8 .panel-2 .white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.6s ease 0.2s;
}

.section-container-8 .panel-2 .white-bg.isactive {
    opacity: 0.8;
}

.section-container-8 .panel-2 .img-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-8 .panel-2 .cta-more {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 10%;
    right: 43%;
    transform: translateY(50%);
    z-index: 10;
    opacity: 0;
    /*transition: opacity 0.6s ease;*/
}

.section-container-8 .panel-3 .cta-more-1 {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 8.8em;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-8 .panel-3 .cta-more-2 {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 6em;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-8 .panel-1 .cta-more {
    color: var(--ts-primary-color);
    position: absolute;
    width: auto;
    bottom: -85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    padding: 10px;
}

.section-container-8 .panel-1 .cta-more.isactive .cta-more-box {
    border: 1px solid var(--ts-primary-color) !important;
}

.section-container-8 .cta-more.isactive {
    opacity: 1;
}

.section-container-8 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.section-container-8 .cta-more.isactive .cta-more-box {
    left: 0;
    width: 36px;
    height: 36px;
    border: 1px solid var(--ts-primary-color);
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-8 .cta-more.isactive:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

.section-container-8 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-8 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-8 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-8 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-8 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-8 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.section-container-8 .cta-scroll {
    color: var(--ts-primary-color);
}

.section-container-8 .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid var(--ts-primary-color);
}

.section-container-8 .cta-scroll.position-1 {
    bottom: -50%;
}

.IE .section-container-8 .panel-1 .img-1 {
    background-image: url('https://www.accenture.com/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-dancing-gurl-bg');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section-container.section-container-8 {
        height: auto;
        overflow: hidden;
    }

    .section-container-8 .panel {
        position: relative;
    }

    .section-container-8 .panel-1 .img-1 {
        width: 30%;
        left: 36%;
        background-image: none;
        position: relative;
        top: 0%;
        transform: none;
        display: block !important;
    }

    .section-container-8 .panel-1 .height-inherit {
        position: absolute;
        bottom: 10%;
        width: 100%;
    }

    .section-container-8 .panel-2.isactive {
        z-index: 5;
    }

    .section-container-8 .panel-2 .img-3 {
        width: 150%;
        position: relative;
        top: 0%;
        left: -15%;
        transform: none;
        margin-bottom: -3%;
    }

    .section-container-8 .panel-2 .text-container {
        position: absolute;
        top: 0;
        left: 0;
    }

}

.IE .section-container-8 .new-row.height-inherit {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {


    .section-container-8 .panel-2 .img-3 {
        width: 170%;
    }

    .animate_title.title-1.careers.isactive {
        transform: translate(-50%, 10%) !important;
    }
}

@media screen and (max-width: 380px) {
    .section-container-8 .panel-1 .img-1 {
        width: 50%;
        left: 25%;
        background-image: none;
        position: relative;
        top: 5%;
        transform: none;
    }
}

@media screen and (max-width: 540px) {
    .section-container-8 .panel-2 .img-3 {
        width: 250%;
        left: -25%;
    }

    .animate_title.title-1.careers.isactive {
        transform: translate(-10%, 10%) !important;
    }

    #block-section-8 .section-container-8 .panel-2 .animate_title {
        left: 10% !important;
        width: 60% !important;
    }

    .section-container-8 .panel-2 .img-3 {
        width: 350% !important;
        left: -40% !important;
    }

    .section-container-6b .cta-more {
        position: relative;
    }
}

/** Section 9 **/
.section-container-9 {
    height: 40vh;
    background: #fff;
    overflow: hidden;
}

/**Section 10**/
.section-container-10 .cards .cards-cta-btn {
    position: absolute;
}

.section-container-10 .cards .img-container:hover .cards-cta-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: scale(0.9);
    z-index: 1;
}

.section-container-10 .cards .img-container:hover .cards-cta-btn.onactive {
    opacity: 0.9;
}

.section-container-10 .cards .img-container .cards-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: inherit;
}

.section-container-10 .cards .img-container.isactive:hover .cards-cta-btn {
    width: 200%;
    height: 200%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.section-container-10 .text-content h4.categoryTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-10 .text-content h3.SubsectionTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-10 .text-content p:nth-child(1) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-10 .text-content p:nth-child(2) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-10 .text-content p:nth-child(3) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-10 .text-content p:nth-child(4) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-10 .text-content.isactive p {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.section-container-10 .text-content.isactive h4.categoryTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.1s;
}

.section-container-10 .text-content.isactive h3.SubsectionTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.2s;
}

/**Progress Nav Bar**/

/* akos */
.progress-nav-bar {
    position: absolute;
    /* top: 92px; */
    z-index: 15;
    width: 100%;
    height: 8px;
    background-color: #F2F2F2;
    transition: height 0.3s ease;
}

.progress-nav-bar.fixed {
    position: fixed;
    top: 60px;
    z-index: 999;
    width: 100%;
}


.progress-nav-bar-roller {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    transition: height 0.3s ease;
}

.progress-nav-bar.isactive {
    height: 3.5625rem;
}

.progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 3.5625rem;
}

.progress-nav-bar:hover {
    height: 3.5625rem;
}

.progress-nav-bar:hover .progress-nav-bar-roller {
    height: 3.5625rem;
}


.progress-nav-bar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.nav-bar-menu {
    width: 12%;
    text-align: left;
    font-size: 0.8rem;
    float: left;
    opacity: 0;
    color: #fff;
    height: 3.5625rem;
    transition: all 0.3s ease;
    color: transparent;
    position: relative;
    padding: 0.3% 0.5%;
}

.nav-bar-menu.greybg {
    background-color: #F2F2F2;
}

.nav-bar-menu {
    width: auto;
    padding: 0.3% 1.5%;
}

.nav-bar-menu-0 {
    width: 5%;
    text-align: center;
    padding: 1.5em;
}

.nav-bar-menu-0 svg {
    transition: transform 0.6s ease;
    transform: rotate(0deg);
}

.nav-bar-menu-0.rotatesvg svg {
    transform: rotate(-90deg);
}

.progress-nav-bar.isactive .nav-bar-menu {
    transition-delay: 0.1s;
    opacity: 1;
    color: #111;
}

/* .progress-nav-bar:hover .nav-bar-menu{ */
/* transition-delay: 0.1s; */
/* opacity: 1; */
/* color: #111; */
/* } */

.nav-bar-menu .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #c3c3c3;
    z-index: -1;
}

.nav-bar-menu.run:after {
    transition: width 3s ease;
    width: 5%;
    z-index: -1;
}

/*.progress-nav-bar:hover .nav-bar-menu{
	opacity: 1;
	transition-delay: 0.3s;
	
}*/

/* .nav-bar-menu:hover{ */
/* background-color: var(--ts-primary-color); */
/* color: white; */
/* transition-delay: 0.2s; */
/* opacity: 1; */
/* } */
@media screen and (max-width: 1200px) {
    .progress-nav-bar .progress-nav-bar-roller {
        background-color: #c4c4c4;
    }
}

@media screen and (max-width: 1024px) {
    .progress-nav-bar {
        /* top: 50px; */
    }

    /* .progress-nav-bar.isactive {
        height: 40px;
    } */

    .progress-nav-bar.isactive .nav-bar-menu {
        line-height: 16px;
    }

    .progress-nav-bar-menu {
        display: none;
    }

    #block-header #header-topnav .nav-submenu.panel {
        height: auto;
        width: auto;
    }

    .progress-nav-bar:hover {
        height: 8px;
    }

    .progress-nav-bar:hover .progress-nav-bar-roller {
        height: 8px;
    }
}

/** This is animation **/
.animate_title {
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.4rem;
    line-height: 2.5rem;
}

.section-container-1 .panel-1 .animate_title.title-1 {
    bottom: 40%;
    font-size: 4vw;
    font-weight: bold;
}

.section-container-1 .panel-1 .animate_title.title-2 {
    bottom: 21%;
    font-size: 2vw;
}

.section-container-1 .panel-3 .animate_title.title-1 {
    bottom: 85%;
    font-size: 4vw;
    font-weight: bold;
}

.section-container-1 .panel-3 .animate_title.title-2 {
    bottom: 72%;
    font-size: 2vw;
    line-height: 2vw;
    width: 70%;
}

.section-container-2 .panel-1 .animate_title.title-1 {
    bottom: 70%;
    font-size: 4vw;
    line-height: 4vw;
    font-weight: bold;
}

.section-container-2 .panel-1 .animate_title.title-2 {
    bottom: 55%;
    font-size: 2vw;
}

.section-container-2 .panel-1 .animate_title.title-3 {
    font-size: 2vw;
    line-height: 2vw;
    bottom: 30%;
}

.section-container-4 .panel-1 .animate_title.title-1 {
    font-size: 4vw;
    bottom: 50%;
}

.section-container-4 .panel-3 .animate_title.title-1 {
    font-size: 3vw;
    line-height: 3vw;
    bottom: 50%;
    left: 10%;
    text-align: left;
    transform: translate(0%, 50%);
    width: 50%;
}

.section-container-4 .panel-3 .animate_title.title-2 {
    bottom: 20%;
    left: 10%;
    font-size: 1.5vw;
    line-height: 1.5vw;
    text-align: left;
    transform: translate(0%, 50%);
    width: 50%;
}

.section-container-5 .panel-1 .animate_title.title-1 {
    bottom: 50%;
    font-size: 4vw;
    line-height: 4vw;
}


.section-container-1b .panel-1 .animate_title.title-1,
.section-container-6 .panel-1 .animate_title.title-1 {
    bottom: 60%;
    font-size: 4vw;
    font-weight: bold;
}

.section-container-1b .panel-1 .animate_title.title-2,
.section-container-6 .panel-1 .animate_title.title-2 {
    bottom: 40%;
    font-size: 2vw;
}

.animate_title span:nth-child(1) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*	transition: opacity 0.6s ease-in, top 0.4s ease; */
}

.animate_title span:nth-child(2) {
    position: relative;
    top: 15px;
    opacity: 0;
    transition: opacity 0.6s ease-in 0.2s, top 0.4s ease 0.2s;
}

.animate_title span:nth-child(3) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*	transition: opacity 0.6s ease-in 0.4s, top 0.4s ease 0.4s; */
}

.animate_title span:nth-child(5) {
    position: relative;
    top: 15px;
    opacity: 0;
}

.animate_title.isactive {
    opacity: 1;
}

.animate_title.isactive span {
    top: 0px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .animate_title {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }
    .read-it-container,
    .read-it-container.inactive {
        display: none;
    }
}

/** Read it and See it **/
@media screen and (max-width: 820px) {

    .read-it-container,
    .read-it-container.inactive {
        display: none;
    }

    .section-container-1 {
        background: transparent !important;
    }

    .section-container {
        opacity: 1;

    }

    .section-container.inactive {

        opacity: 0;
        position: absolute;
        z-index: -5;
    }

    .scrollmagic-pin-spacer.inactive {
        display: none !important;
    }

    .read-it-container.isactive {
        display: block;
    }
}

/** Circular animation **/
.btn--shockwave.is-active {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
    animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s .65s ease-out infinite;
    animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s .5s ease-out infinite;
    animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
    }

    95% {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}

@keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
    }

    95% {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}

.btn--wut.is-active {
    -webkit-animation: 1s fullRotation ease infinite;
    animation: 1s fullRotation ease infinite;
}

.btn--wut.is-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: wutBefore 0.8s .4s ease-out infinite;
    animation: wutBefore 0.8s .4s ease-out infinite;
    z-index: -1;
}

.btn--wut.is-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: wut 0.8s ease-out infinite;
    animation: wut 0.8s ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes fullRotation {
    0% {
        -webkit-transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
        transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: rotate(50deg) scale(0.9) translate3d(0, 5px, 0);
        transform: rotate(50deg) scale(0.9) translate3d(0, 5px, 0);
    }

    40% {
        -webkit-transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
        transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
    }

    60% {
        -webkit-transform: rotate(5deg) scale(0.9) translate3d(5px, -8px, -80px);
        transform: rotate(5deg) scale(0.9) translate3d(5px, -8px, -80px);
    }

    90% {
        -webkit-transform: rotate(-1deg) scale(1) translate3d(0, 0, 0);
        transform: rotate(-1deg) scale(1) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes fullRotation {
    0% {
        -webkit-transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
        transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: rotate(50deg) translate3d(0, 5px, 0);
        transform: rotate(50deg) translate3d(0, 5px, 0);
    }

    40% {
        -webkit-transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
        transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
    }

    60% {
        -webkit-transform: rotate(5deg) translate3d(5px, -8px, -80px);
        transform: rotate(5deg) translate3d(5px, -8px, -80px);
    }

    90% {
        -webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
        transform: rotate(-1deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes wut {
    0% {
        border-radius: 50%;
        -webkit-transform: skew(0) translate3d(0, 0px, 0px);
        transform: skew(0) translate3d(0, 0px, 0px);
    }

    10% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    50% {
        border-radius: 50%;
    }

    80% {
        border-radius: 30%;
        -webkit-transform: translate3d(20, 10px, 20px);
        transform: translate3d(20, 10px, 20px);
    }

    100% {
        border-radius: 50%;
        -webkit-transform: skew(0) translate3d(0, 0px, 0px);
        transform: skew(0) translate3d(0, 0px, 0px);
    }
}

@keyframes wut {
    0% {
        border-radius: 50%;
        -webkit-transform: skew(0) translate3d(0, 0px, 0px);
        transform: skew(0) translate3d(0, 0px, 0px);
    }

    10% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    50% {
        border-radius: 50%;
    }

    80% {
        border-radius: 30%;
        -webkit-transform: translate3d(20, 10px, 20px);
        transform: translate3d(20, 10px, 20px);
    }

    100% {
        border-radius: 50%;
        -webkit-transform: skew(0) translate3d(0, 0px, 0px);
        transform: skew(0) translate3d(0, 0px, 0px);
    }
}

@-webkit-keyframes wutBefore {
    0% {
        border-radius: 50%;
        -webkit-transform: translate3d(0, 0px, 0px);
        transform: translate3d(0, 0px, 0px);
    }

    10% {
        -webkit-transform: translate3d(-10px, 10px, 0);
        transform: translate3d(-10px, 10px, 0);
    }

    70% {
        border-radius: 50%;
    }

    80% {
        border-radius: 30%;
        -webkit-transform: translate3d(-20px, -10px, -20px);
        transform: translate3d(-20px, -10px, -20px);
    }

    100% {
        border-radius: 50%;
        -webkit-transform: translate3d(0, 0px, 0px);
        transform: translate3d(0, 0px, 0px);
    }
}

@keyframes wutBefore {
    0% {
        border-radius: 50%;
        -webkit-transform: translate3d(0, 0px, 0px);
        transform: translate3d(0, 0px, 0px);
    }

    10% {
        -webkit-transform: translate3d(-10px, 10px, 0);
        transform: translate3d(-10px, 10px, 0);
    }

    70% {
        border-radius: 50%;
    }

    80% {
        border-radius: 30%;
        -webkit-transform: translate3d(-20px, -10px, -20px);
        transform: translate3d(-20px, -10px, -20px);
    }

    100% {
        border-radius: 50%;
        -webkit-transform: translate3d(0, 0px, 0px);
        transform: translate3d(0, 0px, 0px);
    }
}

/**Social media**/
.share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3
}

.share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #000000b3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
    margin-top: -8px;
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #000000b3;
}

.share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #000000b3;
    color: #fff
}

.share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
}

.share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.share-icons-container-section .icon-bar-section.isActive {
    z-index: 3
}

.share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    ;
    border: 1px solid #C3C3C3;
    ;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1
}

.share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    ;
    color: #fff
}
  
/*Accessibility*/
.nav-bar-menu:focus {
    outline: 1px #a98d59 solid !important;
}

a:focus .vid-container {
    outline: 2px solid #a98d59;
}

.social-icon .social-icon-trigger:focus {
    outline: 1px solid #a98d59;
}

a:focus h3.cardTitle {
    outline: #a98d59 solid 1px;
}

a:focus {
    outline: none;
}

a:focus .cta-more.marquee-cta.isactive {
    outline: 1px solid;
    border: none !important;
}



/*Styling. To be transfered*/
@media screen and (min-width: 1000px) {
    .new-row {
        max-width: 61.250em !important;
    }
}

@media screen and (min-width: 2500px) {
    .carousel {
        overflow: hidden;
    }
}

.Pagetitle-tag {
    opacity: 0;
    z-index: -99;
    position: absolute;
    width: 0%;
}

.section-container-6 .panel-1 .culture-text {
    bottom: 50%;
}

.section-container-4 .vid-container a,
.section-container-6 .img-container a {
    cursor: none !important;
}

/*.progress-nav-bar.isactive .nav-bar-menu, .social-icon {
    outline: none !important;
}*/

.progress-bar-label {
    color: #4a4a4adb !important;
}

/*.panel {
    border: 1px solid transparent !important;	
}*/

.section-container-1b .labels {
    opacity: 1;
    padding-top: 5%;
    padding-left: 5%;
    transition: padding 0.7s ease, opacity 0.5s ease;
}
    .section-container-1b .labels.label-4.isactive label,
    .section-container-1b .labels.label-5.isactive label,
    .section-container-1b .labels.label-6.isactive label {
        opacity: 1;
        margin-left: 0%;
    }

    .section-container-1b .labels.label-1 label,
    .section-container-1b .labels.label-2 label,
    .section-container-1b .labels.label-3 label,
    .section-container-1b .labels.label-4 label,
    .section-container-1b .labels.label-5 label,
    .section-container-1b .labels.label-6 label {
        opacity: 0;
        -webkit-transition: margin 0.7s ease, opacity 0.5s ease;
        -o-transition: margin 0.7s ease, opacity 0.5s ease;
        transition: margin 0.7s ease, opacity 0.5s ease;
        margin-left: -5%;
    }

    .section-container-1b .labels.label-1.isactive p,
    .section-container-1b .labels.label-2.isactive p,
    .section-container-1b .labels.label-3.isactive p,
    .section-container-1b .labels.label-4.isactive p,
    .section-container-1b .labels.label-5.isactive p,
    .section-container-1b .labels.label-6.isactive p {
        opacity: 1;
        padding-top: 0%;
    }

    .section-container-1b .labels.label-1 p,
    .section-container-1b .labels.label-2 p,
    .section-container-1b .labels.label-3 p,
    .section-container-1b .labels.label-4 p,
    .section-container-1b .labels.label-5 p,
    .section-container-1b .labels.label-6 p {
        opacity: 0;
        padding-top: 5%;
        -webkit-transition: padding 0.7s ease, opacity 0.5s ease;
        -o-transition: padding 0.7s ease, opacity 0.5s ease;
        transition: padding 0.7s ease, opacity 0.5s ease;
    }

    .section-container-1b .labels.label-1.isactive p {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .section-container-1b .labels.label-2.isactive p {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .section-container-1b .labels.label-3.isactive p {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .section-container-1b .labels.label-4.isactive p {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .section-container-1b .labels.label-5.isactive p {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    /*.section-container-1b .labels.label-6.isactive p {
	transition-delay: 0.6s;
}*/


    .section-container-1b .labels.label-1.isactive label {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .section-container-1b .labels.label-2.isactive label {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .section-container-1b .labels.label-3.isactive label {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .section-container-1b .labels.label-4.isactive label {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .section-container-1b .labels.label-5.isactive label {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    /*.section-container-1b .labels.label-6.isactive label {
	transition-delay: 1.6s;
}*/
    .section-container-1b .box-container.isactive .box-container-1 {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .section-container-1b .box-container.isactive .box-container-2 {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s
    }


    .animate_title.isactive p {
        top: 0px;
    }

    .animate_title p {
        position: relative;
        top: 15px;
    }

    /*Nav Bar*/
    .nav-bar-menu {
        width: 19%;
        text-align: left;
        font-size: 0.8rem;
        float: left;
        opacity: 0;
        color: #fff;
        height: 3.5625rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: transparent;
        position: relative;
        padding: 0.3% 0.5%;
    }

    .nav-bar-menu-0 {
        width: 5%;
        text-align: center;
        padding: 1.5em;
    }

    .nav-bar-menu span {
        top: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        display: block;
    }

    .nav-bar-menu {
        width: auto;
        padding: 0.3% 1.5%;
    }

    .nav-bar-menu-0 {
        width: 5%;
        text-align: center;
        padding: 1.5em;
    }





    /*Marquee*/
    .sectionTitle {
        font-size: 2.3125rem;
        font-family: inherit, "Arial", Sans-Serif !important;
        line-height: 1;
        margin-bottom: 3rem;
    }

    .marquee-text .sectionTitle {
        font-size: 3.2rem;
        font-family: inherit, "Arial", Sans-Serif !important;
        line-height: 1;
        margin-bottom: 0.5em;
    }

    .marquee-text p.sectionSubTitle {
        font-size: 1.8rem;
        font-family: inherit, "Arial", Sans-Serif !important;
        line-height: 1;
        margin-bottom: 0.9em;
    }

    .marquee-text p.sectionDescription {
        font-size: 1.4rem;
        font-family: "inherit", "Arial", Sans-Serif !important;
        line-height: 1.1;
    }

    @media only screen and (max-width: 1899px) {
        .marquee-text .sectionTitle {
            font-size: 3rem;
        }

        .marquee-text p.sectionSubTitle {
            font-size: 1.6rem;
        }

        .marquee-text p.sectionDescription {
            font-size: 1.2rem;
        }

        .section-container-1 .cta-scroll {
            bottom: -17%;
        }
    }

    .global .sectionTitle {
        font-size: 3.25rem;
        font-family: inherit, "Arial", Sans-Serif !important;
        line-height: 1;
        margin-bottom: 2rem;
        margin-top: 1em;
    }

    p.sectionSubTitle {
        font-size: 2.0625rem;
        font-family: inherit, "Arial", Sans-Serif !important;
        line-height: 1;
        margin-bottom: 0.5em;
    }

    p.sectionDescription {
        font-size: 1.5rem;
        font-family: "inherit", "Arial", Sans-Serif !important;
        line-height: 1.2;
    }

    .section-container-1 .cta-scroll {
        bottom: -2%;
    }

    .animate_title.title-1.marquee-julie {
        opacity: 1;
        position: relative;
        text-align: left;
        top: 50%;
        left: 0;
        color: white;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        width: 44%;
        bottom: 0;
    }

    .animate_title.title-1.marquee-julie p {
        font-size: 1.625rem !important;
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        line-height: 1.5;
    }

    .animate_title.title-1.marquee-julie p.marquee-profile {
        font-size: 1.125rem !important;
        font-family: "inherit", "Arial", Sans-Serif !important;
        line-height: 1.5 !important;
    }

    .animate_title.title-1.marquee-julie p {
        opacity: 0;
    }

    .animate_title.title-1.marquee-julie.isactive p {
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .animate_title.title-1.marquee-julie.isactive p.marquee-profile {
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }


    .cta-more.marquee-cta {
        color: #fff;
    }

    .cta-more.marquee-cta.isactive {
        right: 0% !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        display: inline-block;
        -webkit-transition: opacity ease 0.8s;
        -o-transition: opacity ease 0.8s;
        transition: opacity ease 0.8s
    }

    .cta-more-label {
        font-family: "inherit", "Arial", Sans-Serif;
        font-size: 19px;
        line-height: 1.25;
    }

    .marquee-cta .img-arrow-right {
        position: absolute;
    }

    .cta-more.marquee-cta .cta-more-arrow {
        left: 0px;
        top: 8px;
    }

    .cta-more.marquee-cta.isactive .cta-more-arrow {
        position: absolute;
        left: 20px;
        top: 8px;
    }

    .cta-more.marquee-cta.isactive .cta-more-box {
        border: 1px solid #fff;
    }

    .cta-more.marquee-cta {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .section-container-1 .cta-more.marquee-cta.isactive:hover .cta-more-box {
        height: 36px;
        border-radius: 25px 25px 25px 25px;
    }

    @media only screen and (min-width: 1025px) {

        .cta-more.isactive:hover .cta-more-box,
        .change-content .cta-more:hover .cta-more-box {
            width: 103% !important;
        }
    }

    .section-container-1 .text-center {
        bottom: 25%;
        -webkit-transform: translateY(53%);
        -ms-transform: translateY(53%);
        transform: translateY(53%);
    }

    @media only screen and (min-width: 1920px) {
        .section-container-1 .text-center {
            bottom: 25%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }
    }

    @media only screen and (min-height: 1300px) {
        .section-container-1 .text-center {
            bottom: 25%;
            -webkit-transform: translateY(10%);
            -ms-transform: translateY(10%);
            transform: translateY(10%);
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .new-row {
            padding: 1.25em 8% !important;
        }

        .ethics,
        .core-values,
        .our-culture {
            padding-left: 5em;
            padding-right: 5em;
        }

        .animate_title.title-1.marquee-julie {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 999px) {
        .animate_title.title-1.marquee-julie {
            -webkit-transform: translateY(-85%);
            -ms-transform: translateY(-85%);
            transform: translateY(-85%);
        }
    }

    /*Marquee Hero*/
    .marquee-text .sectionTitle,
    .marquee-text .sectionDescription,
    .marquee-text .sectionSubTitle {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .marquee-text.isactive .sectionTitle,
    .marquee-text.isactive .sectionDescription,
    .marquee-text.isactive .sectionSubTitle {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .marquee-text.isactive .sectionSubTitle {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .marquee-text.isactive .sectionDescription {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    @media only screen and (max-width: 767px) {
        .section-container-8 .panel-1 {
            height: auto;
        }

        .section-container-8 .panel-2 {
            height: auto;
        }

        .cta-more.marquee-cta.isactive .cta-more-arrow {
            position: absolute;
            left: 20px;
            top: 8px;
        }

        .section-container-1 .cta-more.isactive .cta-more-box {
            top: 2px;
        }

        .cta-more.marquee-cta .cta-more-arrow {
            top: 7px;
        }

        .section-container-1 .cta-more .cta-more-label {
            margin-left: 40px;
            text-align: left;
        }
    }

    @media only screen and (max-width: 767px) {
        .mobile-view-options {
            position: absolute;
            top: 60px;
            z-index: 99;
            width: 100%;
        }

        .button.active {
            border: 2px solid var(--ts-primary-color);
            font-weight: normal !important;
        }

        .button span {
            color: var(--ts-primary-color);
        }

        .mobile-view-options .button {
            border-radius: 40px;
            background: transparent;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            font-family: "Graphik Regular", "Arial", Sans-Serif !important;
            float: right;
            text-align: center;
            width: 5em;
            margin: 5px;
            line-height: 30px;
        }

        .mobile-view-options.isactive .button.active span {
            color: var(--ts-primary-color);
        }

        .mobile-view-options.isactive .read-it-btn.button.active {
            border: 2px solid var(--ts-primary-color);
        }

        .mobile-view-options.isactive .button span {
            color: var(--ts-primary-color);
        }
    }

    /*Global*/
    .global .sectionTitle {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .global.isactive .sectionTitle {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .large-number {
        font-family: "inherit", "Arial Black", Sans-Serif;
        font-size: 5.1rem;
        line-height: 1.1;
        font-weight: normal;
    }

    .num-desc {
        font-family: "Graphik Regular", "Arial Black", Sans-Serif !important;
        font-size: 0.95625rem !important;
        line-height: 1;
        font-weight: normal;
    }


    /*Our legacy*/
    .our-legacy .sectionTitle,
    .our-legacy .sectionDescription {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .our-legacy.isactive .sectionTitle,
    .our-legacy.isactive .sectionDescription {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .our-legacy.isactive .sectionDescription {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #block-section-3 .animate_title.title-1 span {
        font-size: 4.25rem;
        font-family: inherit;
        color: #fff;
    }

    .cta-more.our-legacy-cta {
        display: inline-block;
        top: inherit;
        right: inherit;
        position: relative;
    }

    .our-legacy.isactive .legacy-box {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .our-legacy .legacy-box {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
        padding: 3em 6em;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .animate_title {
            line-height: 0.9;
        }
    }

    /*Core Values*/

    @media screen and (max-width: 1600px) {

        .section-container-3,
        .section-container-3 .panel {
            height: 110vh;
        }
    }

    .core-values .sectionTitle,
    .core-values .sectionDescription {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .core-values {
        padding-left: 9em;
        padding-right: 9em;
    }

    .core-values.isactive .sectionTitle,
    .core-values.isactive .sectionDescription {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .core-values.isactive .sectionDescription {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .cta-more.core-values-cta {
        /* bottom: 40%; */
        position: relative;
        display: inline-block;
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*Ethics*/
    .ethics {
        padding-left: 9em;
        padding-right: 9em;
    }

    .ethics .sectionTitle,
    .ethics .sectionDescription {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .ethics.isactive .sectionTitle,
    .ethics.isactive .sectionDescription {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .ethics.isactive .sectionDescription {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .cta-more.ethics-cta {
        position: relative;
        display: inline-block;
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*Our culture*/

    .our-culture {
        padding-left: 9em;
        padding-right: 9em;
    }

    .our-culture .sectionTitle,
    .our-culture .sectionDescription {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .our-culture.isactive .sectionTitle,
    .our-culture.isactive .sectionDescription {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .our-culture.isactive .sectionDescription {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .our-culture {
        margin-bottom: 4em;
    }

    /*.culture-card-holder {
    margin-bottom: 10em;
}*/
    .cardTitle {
        font-family: "inherit", "Arial Black", Sans-Serif;
        font-size: 1.8rem;
        line-height: 1.1;
        font-weight: normal;
        margin-bottom: 1rem;
    }

    h3.cardTitle:hover {
        text-decoration: none;
        -webkit-transition: ease 0.1s !important;
        -o-transition: ease 0.1s !important;
        transition: ease 0.1s !important;
        color: var(--ts-primary-color);
    }

    .cardDescription {
        font-family: "inherit", "Arial", Sans-Serif !important;
        font-size: 1.0125rem !important;
        line-height: 1.2 !important;
    }

    .card-content {
        padding-right: 15%;
        margin-top: 2em;
    }



    /*Cards Culture*/
    .section-container-3 .img-container {
        padding-top: 0px;
        height: 0px;
    }

    .section-container-3 .text-content p.cardDescription {
        padding-top: 5px;
        opacity: 0;
        -webkit-transition: all 0.6s ease-out 0.1s;
        -o-transition: all 0.6s ease-out 0.1s;
        transition: all 0.6s ease-out 0.1s;
    }

    .section-container-4 .vid-container {
        overflow: hidden;
        position: relative;
        padding-top: 0px;
        height: 0px;
        width: 100%;
        overflow: hidden;
        position: relative;
        cursor: none;
        -webkit-transition: height 0.7s ease;
        -o-transition: height 0.7s ease;
        transition: height 0.7s ease;
    }

    .section-container-4 .vid-container.trigger {
        height: 265px;
    }

    .section-container-4 .card-content.isactive .cardTitle {
        padding-top: 0px;
        opacity: 1;
    }

    .section-container-4 .card-content .cardTitle {
        padding-top: 5px;
        opacity: 0;
        -webkit-transition: all 0.6s ease-out 0.1s;
        -o-transition: all 0.6s ease-out 0.1s;
        transition: all 0.6s ease-out 0.1s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .section-container-4 .card-content p.cardDescription {
        padding-top: 5px;
        opacity: 0;
        -webkit-transition: all 0.6s ease-out 0.1s;
        -o-transition: all 0.6s ease-out 0.1s;
        transition: all 0.6s ease-out 0.1s;
    }

    .section-container-4 .card-content.isactive p.cardDescription {
        padding-top: 0px;
        opacity: 1;
    }

    .section-container-4 .vid-1.trigger {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .section-container-4 .vid-2.trigger {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    @media screen and (max-width: 767px) {
        .section-container-4 .vid-container img {
            width: 106%;
        }

        .mobile-placeholder .follow-cta-btn-mobile {
            opacity: 0;
            -webkit-transition: opacity ease 0.4s;
            -o-transition: opacity ease 0.4s;
            transition: opacity ease 0.4s;
        }

        .section-container-6 .panel-2 {
            height: auto !important;
        }
    }

    /*Mobile to ipad*/
    @media only screen and (max-width: 999px) {
        .section-container-6 .mobile-placeholder.trigger .follow-cta-btn-mobile {
            width: 60px;
            height: 60px;
            bottom: -15px;
        }

        .section-container-6 .mobile-placeholder.trigger .follow-cta-btn-mobile {
            bottom: -22px;
            right: 5%;
            width: 80px;
            height: 80px;
            opacity: 0;
            border-radius: 50px;
            background: var(--ts-primary-color);
            position: absolute;
            padding: 5px;
            z-index: 10;
            line-height: 1rem;
            opacity: 1;
            -webkit-transition-delay: 0.8s;
            -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
        }

        .section-container-6 .follow-cta-btn-mobile span {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            line-height: 1 !important;
            font-size: 13px !important;
            font-family: inherit;
            text-align: center;
        }

        .mobile-placeholder {
            position: relative;
        }

        .section-container-4 .mobile-placeholder.trigger .follow-cta-btn-mobile {
            bottom: -20px;
            right: 5%;
            width: 80px;
            height: 80px;
            opacity: 0;
            border-radius: 50%;
            background: var(--ts-primary-color);
            position: absolute;
            padding: 5px;
            z-index: 10;
            line-height: 1rem;
            opacity: 1;
            -webkit-transition-delay: 0.8s;
            -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
        }

        .section-container-4 .follow-cta-btn-mobile span {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            line-height: 1 !important;
            font-size: 13px !important;
            font-family: inherit;
            text-align: center;
        }
    }


    /*Change*/
    .culture-text .sectionTitle {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        top: 50%;
    }

    .culture-text.isactive .sectionTitle {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    .panel-1 .culture-text .sectionTitle,
    .panel-3 .culture-text .sectionTitle {
        font-size: 4.25rem;
        font-family: inherit, "Arial", Sans-Serif !important;
        color: #fff;
        line-height: 0.95;
    }

    #block-section-5 .culture-text .change-content p:nth-child(1),
    #block-section-5 .culture-text .change-content p:nth-child(2),
    #block-section-5 .culture-text .change-content p:nth-child(3) {
        opacity: 0;
        position: relative;
        top: 15px;
    }

    #block-section-5 .culture-text.isactive .change-content p:nth-child(1),
    #block-section-5 .culture-text.isactive .change-content p:nth-child(2),
    #block-section-5 .culture-text.isactive .change-content p:nth-child(3) {
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.6s ease;
        -o-transition: opacity 0.6s ease-in, top 0.6s ease;
        transition: opacity 0.6s ease-in, top 0.6s ease;
        top: 0px;
    }

    #block-section-5 .culture-text.isactive .change-content p:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        font-family: inherit !important;
    }

    #block-section-5 .culture-text.isactive .change-content p:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #block-section-5 .culture-text.isactive .change-content p:nth-child(3) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .change-content {
        padding: 0px 15%;
        top: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .change-content .cta-more {
        display: inline-block;
        position: relative;
    }

    .culture-text .cta-more-box {
        top: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .culture-text.isactive .cta-more-box {
        left: 0;
        top: -14px;
        width: 36px;
        height: 36px;
        border: 1px solid var(--ts-primary-color);
        border-radius: 50px;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .culture-text.isactive .cta-more-arrow {
        position: absolute;
        left: 20px;
        opacity: 1;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .culture-text.isactive .cta-more {
        opacity: 1;
    }

    .culture-text.isactive .cta-more-label {
        opacity: 1;
    }

    #block-section-5 .panel-3 .sectionTitle {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        bottom: 50%;
    }

    .height-inherit {
        height: inherit
    }

    .cta-more:hover {
        cursor: pointer;
    }


    @media only screen and (max-width: 767px) {
        .section-container-5 .panel-2 {
            height: 50vh !important;
        }
    }

    /*Cards*/
    .section-container-3 .img-container {
        padding-top: 0px;
        height: 0px;
    }

    .section-container-3 .text-content p.cardDescription {
        padding-top: 5px;
        opacity: 0;
        -webkit-transition: all 0.6s ease-out 0.1s;
        -o-transition: all 0.6s ease-out 0.1s;
        transition: all 0.6s ease-out 0.1s;
    }

    .section-container-6 .panel-1 .sectionTitle {
        color: #242021;
    }

    .section-container-6 .img-container.imgc-1.trigger {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .section-container-6 .img-container.imgc-2.trigger {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .section-container-6 .img-container.imgc-3.trigger {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .section-container-6 .img-container.imgc-4.trigger {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    #block-section-6 .text-content {
        padding-right: 17%;
    }

    @media screen and (max-width: 1600px) {

        .section-container-6,
        .section-container-6 .panel {
            height: 120vh;
        }

        .section-container-6 .panel-2 {
            padding-top: 15vh;
        }
    }

    @media only screen and (max-width: 767px) {
        .section-container-6 .panel-2 {
            padding-top: 2vh;
        }

        .section-container-6 .img-container img {
            width: 102%;
        }

        .section-container-6 .img-container.trigger {
            padding-top: 0px;
            height: 165px;
        }

        .section-container-6 .cardTitle {
            font-size: 1.5rem;
            line-height: 1;
        }

        .section-container-6 .mobile-placeholder .follow-cta-btn-mobile {
            opacity: 0;
            -webkit-transition: opacity ease 0.4s;
            -o-transition: opacity ease 0.4s;
            transition: opacity ease 0.4s;
        }

        .mobile-placeholder {
            position: relative;
        }

        .section-container-6 .img-container.imgc-3 {
            margin-top: 0;
        }

        .section-container-6 .img-container.imgc-2,
        .section-container-6 .img-container.imgc-4 {
            margin-top: 20px;
        }

        #block-section-6 .text-content {
            padding-right: 15%;
        }

        .section-container-6 .text-content.isactive .cardTitle {
            padding-top: 10px;
        }
    }

    /*Awards*/
    .sub-header-container .cta-more {
        top: 0%;
        right: 0%;
    }

    .awards-box.awards-box span {
        font-size: 14px;
        font-family: inherit;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 0.8em;
    }

    .awards-box.awards-box label {
        font-size: 1.875rem;
        font-family: inherit;
        font-weight: normal;
        line-height: 1.3;
    }


    .section-container-6b.isactive .awards-box {
        padding: 3% 3%;
    }


    .awards-box.awards-box-2.isactive {
        /*background-color: var(--ts-primary-color);*/
        color: black;
    }



    .awards-header .sectionTitle,
    .awards-header .sectionDescription {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .awards-header.isactive .sectionTitle,
    .awards-header.isactive .sectionDescription {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }

    /*.awards-box.isactive:hover {
    background-color: var(--ts-primary-color);
    color: #fff;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
}*/
    .section-container-6b .awards-box.awards-box-1.isactive {
        -webkit-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s;
    }

    .section-container-6b .awards-box.awards-box-2.isactive {
        -webkit-transition: all ease 0.7s 0.1s;
        -o-transition: all ease 0.7s 0.1s;
        transition: all ease 0.7s 0.1s;
    }

    .section-container-6b .awards-box.awards-box-3.isactive {
        -webkit-transition: all ease 0.8s 0.1s;
        -o-transition: all ease 0.8s 0.1s;
        transition: all ease 0.8s 0.1s;
    }

    @media only screen and (min-width: 1920px) {
        .section-container-6b {
            height: 40em;
        }

        .section-container-6b .panel {
            height: auto;
        }
    }

    @media only screen and (max-width: 1900px) {
        .section-container-6b {
            height: 85vh;
        }
    }
    
   

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-container-6 .panel-2 {
            padding-top: 0;
        }

        .section-container-6b,
        .section-container-6b .panel-1 {
            height: auto;
            position: relative;
        }
    }

    .section-container-6b .cta-more {
        bottom: 10%;
        display: flex;
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .awards-box.awards-box label {
            font-size: 1.5em;
        }
    }

    @media only screen and (max-width: 767px) {
        .section-container-6b .panel-1 {
            margin-top: 8vh;
        }

        .awards-header .sectionTitle {
            font-size: 2.3rem !important;
        }

        .section-container-6b .awards-box {
            margin: 0;
            width: 100% !important;
        }

        .awards-box.awards-box-2.isactive {
            margin-top: 30%;
        }

        .section-container-6b .sub-header-container {
            height: auto;
        }

        .awards-header .sectionTitle {
            margin-bottom: 15px;
        }

        .section-container-6b .awards-box {
            padding: 20% 20%;
            border: none;
        }

        .section-container-6b .awards-box.awards-box-3.isactive {
            border: 1px solid var(--ts-primary-color);
        }

        .section-container-6b .awards-box.awards-box-1.isactive {
            border-top: 1px solid var(--ts-primary-color);
            border-left: 1px solid var(--ts-primary-color);
            border-right: 1px solid var(--ts-primary-color);
        }

        .section-container-6b .awards-box.awards-box-2.isactive {
            border-bottom: 1px solid var(--ts-primary-color);
            border-top: 1px solid var(--ts-primary-color);
            border-right: 1px solid var(--ts-primary-color);
        }

        .awards-box.awards-box span {
            font-size: 10px;
        }

        .awards-box.awards-box label {
            font-size: 20px;
        }

        .section-container-6b .awards-box {
            padding: 20% 10%;
        }

        .section-container-6b .awards-box.awards-box-1.isactive {
            height: auto;
            position: relative;
        }

        .section-container-6b .awards-box.awards-box-3.isactive {
            height: 15em;
        }

        .awards-box-container .cta-more {
            margin-bottom: 1em;
            position: relative;
        }
    }

    /*Carousel*/

    @media only screen and (max-width: 767px) {
        .shared-container .sectionTitle {
            font-size: 2.3rem !important;
            line-height: 1 !important;
        }

        .cards li {
            width: 230px !important;
            height: 240px !important;
        }

        #subsidiary-main .container {
            width: 320px !important;
            height: 290px !important;
        }

        .carousel-img {
            /* width: 100%; */
            height: 100%;
            width: auto;
        }
    }

    .progress {
        width: 90%;
        height: 2px;
        margin-bottom: 2rem;
    }

    .section-container-7b .sectionTitle,
    .section-container-6b .sectionTitle {
        font-size: 3.29375rem;
        line-height: 3.3rem;
        font-family: inherit, "Arial", Sans-Serif;
    }


    .section-container-7b .text-center .sectionTitle,
    .section-container-7b .text-center .sectionDescription {
        opacity: 0;
        top: 15px;
        -webkit-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .section-container-7b .text-center.isactive .sectionTitle,
    .section-container-7b .text-center.isactive .sectionDescription {
        opacity: 1;
        top: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
    }


    /*.zoom {
    overflow: hidden;
}*/
    /*Navigation Arrows*/
    .card-nav {
        margin-top: 40px;
        width: 100%;
        height: auto;
        border-radius: 10px;
        font-family: Arial;
        font-size: 53px;
        color: white;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -webkit-transition: margin .5s;
        -o-transition: margin .5s;
        transition: margin .5s;
        /*margin-bottom: 2rem;*/
        text-align: center;
    }

    .arrow {
        cursor: pointer;
        -webkit-transition: margin .5s;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .arrow:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .arrow:active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .arrow-left {
        float: left;
    }

    .arrow-right {
        float: right;
    }

    /*Cards Carousel*/
    #subsidiary-main .container {
        width: 420px;
        height: 350px;
        position: relative;
        -webkit-perspective: 1500px;
        perspective: 1450px;
        margin: auto;
        margin-top: 60px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .cards {
        display: block;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: margin .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateZ(900px);
        transform: translateZ(900px);
    }

    .cards li {
        display: block;
        position: absolute;
        width: 310px;
        height: 300px;
        /*border-radius: 3px;*/
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 20px 10px 0 10px;
        background: white;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .card-nav .cta-more-arrow {
        position: absolute;
        top: 25px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .card-nav .img-arrow-right {
        width: 1.3em;
        padding: 0 20px;
        position: absolute;
    }

    .card-nav .img-arrow-left {
        width: 1.3em;
        padding: 0 20px;
        position: absolute;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .card-nav .cta-more-box {
        position: relative;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
        border: 1px solid var(--ts-primary-color);
        border-radius: 50px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: inline-block;
    }

    .cta-more-box.arrow.arrow-right {
        float: right;
    }

    .cta-more-box.arrow.arrow-left {
        float: left;
    }

    .text-center,
    .text-center-2 {
        text-align: center;
    }

    .section-container-7b .arrow:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .shared-container .sectionTitle {
        margin-bottom: 20px !important;
    }

    .shared-container {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .carousel-img {
        width: 100%;
    }

    .cards li {
        overflow: hidden;
        padding: 0;
    }

    .cards .img-container,
    .cards .img-container a {
        cursor: none;
    }

    .cards .img-container img {
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }

    .cards .img-container:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }


    @media only screen and (max-width: 999px) and (min-width: 768px) {
        .cards li {
            width: 220px;
            height: 200px;
        }

        #subsidiary-main .container {
            width: 300px;
            height: 250px;
        }
    }

    @media only screen and (max-width: 1024px) and (min-width: 1000px) {
        #subsidiary-main .container {
            width: 330px;
        }

        .cards li {
            width: 220px;
            height: 200px;
        }
    }

    .cta-btn.cards-cta-btn.cards-cta-btn-1.onactive {
        position: absolute;
    }

    .section-container-7b .cards .cards-cta-btn {
        position: absolute;
    }

    .section-container.section-container-7b {
        overflow: hidden;
    }

    .cta-progress-bar {
        color: #676767;
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

    .progress {
        width: 90%;
        height: 2px !important;
        margin-bottom: 2rem !important;
    }

    .progress {
        overflow: hidden;
        height: 1rem;
        margin-bottom: 1rem;
        background-color: #f5f5f5;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }

    .progress-bar {
        background-color: var(--ts-primary-color) !important;
    }

    .categoryTitle {
        font-family: inherit, "Arial", Sans-Serif !important;
        font-size: 0.75rem !important;
        line-height: 1 !important;
    }

    .section-container-7b .SubsectionTitle {
        font-family: "inherit", "Arial", Sans-Serif !important;
        font-size: 1.75rem !important;
        line-height: 1.1 !important;
        font-weight: normal;
        margin-bottom: 0.55em;
        margin-top: 0.65em;
    }

    h3.SubsectionTitle:hover {
        text-decoration: none;
        -webkit-transition: ease 0.1s !important;
        -o-transition: ease 0.1s !important;
        transition: ease 0.1s !important;
        color: var(--ts-primary-color);
    }

    .section-container-7b .Subsectiondescription {
        font-family: "inherit", "Arial", Sans-Serif !important;
        font-size: 1.0125rem !important;
        line-height: 1.3 !important;
    }

    .section-container-7b .new-row {
        padding-top: 5em !important;
    }

    /*Join us*/

    .join-us {
        bottom: 15%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .join-us .animate_title {
        position: relative;
    }

    .join-us .title-1 {
        font-size: 3.29375rem;
        line-height: 3.3rem;
        font-family: inherit, "Arial", Sans-Serif;
        margin-bottom: 1rem;
    }

    .join-us .title-2 {
        font-family: "inherit", "Arial", Sans-Serif;
        bottom: 15% !important;
        font-size: 1.25rem !important;
        line-height: 1.5vw;
    }

    .join-us .animate_subtitle {
        display: block;
    }

    .cta-more.search.isactive {
        position: relative;
        display: inline-block;
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .join-us span {
        top: 15px;
        -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
        -o-transition: opacity 0.6s ease-in, top 0.4s ease;
        transition: opacity 0.6s ease-in, top 0.4s ease;
    }

    .join-us .title-2 span {
        display: block;
        margin-bottom: 1em;
    }


    @media only screen and (max-width: 767px) {
        .join-us .animate_subtitle.animate_title.title-2 {
            font-size: 1rem !important;
            line-height: 1.1 !important;
            position: relative;
        }

        .join-us .animate_title {
            font-size: 2rem !important;
            margin-bottom: 0.5rem !important;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            line-height: 3.3rem !important;
        }

        .join-us {
            bottom: -70%;
            position: relative;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .join-us .cta-more.search.isactive {
            position: relative;
            display: inline-block;
            top: auto;
            bottom: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .join-us .cta-more.isactive .cta-more-box {
            left: 0;
            top: 2px;
            width: 36px;
            height: 36px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .join-us .title-2 span {
            display: block;
            margin-bottom: 1em;
        }

        .section-container-8 .panel-1 {
            height: 80vh;
        }
    }

    /*Careers*/
    #block-section-8 .section-container-8 .panel-2 .animate_title {
        opacity: 1;
        position: relative;
        text-align: left;
        top: 50%;
        left: 0;
        color: white;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        width: 33%;
        bottom: 0;
    }

    .animate_title.careers {
        font-family: "inherit", "Arial", Sans-Serif;
        line-height: 1.3 !important;
    }


    #block-section-8 .panel-2 .animate_title.isactive span:nth-child(1),
    #block-section-8 .panel-3 .animate_title.isactive span:nth-child(1) {
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
        opacity: 1;
    }

    #block-section-8 .panel-2 .animate_title.isactive span:nth-child(3),
    #block-section-8 .panel-3 .animate_title.isactive span:nth-child(3) {
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 1;
    }

    #block-section-8 .panel-2 .animate_title.isactive span {
        display: block;
    }

    #block-section-8 .section-container-8 .panel-2 .cta-more {
        color: #fff;
        bottom: 13%;
        right: 64%;
        display: inline-block;
    }

    .cta-more.careers {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    #block-section-8 .section-container-8 .cta-more.isactive .cta-more-box {
        border: 1px solid var(--ts-primary-color);
    }

    #block-section-8 .cta-more.careers.isactive .cta-more-arrow {
        position: absolute;
        left: 20px;
        top: 8px;
    }

    #block-section-8 .panel-2 .animate_title.isactive span:nth-child(5) {
        -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
        -o-transition: opacity 0.6s ease-in, top 0.8s ease;
        transition: opacity 0.6s ease-in, top 0.8s ease;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 1;
    }

    #block-section-8 .panel-2 .animate_title.isactive span {
        display: block;
    }

    .animate_title.isactive span:nth-child(1),
    .animate_title.isactive span:nth-child(2),
    .animate_title.isactive span:nth-child(3),
    .animate_title.isactive span:nth-child(4),
    .animate_title.isactive span:nth-child(5) {
        opacity: 1;
    }


    #block-section-8 .panel-2 .animate_title span:nth-child(3),
    .animate_title span:nth-child(5),
    .animate_title span:nth-child(7) {
        opacity: 0;
    }

    span.careers-large {
        font-size: 2.7rem;
        line-height: 1.3;
        margin-bottom: 2rem;
        /*font-weight: bold;*/
    }

    .cta-more.careers .cta-more-arrow {
        left: 0px;
        top: 8px;
    }

    .section-container-8 .cta-more .img-arrow-right {
        width: 24px;
    }

    .careers .img-arrow-right {
        position: absolute;
        /* top: 9px; */
    }

    .section-container-8 .panel-2 .cta-more {
        width: auto;
        padding: 10px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        z-index: 10;
    }

    .cta-more.careers.isactive {
        right: 0% !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
    }

    .cta-more.careers {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    @media only screen and (max-width: 767px) {
        .section-container-8 .panel-2 .text-container {
            position: absolute;
            top: 0;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #block-section-8 .section-container-8 .panel-2 .animate_title {
            opacity: 1;
            position: relative;
            text-align: left;
            top: 50%;
            left: 0 !important;
            color: white;
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            width: 53% !important;
            bottom: 0;
        }

        .animate_title.title-1.careers.isactive {
            font-size: 1.1rem !important;
        }

        .animate_title.careers {
            font-family: "inherit", "Arial", Sans-Serif;
            line-height: 1.3 !important;
        }

        .section-container-8 .panel-2 .img-3 {
            width: 250% !important;
            left: -63% !important;
        }

        span.careers-large {
            font-size: 1.5rem;
            line-height: 1.1;
            font-weight: bold;
        }

        .careers .cta-more.search.isactive {
            position: relative;
            display: inline-block;
            top: auto;
            bottom: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .careers .cta-more.isactive .cta-more-arrow {
            left: 12px;
        }

        .careers .cta-more-label {
            margin-left: 35px;
        }

        .careers .cta-more.isactive .cta-more-box {
            left: 0;
            top: 5px;
            width: 36px;
            height: 36px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        #block-section-8 .cta-more.careers .cta-more-arrow {
            top: 8px;
        }
    }
















    .progress-bar-label {
        right: 0% !important;
        font-family: "inherit", "Arial", Sans-Serif !important;
        font-size: 14px !important;
        top: -10px;
        line-height: 1 !important;
        display: block;
    }

    .progress-bar-label {
        position: relative;
        right: 17%;
        top: 10px;
        font-size: 1rem;
        color: #999;
    }

    .carousel-text-content {
        padding-left: 15px;
    }

    @media screen and (max-width: 767px) {
        .progress-bar-label {
            top: 10px !important;
            display: block;
        }

        .card-nav {
            margin-bottom: 30px;
            margin-top: 0;
        }
    }

    /*For Ipad down*/
    @media screen and (max-width: 1024px) {
        .no-mobile-ipad {
            display: none;
        }
    }

    @media screen and (min-width: 1025px) {
        .mobile-ipad {
            display: none;
        }
    }




    /*Footer*/
    .cta-more.footer {
        color: var(--ts-primary-color);
        position: relative;
        width: auto;
        bottom: 0%;
        right: 0%;
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
        padding: 10px;
        display: inline-block;
    }

    .cta-more.footer .cta-more-box {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 5px;
        height: 5px;
        border-radius: 50px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cta-more.footer.isactive .cta-more-box {
        left: 0;
        top: 6px;
        width: 46px;
        height: 46px;
        border: 2px solid #fff;
        border-radius: 50px;
    }

    .cta-more.footer.isactive .cta-more-arrow {
        position: absolute;
        left: 25px;
        top: 12px;
    }

    .cta-more.footer .img-arrow-right {
        width: 38px;
    }

    .cta-more.footer.isactive .cta-more-label {
        margin-left: 65px;
        font-family: "inherit", "Arial", Sans-Serif;
        font-size: 32px !important;
        line-height: 1.25;
        color: #fff;
    }

    .row.footer-links-container:before {
        border: none !important;
    }

    #block-new-footer {
        background-color: black;
    }

    #block-new-footer {
        background-color: black;
    }

    #footer-block .row:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: .06em solid #ccc;
        /* border-width: .063rem; */
        border-top: 0;
        margin: 0 .9375em;
    }

    .row.footer-links-container:before {
        border: none !important;
    }

    .Subscribe-Eyebrow p {
        font-size: 22px;
        color: white;
    }

    @media screen and (min-width: 768px) {
        #block-new-footer .content-module {
            padding-left: 0;
        }

        #block-new-footer .row {
            padding: 0;
            max-width: 75rem;
            margin: 0 auto;
            padding-left: 1.07em;
        }

        #block-new-footer .row .block-content {
            padding: 1.88rem 0 0 !important;
        }
    }

    /*Ipad*/
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .new-row {
            padding: 1.25em 8% !important;
        }

        .ethics,
        .core-values,
        .our-culture {
            padding-left: 5em;
            padding-right: 5em;
        }

        .animate_title {
            font-size: 1.5rem !important;
            line-height: 1.5rem;
            font-size: 2.5rem !important;
            line-height: 0.9 !important;
            width: 100%;
        }

        .section-container-8 .panel-2 .text-container {
            position: absolute;
            top: 0;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #block-section-8 .section-container-8 .panel-2 .animate_title {
            opacity: 1;
            position: relative;
            text-align: left;
            top: 50%;
            left: 0;
            color: white;
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            width: 53%;
            bottom: 0;

        }

        #block-section-8 .content-module {
            margin-bottom: 0 !important;
        }

        .animate_title.title-1.careers.isactive {
            font-size: 1.3rem !important;
        }

        .join-us {
            bottom: -70%;
            position: relative;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .section-container-6 .panel-2 {
            height: auto !important;
        }

        .section-container-4 .vid-container.trigger {
            height: 235px;
        }

        .our-culture {
            margin-top: 4em;
        }
    }

    /*For Mobile*/
    @media only screen and (max-width: 767px) {
        .section-container-6 .culture-text {
            bottom: 60%;
        }

        .section-container-1 .panel {
            height: 100vh;
        }

        .section-container-1 .text-center {
            bottom: 25%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }

        .marquee-text .sectionTitle {
            font-size: 2.5rem;
        }

        .marquee-text p.sectionSubTitle {
            font-size: 1.2rem;
        }

        .marquee-text p.sectionDescription {
            font-size: 1rem;
        }

        .animate_title.title-1.marquee-julie {
            top: 20%;
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            transform: translateY(-40%);
            width: 100%;
        }

        .animate_title.title-1.marquee-julie p {
            font-size: 1.2rem !important;
            /*font-family: "inherit","Arial",Sans-Serif !important;*/
            line-height: 1.2;
        }

        .mobile-padding {
            padding: 0 6%;
        }

        .marquee-text .row.new-row {
            padding: 0 8% !important;
        }

        .section-container-1 .cta-scroll {
            bottom: -12%;
        }

        .global .sectionTitle {
            font-size: 2.5rem;
        }

        .large-number {
            font-size: 3.5rem;
        }

        .section-container-1b .box-container {
            height: 40vh;
        }

        .section-container-1b .box-container .box-container-1 {
            width: 60%;
            left: 60%;
            top: 30%;
        }

        .section-container-1b .box-container .box-container-2 {
            width: 60%;
            left: 35%;
            top: 40%;
        }

        .section-container-1b .box-container.isactive .box-container-1 {
            top: 0%;
            left: 60%;
        }

        .section-container-1b .box-container .box-container-1 {
            width: 60%;
        }

        .section-container-1b .box-container.isactive .box-container-2 {
            top: 70%;
            left: 35%;
        }

        .section-container-1b .box-container .box-container-2 {
            width: 60%;
        }

        .sectionTitle {
            font-size: 1.8rem;
            margin-bottom: 2.3rem;
        }

        .sectionDescription {
            font-size: 1rem !important;
        }

        .legacy-box {
            padding: 2.5em 1em !important;
            margin-bottom: 6em;
        }

        .section-container-3 .panel-2 .new-row {
            margin-top: 5vh !important;
        }

        .cta-more.isactive .cta-more-box {
            left: 0;
            top: 2px;
            width: 36px;
            height: 36px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .cta-more .cta-more-label {
            margin-left: 40px;
            text-align: left;
        }

        .cta-more .cta-more-arrow {
            top: 8px;
        }

        .cta-more.isactive .cta-more-arrow {
            top: 8px;
        }

        .cta-more-label {
            font-size: 16px;
        }

        .section-container-3 .panel {
            height: 70vh !important;
        }

        .section-container-3 .panel-2 {
            height: auto !important;
        }

        .section-container-3 .panel-1 .title-1 span {
            font-size: 2.5rem !important;
        }

        .section-container-3 .panel-1 .title-1 {
            line-height: 0.85 !important;
            font-family: inherit, "Arial", Sans-Serif !important;
            color: #fff;
        }

        .section-container-4 .culture-card-holder {
            height: auto;
            max-height: 1000px;
        }

        .section-container-4 .panel {
            height: auto !important;
        }

        .section-container-4 {
            height: auto !important;
        }

        .section-container-2 {
            margin-bottom: 0;
        }

        .our-culture {
            margin-bottom: 0em;
        }

        .section-container-5 {
            height: auto !important;
            margin-top: 15vh;
        }

        .panel-1 .culture-text .sectionTitle {
            font-size: 2.5rem;
        }

        .cta-more.footer.isactive .cta-more-box {
            width: 46px;
            height: 46px !important;
        }

        .section-container-5 .culture-text {
            position: relative !important;
            bottom: -30%;
            margin: 3em 0;
        }

        .section-container-5 .culture-text.curtain-title {
            position: absolute !important;
            bottom: 30% !important;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }

        .change-content {
            padding: 0;
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            top: 0 !important;
            margin: 1em 0;
        }

        .section-container-5 .panel-2 {
            height: auto !important;
        }

        .Subscribe-Eyebrow p {
            font-size: 18px;
            color: white;
            margin-bottom: 0 !important;
        }

        .cta-more.footer.isactive .cta-more-label {
            font-size: 28px !important;
            margin-bottom: 0;
        }

        .cta-more.footer {
            padding: 13px;
        }

        .card-content {
            margin-top: 0;
        }

        .section-container-4 .vid-container.trigger {
            min-height: 231px;
            height: 231px;
            margin-bottom: 1em;
        }

        .section-container-4 .vid-container img {
            width: 100%;
        }
    }



    /*Ipad nav*/
    @media only screen and (max-width: 1199px) and (min-width: 768px) {
        

        .progress-nav-bar-menu {
            display: none;
        }
        
        .progress-nav-bar.isactive {
            height: 8px !important;
        }

        .progress-nav-bar.isactive .progress-nav-bar-roller {
            height: 8px !important;
        }
        
    }

    @media only screen and (max-width: 1320px) and (min-width: 1025px) {
        .zoom {
            overflow: hidden;
        }
    }


    /*Read it*/
    @media only screen and (max-width: 767px) {
        .zulu-promo-block--mheight-500 {
            min-height: 700px;
        }
        .progress-nav-bar.isactive {
            height: 8px;
        }
        
        .progress-nav-bar.isactive .progress-nav-bar-roller {
            height: 8px;
        }
        
        .readit-marquee h2 {
            font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
            font-size: 3.2rem !important;
            line-height: 0.9;
        }

        .read-it-container h2 {
            font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        }

        .read-it-subdesc {
            font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
            font-size: 1.4rem !important;
            margin-bottom: 1.4rem !important;
            line-height: 1.3;
        }

        .read-it-container .cta-more {
            opacity: 1;
            bottom: 0;
            color: var(--ts-primary-color) !important;
            left: 0;
            position: relative;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            z-index: 10;
            padding: 10px;
        }

        .read-it-container .cta-more .cta-more-box {
            position: absolute;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .read-it-container .cta-more .cta-more-arrow {
            position: absolute !important;
            opacity: 1 !important;
            -webkit-transition-delay: 0.6s !important;
            -o-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
        }

        .read-it-container .cta-more .cta-more-label {
            opacity: 1;
            -webkit-transition: opacity 0.7s ease 0.8s;
            -o-transition: opacity 0.7s ease 0.8s;
            transition: opacity 0.7s ease 0.8s;
        }

        .read-it-text {
            font-family: "inherit", "Arial", Sans-Serif !important;
            font-size: 1rem !important;
            line-height: 1.2 !important;
            font-weight: normal;
        }

        .read-it-container hr {
            margin: 2em 0 1em;
        }

        .read-it-container.section-container-1 {
            margin-top: 80px;
            height: auto !important;
        }

        .read-it-container.section-container-1,
        .read-it-container.section-container-2,
        .read-it-container.section-container-3,
        .read-it-container.section-container-4,
        .read-it-container.section-container-5,
        .read-it-container.section-container-6,
        .read-it-container.section-container-7 {
            height: auto !important;
        }

        h2.submarquee {
            font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
            font-size: 2rem !important;
        }

        .sub-container {
            margin: 2.5em 0;
        }

        .read-it-cardtitle {
            font-family: "inherit", "Arial Black", Sans-Serif;
            font-size: 1.3rem;
            line-height: 1.1;
            font-weight: normal;
            margin-bottom: 1rem;
        }

        .cardDescription {
            font-family: "inherit", "Arial", Sans-Serif !important;
            font-size: 1.0125rem !important;
            line-height: 1.2 !important;
        }

        .read-it-sectionDesc {
            font-family: "Graphik Regular", "Arial", Sans-Serif !important;
            font-size: 1.2rem !important;
        }

        .read-it-container .awards-box {
            padding: 20px 20px;
        }

        .read-it-container .awards-box-1 {
            border: 1px solid var(--ts-primary-color);
        }

        .read-it-container .awards-box-3 {
            border-bottom: 1px solid var(--ts-primary-color);
            border-left: 1px solid var(--ts-primary-color);
            border-right: 1px solid var(--ts-primary-color);
        }

        .read-it-container .awards-box-2 {
            background: none !important;
            color: black !important;
            border-bottom: 1px solid var(--ts-primary-color);
            border-top: 1px solid var(--ts-primary-color);
            border-right: 1px solid var(--ts-primary-color);
        }

        .readit-marquee img {
            width: 60px;
        }

        #block-section-4 {
            margin-top: 0 !important;
        }

        .cta-more-label,
        .cta-more-label a {
            font-size: 16px !important;
        }
    }

    /*For SE and below*/
    @media screen and (max-width: 320px) {
        .section-container-1 .panel-1 .img-1 {
            top: 35%;
        }

        .marquee-text .sectionTitle {
            font-size: 2rem;
            margin-bottom: 5px;
        }

        .marquee-text p.sectionSubTitle {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .section-container-1 .cta-scroll {
            padding: 7px;
            bottom: -5%;
        }

        .animate_title.title-1.marquee-julie {
            top: 25%;
        }

        .change-content {
            -webkit-transform: translateY(43%);
            -ms-transform: translateY(43%);
            transform: translateY(43%);
        }

        .section-container-4 .vid-container.trigger {
            height: 182px;
        }

        .section-container-6 .img-container.trigger {
            height: 124px;
        }

        #block-section-8 .section-container-8 .panel-2 .animate_title {
            width: 80% !important;
        }

        .section-container-6 .cardTitle {
            font-size: 1.3rem;
        }

        .cardDescription {
            font-size: .875rem !important;
        }

        .section-container-7b .new-row {
            padding-top: 3em !important;
        }

        span.careers-large {
            font-size: 1.3rem !important;
        }

        .read-it-container .awards-box.awards-box label {
            font-size: 17px;
        }

        #subsidiary-main .container {
            padding-left: 0;
            padding-right: 40px;
        }

        .section-container-8 .panel-1 {
            height: 90vh;
        }

        .section-container-8 .panel-2 .img-3 {
            width: 280% !important;
            left: -70% !important;
            height: 100%;
        }

        .section-container-5 .culture-text.curtain-title {
            position: absolute !important;
            bottom: 50% !important;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }

        .section-container-1 .text-center {
            bottom: 30%;
        }

        .section-container-1 .panel-2 .vid-1 {
            min-height: 130%;
        }
    }

    /*SE*/
    @media only screen and (max-width: 320px) and (min-width: 281px) {
        .section-container-4 .vid-container.trigger {
            min-height: 200px;
        }

        /*LONG CTA adjustment*/
        .cta-more.ethics-cta {
            left: 50%;
            transform: translateX(-49%);
        }
    }

    /*Fold*/
    @media only screen and (max-width: 280px) {
        .section-container-4 .vid-container.trigger {
            min-height: 180px;
        }

        .awards-box.awards-box label {
            font-size: 17px;
        }

        #block-section-8 .section-container-8 .panel-2 .animate_title {
            width: 80% !important;
        }
    }

    /*Iphone 678X*/
    @media only screen and (max-width: 375px) and (min-width: 321px) {
        .section-container-8 .panel-2 .img-3 {
            width: 275% !important;
            left: -80% !important;
        }

        /*LONG CTA adjustment*/
        .cta-more.ethics-cta {
            left: 50%;
            transform: translateX(-43%);
        }
    }

    /*Iphone Plus above*/
    @media only screen and (max-width: 767px) and (min-width: 411px) {

        /*LONG CTA adjustment*/
        .cta-more.ethics-cta {
            left: 50%;
            transform: translateX(-38%);
        }
    }

    /*Galaxy S5 and Moto 4*/
    @media only screen and (-webkit-device-pixel-ratio: 3) and (min-device-height: 640px) and (min-device-width: 360px) and (orientation: portrait) {
        @media screen and (max-width: 540px) {
            .section-container-1 .panel-1 .img-1 {
                top: 35%;
            }

            .section-container-1 .text-center {
                bottom: 30%;
            }
        }
    }
    



   /* Custom @ak */

.channeltiles__link {
    display: block;
    position: relative;
}

.channeltiles__link:after {
    background: #e92b26;
    bottom: 0px;
    content: "";
    display: block;
    height: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: height .16s, opacity .16s;
    transition: height .16s, opacity .16s;
}

.channeltiles__link:hover:after {
    height: 7px;
    opacity: 1;
}

.channeltiles__list {
    list-style: none;
    padding-left: 0px;
    height: 185px;
}

.channeltiles .channeltiles__item {
    padding: 6px 9px;
}

.channeltiles__item {
    float: left;
    height: 100%;
    min-height: 1px;
    width: 25%;
}

@media (max-width: 768px) {
    .channeltiles__list {
        height: 120px;
    }

    .channeltiles__item {
        float: left;
        height: 100%;
        min-height: 1px;
        width: 50%;
    }

    .channeltiles .channeltiles__item {
        padding: 9px 9px;
    }
}
 
.subsidiary-col {
    position: relative;
    float: left;
    width: 100%;
}

.segment--consumer {
    background: #f3f3f4;
    position: relative;
}

.segment--consumer {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.subsidiary--bg1,
.subsidiary--bg2 {
    display: none;
}

/* .subsidiary--bg1 {
    position: absolute;
    top: 40rem;
    left: -5rem;
    width: 24.5rem;
    height: 29rem;
    background: rgba(205, 210, 216, 0.2);
  }
  .subsidiary--bg2 {
    position: absolute;
    top: 38rem;
    right: -13rem;
    width: 48.7rem;
    height: 68.3rem;
    background: url("https://recurly.com/img2/customers/subsidiary-goods/consumer.jpg") no-repeat;
  } */

.subsidiary--bg1 {
    position: absolute;
    top: 110rem;
    left: -5rem;
    width: 24.5rem;
    height: 29rem;
    background: rgba(205, 210, 216, 0.2);
}

.subsidiary--bg2 {
    position: absolute;
    /* top: 38rem; */
    right: -19rem;
    width: 48.7rem;
    height: 68.3rem;
    background: url("https://recurly.com/img2/customers/consumer-goods/consumer.jpg") no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .subsidiary--bg2 {
        background-image: url("https://recurly.com/img2/customers/consumer-goods/consumer@2x.jpg");
        background-size: 487px 683px;
    }
}

.subsidiary-boxes {
    display: block;
}


.subsidiary-box {
    display: block;
    margin: 0 1.5rem 1.5rem 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.subsidiary-logo--adex {
    width: 9rem;
    height: auto;
}

.subsidiary-logo--nurturebynature {
    width: 8.3rem;
    height: auto;
}

.subsidiary-logo--jibjab {
    width: 8.2rem;
    height: auto;
}

.subsidiary-logo--chamberlaingroup {
    width: 8.7rem;
    height: auto;
}

.subsidiary-logo--businessoffashion {
    width: 8.2rem;
    height: auto;
}

.subsidiary-logo--crownhomeestate {
    width: 9rem;
    height: auto;
}

.subsidiary-logo--rocksbox {
    width: 9rem;
    height: auto;
}

.subsidiary-logo--shipstation {
    width: 9.6rem;
    height: auto;
}

.segment--consumer .title,
.segment--healthcare .title {
    color: #232932;
    font-weight: 400;
}

.segment--consumer .link {
    margin: 0 auto 2rem;
}

.segment--consumer .subtitle {
    margin: 0 auto 2rem;
}

.more {
    display: inline-block;
    position: relative;
    height: auto;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.more:after {
    position: relative;
    right: -5px;
    top: -1px;
    height: 1em;
    margin: auto;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f30b";
    -webkit-transition: right 0.25s;
    transition: right 0.25s;
}

.more--alt {
    text-transform: none;
}

.more.more--alt:after {
    top: 0;
}

@media (min-width: 992px) {
    .subsidiary-box {
        margin: 0 1.5rem 1.5rem 0;
    }

    .segment--consumer .title {
        margin: 0 auto 1rem;
        font-size: 2rem;
    }
}

.subsidiary-box.small {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    float: left;
    width: 100%;
    /* height: 13rem; */
    height: 8rem;
    background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .subsidiary-box.small {
        width: 14.5rem;
    }

    .more {
        white-space: nowrap;
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .subsidiary-box.small {
        /* width: 20.8rem; */
        width: 12rem;
    }
}

.subsidiary-box.large {
    margin: 0 0 1.5rem;
    padding: 1.5rem 2.6rem;
    text-align: center;
}

@media (min-width: 992px) {
    .subsidiary-box.large {
        max-width: 44.1rem;
        margin: 0 1.5rem 2.5rem 0;
    }
}

.subsidiary-box.xlarge {
    max-width: 158.5rem;
    padding: 3rem;
}

.subsidiary-box .inline-quote {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .subsidiary-box .inline-quote {
        width: calc(100% - 26rem);
    }
}

.subsidiary-box .inline-quote p {
    position: relative;
    font-size: 15rem;
    font-weight: 300;
}

.subsidiary-box .inline-quote p:before {
    position: absolute;
    left: -10px;
}

.subsidiary-box .subsidiary-quote {
    margin: 1.5rem 0 3rem;
    font-size: 1rem;
    line-height: 2.7rem;
}

@media (min-width: 768px) {
    .subsidiary-box .subsidiary-quote {
        font-size: 1rem;
        line-height: 3.2rem;
        font-weight: 300;
    }
}

.subsidiary-logo--cora {
    width: 12rem;
    height: auto;
    margin: 1.8rem auto 2rem;
}

@media (min-width: 992px) {

    .subsidiary--bg1,
    .subsidiary--bg2 {
        display: block;
    }

    .col-2--large {
        width: 29.6rem;
    }
}

@media (min-width: 768px) {
    .subsidiary-col {
        width: auto;
    }

    .segment--consumer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .segment--consumer .title, .segment--healthcare .title {
        color: #232932;
        font-weight: 700 !important;
        font-size: 1.2rem;
        text-transform: uppercase;
    }
}


@media (min-width: 992px) {
    .subsidiary-col-2 {
        width: 28rem;
    }

    .subsidiary-col-1 {
        width: 23.3rem;
    }
}

@media (min-width: 1200px) {
    .subsidiary-col-1.last {
        float: right;
        width: 11rem;
    }
}
 