/*
    Theme Name: WP HPV Custom Theme
*/
/* Fonts */

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-SemiBold.eot');
    src: url('fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-SemiBold.woff2') format('woff2'),
        url('fonts/NotoSans-SemiBold.woff') format('woff'),
        url('fonts/NotoSans-SemiBold.ttf') format('truetype'),
        url('fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Medium.eot');
    src: url('fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSans-Medium.woff2') format('woff2'),
        url('fonts/NotoSans-Medium.woff') format('woff'),
        url('fonts/NotoSans-Medium.ttf') format('truetype'),
        url('fonts/NotoSans-Medium.svg#NotoSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


html, body {
    overflow-x: hidden;
}

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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

sup {
    top: -.5em;
    font-size: 10px !important;
}

body {
    line-height: 1
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

strong,b {
    font-weight: 700
}

em,i {
    font-style: italic
}

input {
    outline: none;
    border: none;
    border-radius: 0
}

html {
    overflow-x: hidden
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #3F3D56;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?2xvnv2');
    src: url('fonts/icomoon.eot?2xvnv2#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?2xvnv2') format('truetype'), url('fonts/icomoon.woff?2xvnv2') format('woff'), url('fonts/icomoon.svg?2xvnv2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-question-arrow .path1:before {
    content: "\e907";
    color: rgb(250, 222, 225);
}

.icon-question-arrow .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(61, 61, 61);
}

.icon-question-arrow .path3:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(250, 222, 225);
}

.icon-question-arrow .path4:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(61, 61, 61);
}

.icon-question-arrow .path5:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(61, 61, 61);
}

.icon-facebook:before {
    content: "\e902";
    color: #3f3d56;
}

.icon-gmail:before {
    content: "\e903";
    color: #3f3d56;
}

.icon-whatsapp:before {
    content: "\e904";
    color: #3f3d56;
}

.icon-linkedin:before {
    content: "\e905";
    color: #3f3d56;
}

.icon-twitter:before {
    content: "\e906";
    color: #3f3d56;
}

.icon-right-arrow:before {
    content: "\e901";
    color: #e56f7c;
}

.icon-information:before {
    content: "\e900";
}

.right {
    float: right
}

.left {
    float: left
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.half {
    width: 48%
}

@media (max-width: 1000px) {
    .half {
        width:100%;
        float: none
    }
}

.none {
    display: none
}

a {
    color: #E56F7C;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

a:hover {
    color: #E56F7C;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

a img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}

h1,.h1 {
    font-size: 60px;
    line-height: 1;
}

h2,.h2 {
    font-size: 50px;
    line-height: 50px;
    color: #3F3D56;
    margin-bottom: 15px;
}

h3,.h3 {
    font-size: 24px;
    line-height: 34px;
    color: #3F3D56;
}

h4,.h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: bold;
}

.alignleft {
    float: left;
    margin: 5px 50px 25px 0
}

.alignright {
    float: right;
    margin: 5px 0 25px 50px
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    margin: 0 0 20px;
    font-family: 'Poppins';
    font-weight: 600;
}

.content p,.content form,.content iframe,.content blockquote,.content hr {
    margin: 0 0 30px;
}

.content ul,.content ol {
    margin: 0 0 40px 30px
}

.gform_wrapper ul,.content form ul,form:not(.searchform) ul {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gform_wrapper ul li,.content form ul li,form:not(.searchform) ul li {
    width: 100%
}

.gform_wrapper ul li.third,.content form ul li.third,form:not(.searchform) ul li.third {
    width: 33%
}

@media (max-width: 1000px) {
    .gform_wrapper ul li.third,.content form ul li.third,form:not(.searchform) ul li.third {
        width:50%
    }
}

@media (max-width: 700px) {
    .gform_wrapper ul li.third,.content form ul li.third,form:not(.searchform) ul li.third {
        width:100%
    }
}

.gform_wrapper ul li.two-thirds input,.content form ul li.two-thirds input,form:not(.searchform) ul li.two-thirds input {
    width: 66% !important
}

@media (max-width: 1000px) {
    .gform_wrapper ul li.two-thirds input,.content form ul li.two-thirds input,form:not(.searchform) ul li.two-thirds input {
        width:50% !important
    }
}

@media (max-width: 700px) {
    .gform_wrapper ul li.two-thirds input,.content form ul li.two-thirds input,form:not(.searchform) ul li.two-thirds input {
        width:100% !important
    }
}

.gform_wrapper ul li.gsection,.content form ul li.gsection,form:not(.searchform) ul li.gsection {
    border: none;
    margin: 0;
    padding: 0
}

.gform_wrapper ul li.gsection h2,.content form ul li.gsection h2,form:not(.searchform) ul li.gsection h2 {
    font-size: 1rem
}

.gform_wrapper ul li .ginput_container_radio input[type="text"],.content form ul li .ginput_container_radio input[type="text"],form:not(.searchform) ul li .ginput_container_radio input[type="text"] {
    width: 90% !important;
    height: 35px;
    font-size: 1rem !important
}

.gform_wrapper label,.content form label,form:not(.searchform) label {
    font-size: .9375rem !important;
    font-weight: 400 !important
}

.gform_wrapper .ginput_complex label,.content form .ginput_complex label,form:not(.searchform) .ginput_complex label {
    font-size: .75rem !important
}

.gform_wrapper input[type="text"],.gform_wrapper input[type="email"],.gform_wrapper input[type="tel"],.gform_wrapper input[type="number"],.gform_wrapper input[type="password"],.gform_wrapper input[type="url"],.gform_wrapper textarea,.gform_wrapper select,.content form input[type="text"],.content form input[type="email"],.content form input[type="tel"],.content form input[type="number"],.content form input[type="password"],.content form input[type="url"],.content form textarea,.content form select,form:not(.searchform) input[type="text"],form:not(.searchform) input[type="email"],form:not(.searchform) input[type="tel"],form:not(.searchform) input[type="number"],form:not(.searchform) input[type="password"],form:not(.searchform) input[type="url"],form:not(.searchform) textarea,form:not(.searchform) select {
    background: #fff;
    width: 100% !important;
    height: 46px;
    outline: none;
    border: 1px solid #000;
    padding: 0 20px !important;
    font-family: "Helvetica",helvetica,arial,sans-serif;
    font-size: 1.25rem;
    border-radius: 4px;
}

.gform_wrapper textarea,.content form textarea,form:not(.searchform) textarea {
    padding: 20px !important;
    height: 200px
}

.gform_wrapper input[type="submit"],.content form input[type="submit"],form:not(.searchform) input[type="submit"] {
    cursor: pointer;
    padding: 0;
    min-width: 200px;
    height: 55px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

.gform_wrapper input[type="submit"]:hover,.content form input[type="submit"]:hover,form:not(.searchform) input[type="submit"]:hover {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

/* Header */
.switch-gender {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
}

/* Hide default HTML checkbox */
.switch-gender input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #3F3D56;
    border: 0;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: #DA6A76;
    -webkit-transition: .4s;
    transition: .4s;
    border: 0;
    background: #fff;
}

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    background: linear-gradient(#da6a76 0%, #eaa5ac 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)!important;
}

.slider.round:before {
    border-radius: 50%;
}

.header-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1400px;
    max-width: calc(100% - 100px);
}

.header-logo {
    width: 120px;
    transform: translateX(-10px);
}

.header-nav-bar {
    width: auto;
    padding-left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

header#site-header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 0;
}

header#site-header.fixed .header-container.container {
    align-items: center;
}

.header-logo img {
    transition: .35s ease;
}

header#site-header.fixed .header-logo img {
    max-width: 80px;
}

.single-testimonial-title {
    color: #E7707D;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 32px;
    margin-bottom: 20px;
}

.related-posts .container {
    max-width: 888px;
    margin: 0 auto;
    padding: 0 78px 50px;
}

.related-posts-grid > a {
    width: calc(50% - 30px);
}

@media all and (min-width: 1600px) {
    .header-logo {
        width: 140px;
        transform: translateX(-10px);
    }

    .header-nav-bar {
        width: auto;
        padding-left: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

ul.header-menu {
    display: flex;
    list-style: none;
}

.gender-switcher {
    width: 100px;
    position: relative;
}

header#site-header {
    padding-top: 20px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    padding-top: 0;
}

header#site-header {
    padding-top: 20px;
}

div.menu-male {
    display: none;
}

.action-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tooltip-info {
    position: absolute;
    width: 264px;
    right: 0;
    top: 100%;
    transform: translateX(60px);
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 2;
}

.info-tooltip i {
    cursor: pointer;
    font-size: 22px;
    display: flex;
}

.gender-switcher .current-selected {
    font-family: "Noto Sans";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1;
    text-align: left;
    color: #3c3c3c;
    margin-bottom: 7px;
}

.info-tooltip.active .tooltip-info {
    opacity: 1;
    visibility: visible;
}

.tooltip-info > div {
    background: #fff;
    box-shadow: 0px 0px 12px 0px #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 12px;
}

nav.header-main-menu {
    background: #FFF2B8;
    padding: 14px 0px 8px;
    border-radius: 8px;
    margin-right: 0;
    margin-top: 12px;
    background: transparent;
}

ul.header-menu > li > a {
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 24px;
    color: #3f3d56;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 16px;
}

ul.header-menu > li {
    padding: 0 16px;
    position: relative;
}

ul.header-menu > li:first-child {
    padding: 0;
}

ul.header-menu > li:last-child {
    padding-right: 0;
}

ul.header-menu > li.current-menu-item > a, ul.header-menu > li > a:hover {
    color: #E56F7C;
}

ul.header-menu > li.underlined:after {
    content: '';
    width: 100%;
    height: 7px;
    border-radius: 3.5px;
    background: #ffd416;
    left: 0;
    bottom: 0;
    position: absolute;
    bottom: 3px;
    display: none;
}

@media all and (max-width: 1500px) {
    .header-nav-bar {
        padding-left: 0px;
    }

    nav.header-main-menu {
        /*margin-right: 0;*/
    }

    ul.header-menu > li > a {
        font-size: 16px;
    }
}

body {
    position: relative;
}

.mobile-hamburger {
    display: none;
}

/* Home Hero Slider */
section.hero-carousel-wrap {
    background-repeat: no-repeat;
    height: 768px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -60px;
    height: 90vh;
    min-height: 600px;
    min-height: calc(100vh - 260px);
    height: calc(100vh - 260px);
}

div.slide-style-heading-on-side .hero-slide-title {
    max-width: 750px;
    max-width: 500px;
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 56px;
    line-height: 66px;
    text-align: left;
    color: #3c3c3c;
    margin-top: 40px;
}

div.slide-style-heading-on-side .hero-slide-title strong {
    font-weight: 400;
    color: #E7707D;
}

.hero-slide-content {
    max-width: 317px;
    min-height: 98px;
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #3d3d3d;
    margin-top: 20px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 19px;
    height: 19px;
    border: 0px solid #ccc;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 8px;
    transition: .35s ease;
}

ul.slick-dots li.slick-active, ul.slick-dots li:hover {
    background: #e56f7c;
}

div.hero-carousel-slider {
    margin: 0;
    position: static;
}

section.hero-carousel-wrap ul.slick-dots {
    bottom: 50px;
}

div.hero-slide.slide-style-fullwidth {
    width: 100%;
    background: linear-gradient(to bottom, rgb(255 242 184 / 60%) 0%, rgb(250 222 225 / 60%) 100%);
}

div.hero-slide.slide-style-fullwidth .hero-slide-title {
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 56px;
    line-height: 66px;
    text-align: left;
    padding: 50px 0 41px;
    max-width: 750px;
}

div.hero-slide.slide-style-fullwidth .hero-slide-title strong {
    color: #E56F7C;
    font-weight: 400;
}

div.hero-slide.slide-style-fullwidth .hero-slide-title p {
    margin-bottom: 60px;
}

div.hero-slide.slide-style-fullwidth .hero-slide-title p:last-child {
    margin-bottom: 0;
}

div.hero-slide {
    margin-top: 200px;
    margin-top: 0px;
    min-height: 760px;
    background-position: center right;
    align-items: center;
    padding: 160px 0;
    background-repeat: no-repeat;
}

div.slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media all and (min-width: 1600px) {
    section.hero-carousel-wrap {
        /*background-position: center calc(50% + 80px);*/ min-height: calc(100vh - 300px);
    }
}

