:root {
    --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --cc-modal-border-radius: .5rem;
    --cc-btn-border-radius: .4rem;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1rem;
    --cc-z-index: 2147483647;
    --cc-bg: #fff;
    --cc-primary-color: #2c2f31;
    --cc-secondary-color: #5e6266;
    --cc-btn-primary-bg: #30363c;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;
    --cc-btn-secondary-hover-border-color: #d4dae0;
    --cc-separator-border-color: #f0f4f7;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #667481;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
    --cc-toggle-enabled-icon-color: var(--cc-bg);
    --cc-toggle-disabled-icon-color: var(--cc-bg);
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
    --cc-overlay-bg: rgba(0, 0, 0, .65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
    --cc-pm-toggle-border-radius: 4em
}

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden
}

a {
    text-decoration: none;
    text-underline-offset: .2em;
    background: none
}

strong {
    font-weight: var(--bold-font-weight, bold)
}

img {
    height: auto;
    max-width: 100%
}

button {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    margin: 0
}

button {
    overflow: visible;
    -webkit-appearance: button
}

::-moz-focus-inner {
    border: 0
}

::-webkit-file-upload-button {
    font: inherit;
    border: 0;
    outline: 0;
    padding-left: 0;
    background: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

iframe {
    max-width: 100%;
    border: none
}

:-webkit-full-screen-ancestor:not(iframe) {
    animation: none !important
}

::-moz-placeholder {
    opacity: 0.5;
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5
}

html {
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, 400);
    font-size: var(--font-size, 16px);
    font-style: var(--font-style, normal);
    text-transform: var(--text-transform, none);
    line-height: var(--line-height, 28px);
    letter-spacing: var(--letter-spacing, 0)
}

h1 {
    margin: 0;
    padding-top: 1.5rem;
    color: var(--color-content-heading)
}

h1:first-child {
    padding-top: 0
}

p,
ul {
    margin: 0 0 1.5rem
}

ul {
    list-style-type: disc;
    margin-left: 2.5rem
}

li {
    margin: 0 0 0.5rem
}

li>ul {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem
}

h1:last-child,
p:last-child,
ul:last-child,
li:last-child {
    margin-bottom: 0
}

.hidden {
    display: none !important
}

.i-cf:after {
    content: '';
    display: block;
    clear: both
}

.align_left {
    text-align: left
}

.align_center {
    text-align: center
}

a {
    color: var(--color-content-link)
}

.l-canvas {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
    background: var(--color-content-bg-grad);
    color: var(--color-content-text)
}

@media screen and (min-width:1025px) {
    body:not(.us_iframe) {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }
}

.l-subheader,
.l-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.l-section {
    position: relative;
    margin: 0 auto
}

.l-section-h {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: var(--site-content-width, 1200px)
}

.l-section.height_medium {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.l-section.full_height {
    min-height: 100vh
}

.l-section.full_height.valign_center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
    padding-top: var(--header-height)
}

.cols_4>div[class*="list"]>* {
    width: 25%
}

.fas,
.fab {
    display: inline-block;
    line-height: 1;
    font-family: "fontawesome";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.g-preloader {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 2.5rem;
    width: 1em;
    height: 1em;
    color: var(--color-content-primary)
}

.g-preloader.type_1:before,
.g-preloader.type_1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid
}

.g-preloader.type_1:before {
    opacity: 0.2
}

.g-preloader.type_1:after {
    border-color: transparent;
    border-top-color: inherit;
    animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6)
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.l-body .vc_row:after,
.l-body .vc_row:before,
.l-body .vc_column-inner:after,
.l-body .vc_column-inner:before {
    display: none
}

.wpb_text_column:not(:last-child) {
    margin-bottom: var(--text-block-margin-bottom, 0px)
}

.rounded_none .w-header-show {
    border-radius: 0 !important
}

