/*!
    Theme Name: marketmeasures
    Theme URI: #
    Author: wemeanthis
    Author URI: wemeanthis.com
    Description: marketmeasures
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: marketmeasures
    Tags: Custom build Theme
    */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.vh-70 {
    min-height: 70vh;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


.swiper {
    width: 100%;
    height: 300px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: inherit;
}

a:hover {
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
    display: block;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

body {
    background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.pb-9 {
    padding-bottom: 10rem;
}

.accordion-body p+p {
    margin-top: 30px;
}

.lh-11 {
    line-height: 1.1;
}

h1,
.h1 {
    font-size: 125px;
    line-height: 0.9;
}

.fs-150 {
    font-size: 150px;
    line-height: 0.9;
}

h2.small {
    font-size: 40px;
}

/* CSS */
label {
    font-size: 18px;
    color: #fff;
    width: 100%;
}

label span {
    width: 100%;
}

input:not([type=submit]):not([type=checkbox]),
textarea {
    box-shadow: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 3px solid #6C93F0;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    min-height: 45px;
    border-radius: 0;
}

.single input:not([type=submit]):not([type=checkbox]),
.single textarea {
    color: #000000;
    border-bottom: 1px solid #6C93F0;
}

input[type="checkbox"] {
    width: 43px;
    height: 43px;
    border: 1px solid #6C93F0;
    margin-bottom: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    top: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter p,
.fs-22 {
    font-size: 22px;
}

.float-images div img {
    width: 14.7%;
    height: auto;
    padding-bottom: 16px;
}

.float-images div img:nth-child(1) {
    transform: translateX(-25%);
}

.float-images div img:nth-child(2) {
    transform: translateX(-50%);
}

.float-images div img:nth-child(3) {
    transform: translateX(-75%);
}

.float-images div img:nth-child(4) {
    transform: translateX(-100%);
}

.float-images div img:nth-child(5) {
    transform: translateX(-125%);
}

.float-images div img:nth-child(6) {
    transform: translateX(-150%);
}

.float-images div img:nth-child(7) {
    transform: translateX(-175%);
}

.float-images div img:nth-child(8) {
    transform: translateX(-200%);
}

.float-images div img:nth-child(9) {
    transform: translateX(-225%);
}

.float-images div img:nth-child(10) {
    transform: translateX(-250%);
}

input[type="checkbox"]:checked {
    background: #6C93F0;
}

.accordion-collapse,
.accordion-item {
    border: none;
}

.accordion-item {
    border-top: 1px solid #00000036 !important;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) h4 {
    color: #6C93F0;
    font-weight: 600;
}

.acceptance-element {
    max-width: 610px;
}

.accordion-item .accordion-button {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.acceptance-element span,
.acceptance-element a {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

.acceptance-element a {
    text-decoration: underline;
}

.extra span {
    color: #fff
}

#whitepaper {
    display: none;
}

.single .content label+div {
    margin-top: 30px;
}

input[type=submit],
.button-link {
    display: inline-block;
    margin-right: 0;
    color: #fff;
    border: 3px solid #6C93F0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 20px 80px;
    margin-left: auto;
    float: right;
    border-radius: 0;
}


.wpcf7-spinner {
    display: none;
}

.single .button-link {
    color: #000;
    float: none;
    border-width: 1px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: relative;
    top: -16px;
}

.our-team .item img {
    width: 100% !important;
}

.page-template-page-contact .prefooter {
    display: none;
}

#video-m {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-our-work section:not(.content) p+p {
    margin-top: 30px;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.black-bg {
    background: #000000;
}

.f-light {
    font-weight: 300;
}

.white-bg {
    background: #ffffff;
}

.container {}

.mh-100 {
    min-height: 100vh
}


section,
header,
footer {
    padding: 0 92px;
}

.page-template-page-whatwedo #page::before {
    left: 92px;
}

.work-container {
    padding: 0 63px 70px;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 80px;
    line-height: 1;
}

strong {
    font-weight: 700;
}

p strong {
    font-weight: 700 !important;
}

.blue {
    color: #6C93F0;
}

.testimonial h4 {
    font-size: 34px;
}

h3 {
    font-size: 50px;
}

#footer-menu {
    padding: 0;
    list-style-type: none;
}

#footer-menu li a {
    font-size: 30px;
    font-weight: 400;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.insights-banner p.small {
    font-size: 16px;
}

#response .h-inherit a {
    display: flex;
    height: 100%;
}

#response .h-inherit a img {
    object-fit: cover;
}

.f-regular {
    font-weight: 400;
}

#footer-menu li {
    margin-bottom: 17px;
}