/* Image Callout */
.image-callout-wrap-outer {
    /*background: #F6F6F6;*/
}

.image-callout-wrap {
    padding: 50px 0 0px;
}

.img-pos-right .image-col {
    order: 2;
    padding: 0;
    max-width: 536px;
    margin-left: auto;
}

.content-col > div {
    max-width: 442px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.align-top {
    align-items: flex-start;
}

.content-col {
    background: #fff;
    padding: 50px 30px;
    position: relative;
}

.img-pos-right .image-col img {
    width: 100%;
}

.image-col {
    padding: 0;
    position: relative;
    z-index: 2;
}

.content-col > div > div {
}

.content-col .inner-content {
    min-height: 120px;
}

.content-col .link-with-arrow {
    margin-top: 25px;
}

img {
    vertical-align: middle;
}

.image-col img {
    width: 100%;
}

.align-bottom {
    align-items: flex-start;
}

.img-pos-left .image-col {
    width: 40%;
    transform: translateY(50px);
    max-width: 444px;
}

.img-pos-left .image-col + div {
    width: 60%;
    margin-left: auto;
}

.row.img-pos-left.align-bottom {
    padding-bottom: 50px;
}

.img-pos-right.align-bottom {
    align-items: flex-end;
    padding-bottom: 60px;
}

.link-with-arrow a {
    font-size: 16px;
    font-weight: 600;
}

.link-with-arrow a i {
    margin-left: 3px;
    font-size: 13px;
    color: #E56F7C!important;
}

.img-pos-left .content-col:after {
    right: auto;
    left: 0;
    width: calc(100% - 368px);
    transform: translateX(-40%);
}

.content-col:after {
    transform: translateX(100%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1;
}

/* Against HPV Block */
.against-hpv-wrap {
    padding: 90px 0 45px;
    background: #F6F6F6;
}

body.home .default-content-block, body.page-id-35 .default-content-block {
    background: #F6F6F6;
    padding: 45px 0 70px;
}

.row.against-hpv-row .heading-col {
    display: flex;
    align-items: flex-end;
    background: #3F3D56;
    padding: 0;
    transform: scale(1.025);
    position: relative;
    top: -60px;
    z-index: 2;
}

.row.against-hpv-row .heading-col h2 {
    color: #fff;
    padding: 40px;
    line-height: 1;
}

.row.against-hpv-row {
}

.row.against-hpv-row > .col-md-10 {
    background: #fff;
    padding: 50px 60px 80px 90px;
    position: relative;
    z-index: 1;
}

.row.against-hpv-row > .col-md-10 h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 50px;
    color: #3f3d56;
    margin-bottom: 35px;
}

.grid-item.row {
    margin-bottom: 30px;
}

.grid-item.row:last-child {
    margin-bottom: 0;
}

.grid-item.row h3 {
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #3f3d56;
    margin-bottom: 5px;
}

.grid-item.row .content-column {
    max-width: 300px;
}

.default-content p {
    color: #3F3D56;
}

.row.against-hpv-row > .col-md-10:before {
    content: '';
    width: 40px;
    height: 100%;
    top: 0;
    left: -40px;
    background: #fff;
    position: absolute;
}

/* Footer */
.footer-socket {
    background: #3F3D56;
    padding: 115px 0 130px;
    color: #fff;
}

.footer-socket address {
    margin-top: 30px;
}

.footer-social {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}

.footer-social > a {
    color: #fff;
    margin-right: 30px;
    font-weight: 600;
}

.footer-social-list a {
    margin-right: 15px;
    transition: .35s ease;
}

.footer-social-list a:hover svg path {
    fill: #E56F7C;
}

.footer-social-list a:hover svg path {
    transition: .35s ease;
}

.footer-menu-male {
    display: none;
}

.footer-copyrights {
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 19px;
    color: #3d3d3d;
    background: #EBEBEB;
    padding: 34px 0;
}

ul.footer-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

ul.footer-menu > li > a {
    color: #3D3D3D;
}

ul.footer-menu > li {
    margin-left: 70px;
}

ul.footer-menu > li > a:hover {
    color: #E56F7C;
}

/* Default Page */
.page-container.container {
    padding: 200px 0 100px;
}

/* Default Page Hero */
.page-hero-wrap.row {
    align-items: center;
    justify-content: space-between;
}

.page-hero-wrap h1 {
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 70px;
    line-height: 66px;
    text-align: left;
    color: #e7707d;
}

.page-hero-copy {
    margin-top: 10px;
}

.page-hero-default.show-gradient {
    position: relative;
    padding-bottom: 70px;
}

.page-hero-default.show-gradient:after {
    content: '';
    width: 100%;
    height: 70px;
    background: linear-gradient(#fff 0%, rgb(250 222 225 / 60%) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-hero-content {
    max-width: 584px;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

header#site-header {
    padding-top: 20px;
}

.page-hero-default {
    padding: 40px 0;
}

.hero-circle {
    transform: translate(-25%, 35%);
}

/* Share Page Block */
div.share-links ul {
    list-style: none;
    display: flex;
    padding-left: 30px;
}

div.share-heading h2 {
    line-height: 1;
    margin: 0;
}

.share-this-page-wrap {
    padding: 50px 0;
}

.share-links li a {
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #3d3d3d!important;
    display: flex;
    align-items: center;
}

.share-links li a i {
    margin-right: 6px;
    font-size: 40px;
}

div.share-links ul li {
    margin-right: 30px;
}

/* Content Boxes Grid  */
.image-callout-full-wrap {
    padding: 50px 0;
}

.callout-content-right {
    background: #3F3D56;
    text-align: center;
    color: #fff;
    padding: 50px 30px;
    margin-bottom: 32px;
}

.callout-content-right:last-child{
    margin-bottom: 0;
}

p {
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
}

.image-callout-full.row {
    align-items: center;
}

.right-side-row h3 {
    color: #fff;
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    margin: 15px 0 5px;
}

.right-side-row {
    margin-bottom: 40px;
}

.right-side-row:last-child {
    margin-bottom: 0;
}

.image-callout-full-wrap ul {
    padding-left: 20px;
}

/* Icon Boxes */
.row.content-icon-boxes-grid > div.even {
    /* background: linear-gradient(#fadee1 0%, #fffafb 100%); */
    /* max-width: calc(50% - 8px); */
    /* margin-right: 8px; */
}

.cbox-image {
    margin-bottom: 30px;
}

.row.content-icon-boxes-grid > div {
    /* text-align: center; */
    /* background: linear-gradient(#faeba5 0%, #fdfbef 100%); */
    /* padding: 50px 50px 70px; */
    /* max-width: calc(50% - 8px); */
}

.row.content-icon-boxes-grid h3 {
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 47px;
    line-height: 48px;
    text-align: center;
    color: #3f3d56;
    margin-bottom: 20px;
}

.cbox-content {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.cbox-link.link-with-arrow a {
    font-size: 32px;
}

.cbox-link.link-with-arrow i {
    font-size: 20px;
    position: relative;
    bottom: 4px;
}

.content-icon-boxes-wrap {
    padding: 50px 0;
}

.row.content-icon-boxes-grid > div.odd {
    margin-left: 8px;
}

.content-icon-boxes-wrap[data-bg="yellow"] {
    text-align: center;
    background: linear-gradient(#faeba5 0%, #fdfbef 100%);
    text-align: left;
}

.content-icon-boxes-wrap[data-bg="blue"]{
     text-align: center;
    background: linear-gradient(#fadee1 0%, #fffafb 100%); 
    text-align: left;
}

.row.content-icon-boxes-grid h3 {
    text-align: left;
}

.cbox-content {
    margin-left: 0;
}

.content-icon-boxes-wrap .container {
    max-width: 960px;
}

/* Defaulf Content Block */
.default-content-block {
    padding: 80px 0;
}

/* Vacinate Block */
.vaccinatie-block {
    padding: 77px 0 100px;
    background: #F6F6F6;
}

.vaccinatie-row-content h3 {
    color: #E56F7C;
    font-size: 30px;
    line-height: 1;
}

.dark-bg {
    background: #3F3D56;
    text-align: center;
    color: #fff;
    padding: 60px 30px;
}

.dark-bg h3 {
    color: #fff;
    margin: 16px 0 40px;
}

.vrs-grid {
    display: flex;
    justify-content: space-around;
}

.vrs-box-item {
    width: calc(100%/3);
    position: relative;
}

.vrs-box-item:after {
    content: '';
    width: 0px;
    height: 28.61px;
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vrs-box-item:last-child:after {
    border: 0;
}

.vrs-bottom-content {
    background: #fff;
    padding: 50px 40px;
}

.vrs-bottom-img {
    margin-left: auto;
    display: table;
    margin-bottom: -45px;
}

/* Image Callout Full  */
.image-content-wrap {
    padding: 70px 0 50px;
}

.image-col-side {
    text-align: center;
}

/* Expert Conversation Form */
.row.expert-form {
    padding-top: 40px;
}

.expert-conversation-block {
    background: #F6F6F6;
    padding: 60px 0;
}

.expert-content h4 {
    margin-bottom: 30px;
}

.expert-content h4 + p {
    margin-bottom: 0;
}

div#gform_wrapper_1 label.gfield_label {
    font-family: "Noto Sans";
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 26px;
    text-align: left;
    color: #3f3d56;
}

div#gform_wrapper_1 {
}

div#gform_fields_1 input {
    border: 0;
    border-radius: 0;
    height: 51px;
}

textarea#input_1_4 {
    border: 0;
    border-radius: 0;
    height: 190px;
}

div#gform_wrapper_1 .gform_footer.left_label {
    padding-left: 0;
}

input#gform_submit_button_1 {
    background: #FFD416;
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
}

label#label_1_5_1 {
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-left: 10px;
}

input#choice_1_5_1 {
    width: 20px;
    border-radius: 0;
    border-color: #fff;
}

