@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext");
* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
html {
    font-size: 16px;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 {
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #5c1f79;
}
h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
p,
li {
    max-width: 100%;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #5d5d5d;
}
li {
    margin-bottom: 10px;
}
input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}
select {
    text-transform: capitalize;
}
select::-ms-expand {
    display: none;
}
.content-area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 50;
}
.content-area.-mt50 {
    margin-top: 50px;
}
.content-area.-hr {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 1px;
    background: #efefef;
}
.content-area p{
    margin: 15px 0px;
}
.content-area p a{
    color: #8f3e9f;
    text-decoration: none;
    font-weight: 500;
}
.content-area p a:hover{
    text-decoration: underline;
}
.content-area img {
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.content-area.-wide {
    max-width: 1320px;
}
.content-area.-column {
    flex-direction: column;
}
.content-area.-align-center {
    align-items: center;
}
.content-area.-text-align-center{
    text-align: center;
}
.content-area.-center {
    justify-content: center;
}
.content-area.-end {
    justify-content: flex-end;
}
.content-area.-corporate-big {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.content-area.-corporate-school-big {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}
.content-area .logo{
    text-align: center;
    margin: 30px 0px !important;
}
.content-area .logo img{
    border: 2px solid #efefef;
}
.content-area .logo h2{
    margin: 20px 0px;
}
.content-area .logo a{
    background-color: #CCC;
    color: #FFF;
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-size: 1.1rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.content-area .logo a.-purple{
    background-color: #5c1f79;
}
.content-area .logo a.-yellow{
    background-color: #f8ae06;
}
.content-area .logo a:hover{
    opacity: 0.7;
}

.videoContainer {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    margin: 10px 0px;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-area__mini {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 735px;
    height: auto;
}
.content-area__mini.-center {
    align-items: center;
}
.content-area__mini.-register {
    margin-bottom: 50px;
}
.content-area.-full-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 10px 0px;
}
.content-area.-multiple-img,
.content-area.-multiple-div{
    justify-content: space-between;
    align-items: stretch;
}
.content-area.-gallery,
.content-area.-multiple-icon{
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: stretch;
    margin-top: 40px;
}
.content-area.-multiple-img div{
    width: calc((100% - 30px) / 2);
    justify-content: space-between;
    align-items: stretch;
    margin: 10px 0px;
}
.content-area.-multiple-div div{
    width: calc((100% - 60px) / 3);
    justify-content: space-between;
    align-items: stretch;
    margin: 10px 0px;
}
.content-area.-multiple-icon div{
    width: calc((100% - 50px) / 5);
    justify-content: space-between;
    align-items: stretch;
    padding: 20px;
}
.content-area.-gallery a{
    width: calc((100% - 50px) / 4);
    justify-content: space-between;
    align-items: stretch;
    margin: 7px 0px;
}
.-blogDetail .content-area.-gallery a{
    width: calc((100% - 50px) / 3);
    justify-content: space-between;
    align-items: stretch;
    margin: 7px 0px;
}
.content-area.-button{
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
}
.content-area.-button a{
    color: #FFF;
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-size: 1.1rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.content-area.-button a.-purple{
    background-color: #5c1f79;
}
.content-area.-button a.-yellow{
    background-color: #f8ae06;
}
.content-area.-button a:hover{
    opacity: 0.7;
}
.content-area.-multiple-div div.logoColor{
    background-color: #8f3e9f;
    padding: 45px 40px 45px;
    margin: 25px 0px;
    text-align: center;
}
.content-area.-multiple-div div.logoColor h2{
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.content-area.-multiple-div div.logoColor p{
    color: #FFF;
    font-weight: 500;
}
.content__title {
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #5c1f79;
}
.content__title__regular {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #474747;
}
.content__title__regular.-purple {
    margin: 0;
    font-weight: 300;
    color: #5c1f79;
}
.content__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #5d5d5d;
}
.content__text.-wide {
    margin: 15px 0 20px;
}
.content__text.-bold {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
}
.content__text.-purple {
    color: #5c1f79;
}
.content__text.-white {
    color: #fff;
}
.content__text.-list {
    margin-bottom: 10px;
}
.content__text.-gap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    text-align: left;
}
.content-single-part {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}
.content-single-part__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
    flex-direction: column;
}
.content-inline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}
.content-inline-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 15px 30px;
    border-bottom: 1px solid #e2e2e2;
}
.content-two-parts {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}
.content-two-parts__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
}
.content-two-parts__box {
    max-width: 50%;
}
.content-two-parts__box:first-child {
    padding-right: 117px;
    border-right: 1px solid #dcdcdc;
}
.content-two-parts__box:last-child {
    padding-left: 110px;
}
.content-two-parts__box p{
    text-align: justify;
}
.content-two-parts__image {
    width: 100%;
    margin-bottom: 50px;
}
.content-two-parts__sign {
    width: 124px;
}
.content-two-parts__slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
}
.content-two-parts__slider .swiper-button-next,
.content-two-parts__slider .swiper-button-prev {
    background-image: none;
}
.content-two-parts__slider__next {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 55px;
    height: 30px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ede3f1;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transform: translate(10px, 140px);
    transform: translate(10px, 140px);
}
.content-two-parts__slider__next:after,
.content-two-parts__slider__next:before {
    content: "";
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: flex;
    position: absolute;
    height: 13px;
    width: 1px;
    left: 27px;
    background-color: purple;
}
.content-two-parts__slider__next:before {
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-two-parts__slider__next:after {
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-two-parts__slider__prev {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 55px;
    height: 30px;
    left: -10px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ede3f1;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transform: translate(10px, 140px);
    transform: translate(10px, 140px);
}
.content-two-parts__slider__prev:after,
.content-two-parts__slider__prev:before {
    content: "";
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: flex;
    position: absolute;
    height: 13px;
    width: 1px;
    left: 27px;
    background-color: purple;
}
.content-two-parts__slider__prev:before {
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-two-parts__slider__prev:after {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-two-parts__slider.swiper-container {
    flex-direction: column;
}
.content-two-parts__slider.swiper-container,
.content-two-parts__slider-wrapper.swiper-wrapper {
    display: flex;
    width: 370px;
    max-width: 100%;
    height: 300px;
}
.content-two-parts__slide.swiper-slide {
    max-width: 370px;
    height: auto;
}
.content-two-parts__cross {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    height: auto;
}
.content-two-parts__cross:nth-child(odd) {
    flex-direction: row-reverse;
}
.content-two-parts__cross-box {
    display: flex;
    flex-direction: column;
    width: 46%;
    height: auto;
    padding: 25px 0 35px;
}
.content-two-parts__cross-box > img {
    max-width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-tabs__text {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.content-press__date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.content-listbox {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-top: 35px;
}
.content-listbox__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.content-listbox__boxself {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    width: 49%;
    height: auto;
    border: 1px solid #d7d7d7;
}
.content-listbox__boxself.-full {
    width: 100%;
}
.content-listbox__boxself__image {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 243px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.content-listbox__boxself.-full .content-listbox__boxself__image{
    height: 500px;
}
.content-listbox__boxself__image img {
    width: 100%;
    height: auto;
}
.content-listbox__boxself__information {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 48px 40px;
}
.content-listbox__boxself__information-element {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: baseline;
    padding-bottom: 11px;
}
.content-listbox__boxself__information-element img {
    flex-shrink: 0;
    margin-right: 10px;
}
.content-listbox__boxself__information-element.-seperator {
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
}
.content-listbox__two-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border: 1px solid #d7d7d7;
}
.content-listbox__two-box.-hide {
    display: none;
}
.content-listbox__two-box__image {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-shrink: 0;
    width: 100%;
    max-width: 355px;
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-listbox__two-box__image img {
    display: flex;
}
.content-listbox__two-box__information {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 40px;
}
.content-listbox__two-box__information-element {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding-bottom: 11px;
    align-items: baseline;
}
.content-listbox__two-box__information-element img {
    flex-shrink: 0;
    margin-right: 10px;
}
.content-listbox__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
    padding-bottom: 16px;
}
.content-listbox__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5d5d5d;
}
.content-listbox__lower-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 6px 0 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
    border: 1px solid #e2cfeb;
}
.content-listbox__hidden {
    display: none;
}
.content-error {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-top: 1px solid #dedede;
}
.content-error.-active {
    display: flex;
}
.content-error.-hide {
    display: none;
}
.content-error__text {
    font-weight: 400;
}
.content-blog {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
}
.content-blog__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    width: 100%;
    height: auto;
}
.content-blog__main,
.content-blog__labels {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
}
.content-blog__main {
    width: 80%;
}
.content-blog__detail__head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 40px 0 40px;
}
.content-blog__detail__social-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
.content-blog__detail__social-link {
    margin-left: 20px;
}
.content-blog__detail__social-share {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #868686;
}
.content-blog__detail__image {
    width: 100%;
    height: 490px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-blog__select {
    display: none;
    position: relative;
    padding: 20px 0 20px 15px;
    margin-bottom: 30px;
    border: 1px solid #dedede;
    color: #5c1f79;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../svg/arrow-down-purple.svg);
    background-position: right .7em top 50%, 0 0;
    background-size: 2em auto, 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    cursor: pointer;
}
.content-blog__featured {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 60px;
    border-bottom: 1px solid #e1e1e1;
}
.content-blog__featured-text,
.content-blog__featured-image {
    display: flex;
}
.content-blog__featured-text {
    justify-content: center;
    flex-direction: column;
    width: 40%;
    height: auto;
}
.content-blog__featured-image {
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 340px;
    overflow: hidden;
}
.content-blog__featured-image img {
    width: auto;
}
.content-blog__box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.content-blog__box-element {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: calc((100% - (20px * 3)) / 3);
    height: auto;
    margin: 0 0 30px;
}
.content-blog__box-element__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
    overflow: hidden;
}
.content-blog__box-element__image img {
    width: 100%;
    height: auto;
}
.content-blog__labels {
    align-items: flex-end;
    width: 20%;
}
.content__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    margin-top: 30px;
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #5c1f79;
    border: 1px solid #e2cfeb;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.-blog .content__button{
    margin-top: 25px;
}
.content__button:hover {
    background-color: #5c1f79;
    color: #fff;
}
.content__button.-wide {
    width: 100%;
}
.content__button.-expand {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    width: 150px;
    color: #5c1f79;
    background-color: #fcfafd;
    border: 1px solid #5c1f79;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 20;
}
.content__button.-expand:hover {
    background-color: #5c1f79;
    color: #fff;
}
.content-announcements {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
}
.content-announcements__box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    height: auto;
}
.content-announcements__box.-hide {
    display: none;
}
.content-announcements__box__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.content-announcements__box__wrapper.-blog,
.content-announcements__box__wrapper.-blogDetail {
    width: 67%
}
.content-announcements__box__wrapper.-sidebar {
    width: 33%;
    padding-left: 40px;
}
.content-announcements__box__container.swiper-container {
    width: 100%;
    max-width: 500px;
}
.content-announcements__box__image,
.content-announcements__box__detail {
    position: relative;
    display: flex;
}
.content-announcements__box__image.swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.content-announcements__box__image-cover {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 45%;
    height: auto;
    max-height: 285px;
    overflow: hidden;
}
.-blog .content-announcements__box__image-cover {
    max-width: 40%;
}
.content-announcements__box__detail {
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    width: 60%;
    height: auto;
    padding: 20px 60px;
}
.-blog .content-announcements__box__detail {
    width:65%;
    padding: 25px 30px;
}
.content-announcements__box__arrow {
    position: absolute;
    top: 45%;
}
.content-announcements__date {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
    margin: 0 0 10px 0px;
}