#footer-menu li:last-of-type {
    margin-bottom: 0;
}

h3.small {
    font-size: 30px;
    letter-spacing: 1px;
}

.top-border-blue {
    border-top: 3px solid #6C93F0;
}

.bottom-border-blue {
    border-bottom: 3px solid #6C93F0;
}

.left-border-blue {
    border-left: 3px solid #6C93F0;
}

.right-border-blue {
    border-right: 3px solid #6C93F0;
}

.border-bottom-light {
    border-bottom: 1px solid #B9B9B9;
}

.page-template-page-whatwedo #page {
    position: relative;
}

.page-template-page-whatwedo #page::before {
    position: absolute;
    height: 73%;
    left: 92px;
    width: 3px;
    background: #6C93F0;
    content: ' ';
    top: 8%;
    z-index: 2;
}

p,
a {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
}

ul {
    margin: 0;
}

.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.t-t-uppercase {
    text-transform: uppercase;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='64' viewBox='0 0 39 64'%3E%3Ctext id='_' data-name='—' transform='translate(1)' fill='%236c93f0' font-size='50' font-family='Rubik-Light, Rubik' font-weight='300' letter-spacing='0.01em'%3E%3Ctspan x='-0.35' y='47'%3E—%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
    transform: none;
    background-position-y: -9px;
}

.accordion-button.collapsed::after {
    transform: none;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='62' viewBox='0 0 32 62'%3E%3Ctext id='_' data-name='+' font-size='50' font-family='Rubik-Light, Rubik' font-weight='300' letter-spacing='0.01em'%3E%3Ctspan x='0.6' y='47'%3E+%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
}




.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.default-page-template .content p {
    line-height: 1.7;
}

.default-page-template .content p+p {
    margin-top: 40px;
}

.default-page-template .content h4 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.pt-120 {
    padding-top: 120px;
}

.f-weight-500 {
    font-weight: 500;
}

.vertical-text {
    left: -64px !important;
    top: 92px !important;
}

.vertical-text.spec-1 {
    top: 85px !important;
}

.vertical-text.spec-2 {
    top: 97px !important;
    left: -70px !important;
}

.vertical-text.glanc {
    top: 80px !important;
    left: -67px !important;
    font-size: 25px;
}

.vertical-text.brief {
    top: 60px !important;
    left: -53px !important;
    font-size: 25px;
}

.vertical-text.approach {
    top: 95px !important;
    left: -85px !important;
    font-size: 25px;
}

.vertical-text.transformation {
    top: 145px !important;
    left: -135px !important;
    font-size: 25px;
}

.vertical-text.outcome {
    top: 90px !important;
    left: -79px !important;
    font-size: 25px;
}

.vertical-text.thinking {
    top: 62px !important;
    left: -44px !important;
}

select {
    width: 100%;
    height: 58px;
    background: transparent;
    color: #fff;
    border: none;
    font-weight: 300;
}

select {
    outline: none;
    font-size: 22px;
}

select option {
    color: #000;
}

.current-menu-item a,
.current-page-ancestor a {
    position: relative;
    border-bottom: 2px solid #fff;
}

#primary-menu a:hover {
    border-bottom: 2px solid #fff;
}

.ls-1 {
    letter-spacing: 1px;
}

nav li {
    list-style-type: none;
    text-transform: uppercase;
}

nav li a {
    font-size: 23px;
}

.violet {
    color: #6E5FE3;
}

#primary-menu {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.home .banner img {
    width: 120%;
    max-height: 80vh;
}

#sidenav {
    display: none;
}

@media screen and (min-width: 992px) {
    .t-t-uppercase-d {
        text-transform: uppercase;
    }

    .f-weight-regular-d {
        font-weight: 400;
    }


}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.our-team .vertical-text {
    left: -39px !important;
    top: 68px !important;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.our-team .item .overlay {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.our-team.images .row {
    --bs-gutter-x: 1rem;
}

.our-team .desc {
    font-size: 28px;
}

.our-team .item:hover .overlay {
    opacity: 1;
    background: rgba(38, 82, 185, 0.84);
    color: #fff;
}

svg#parallax {
    width: 100vw !important;
    height: 100vh;
    z-index: 1;
}

#backdrop {
    width: calc(100vw + 50px);
    height: auto;
}