/* Faq's Block */
.faq-accordion h3 {
    color: #3F3D56;
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.faq-accordion h3 a {
    color: #3F3D56;
}

.faq-accordion h3 i {
    margin-right: 15px;
}

.faq-awnser {
    padding-left: 35px;
    font-size: 16px;
    line-height: 26px;
}

.faq-accordion {
    margin-bottom: 15px;
}

.faqs-list {
    margin-top: 30px;
}

.faqs-block-wrap {
    margin: 60px 0;
}

.faqs-block-wrap ul {
    padding-left: 20px;
}

.faq-awnser {
    display: none;
}

.faq-awnser > div {
    margin-top: 15px;
    padding-bottom: 30px;
}

/* Fullwidth CTA Block */
.cta-full-width {
    background: linear-gradient(#fff2b8 0%, #fffbe5 0%, #fff8d5 0%, #ffe98d 100%);
    padding: 80px 90px 40px;
}

.cta-full-width-wrap .link-with-arrow a {
    color: #E56F7C;
}

.cta-full-width-wrap .link-with-arrow i:before {
    color: #E56F7C;
}

.cta-full-width-wrap .default-content {
    max-width: 440px;
    margin-bottom: 40px;
}

/* Male Pages Styling Override */
body.male-styling span.slider.round {
    background: linear-gradient(#4e9cea 0%, #93c3f2 100%);
}

body.male-styling div.slide-style-heading-on-side .hero-slide-title strong {
    color: #4E9CEA;
}

body.male-styling .link-with-arrow a {
    color: #4E9CEA;
}

body.male-styling .link-with-arrow a i:before {
    color: #4E9CEA;
}

body.male-styling div.menu-female {
    display: none;
}

body.male-styling div.menu-male {
    display: block;
}

body.male-styling ul.header-menu > li.current-menu-item > a, body.male-styling ul.header-menu > li > a:hover {
    color: #4E9CEA;
}

body.male-styling .slider:before {
    background: #fff;
}

body.male-styling a {
    color: #4E9CEA;
}

body.male-styling ul.footer-menu > li > a:hover {
    color: #4E9CEA;
}

body.male-styling .footer-social-list a:hover svg path {
    fill: #4E9CEA;
}

body.male-styling div.hero-slide.slide-style-fullwidth {
    background: linear-gradient( to top, rgb(192 220 248 / 60%) 0%, rgb(78 156 234 / 60%) 100%);
}

body.male-styling div.hero-slide.slide-style-fullwidth .hero-slide-title {
    max-width: 960px;
}

body.male-styling div.hero-slide.slide-style-fullwidth .hero-slide-title strong {
    color: #4E9CEA;
}

body.male-styling ul.slick-dots li.slick-active,body.male-styling ul.slick-dots li:hover {
    background: #C0DCF8;
}

body.male-styling ul.slick-dots li {
    border-color: #4E9CEA;
}

body.male-styling .vaccinatie-row-content h3, body.male-styling .page-hero-wrap h1 {
    color: #4E9CEA;
}

body.male-styling .page-hero-default.show-gradient:after {
    background: linear-gradient(#fff 0%, rgb(192 220 248 / 60%) 100%);
}

body.male-styling .row.content-icon-boxes-grid > div.even {
    background: linear-gradient(#accff7 0%, #e8f4ff 100%);
}

body.male-styling .icon-question-arrow .path3:before, body.male-styling .icon-question-arrow .path1:before {
    color: #C0DCF8;
}

body.page-id-35.male-styling {
    background: #F4F5F9;
}

.faq-accordion h3.active {
    color: #DA6A76;
    font-weight: bold;
}

body.male-styling .faq-accordion h3.active {
    color: #4E9CEA;
    font-weight: bold;
}

.hero-circle, .hero-triangle {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-hero-default {
    overflow: hidden;
    position: relative;
}

.hero-circle {
    transform: translate(-25%, 35%);
}

.cta-full-width-wrap {
    margin: 60px 0;
}

ul.resources-list h3 {
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    max-width: 360px;
}

ul.resources-list li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
}

ul.resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.resources-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #3f3d56;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

/* Popup */
.gender-popup {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px;
    width: 520px;
    padding-top: 100px;
    z-index: 10;
    box-shadow: 0px 0px 12px 0px #d2d2d2;
    max-width: calc(100% - 50px);
}

.gender-popup-row {
    text-align: center;
    margin-bottom: 40px;
}

a.btn.btn-red {
    background: #e7707d;
    color: #fff;
}

.gender-popup-row p {
    margin-bottom: 15px;
    font-size: 18px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    opacity: .8;
}

button.close-popup {
    position: absolute;
    top: 20px;
    right: 10px;
    background: transparent;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
}

button.close-popup:before {
    width: 30px;
    height: 1px;
    background: #000;
    content: '';
    display: block;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
}

button.close-popup:after {
    width: 30px;
    height: 1px;
    background: #000;
    content: '';
    display: block;
    transform: rotate(-45deg) translate(-50%, -50%);
    margin-top: 0px;
    transform-origin: top left;
}

.gender-popup-row .btn {
    min-width: 160px;
    font-size: 20px;
    box-shadow: 0 0 5px 0px #bdbdbd;
    font-weight: 600;
}

a.btn.btn-red {
}

a.btn.btn-blue {
    background: #4e9cea;
    color: #fff;
}

.gender-popup-footer {
    font-size: 12px;
    line-height: 20px;
}

.col-12.col-md-9.share-links img {
    width: 40px;
    margin-right: 10px;
}

.vrs-grid.full-contnet a, .vrs-grid.full-contnet strong {
    text-decoration: underline;
    color: #fff;
}

.vrs-grid.full-contnet {
    max-width: 450px;
    margin: 0 auto;
    font-weight: 600;
}

.faq-accordion h3.active i.icon-question-arrow {
    transform: rotate(90deg);
}

i.icon-question-arrow {
    display: inline-block;
    transition: .35s ease;
}

.footer-socket .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-text {
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.share-this-page-wrap .row {
    justify-content: flex-end;
    display: flex;
}

.share-this-page-wrap {
}

.share-page {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div.share-heading h2 {
    font-size: 20px;
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: 600;
}

.share-links img {
    width: 40px;
}

.share-links li a span {
    display: none;
}

div.share-links ul li:last-child {
    margin-right: 0;
}

/* Testimonials Page */
.featured-testimonials-grid {
    display: flex;
    justify-content: space-between;
}

.ft-left-column {
    width: 320px;
}

.featured-testimonials-block {
    padding: 64px 0 130px;
}

.ft-left-column h1 {
    font-size: 80px;
}

.ft-left-right {
    width: 60%;
    max-width: 600px;
}

.featured-testimonials-posts {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.featured-testimonials-block .container {
    width: 1100px;
}

.featured-testimonials-posts > a {
    width: calc(50% - 30px);
    margin: 0 15px;
    transition: .35s ease;
}

.featured-testimonials-posts > a:hover {
    transform: translateY(-5px);
}

.ft-left-right h3 {
    color: #E7707D;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 15px;
}

.featured-testimonial-image img {
    width: 100%;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 6px;
}

.featured-testimonial-image {
    margin-bottom: 24px;
    position: relative;
}

.testimonial-meta {
    color: #403D56;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 32px;
}

.testimonial-meta svg {
    margin-right: 10px;
}

.testimonial-meta span:last-of-type {
    color: #E7707D;
}

.testimonails-categories-block {
    background: rgb(247 205 209 / 80%);
    padding: 78px 0 40px;
}

.testimonails-categories-block h2 {
    max-width: 600px;
    font-size: 60px;
    line-height: 54px;
}

.testimonails-categories-block h2 strong {
    font-weight: 400;
    color: #E7707D;
}

.testimonails-categories-block .content {
    /*     max-width: 447px; */
    margin-bottom: 29px;
    font-size: 20px;
    line-height: 32px;
    /* color: #000; */
}

span.dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 17px;
    padding: 0 16px;
    height: 34px;
    position: absolute;
}

span.dots span {
    width: 4px;
    height: 5px;
    display: inline-block;
    background: #1e3273;
    border-radius: 6px;
    margin: 0 2px;
}

h3.category-title {
    font-family: 'Noto Sans';
    font-weight: bold;
    max-width: 516px;
    font-size: 42px;
    line-height: 64px;
    position: relative;
}

span.category-name {
    background-color: #fff;
    padding: 0px 5px;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    display: inline;
    position: relative;
    left: 5px;
}

h3.category-title span.dots {
    margin-bottom: 5px;
    top: 20px;
    left: 0px;
}

.testimonial-category-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.testimonial-category-readmore {
    margin-left: auto;
    width: 190px;
    background: #1E3273;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    transition: .35s ease;
}

.testimonial-grid-item {
    display: flex;
    width: calc(50% - 95px);
    padding-right: 32px;
    align-items: center;
}

.testinials-category-inner {
    width: calc(100% - 191px);
    display: flex;
    justify-content: space-between;
}

a.testimonial-video-thumb {
    position: relative;
    display: block;
}

a.testimonial-video-thumb {
    width: 191px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.testimonial-grid-item-image img, .testimonial-grid-item-image {
    border-radius: 6px;
}

a.testimonial-video-thumb .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-grid-item-details {
    padding-left: 32px;
    width: calc(100% - 191px);
}

.testimonial-grid-item-details .meta {
    color: #403D56;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Bebas Neue';
}

.testimonial-grid-item-details .meta span.age {
    color: #E7707D;
}

.testimonial-title-link a, .testimonial-title-link p, .testimonial-title-link h3 {
    font-size: 22px;
    line-height: 28px;
    color: #403D56;
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: 600;
}

.testimonial-title-link h3 {
    text-transform: none;
}

.testimonial-category-wrap {
    margin-bottom: 96px;
}

.cat-rm {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Noto Sans';
}

span.cat-rm-default {
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
}

span.cat-rm-default svg {
    margin-left: 12px;
}

.testimonial-grid-item-image span {
    background: #1E3273;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    display: table;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.testimonial-grid-item-image {
    position: relative;
}

.testimonails-categories-block .container {
    width: 1100px;
}

.testimonial-title-link {
    margin-top: 12px;
}

.testimonial-title-link a:hover {
    color: #E56F7C;
}

a.testimonial-video-thumb svg path {
    transition: .35s ease;
}

a.testimonial-video-thumb:hover svg path {
    fill: #E56F7C;
}

.testimonial-category-readmore:hover {
    background: rgb(42 42 42);
}

.testimonial-category-readmore a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.testimonial-category-hero {
    background: #F7CDD1;
    padding: 0;
    margin-top: -60px;
}

section.testimonial-category-hero h1 {
    background-color: #fff;
    padding: 0px 5px;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    position: relative;
    left: 5px;
    display: inline;
    width: 511px;
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 42px;
    line-height: 62px;
}

.testimonial-cat-title {
    max-width: 521px;
}

.hero-category-heading {
    display: flex;
    align-items: center;
    color: #403D56;
    font-size: 32px;
    font-family: 'Bebas Neue';
    margin-bottom: 10px;
    align-items: center;
    line-height: 1;
}

.hero-category-heading {
    position: relative;
    padding-left: 75px;
}

.hero-category-heading span.dots {
    left: 0;
    top: -6px;
}

.hero-category-heading > span {
    margin-right: 15px;
}

.hero-category-description {
    /*     max-width: 521px; */
    color: #3F3D56;
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0;
}

section.testimonial-category-hero .container {
    position: relative;
    padding: 94px 0 70px;
    width: 1100px;
}

section.testimonial-category-hero a.testimonials-list {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1E3273;
    border-radius: 30px;
    padding: 12px 0;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50%);
}

section#testimonials-list {
    padding: 100px 0;
}

.testimonial-post-meta {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 54px;
    color: #403D56;
    text-transform: uppercase;
}

section#testimonials-list h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 61px;
    line-height: 54px;
    margin-bottom: 32px;
}

span.author-age {
    color: #E56F7C;
}

.testimonial-post-excerpt {
    color: #403D56;
    font-size: 20px;
    margin: 10px 0 30px;
    line-height: 28px;
}

section#testimonials-list .container {
    width: 1100px;
}

.testimonial-post-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
    align-items: center;
    order: 1;
}

.testimonials-items-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.testimonials-items-wrap.coco .testimonial-post-item.name-coco {
    order: 0;
}

.testimonials-items-wrap.shaun .testimonial-post-item.name-shaun {
    order: 0;
}

.testimonial-post-item-content {
    width: calc(50% - 16px);
}

.testimonial-post-item-media {
    width: calc(50% - 16px);
}

.testimonial-post-item-image img {
    width: 100%;
}

img {
    vertical-align: middle;
}

.button-play {
}

.testimonial-post-item-media a {
    display: block;
    position: relative;
}

.testimonial-post-item-media .button-play {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-post-item-image span {
    color: #F7CDD1;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: bold;
    background: #1E3273;
    border-radius: 6px;
    display: table;
    padding: 0px 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.testimonial-post-item:nth-child(odd) .testimonial-post-item-content {
    order: 2;
}

span.dots.bg-pink {
    background: #F7CDD1;
    margin-right: 12px;
}

.testimonial-post-rm a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #1E3273;
    display: flex;
    align-items: center;
}

.testimonial-post-rm a {
    padding-left: 0px;
    position: relative;
}

.testimonial-post-rm a svg {
    margin-right: 10px;
}

a span.dots.bg-pink {
    left: 0;
    top: -10px;
}

.testimonial-post-rm a:hover {
    color: #E56F7C;
}

.testimonial-post-rm a:hover {
    color: #E56F7C;
}

section.other-testimoinals-categories {
    padding: 70px 0 60px;
    background: #EFEFEF;
}

.testimonial-categories-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.other-testimoinals-cats {
    width: calc(100%/4 - 16px);
    margin: 0 8px;
    background: #fff;
    border-radius: 6px;
    /*     min-width: 263px; */
}

.other-testimoinals-cats h3 {
    color: #403D56;
    font-size: 24px;
    background-color: #F7CDD1;
    padding: 0px 5px;
    box-shadow: 5px 0 0 #F7CDD1, -5px 0 0 #F7CDD1;
    display: inline;
    position: relative;
    left: 5px;
    line-height: 38px;
    font-family: 'Noto Sans';
    font-weight: bold;
}

.other-testimoinals-cats a {
    padding: 20px;
    display: block;
    height: 100%;
    min-height: 265px;
    padding-bottom: 60px;
    position: relative;
}

.button-play-red {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

section.other-testimoinals-categories h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 24px;
}

section.other-testimoinals-categories .container {
    width: 1100px;
}

.feat-image img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.feat-image {
    background-size: cover;
    background-position: center center;
    max-height: 652px;
}

section.testimonial-single-content.content {
    margin-top: -60px;
    background: #E5E5E5;
    background: #F6F6F6;
}

.testimonial-post-content {
    max-width: 888px;
    margin: 0 auto;
    padding: 78px;
    color: #3F3D56;
}

.testimonial-post-content p {
    font-size: 20px;
    line-height: 36px;
    color: #3F3D56;
}

.testimonial-post-content h3 + * {
    padding-top: 40px;
}

.testimonial-post-content h1 {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Bebas Neue';
    font-weight: normal;
    color: #3F3D56;
}

.testimonial-post-content h3 {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    background: rgb(247 205 209 / 80%);
    display: inline;
    padding: 5px 5px;
    position: relative;
    position: relative;
    top: 40px;
}

section.testimonial-single-content.content h3 {
    color: #3F3D56;
}

/* section.testimonial-single-content.content h3:before {
    content: '....';
    display: block;
    width: 45px;
    background: rgba(247, 205, 209, 0.8);
    text-align: center;
    line-height: 1;
    padding: 0px 0 11px;
    margin-bottom: 5px;
} */
.testimonial-sigle-video-image {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 170px;
}

.testimonial-sigle-video-image img {
    border-radius: 6px;
}

span.single-video-title {
    width: 150px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}

.testimonial-video-wrap a {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-sigle-video-image .button-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-video-title {
    color: #E7707D;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    padding-left: 15px;
    max-width: 150px;
}

.testimonial-video-wrap {
    margin: 50px 0 60px;
}

.testimonial-sigle-video-image .button-play svg {
    width: 35px;
}

body.page-id-837 .header-nav-bar, body.tax-testimonial-category .header-nav-bar, body.single-testimonial .header-nav-bar {
    display: none;
}

.dots > span {
    animation: sound 0ms -800ms linear infinite alternate;
}

.featured-testimonials-posts > a span.dots span {
    width: 2px;
    height: 2px;
    animation: sound_v 0ms .5s linear infinite alternate;
}

section.testimonial-single-content.content h3 span.dots.bg-pink {
    position: absolute;
    display: inline-flex;
    border-radius: 0;
    padding-top: 5px;
    margin-bottom: 2px;
    top: -37px;
    left: 0;
    padding: 0 6px;
    width: 45px;
}

section.testimonial-single-content.content h3 span.dots.bg-pink span {
    width: 3px;
}

@keyframes sound {
    0% {
        opacity: .75;
        height: 3px;
    }

    100% {
        opacity: 1;
        height: 20px;
    }
}

@keyframes sound_v {
    0% {
        opacity: .75;
        height: 3px;
    }

    100% {
        opacity: 1;
        height: 10px;
    }
}

.featured-testimonials-posts > a span.dots {
    bottom: 20px;
    right: 15px;
    height: 24px;
    width: 40px;
    padding: 5px 0;
}

.dots > span:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.dots > span:nth-child(2) {
    left: 5px;
    animation-duration: 433ms;
}

.dots > span:nth-child(3) {
    left: 9px;
    animation-duration: 407ms;
}

.dots > span:nth-child(4) {
    left: 13px;
    animation-duration: 458ms;
}

.featured-testimonials-posts > a span.dots > span:nth-child(1) {
    left: 1px;
    animation-duration: .5s!important;
}

.featured-testimonials-posts > a span.dots > span:nth-child(2) {
    left: 5px;
    animation-duration: .3s!important;
}

.featured-testimonials-posts > a span.dots > span:nth-child(3) {
    left: 9px;
    animation-duration: .5s!important;
}

.featured-testimonials-posts > a span.dots > span:nth-child(4) {
    left: 13px;
    animation-duration: .3s!important;
}

/* Two Columns Block */
.two-columns-content h3 {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: bold;
    margin-bottom: 30px;
}

.two-columns-content ul {
    /* list-style: none; */
    /* margin-top: 20px; */
    padding-left: 20px;
}

.two-columns-content ul li {
    /* padding-left: 35px; */
    /* background-image: url(images/list-icon.svg); */
    /* background-size: 20px; */
    /* background-repeat: no-repeat; */
    /* background-position: 0px 4px; */
}

.two-columns-block a.button {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    background: #4E9CEA;
    border-color: #4E9CEA;
}
.two-columns-block a.button2 {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    background: #4E9CEA;
    border-color: #4E9CEA;
}
.two-columns-block ul li {
    /* color: #3F3D56; */
    /* text-transform: none; */
    /* font-family: 'Noto Sans'; */
    /* font-weight: 500; */
    /* font-size: 20px; */
    /* cursor: pointer; */
    /* padding-bottom: 15px; */
}

.two-columns-block ul li::marker{
    color: #e56f7c;
}

.two-columns-block h2 strong {
    color: #e56f7c;
    font-weight: 500;
}

.two-columns-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.two-columns-grid > div {
    width: calc(50% - 100px);
}

.two-columns-grid h2 {
    margin-bottom: 16px;
}

section.two-columns-block {
    padding: 80px 0;
}

section.testimonial-grid-item-sp {
    background: rgb(247 205 209 / 80%);
    position: relative;
    padding: 50px 0;
    margin-top: 80px;
}

.sp-testimonial-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp-image {
    width: 40%;
}

.sp-testimonial-content {
    width: 60%;
    padding-left: 120px;
}

.sp-testimonial-heading {
    font-size: 42px;
    line-height: 1.5;
    color: #403d56;
    font-family: 'Noto Sans';
    font-weight: 600;
    margin: 0px;
    background-color: #fff;
    padding: 0px 5px;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    display: inline;
    position: relative;
    left: 5px;
}

.sp-image img {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 12px;
}

.sp-testimonial-name {
    color: #403d56;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sp-name {
    padding-left: 70px;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Bebas Neue';
}

.sp-name strong {
    color: #e7707d;
    font-weight: normal;
}

.sp-image img {
    width: 100%;
}

.sp-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-80px);
    border-radius: 6px;
}

a.sp-button span {
    color: #3f3d56;
    padding-left: 12px;
    transition: .35s ease;
}

a.sp-button {
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
}

a.sp-button:hover span {
    color: #E56F7C;
}

body.male-styling section.testimonial-grid-item-sp {
    background: #c0dcf8;
}

body.male-styling .sp-name strong {
    color: #4e9cea;
}

body.male-styling a.sp-button svg path {
    fill: #4E9CEA;
}

body.male-styling a.sp-button:hover span {
    color: #4E9CEA;
}

.blog-categories-lists-with-posts {
    padding: 40px 0;
}

.categories-filters {
    margin-bottom: 50px;
}

.categories-filters h2 {
    font-size: 24px;
    color: #3F3D56;
    line-height: 1;
}

.category-filter-list a {
    background: #E5E5E5;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #403D56;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    padding: 5px 15px;
    margin-right: 5px;
}

.category-filter-list a:hover {
    color: #e7707d;
}

.blog-grid {
    /*display: flex;*/
}

.grid-post-thumb img {
    width: 100%;
}

.blog-grid-item {
    margin-right: 20px;
    background: #F6F6F6;
    width: 295px;
    height: auto;
    position: relative;
}

h2.category-title span {
    padding: 0;
}

h2.category-title {
    font-size: 36px;
    line-height: 1;
}

.post-grid-content {
    padding: 20px 15px 65px 20px;
    /* position: relative; */
    /* height: 100%; */
}

.post-grid-footer {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-grid-content h3 {
    font-family: 'Noto Sans';
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 15px;
    min-height: 80px;
}

.post-grid-footer img {
    height: 20px;
    width: auto;
}

.post-grid-footer a i svg {
    fill: #e7707d;
    width: 16px;
    margin-left: 10px;
}

.post-grid-footer a {
    display: flex;
    align-items: center;
}

.blog-category-wrap {
    margin-bottom: 80px;
}

.category-filter-list a.active {
    color: #E56F7C;
}

.left-padding {
    opacity: 0;
}

.left-padding.visible {
    opacity: 1;
}

.blog-grid-wrap .slick-dots {
    display: flex;
    max-width: 770px;
    width: 100%;
    align-items: flex-end;
}

.blog-grid-wrap .slick-dots li {
    height: 10px;
    background: transparent!important;
    border-radius: 0;
    margin: 0;
    width: 100%;
    max-width: 105px;
    border-bottom: 3px solid #F6F6F6;
    position: relative;
    top: 3px;
}

.blog-grid-wrap .slick-dots li.slick-active, .blog-grid-wrap .slick-dots li:hover {
    border-bottom-width: 6px;
    border-color: #e56f7c;
}

.blog-grid .slick-track {
    margin-left: 0;
    display: flex;
}

.blog-grid .slick-list {
    padding-right: 100px;
}

body.male-styling .post-grid-footer a i svg {
    fill: #4E9CEA;
}

body.male-styling .category-filter-list a.active, body.male-styling .category-filter-list a:hover {
    color: #1E3273;
}

body.male-styling .blog-grid-wrap .slick-dots li.slick-active, body.male-styling .blog-grid-wrap .slick-dots li:hover {
    border-color: #1E3273;
}

.home-news-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.home-news-grid-item {
    width: calc(100%/4 - 20px);
    margin: 0 10px 20px;
    background: #f4f4f4;
    min-width: 295px;
}

section.homepage-news-grid-block {
    padding: 50px 0;
    padding-top: 130px;
    background: #f6f6f6;
}

section.homepage-news-grid-block .row {
    margin: 0 -25px;
}

.home-post-grid-content h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Noto Sans';
    font-weight: bold;
    color: #3F3D56;
    min-height: 80px;
}

.home-post-grid-content {
    position: relative;
    padding: 20px 15px 65px 20px;
    min-height: 180px;
    background: #fff;
}

.grid-post-thumb-home img {
    opacity: 0;
}

.grid-post-thumb-home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-category-wrap h2.category-title {
    margin-left: -5px;
}

.categories-filters .row {
    margin: 0 -25px;
}

/* Hero Campaignn Landing */
.hero-campaign-landing h1 {
    font-size: 70px;
    line-height: 72px;
}

.hero-campaign-landing h1 span:first-child {
    color: #E7707D;
    display: block;
}

.hero-campaign-landing {
    padding: 32px 0 100px;
}

.hero-landing-logos {
    display: flex;
    margin: 17px 0 30px;
}

.hero-landing-logos > div {
    background: #FFFFFF;
    border: 2px solid #E6E6E6;
    border-radius: 30px;
}

.hero-landing-logos > div {
    padding: 5px 15px;
    margin-right: 10px;
}

.landing-hero-content {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    max-width: 773px;
}

/* Episodes Block */
.hpv-episodes-block {
    background: #F7CDD1;
}

.users-logos-w-names figure {
    border-radius: 50px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.users-logos-w-names figure img {
    border-radius: 50%;
    width: 90px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.users-logos-w-names > div > div {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    /* or 24px */
    text-align: center;
    color: #3F3D56;
    margin-top: 20px;
}

.users-logos-w-names {
    display: flex;
}

.users-logos-w-names > div {
    width: 90px;
    margin-right: 32px;
    margin-top: -45px;
}

.episodes-block-content {
    padding: 70px 0 32px;
}

.episodes-block-content > div {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */
    color: #000000;
    max-width: 735px;
}

.episodes-block-content h2 {
    font-weight: 400;
    font-size: 61px;
    line-height: 54px;
    /* identical to box height, or 89% */
    color: #3F3D56;
}

.episode-grid-item a.testimonial-video-thumb {
    width: 100%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.episode-grid-item a.testimonial-video-thumb img {
    width: 100%;
}

.episodes-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
    padding-bottom: 40px;
}

.episode-grid-item {
    width: calc(50% - 64px);
    margin: 0 32px 30px;
}

.episode-number {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    /* identical to box height, or 75% */
    color: #E7707D;
    margin: 30px 0 12px;
}

.episode-grid-item h3 {
    margin: 12px 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    /* or 34px */
    color: #3F3D56;
}

.episode-grid-item a.testimonial-video-thumb svg {
    width: 100px;
    height: 100px;
}

/* Ambassaddor List */
.hpv-ambassadeurs-block {
    background: #EFEFEF;
    padding: 80px 0 134px;
}

.hpv-ambassadeurs-block h2 {
    margin-bottom: 32px;
}

.ambassadeurs-grid-left h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    /* identical to box height, or 112% */
    color: #E7707D;
}

.amb-content {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    color: #403D56;
    margin-bottom: 32px;
}

.social-icons-grid {
    display: flex;
}

.social-icons-grid > div {
    margin-right: 12px;
    background: #d9d9d9;
    border-radius: 50%;
}

.social-icons-grid > div img {
    padding: 5px 5px;
}

.ambassadeurs-grid-right img {
    width: 80%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.ambassadeurs-grid-right {
    width: calc(50% - 32px);
    margin: 0 16px;
}

.ambassadeurs-grid-left {
    width: calc(50% - 32px);
    margin: 0 16px;
}

.ambassadeurs-grid-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -16px 100px;
    align-items: center;
}

.ambassadeurs-grid-item:nth-child(even) .ambassadeurs-grid-left {
    order: 2;
}

.ambassadeurs-grid-item:last-child {
    margin-bottom: 0;
}

.full-screen-menu {
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: .35s ease;
    opacity: 0;
    visibility: hidden;
}

.desktop-menu-active .full-screen-menu{
    opacity: 1;
    visibility: visible;
}

.full-screen-left {
    text-align: center;
    width: 50%;
}

.full-screen-right {
    width: 50%;
    background: #403D56;
    height: 100%;
    padding: 100px 164px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-menu-active header#site-header {
    padding: 20px 0;
    background: #fff;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    height: 100px;
    z-index: 10;
    overflow: visible;
}

.desktop-menu-active .header-logo {
    position: relative;
    z-index: 9;
}

.desktop-menu-active nav.header-main-menu {
    /*margin-top: 0;*/
}

.desktop-hamburger {
    margin-top: 16px;
}

html.desktop-menu-active, html.desktop-menu-active body{
    overflow: hidden;
}

.fs-menu-heading {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
/* identical to box height */
    color: #403D56;
    margin: 30px 0;
}

.fs-menu-content {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #403D56;
    max-width: 550px;
    margin: 0 auto 40px;
}

.fs-menu-content .link-with-arrow a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
/* identical to box height */
    color: #4E9CEA;
}

.fs-menu-content .link-with-arrow a i:before {
    color: #4E9CEA;
}

.full-screen-menu ul li a {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
}

.full-screen-menu ul {
    display: block;
}

.full-screen-menu ul li {
    margin: 20px 0;
}

.header-mobile-menu{
    display: none;
}

.full-screen-menu ul li {
    display: block;
}

/* Responsiveness */
@media all and (max-width: 1600px) {
    div.share-heading h2 {
        /*font-size: 40px;*/
    }
}

@media all and (min-width: 1300) and (max-width: 1400px) {
    header ul.header-menu > li > a {
        font-size: 15px;
    }
}

@media all and (max-width: 1400px) {
    section.testimonial-grid-item-sp {
        padding: 30px 0;
    }

    .sp-testimonial-content {
        padding-left: 60px;
    }

    .sp-image {
        transform: translateY(-60px);
    }

    .header-container {
        max-width: calc(100% - 50px);
    }

    .full-screen-right {
        padding: 100px 120px;
    }
}

@media all and (max-width: 1300px) {
    ul.header-menu > li > a {
        /*font-size: 12px;*/
    }

    .tooltip-info {
        transform: translateX(-0);
    }

    .two-columns-grid > div {
        width: calc(50% - 50px);
    }

    header#site-header ul.header-menu > li {
        display: none;
    }

    .header-main-menu ul.header-menu {
        justify-content: flex-end;
    }

    nav.header-main-menu {
        margin-right: auto;
        margin-left: 65px;
    }

}

@media all and (min-width: 1180px) and (max-width: 1300px){

    header#site-header ul.header-menu > li:nth-child(-n+5) {
        display: block;
    }

}

@media all and (min-width: 1000px) and (max-width: 1180px){
    
    header#site-header ul.header-menu > li:nth-child(-n+4) {
        display: block;
    }

}