@media (max-width:1024px) {
    .l-section.height_medium {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media screen and (max-width:900px) {
    .l-subheader {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

@media screen and (max-width:600px) {
    p {
        margin-bottom: 1rem
    }

    h1 {
        padding-top: 1rem
    }

    .w-header-show {
        margin: 10px !important
    }

    .l-subheader,
    .l-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-section.height_medium {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

[class*="us_animate_"] {
    opacity: 0;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-fill-mode: both
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.us_animate_fade {
    animation-name: fade
}

@keyframes afl {
    from {
        opacity: 0;
        transform: translateX(-5rem)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.us_animate_afl {
    animation-name: afl
}

.w-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative
}

.w-btn {
    padding: 0.8em 1.8em
}

.w-btn i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}

.w-btn.icon_atright i {
    margin-left: 0.5em
}

.w-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit
}

.w-btn-wrapper {
    margin: 0.3rem 0
}

.w-btn-wrapper.align_none {
    display: inline-block;
    vertical-align: top
}

*:not(.w-hwrapper)>.w-btn-wrapper.align_none {
    margin-right: 0.6rem
}

.g-cols.via_flex {
    display: flex;
    flex-wrap: wrap
}

.vc_column_container {
    display: flex;
    flex-direction: column;
    position: relative;
    border-color: var(--color-content-border)
}

.g-cols.via_flex>div>.vc_column-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-color: inherit
}

.g-cols.via_flex.type_default {
    margin: 0 -1.5rem
}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.g-cols.via_flex.valign_middle>div>.vc_column-inner {
    justify-content: center
}

.g-cols.via_flex>.wpb_column.stretched {
    flex-grow: 1
}

.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
    margin-right: -1rem
}

@media screen and (max-width:600px) {
    .g-cols.via_flex.type_default>.wpb_column.stretched {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.w-counter-value {
    line-height: 1
}

.w-counter.color_secondary .w-counter-value {
    color: var(--color-content-secondary)
}

.w-dropdown {
    flex-shrink: 0
}

.w-dropdown-h {
    text-align: left;
    line-height: 2;
    margin: 0 -1em;
    position: relative
}

.w-dropdown-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 2.2em 0 1em;
    min-height: 2em
}

.w-dropdown-current {
    position: relative;
    z-index: 1
}

.w-dropdown-current .w-dropdown-item:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8em;
    content: '\f107';
    font-size: 1.2em;
    margin-top: -1em;
    font-family: fontawesome;
    font-weight: 400
}

.w-dropdown-list {
    display: none;
    position: absolute;
    top: -0.4em;
    padding-top: 2.4em;
    padding-bottom: 0.4em;
    min-width: 100%;
    background: var(--color-content-bg);
    box-shadow: var(--box-shadow)
}

.w-dropdown-list-h {
    max-height: calc(90vh - 3em);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.w-dropdown.drop_to_right .w-dropdown-list {
    left: 0
}

.w-dropdown.dropdown_height .w-dropdown-list {
    display: block;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0
}

.w-grid {
    clear: both
}

.w-grid[class*="cols_"] .w-grid-list {
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--gap, 0px) * -1)
}

.w-grid.valign_center .w-grid-list {
    align-items: center
}

.w-grid-item {
    flex-shrink: 0
}

.w-grid[class*="cols_"] .w-grid-item {
    padding: var(--gap, 0px)
}

.w-grid-item-h {
    position: relative;
    height: 100%
}

.w-grid-preloader {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden
}

.w-grid-preloader .g-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.l-header a {
    color: inherit
}

.l-subheader-cell {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.l-subheader-cell.at_left {
    justify-content: flex-start
}

.header_hor .l-subheader-cell.at_left>* {
    margin-right: 1.4rem
}

.l-subheader-cell.at_center {
    justify-content: center
}

.l-subheader-cell.at_right {
    justify-content: flex-end
}

.header_hor .l-subheader-cell.at_right>* {
    margin-left: 1.4rem
}

.l-subheader-cell:empty {
    display: none
}

.l-header:before {
    content: 'auto';
    left: -100%;
    position: absolute;
    top: -100%;
    visibility: hidden !important
}

.w-html {
    line-height: 1.5
}

.w-hwrapper {
    display: flex;
    align-items: center
}

.w-hwrapper.wrap {
    flex-wrap: wrap
}

.w-hwrapper>:not(:last-child) {
    margin-right: var(--hwrapper-gap, 1.2rem)
}

.l-header .w-image {
    flex-shrink: 0
}

.w-image-h {
    display: block;
    height: inherit;
    max-height: inherit;
    border-radius: inherit;
    border-color: inherit !important;
    color: inherit !important
}

.w-image:not([class*="style_phone"]) .w-image-h {
    background: inherit
}

.w-image img {
    object-fit: contain;
    vertical-align: top;
    height: inherit;
    max-height: inherit;
    border-radius: inherit
}

.w-image[class*="ush_image_"] img {
    width: auto
}

.w-image-h[href] {
    position: relative
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.w-nav.type_desktop:not(.height_full) {
    line-height: 50px
}

.l-subheader-cell .w-nav {
    margin-left: 0;
    margin-right: 0
}

.w-nav-list {
    list-style: none;
    margin: 0
}

.w-nav-list:not(.level_1) {
    display: none
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
    box-shadow: var(--box-shadow)
}

.w-nav.type_desktop .w-nav-list.level_2 {
    text-align: left;
    position: absolute;
    left: 0;
    z-index: 120;
    min-width: 12rem
}

.w-nav .menu-item {
    display: block;
    position: relative;
    margin: 0
}

.w-nav-anchor {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    outline: none !important
}

.w-nav.type_desktop .w-nav-anchor.level_1 {
    z-index: 1
}

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
    line-height: 1.5em;
    padding: .6em 20px;
    white-space: nowrap
}

.w-nav-arrow {
    display: none;
    vertical-align: top;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    text-align: center
}

.w-nav-arrow:before {
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400
}

.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1.3em;
    margin-left: 0.4em
}

.w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before {
    content: '\f105';
    font-size: 1.3em
}

.w-nav-anchor.w-btn>.w-nav-arrow {
    line-height: 1
}

.w-nav-anchor.w-btn>.w-nav-title {
    vertical-align: middle
}

.header_hor .w-nav.type_desktop>.w-nav-list {
    display: flex;
    align-items: center
}

.header_hor .w-nav.type_desktop>.w-nav-list>.menu-item {
    flex-shrink: 0
}

.w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1) {
    display: block;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0
}

.w-nav-control {
    display: none;
    line-height: 50px;
    height: 50px;
    padding: 0 0.8rem;
    color: inherit
}

.w-nav-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    height: inherit;
    width: 1em
}

.w-nav-icon>div,
.w-nav-icon>div:before,
.w-nav-icon>div:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit
}