.-hit a .content-announcements__date {
    font-size: 11px;
    font-size: 0.675rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    margin: 0 0 5px 0px;
    text-decoration: none;
}
.content-announcements__label {
    font-size: 11px;
    font-size: 0.675rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #b3b3b3;
    margin: 0 0 10px 0px;
}
.-blog .content-announcements__label {
    width: 100%;
    padding: 5px 0px 0px;
    margin:  10px 0px 0px;
    border-top: 1px dotted #dfdfdf;
}
.-blog .content-announcements__date,
.-blogDetail .content-announcements__date {
    width: 100%;
    font-size: 13px;
    font-size: 0.800rem;
    line-height: 22px;
    line-height: 1.3rem;
    padding-bottom: 10px;
    margin:  0 0 10px 0px;
    border-bottom: 1px dotted #dfdfdf;
}
.-blogDetail .content-announcements__date {
    margin:  0 0 25px 0px;
}
.content-announcements__label a{
    color: #b3b3b3;
    text-decoration: none;
}
.content-announcements__label a:hover{
    text-decoration: underline;
}
.content-announcements__text {
    width: 100%;
    /*max-width: 200px;*/
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #666666;
    text-overflow: ellipsis;
    text-decoration: none;
}
.-hit a .content-announcements__text {
    font-size: 13px;
    font-size: 0.800rem;
    line-height: 22px;
    line-height: 1.3rem;
    font-weight: 400;
}
.content-announcements__text a{
    color: #5c1f79;
    text-decoration: none;
}
.content-announcements__text a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.content-announcements__text.-purple {
    margin: 0;
    color: #5c1f79;
    text-align: left;
}
.content-announcements__text.-landing {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27.2px;
    line-height: 1.7rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    background: transparent;
    border: 1px solid #8f3e9f;
    border-radius: 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content-inner-tabs {
    display: flex;
    padding: 0 35px 15px;
    text-decoration: none;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.content-inner-tabs__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
    flex-direction: row;
    height: auto;
    border-bottom: 1px solid #e1cfe9;
    margin-bottom: 35px;
}
.content-inner-tabs:hover {
    color: #8d8d8d;
}
.content-inner-tabs.-active {
    color: #5c1f79;
    border-bottom: 2px solid #f80699;
}
.content-arrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.content-arrow.-news {
    justify-content: space-between;
}
.content-arrow.-news__left,
.content-arrow.-news__right {
    margin-top: 0px;
}
.content-arrow__left {
    margin-right: 30px;
    background: url(../svg/arrow-rotate-left.svg);
    background-size: 24px;
}
.content-arrow__right {
    background: url(../svg/arrow-norotate.svg);
}
.content-arrow__left,
.content-arrow__right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ede3f1;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.content-newsletter {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
}
.content-newsletter__box {
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: calc((100% - (20px * 4)) / 4);
    margin-bottom: 25px;
    height: 420px;
    margin-right: 20px;
}
.content-newsletter__box__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
}
.content-newsletter__box__image,
.content-newsletter__box__detail {
    display: flex;
    width: 100%;
    height: 50%;
}
.content-newsletter__box__image {
    justify-content: center;
    align-items: flex-end;
    background-color: #f5f5f5;
    overflow: hidden;
}
.content-newsletter__box__image > img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60%;
    box-shadow: 0px 1px 50px 6px #d7d7d7;
}
.content-newsletter__box__detail {
    justify-content: center;
    align-items: center;
}
.content-newsletter__box__detail__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    height: 100%;
    padding: 20px 0;
}
.content-newsletter__serie {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #f7b505;
}
.content-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.content-search__form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
    min-height: 60px;
}
.-sidebar .content-search__form {
    flex-direction: column;
}