@media all and (min-width: 767px) and (max-width: 1000px){
    
    header#site-header ul.header-menu > li:nth-child(-n+3) {
        display: block;
    }

}

header#site-header ul.header-menu li.visible-mobile-only {
    display: none;
}

.mobile-only, .gender-switcher.mobile-only {
    display: none;
}

ul.header-menu li.visible-mobile-only {
    display: none;
}

@media all and (max-width: 1180px) {
    ul.header-menu li.visible-mobile-only {
        display: block;
    }

    .desktop-hamburger{
        display: none;
    }

    .full-screen-menu{
        display: none;
    }

    .tooltip-info {
        transform: translateX(-0);
    }

    nav.header-main-menu {
        /* display: none; */
    }

    .header-nav-bar {
        display: none;
    }

    section.hero-carousel-wrap {
        background-size: 100vh auto;
        height: 850px;
        min-height: auto;
        background-position: center bottom;
    }

    div.slide-style-heading-on-side .hero-slide-title {
/*        max-width: 100%;*/
        margin-top: 80px;
    }

    .hero-slide-title br {
        /*display: none;*/
    }

    .mobile-hamburger {
        display: block;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background: #3F3D56;
        opacity: 1;
    }

    header#site-header {
        padding: 19px 0;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        align-items: center;
    }

    .header-container.container {
        align-items: center;
        max-width: calc(100% - 60px);
    }

    .hamburger-inner::before {
        width: 34px;
        transform: translateX(-8px);
    }

    .gender-switcher.female.mobile-only {
        display: block;
    }

    .header-mobile-menu {
        display: block;
        position: fixed;
        top: 104px;
        left: 0;
        height: 100vw;
        background: #fff;
        width: calc(100vw + 60px);
        margin: 0 -30px;
        padding: 70px 100px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        height: calc(100vh - 104px);
        display: block;
        margin-left: 0;
    }

    .fixed .header-mobile-menu {
        top: 104px;
        height: calc(100vh - 104px);
    }

    .menu-active .header-mobile-menu{
        opacity: 1;
        visibility: visible;
    }

    .gender-switcher.mobile-only {
        margin-left: auto;
        margin-right: 0px;
        display: flex!important;
        width: auto;
        justify-content: flex-end;
        align-items: center;
    }

    ul.header-menu {
        /* display: block; */
    }

    ul.header-menu > li > a {
        font-size: 16px;
        margin-bottom: 36px;
        display: block;
    }

    ul.header-menu > li {
        margin: 0;
        padding: 0;
    }

    ul.header-menu > li.underlined:after {
        display: none;
    }

    html.menu-active nav.header-main-menu {
        opacity: 1;
        visibility: visible;
    }

    .hamburger--collapse.is-active .hamburger-inner::after {
        width: 100%;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        width: 26px;
    }

    .gender-switcher.mobile-only {
        margin-bottom: 30px;
    }

    .gender-switcher .current-selected {
        margin-right: 20px;
        display: table;
    }

    .info-tooltip {
        margin-left: 15px;
    }

    .action-buttons {
        display: inline-flex;
    }

    div.share-links ul {
        flex-wrap: wrap;
    }

    .col-12.col-md-9.share-links {
        width: 59%;
    }

    .col-12.col-md-3.share-heading {
        width: 40%;
    }

    body.page-id-837 .gender-switcher.mobile-only, body.tax-testimonial-category .gender-switcher.mobile-only, body.single-testimonial .gender-switcher.mobile-only {
        display: none!important;
    }

    ul.header-menu > li > a {
        font-size: 14px;
    }

    .header-logo {
        margin-bottom: -60px;
        position: relative;
        z-index: 2;
    }

    header#site-header {
        padding: 10px 0 0;
    }

    header#site-header.fixed .header-logo img {
        max-width: 120px;
    }

    header#site-header.fixed {
        padding: 10px 0;
    }

    .header-mobile-menu ul.header-menu > li {
        display: block!important;
        padding: 0;
    }
    
    .header-mobile-menu ul.header-menu {
        display: block;
    }

    .full-screen-right {
        padding: 100px 80px;
    }

    .full-screen-left {
        padding: 100px 50px;
    }
}