.w-nav-icon>div {
    border-bottom: 0.15em solid
}

.w-nav-icon>div:before,
.w-nav-icon>div:after {
    border-bottom: inherit
}

.w-nav-icon>div {
    top: 50%;
    transform: translateY(-50%)
}

.w-nav-icon>div:before {
    top: -0.3333em
}

.w-nav-icon>div:after {
    top: 0.3333em
}

.w-nav-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 3rem;
    line-height: 2;
    width: 2em;
    opacity: 0.5
}

.w-nav-close:before {
    content: '×';
    font-family: fontawesome;
    font-weight: normal;
    vertical-align: top
}

.menu-item>a.w-btn .w-nav-title:after {
    display: none !important
}

@media screen and (max-width:767px) {
    .w-nav-close {
        font-size: 2rem
    }
}

@media screen and (max-width:480px) {
    .w-nav-anchor.level_2 {
        white-space: normal
    }
}

.w-post-elm.stretched img {
    width: 100%
}

.w-post-elm.post_image {
    overflow: hidden;
    position: relative
}

.w-post-elm.post_image img,
.w-post-elm.post_custom_field img {
    vertical-align: top
}

.w-socials-list {
    margin: calc(var(--gap, 0) * -1)
}

.w-socials-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: var(--gap, 0)
}