.our-team .item a {
    font-size: 27px;
}


.logo svg {
    position: relative;
    top: -3px;
}

.f-weight-regular {
    font-weight: 400;
}

.f-medium {
    font-weight: 600;
}

p.small {
    font-size: 18px;
}

.pb-250 {
    padding-bottom: 250px
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mh-90 {
    min-height: 90vh;
}

.mh-80 {
    min-height: 80vh;
}

.insights-page .single img {
    height: 100%;
    object-fit: cover;
}

.single .banner h1 {
    font-size: 80px;
}

.single:not(.single-our-work) .content {
    background: #fff;
    padding: 200px 0 100px !important;
    overflow: hidden;
}

.single .content p:not(.extra),
.single .content a {
    font-size: 18px;
    line-height: 1.8;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
    line-height: 1.2;
}

.single .content strong a {
    font-weight: 700;
}

.single-post .content div p:first-of-type strong {
    font-weight: 400;
}

.single .content a {
    text-decoration: underline;
}

.page-template-page-contact .wpcf7 form .wpcf7-response-output {
    margin-top: 80px;
}

/*.single .content p + p {*/
/*    margin-top: 30px*/
/*}*/

.single .content ul,
.single .content ol {
    margin: 0px auto 0px 0
}

.single .content li {
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
    padding-left: 20px;
}

.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5,
.single .content h6 {
    font-weight: 500;
}

.single h2 {
    font-size: 34px;
}

.single h3 {
    font-size: 30px;
}

.single h5 {
    font-size: 16px;
}

.page-template-page-work h2:not(.small) {
    font-size: 60px;
}

.single .content a {
    color: #4d7ded !important;
}

blockquote {
    margin: 0
}

.page-template-page-work p {
    font-size: 24px;
    line-height: 32px;
}

.page-template-page-work-second h2:not(.small) {
    font-size: 65px;
}

.single .content li::marker {
    color: #6C93F0;
    font-size: 18px;
    font-weight: 300;
}

.single .content ul li::marker {
    content: '-';
}

.wpcf7+.share {
    margin-top: 130px
}

.single .content form p.blue {
    margin-bottom: 60px;
    font-weight: 400;
}

.single .content .wpcf7 form .wpcf7-response-output {
    color: #000;
}

.prev-and-next {
    max-width: 33%;
}

.single .content input[type=submit] {
    color: #000;
    border-width: 1px;
}

.single .content label {
    color: #000;
    font-weight: 300;
}

/*.single .content li + li {*/
/*    margin-top: 30px*/
/*}*/

.single .extra span {
    color: #6C93F0;
    font-weight: 500;
}

.newsletter input[type="submit"] {
    float: none;
}

.single .extra span.blue {
    color: #6C93F0
}

.single .content img.alignright {
    float: left;
    width: 85vw;
}

.single .content img.alignnone {

    max-width: 100%;
}


.single .content img.alignleft {
    float: right;
    width: 85vw;
}

.single .content img {
    /*margin-top: 45px;*/
    /*margin-bottom: 45px;*/
    max-width: none;
}

.single .content img.aligncenter,
.aligncenter img {
    max-width: 100% !important;
    margin: 0 auto;
}

.share {
    border: 1px solid #6C93F0;
    display: inline-flex;
    align-items: center;
    margin-top: 60px;
}

div.wp-caption {
    width: 100% !important;
}

.share div {
    padding: 0 20px;
}

.single #page {
    overflow: hidden;
}

.share p {
    padding: 10px 16px;
    border-right: 1px solid #6C93F0;
    font-weight: 400;
}

.banner .img-holder {
    position: absolute;
    right: -6vw;
    width: 45vw;
    bottom: -5vw;
}

#work-letter-image {
    max-width: 69vw;
    left: 10%;
    position: relative;
    margin-top: -25vh;
}

.banner .img-holder.big {
    right: auto;
    left: 100px;
    bottom: 0;
    width: 90vw;
}

.a-hover a {
    display: block;
    min-height: 156px
}

.a-hover a>img:last-child {
    display: none
}