@media all and (max-width: 1300px) and (min-width: 1400px) {
    .col-12.col-md-3.share-heading {
        min-width: 300px;
    }

    .col-12.col-md-9.share-links {
        max-width: calc(100% - 300px);
    }
}

@media all and (max-width: 1000px) and (min-width: 768px) {
    .row.img-pos-right.align-top {
        align-items: center;
    }

    .row.img-pos-right.align-bottom {
        align-items: center;
    }

    .row.against-hpv-row .heading-col {
        min-width: 160px;
    }

    .row.against-hpv-row > .col-md-10 {
        max-width: calc(100% - 160px);
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 1000px) {
    ul.footer-menu > li {
        margin-left: 50px;
    }

    ul.footer-menu > li:first-child {
        margin-left: 0;
    }

    h2, .h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .testinials-category-inner {
        width: 100%;
    }

    section.testimonial-grid-item-sp {
        padding: 30px 0 50px;
    }

    .sp-testimonial-content {
        padding-left: 60px;
    }

    .sp-image {
        transform: translateY(-80px);
        margin-bottom: -40px;
    }

    .sp-testimonial-grid {
        display: block;
    }

    .sp-image {
        width: 100%;
        max-width: 400px;
    }

    .sp-testimonial-content {
        padding: 0;
        width: 100%;
    }

    .two-columns-grid h2 {
        line-height: 40px;
    }

    .home-news-grid-item {
        margin: 0 10px 20px;
        width: calc(100% / 2 - 20px );
        min-width: auto;
    }

    .episode-grid-item a.testimonial-video-thumb svg {
        width: 70px;
        height: 70px;
    }

    section.hero-carousel-wrap .container {
        max-width: 95%;
    }
}

@media all and (max-width: 767px) {
    div.slide-style-heading-on-side .hero-slide-title {
        font-size: 40px;
        line-height: 50px;
        max-width: 250px;
        font-size: 36px;
        line-height: 44px;
    }

    .hero-slide-title h1 {
        font-size: 36px;
    }

    .header-logo {
        width: 65px;
        margin-bottom: 0;
    }

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

    button.hamburger {
        padding: 0;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    html,body {
        overflow-x: hidden;
    }

    .hidehome {
        display: none;
    }

    .content-col:after {
        display: none;
    }

    .col-12.col-md-6.content-col {
        width: calc(100% - 20px);
        padding: 40px 30px 70px;
    }

    .img-pos-right .image-col {
        width: calc(100% - 60px);
        margin-top: -50px;
    }

    .img-pos-left .image-col {
        order: 2;
        width: calc(100% - 60px);
        transform: none;
        margin-top: -30px;
    }

    .image-callout-wrap .row {
        margin: 0;
    }

    h2, .row.against-hpv-row .heading-col h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .image-callout-wrap {
        padding: 40px 0 0px;
    }

    .row.img-pos-left.align-bottom {
        padding-bottom: 0;
    }

    .row.against-hpv-row .heading-col h2 {
        width: 160px;
        padding: 20px 40px 56px;
    }

    .col-12.col-md-2.heading-col {
        max-width: 329px;
        top: 0;
        transform: translateX(-30px);
    }

    .row.against-hpv-row > .col-md-10:before {
        display: none;
    }

    .row.against-hpv-row > .col-md-10 {
        padding: 40px 30px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-top: -60px;
        position: relative;
        z-index: 2;
    }

    .row.against-hpv-row > .col-md-10 .col-12 {
        padding: 0;
    }

    .col-12.col-md-3.img-col {
        width: 80px;
    }

    .grid-item.row .content-column {
        width: calc(100% - 90px);
        margin-left: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .grid-item.row h3 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    ul.resources-list h3 {
        text-transform: none;
        font-family: 'Noto Sans';
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        max-width: 360px;
    }

    ul.resources-list {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

    .vrs-box-item::after {
        content: '';
        width: 0px;
        height: 28.61px;
        background: transparent;
        border: 0px solid #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .vrs-grid {
        display: unset;
        justify-content: space-around;
        font-size: 12px;
        text-align: center;
    }

    .vrs-box-item {
        width: calc(100%);
        position: relative;
    }

    .row.against-hpv-row > .col-md-10 h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .against-hpv-wrap {
        padding-top: 0;
        padding-bottom: 40px;
    }

    body.home .default-content-block, body.page-id-35 .default-content-block {
        background: #fff;
    }

    .footer-socket {
        padding: 50px 0;
    }

    .footer-social > a {
        margin-right: 15px;
    }

    .footer-social-list a {
        margin-right: 12px;
    }

    ul.footer-menu {
        display: block;
    }

    ul.footer-menu > li {
        margin: 0;
        margin-top: 18px;
    }

    header#site-header.fixed {
        padding: 10px 0 0;
        padding: 0;
    }

    header#site-header.fixed .header-logo img {
        max-width: 80px;
    }

    .footer-social-list a:last-child {
        margin-right: 0;
    }

    .row.against-hpv-row > .col-md-10 .row {
        margin: 0;
    }

    .row.against-hpv-row > .col-md-10 .grid-item.row {
        margin-bottom: 12px;
    }

    .row.against-hpv-row ul.slick-dots li {
        height: 5px;
        width: 34px;
        border-radius: 3px;
        background: #E4E4E4;
        border: 0;
    }

    .row.against-hpv-row ul.slick-dots li.slick-active {
        background: #e56f7c;
    }

    .fixed nav.header-main-menu {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .page-hero-content {
        padding-top: 50px;
    }

    .page-hero-wrap h1 {
        font-size: 50px;
        line-height: 56px;
    }

    .page-hero-image {
        max-width: 90%;
        max-width: 80%;
        margin-left: auto;
        padding-right: 0;
        position: relative;
        z-index: 2;
    }

    .col-12.col-md-3.share-heading {
        width: 100%;
    }

    .col-12.col-md-9.share-links {
        width: 100%;
    }

    div.share-links ul {
        padding: 0;
        padding-top: 20px;
    }

    div.share-links ul li {
        width: auto;
        margin-bottom: 0;
    }

    .share-links li a span {
        display: none;
    }

    div.share-links ul li {
        margin-right: 15px;
    }

    div.share-links ul li:last-child {
        margin-right: 0;
    }

    div.share-links ul {
        justify-content: space-between;
    }

    .callout-content-left {
        padding: 0;
        margin-bottom: 30px;
    }

    .row.content-icon-boxes-grid {
        display: block;
    }

    .row.content-icon-boxes-grid > div {
        max-width: 100%!important;
    }

    .row.content-icon-boxes-grid > div {
        padding: 20px 30px;
        text-align: left;
        margin-bottom: 20px;
    }

    .row.content-icon-boxes-grid h3 {
        text-align: left;
        font-size: 36px;
        margin-bottom: 5px;
    }

    .cbox-image {
        margin-bottom: 0px;
        max-width: 59px;
    }

    .cbox-content {
        margin-bottom: 20px;
    }

    .link-with-arrow a {
        color: #E56F7C;
    }

    .link-with-arrow a i:before {
        color: #E56F7C;
    }

    .col-12.col-md-6.even {
    }

    .row.content-icon-boxes-grid > div.odd {
        margin: 0;
    }

    .default-content {
        font-size: 16px;
    }

    .default-content a {
        word-break: break-all;
    }

    .default-content-block {
        padding: 50px 0;
    }

    .vaccinatie-row-content h3 {
        margin-bottom: 10px;
    }

    .col-12.col-md-6.vaccinatie-row-side {
        margin-top: 30px;
    }

    .vrs-bottom-content {
        padding: 30px;
        margin-top: 30px;
    }

    div#gform_wrapper_1 label.gfield_label {
        width: 100%;
        margin-bottom: 5px;
    }

    div.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
        width: 100%;
    }

    fieldset#field_1_5 {
        display: flex;
    }

    .gchoice.gchoice_1_5_1 {
        display: flex;
        align-items: flex-start;
    }

    label#label_1_5_1 {
        width: 100%;
        display: block;
        text-align: left;
    }

    .ginput_container.ginput_container_checkbox {
        width: 100%!important;
        text-align: left;
    }

    .col-12.col-md-5.expert-logo {
        display: none;
    }

    img.mobile-only.expert-logo {
        max-width: 200px;
        display: block;
        margin-bottom: 20px;
    }

    .faqs-list {
        margin-top: 10px;
    }

    .faq-accordion h3 {
        font-size: 16px;
        line-height: 26px;
        display: flex;
    }

    .faq-accordion h3 i {
        position: relative;
        top: 5px;
    }

    .row.cta-full-width.align-items-center {
        padding: 30px;
    }

    .default-content {
        word-break: break-word;
    }

    .faq-awnser {
        font-size: 14px;
        line-height: 20px;
    }

    body.male-styling div.slide-style-heading-on-side .hero-slide-title br {
        display: none;
    }

    body.male-styling section.hero-carousel-wrap {
        height: 780px;
        background-size: auto 100%;
        background-position: calc(100% + 670px) 50px;
    }

    body.male-styling .hero-slide-content {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
        max-width: 250px;
    }

    .hero-slide-content {
        font-size: 14px;
    }

    body.male-styling div.slide-style-heading-on-side {
        transform: translateY(-30px);
    }

    nav.header-main-menu {
        height: calc(100vh - 118px);
        top: 118px;
    }

    .hero-triangle svg {
        max-width: 100%;
        height: 100%;
    }

    .hero-triangle {
        max-width: 100px;
    }

    .page-hero-default.show_circle .page-hero-image {
        max-width: 100%;
    }

    .hero-circle {
        transform: none;
        bottom: 0;
        width: 300px;
        height: 300px;
        left: auto;
        right: 0;
        transform: translate(10%, 40%);
    }

    section.hero-carousel-wrap {
        background: #fff !important;
        height: auto!important;
        margin-top: 0;
    }

    div.slide-style-heading-on-side .hero-slide-title {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    div.hero-slide {
        margin-bottom: 100px;
        margin-top: 0;
        min-height: auto;
        background-image: none!important;
        padding: 60px 0;
    }

    body.male-styling div.slide-style-heading-on-side {
        transform: none;
    }

    .row.slider-mobile-only > div:first-child {
        margin-bottom: 30px;
    }

    .footer-socket .container {
        display: block;
    }

    .footer-text {
        text-transform: uppercase;
        font-weight: 600;
        text-align: right;
    }

    .gender-popup-footer {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .share-page {
        display: block;
    }

    nav.header-main-menu {
        padding: 30px 60px;
    }

    .related-posts .container {
        padding: 0px 0 0;
    }

    .related-posts > .container > h3 {
        font-size: 36px!important;
    }

    .testimonial-video-wrap {
        margin: 50px 0 30px;
    }

    .two-columns-grid > div {
        width: 100%;
    }

    .sp-testimonial-heading {
        font-size: 30px;
    }

    a.sp-button {
        font-size: 16px;
    }

    .home-news-grid-item {
        margin: 0 10px 20px;
        width: calc(100% /2 - 20px );
        min-width: auto;
    }

    .categories-filters .row {
        margin: 0 -13px;
    }

    section.homepage-news-grid-block {
        margin-top: 0;
    }

    section.homepage-news-grid-block .row {
        margin: 0 0 0 0;
    }

    .home-news-grid {
        margin-right: 0;
        padding: 0;
        margin-left: -10px;
        width: calc(100% + 10px);
        max-width: 100vw;
    }

    section.homepage-news-grid-block h2 {
        padding: 0;
    }

    .episode-grid-item a.testimonial-video-thumb svg {
        width: 60px;
        height: 60px;
    }

    .hero-campaign-landing h1 span:first-child {
        display: inline;
    }

    .landing-hero-content {
        font-size: 20px;
        line-height: 32px;
    }

    .users-logos-w-names > div {
        margin-right: 22px;
    }

    .episodes-block-content h2 {
        font-size: 48px;
    }

    .episodes-block-content > div {
        font-size: 20px;
        line-height: 32px;
    }

    .episodes-list {
        display: none;
    }

    .episodes-slider.mobile-only {
        display: block;
        width: calc(100% + 30px);
    }

    .episode-grid-item {
        width: auto;
        margin: 0 15px 0 0;
    }

    .hpv-episodes-block {
        padding-bottom: 60px;
    }

    .ambassadeurs-grid-item {
        margin: 0;
        margin-bottom: 60px;
    }

    .ambassadeurs-grid-left {
        order: 2;
        width: 100%;
        margin: 0;
        margin-top: 32px;
    }

    .ambassadeurs-list {
        margin: 0;
    }

    .ambassadeurs-grid-right {
        width: 100%;
        margin: 0;
    }

    .hpv-ambassadeurs-block {
        padding-bottom: 60px;
    }

    .ambassadeurs-grid-left h3 {
        margin-bottom: 16px;
    }

    nav.header-main-menu {
        display: none;
    }
    
    .fixed .header-mobile-menu {
        top: 100px;
        height: calc(100vh - 100px);
        padding: 50px 30px;
    }
    
    .header-mobile-menu {
        top: 100px;
        height: calc(100vh - 100px);
    }
    
    header#site-header .header-container.container {
        box-shadow: 0px 3px 3px rgb(0 0 0 / 16%);
        padding: 20px 30px;
    }
    
    header#site-header {
        padding: 10px 0 0;
        box-shadow: none;
    }
    
    .header-container.container {
        position: relative;
        z-index: 12;
    }
    
    .header-mobile-menu {
        z-index: 10;
    }

    header#site-header ul.header-menu li.visible-mobile-only {
        display: block;
    }

}