.w-socials-item-link {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 2.5em;
    width: 2.5em;
    text-decoration: none !important;
    border-radius: inherit;
    z-index: 0
}

.w-socials.color_text .w-socials-item-link {
    color: inherit
}

.w-socials-item-link-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-content-primary-grad)
}

.w-socials-item-link i {
    display: block;
    line-height: inherit;
    position: relative
}

.l-header .w-socials {
    line-height: 2
}

.header_hor .l-header .w-socials-list {
    white-space: nowrap
}

.l-header .w-socials-item-link {
    line-height: 2em;
    width: 2em
}

.w-socials-item.facebook .w-socials-item-link-hover {
    background: #1e77f0
}

.w-socials-item.linkedin .w-socials-item-link-hover {
    background: #0077b5
}

.w-tabs-section-content {
    padding-top: 3rem
}

.w-tabs-section-content-h {
    margin: 0 auto;
    max-width: var(--site-content-width, 1200px)
}

.w-tabs.accordion>div>div>.w-tabs-section-content {
    display: none;
    padding: 1.5rem
}

.w-tabs.accordion.remove_indents>div>div>.w-tabs-section-content {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.rounded_none .w-tabs-section-content {
    border-radius: 0 !important
}

.w-vwrapper {
    display: flex;
    flex-direction: column
}

body:not(.rtl) .w-vwrapper.align_left {
    align-items: flex-start
}

.w-vwrapper>*:not(:last-child) {
    margin-bottom: var(--vwrapper-gap, 0.7rem)
}

:root {
    --color-header-middle-bg: #ffffff;
    --color-header-middle-bg-grad: #ffffff;
    --color-header-middle-text: #150922;
    --color-header-middle-text-hover: #df275b;
    --color-header-transparent-bg: transparent;
    --color-header-transparent-bg-grad: transparent;
    --color-header-transparent-text: #000000;
    --color-header-transparent-text-hover: #df275b;
    --color-chrome-toolbar: #f5f5f5;
    --color-chrome-toolbar-grad: #f5f5f5;
    --color-header-top-bg: #f5f5f5;
    --color-header-top-bg-grad: #f5f5f5;
    --color-header-top-text: #999999;
    --color-header-top-text-hover: #5325a8;
    --color-header-top-transparent-bg: rgba(0, 0, 0, 0.2);
    --color-header-top-transparent-bg-grad: rgba(0, 0, 0, 0.2);
    --color-header-top-transparent-text: rgba(255, 255, 255, 0.66);
    --color-header-top-transparent-text-hover: #fff;
    --color-content-bg: #ffffff;
    --color-content-bg-grad: #ffffff;
    --color-content-bg-alt: #eef6ff;
    --color-content-bg-alt-grad: #eef6ff;
    --color-content-border: #e8e8e8;
    --color-content-heading: #150922;
    --color-content-heading-grad: #150922;
    --color-content-text: #150922;
    --color-content-link: #df275b;
    --color-content-link-hover: #df275b;
    --color-content-primary: #df275b;
    --color-content-primary-grad: #df275b;
    --color-content-secondary: #6a0ddd;
    --color-content-secondary-grad: #6a0ddd;
    --color-content-faded: #999999;
    --color-content-overlay: rgba(0, 0, 0, 0.75);
    --color-content-overlay-grad: rgba(0, 0, 0, 0.75);
    --color-alt-content-bg: #ffffff;
    --color-alt-content-bg-grad: #ffffff;
    --color-alt-content-bg-alt: #ffffff;
    --color-alt-content-bg-alt-grad: #ffffff;
    --color-alt-content-border: #dddddd;
    --color-alt-content-heading: #444444;
    --color-alt-content-heading-grad: #444444;
    --color-alt-content-text: #666666;
    --color-alt-content-link: #ffffff;
    --color-alt-content-link-hover: #ffffff;
    --color-alt-content-primary: #5325a8;
    --color-alt-content-primary-grad: #5325a8;
    --color-alt-content-secondary: #5325a8;
    --color-alt-content-secondary-grad: #5325a8;
    --color-alt-content-faded: #999999;
    --color-alt-content-overlay: #e95095;
    --color-alt-content-overlay-grad: linear-gradient(135deg, #e95095, rgba(233, 80, 149, 0.75));
    --color-footer-bg: #150922;
    --color-footer-bg-grad: #150922;
    --color-footer-bg-alt: #1a1a1a;
    --color-footer-bg-alt-grad: #1a1a1a;
    --color-footer-border: #222222;
    --color-footer-text: #ffffff;
    --color-footer-link: #ffffff;
    --color-footer-link-hover: #ffffff;
    --color-subfooter-bg: #1a1a1a;
    --color-subfooter-bg-grad: #1a1a1a;
    --color-subfooter-bg-alt: #222222;
    --color-subfooter-bg-alt-grad: #222222;
    --color-subfooter-border: #222222;
    --color-subfooter-heading: #cccccc;
    --color-subfooter-heading-grad: #cccccc;
    --color-subfooter-text: #808080;
    --color-subfooter-link: #cccccc;
    --color-subfooter-link-hover: #ffffff;
    --color-content-primary-faded: rgba(223, 39, 91, 0.15);
    --box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    --box-shadow-up: 0 -5px 15px rgba(0, 0, 0, .15);
    --site-canvas-width: 1300px;
    --site-content-width: 1340px;
    --text-block-margin-bottom: 0.8rem
}

:root {
    --font-family: Montserrat, sans-serif;
    --font-size: 16px;
    --line-height: 25px;
    --font-weight: 400;
    --bold-font-weight: 600;
    --text-transform: none;
    --font-style: normal;
    --letter-spacing: 0em;
    --h1-font-family: "Bai Jamjuree";
    --h1-font-size: 38px;
    --h1-line-height: 1.4;
    --h1-font-weight: 400;
    --h1-bold-font-weight: 700;
    --h1-text-transform: none;
    --h1-font-style: normal;
    --h1-letter-spacing: 0em;
    --h1-margin-bottom: 1.5rem;
    --h2-font-family: var(--h1-font-family);
    --h2-font-size: 28px;
    --h2-line-height: 1.4;
    --h2-font-weight: 600;
    --h2-bold-font-weight: var(--h1-bold-font-weight);
    --h2-text-transform: var(--h1-text-transform);
    --h2-font-style: var(--h1-font-style);
    --h2-letter-spacing: 0.02em;
    --h2-margin-bottom: 0.6rem;
    --h3-font-family: var(--h1-font-family);
    --h3-font-size: 21px;
    --h3-line-height: 1.4;
    --h3-font-weight: 600;
    --h3-bold-font-weight: var(--h1-bold-font-weight);
    --h3-text-transform: var(--h1-text-transform);
    --h3-font-style: var(--h1-font-style);
    --h3-letter-spacing: 0.02em;
    --h3-margin-bottom: 1.5rem;
    --h4-font-family: var(--h1-font-family);
    --h4-font-size: 24px;
    --h4-line-height: 1.4;
    --h4-font-weight: var(--h1-font-weight);
    --h4-bold-font-weight: var(--h1-bold-font-weight);
    --h4-text-transform: var(--h1-text-transform);
    --h4-font-style: var(--h1-font-style);
    --h4-letter-spacing: 0em;
    --h4-margin-bottom: 1.5rem;
    --h5-font-family: var(--h1-font-family);
    --h5-font-size: 20px;
    --h5-line-height: 1.4;
    --h5-font-weight: var(--h1-font-weight);
    --h5-bold-font-weight: var(--h1-bold-font-weight);
    --h5-text-transform: var(--h1-text-transform);
    --h5-font-style: var(--h1-font-style);
    --h5-letter-spacing: 0em;
    --h5-margin-bottom: 1.5rem;
    --h6-font-family: var(--h1-font-family);
    --h6-font-size: 18px;
    --h6-line-height: 1.4;
    --h6-font-weight: var(--h1-font-weight);
    --h6-bold-font-weight: var(--h1-bold-font-weight);
    --h6-text-transform: var(--h1-text-transform);
    --h6-font-style: var(--h1-font-style);
    --h6-letter-spacing: 0em;
    --h6-margin-bottom: 1.5rem
}

@media (max-width:767px) {
    :root {
        --h1-font-size: 24px;
        --h2-font-size: 20px;
        --h3-font-size: 18px;
        --h4-font-size: 22px
    }
}

h1 {
    font-family: var(--h1-font-family, inherit);
    font-weight: var(--h1-font-weight, inherit);
    font-size: var(--h1-font-size, inherit);
    font-style: var(--h1-font-style, inherit);
    line-height: var(--h1-line-height, 1.4);
    letter-spacing: var(--h1-letter-spacing, inherit);
    text-transform: var(--h1-text-transform, inherit);
    margin-bottom: var(--h1-margin-bottom, 1.5rem)
}

body {
    background: #eeeeee
}

@media (min-width:1281px) {

    .vc_hidden-lg,
    body:not(.usb_preview) .hide_on_default {
        display: none !important
    }
}

@media (min-width:1025px) and (max-width:1280px) {

    .vc_hidden-md,
    body:not(.usb_preview) .hide_on_laptops {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .vc_hidden-sm,
    body:not(.usb_preview) .hide_on_tablets {
        display: none !important
    }
}

@media (max-width:767px) {

    .vc_hidden-xs,
    body:not(.usb_preview) .hide_on_mobiles {
        display: none !important
    }
}

@media (max-width:767px) {
    .g-cols>div:not([class*="vc_col-xs-"]) {
        width: 100%;
        margin: 0 0 1.5rem
    }

    .g-cols:not(.reversed)>div:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .vc_col-sm-5 {
        width: 41.6666%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-12 {
        width: 100%
    }
}

@media (max-width:767px) {
    .l-canvas {
        overflow: hidden
    }

    .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]) {
        width: 100%;
        margin: 0 0 1.5rem
    }

    .g-cols.stacking_default.via_flex:not(.reversed)>div:last-child {
        margin-bottom: 0
    }

    .g-cols.stacking_default.via_flex.type_default>.wpb_column.stretched {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

a,
button {
    outline: none !important
}

.w-header-show {
    background: rgba(0, 0, 0, 0.3)
}

.us-btn-style_1 {
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 2.5em;
    padding: 1em 2.2em;
    background: var(--color-content-primary);
    border-color: transparent;
    color: #ffffff !important
}

.us-btn-style_1:before {
    border-width: 0px
}

.us-btn-style_2 {
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 1.20 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 2.5em;
    padding: 1em 2.2em;
    background: var(--color-content-secondary);
    border-color: transparent;
    color: #ffffff !important
}

.us-btn-style_2:before {
    border-width: 0px
}

.us-btn-style_4 {
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 1.20 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 2.5em;
    padding: 0.5em 0em;
    background: transparent;
    border-color: transparent;
    color: var(--color-content-primary) !important
}

.us-btn-style_4:before {
    border-width: 0px
}

:root {
    --inputs-font-family: inherit;
    --inputs-font-size: 1rem;
    --inputs-font-weight: 300;
    --inputs-letter-spacing: 0em;
    --inputs-text-transform: none;
    --inputs-height: 2.8rem;
    --inputs-padding: 0.8rem;
    --inputs-checkbox-size: 1.5em;
    --inputs-border-width: 1px;
    --inputs-border-radius: 5px;
    --inputs-background: #ffffff;
    --inputs-border-color: #b5b5b5;
    --inputs-text-color: #000000;
    --inputs-box-shadow: 0px 0px 0px 0px #000000 inset;
    --inputs-focus-background: #ffffff;
    --inputs-focus-border-color: var(--color-content-primary);
    --inputs-focus-text-color: #000000;
    --inputs-focus-box-shadow: 0px 0px 0px 0px #5325a8 inset
}

body {
    background: #ffffff !important
}

.l-header .w-socials-item-link {
    width: 30px
}

.wpml-ls-item a {
    padding-left: 4px !important;
    padding-right: 15px !important
}

header .w-btn {
    margin-left: 6px !important
}

.bleu-bg-rgt {
    position: relative
}

.bleu-bg-rgt:before {
    content: '';
    width: calc(50% - 100px);
    height: 70%;
    top: 15%;
    right: 0;
    background: #eef6ff;
    position: absolute;
    border-radius: 50px 0 0 50px
}

.bubble-sp {
    background: #ffffff;
    padding: 20px 30px;
    width: auto;
    position: absolute;
    border-radius: 30px 30px 0 30px;
    box-shadow: 2px 0px 4px 4px rgba(179, 179, 179, 0.2)
}

.bubble-sp-1 {
    top: -40px;
    left: 0
}

.bubble-sp-2 {
    border-radius: 0 30px 30px 30px;
    bottom: -12vh;
    left: calc(50% - 100px)
}

.bubble-sp p {
    font-size: 14px;
    line-height: 20px
}

.clutch-b {
    width: calc(100% - 203px)
}

article.us_portfolio {
    border-radius: 15px 15px 0 0
}

.faq-sp .w-tabs.accordion>div>div>.w-tabs-section-content {
    padding-top: 0 !important
}

.mockup-mb {
    position: relative;
    width: 550px;
    max-width: 90%;
    padding-bottom: 2%
}

.mockup-mb img {
    border-radius: 2% 2% 0 0
}

.mockup-mb:after {
    content: '';
    width: 124%;
    height: 106%;
    left: -12%;
    top: -2%;
    background:url({$theme_path}/static/picture/macbook.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute
}

html {
    overflow-x: hidden
}

.layout_gallery_default .w-grid-list {
    justify-content: center
}

@media all and (min-width:767px) and (max-height:800px) {
    .mainphoto {
        margin-top: 20px
    }
}

@media all and (min-width:767px) and (max-width:1310px) {
    h1 {
        font-size: 30px
    }
}

@media all and (max-width:1590px) {
    .mainphoto-laptop .bubble-sp-1 {
        top: -70px
    }
}

@media all and (max-width:1140px) {
    .clutch-b {
        width: 100%;
        margin-top: 20px
    }

    .mainphoto-laptop .bubble-sp-1 {
        top: -1vw
    }

    .mainphoto-laptop .bubble-sp-2 {
        bottom: -3vw
    }
}

@media all and (max-width:1081px) {
    .mainphoto-laptop .bubble-sp-2 {
        bottom: -1vw
    }
}

@media all and (max-width:949px) {
    .mainphoto-laptop .bubble-sp-1 {
        top: 1vw
    }

    .mainphoto-laptop .bubble-sp-2 {
        bottom: 2.5vw
    }
}

@media all and (max-width:767px) {
    .bubble-sp-1 {
        top: -20px;
        left: 10px
    }

    .bubble-sp-2 {
        bottom: 0;
        right: 10px;
        left: auto
    }

    .bleu-bg-rgt::before {
        display: none
    }

    .mainphoto .w-btn {
        min-width: 250px
    }

    .l-section.height_medium {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .bubble-sp p {
        font-size: 13px;
        line-height: 18px
    }

    .bubble-sp {
        background: #ffffff;
        padding: 15px 24px
    }
}