@font-face {
    font-family: 'TheMix-ExtraBold';
    src: url("../fonts/TheMix-ExtraBold.eot");
    src: url("../fonts/TheMix-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TheMix-ExtraBold.woff2") format("woff2"), url("../fonts/TheMix-ExtraBold.woff") format("woff"), url("../fonts/TheMix-ExtraBold.ttf") format("truetype"), url("../fonts/TheMix-ExtraBold.svg#TheMix-ExtraBold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'TheMix-SemiBoldItalic';
    src: url("../fonts/TheMix-SemiBoldItalic.eot");
    src: url("../fonts/TheMix-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheMix-SemiBoldItalic.woff2") format("woff2"), url("../fonts/TheMix-SemiBoldItalic.woff") format("woff"), url("../fonts/TheMix-SemiBoldItalic.ttf") format("truetype"), url("../fonts/TheMix-SemiBoldItalic.svg#TheMix-SemiBoldItalic") format("svg");
    font-weight: normal;
    font-style: normal
}

.container {
    width: calc(100% - 40px);
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .container {
        width: calc(100% - 80px)
    }
}

@media screen and (min-width: 1024px) {
    .container {
        width: 960px
    }
}

@media screen and (min-width: 1250px) {
    .container {
        width: 1200px
    }
}

.clearfix {
    clear: both
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.alert {
    display: block;
    position: relative;
    background-color: #3498db;
    border-radius: 25px;
    margin-top: 25px;
    padding: 15px 45px 15px 30px;
    color: #fff;
    line-height: 20px
}

.alert-success {
    display: block;
    position: relative;
    background-color: #2ecc71;
    border-radius: 25px;
    margin-top: 25px;
    padding: 15px 45px 15px 30px;
    color: #fff;
    line-height: 20px
}

.alert-error {
    display: block;
    position: relative;
    background-color: #e74c3c;
    border-radius: 25px;
    margin-top: 25px;
    padding: 15px 45px 15px 30px;
    color: #fff;
    line-height: 20px
}

.alert-warning {
    display: block;
    position: relative;
    background-color: #f1c40f;
    border-radius: 25px;
    margin-top: 25px;
    padding: 15px 45px 15px 30px;
    color: #fff;
    line-height: 20px
}

.background-green {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(48, 160, 154, 0.8);
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .background-green {
        width: 50%
    }
}

.background-pink {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(236, 7, 117, 0.8);
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .background-pink {
        width: 50%
    }
}

.background-purple {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(97, 42, 106, 0.8);
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .background-purple {
        width: 50%
    }
}

.button-green {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #30A09A;
    border: 1px solid #30A09A;
    border-radius: 25px;
    width: 230px;
    padding: 9px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    -webkit-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out
}

.button-green.button-white {
    background-color: transparent
}

.button-green::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

.button-green svg {
    float: left;
    margin-top: 1px
}

@media screen and (min-width: 768px) {
    .button-green {
        width: 250px
    }
}

.button-green:hover {
    border-color: rgba(255, 255, 255, 0.2)
}

.button-green:hover::before {
    opacity: 1
}

.button-pink {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #EC0775;
    border: 1px solid #EC0775;
    border-radius: 25px;
    width: 230px;
    padding: 9px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    -webkit-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out
}

.button-pink.button-white {
    background-color: transparent
}

.button-pink::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

.button-pink svg {
    float: left;
    margin-top: 1px
}

@media screen and (min-width: 768px) {
    .button-pink {
        width: 250px
    }
}

.button-pink:hover {
    border-color: rgba(255, 255, 255, 0.2)
}

.button-pink:hover::before {
    opacity: 1
}

.button-purple {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #612A6A;
    border: 1px solid #612A6A;
    border-radius: 25px;
    width: 230px;
    padding: 9px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    -webkit-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out
}

.button-purple.button-white {
    background-color: transparent
}

.button-purple::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

.button-purple svg {
    float: left;
    margin-top: 1px
}

@media screen and (min-width: 768px) {
    .button-purple {
        width: 250px
    }
}

.button-purple:hover {
    border-color: rgba(255, 255, 255, 0.2)
}

.button-purple:hover::before {
    opacity: 1
}

.button-white {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 230px;
    padding: 9px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    -webkit-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out
}

.button-white.button-white {
    background-color: transparent
}

.button-white::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

.button-white svg {
    float: left;
    margin-top: 1px
}

@media screen and (min-width: 768px) {
    .button-white {
        width: 250px
    }
}

.button-white:hover {
    border-color: rgba(255, 255, 255, 0.2)
}

.button-white:hover::before {
    opacity: 1
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    min-height: 100%;
    font-size: 62.5%
}

body {
    font-family: "Roboto Slab", sans-serif;
    font-size: 15px
}

table {
    width: 100%
}

table thead tr {
    line-height: 30px
}

table thead tr th {
    padding: 0 10px;
    text-align: left
}

table tbody tr {
    line-height: 30px
}

table tbody tr:nth-child(odd) {
    background-color: #fff
}

table tbody tr td {
    padding: 0 10px;
    text-align: left
}

.stacktable {
    width: 100%
}

.st-key {
    width: 50%;
    padding-right: 5px;
    font-weight: 700
}

.st-val {
    width: 50%;
    padding-left: 5px
}

.stacktable.large-only {
    display: none
}

.stacktable.small-only {
    display: table
}

@media screen and (min-width: 568px) {
    .stacktable.large-only {
        display: table
    }
    .stacktable.small-only {
        display: none
    }
}

form input {
    -webkit-appearance: none;
    outline: 0
}

form input[type="text"],
form input[type="url"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="search"],
form input[type="date"],
.contact form select {
    display: block;
    background-color: rgba(48, 160, 154, 0.1);
    border: 0;
    border-radius: 25px;
    width: 100%;
    padding: 9px 24px;
    color: #6D6E70;
    line-height: 28px
}

.contact form select {
    color: #999999 !important;
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder {
    color: #6D6E70
}

form input[type="text"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder {
    color: #6D6E70;
    opacity: 1
}

form input[type="text"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder {
    color: #6D6E70;
    opacity: 1
}

form input[type="text"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder {
    color: #6D6E70
}

form input[type="text"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder {
    color: #6D6E70
}

form input::-webkit-inner-spin-button,
form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

form input.error {
    background-color: rgba(231, 76, 60, 0.2)
}

form input.error::-webkit-input-placeholder {
    color: #e74c3c
}

form input.error:-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}

form input.error::-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}

form input.error:-ms-input-placeholder {
    color: #e74c3c
}

form input.error::-ms-input-placeholder {
    color: #e74c3c
}

form textarea {
    display: block;
    background-color: rgba(48, 160, 154, 0.1);
    border: 0;
    border-radius: 25px;
    min-height: 104px;
    width: 100%;
    padding: 9px 24px;
    color: #6D6E70;
    line-height: 28px;
    -webkit-appearance: none;
    outline: 0;
    resize: none
}

form textarea::-webkit-input-placeholder {
    color: #6D6E70
}

form textarea:-moz-placeholder {
    color: #6D6E70;
    opacity: 1
}

form textarea::-moz-placeholder {
    color: #6D6E70;
    opacity: 1
}

form textarea:-ms-input-placeholder {
    color: #6D6E70
}

form textarea::-ms-input-placeholder {
    color: #6D6E70
}

form textarea.error {
    background-color: rgba(231, 76, 60, 0.2)
}

form textarea.error::-webkit-input-placeholder {
    color: #e74c3c
}

form textarea.error:-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}

form textarea.error::-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}

form textarea.error:-ms-input-placeholder {
    color: #e74c3c
}

form textarea.error::-ms-input-placeholder {
    color: #e74c3c
}

form button {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #EC0775;
    border: 1px solid #EC0775;
    border-radius: 25px;
    width: 230px;
    padding: 9px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    -webkit-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out
}

form button::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

form button svg {
    float: left;
    margin-top: 1px
}

@media screen and (min-width: 768px) {
    form button {
        width: 250px
    }
}

form button:hover {
    border-color: rgba(255, 255, 255, 0.2)
}

form button:hover::before {
    opacity: 1
}

.contact form h3 {
    margin-top: 20px;
}

.contact form h3+p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: 'TheMix-ExtraBold'
}

h1 {
    font-size: 32px;
    line-height: 40px
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 42px;
        line-height: 50px
    }
}

h2 {
    font-size: 32px;
    line-height: 40px
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 42px;
        line-height: 50px
    }
}