.col-12.col-md-2.heading-col strong {
    color: #FFD416;
}

.hero-slide-content .link-with-arrow {
    margin-top: 15px;
}

.gender-popup, .popup-overlay {
    display: none;
}

.show-gender-popup .popup-overlay, .show-gender-popup .gender-popup {
    display: block;
}

section.fixed-logos-grid {
    padding: 30px 0;
    min-height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
}

section.fixed-logos-grid .container {
    max-width: 1650px;
}

.logos-grid-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-grid-fixed img {
    max-height: 100px;
    max-width: 200px;
    width: 100%;
}

.logos-grid-fixed {
    margin: 0 30px;
}

.logo-item-fixed {
    margin: 0 30px;
}

.hero-slide-title p {
    margin-bottom: 20px;
}

div.hero-slide a.button {
    color: #fff;
    background: #E56F7C;
    padding: .5em 1em;
    border-radius: 6px;
    display: inline-block;
    border: 2px solid #E56F7C;
}

div.hero-slide a.button:hover {
    background: transparent;
    color: #E56F7C;
}

body.male-styling div.hero-slide a.button {
    background: #4E9CEA;
    border-color: #4E9CEA;
}

body.male-styling div.hero-slide a.button:hover {
    background: transparent;
    color: #4E9CEA;
}

a.button {
    background: #E56F7C;
    color: #fff;
    padding: .75em 1rem;
    padding: .75em 2rem;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #E56F7C;
    font-weight: 600;
}

.vrs-grid.full-contnet + .button {
    margin-top: 20px;
}

a.button:hover {
    background: transparent;
    color: #E56F7C;
}

body.male-styling .dark-bg a.button {
    background: #4E9CEA;
    border-color: #4E9CEA;
    color: #fff;
}

body.male-styling .dark-bg a.button:hover {
    background: transparent;
    color: #4E9CEA;
}

.logos-heading {
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 1.5vw;
    color: #3F3D56;
    text-align: center;
    line-height: 1;
}

.testimonial-post-item-image img {
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.testimonial-post-content h2 {
    font-size: 30px;
    font-family: 'Noto Sans';
    font-weight: bold;
    color: #3F3D56;
}

.h2-wrap {
    margin-bottom: 100px;
    position: relative;
    top: 40px;
}

.h2-wrap h2.test-h2 {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.8;
    background: rgb(247 205 209 / 80%);
    display: inline;
    padding: 5px 5px;
}

.h2-wrap > span {
    position: absolute;
    top: -40px;
    left: 0;
    width: 60px;
    background: rgb(247 205 209 / 80%);
}

.related-posts .testimonial-post-item {
    margin: 0;
    padding-bottom: 50px;
}

.related-posts {
    padding-bottom: 50px;
}

.related-posts > .container > h3 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 54px;
    color: #E56F7C!important;
    text-transform: uppercase;
    font-weight: 400!important;
}

.related-posts-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related-posts-grid .testimonial-post-item {
    display: block;
    width: calc(100% / 3 - 50px);
    margin: 0 30px;
}

.related-posts-grid .testimonial-post-item > div {
    width: 100%;
}

.related-posts-grid .testimonial-post-item .testimonial-post-item-media {
    margin-bottom: 30px;
}

.testimonial-post-item a.testimonial-video-thumb {
    width: 100%;
}

.image-callout-wrap-outer + .against-hpv-wrap {
    padding-top: 160px;
}