.content-search__input {
    display: flex;
    width: 80%;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    background: url(../svg/search-icon.svg);
    background-position: left 1em top 50%, 0 0;
    background-size: 1em auto, 100%;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    font-weight: 300;
    color: #5c1f79;
    padding: 0 30px 0 60px;
    border: 1px solid #e2e2e2;
    transition: all 0.2s ease-in-out;
}
.-sidebar .content-search__input {
    width: 100%;
    min-height: 60px;
    font-size: 18px;
    font-size: 1.2rem;
}
.content-search__input.-invalid {
    border: 1px solid red;
}
.content-search__input:hover {
    border: 1px solid #caa0ba;
}
.content-search__input:focus {
    border: 1px solid #5c1f79;
}
.content-search__button {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 20%;
    height: auto;
    margin-left: 20px;
    border: none;
    background-color: #f7b505;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.content-search__button:hover {
    background-color: #d09205;
}

.-sidebar .content-search__button {
    width: 100%;
    min-height: 50px;
    margin: 5px 0 0 0;
}
.content-search__counter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 0 15px;
    border-bottom: 1px solid #e2e2e2;
}
.content-search__counter-text,
.content-search__counter-integer {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #979797;
}
.content-search__results,
.content-search__result {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
}
.content-search__results {
    padding: 40px 0 40px;
}
.content-search__result {
    flex-direction: column;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e2e2e2;
}
.content-search__result:last-child {
    border: none;
}
.content-search__result__page {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #979797;
}
.content-search__result__link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    text-decoration: none;
    color: #5c1f79;
}
.content-customlist {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
    height: 60px;
}
.content-customlist.-register {
    margin: 40px 0;
}
.content-customlist.-normal {
    justify-content: flex-start;
}
.content-customlist.-normal > select {
    margin-right: 15px;
}
.content-customlist.-normal > select:last-child{
    margin-right: 0px;
}
.content-customlist__listbox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: calc((100% - (10px * 3)) / 3);
    padding: 3px 60px 0px 30px;
    border: 1px solid #dedede;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #5c1f79;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../svg/arrow-down-purple.svg);
    background-position: right .7em top 50%, 0 0;
    background-size: 1.5em auto, 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.content-customlist__listbox:hover,
.content-customlist__listbox:focus {
    border: 1px solid #c5c5c5;
}
.content-customlist__listbox.-wide {
    width: 100%;
    margin-right: 15px;
}
.content-customlist__listbox[disabled] {
    color: #dedede;
    cursor: default;
}
.content-customlist__listbox[disabled]:hover {
    border: 1px solid #dedede;
}
.content-journal,
.content-usefulInfo {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    flex-direction: column;
    height: auto;
    margin: 40px 0;
}
.content-journal.-noTopMargin,
.content-usefulInfo.-noTopMargin{
    margin: 0 0 40px 0;
}
.content-journal > a {
    text-decoration: none;
}
.content-journal__box,
.content-usefulInfo__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
    background-image: url(../svg/arrow-norotate.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-right: 120px;
    cursor: pointer;
}
.content-usefulInfo__box {
    flex-direction: column;
    background-image: none;
    padding: 10px 80px 10px 10px;
    cursor:default;
}
.content-journal__box.-hide {
    display: none;
}
.content-journal__box__first,
.content-journal__box__last {
    position: relative;
    display: flex;
}
.content-journal__box__first {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0 20px 35px;
}
.content-journal__box__last {
    justify-content: center;
    align-items: center;
}
.content-journal__box__invisible {
    display: none;
}
.content-journal__text {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #666666;
}
.content-usefulInfo__box h2.text {
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #666666;
    padding: 10px;
    cursor: pointer;
}
.content-usefulInfo__box.push h2.text {    
    font-weight: 500;
    color: #5c1f79;
}
.content-usefulInfo__box span.Reply {
    padding: 0px 10px;
    display: none;
}
.content-usefulInfo__box span.Reply p{
    margin: 0 0 15px 0px;
}
.content-journal__video,
.content-journal__image {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #000;
}
.content-journal__image {
    height: auto;
}
.content-journal__video {
    height: 490px;
}
.content-usefulInfo__box::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 23px;
    width: 24px;
    height: 24px;
    background-image: url(../svg/arrow-norotate.svg);
    background-position: center center;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.content-usefulInfo__box.push::after{
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
}