@media screen and (min-width: 1800px) {
    .page-template-page-products h2.f-light {
        font-size: 70px;
    }
}

@media screen and (min-width: 992px) {
    .a-hover a:hover>img:first-child {
        display: none
    }

    .a-hover a:hover>img:last-child {
        display: block
    }
}

.pt-40vh {
    padding-top: 40vh
}

.banner .img-holder img {
    width: 100%
}

#more-posts h2 {
    display: inline-block;
    cursor: pointer
}

.prefooter {
    position: relative;
    z-index: 2;
}

.section {
    padding-top: 200px;
    padding-bottom: 200px;
}

.discover-more {
    font-size: 26px;
    background: #6C93F0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.page-template-page-insights footer .container-fluid {
    opacity: 1 !important;
    transform: none !important;
}

.discover-more:hover {
    background: #84a4f1;

}

footer p,
footer a {
    font-weight: 400;
    line-height: 24px;
}

br.special {
    display: none;
}

.page-template-page-home .slick-track {
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*align-items: center;*/
}

.single-post .navigation {
    background: #fff;

}

.single-post .prev-and-next {
    color: #000 !important;
}

.clients-slider .slick-slide img {
    max-width: 80%;
    margin: 0 auto
}

@media screen and (min-width: 1441px) {
    .default-page-template h1 {
        font-size: 100px;
    }

    .default-page-template .content * {
        color: #000;
    }
}

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

    .clients-slider>div {
        min-width: 25%;
        max-width: 25%;
    }

    .clients-slider {
        position: relative;
        top: -60px;
    }

    .clients-slider>div img {
        max-width: 80%;
        margin: 0 auto
    }
}

@media (max-width: 1800px) {

    section,
    header,
    footer {
        padding: 0 42px;
    }

    .page-template-page-whatwedo #page::before {
        left: 42px;
    }

    #footer-menu li a {
        font-size: 25px;
    }

    /*.home .banner img {*/
    /*    width: 115%;*/
    /*}*/
    .logo svg {
        width: 250px;
    }

    nav li a {
        font-size: 18px;
    }

    h1,
    .h1 {
        font-size: 105px;
        position: relative;

    }

    .fs-150 {
        font-size: 110px;
    }

    .home h1 {
        left: -12%;
    }

    .py-150 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .py-150 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    h3.small {
        font-size: 30px;
        letter-spacing: 1px;
    }

    p,
    a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    .left-border-blue .ps-5 {
        padding-left: 1rem !important;
    }

    .left-border-blue.right-border-blue.px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    h3 {
        font-size: 40px;
    }

    h2 {
        font-size: 57px;
    }

    #footer-menu li a {
        font-size: 23px;
    }

    .our-team .desc {
        font-size: 21px;
        line-height: 1.4;
    }

    .our-team .item a {
        font-size: 22px;
    }

    .page-template-page-work-second h2:not(.small) {
        font-size: 39px;
    }
}


@media (max-width: 1600px) {
    h2.small {
        font-size: 33px;
    }

    .pb-250 {
        padding-bottom: 150px;
    }

    .page-template-page-work h2:not(.small) {
        font-size: 48px;
        line-height: 1;
    }

    .page-template-page-work p {
        font-size: 18px;
        line-height: 24px;
    }
}


@media (max-width: 1441px) {

    input[type=submit],
    .button-link {
        padding: 10px 40px;
    }

    .fs-30 {
        font-size: 26px;
    }

    .pb-250 {
        padding-bottom: 0px;
    }

    .explore {
        font-size: 26px !important;
    }

    label {
        font-size: 16px;
        color: #fff;
        width: 100%;
    }

    h1,
    .h1 {
        font-size: 105px;
    }

    select {
        font-size: 20px;
        height: 54px;
    }

    .page-template-page-work h2 {
        /*font-size: 50px;*/
        max-width: 470px;
    }

    .page-template-page-work .banner h2 {
        font-size: 43px;
    }

    nav li a {
        font-size: 16px;
    }

    h3.small {
        font-size: 30px;
    }

    h3 {
        font-size: 40px;
    }

    .vertical-text {
        top: 88px !important;
        left: -68px !important;
        font-size: 26px !important;
    }

    h2 {
        font-size: 50px;
    }

    #footer-menu li a {
        font-size: 18px;
    }

    section,
    header,
    footer {
        padding: 0 32px;
    }

    .page-template-page-whatwedo #page::before {
        left: 32px;
    }

    .our-team .item .overlay {
        padding: 25px !important;
    }

    .vertical-text.glance {
        top: 78px !important;
        left: -61px !important;
    }

    .vertical-text.spec-2 {
        top: 88px !important;
        left: -70px !important;
    }

    .vertical-text.brief {
        top: 63px !important;
        left: -43px !important;
    }

    .vertical-text.approach {
        top: 97px !important;
        left: -79px !important;
    }

    .vertical-text.outcome {
        top: 89px !important;
        left: -70px !important;
    }

    .vertical-text.transformation {
        top: 149px !important;
        left: -134px !important;
    }

    .page-template-page-work h2:not(.small) {
        /*font-size: 54px;*/
        max-width: 100%;
    }
}