body.male-styling .two-columns-block h2 strong {
    color: #4E9CEA;
}

.two-columns-block a.button:hover {
    color: #1e3273;
    background: #fff;
}

body.male-styling .two-columns-block ul li {
    background-image: url(images/list-icon-male.svg);
}

@media all and (max-width: 1450px) {
    .hero-slide-title h1 {
        font-size: 36px;
    }

    div.slide-style-heading-on-side .hero-slide-title {
        font-size: 36px;
        line-height: 1.25;
    }

    .hero-slide-content {
        max-width: 400px;
        font-size: 14px;
    }

    section.hero-carousel-wrap {
        min-height: calc(100vh - 220px);
        height: calc(100vh - 220px);
    }

    .hero-slide-title h1 br {
        display: none;
    }

    .logos-grid-fixed img {
        max-height: 80px;
    }
}

@media all and (max-width: 1200px) {
    section.fixed-logos-grid {
        display: none;
    }

    .featured-testimonials-block {
        padding: 80px 0;
    }

    span.category-name {
        font-size: 30px;
        line-height: 1;
    }

    .testimonial-grid-item {
        width: calc(50% - 95px);
    }

    .testimonial-category-readmore {
        /* min-height: 150px; */
        /* margin: 50px auto 0; */
        /* width: 100%; */
    }

    .ft-left-column h1 {
        font-size: 65px;
    }

    .ft-left-right h3 {
        font-size: 40px;
    }

    .testimonails-categories-block h2 {
        font-size: 50px;
    }

    h3.category-title {
        line-height: 54px;
    }

    .testimonial-grid-item-details {
        padding-left: 24px;
    }

    .testimonial-title-link a {
        font-size: 20px;
        line-height: 28px;
        display: block;
    }

    section.homepage-news-grid-block .container {
        max-width: calc(100% - 60px);
    }
}

@media (max-width: 1100px) {
}

@media (max-width: 992px) {
    .featured-testimonials-block {
        padding: 80px 0;
    }

    span.category-name {
        font-size: 30px;
        line-height: 48px;
    }

    .testimonial-grid-item {
        width: calc(50% - 130px);
        padding-right: 10px;
        display: block;
    }

    .testimonial-category-readmore {
        /* min-height: 150px; */
        /* margin: 50px auto 0; */
        width: 250px;
    }

    .ft-left-column h1 {
        font-size: 65px;
    }

    .ft-left-right h3 {
        font-size: 40px;
    }

    .testimonails-categories-block h2 {
        font-size: 50px;
    }

    h3.category-title {
        line-height: 54px;
    }

    .testimonial-grid-item-details {
        padding-left: 18px;
        width: 100%;
        padding-top: 30px;
    }

    .testimonial-title-link a {
        font-size: 20px;
        line-height: 28px;
        display: block;
    }

    .featured-testimonials-grid {
        flex-wrap: wrap;
    }

    .ft-left-column {
        width: 100%;
    }

    .ft-left-right {
        width: 100%;
        margin-top: 30px;
    }

    a.testimonial-video-thumb {
        width: 150px;
        width: 100%;
    }

    .testimonial-categories-grid {
        display: block;
    }

    .testimonial-grid-item-image img {
        width: 100%;
    }

    .home-news-grid .slick-list {
        padding-right: 50px;
    }

    section.homepage-news-grid-block .container {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    a.button {
        font-size: 14px;
    }

    .featured-testimonials-block .container, .testimonails-categories-block .container, section.testimonial-category-hero .container, section#testimonials-list .container, section.other-testimoinals-categories .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .ft-left-column h1 {
        font-size: 70px;
    }

    .featured-testimonials-posts > a {
        width: calc(50% - 16px);
        margin: 0 8px;
        margin-bottom: 30px;
        max-width: 380px;
    }

    .featured-testimonials-posts {
        flex-wrap: wrap;
        margin: 0 -8px;
    }

    .testimonial-grid-item {
        margin: 0 15px;
        width: 100%;
        padding-right: 0;
        display: block;
    }

    a.testimonial-video-thumb {
        width: 100%;
        box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    }

    .testimonial-grid-item-details {
        width: 100%;
        padding: 10px 0px 30px;
        text-align: left;
    }

    .testimonial-category-readmore {
        margin-top: 0;
        min-height: auto;
        margin: 0 15px;
        padding: 0;
        margin-bottom: 30px;
        height: 81%;
    }

    .testimonial-category-readmore a {
        padding: 15px;
    }

    .footer-socket .container {
        padding: 0 15px;
    }

    .testimonial-category-wrap {
        margin-bottom: 60px;
    }

    .testimonial-post-item .testimonial-post-item-content {
        order: 2;
        width: 100%;
    }

    .testimonial-post-item-media {
        width: 100%;
        margin: 0 0 30px;
        max-width: 360px;
    }

    section#testimonials-list {
        padding: 60px 0 0px;
    }

    .testinials-category-inner {
        width: 100%;
    }

    .featured-testimonials-block {
        padding: 50px 0 30px;
    }

    .testimonial-meta {
        font-size: 24px;
    }

    .testimonial-meta svg {
        display: none;
    }

    .testimonails-categories-block {
        padding: 60px 0;
    }

    h3.category-title {
        font-size: 30px;
        line-height: 48px;
    }

    .testimonial-grid-item img {
        width: 100%;
    }

    .testimonial-category-grid .slick-list {
        padding-right: 40%;
    }

    .testimonial-category-grid {
        margin-right: -30px;
        margin-left: -15px;
    }

    .testimoail-category-more.mobile-only {
        display: block;
        margin-top: 30px;
    }

    .testimoail-category-more.mobile-only a {
        display: table;
        background: #1E3273;
        border-radius: 6px;
        font-size: 16px;
        color: #fff;
        font-family: 'Noto Sans';
        font-weight: bold;
        padding: 10px 21px;
    }

    .testimonial-category-wrap .slick-dots {
        width: 96%;
        bottom: 0;
        left: 0;
        text-align: left;
        display: flex;
    }

    .testimonial-category-wrap .slick-dots {
        border-bottom: 3px solid #FFFFFF;
    }

    .testimonial-category-wrap ul.slick-dots li {
        width: 100%;
        border-radius: 0;
        height: 6px;
        background: transparent;
    }

    .testimonial-category-wrap ul.slick-dots li.slick-active {
        background: #1E3273;
        margin: 0;
    }

    section.testimonial-category-hero a.testimonials-list {
        left: 30px;
    }

    .testimonial-categories-grid .slick-list {
        padding-right: 15%;
    }

    .testimonial-categories-grid {
        margin-right: -30px;
    }

    .hero-category-heading {
        padding-left: 0;
        padding-bottom: 60px;
    }

    .hero-category-heading span.dots {
        top: 56px;
    }

    section.testimonial-category-hero .container {
        padding: 110px 40px 50px;
    }

    .testimonial-post-item {
        margin-bottom: 64px;
    }

    section.testimonial-single-content.content {
        margin-top: 0;
    }

    .feat-image {
        height: 375px;
    }

    .testimonial-post-content {
        padding: 60px 0;
    }

    section.testimonial-single-content.content {
        background: #fff;
    }

    .testimonial-category-grid .slick-list, .testimonial-category-grid .slick-track {
        display: flex;
    }

    .testimonial-grid-item-details .meta {
        display: none;
    }

    .testimonial-category-wrap h3 span.dots {
        top: 0;
    }

    section.testimonial-single-content.content h3 span.dots.bg-pink {
        padding: 0 6px;
        width: 45px;
    }

    span.dots.bg-pink span {
        margin: 0 2px;
        width: 3px;
    }

    .header-container.container {
        max-width: calc(100% - 0px);
    }

    .image-callout-wrap-outer.no-transform .image-callout-wrap {
        padding: 0;
    }

    .image-callout-wrap-outer.no-transform {
        background: #F6F6F6;
    }

    .image-callout-wrap-outer + .against-hpv-wrap {
        padding-top: 60px;
    }

    body.home .image-callout-wrap-outer {
        background: #f6f6f6;
    }

    .right-col-block {
        margin-top: 50px;
    }

    .two-columns-grid h2 {
        margin-bottom: 30px;
    }

    .blog-category-wrap {
        padding: 0 30px;
    }

    .left-padding.visible {
        padding: 0!important;
    }

    .container {
        max-width: 100%;
    }

    .blog-grid-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .categories-filters h2 {
        display: none;
    }

    .category-filter-list {
        display: flex;
        overflow: auto;
    }

    .categories-filters .container {
        padding-right: 0;
    }

    .blog-grid-item.active .grid-post-thumb {
        display: block;
    }

    .grid-post-thumb {
        display: none;
    }

    .blog-grid-item.active .post-grid-excerpt {
        height: auto;
    }

    .post-grid-excerpt {
        height: 0;
        overflow: hidden;
    }

    .post-grid-content h3 {
        min-height: auto;
    }

    .left-padding {
        opacity: 1;
    }

    .episodes-slider.mobile-only .slick-list.draggable {
        padding-right: 100px;
    }

    .episode-grid-item a.testimonial-video-thumb {
        box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    }

    .episodes-slider.mobile-only ul.slick-dots {
        position: static;
        margin-top: 30px;
        display: flex;
        border-bottom: 3px solid #fff;
    }

    .episodes-slider.mobile-only ul.slick-dots li {
        width: calc(100% / 3 );
        margin: 0;
        padding: 0;
        height: 6px;
        border-radius: 0;
        background: transparent;
        position: relative;
        top: 3px;
    }

    .episodes-slider.mobile-only ul.slick-dots li.slick-active {
        background: #1E3273;
    }
}

.desktop-hamburger .hamburger-inner, 
.desktop-hamburger .hamburger-inner::before, 
.desktop-hamburger .hamburger-inner::after{
    background: #1E3273;
}

body.single.single-testimonial .default-content-block {
    background: #fff!important;
}

.lity-content {
    max-width: 964px;
}

@media all and (max-width: 1600px) {
    ul.header-menu > li {
        padding: 0 10px;
    }
}

@media all and (max-width: 480px) {
    section.homepage-news-grid-block .container {
        max-width: 100%;
    }

    section.homepage-news-grid-block .container {
        margin-right: 0;
        padding-right: 0;
    }
}

span.hamburger-box {
    width: 24px;
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner::after {
    width: 100%;
}

.hamburger .hamburger-inner::before {
    width: calc(100% + 8px);
    left: -8px;
}

button.hamburger.is-active .hamburger-inner::before {
    width: 100%;
    left: 0;
}

@media all and (max-width: 1180px){
    .hamburger .hamburger-inner:before {
        left: 0;
    }
}

header#site-header li.hidden-main {
    display: none;
}

.hero-slide-mobile {
    display: none;
}

@media all and (max-width: 767px){
    .hero-slide-mobile {
        display: block;
        margin-bottom: -30px;
        margin-top: 30px;
    }
}

.hero-slide-mobile img {
    width: 100%;
}

.hero-slide-title small {
    font-size: 70%;
}

/* Home Hero Edits */

div.slide-style-heading-on-side .hero-slide-title strong{
    color: inherit;
}

.hero-carousel-slider {
    padding: 0px 0;
    height: auto;
}

section.hero-carousel-wrap {
    height: auto;
}

div.hero-slide a.button {
    background: #e56f7c;
    border-color: #e56f7c;
    box-shadow: 0px 0px 4px 0px #8d8d8de0;
}

div.hero-slide a.button:hover{
    color: #e56f7c; 
}

.hero-slide-content {
    max-width: 460px;
    font-weight: 400;
}

@media all and (max-width: 1450px){
        section.hero-carousel-wrap {
        background-size: contain;
        background-color: #F9F9F9;
        min-height: auto;
    }

    .hero-carousel-slider {
        padding: 0px 0;
    }

    .hero-slide.slide-style-heading-on-side {
        background-position: 50px center;
        margin-top: 0;
        background-size: 100% auto;
    }
}

@media all and (max-width: 767px){
    .hero-carousel-slider {
        padding: 0px 0;
    }
}

/* Brochure HPV */

.hpv-brouchure {
    background: #F6F6F6;
    margin-top: 0px;
    padding: 80px 37px 65px;
    text-align: center;
    color: #3F3D56;
    font-size: 16px;
    line-height: 26px;
    padding: 32px;
}