.content-about {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    margin-top: 60px;
}
.content-about__brands {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
.content-about__brands__image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 210px;
    padding: 30px 0px;
    flex-shrink: 0;
}
.content-about__brands__image > img {
    display: flex;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 50px;
    border-right: 1px solid #dedede;
}
.content-about__brands__info {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px 50px;
}
.content-digital {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.content-digital__box {
    position: relative;
    display: flex;
    width: calc((100% - (20px * 3)) / 3);
    height: 470px;
    margin: 0 0 30px;
}
.content-digital__box img {
    display: flex;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    height: auto;
    margin: 30px 0 30px;
}
.content-form__tab {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    height: auto;
    margin: 30px 0 30px;
}
.content-form__checkarea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 40px 0;
}
.content-form__title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}
.content-form__title.-center {
    justify-content: center;
    align-items: center;
}
.content-form__title.-end {
    justify-content: flex-end;
}
.content-step__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}
.content-step__circle {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: auto;
}
.content-step__circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e1cfe9;
    z-index: 1;
}
.content-step__circle:after {
    content: attr(data-attr);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 86px;
    height: 86px;
    border: 1px solid #e1cfe9;
    border-radius: 50px;
    background-color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #666666;
    z-index: 2;
}
.content-step__circle.-active:before {
    height: 3px;
    background-color: purple;
}
.content-step__circle.-active:after {
    content: attr(data-attr);
    border: 2px solid purple;
    color: purple;
}
.content-step__circle.-end:before {
    height: 3px;
    background-color: #8f3e9f;
}
.content-step__circle.-end:after {
    content: url(../svg/tick.svg);
    border: 2px solid #8f3e9f;
    color: #8f3e9f;
    background-color: #8f3e9f;
}
.content-step__name {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: calc((100%) / 3);
    height: auto;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 35.2px;
    line-height: 2.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.content-step__name__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.content-success__seperator {
    width: 150px;
    height: 1px;
    margin: 35px 0 35px;
    background-color: #f7b505;
}
.content-success__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.content-success__info {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
}
.-sidebar .box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 10px 20px;
}
.-sidebar .box h2{
    width: 100%;
    height: auto;
    font-size: 24px;
    font-size: 1.5rem;
    line-height:30px;
    line-height: 1.9rem;
    font-weight: 600;
    color: #5c1f79;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.-sidebar .box ul{
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    list-style: none;
    padding: 0px;
}
.-sidebar .box ul li{
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0px;
    margin: 0px;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
}
.-sidebar .box.-hit ul li{
    padding: 10px 0px;
    border-bottom: 1px dotted #dfdfdf;
}
.-sidebar .box.-hit ul li:last-child{
    border-bottom: 0px;
}
.-sidebar .box ul li a{
    float: left;
    width: 100%;
    height: auto;
    text-decoration: none;
}
.-sidebar .box ul li a:hover{
    opacity: .7;
}
.-sidebar .box ul li a img{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: auto;
}
.-sidebar .box ul li a span{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: auto;
    background:#f7eefa;
    font-size: 24px;
    font-size: 1.5rem;
    line-height:30px;
    line-height: 1.9rem;
    font-weight: 600;
    color: #9e499a;
    text-align: center;
    padding: 11px 10px;
    justify-content: center;
    align-items: center;
}
.-sidebar .box.-label{
    display: flex;
    flex-flow: row wrap;
}
.-sidebar .box.-label a{
    flex-shrink: 0;
    width: auto;
    font-size: 11px;
    font-size: 0.675rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #666666;
    background: #dfdfdf;
    margin: 0 5px 5px 0px;
    padding: 3px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.-sidebar .box.-label a:hover{
    color: #FFF;
    background: #5c1f79;
    text-decoration: none;
}
.page-title {
    margin: 0;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 80px;
    line-height: 5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #fff;
}
.corporate-heading {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 134px;
    margin: 0 0 60px;
    padding: 0;
    background-color: #5c1f79;
}
.corporate-heading.-azure {
    background-color: #06b4f8;
}
.corporate-heading__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
}
.corporate-heading__big {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: 340px;
    margin: 0 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.corporate-heading__title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 90px;
    padding: 0 37px;
    background-color: #5c1f79;
}
.educational-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.educational-content.-success-border {
    /*border: 1px solid #f3e8f8;*/
}
.educational-content__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 40px;
}
.educational-content__container.-stretch {
    align-items: stretch;
}
.educational-pagination.swiper-pagination{
    
}
.educational-pagination .swiper-pagination-bullet,
.educational-pagination .swiper-pagination-bullet {
    border: 1px solid #f8ae06;
    background-color: #f8ae06;
    width: 10px;
    height: 10px;
    margin: 0 2px 0 2px;
}
.educational-pagination .swiper-pagination-bullet {
    border: 1px solid #8f3e9f;
    background-color: #8f3e9f;
    margin: 0 2px !important;
}
.educational-pagination .swiper-pagination-bullet-active {
    background: #f8ae06;
}
.educational-pagination .swiper-pagination-bullet-active {
    background: #8f3e9f;
}
.educational-content__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 45px 0 rgba(228, 171, 255, 0.12);
}
.educational-content__wrapper.success {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.educational-content__slide.swiper-slide {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: auto;
}
.success .educational-content__slide {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: calc((100% - 20px) / 2);
    height: auto;
    cursor: pointer;
    border: 1px solid #f3e8f8;
    margin-bottom: 20px;
}
.educational-select {
    display: none;
    position: relative;
    margin-top: 20px;
    padding: 20px 0 20px 15px;
    border: 1px solid #dedede;
    color: #f80699;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../svg/arrow-down-purple.svg);
    background-position: right .7em top 50%, 0 0;
    background-size: 2em auto, 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    cursor: pointer;
}
.educational-education__panel,
.educational-education__content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
}
.educational-education__panel {
    min-width: 405px;
    flex-grow: 0;
    padding: 20px 0;
    border: 1px solid #f3e8f8;
}
.educational-education__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
    padding: 40px 25px;
    border: 1px solid #f3e8f8;
    box-shadow: inset 10px 0 50px rgba(228, 171, 255, 0.12);
}
.educational-education__content.landing-educational {
    display: none;
    -webkit-animation: display-transition 0.4s both;
    animation: display-transition 0.4s both;
    opacity: 0;
}
.educational-education__content.landing-educational.-active {
    display: flex;
    opacity: 1;
}
.educational-education__content__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.educational-education__tabs {
    padding-left: 35px;
}
.educational-education__tabs > a,
.educational-education__tabs > div {
    display: flex;
    padding: 12px 0;
    width: 90%;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    letter-spacing: normal;
    border-bottom: 1px solid #f3e8f8;
    cursor: pointer;
}
.educational-education__tabs > a {
    color: #5c1f79;
    text-decoration: none;
}
.educational-education__tabs > div {
    color: #5c1f79;
}
.educational-education__tabs.-active {
    background-color: #f80699;
}
.educational-education__tabs.-active > a,
.educational-education__tabs.-active > div {
    color: #fff;
    border: none;
}
.educational-education__tabs:last-child > a {
    border: none;
}
.educational-education__image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
}
.educational-education__image > img {
    width: 100%;
}
.educational-education__subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.educational-success__content,
.educational-success__text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}
.educational-success__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    width: 30%;
    max-width: 200px;
    height: 100%;
    max-height: 450px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}