h3 {
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 20px;
    line-height: 28px
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 30px;
        line-height: 38px
    }
}

h4 {
    font-size: 15px;
    line-height: 28px
}

hr {
    background-color: #D1D3D4;
    border-width: 0;
    height: 1px;
    margin: 20px 0 0
}

ul {
    margin: 20px 0 0;
    padding: 0
}

ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    color: #6D6E70;
    font-size: 15px;
    line-height: 28px
}

ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/heart.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px 7px;
    height: 28px;
    width: 15px
}

ul.no-list {
    margin: 0
}

ul.no-list li {
    padding-left: 0
}

ul.no-list li::before {
    display: none
}

ol {
    margin: 20px 0 0;
    padding: 0;
    counter-reset: li
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    color: #6D6E70;
    font-size: 15px;
    line-height: 28px
}

ol li::before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    top: 0;
    left: 0
}

ol.no-list li {
    padding-left: 0
}

ol.no-list li::before {
    display: none
}

p {
    margin: 0;
    color: #6D6E70;
    font-size: 15px;
    line-height: 28px
}

a {
    color: #EC0775;
    text-decoration: none
}

blockquote {
    position: relative;
    margin: 20px 0 0;
    padding-left: 20px;
    color: #6D6E70;
    font-weight: 700;
    line-height: 20px
}