@media (max-width: 1400px) {
    br.special {
        display: block;
    }

    .single .banner h1 {
        font-size: 60px;
    }

    .work-image {
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 1301px) {

    h1,
    .h1 {
        font-size: 85px;
    }

    .fs-150 {
        font-size: 90px;
    }
}


@media (max-width: 1199px) {
    br.special {
        display: none;
    }
}

.default-page-template .content {
    border-bottom: 1px solid rgba(112, 112, 112, 0.62)
}

.orange:hover {
    color: #FF9900;
}

.red:hover {
    color: #FF2F6D;
}

.violet-hover:hover {
    color: #735AEB;
}

.light-blue:hover {
    color: #00B6C1;
}

.single-our-work .content p:not(.extra),
.single-our-work .content a,
.single-our-work .content li {
    line-height: 24px
}

@media (max-width: 992px) {
    .fs-26 {
        font-size: 22px;
    }

    .work-container {
        padding: 18px;
    }
.mh-100.al-approach {
    min-height: 85vh;
}
    .fs-150 {
        font-size: 38px;
    }

    .a-hover a {
        display: flex;
        align-items: center;

    }

    .testimonial h4 {
        font-size: 20px;
    }

    p,
    a,
    .single .content p:not(.extra),
    .single .content a,
    .single .content ul li {
        font-size: 18px;
    }

    .page-template-page-work #page>section.banner h1>br {
        display: none;
    }

    #work-letter-image {
        max-width: 224%;
        left: 0;
        position: relative;
        margin-top: 0;
    }

    .thumb-image {
        height: 320px;
        margin: 32px 0;
    }

    .copyright p,
    .copyright a {
        font-size: 15px;
    }

    .default-page-template .content h4 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .default-page-template .content .container h4:first-of-type {
        margin-top: 0;
    }

    .default-page-template .content p+p {
        margin-top: 20px;
    }

    .mb-200 {
        margin-bottom: 0 !important;
    }

    .vertical-text.spec-1 {
        top: 0 !important;
        position: relative !important;
        margin-bottom: 54px;
    }

    .vertical-text.glanc {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }

    .f-18 {
        font-size: 18px;
    }

    .page-template-page-work h2:not(.small),
    .page-template-page-work-second h2:not(.small) {
        font-size: 33px;
        line-height: 33px;
    }

    .offset-lg-4.col-lg-8.pb-9 {
        padding-bottom: 20px;
    }

    .single .banner h1 {
        font-size: 38px;
    }

    .page-template-page-whatwedo #page::before {
        display: none;
    }

    .f-medium-m {
        font-weight: 500;
    }

    .py-150.our-team.pb-0 {
        margin-bottom: 40px;
    }

    .gap-1.f-20 {
        color: #6C93F0 !important;
        font-weight: 600;
    }

    .container-fluid.position-relative.left-border-blue {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .our-team .desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .our-team .item a {
        font-size: 16px;
    }

    .cdbox.h1 {
        font-size: 70px;
    }

    .our-team .vertical-text {
        top: 0 !important;
        position: relative !important;
        margin-bottom: 54px;
        left: 0 !important;
    }

    #sidenav {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;

        max-width: 100%;
        display: flex;
        display: -webkit-flex;
        padding: 30px;
        z-index: -1;
    }

    .fs-30 {
        font-size: 22px;
    }

    #sidenav a svg {
        max-width: 230px;
        margin-bottom: 30px;
    }

    #sidenav.active-menu-mobile {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transition: .4s ease-in-out !important;
        -moz-transition: .4s ease-in-out !important;
        -o-transition: .4s ease-in-out !important;
        transition: .4s ease-in-out !important;
        z-index: 9999;

    }


    #sidenav li {
        list-style-type: none;
    }

    #sidenav li+li {
        margin-top: 15px
    }

    .sidenav {
        left: 0;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9998;
        transition-delay: 2.5s;
        height: 100vh;
        display: block;
        background: #DED1C3;
    }

    .sidenav .logo-mob {
        position: relative;
        top: 20px;
        left: 30px;
    }

    .sidenav-logo {
        position: absolute;
        bottom: 70px;
        left: 80px;
        right: 80px;
    }

    .close-nav-mob {
        position: absolute;
        top: 30px;
        right: 30px;
        max-width: 25px;
        cursor: pointer;
        display: block;
        z-index: 12;
    }

    .mobile-menu {
        display: block;
        position: relative;
        padding: 5px;
    }

    .mobile-menu {
        cursor: pointer;
    }

    #sidenav #primary-menu {
        display: block;
    }

    .sidenav {
        left: 0;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9998;
        transition-delay: 2.5s;
        height: 100vh;
        display: block;
        background: #000;
    }

    #sidenav a {
        color: #fff;
    }

    .home .slider .violet {
        display: block;
        font-size: 18px;
    }

    .lowercase-m {
        text-transform: capitalize;
    }

    .header-top-area {
        padding-top: 30px !important;
    }

    #sidenav a {
        font-size: 40px;
    }

    .px-m-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pt-m-30 {
        padding-top: 30px !important;
    }

    .py-150 {
        padding-top: 64px;
        padding-bottom: 64px;
    }


    section,
    header,
    footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-template-page-home .clients-slider .slick-track {
        display: flex;
        align-items: center;
    }

    #primary-menu {
        display: none;
    }


    .home h1 {
        text-align: center;
        left: 0;
    }

    h3.small {
        font-size: 23px;
    }

    .home-title {
        position: absolute;
        left: 50%;
        width: 100%;
        top: 14%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #footer-menu li {
        margin-bottom: 12px;
    }

    #footer .position-absolute.end-0.bottom-0 {
        right: 0 !important;
    }

    .mx-m-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .py-200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pl-m-30 {
        padding-left: 30px;
    }

    .home .banner.mh-100 {
        min-height: 90vh !important;
    }

    .logo svg {
        max-width: 233px
    }

    #video-m {
        left: 50%;
        right: auto;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateX(-50%);
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .no-border-m {
        border: none !important;
    }

    .home .banner .position-relative {
        overflow: hidden;
    }

    .home .banner img {
        width: auto;
        max-width: 100%;
        max-height: 50vh;
        margin: 0 auto;
    }

    .vertical-text,
    .vertical-text.spec-2 {
        top: 0 !important;
        left: 0 !important;
        font-size: 20px !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: relative !important;
    }

    .prefooter {
        background: url('https://marketmeasures.co.uk/wp-content/uploads/2024/02/mobile2.png') center center no-repeat !important;
        min-height: 100vh;
        display: flex;
        align-items: end;
        padding-bottom: 60px !important;
        background-size: cover !important;

    }

    .prefooter h2:not(.small) br {
        display: none
    }

    .prefooter h2:not(.small) {
        font-size: 40px !important;
    }

    .prefooter h2.small {
        font-size: 20px;
    }

    .vertical-text.spec-2 {
        position: relative !important;
    }

    .f-20 {
        font-size: 18px !important;
    }

    .left-border-blue-mobile {
        border-left: 3px solid #6C93F0;
    }


    .single-our-work .vertical-text {
        margin: 25px 0;
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: relative !important;
    }

    .section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .navigation a {
        font-size: 16px;
    }

    .top-border-blue-mobile {
        border-top: 3px solid #6C93F0;
    }

    .left-border-blue-mobile-0 {
        border-left: 0 !important;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .border-b-m-0 {
        border-bottom: 0;
    }

    .border-m-0 {
        border: 0 !important;
    }

    .wwcd-items h2 {
        font-size: 40px;
        margin-bottom: 22px;
    }

    .f-light-m {
        font-weight: 300 !important;
    }

    .banner .img-holder.big {
        right: auto;
        left: 12%;
        bottom: auto;
        width: 160vw;
        position: relative;
    }

    .single-our-work .banner {
        padding-top: 100px;
    }

    .single-our-work .banner .mh-100 {
        min-height: 0;
    }

    #footer-menu li a {
        font-size: 18px;
    }

    #footer .social svg {
        max-width: 30px;
    }

    .footer-logos {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-logos>.d-flex {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-logos>.d-flex img:first-of-type {
        width: 115px;
        margin-right: 10px;
    }

    .footer-logos>.d-flex img:last-of-type {
        width: 85px;
    }

    #footer .footer-logos>a svg {
        max-width: 59px;
        position: relative !important;
        top: -3px;
        right: 0 !important;
    }

    footer p,
    footer a {
        font-size: 18px;
    }

    .fs-40-m {
        font-size: 40px !important;
    }

    #footer {
        padding-bottom: 50px
    }

    .discover-more {
        font-size: 18px;
    }

    .filter p {
        font-size: 18px;
    }

    select {
        font-size: 18px;
        height: 53px;
    }

    .page-template-page-insights .show-more h2 {
        font-size: 20px !important;
        color: #6C93F0 !important;
        font-weight: bold;
    }

    .single-post .banner {
        flex-wrap: wrap;
    }

    .single-post .banner .img-holder {
        position: relative;
        right: auto;
        width: 120vw;
        bottom: auto;
    }

    .single-post .banner .img-holder img {
        width: 120vw;
    }

    .single .content {
        padding: 45px 15px 25px !important;
    }

    .single .content img {
        /*margin-top: 25px;*/
        /*margin-bottom: 25px;*/
        max-width: none;
    }

    /*.single .content p + p {*/
    /*    margin-top: 25px;*/
    /*}*/
    .wpcf7-submit {
        float: none !important;
        margin-top: 30px;
        display: block;
        max-width: 100%;
        width: auto;
        min-width: 100%;
    }

    .wpcf7+.share {
        margin-top: 70px;
    }

    .share {
        margin-top: 70px;
        margin-bottom: 35px;
        min-width: 100%;
        justify-content: center;
    }

    .clients-slider {
        margin-top: 40px;
    }

    .clients-slider .slick-slide img {
        width: 100%;
        max-height: 200px;
        max-width: 200px;
    }

    .mb-30vh {
        padding-bottom: 40px !important;
    }

}