.educational-success__image > img {
    display: flex;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.educational-success__content {
    justify-content: space-around;
    align-items: stretch;
    flex-grow: 1;
    width: 69%;
    padding: 20px 30px;
}
.educational-success__content__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}
.educational-success__date {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    letter-spacing: normal;
    color: #5c1f79;
}
.educational-success__text-wrapper {
    height: 105px;
    margin-bottom: 10px;
    overflow: hidden;
}
.educational-success__banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.educational-success__button {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: auto;
    margin-top: 20px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 600;
    color: #f80699;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
}
.educational-success__button.-orange {
    color: #f8ae06;
}
.educational-success__button.-orange:after {
    background: url(../svg/arrow-norotate-bold-rod.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.educational-success__button.-orange-purple {
    color: #f8ae06;
}
.educational-success__button.-orange-purple:after {
    background: url(../svg/arrow-norotate.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.educational-success__button.-purple {
    color: #8f3e9f;
}
.educational-success__button.-purple:after {
    background: url(../svg/arrow-norotate.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.educational-success__button.-big {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.3rem;
}
.educational-success__button.-big:after {
    width: 17px;
    height: 17px;
    background: url(../svg/arrow-norotate.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.educational-success__button:after {
    content: '';
    margin-left: 6px;
    width: 15px;
    height: 15px;
    background: url(../svg/arrow-norotate.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ede3f1;
    border-radius: 10px;
}
.educational-success__button:hover {
    opacity: 0.7;
}
.educational-regular__text {
    padding-right: 0px;
    max-width: 500px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: normal;
    color: #5c1f79;
    overflow: hidden;
    max-height:3rem;
}
.educational__bracket {
    width: 40px;
    height: 1px;
    background-color: #f80699;
    margin: 8px 0 13px;
}
.educational-subtitle,
.news-subtitle,
.announcements-subtitle{
    margin: 0;
    padding: 60px 0 40px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 60.8px;
    line-height: 3.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #5c1f79;
}
#newsArea .news-subtitle{
    padding: 0px 0 40px;
}
#announcementsArea .announcements-subtitle{
    padding: 0px 0 30px;
}
.educational-pagination {
    position: absolute;
    bottom: 25px;
}
.educational-pagination .swiper-pagination-bullet {
    margin-right: 8px;
}
.interactive-area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    background-image: url("../image/mask.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}
.interactive-area.-educational {
    background-image: none;
}

/*Texts*/

.information-content__heading {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 80px;
    line-height: 5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
    margin: 10px 0 0;
}
.-blogDetail .information-content__heading {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    margin: 10px 0 10px;
}
.information-content__date,
.information-content__author {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #5c1f79;
}
.franchise__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    letter-spacing: 0.5px;
    color: #5c1f79;
}
.franchise__text.-gray {
    color: gray;
}
.academic-period-date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.time-period-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #666666;
}
.time-period-content.-listed {
    display: list-item;
    list-style-position: inside;
}
.featured-blog__title {
    margin: 0;
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
}
.featured-blog__title-regular {
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #666567;
}
.featured-blog__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 1.5;
    color: #5d5d5d;
}
.featured-blog__date {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #5c1f79;
}
.label-tag {
    text-decoration: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #5d5d5d;
    transition: all 0.2s ease-in-out;
}
.label-tag:hover {
    color: #f8ae06;
}
.label-tag.-blog {
    width: 60%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/*Custom selectbox, input, radio*/

.custom-input {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: calc((95%) /2);
    height: auto;
    margin-bottom: 35px;
}
.custom-input .form__requirement {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 4px;
    background-color: #ee1212;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    transition: opacity 0.2s ease-out;
}
.custom-input__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 71px;
    padding: 12px;
    border: 1px dashed #e2e2e2;
    background-color: #f9f9f9;
}
.custom-input__wrapper > input[type="file"] {
    display: none;
}
.custom-input__wrapper > label {
    padding: 13px 22px;
    cursor: pointer;
    background-color: #a69fa9;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.custom-input__text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.custom-input__text__name,
.custom-input__text__size {
    width: 100%;
    max-width: 220px;
    color: #5c1f79;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-input__text__name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
.custom-input__text__size {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    text-transform: uppercase;
}
.custom-input__label {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #666666;
}
.custom-input__input,
.custom-input__textarea {
    width: 100%;
    display: flex;
    padding: 22px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    transition-duration: 0.4s;
}
.custom-input__input.-valid,
.custom-input__textarea.-valid {
    border: 1px solid green;
}
.custom-input__input.-invalid,
.custom-input__textarea.-invalid {
    border: 1px solid red;
}
.custom-input__input.-invalid + .form__requirement,
.custom-input__textarea.-invalid + .form__requirement {
    opacity: 1;
}
.custom-input__textarea {
    height: 160px;
    resize: none;
}
.custom-input.-wide {
    width: 100%;
}
.custom__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #f7b505;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;
}
.custom__button[disabled] {
    background-color: lightgray;
    cursor: default;
}
.custom__button.-half {
    width: calc((95%) /2);
}
.custom__button.-passive {
    background-color: lightgray;
}
.custom__button.-register {
    width: 100%;
    max-width: 220px;
    height: 65px;
}
.custom__button__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
}
.custom__button__wrapper.-center {
    justify-content: center;
}
.custom__button__wrapper.-end {
    justify-content: flex-end;
}
.custom__button__wrapper.-space {
    justify-content: space-between;
}
.custom-selectbox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 20px 60px 21px 30px;
    border: 1px solid #dedede;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #5c1f79;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../svg/arrow-down-purple.svg);
    background-position: right .7em top 50%, 0 0;
    background-size: 2em auto, 100%;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    cursor: pointer;
}
.custom-checkbox {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
}
.custom-checkbox__wrapper.-list {
    align-items: center;
    flex-direction: row;
}
.custom-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox__input:checked ~ .checkmark {
    background-color: #5c1f79;
}
.custom-checkbox__input:checked ~ .checkmark.-radio {
    background-color: #fff;
}
.custom-checkbox__input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox .checkmark.-radio {
    border-radius: 50%;
}
.custom-checkbox .checkmark.-radio:after {
    border: solid #f80699;
}
.custom-checkbox .checkmark.-valid {
    border: 1px solid green;
}
.custom-checkbox .checkmark.-invalid {
    border: 1px solid red;
}
.custom-checkbox .checkmark.-invalid + .form__requirement {
    opacity: 1;
}
.custom-checkbox__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #585858;
    padding-left: 10px;
}
.custom-checkbox__text.-radio-text {
    width: 100%;
    padding-left: 0;
    padding-right: 15px;
}
.custom-checkbox__text.-register {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    padding-left: 20px;
}
.custom-checkbox__text.-active {
    color: #5c1f79;
    font-weight: 600;
}
.custom-checkbox__text > a {
    color: #5c1f79;
    text-decoration: underline;
}
.custom-checkbox.-radio {
    margin: 10px 10px;
}
.custom-checkbox.-register {
    padding: 24px 0;
    border-bottom: 1px solid #e2e2e2 !important;
}
.custom-checkbox .-hidden,
.custom-checkbox.-hide {
    display: none;
}
.checkmark {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #5c1f79;
}
.checkmark:after {
    content: "";
    position: relative;
    display: none;
}
.checkmark.-radio:after {
    top: 7px;
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #f80699;
}
.header__content {
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    width: 100%;
    max-width: 1100px;
}
.header__content__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 930px;
    padding: 45px 0 25px;
}
.header-mini {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 40px;
    background-color: #8f3e9f;
}
.header-mini__corporate {
    display: flex;
    align-items: stretch;
}
.header-mini__interactive {
    display: flex;
    align-items: stretch;
    margin-left: auto;
    order: 2;
}
.header-mini__interactive__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #c495cf;
    letter-spacing: normal;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.header-mini__interactive .header-mini__interactive__link{
    display: flex;
    align-items: center;
    color: #fff;
}
.header-mini__interactive__link img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.header-mini__interactive__link.-hide {
    display: none;
}
.header-mini__interactive__link:hover {
    background-color: #b044c6;
    color: #fff;
}
.header-mini__interactive__link__phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #f7b505;
}
.header-mini__interactive__link__phone img {
    width: 21px;
    height: 21px;
    margin-right: 7px;
}
.header-mini__interactive__link.-active {
    background-color: #b044c6;
    color: #fff;
}
.header-mini__interactive .header-mini__interactive__link:hover {
    opacity: 0.7;
}
.header-mini__interactive__link.-cyan {
    background-color: #06b4f8;
}
.header-mini__interactive__link.-cyan:hover {
    opacity: 1;
    background-color: #0299d4;
}
.header-mini__interactive__link.-magenta {
    background-color: #f80699;
}
.header-mini__interactive__link.-magenta:hover {
    opacity: 1;
    background-color: #da0185;
}
.header-mini__interactive__link.-orange {
    background-color: #f8ae06;
}
.header-mini__interactive__link.-orange:hover {
    opacity: 1;
    background-color: #e09d03;
}
.header-main {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-bottom: 2px solid #efefef;
    z-index: 222;
}
.header-main.-home {
    position: absolute;
    z-index: 2;
    border-bottom: 1px solid #f6f0fa;
}
.header-main-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 140px;
}
.header-main__logo {
    width: 92px;
}
.header-main__navigation {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-grow: 1;
}
.header-main__navigation__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 4px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 600;
    color: #5c1f79;
    letter-spacing: normal;
    transition: opacity .2s linear, visibility 0s linear;
}
.header-main__navigation__link.-white {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #fff;
}
.header-main__navigation__link.-white:hover {
    color: #f8ae06;
}
.header-main__navigation__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    margin: 0 28px 0 28px;
    height: 90px;
}
.header-main__navigation__item:hover {
    border-bottom: 4px solid #f8ae06;
}
.header-main__navigation__item:hover .navigation__sub {
    visibility: visible;
    opacity: 1;
}
.header-main__navigation__item.-active {
    border-bottom: 4px solid #f8ae06;
}
.header-main__search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 0;
    order: 3;
    min-width: 80px;
}
.header-main-open {
    position: absolute;
    top: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    background-color: #5c1f79;
    width: 100%;
    max-height: 360px;
    padding: 45px 0 45px;
    border: none;
    box-shadow: 0 20px 24px 0 rgba(45, 17, 59, 0.28);
    z-index: 9999;
}
.header-main-open__nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
}
.header-main-open__nav-link {
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.header-main-open__nav-link:hover {
    color: #f7b505;
}
.header-main-open__form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 20px 0 20px;
}
.header-main-open__form-select,
.header-main-open__form-input {
    position: relative;
    width: calc((100% - 50px) / 3);
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #5c1f79;
    border: none;
}
.header-main-open__form-select {
    padding: 0px 10px;
    background-image: url(../svg/arrow-down-orange.svg);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
    background-color: #f9f9f9;
    color: #5c1f79;
    border: 1px solid #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.header-main-open__form-input {
    padding: 0px 30px 0 45px;
    background-image: url(../svg/search-icon-orange.svg);
    background-repeat: no-repeat;
    background-position: left .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
.header-main-open__form-button {
    position: relative;
    width: 100%;
    padding: 15px 0 15px;
    margin-top: 40px;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #fff;
    border: none;
    background-color: #f8ae06;
    cursor: pointer;
}
.header-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 59px;
    margin: 0;
    padding: 0;
    background-color: #8f3e9f;
    overflow: hidden;
    z-index: 9999;
}
.header-mobile__logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #8E3E9F;
}
.header-mobile__logo__url {
    width: 100px;
}
.header-mobile__logo__self {
    position: relative;
    display: flex;
    width: 69px;
    height: 36px;
    margin: 0;
    padding: 0;
}
.header-mobile__accessible__buttons {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    overflow: hidden;
}
.header-mobile__accessible__buttons__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.header-mobile__accessible__buttons__nav__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 60px;
    background-color: #8f3e9f;
    border-left: 1px solid #9a51a8;
    cursor: pointer;
}
.header-mobile__accessible__buttons__nav__link:last-child {
    border-right: 1px solid #9a51a8;
}
.header-mobile__accessible__buttons__nav__link.hamburger {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 22px 0 21px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
}
.header-mobile__accessible__buttons__nav__link.hamburger .icon {
    position: absolute;
    width: 29px;
    height: 3px;
    background-color: white;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .2s ease-in-out;
    border-radius: 4px;
}
.header-mobile__accessible__buttons__nav__link.hamburger .icon:nth-child(1) {
    top: 20px;
}
.header-mobile__accessible__buttons__nav__link.hamburger .icon:nth-child(2) {
    top: 29px;
}
.header-mobile__accessible__buttons__nav__link.hamburger .icon:nth-child(3) {
    top: 38px;
}
.header-mobile__accessible__buttons__nav__link.-active .icon:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header-mobile__accessible__buttons__nav__link.-active .icon:nth-child(2) {
    opacity: 0;
}
.header-mobile__accessible__buttons__nav__link.-active .icon:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.header-mobile__accessible__buttons__nav__link:hover {
    background-color: #b044c6;
}
.header-mobile__accessible__buttons__nav__link.-orange {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 600;
    color: #fff;
    background-color: #f8ae06;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.navigation__sub {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #5c1f79;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility 0s linear;
    box-shadow: 0 20px 24px 0 rgba(45, 17, 59, 0.28);
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 0;
    height: 100vh;
    padding-top: 60px;
    background-color: #5c1f79;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    overflow: hidden;
    z-index: 99;
}
.mobile-menu.-active {
    width: 100%;
    overflow-y: scroll;
    z-index: 99;
}
.mobile-menu__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 15px 20px 0;
    margin-bottom: 60px;
}
.mobile-menu__navigation__link {
    width: 100%;
    height: 25px;
    margin: 6px 0 0;
    padding: 8px 0 28px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #74438b;
    white-space: nowrap;
}
.mobile-menu__navigation__link.-sub {
    font-weight: 300;
    text-transform: capitalize;
}
.mobile-menu__interactive {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-shrink: 0;
    white-space: nowrap;
    width: 100%;
    height: 50px;
    background-color: red;
    overflow: hidden;
}
.mobile-menu__interactive__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
}
.mobile-menu__interactive__link.-cyan {
    background-color: #06b4f8;
}
.mobile-menu__interactive__link.-magenta {
    background-color: #f80699;
}
.mobile-menu__interactive__link.-orange {
    background-color: #f8ae06;
}
.mobile-menu__interactive__link.-hide {
    display: none;
}
.mobile-search {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 0;
    background-color: #5c1f79;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 99;
}
.mobile-search.-active {
    height: 100vh;
    z-index: 99;
    padding-top: 60px;
}
.mobile-search__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 15px 20px 0;
    overflow: hidden;
}
.mobile-search__form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.mobile-search__form > input {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
    background: url(../svg/search-icon-orange.svg);
    background-color: #fff;
    background-position: left 1.3em top 50%, 0 0;
    background-size: 1.3em auto, 100%;
    background-repeat: no-repeat;
    margin: 60px 0 15px;
    padding: 0 30px 0 70px;
    border: 1px solid #e2e2e2;
    transition: all 0.2s ease-in-out;
}
.mobile-search__form > input:focus {
    outline: none;
}
.mobile-search__form > input::-webkit-input-placeholder {
    color: #5c1f79;
}
.mobile-search__form > input::-moz-placeholder {
    color: #5c1f79;
}
.mobile-search__form > input::-ms-input-placeholder {
    color: #5c1f79;
}
.mobile-search__form > input::placeholder {
    color: #5c1f79;
}
.mobile-search__form > button {
    border: none;
    background-color: #f8ae06;
    width: 100%;
    height: 60px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #fff;
}
.breadcrumb {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 63px;
    border-bottom: 1px solid #efefef;
}
.breadcrumb__links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.breadcrumb__links__self {
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #868686;
}
.breadcrumb__links__self:after {
    content: "-";
    padding: 10px;
}
.breadcrumb__links__self:last-child:after {
    content: none;
}
.breadcrumb__links__self.-active {
    color: #5c1f79;
    font-weight: 500;
}
.footer,
.footer-middle {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 70px 0 0;
    width: 100%;
    height: 180px;
    background-color: #fcfafd;
    overflow: hidden;
}
.footer-middle {
    margin: 0px;
    background-color: #faf5fd;
}
.footer__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
}
.footer__box {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% / 3);
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
.footer__box.-footContact {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
    flex-direction: column;
}
.footer__box.-footLogo {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    max-width: 170px;
    flex-direction: column;
}
.footer__box.-center {
    justify-content: center;
}
.footer__box.-messageBox {
    justify-content:center;
    text-align: center;
    padding: 10px 5%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
}
.footer__box.-quickLinkBox {
    padding: 10px 6%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
}
.footer__box__phone__link {
    margin-left: 15px;
    text-decoration: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    letter-spacing: normal;
    color: #8f3e9f;
    transition-duration: 0.4s;
}
.footer__box__phone__link:hover {
    color: #6e307a;
}
.footer__box__social__link {
    text-decoration: none;
    margin: 0px 4px;
}
.footer__newsletter {
    -ms-flex-preferred-size: 170px;
    flex-basis: 270px;
    max-width: 270px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footer__logoLink {
    -ms-flex-preferred-size: 170px;
    flex-basis: 254px;
    max-width: 254px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.footer__logoLink a{
    display: flex;
    flex-grow: 1;
    padding-left: 25px;
}
.footer__logoLink a:first-child{
    padding-left: 0px;
}
.footer-social__box__wrapper{
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
}
.footer-phone__box__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    margin-top:10px;
}
.footer-phone__box__wrapper img {
    width: 28px;
    height: 28px;
    margin: 5px 0px;
}
.footer-info__box__wrapper{
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
}
.footer-info__box__wrapper ul{
    width:100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-info__box__wrapper ul li{
    display: inline-block;
    width: 49%;
    margin-bottom: 0px;
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 18px;
    line-height: 1.13rem;
    margin-bottom: 3px;
}
.footer-info__box__wrapper ul li a{
    color: #5c1f79;
    text-decoration: none;
}
.footer-info__box__wrapper ul li a:hover{
    text-decoration: underline;
}
.footer-form {
    /*display: flex;
    flex-direction: row;*/
    width: 100%;
}
.footer-form .custom-checkbox__wrapper{
    margin-bottom: 0px;
    margin-top: 8px;
}
.footer-form .custom-checkbox__wrapper .checkmark {
    border: 1px solid #f3e8f8;
}
.footer-form .custom-checkbox__wrapper .custom-checkbox {
    margin-bottom: 0px;
}
.footer-form__label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
    padding-bottom: 7px;
}
.footer-link__label {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 18px;
    line-height: 1.13rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
    padding-bottom: 7px;
}
.footer-form__wrapper {
    display: flex;
    flex-grow: 1;
    border: 1px solid #f3e8f8;
}
.footer-form__input {
    position: relative;
    display: flex;
    width: 100%;
    padding: 15px 0px 15px 15px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #b67fc4;
}
.footer-form__input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #b67fc4;
}
.footer-form__input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-weight: 500;
    color: #b67fc4;
}
.footer-form__input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-weight: 500;
    color: #b67fc4;
}
.footer-form__input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #b67fc4;
}
.footer-form__input:focus {
    outline: none;
}
.footer-form__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 17px 0 17px;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
}
.footer__logo {
    float: right;
    display: flex;
    width: 170px;
    height: 88px;
}
.footer-sub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 81px;
    margin-bottom: 60px;
}
.footer-sub__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: normal;
    color: #5c1f79;
}
.footer-sub__wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}
.contact-home__callbox {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 350px;
    height: auto;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 1px 12px 0 rgba(59, 32, 72, 0.39);
    background-color: #8f3e9f;
    overflow: hidden;
    z-index: 223;
}
.contact-home__callbox.-active {
    display: flex;
}
.contact-home__callbox .close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #fff;
    cursor: pointer;
}
.contact-home__callbox__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 50px;
    padding: 0px 15px 0 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #8f3e9f;
    cursor: pointer;
}
.contact-home__callbox__main-title {
    margin-left: 10px;
}
.contact-home__callbox__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0px 15px 0 15px;
    background-color: white;
}
.contact-home__callbox__form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    padding: 10px 0 20px;
}
.contact-home__callbox__form .form__requirement {
    position: relative;
    top: -4px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2px 0px;
    background-color: #ee1212;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    transition: opacity 0.2s ease-out;
}
.contact-home__callbox__label {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #666666;
}
.contact-home__callbox__input {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    background-color: #f9f9f9;
}
.contact-home__callbox__input.-invalid {
    border: 1px solid red;
}
.contact-home__callbox__input.-invalid + .form__requirement {
    display: flex;
}
.contact-home__callbox__select {
    max-width: 320px;
    height: 38px;
    margin-bottom: 10px;
    padding: 10px;
    color: #666666;
    border: 1px solid #e2e2e2;
    background-color: #f9f9f9;
    background: url(../svg/arrow-down-purple.svg);
    background-position: right .7em top 50%, 0 0;
    background-size: 2em auto, 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-home__callbox__select.-invalid {
    border: 1px solid red;
}
.contact-home__callbox__select.-invalid + .form__requirement {
    opacity: 1;
}
.contact-home__callbox__button {
    display: flex;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #f8ae06;
    cursor: pointer;
}
.contact-home__callbox__button[disabled] {
    background-color: lightgray;
}
.contact-home__callbox__button.-hidden {
    display: none;
}
.contact-home__callbox .custom-checkbox__wrapper {
    margin-bottom: 0;
}
.contact-home__button {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    width: 180px;
    height: 45px;
    padding: 0px 15px 0 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 1px 12px 0 rgba(59, 32, 72, 0.39);
    background-color: #8f3e9f;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    z-index: 98;
}
.contact-home__button:hover {
    background-color: #b85eca;
}
.contact-home__text {
    margin-left: 10px;
}
.likeContent{
    float:left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px solid #dfdfdf;
}
.likeContent span.txt{
    float:left;
    width:auto;
    height: auto;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #4d4d4d;
}
.likeContent span.txt b{
    font-weight: 800;
}
.likeContent ul{
    float:right;
    width:auto;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.likeContent ul li{
    float:left;
    width:auto;
    height: auto;
    list-style: none;
    margin: 0 0 0 4px;
    padding: 0px;
}
.likeContent ul li span.txt{
    font-weight: 500;
    padding-right: 4px;
}
.likeContent ul li a{
    float: left;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}
.likeContent ul li a.fb{
    background-image: url(../svg/facebook.svg);
    background-size:30px 30px;
}
.likeContent ul li a.tw{
    background-image: url(../svg/twitter.svg);
    background-size:30px 30px;
}
.likeContent ul li a.wt{
    background-image: url(../svg/whatsapp.svg);
    background-size:30px 30px;
}
.likeContent ul li a.in{
    background-image: url(../svg/linkedin.svg);
    background-size:30px 30px;
}
.likeContent ul li a.ml{
    background-position: -90px 0px;
}
.likeContent ul li a:hover{
    opacity: .5;
}
@media only screen and (min-width: 1090px) {
    .educational-pagination {
        display: none;
    }
}
@media only screen and (max-width: 1247px) {
    .content-area {
        padding: 0 20px;
    }
    .content-area .-blogDetail .content-area{
        padding: 0px;
    }
    .content-two-parts__box:first-child {
        padding-right: 40px;
    }
    .content-two-parts__box:last-child {
        padding-left: 40px;
    }
    .content-two-parts__cross {
        flex-direction: column;
        align-items: center;
    }
    .content-two-parts__cross:nth-of-type(odd) {
        flex-direction: column;
    }
    .content-two-parts__cross-box {
        width: 95%;
        padding: 10px;
    }
    .header__content {
        padding: 0 20px;
    }
    .header-mini__interactive__link.-cyan img,
    .header-mini__interactive__link.-magenta img,
    .header-mini__interactive__link.-orange img {
        margin-right: 0;
    }
    .header-mini__interactive__link__text {
        display: none;
    }
}
@media only screen and (max-width: 1089px) {
    .content__text.-gap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .content-about__brands {
        justify-content: flex-start;
        flex-direction: column;
    }
    .content-about__brands__image {
        margin: 0 0 10px;
    }
    .content-about__brands__image > img {
        border-right: none;
        border-bottom: 1px solid #dedede;
    }
    .educational-content__wrapper {
        flex-direction: column;
    }
    .educational-content__wrapper.-slider {
        flex-direction: row;
    }
    .educational-content__slide.swiper-slide {
        flex-direction: column;
    }
    .educational-select {
        display: flex;
    }
    .educational-education__panel {
        border: none;
        padding: 0 25px;
        min-width: 100%;
    }
    .educational-education__content {
        border: none;
    }
    .educational-education__content {
        box-shadow: none;
    }
    .educational-education__tabs {
        display: none;
    }
    .educational-education__subtitle {
        display: none;
    }
    .educational-success__banner {
        display: none;
    }
    .educational-success__button {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .educational-regular__text {
        max-width: 100%;
        white-space: pre-wrap;
    }
    .information-content__heading {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 60.8px;
        line-height: 3.8rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .header-mini {
        display: none;
    }
    .header-main {
        display: none;
    }
    .header-main-open {
        top: 60px;
    }
    .header-mobile {
        display: flex;
    }
    .contact-home__callbox {
        display: none;
        width: 100%;
    }
    .contact-home__callbox__select {
        max-width: 100%;
    }
    .contact-home__button {
        justify-content: center;
        width: 100%;
        border-radius: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .content-listbox__boxself__information {
        padding: 25px 30px;
    }
    .content-listbox__two-box__information {
        padding: 25px 30px;
    }
    .content-listbox__lower-links {
        padding: 10px 15px;
    }
    .content-blog__main {
        width: 100%;
    }
    .content-blog__select {
        display: flex;
    }
    .content-blog__featured {
        flex-direction: column-reverse;
    }
    .content-blog__featured-text {
        width: 100%;
    }
    .content-blog__featured-image {
        width: 100%;
    }
    .content-blog__featured-image {
        margin-bottom: 30px;
    }
    .content-blog__labels {
        display: none;
    }
    .content-newsletter__box__wrapper {
        justify-content: space-between;
    }
    .content-newsletter__box {
        width: calc((100% - (20px * 2)) / 3);
        margin-right: 0;
    }
    .footer-info__box__wrapper ul li {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .content-area.-corporate-big {
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .content-inline-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .content-two-parts__wrapper {
        flex-direction: column;
    }
    .content-two-parts__box {
        max-width: 100%;
    }
    .content-two-parts__box:first-child {
        padding: 0;
        border: none;
    }
    .content-two-parts__box:last-child {
        padding: 0;
    }
    .content-listbox__wrapper {
        flex-direction: column;
    }
    .content-listbox__boxself {
        width: 100%;
    }
    .content-listbox__boxself__image {
        justify-content: center;
    }
    .content-listbox__boxself__image img {
        width: auto;
    }
    .content-listbox__boxself__information .-column {
        flex-direction: column;
        margin-top: 30px;
    }
    .content-listbox__two-box {
        flex-direction: column;
    }
    .content-listbox__two-box__image {
        justify-content: center;
        max-width: 100%;
        height: 250px;
    }
    .content-listbox__two-box__information .-column {
        flex-direction: column;
        margin-top: 30px;
    }
    .content-blog__box {
        flex-direction: column;
    }
    .content-blog__box-element {
        width: 100%;
    }
    .content-blog__box-element__image img {
        width: auto;
    }
    .content-announcements__box {
        flex-direction: column;
    }
    .content-announcements__box__image.swiper-container {
        width: 100%;
    }
    .content-announcements__box__image-cover {
        max-width: 100%;
    }
    .content-announcements__box__detail {
        width: 100%;
        padding: 30px 25px;
    }
    .content-inner-tabs__wrapper {
        justify-content: center;
    }
    .content-inner-tabs {
        padding: 0 30px 15px;
    }
    .content-arrow {
        justify-content: center;
    }
    .content-newsletter__box {
        width: 40%;
    }
    .content-search {
        height: auto;
    }
    .content-search__form {
        flex-direction: column;
    }
    .content-search__input {
        width: 100%;
        height: 60px;
        margin-bottom: 12px;
    }
    .content-search__button {
        width: 100%;
        height: 60px;
        margin: 0;
    }
    .content-customlist {
        flex-direction: column;
        height: auto;
    }
    .content-customlist__listbox {
        width: 100%;
        height: 60px;
        margin-right: 0;
        margin-bottom: 16px;
        background-position: right 1.5em top 50%, 0 0;
    }
    .content-journal__box {
        align-items: flex-start;
        flex-direction: column;
        padding-right: 90px;
        background-position: 92% 50%;
    }
    .content-journal__box__last {
        padding: 0 0 20px 35px;
    }
    .content-journal__image {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .content-digital {
        flex-direction: column;
    }
    .content-digital__box {
        width: 100%;
    }
    .content-step__circle:after {
        width: 30px;
        height: 30px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22.4px;
        line-height: 1.4rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .content-step__circle.-active:after {
        width: 50px;
        height: 50px;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .content-step__circle.-end:after {
        content: attr(data-attr);
        color: white;
    }
    .page-title {
        width: 100%;
        font-size: 37px;
        font-size: 2.3125rem;
        line-height: 59.2px;
        line-height: 3.7rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .corporate-heading__title {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    .custom-input {
        width: 100%;
    }
    .custom__button.-register {
        max-width: 100%;
    }
    .footer,
    .footer-middle {
        height: auto;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .footer__box {
        justify-content: center;
        width: 100%;
        padding: 30px 0 30px;
    }
    .footer-social__box__wrapper{
        justify-content: center;
    }
    .footer-info__box__wrapper{
        justify-content: center;
        align-items: center;
    }
    .footer-sub__text {
        padding: 10px 0 17px;
    }
    .footer-sub__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer__logo {
        width: 99px;
        height: 51px;
    }
    .footer__box.-footLogo,
    .footer__box.-footContact,
    .footer__box.footer__newsletter,
    .footer__box.-quickLinkBox,
    .footer__box.footer__logoLink{
        -ms-flex-preferred-size:auto;
        flex-basis:auto;
        max-width:100%;
        flex-direction: column;
        text-align: center;
    }
    .footer__box.footer__logoLink{
        flex-direction: row;
    }
    .footer__box.footer__logoLink a{
        display: inline-block;
        width: auto;
        flex-grow:0;
        padding: 0px;
        margin: 0px 15px;
    }
    .footer-form__label{
        width: 100%;
    }
    .content-area.-blog__wrapper{
        flex-direction: column;
    }
    .content-announcements__box__wrapper.-blog,
    .content-announcements__box__wrapper.-blogDetail {
        width: 100%;
    }
    .content-announcements__box__wrapper.-sidebar {
        width: 100%;
        padding-left: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        align-content: stretch;
    }
    .-blog .content-announcements__box__image-cover{
        max-width: 100%;
    }
    .-blog .content-announcements__box__detail{
        width: 100%;
        padding: 30px 25px;
    }
    .-sidebar .box{
        width: calc((100% - 20px) / 2);
        justify-content: space-between;
        align-items: stretch;
        margin: 10px 0px;
    }
    .-sidebar .box.-label{
        display:block;
        flex-flow: row wrap;
        align-content: center;
    }
    .-sidebar .box.-label a{
        display: inline-block;
    }
    .likeContent {
        text-align: center;
    }
    .likeContent ul {
        float: none;
        display: inline-block;
    }
    .footer-info__box__wrapper ul li {
        width: 49%;
        text-align: center;
    }
    .educational-content__wrapper.success {
        flex-direction: column;
    }
    .success .educational-content__slide{
        width: 100%;
    }
    .educational-success__image {
        min-height: 190px;
    }
}
@media only screen and (max-width: 599px) {
    .content-blog__detail__head-wrapper {
        flex-direction: column;
    }
    .content-blog__detail__social-info {
        justify-content: flex-start;
        margin-top: 25px;
    }
    .content-newsletter__box__image > img {
        width: 30%;
    }
    .content-newsletter__box {
        width: 100%;
    }
    .content-area.-multiple-img,
    .content-area.-multiple-div{
        flex-direction: column;
    }
    .content-area.-multiple-img div,
    .content-area.-multiple-div div{
        width: 100%;
        margin:10px 0px;
    }
    .content-area.-gallery a {
        width: calc((100% - 24px) / 2);
        justify-content: space-between;
        align-items: stretch;
        margin: 7px 0px;
    }
    .content-area.-multiple-icon div {
        width: calc((100% - 30px) / 3);
        justify-content: space-between;
        align-items: stretch;
        padding: 10px;
    }
    .page-title {
        font-size: 26px;
        font-size: 1.65rem;
        line-height: 48px;
        line-height: 3rem;
    }
}
@media only screen and (max-width: 479px) {
    .content-announcements__text.-landing {
        margin: 5px;
    }
    .content-newsletter__box__image > img {
        width: 40%;
    }
    .content-step__name {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 30.4px;
        line-height: 1.9rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .educational-success__image > img {
        width: 100%;
    }
    .custom__button.-half {
        width: 100%;
        margin-bottom: 15px;
    }
    .custom__button__wrapper.-space {
        flex-direction: column-reverse;
    }
    .content-area.-multiple-icon div {
        width: calc((100% - 20px) / 2);
        justify-content: space-between;
        align-items: stretch;
        padding: 10px;
    }
    .-sidebar .box{
        width: 100%;
        justify-content: space-between;
        align-items: stretch;
        margin: 10px 0px;
    }
}
@media only screen and (max-width: 399px) {
    .content-about__brands__info {
        padding: 0px 20px;
    }
    .page-title {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 56px;
        line-height: 3.5rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
}
@-webkit-keyframes display-transition {
    0% {
        opacity: 0;
    }
}
@keyframes display-transition {
    0% {
        opacity: 0;
    }
}