blockquote::before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    color: #6D6E70;
    font-family: "FontAwesome";
    font-weight: 400;
    line-height: 20px
}

blockquote::after {
    content: "\f10e";
    color: #6D6E70;
    font-family: "FontAwesome";
    font-weight: 400;
    line-height: 20px
}

.iframe-container {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 56.25%;
    overflow: hidden
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0 !important;
    height: 100%;
    width: 100%
}
.contact .iframe-container{
    padding-bottom: 0px;
    height: 900px;
}

.video {
    position: relative;
    display: block;
    background-image: url("https://img.youtube.com/vi/Q5kHAb1-qXg/maxresdefault.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden
}

img.responsive {
    max-width: 100%;
    width: 100%
}

header {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

header::before {
    z-index: 4;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(65%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 65%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    height: 10px;
    width: 100%
}

header .header-container {
    padding: 20px 0;
}

header .logo {
    float: left;
    display: block;
    margin: 12px 0
}

header .logo svg {
    float: left;
    height: 56px;
    width: 210px
}

@media screen and (min-width: 1250px) {
    header .logo {
        margin: 25px 0
    }
    header .logo svg {
        height: 70px;
        width: 242px
    }
}

header.fixed {
    position: fixed;
    background-color: #612A6A;
    width: 100%
}

header.fixed .logo {
    margin: 12px 0
}

header.fixed .logo svg #text {
    fill: #fff
}

header.fixed .menu-button span {
    background-color: #fff
}

header.fixed .menu-container .menu {
    margin-top: 17px
}

header .button-pink {
    position: absolute;
    top: -60px;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

header .button-light-green {
    right: 200px;
    background: #74b4b1 !important;
    border-color: #74b4b1 !important;
}

header.fixed .button-pink {
    top: -50px;
}

header.fixed .menu-container .menu li a {
    color: #fff
}

@media screen and (min-width: 1024px) {
    header.fixed .menu-container .menu {
        margin-top: 0
    }
}

@media screen and (min-width: 1250px) {
    header.fixed .menu-container {
        margin-top: 0
    }
    header.fixed .menu-container .menu {
        margin: 24px 0
    }
}

@media screen and (max-width: 1250px) {
    header .button-pink {
        top: -40px;
    }
}

@media screen and (max-width: 1024px) {
    header .button-pink {
        position: relative !important;
        left: 0;
        right: 0;
        border-radius: 30px;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        inset: 0;
    }
}

.menu-button {
    z-index: 3;
    float: right;
    position: relative;
    display: block;
    height: 24px;
    width: 24px;
    margin-top: 28px
}

.menu-button span {
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #612A6A;
    height: 2px;
    width: 24px
}

.menu-button span:first-child {
    top: 4px
}

.menu-button span:last-child {
    top: 18px
}

.menu-button.active span:first-child {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-button.active span:nth-child(2) {
    display: none
}

.menu-button.active span:last-child {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width: 1024px) {
    .menu-button {
        display: none
    }
}

.menu-container {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #30A09A;
    height: calc(100vh - 80px);
    width: 100%;
    overflow-y: auto
}

.menu-container .menu {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin-top: 0
}

.menu-container .menu li {
    position: relative;
    float: left;
    width: 100%
}

.menu-container .menu li a:not(.button-pink) {
    display: block;
    padding: 0 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px
}

.menu-container .menu li a.button-pink {
    margin: 20px 40px 0
}

.menu-container .menu li ul {
    position: absolute;
    top: 100%;
    left: -10px;
    display: none;
    background-color: #fff;
    margin-top: 0;
    padding: 5px 0
}

.menu-container .menu li ul li {
    width: 100px;
    margin-right: 0;
    padding: 5px 10px
}

.menu-container .menu li ul li a {
    width: 100%
}

.menu-container .menu li:hover ul {
    display: block
}

.menu-container .menu li.active {
    background-color: rgba(97, 42, 106, 0.2)
}

.menu-container .menu li:last-child {
    margin-right: 0
}

@media screen and (min-width: 1024px) {
    .menu-container {
        float: right;
        display: block !important;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 17px;
        background-color: transparent;
        height: auto;
        width: auto;
        overflow-y: visible
    }
    .menu-container .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        -webkit-transform: none;
        transform: none
    }
    .menu-container .menu li {
        position: relative;
        width: auto;
        margin-right: 20px
    }
    .menu-container .menu li::before {
        content: "";
        display: block;
        position: absolute;
        top: 36px;
        left: 0;
        background-color: #EC0775;
        height: 2px;
        width: 0;
        -webkit-transition: width 0.5s linear;
        transition: width 0.5s linear
    }
    .menu-container .menu li a:not(.button-pink) {
        padding: 0;
        color: #612A6A;
        font-size: 14px;
        line-height: 46px;
        text-align: left
    }
    .menu-container .menu li a.button-pink {
        width: 148px;
        margin: 0
    }
    .menu-container .menu li a.button-pink svg {
        display: none;
        margin-right: 10px
    }
    .menu-container .menu li:hover:not(.no-hover),
    .menu-container .menu li.active:not(.no-hover) {
        background-color: transparent
    }
    .menu-container .menu li:hover:not(.no-hover)::before,
    .menu-container .menu li.active:not(.no-hover)::before {
        width: 100%
    }
}

@media screen and (min-width: 1250px) {
    .menu-container {
        margin-top: 37px
    }
    .menu-container .menu li {
        margin-right: 40px
    }
    .menu-container .menu li a:not(.button-pink) {
        font-size: 15px
    }
    .menu-container .menu li a.button-pink {
        width: 148px;
        padding: 9px 14px
    }
    .menu-container .menu li a.button-pink svg {
        display: block !important;
        margin-right: 5px
    }
}

footer {
    background-color: #612A6A;
    padding-bottom: 60px
}

footer .columns .column {
    margin-top: 50px
}

footer .columns .column svg {
    height: 56px;
    width: 210px
}

footer .columns .column ul li {
    color: #fff;
    overflow: hidden
}

footer .columns .column ul li h4 {
    margin: 0
}

footer .columns .column ul li a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 28px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

footer .columns .column ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    background-image: url("../images/arrow.svg");
    background-position: center -4px;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out
}

footer .columns .column ul li a:hover {
    padding-left: 30px
}

footer .columns .column ul li a:hover::before {
    left: 0
}

@media screen and (min-width: 768px) {
    footer .columns .column {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    footer .columns .column {
        width: calc(50% - 210px)
    }
    footer .columns .column:nth-child(3n) {
        width: 210px
    }
    footer .columns .column:nth-child(4n) {
        width: 210px
    }
}

@media screen and (min-width: 1250px) {
    footer .columns .column svg {
        height: 70px;
        width: 262px
    }
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #612A6A;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    line-height: 28px
}

.copyright nav {
    float: left;
    width: 100%
}

.copyright nav a {
    position: relative;
    float: left;
    margin-right: 32px;
    color: #fff;
    font-size: 14px
}

.copyright nav a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 0;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear
}

.copyright nav a:last-child {
    margin-right: 0
}

.copyright nav a:hover::before {
    width: 100%
}

@media screen and (min-width: 768px) {
    .copyright nav {
        float: right;
        width: auto
    }
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.columns .column {
    width: 100%
}

.columns .column.main .text p {
    margin-top: 20px
}

.columns .column.sidebar {
    margin-top: 0 !important
}

.columns .column.sidebar h2 {
    color: #612A6A
}

.columns .column.sidebar h3 {
    margin-top: 50px;
    color: #EC0775;
    line-height: 50px
}

.columns .column.sidebar p {
    border-top: 1px solid #D1D3D4;
    margin-top: 20px;
    padding-top: 20px
}

.columns .column.sidebar nav:not(.socialmedia) {
    border-top: 1px solid #D1D3D4;
    margin-top: 19px
}

.columns .column.sidebar nav:not(.socialmedia) a {
    display: block;
    position: relative;
    border-bottom: 1px solid #D1D3D4;
    padding-left: 28px;
    color: #6D6E70;
    line-height: 41px;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.columns .column.sidebar nav:not(.socialmedia) a svg {
    position: absolute;
    top: 8px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.columns .column.sidebar nav:not(.socialmedia) a.active svg path {
    fill: #EC0775
}

.columns .column.sidebar nav:not(.socialmedia) a:hover {
    color: #EC0775
}

@media screen and (min-width: 1024px) {
    .columns .column {
        width: calc(50% - 25px)
    }
    .columns .column.main {
        width: calc(100% - 400px)
    }
    .columns .column.sidebar {
        width: 320px
    }
}

.agenda .columns .column.sidebar h3 {
    margin-top: 18px
}

.home .header .down {
    bottom: -21px
}

@media screen and (min-width: 768px) {
    .home .header .down {
        bottom: 42px
    }
}

@media screen and (min-width: 1250px) {
    .home .header .down {
        bottom: 84px
    }
}

.header {
    display: block;
    position: relative;
    width: 100%
}

.header .down {
    z-index: 2;
    display: block;
    position: absolute;
    left: calc(50% - 21px);
    bottom: -21px;
    background-color: #612A6A;
    border-radius: 100%;
    height: 42px;
    width: 42px
}

.header .down svg {
    margin: 8.5px
}

.header .slides {
    display: block
}

.header .slides .item {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 120px);
    width: 100%
}

.header .slides .item .text {
    position: absolute;
    top: 50%;
    right: 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .slides .item .text h2 {
    color: #fff
}

.header .slides .item .text p {
    margin-top: 40px;
    color: #fff;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 16px;
    line-height: 20px
}

.header .slides .item .text .button-pink {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .header .slides .item {
        height: 450px
    }
    .header .slides .item .text {
        right: 40px;
        width: calc(100% - 80px)
    }
    .header .slides .item .text p {
        font-size: 26px;
        line-height: 30px
    }
}

@media screen and (min-width: 1024px) {
    .header .slides .item .text {
        right: 0;
        width: 440px;
        margin-right: 40px
    }
}

@media screen and (min-width: 1250px) {
    .header .slides .item {
        height: 650px
    }
    .header .slides .item .text {
        float: right;
        width: 560px;
        margin-right: 40px
    }
    .header .slides .item .text h2 {
        font-size: 70px;
        line-height: 74px
    }
}

.header .slide {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    width: 100%
}

.header .slide .text {
    position: absolute;
    top: 50%;
    right: 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .slide .text h1 {
    color: #fff
}

.header .slide .text p {
    margin-top: 20px;
    color: #fff;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 16px;
    line-height: 20px
}

.header .slide .text .button-pink {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .header .slide .text {
        right: 40px;
        width: calc(100% - 80px)
    }
    .header .slide .text p {
        font-size: 26px;
        line-height: 30px
    }
}

@media screen and (min-width: 1024px) {
    .header .slide .text {
        right: 0;
        width: 440px;
        margin-right: 40px
    }
}

@media screen and (min-width: 1250px) {
    .header .slide {
        height: 280px
    }
    .header .slide .text {
        float: right;
        width: 560px;
        margin-right: 40px
    }
}

.content {
    z-index: 0;
    position: relative;
    padding: 60px 0
}

.content .columns .column:last-child {
    margin-top: 60px
}

.content .text img {
    display: block;
    max-width: 100%;
    width: 100%
}

.content .text h2 {
    color: #612A6A
}

.content .text p {
    margin-top: 40px
}

.content .text .button-green {
    margin-top: 40px
}

.content .text.sign-up {
    margin-top: 60px
}

.content .text.sign-up h2 {
    color: #EC0775
}

@media screen and (min-width: 1024px) {
    .content {
        padding: 120px 0
    }
    .content .columns .column:last-child {
        margin-top: 0
    }
    .content.bottom,
    .content.bottom-footer {
        padding-bottom: 0
    }
    .content.bottom::before,
    .content.bottom-footer::before {
        z-index: -1;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(48, 160, 154, 0.1);
        height: 50px;
        width: 100%
    }
    .content.bottom-footer::before {
        background-color: #612A6A
    }
    .content.bottom-footer .form {
        float: right
    }
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(48, 160, 154, 0.1);
    padding: 100px 0
}

.services .columns .column:nth-child(even) .service .text {
    background-color: rgba(158, 129, 186, 0.8)
}

.services .service {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 575px;
    width: 100%
}

.services .service .text {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(236, 7, 117, 0.8);
    height: 100%;
    width: 100%;
    padding: 60px 40px
}

.services .service .text .icon svg {
    height: 50px;
    width: 50px
}

.services .service .text h2 {
    margin-top: 20px;
    color: #fff
}

.services .service .text p {
    margin-top: 40px;
    color: #fff
}

.services .service .text .button-purple {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .services .service .text {
        width: 75%
    }
}

@media screen and (min-width: 1250px) {
    .services .service .text {
        width: calc(100% - 220px)
    }
}

.reviews {
    z-index: 0;
    position: relative;
    padding: 90px 0
}

.reviews.background {
    background-image: url("../temp/reviews.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.reviews.background::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(48, 160, 154, 0.6);
    height: 100%;
    width: 100%
}

.reviews.background .button-pink {
    width: 250px
}

.reviews .columns {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

.reviews .columns .column {
    margin: 30px 0
}

.reviews .columns .column .parents {
    display: block;
    color: #EC0775;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 24px;
    line-height: 46px
}

.reviews .columns .column .parents svg {
    float: left;
    margin-top: 4px;
    margin-right: 15px
}

.reviews .columns .column .parents svg path,
.reviews .columns .column .parents svg g {
    stroke: #EC0775
}

.reviews .columns .column .child {
    display: block;
    border-bottom: 1px solid #D1D3D4;
    margin-bottom: 20px;
    padding-bottom: 19px;
    color: #612A6A;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 24px;
    line-height: 46px
}

.reviews .columns .column .child svg {
    float: left;
    height: 35px;
    width: 35px;
    margin-top: 4px;
    margin-right: 15px
}

.reviews .columns .column .child svg path,
.reviews .columns .column .child svg g {
    stroke: #612A6A
}

@media screen and (min-width: 667px) {
    .reviews .columns .column {
        width: calc(50% - 30px);
        margin-right: 60px
    }
    .reviews .columns .column:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .reviews .columns .column {
        width: calc(33.33% - 40px)
    }
    .reviews .columns .column:nth-child(2n) {
        margin-right: 60px
    }
    .reviews .columns .column:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1250px) {
    .reviews .columns .column {
        width: calc(33.33% - 66.66px);
        margin-right: 100px
    }
    .reviews .columns .column:nth-child(2n) {
        margin-right: 100px
    }
    .reviews .columns .column:nth-child(3n) {
        margin-right: 0
    }
}

.reviews .button-pink {
    margin: 50px auto 0
}

.teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EC0775;
    padding: 26px 0
}

.teaser h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 36px
}

.teaser a {
    float: left;
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .teaser h3 {
        font-size: 30px;
        line-height: 46px
    }
}

@media screen and (min-width: 1024px) {
    .teaser h3 {
        width: auto
    }
    .teaser a {
        float: right;
        margin-top: 0
    }
}

.contact .form form button {
    margin-top: 20px;
    margin-left: auto
}

.form {
    z-index: 1;
    background-color: #fff
}

.form.padding {
    border: 1px solid #D1D3D4;
    padding: 47px 24px
}

.form.form-contact form button {
    background-color: #612A6A;
    border-color: #612A6A
}

.form h3 {
    color: #612A6A
}

.form p {
    width: 100%;
    margin-top: 25px
}

.form p.align-right button {
    float: right
}

.form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

@media screen and (min-width: 1024px) {
    .form.padding {
        width: 420px;
        padding: 47px 34px
    }
    .form p.small {
        display: inline-block;
        width: calc(50% - 5px)
    }
}

.socialmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.socialmedia a {
    display: block;
    background-color: #612A6A;
    border-radius: 100%;
    height: 38px;
    width: 38px;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.socialmedia a:last-child {
    margin-right: 0
}

.socialmedia a:hover {
    background-color: #EC0775
}

.socialmedia.footer-socialmedia a {
    background-color: rgba(255, 255, 255, 0.3);
    color: #612A6A
}

.socialmedia.footer-socialmedia a:hover {
    background-color: #fff
}

.event {
    display: block;
    margin-bottom: 90px
}

.event h2 {
    color: #EC0775;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 24px;
    line-height: 34px
}

.event h2 svg {
    float: left;
    margin-top: 4px;
    margin-right: 15px
}

.event .date {
    border-bottom: 1px solid #D1D3D4;
    margin-bottom: 20px;
    padding-bottom: 19px;
    color: #612A6A;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 24px;
    line-height: 34px
}

.event .date svg {
    float: left;
    margin-top: 4px;
    margin-right: 15px
}

.carousel {
    display: block;
    width: 100%
}

.carousel .item {
    display: block;
    width: 100%
}

.carousel .item .icon {
    display: block
}

.carousel .item .icon svg {
    display: block;
    margin: 0 auto
}

.carousel .item span {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 24px;
    text-align: center
}

.carousel .item .quote {
    max-width: 620px;
    margin: 30px auto 0;
    color: #fff;
    font-family: 'TheMix-ExtraBold';
    font-size: 18px;
    line-height: 28px;
    text-align: center
}

.carousel .item .parents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
    color: #fff;
    font-family: 'TheMix-SemiBoldItalic';
    font-size: 24px;
    text-align: center;
    line-height: 35px
}

.carousel .item .parents::before {
    content: "";
    position: absolute;
    top: -2px;
    left: calc(50% - 20px);
    background-color: #fff;
    height: 2px;
    width: 40px
}

.carousel .item .parents svg {
    margin-right: 15px
}

.carousel button {
    display: none
}

@media screen and (min-width: 568px) {
    .carousel .item .quote {
        font-size: 22px;
        line-height: 32px
    }
}

@media screen and (min-width: 768px) {
    .carousel {
        width: calc(100% - 100px);
        margin: 0 50px
    }
    .carousel .item .quote {
        font-size: 32px;
        line-height: 42px
    }
    .carousel button {
        display: block
    }
}

.flickity-viewport {
    -webkit-transition: height 0.5s;
    transition: height 0.5s
}

.flickity-prev-next-button {
    position: absolute;
    top: calc(50% - 20px);
    background-image: url("../images/arrow.svg") !important;
    background-color: rgba(255, 255, 255, 0.4);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.flickity-prev-next-button svg {
    display: none
}

.flickity-prev-next-button.previous {
    left: -50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.flickity-prev-next-button.next {
    right: -50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.flickity-prev-next-button.next svg {
    vertical-align: 2px
}

.flickity-prev-next-button:hover {
    background-color: #EC0775;
    background-position: center center;
    background-repeat: no-repeat
}

label.error {
    display: none !important
}


.pregnancyCalendar{
    margin-top:20px;
    height: 8em;
    padding-left: 40px;
    padding-right: 40px;
}
.pregnancyCalendar .flickity-page-dots{
    display:none;
}
.pregnancyCalendar .main-carousel{
    height: 100%;
}

.pregnancyCalendar .main-carousel .carousel-cell{
    width: calc(100%/ 2);
    height: 100%;
    margin-right: -1px;
    counter-increment: carousel-cell;
    color: #612A6A;
    text-align:center;
    border: 1px solid #bcbdbf;

    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:425px){
    .pregnancyCalendar .main-carousel .carousel-cell{
        width:calc(100%/ 3);
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .pregnancyCalendar .main-carousel .carousel-cell{
        width:calc(100%/ 4);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .pregnancyCalendar .main-carousel .carousel-cell{
        width:calc(100%/ 5);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1024px) {
    .pregnancyCalendar .main-carousel .carousel-cell{
        width:calc(100%/ 5);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .pregnancyCalendar .main-carousel .carousel-cell{
        width:calc(100%/ 5);
    }
}

.pregnancyCalendar .main-carousel .carousel-cell a{
    color: #612A6A;
    font-size: 1.5em;
    line-height: 25px;
    font-weight: 700;
    width: min-content;
    height: min-content;
}

.pregnancyCalendar .main-carousel .carousel-cell.is-active, 
.pregnancyCalendar .main-carousel .carousel-cell.is-active a {
    background-color:#EC0775;
    color:#fff;
}


/**
 * PregnancyCalendar slider Buttons
 */

.pregnancyCalendar .flickity-prev-next-button{
    background-color: #fff;
    border: 1px solid #bcbdbf;
    border-radius: 0%;
    width: 120px;
}
.pregnancyCalendar .flickity-prev-next-button:hover{
    background-color: #EC0775;

}

/* Allign buttons */
.pregnancyCalendar .flickity-prev-next-button.previous{
    left:-80px;
}

.pregnancyCalendar .flickity-prev-next-button.next{
    right: -75px;
}

/* Icon colors */
.pregnancyCalendar .flickity-prev-next-button {
    background-image: url(../images/arrow-dark-gray.svg) !important;
}
.pregnancyCalendar .flickity-prev-next-button:hover {
    background-image: url(../images/arrow.svg) !important;
}




/**
 * Blog
 */

.blogOverview{
    z-index: 0;
    position: relative;
    padding: 90px 0
}

.blogOverview .columns{
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .blogOverview .columns{
        margin-left: -1em;
        margin-right:-1em;
        justify-content: space-between;
    }
}

.blogOverview .columns .column{
    width: 100%;
    max-width: 25em;
    border: 1px solid #bcbdbf;
    margin: 1em;
    transition: 500ms;
}
@media screen and (min-width: 667px) {
    .blogOverview .columns .column{
        width: calc(50% - 2em);
        border: 1px solid #bcbdbf;
        margin: 1em;
    }
    .blogOverview .columns .column:hover{
        border: 1px solid #EC0775;
    }
}
@media screen and (min-width: 1024px) {
    .blogOverview .columns .column{
        width: calc(33% - 1.8em);
        border: 1px solid #bcbdbf;
        margin: 1em;
    }
}
.blogOverview .columns .column.hidden{
    visibility: hidden;
}
.blogOverview .columns .column img {
    width: 100%;
}
.blogOverview .columns .column .content{
    /*top right bottom left*/
    padding: 1em 4em 2em 2em;
    font-style: italic;
    font-weight: 700;
}
.blogOverview .columns .column .content .date {
    color:#612A6A;
    padding-top:0.5em;
    display: flex;
    align-items: center;
}
.blogOverview .columns .column .content .date p {
    color:#612A6A; /* overwrite */
    font-size: 0.9em;    
    display: inline;
    margin-top: 1px;
}
.blogOverview .columns .column .content .date svg {
    width:25px; 
    padding-right: 0.5em;
}
.blogOverview .columns .column .content .title {
    color:#EC0775;
    font-size: 1.4em;
    padding-top:0.5em;
    line-height: 34px;
    font-weight: 600;
}

.content.blogPost{
    padding-top:0px; /* overwrite */
}
@media screen and (min-width: 667px) {
    .content.blogPost{
        padding-top:60px; /* overwrite */
    }
}
.blogPost .column.main .text .date {
    color:#EC0775;
    font-style: italic;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.blogPost .column.main .text .date p{
    color:#EC0775; /* overwrite */
    font-size: 0.9em;    
    display: inline;
    margin-top: 1px;
}
.blogPost .column.main .text .date svg {
    width:25px; 
    padding-right: 0.5em;
}