.hpv-brouchure figure {
    max-width: 244px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.hpv-brouchure h3 {
    margin-bottom: 16px;
    font-size: 32px;
}

.hpv-brouchure > div {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto;
}

a.button-pink {
    background: #E7707D;
    color: #fff;
    padding: 14px 16px;
    display: inline-flex;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hpv-brouchure .button-pink {
    margin-top: 24px;
    padding: 14px 20px;
    min-width: 250px;
    justify-content: center;
    align-items: center;
}

a.button-pink:hover {
    background: #3F3D56;
}


.callout-content-right + .hpv-brouchure {
    margin-top: 110px;
}

a.button.bg-blue {
    background: #4E9CEA;
    border-color: #4E9CEA;
}

a.button.bg-blue:hover {
    color: #4E9CEA;
    background: #fff;
}
a.button.bg-blue2 {
       color: #4E9CEA;
    background: #fff;

}

a.button.bg-blue2:hover {
    background: #4E9CEA;
    border-color: #4E9CEA;
    color: #fff;
}
.textspacer {
 display: inline-block;
    margin-left: 10px;
    margin-right: 12px; 
}
.image-callout-wrap-outer.what-is-hpv > div {
    padding: 0;
}

.image-callout-wrap-outer.what-is-hpv .img-pos-left .content-col:after {
    display: none;
}

.image-callout-wrap-outer.what-is-hpv .content-col {
    background: transparent;
    padding-top: 120px;
}

.image-callout-wrap-outer.what-is-hpv .content-col h2 strong {
    color: #e7707d;
    font-weight: 400;
}

.image-callout-wrap-outer.what-is-hpv .img-pos-left .image-col {
    transform: scale(1.1) translateY(-25px);
    align-items: center;
    display: flex;
}

.image-callout-wrap-outer.what-is-hpv .content-col:after {
    background: transparent;
}

.image-callout-wrap-outer.what-is-hpv ul li {
    padding-left: 35px;
    background-image: url(images/list-icon.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

.image-callout-wrap-outer.what-is-hpv ul {
    list-style: none;
}
@media all and (max-width: 767px){
    .image-callout-wrap-outer.what-is-hpv .content-col {
        padding-left: 0;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px){
    
    .col-12.col-md-6.vaccinatie-row-content {
        order: 2;
        padding-top: 50px;
    }

}


.disclaimertext {
    padding-top: 20px;
}

.header-language-switcher img.wpml-ls-flag + span {
    display: none;
}

.header-language-switcher li.wpml-ls-item-nl a:after {
    content: 'NL';
    color: #000;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Noto Sans';
    padding-left: 10px;
}

.header-language-switcher {
    height: 100%;
    background: #4E9CEA1A;
    border-radius: 50px;
    overflow: hidden;
}

.header-language-switcher .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    margin: 0;
    padding: 0;
}

.header-language-switcher li.wpml-ls-current-language {
    background: #4E9CEA;
}

.header-language-switcher li.wpml-ls-item-en a:before {
    content: 'EN';
    color: #000;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Noto Sans';
    padding-right: 12px;
}

.header-language-switcher li.wpml-ls-item > a:hover {
    background: #4E9CEA;
}

.header-language-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 5px 14px 7px;
}

.header-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    object-fit: cover;
}

.header-language-switcher {
    margin-top: 30px;
    margin-left: auto;
    margin-right: 32px
}

nav.header-main-menu {
    margin-left: auto;
}

header#site-header.fixed  .header-language-switcher {
    margin-top: 16px;
}

.rs-content {
    max-width: 300px;
    margin: 0 auto;
}

.cb-left-col h3 {
    font-size: 30px;
}

.cb-left-col p + ul {
/*     margin-top: -20px; */
    margin-bottom: 16px;
}

.cb-left-col ul li::marker {
    color: #E7707D;
    font-size: 16px;
}

.cb-grid-row.row {
/*     max-width: 1130px; */
    margin: 0 auto;
}

.callout-content-right.fullwidth-content h3 {
    margin: 0;
    text-align: left;
    text-transform: none;
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
}

.callout-content-right.fullwidth-content a.button-pink {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    border: 2px solid #E7707D;
}

.image-callout-full[data-align="top"] {
    align-items: flex-start;
}

.hpv-brouchure .button-pink svg {
    margin-left: 16px;
    width: 20px;
    height: 20px;
}

.hpv-brouchure .button-pink {
    font-size: 18px;
}

.vaccinatie-right-box {
    background: #3F3D56;
    text-align: center;
    color: #fff;
    padding: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.vaccinatie-right-box:last-child {
    margin-bottom: 0;
}

.vaccinatie-right-box h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.vaccinatie-right-box.fullwidth h3 {
    text-transform: none;
    font-family: 'Noto Sans';
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.vaccinatie-right-box a.button-pink {
    justify-content: center;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid #E7707D;
}

.hpv-content {
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
}

.row {
    --bs-gutter-x: 2rem;
}

.hpv-vaccinate-step {
    margin: 32px 0;
}

.hpv-vaccinate-step > h3 {
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    cursor: pointer;
}

.hpv-vaccinate-step > h3.active span {
    transform: rotate(90deg);
}

.hpv-vaccinate-step h4 {
    font-size: 24px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    margin-top: 24px;
}

.hpv-vaccinate-step a {
    text-decoration: underline;
}

.hpv-vaccinate-step em {
    font-style: normal;
    font-size: 12px;
}

.two-columns-block h2 span strong {
    color: inherit;
}

.pink-box {
    background: #E7707D;
    border-radius: 5px;
    padding: 32px;
    margin-top: 32px;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 32px;
}

.pink-box h3 {
    color: #fff;
    font-family: 'Noto Sans';
    font-weight: bold;
    margin-bottom: 16px;
}

.pink-box a {
    color: #fff;
    font-weight: bold;
}

.pink-box p {
    margin-bottom: 16px;
}

.pink-box p:last-child {
    margin-bottom: 0;
}

.pink-box a:hover {
    text-decoration: underline;
}

.col-12.col-md-6.content-col-side p + h2 {
    margin-top: 32px;
}

.image-content-wrap.laten-vaccineren .image-col-side {
    padding-top: 65px;
}

.image-content-wrap.Bevolkingsonderzoek h2 {
    font-size: 40px;
}

.image-callout-full-wrap.bescherm-jezelf h3 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.image-callout-full-wrap.bescherm-jezelf ul {
    margin-top: 8px;
}

.cb-left-col em,
.image-callout-full-wrap.bescherm-jezelf em {
    font-size: 12px;
    font-style: normal;
}

.full-screen-right ul.header-menu > li {
    border-bottom: 1px solid #FFFFFF80;
    padding: 0 0 10px;
}

.full-screen-right ul.header-menu > li.menu-item-has-children > a:after {
    content: '';
    height: 36px;
    width: 36px;
    background-image: url(images/arrow-menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: .35s ease;
}

.full-screen-right ul.header-menu > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-screen-menu ul li a {
    line-height: 1;
}

.full-screen-menu ul ul {
    display: none;
}

.full-screen-right ul.header-menu > li.active ul {
    display: block;
}

.full-screen-right ul.header-menu > li.active > a:after {
    transform: rotate(90deg);
}

.hpv-vaccinate-step h3 + div {
    display: none;
}

.hpv-vaccinate-step h3.active + div {
/*    display: block;*/
}

.mobile-language-switcher{
    display: none;
}

.full-screen-menu ul ul li a {
    font-family: 'Noto Sans';
    font-size: 20px;
}

.full-screen-menu ul ul li a:hover {
    color: #E56F7C;
}

.default-content+.hpv-vaccinate-step {
    padding-top: 100px;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    width: calc(100% - 0px);
    left: -1px;
}

@media all and (max-width: 992px){
    .default-content+.hpv-vaccinate-step {
        padding-top: 50px;
    }

}

@media all and (max-width: 1180px){
    .header-language-switcher {
        margin-top: 0;
    }

    nav.header-main-menu ul.header-menu > li > a {
        margin-bottom: 18px;
    }

    header#site-header.fixed .header-language-switcher {
        margin-top: 0;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 1180px){
    .header-mobile-menu ul.header-menu > li a {
        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 1;
        margin: 0;
        padding: 20px 0;
        color: #3f3d56;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-mobile-menu ul.header-menu > li {
        border-bottom: 1px solid #3F3D5680;
    }

    .fixed .header-mobile-menu {
        width: 100vw;
    }

    .header-mobile-menu {
        padding: 30px 25px;
        width: 100vw;
    }

    .header-mobile-menu ul.header-menu ul {
        list-style: none;
        padding-left: 36px;
        display: none;
    }

    .header-mobile-menu ul.header-menu li.active ul{
        display: block;
    }

    .header-mobile-menu ul.header-menu ul li a {
        padding: 0 0 20px;
        display: block;
        font-family: 'Noto Sans';
        font-size: 20px;
    }

    .menu-active .header-mobile-menu{
        z-index: 99;
    }

    header#site-header{
        z-index: 12;
    }

    .header-mobile-menu ul.header-menu > li.menu-item-has-children > a:after{
        content: '';
        height: 36px;
        width: 36px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transition: .35s ease;
        background-image: url('images/menu-arrow-mobile.svg');
    }

    .header-mobile-menu ul.header-menu > li.active > a:after {
        transform: rotate(90deg);
    }
}

@media (max-width: 767px){
    .mobile-language-switcher{
        display: block;
    }

    .mobile-language-switcher {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Noto Sans;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        background: #F6F6F6;
        margin: -30px -30px 20px;
        width: calc(100% + 60px);
        padding: 6px 0;
    }

    .mobile-language-switcher  .wpml-ls-statics-footer.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
        margin: 0;
        padding: 0;
        margin-left: 24px;
    }

    .mobile-language-switcher li.wpml-ls-item{
        display: flex;
        background: #4E9CEA1A;
        padding: 8px 16px;
        border-radius: 30px;
        align-items: center;
        padding: 0;
        position: relative;
    }

    .mobile-language-switcher li.wpml-ls-item.wpml-ls-item-nl a:after {
        content: 'NL';
        color: #000;
        font-weight: 600;
        font-size: 12px;
        font-family: 'Noto Sans';
        padding-left: 0;
        line-height: 1;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-language-switcher .wpml-ls-legacy-list-horizontal a {
        padding: 4px 32px 4px 8px;
        line-height: 1;
    }

    .mobile-language-switcher li.wpml-ls-item.wpml-ls-item-en a:after {
        content: 'EN';
        color: #000;
        font-weight: 600;
        font-size: 12px;
        font-family: 'Noto Sans';
        padding-left: 0;
        line-height: 1;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-language-switcher li.wpml-ls-item.wpml-ls-current-language {
        display: none;
    }

    .mobile-language-switcher .wpml-ls-legacy-list-horizontal > a {
        padding: 0;
        display: flex;
        align-items: center;
        padding: 4px 18px;
    }

    .mobile-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        object-fit: cover;
    }

    header#site-header .header-container.container {
    }

    header#site-header.fixed .mobile-language-switcher {
        padding-top: 16px;
    }

    .header-language-switcher {
        display: none;
    }
	
	.header-mobile-menu{
		padding-bottom: 100px;
	}

    body.has-translations-available .header-mobile-menu {
        top: 130px;
        height: calc(100vh - 130px);
    }

    html.menu-active, html.menu-active body {
        overflow: hidden;
    }

}

.header-language-switcher ul li:first-child {
    border-radius: 50px 0 0 50px;
}

.header-language-switcher ul li:nth-child(2) {
    border-radius: 0 50px 50px 0;
}

.header-language-switcher ul li {
    overflow: hidden;
}

.header-language-switcher ul {
    display: flex;
    align-items: center;
}

.vaccinatie-right-box.mobile-only {
    display: none;
}

@media all and (max-width: 767px){
    .vaccinatie-right-box.mobile-only.fullwidth{
        display: block;
        margin: 30px 0;
    }

    .col-12.col-md-6.vaccinatie-row-content {
        order: 0;
    }
    
    .col-12.col-md-6.vaccinatie-row-side .vaccinatie-right-box.fullwidth {
        display: none;
    }
	
	.pink-box.mobile-only {
		display: block;
		margin-bottom: 32px;
	}

	.pink-box.hidden-mobile {
		display: none;
	}

	.image-content-wrap.laten-vaccineren {
		padding: 40px 0;
	}

	section.two-columns-block {
		padding: 40px 0;
	}
}