.acceptance-element a {
    font-size: 17px !important;
}

.page-template-page-whatwedo {
    background: #fff;
}

@media (max-width: 575px) {
    .bottle {
        height: 345px;
        object-fit: cover;
        object-position: right;
    }
}

@media screen and (max-width: 376px) {
    .banner .img-holder.big {
        left: 30%;
        width: 130vw;
    }

    .our-team .desc {
        font-size: 15px;
        line-height: 1.3;
    }
}

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

    .logo svg,
    #sidenav a svg {
        max-width: 180px;
    }

    h1 {
        font-size: 43px;
    }

    .page-template-page-work h2:not(.small),
    .page-template-page-work-second h2:not(.small) {
        font-size: 35px;
    }

    p,
    a {
        font-size: 18px;
    }
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'Ã¢â€ Â'
}

[dir=rtl] .slick-prev:before {
    content: 'Ã¢â€ â€™'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'Ã¢â€ â€™'
}

[dir=rtl] .slick-next:before {
    content: 'Ã¢â€ Â'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

body:not(.page-template-page-contact) .grecaptcha-badge {
    opacity: 0;
}

/*EVENTS TEMPLATE CSS*/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.fs-60 {
    font-size: 60px;
    line-height: 1.25;
}


.page-template-template-event strong {
    font-weight: 600;
}

.fw-300 {
    font-weight: 300;
}

.mvh-100 {
    min-height: 100vh
}

.fw-400 {
    font-weight: 400;
}

.fs-24 {
    font-size: 24px;
}


.page-template-template-event input:not([type=submit]):not([type=checkbox]),
.page-template-template-event textarea {
    border-bottom: 2px solid #735AEB;
    font-size: 30px;
    color: #fff;
    min-height: 55px;
}


.longer-form input:not([type=submit]):not([type=checkbox]),
.longer-form textarea,
.longer-form label {
    font-size: 20px !important;
    min-height: 40px;
}

.longer-form textarea {
    border: 2px solid #735AEB;
    max-height: 123px;
    margin-top: 8px;
}

.page-template-template-event input[type="submit"] {
    border-color: #735AEB;
    margin-top: 30px;
    font-size: 30px;
    width: 235px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-right: 0;
    margin-left: auto;
    float: none;
    font-weight: 600;
}

.page-template-template-event ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.page-template-template-event ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.page-template-template-event :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.page-template-template-event :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.page-template-template-event .wpcf7-not-valid-tip {
    position: absolute;
    top: 35px;
}

.page-template-template-event .icon img {
    max-width: 130px
}

.page-template-template-event .icon {
    max-width: 130px
}

.fs-34 {
    font-size: 34px;
    line-height: 1.25;
}

.fs-30 p {
    font-size: 30px;
    line-height: 1.2;
}

.event-banner ul {
    margin-top: 40px
}

.events-icons p {
    font-size: 34px;
    line-height: 1.2;
}

.events-icons.small-text p {
    font-size: 30px;
}

.events-icons.smaller-text p {
    font-size: 26px;
}

.event-link {
    border: 2px solid #735AEB;
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
    width: 235px;
    text-align: center;
    padding: 20px;
    justify-content: center;
}

.partners-slider .swiper-slide {
    width: auto;
    text-align: center;
    padding: 25px 80px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.partners-slider .swiper {
    height: 400px;
}

.event-banner ul {
    list-style-type: '— ';
    padding-left: 32px;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.longer-form input[type="submit"] {
    font-size: 24px;
}

.page-template-template-event .longer-form .wpcf7-not-valid-tip {
    top: 30px;
}

.transform-middle {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1550px) {
    .fs-60 {
        font-size: 50px;
    }

    .event-banner ul {
        padding-left: 26px;
    }

    .longer-form input[type="submit"] {
        margin-top: 0;
    }

    .fs-30 p,
    .fs-30,
    .page-template-template-event input:not([type=submit]):not([type=checkbox]),
    .page-template-template-event textarea,
    .page-template-template-event input[type="submit"] {
        font-size: 24px;
    }



    .fs-24 {
        font-size: 21px;
    }

    .page-template-template-event input:not([type=submit]):not([type=checkbox]),
    .page-template-template-event textarea {
        min-height: 45px;
    }

    .events-icons p {
        font-size: 27px;
    }

    .events-icons.small-text p {
        font-size: 22px;
    }

    .events-icons.smaller-text p {
        font-size: 20px;
    }


    .events-icons img {
        max-width: 100px;
        height: auto;
        max-height: 80px;
    }

    .events-icons>.py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;

    }

    .partners-slider .swiper {
        height: 310px;
    }

    .fs-34 {
        font-size: 29px;

    }

    .partners-slider img {
        max-width: 80%
    }
}

.page-template-template-event input[type="submit"]:hover {
    color: #735AEB;
}

@media screen and (max-width: 1450px) {
    .fs-60 {
        font-size: 48px;
    }

    .partners-slider .swiper-slide {
        padding: 25px 35px;
    }

    .events-icons p {
        font-size: 25px;
    }

    .events-icons.small-text p {
        font-size: 20px;
    }

    .events-icons.smaller-text p {
        font-size: 18px;
    }


    .fs-34 {
        font-size: 28px;
    }

    .event-banner .pt-xxl-5 {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 1420px) {
    .fs-60 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1220px) {
    .fs-60 {
        font-size: 35px;
    }
}

@media screen and (max-width: 992px) {
    .fs-20-m {
        font-size: 20px !important;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.3;
    }

    .fs-30-m {
        font-size: 30px;
    }
.float-images div img {
    width: 20.7%;
    height: auto;
    padding-bottom: 16px;
}
    .fs-30 p,
    .fs-30,
    .page-template-template-event input:not([type=submit]):not([type=checkbox]),
    .page-template-template-event textarea,
    .page-template-template-event input[type="submit"] {
        font-size: 18px;
    }

    .page-template-template-event .icon {
        max-width: 80px;
        min-width: 80px;
    }

    .fs-34 {
        font-size: 18px;
    }

    .partners-slider img {
        max-width: 140px;
    }

    .event-banner .pt-xxl-5 {
        max-width: 100% !important;
    }

    .event-banner .transform-middle {
        left: 50%;
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
        transform: translateX(-60%);
    }
}



.page-template-template-event .prefooter {
    display: none;
}