*, :after, :before {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-size: 18px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**
 * Typography.
 */
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top:40px;
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 71px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 41px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color:#9356A1;
    font-size:22px;
    line-height: 30px;
    margin-bottom:30px;
}
.bg h3 {
    color:#000;
}
h4, h4:first-child {
    font-size:18px;
    margin-bottom:30px;
    font-weight: 600;
}

a {
    color: #9356A1;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #00829a;
}

img {
    display: block;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    margin-bottom:15px;
}

b, strong {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

strong {
    display: block;
}

p, th, td, ul, ol, div {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}

.isFirst {
    margin-top:0px;
}

.isLast {
    margin-bottom:0px;
}

.hyphenate {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word; /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/**
 * Layout
 */
#wrapper {
    margin:0 auto;
    position: relative;
    width:100%;
    max-width: 1280px;
    padding-bottom:62px;
}
article {
    width: 100%;
    max-width:1040px;
    margin:30px auto;
    box-sizing: border-box;
}
.two-cols {
    display: flex;
    gap: 50px;
}
.two-cols .col {
    width:50%;
}

/**
 * Banner
 */
.banner {
    position: relative;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,130,154,.5);
}
.overlay article {
    position: absolute;
    text-align: center;
    bottom:0px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.job-tandem {
    width:148px;
    height:148px;
    background: #9356A1;
    border-radius: 50%;
    position: absolute;
    top:35px;
    right:120px;
    box-shadow: 0px 3px 6px #00000029;
}
.job-tandem p {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    text-align: center;
}
/**
 * Header
 */

header {
    background: #F4F4F4;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    z-index: 1000;
    opacity: 0;
    height:0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
header article {
    margin:10px auto;
    overflow: hidden;
}
header article h1 {
    width:calc(100% - 220px);
    float:left;
    margin:0px;
    color:#9356A1;
    line-height: 66px;
    font-size: 42px;
    line-height: 52px;
}
header article .button.apply {
    float: right;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

/**
 * Sticky title
 */
header.sticky {
    opacity:1;
    height:auto;
    text-overflow: ellipsis;
}
.sticky-title {
    box-sizing: border-box;
    width: calc(100% - 310px);
    float:left;
    margin-left:30px;
    transition: all 0.2s ease 0s;
    background: #fff;
    z-index: 1000;
    opacity:0;
    display: none;
}
.sticky-title h1 {
    font-size: 28px;
    line-height: 45px;
    margin: 20px 0px 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**
 * Content
 */
main ul {
    margin:10px 0px 0px;
    padding-left: 0px;
    list-style: none;
}
main ul li {
    padding:0px 0px 0px 20px;
    margin-bottom: 10px;
    position: relative;
}
main ul li:before {
    font-size: 56px;
    content: "\00B7";
    position: absolute;
    left: 0;
    top: -1px;
    color:#9356A1;
}
main ul li:last-child {
    margin-bottom: 0px;
}
.image img {
    display:block;
    width:100%;
    height:auto;
}
.mobile {
    display:none!important;
}
.bg {
    background-color: #F4F4F4;
    overflow: auto;
}
.bg.contact {
    background-color: #00829A;
}
.bg article {
    margin:50px auto;
}

/**
 * Benefits.
 */
.benefits {
    margin-bottom:30px!important;
}
.benefits div.column {
    text-align: center;
    padding-bottom:40px!important;
    position: relative;
    width: calc(100%/6 - 2rem)!important;
}
.benefits div img {
    display: block;
    width:75%;
    height:100%;
    margin:0 auto;
}
.benefits div span {
    display: block;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 1em;
    font-weight: 600;
    color: #00829a;
    width:100%;
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ui.popup, .ui.popup:before {
    background-color: #dedede!important;
    border-color: #dedede!important;
}
.ui.top.center.popup:before {
    width:20px;
    height:20px;
    box-shadow: none;
    bottom: -10px;
    margin-left:-10px;
}
.ui.popup {
    margin-bottom: 20px!important;
    border-radius: 9px!important;
}
.ui.popup .content {
    padding:5px!important;
    box-sizing: border-box!important;
    font-family: 'Open Sans', sans-serif;
}

/**
 * Contact.
*/
.contact, .bg.contact h3, .contact a {
    color: #fff!important;
}
.contact .two-cols {
    gap: 20px;
}
.contact .two-cols div {
    width:50%;
}
.contact .two-cols .person div {
    align-self: flex-end;
}
.contact .person {
    display: flex;
    gap: 20px;
    position: relative;
    bottom: 20px;
}
.contact .image img {
    border-radius: 50%;
}
.contact .data a {
    display: block;
    margin:5px 0px;
    padding-left:40px;
}
.contact .data a.phone {
    background: url("../images/icons/tools/phone.png") no-repeat left top;
    background-size: 20px;
}
.contact .data a.email {
    background: url("../images/icons/tools/email.png") no-repeat left 0 top 8px;
    background-size: 28px;
}
.contact .data a.linkedin {
    background: url("../images/icons/tools/linkedin.png") no-repeat left top;
    background-size: 28px;
    text-indent: -1000px;
}
.video {
    position: relative;
    padding-bottom: 27.6%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all!important;
}

/**
 * About us
*/
.main-col {
    width:75%;
}
.side-col {
    width:25%;
    text-align: center;
}

/**
 * Awards
*/
.awards {
    display: flex;
    flex-direction: row;
    width:100%;
    gap:20px;
}
.awards div {
    width: 25%;
}
.awards div img {
    width: 120px;
    height:auto;
}

/**
 * Awards
*/
.ui.card>:only-child, .ui.cards>.card>:only-child {
    border-radius: 50%!important;
    width: 100%;
}
.ui.card, .ui.cards>.card {
    box-shadow: none;
}


/**
 * Modal
 */
.ui.modal {
    top: 10%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0px;
    background: transparent;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.modal-close {
    transition: color .1s ease;
    text-align: center;
    text-decoration: none;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
}
i.icon {
    font-size: 1.6em;
}
.modal iframe {
    width: 100%;
    display: block;
    min-height: 590px;
    overflow: hidden;
    border-radius: 2px;
}
.image-modal {
    width:50%!important;
    height:auto;
}
.image-modal img {
    width:100%;
    margin:0px;
    height: auto;
    display: block;
}

/**
 * Footer
 */
footer {
    background: #F4F4F4;
    margin-top: 20px;
    margin-left: 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    overflow: initial;
    z-index: 1000;
}
footer article {
    margin-top:10px;
    margin-bottom:10px;
}
.social-icons {
    width:100%;
    position: relative;
    display: flex;
}
.social-icons a {
    display: block;
    margin-right:10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #9356A1;
    position: relative;
}
.social-icons a.icon-print {
    margin-right:0px;
}
.social-icons a svg {
    width: 26px;
    height: 26px;
    transition: all .3s ease;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.social-icons a svg * {
    fill: #fff;
    transition: all 0.2s ease;
}
.social-icons a.send2friend-trigger,
.social-icons a.send2friend-trigger img {
    width:50px;
}

.social-icons .whatsapp.icon {
    display: none;
}

.tooltip-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    box-shadow: none;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .2s;
    bottom: 35px;
    left: -10px;
}
.tooltip-content a {
    display: block;
    text-align: left;
    margin:5px 0px;
    color:#fff;
}
.tooltip-content.show {
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    pointer-events: auto;
}
.tooltip-content .whatsapp {
    display: none;
}
.load-more {
    margin:20px auto 0;
    display: block;
}

.button.apply, .load-more {
    text-align: center;
    background: #9356A1;
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 15px 35px;
    font-size: 18px;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.button.apply:hover, .load-more:hover {
    background-color:#00829a;
}
.center {
    text-align: center;
}

/**
 * Custom Google Maps
 */
.map-wrapper {
    position: relative;
}
#google-maps {
    position: relative!important;
    padding-top: 55%;
    height: 0;
    border: solid 1px #000;
}
.google-maps-overlay {
    display: none;
}

/**
 * Media Queries
 */

@media screen and (max-width: 736px) {
    .side-col, header article .button.apply {
        display: none;
    }
    header article h1 {
        width:100%;
        font-size: 28px;
        line-height: 36px;
    }
    .overlay article {
        position: relative;
        left:auto;
        bottom:auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    h1 {
        font-size:26px;
        line-height: 30px;
        margin:10px 0px 5px;
    }
    h2 {
        font-size:18px;
        line-height: 22px;
        margin:0px;
    }
    h3 {
        margin-bottom:15px;
    }
    a.logo {
        width:120px;
    }
    .button.apply {
        margin-top:10px;
        padding-top:5px;
        padding-bottom:5px;
    }
    .banner {
        overflow: initial;
    }
    .job-tandem {
        width:90px;
        height:90px;
        right:10px;
        top:auto;
        bottom:-45px;
    }
    .job-tandem p {
        font-size: 14px;
        line-height: 18px;
        font-weight: bolder;
    }
    main article, header.sticky {
        padding-left:20px;
        padding-right:20px;
    }
    article.intro {
        margin-top:60px;
    }
    .bg article {
        margin:20px auto;
    }
    header.sticky .sticky-title {
        display: none;
    }
    .benefits div.column {
        width: calc(100%/3 - 2rem)!important;
    }
    .two-cols {
        display: block;
    }
    .two-cols .col {
        width: 100%;
        margin-bottom:20px;
    }
    .bg.contact .two-cols {
        padding-left:0px;
        padding-right:0px;
        margin-top:20px;
    }
    .contact .two-cols div {
        width: 100%;
    }
    .contact .person {
        display: block;
        overflow: auto;
        position: initial;
        margin-bottom: 20px;
    }
    .contact .person .image {
        width:33%;
        float:left;
    }
    .contact .person .data {
        width:60%;
        float: right;
    }
    .video {
        padding-bottom: 56.6%;
    }
    .main-col {
        width:100%;
    }
    .awards div img {
        width:80px;
    }
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    .social-icons a.whatsapp {
        display:inline-block;
    }
    .social-icons {
        float: none;
        width: 100%;
        margin-top:0px;
        margin-left:20px;
    }
    .social-icons a:last-child {
        magin-right:0px;
    }
    .social-icons .whatsapp.icon {
        display: inline-block;
    }
    .social-icons a.send2friend-trigger {
        margin-left: 0px;
        margin-right:0px;
    }
    .modal iframe {
        height:100%;
        overflow:auto;
        min-height: 880px;
    }
    header .button.apply {
        width: auto;
        margin-top: 9px;
        padding: 10px;
    }
    .contact .apply.button {
        margin-bottom:0px;
    }
    .ui.popup.info:before {
        -webkit-transform: rotate(150grad)!important;
        -moz-transform:  rotate(150grad)!important;
        -ms-transform:  rotate(150grad)!important;
        -o-transform:  rotate(150grad)!important;
        transform:  rotate(150grad)!important;
        left:20%!important;
        top:-8px!important;
    }
}

@media screen and (max-width: 520px) {
    .benefits div.column {
        width: calc(100%/2 - 2rem)!important;
    }
}

.print-only {
    display:none!important;
}