img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.woocommerce form .form-row .required {
    visibility: visible;
}

.woocommerce-product-gallery {
    opacity: 1 !important;
}

div#n2-ss-2 .n2-ss-slider-1 {
    display: grid;
    position: relative;
}

div#n2-ss-2 .n2-ss-slider-2 {
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border: 0px solid RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    z-index: 1;
}

div#n2-ss-2:not(.n2-ss-loaded) .n2-ss-slider-2 {
    background-image: none !important;
}

div#n2-ss-2 .n2-ss-slider-3 {
    display: grid;
    grid-template-areas:'cover';
    position: relative;
    overflow: hidden;
    z-index: 10;
}

div#n2-ss-2 .n2-ss-slider-3 > * {
    grid-area: cover;
}

div#n2-ss-2 .n2-ss-slide-backgrounds, div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider {
    position: relative;
}

div#n2-ss-2 .n2-ss-slide-backgrounds {
    z-index: 10;
}

div#n2-ss-2 .n2-ss-slide-backgrounds > * {
    overflow: hidden;
}

div#n2-ss-2 .n2-ss-slide-background {
    transform: translateX(-100000px);
}

div#n2-ss-2 .n2-ss-slider-4 {
    place-self: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: grid;
    grid-template-areas:'slide';
}

div#n2-ss-2 .n2-ss-slider-4 > * {
    grid-area: slide;
}

div#n2-ss-2.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
    height: auto;
}

div#n2-ss-2 .n2-ss-slide {
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
}

div#n2-ss-2 .n2-ss-slide {
    perspective: 1000px;
}

div#n2-ss-2 .n2-ss-slide-active {
    z-index: 21;
}

.n2-ss-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

div#n2-ss-2 .n2-ss-button-container, div#n2-ss-2 .n2-ss-button-container a {
    display: block;
}

div#n2-ss-2 .n2-ss-button-container--non-full-width, div#n2-ss-2 .n2-ss-button-container--non-full-width a {
    display: inline-block;
}

div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap {
    white-space: nowrap;
}

div#n2-ss-2 .n2-ss-button-container a div {
    display: inline;
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}

div#n2-ss-2 .n2-ss-button-container a > div {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

div#n2-ss-2 .n2-ss-button-container span {
    font-size: 100%;
    vertical-align: baseline;
}

div#n2-ss-2 .n2-ss-button-container a[data-iconplacement="left"] span {
    margin-right: 0.3em;
}

div#n2-ss-2 .n2-ss-button-container a[data-iconplacement="right"] span {
    margin-left: 0.3em;
}

div#n2-ss-2 .nextend-arrow {
    cursor: pointer;
    overflow: hidden;
    line-height: 0 !important;
    z-index: 18;
    -webkit-user-select: none;
}

div#n2-ss-2 .nextend-arrow img {
    position: relative;
    display: block;
}

div#n2-ss-2 .nextend-arrow img.n2-arrow-hover-img {
    display: none;
}

div#n2-ss-2 .nextend-arrow:FOCUS img.n2-arrow-hover-img, div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-hover-img {
    display: inline;
}

div#n2-ss-2 .nextend-arrow:FOCUS img.n2-arrow-normal-img, div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-normal-img {
    display: none;
}

div#n2-ss-2 .nextend-arrow-animated {
    overflow: hidden;
}

div#n2-ss-2 .nextend-arrow-animated > div {
    position: relative;
}

div#n2-ss-2 .nextend-arrow-animated .n2-active {
    position: absolute;
}

div#n2-ss-2 .nextend-arrow-animated-fade {
    transition: background 0.3s, opacity 0.4s;
}

div#n2-ss-2 .nextend-arrow-animated-horizontal > div {
    transition: all 0.4s;
    transform: none;
}

div#n2-ss-2 .nextend-arrow-animated-horizontal .n2-active {
    top: 0;
}

div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active {
    left: 100%;
}

div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active {
    right: 100%;
}

div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div, div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div {
    transform: translateX(-100%);
}

div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div, div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div {
    transform: translateX(100%);
}

div#n2-ss-2 .nextend-arrow-animated-vertical > div {
    transition: all 0.4s;
    transform: none;
}

div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active {
    left: 0;
}

div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active {
    top: 100%;
}

div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active {
    bottom: 100%;
}

div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div, div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div {
    transform: translateY(-100%);
}

div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div, div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div {
    transform: translateY(100%);
}

div#n2-ss-2 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
}

div#n2-ss-2 .n2-ss-control-bullet--calculate-size {
    left: 0 !important;
}

div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
    width: 100%;
}

div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
    height: 100%;
    flex-flow: column;
}

div#n2-ss-2 .nextend-bullet-bar {
    display: inline-flex;
    vertical-align: top;
    visibility: visible;
    align-items: center;
    flex-wrap: wrap;
}

div#n2-ss-2 .n2-bar-justify-content-left {
    justify-content: flex-start;
}

div#n2-ss-2 .n2-bar-justify-content-center {
    justify-content: center;
}

div#n2-ss-2 .n2-bar-justify-content-right {
    justify-content: flex-end;
}

div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
    flex-flow: column;
}

div#n2-ss-2 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
    display: flex;
}

div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
    flex: 1 1 auto;
}

div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
    height: 100%;
}

div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
    cursor: pointer;
    transition: background-color 0.4s;
}

div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
    cursor: default;
}

div#n2-ss-2 div.n2-ss-bullet-thumbnail-container {
    position: absolute;
    z-index: 10000000;
}

div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#n2-ss-2 .n2-font-7befa3b098a38c4ec80d5eba768e4256-hover {
    font-family: inherit;
    color: #ffffff;
    font-size: 375%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

div#n2-ss-2 .n2-font-25da109ad08f8dbb36c4a42bd02549c8-hover {
    font-family: inherit;
    color: #ffffff;
    font-size: 168.75%;
    text-shadow: none;
    line-height: 1.8;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-2 .n2-style-8e532d8f319f8c476661688671853876-heading {
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    padding: 1px 1px 1px 1px;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 1);
    border-radius: 0px;
}

div#n2-ss-2 .n2-font-12a68bc89a20b174b2b7a0251c36379b-link a {
    font-family: inherit;
    color: #ffffff;
    font-size: 93.75%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-2 .n2-style-6a9119ab5531ed7c23a223dca06e71b2-heading {
    background: #ff4100;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 1);
    border-radius: 99px;
}

div#n2-ss-2 .n2-font-b41c30834110b059b5cd18cfc291020e-hover {
    font-family: inherit;
    color: #ded4d4;
    font-size: 168.75%;
    text-shadow: none;
    line-height: 1.6;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-2 .n2-style-de9282db16e431b63ca75e18eadcf1d6-heading {
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 1);
    border-radius: 0px;
}

div#n2-ss-2 .n2-font-b075edc3567b68dcecb5dbbae5ac55d8-hover {
    font-family: inherit;
    color: #181818;
    font-size: 406.25%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

div#n2-ss-2 .n2-font-43691d20b90f4f175c5507f3fc673c5c-hover {
    font-family: inherit;
    color: #181818;
    font-size: 218.75%;
    text-shadow: none;
    line-height: 2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-2 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot {
    background: RGBA(255, 255, 255, 0.51);
    opacity: 1;
    padding: 1px 15px 1px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 0.76);
    border-radius: 0px;
    margin: 4px;
}

div#n2-ss-2 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot.n2-active, div#n2-ss-2 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot:HOVER, div#n2-ss-2 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot:FOCUS {
    background: #ffffff;
    border: 0px solid RGBA(255, 255, 255, 0);
}

div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1320px;
}

div#n2-ss-2 .n-uc-kIWsVF67THfA {
    padding: 10px 10px 10px 10px
}

div#n2-ss-2 .n-uc-axzUFjgRC9XI-inner {
    padding: 10px 10px 10px 10px;
    justify-content: center
}

div#n2-ss-2 .n-uc-axzUFjgRC9XI {
    align-self: center;
}

div#n2-ss-2 .n-uc-xhV5glXJMiRZ {
    --margin-bottom: 10px;
    max-width: 680px;
    align-self: var(--ss-fs);
}

div#n2-ss-2 .n-uc-dP30qDsXlDI0 {
    --margin-bottom: 20px
}

div#n2-ss-2 .n-uc-tbH4DJCcGaSr {
    --margin-bottom: 40px;
    max-width: 435px;
    align-self: var(--ss-fs);
}

div#n2-ss-2 .n-uc-4STNkPA9rMHc {
    align-self: var(--ss-fs);
}

div#n2-ss-2 .n-uc-wGmf19ksBzKU {
    padding: 10px 10px 10px 10px
}

div#n2-ss-2 .n-uc-pvGe60hbIcyP-inner {
    padding: 10px 10px 10px 10px;
    justify-content: center
}

div#n2-ss-2 .n-uc-pvGe60hbIcyP {
    align-self: center;
}

div#n2-ss-2 .n-uc-KeXdpIKd5TB9 {
    --margin-bottom: 10px;
    max-width: 680px;
    align-self: var(--ss-fs);
}

div#n2-ss-2 .n-uc-4S0XEixYMWri {
    --margin-bottom: 30px
}

div#n2-ss-2 .n-uc-ENAwjF0EEhB3 {
    align-self: var(--ss-fs);
}

div#n2-ss-2 .n-uc-SAH7iRn89zn4 {
    padding: 10px 0px 10px 10px
}

div#n2-ss-2 .n-uc-PxofmXqZO6mL-inner {
    padding: 0px 0px 10px 10px;
    justify-content: center
}

div#n2-ss-2 .n-uc-PxofmXqZO6mL {
    align-self: center;
}

div#n2-ss-2 .n-uc-UL790KMXSfNT {
    --margin-bottom: 10px;
    max-width: 680px;
    align-self: var(--ss-fs);
}

div#n2-ss-2 .n-uc-faUerNCuqbqk {
    --margin-bottom: 30px
}

div#n2-ss-2 .n-uc-1noxhYuDYZdX {
    align-self: var(--ss-fs);
}

div#n2-ss-2 .nextend-arrow img {
    width: 32px
}

@media (min-width: 1200px) {
    div#n2-ss-2 [data-hide-desktopportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
    div#n2-ss-2 [data-hide-tabletportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
    div#n2-ss-2 .n-uc-xhV5glXJMiRZ {
        --ssfont-scale: 0.7
    }

    div#n2-ss-2 .n-uc-dP30qDsXlDI0 {
        --ssfont-scale: 0.9
    }

    div#n2-ss-2 .n-uc-4STNkPA9rMHc {
        --ssfont-scale: 0.9
    }

    div#n2-ss-2 .n-uc-KeXdpIKd5TB9 {
        --ssfont-scale: 0.7
    }

    div#n2-ss-2 .n-uc-4S0XEixYMWri {
        --ssfont-scale: 0.9
    }

    div#n2-ss-2 .n-uc-ENAwjF0EEhB3 {
        --ssfont-scale: 0.9
    }

    div#n2-ss-2 .n-uc-UL790KMXSfNT {
        --ssfont-scale: 0.7
    }

    div#n2-ss-2 .n-uc-faUerNCuqbqk {
        --ssfont-scale: 0.9
    }

    div#n2-ss-2 .n-uc-1noxhYuDYZdX {
        --ssfont-scale: 0.9
    }

    div#n2-ss-2 [data-hide-mobileportrait="1"] {
        display: none !important;
    }

    div#n2-ss-2 .nextend-arrow img {
        width: 16px
    }
}

div#n2-ss-3 .n2-ss-slider-1 {
    display: grid;
    position: relative;
}

div#n2-ss-3 .n2-ss-slider-2 {
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border: 0px solid RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    z-index: 1;
}

div#n2-ss-3:not(.n2-ss-loaded) .n2-ss-slider-2 {
    background-image: none !important;
}

div#n2-ss-3 .n2-ss-slider-3 {
    display: grid;
    grid-template-areas:'cover';
    position: relative;
    overflow: hidden;
    z-index: 10;
}

div#n2-ss-3 .n2-ss-slider-3 > * {
    grid-area: cover;
}

div#n2-ss-3 .n2-ss-slide-backgrounds, div#n2-ss-3 .n2-ss-slider-3 > .n2-ss-divider {
    position: relative;
}

div#n2-ss-3 .n2-ss-slide-backgrounds {
    z-index: 10;
}

div#n2-ss-3 .n2-ss-slide-backgrounds > * {
    overflow: hidden;
}

div#n2-ss-3 .n2-ss-slide-background {
    transform: translateX(-100000px);
}

div#n2-ss-3 .n2-ss-slider-4 {
    place-self: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: grid;
    grid-template-areas:'slide';
}

div#n2-ss-3 .n2-ss-slider-4 > * {
    grid-area: slide;
}

div#n2-ss-3.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
    height: auto;
}

div#n2-ss-3 .n2-ss-slide {
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
}

div#n2-ss-3 .n2-ss-slide {
    perspective: 1000px;
}

div#n2-ss-3 .n2-ss-slide-active {
    z-index: 21;
}

.n2-ss-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

div#n2-ss-3 .nextend-arrow {
    cursor: pointer;
    overflow: hidden;
    line-height: 0 !important;
    z-index: 18;
    -webkit-user-select: none;
}

div#n2-ss-3 .nextend-arrow img {
    position: relative;
    display: block;
}

div#n2-ss-3 .nextend-arrow img.n2-arrow-hover-img {
    display: none;
}

div#n2-ss-3 .nextend-arrow:FOCUS img.n2-arrow-hover-img, div#n2-ss-3 .nextend-arrow:HOVER img.n2-arrow-hover-img {
    display: inline;
}

div#n2-ss-3 .nextend-arrow:FOCUS img.n2-arrow-normal-img, div#n2-ss-3 .nextend-arrow:HOVER img.n2-arrow-normal-img {
    display: none;
}

div#n2-ss-3 .nextend-arrow-animated {
    overflow: hidden;
}

div#n2-ss-3 .nextend-arrow-animated > div {
    position: relative;
}

div#n2-ss-3 .nextend-arrow-animated .n2-active {
    position: absolute;
}

div#n2-ss-3 .nextend-arrow-animated-fade {
    transition: background 0.3s, opacity 0.4s;
}

div#n2-ss-3 .nextend-arrow-animated-horizontal > div {
    transition: all 0.4s;
    transform: none;
}

div#n2-ss-3 .nextend-arrow-animated-horizontal .n2-active {
    top: 0;
}

div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active {
    left: 100%;
}

div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active {
    right: 100%;
}

div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div, div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div {
    transform: translateX(-100%);
}

div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div, div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div {
    transform: translateX(100%);
}

div#n2-ss-3 .nextend-arrow-animated-vertical > div {
    transition: all 0.4s;
    transform: none;
}

div#n2-ss-3 .nextend-arrow-animated-vertical .n2-active {
    left: 0;
}

div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active {
    top: 100%;
}

div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active {
    bottom: 100%;
}

div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div, div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div {
    transform: translateY(-100%);
}

div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div, div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div {
    transform: translateY(100%);
}

div#n2-ss-3 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
}

div#n2-ss-3 .n2-ss-control-bullet--calculate-size {
    left: 0 !important;
}

div#n2-ss-3 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
    width: 100%;
}

div#n2-ss-3 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
    height: 100%;
    flex-flow: column;
}

div#n2-ss-3 .nextend-bullet-bar {
    display: inline-flex;
    vertical-align: top;
    visibility: visible;
    align-items: center;
    flex-wrap: wrap;
}

div#n2-ss-3 .n2-bar-justify-content-left {
    justify-content: flex-start;
}

div#n2-ss-3 .n2-bar-justify-content-center {
    justify-content: center;
}

div#n2-ss-3 .n2-bar-justify-content-right {
    justify-content: flex-end;
}

div#n2-ss-3 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
    flex-flow: column;
}

div#n2-ss-3 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
    display: flex;
}

div#n2-ss-3 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
    flex: 1 1 auto;
}

div#n2-ss-3 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
    height: 100%;
}

div#n2-ss-3 .nextend-bullet-bar .n2-bullet {
    cursor: pointer;
    transition: background-color 0.4s;
}

div#n2-ss-3 .nextend-bullet-bar .n2-bullet.n2-active {
    cursor: default;
}

div#n2-ss-3 div.n2-ss-bullet-thumbnail-container {
    position: absolute;
    z-index: 10000000;
}

div#n2-ss-3 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#n2-ss-3 .n2-font-0236df56ff8bcc61180bba778d40efc9-hover {
    font-family: inherit;
    color: #000000;
    font-size: 200%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

div#n2-ss-3 .n2-font-e6f172841c6fd7318abaae008d8e0974-hover {
    font-family: inherit;
    color: #000000;
    font-size: 112.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-3 .n2-font-ddd677c9634a889c7cd708d122b030df-hover {
    font-family: inherit;
    color: #ffffff;
    font-size: 200%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

div#n2-ss-3 .n2-font-302c4dd7cf9083153c0830187b672725-hover {
    font-family: inherit;
    color: RGBA(255, 255, 255, 0.65);
    font-size: 112.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-3 .n2-font-354c9959e5610e9536d9a8b9c9c21c4c-hover {
    font-family: inherit;
    color: #030303;
    font-size: 200%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

div#n2-ss-3 .n2-font-ac756df0564991ed0fef84ed3080400b-hover {
    font-family: inherit;
    color: #030303;
    font-size: 112.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

div#n2-ss-3 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot {
    background: RGBA(255, 255, 255, 0.51);
    opacity: 1;
    padding: 1px 15px 1px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 0.76);
    border-radius: 0px;
    margin: 4px;
}

div#n2-ss-3 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot.n2-active, div#n2-ss-3 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot:HOVER, div#n2-ss-3 .n2-style-fd761c42514e76bea3bdf55ec22aaa08-dot:FOCUS {
    background: #ffffff;
    border: 0px solid RGBA(255, 255, 255, 0);
}

div#n2-ss-3 .n2-ss-slide-limiter {
    max-width: 1320px;
}

div#n2-ss-3 .n-uc-TckLNpKs5gpC {
    padding: 10px 10px 10px 10px
}

div#n2-ss-3 .n-uc-0gevvm7vm9ei-inner {
    padding: 70px 10px 10px 10px;
    justify-content: flex-start
}

div#n2-ss-3 .n-uc-0gevvm7vm9ei {
    align-self: center;
}

div#n2-ss-3 .n-uc-ueSeEQaCpXzG {
    --margin-bottom: 10px;
    align-self: var(--ss-fs);
}

div#n2-ss-3 .n-uc-BWOhL60mq3nb {
    --margin-bottom: 20px
}

div#n2-ss-3 .n-uc-yWExfdDF4bXy {
    padding: 10px 10px 10px 10px
}

div#n2-ss-3 .n-uc-QSfN5NE37VRh-inner {
    padding: 70px 10px 10px 10px;
    justify-content: flex-start
}

div#n2-ss-3 .n-uc-QSfN5NE37VRh {
    align-self: center;
}

div#n2-ss-3 .n-uc-v7opJEtOZysg {
    --margin-bottom: 10px;
    max-width: 680px;
    align-self: center;
}

div#n2-ss-3 .n-uc-jMtNUYqREpYv {
    padding: 10px 10px 10px 10px
}

div#n2-ss-3 .n-uc-uueuqhe7LhJL-inner {
    padding: 70px 10px 10px 10px;
    justify-content: flex-start
}

div#n2-ss-3 .n-uc-uueuqhe7LhJL {
    align-self: center;
}

div#n2-ss-3 .n-uc-cAtDqhnUFo4J {
    --margin-bottom: 10px;
    align-self: var(--ss-fs);
}

div#n2-ss-3 .nextend-arrow img {
    width: 32px
}

@media (min-width: 1200px) {
    div#n2-ss-3 [data-hide-desktopportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
    div#n2-ss-3 [data-hide-tabletportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
    div#n2-ss-3 .n-uc-0gevvm7vm9ei-inner {
        padding: 70px 10px 10px 10px;
        justify-content: flex-start
    }

    div#n2-ss-3 .n-uc-BWOhL60mq3nb {
        --margin-bottom: 0px
    }

    div#n2-ss-3 .n-uc-sOGQDoehLpAU {
        align-self: center;
    }

    div#n2-ss-3 .n-uc-uueuqhe7LhJL-inner {
        padding: 70px 10px 10px 10px
    }

    div#n2-ss-3 [data-hide-mobileportrait="1"] {
        display: none !important;
    }

    div#n2-ss-3 .n2-ss-preserve-size[data-related-device="desktopPortrait"] {
        display: none
    }

    div#n2-ss-3 .n2-ss-preserve-size[data-related-device="mobilePortrait"] {
        display: block
    }

    div#n2-ss-3 .nextend-arrow img {
        width: 16px
    }
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: fallback;
    src: url('../fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-stretch: normal;
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/cardo_normal_400.woff2') format('woff2');
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

@font-face {
    font-display: block;
    font-style: normal;
    font-family: "fontawesome";
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2?rnd=13828") format("woff2")
}

.fas {
    font-family: "fontawesome";
    font-weight: 900
}

@font-face {
    font-display: block;
    font-style: normal;
    font-family: "fontawesome";
    font-weight: 400;
    src: url("../fonts/fa-regular-400.woff2?rnd=13828") format("woff2")
}

.far {
    font-family: "fontawesome";
    font-weight: 400
}

@font-face {
    font-display: block;
    font-style: normal;
    font-family: "fontawesome";
    font-weight: 300;
    src: url("../fonts/fa-light-300.woff2?rnd=13828") format("woff2")
}

.fal {
    font-family: "fontawesome";
    font-weight: 300
}

@font-face {
    font-display: block;
    font-style: normal;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    src: url("../fonts/fa-duotone-900.woff2?rnd=13828") format("woff2")
}

.fad {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900
}

.fad {
    position: relative
}

.fad:before {
    position: absolute
}

.fad:after {
    opacity: 0.4
}

@font-face {
    font-display: block;
    font-style: normal;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    src: url("../fonts/fa-brands-400.woff2?rnd=13828") format("woff2")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-display: block;
    font-style: normal;
    font-family: "Material Icons";
    font-weight: 400;
    src: url("../fonts/material-icons.woff2?rnd=13828") format("woff2")
}

.material-icons {
    font-family: "Material Icons";
    font-weight: 400
}

:root {
    --color-header-middle-bg: #fff;
    --color-header-middle-bg-grad: #fff;
    --color-header-middle-text: #333;
    --color-header-middle-text-hover: #ff4100;
    --color-header-transparent-bg: transparent;
    --color-header-transparent-bg-grad: transparent;
    --color-header-transparent-text: #fff;
    --color-header-transparent-text-hover: #ff4100;
    --color-chrome-toolbar: #f6f6f6;
    --color-chrome-toolbar-grad: #f6f6f6;
    --color-header-top-bg: #f6f6f6;
    --color-header-top-bg-grad: #f6f6f6;
    --color-header-top-text: #666;
    --color-header-top-text-hover: #ff4100;
    --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: #f7f8fa;
    --color-content-bg-alt-grad: #f7f8fa;
    --color-content-border: #ebebeb;
    --color-content-heading: #000;
    --color-content-heading-grad: #000;
    --color-content-text: #333;
    --color-content-link: #333333;
    --color-content-link-hover: #000;
    --color-content-primary: #ff4100;
    --color-content-primary-grad: #ff4100;
    --color-content-secondary: #333;
    --color-content-secondary-grad: #333;
    --color-content-faded: #999;
    --color-content-overlay: rgba(0, 0, 0, 0.75);
    --color-content-overlay-grad: rgba(0, 0, 0, 0.75);
    --color-alt-content-bg: #f7f8fa;
    --color-alt-content-bg-grad: #f7f8fa;
    --color-alt-content-bg-alt: #ffffff;
    --color-alt-content-bg-alt-grad: #ffffff;
    --color-alt-content-border: #e3e3e3;
    --color-alt-content-heading: #000;
    --color-alt-content-heading-grad: #000;
    --color-alt-content-text: #333;
    --color-alt-content-link: #333333;
    --color-alt-content-link-hover: #000;
    --color-alt-content-primary: #ff4100;
    --color-alt-content-primary-grad: #ff4100;
    --color-alt-content-secondary: #333;
    --color-alt-content-secondary-grad: #333;
    --color-alt-content-faded: #999;
    --color-alt-content-overlay: rgba(0, 0, 0, 0.75);
    --color-alt-content-overlay-grad: rgba(0, 0, 0, 0.75);
    --color-footer-bg: #1a1a1a;
    --color-footer-bg-grad: #1a1a1a;
    --color-footer-bg-alt: #333333;
    --color-footer-bg-alt-grad: #333333;
    --color-footer-border: #333333;
    --color-footer-heading: #ffffff;
    --color-footer-heading-grad: #ffffff;
    --color-footer-text: #b8b8b8;
    --color-footer-link: #808080;
    --color-footer-link-hover: #ff4100;
    --color-subfooter-bg: #f6f6f6;
    --color-subfooter-bg-grad: #f6f6f6;
    --color-subfooter-bg-alt: #fff;
    --color-subfooter-bg-alt-grad: #fff;
    --color-subfooter-border: #e2e2e2;
    --color-subfooter-heading: #e3e7f0;
    --color-subfooter-heading-grad: #e3e7f0;
    --color-subfooter-text: #666;
    --color-subfooter-link: #ff4100;
    --color-subfooter-link-hover: #000;
    --color-content-primary-faded: rgba(255, 65, 0, 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: 1280px;
    --site-sidebar-width: 25%;
    --text-block-margin-bottom: 1.5rem;
    --inputs-font-size: 0.9rem;
    --inputs-height: 2.8rem;
    --inputs-padding: 0.8rem;
    --inputs-border-width: 1px;
    --inputs-text-color: var(--color-content-text)
}

@font-face {
    font-display: swap;
    font-style: normal;
    font-family: "Avenir";
    font-weight: 400;
    src: url(../images/Avenir-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-style: normal;
    font-family: "Avenir";
    font-weight: 700;
    src: url(../images/Avenir-Heavy.woff2) format("woff2")
}

:root {
    --font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
    --font-size: 15px;
    --line-height: 32px;
    --font-weight: 500;
    --bold-font-weight: 700;
    --text-transform: none;
    --font-style: normal;
    --letter-spacing: 0em;
    --h1-font-family: inherit;
    --h1-font-size: calc(24px + 1.1vw);
    --h1-line-height: 1.2;
    --h1-font-weight: 700;
    --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: calc(20px + 0.8vw);
    --h2-line-height: 1.2;
    --h2-font-weight: var(--h1-font-weight);
    --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: 0em;
    --h2-margin-bottom: 1.5rem;
    --h3-font-family: var(--h1-font-family);
    --h3-font-size: calc(18px + 0.5vw);
    --h3-line-height: 1.2;
    --h3-font-weight: var(--h1-font-weight);
    --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: 0em;
    --h3-margin-bottom: 1.5rem;
    --h4-font-family: var(--h1-font-family);
    --h4-font-size: calc(15px + 0.4vw);
    --h4-line-height: 1.2;
    --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: calc(15px + 0.3vw);
    --h5-line-height: 1.2;
    --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: calc(14px + 0.2vw);
    --h6-line-height: 1.2;
    --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: 600px) {
    :root {
        --font-size: 14px;
        --line-height: 24px
    }
}

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)
}

h1 > strong {
    font-weight: var(--h1-bold-font-weight, bold)
}

h2 {
    font-family: var(--h2-font-family, inherit);
    font-weight: var(--h2-font-weight, inherit);
    font-size: var(--h2-font-size, inherit);
    font-style: var(--h2-font-style, inherit);
    line-height: var(--h2-line-height, 1.4);
    letter-spacing: var(--h2-letter-spacing, inherit);
    text-transform: var(--h2-text-transform, inherit);
    margin-bottom: var(--h2-margin-bottom, 1.5rem)
}

h2 > strong {
    font-weight: var(--h2-bold-font-weight, bold)
}

h3 {
    font-family: var(--h3-font-family, inherit);
    font-weight: var(--h3-font-weight, inherit);
    font-size: var(--h3-font-size, inherit);
    font-style: var(--h3-font-style, inherit);
    line-height: var(--h3-line-height, 1.4);
    letter-spacing: var(--h3-letter-spacing, inherit);
    text-transform: var(--h3-text-transform, inherit);
    margin-bottom: var(--h3-margin-bottom, 1.5rem)
}

h3 > strong {
    font-weight: var(--h3-bold-font-weight, bold)
}

h4 {
    font-family: var(--h4-font-family, inherit);
    font-weight: var(--h4-font-weight, inherit);
    font-size: var(--h4-font-size, inherit);
    font-style: var(--h4-font-style, inherit);
    line-height: var(--h4-line-height, 1.4);
    letter-spacing: var(--h4-letter-spacing, inherit);
    text-transform: var(--h4-text-transform, inherit);
    margin-bottom: var(--h4-margin-bottom, 1.5rem)
}

h4 > strong {
    font-weight: var(--h4-bold-font-weight, bold)
}

h5 {
    font-family: var(--h5-font-family, inherit);
    font-weight: var(--h5-font-weight, inherit);
    font-size: var(--h5-font-size, inherit);
    font-style: var(--h5-font-style, inherit);
    line-height: var(--h5-line-height, 1.4);
    letter-spacing: var(--h5-letter-spacing, inherit);
    text-transform: var(--h5-text-transform, inherit);
    margin-bottom: var(--h5-margin-bottom, 1.5rem)
}

h5 > strong {
    font-weight: var(--h5-bold-font-weight, bold)
}

h6 {
    font-family: var(--h6-font-family, inherit);
    font-weight: var(--h6-font-weight, inherit);
    font-size: var(--h6-font-size, inherit);
    font-style: var(--h6-font-style, inherit);
    line-height: var(--h6-line-height, 1.4);
    letter-spacing: var(--h6-letter-spacing, inherit);
    text-transform: var(--h6-text-transform, inherit);
    margin-bottom: var(--h6-margin-bottom, 1.5rem)
}

h6 > strong {
    font-weight: var(--h6-bold-font-weight, bold)
}

body {
    background: var(--color-content-bg-alt)
}

@media (max-width: 1355px) {
    .l-main .aligncenter {
        max-width: calc(100vw - 5rem)
    }
}

@media (min-width: 1381px) {
    body.usb_preview .hide_on_default {
        opacity: 0.25 !important
    }

    .vc_hidden-lg, body:not(.usb_preview) .hide_on_default {
        display: none !important
    }

    .default_align_left {
        text-align: left;
        justify-content: flex-start
    }

    .default_align_right {
        text-align: right;
        justify-content: flex-end
    }

    .default_align_center {
        text-align: center;
        justify-content: center
    }

    .w-hwrapper.default_align_center > * {
        margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
        margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2)
    }

    .default_align_justify {
        justify-content: space-between
    }

    .w-hwrapper > .default_align_justify, .default_align_justify > .w-btn {
        width: 100%
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    body.usb_preview .hide_on_laptops {
        opacity: 0.25 !important
    }

    .vc_hidden-md, body:not(.usb_preview) .hide_on_laptops {
        display: none !important
    }

    .laptops_align_left {
        text-align: left;
        justify-content: flex-start
    }

    .laptops_align_right {
        text-align: right;
        justify-content: flex-end
    }

    .laptops_align_center {
        text-align: center;
        justify-content: center
    }

    .w-hwrapper.laptops_align_center > * {
        margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
        margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2)
    }

    .laptops_align_justify {
        justify-content: space-between
    }

    .w-hwrapper > .laptops_align_justify, .laptops_align_justify > .w-btn {
        width: 100%
    }

    .g-cols.via_grid[style*="--laptops-gap"] {
        grid-gap: var(--laptops-gap, 3rem)
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    body.usb_preview .hide_on_tablets {
        opacity: 0.25 !important
    }

    .vc_hidden-sm, body:not(.usb_preview) .hide_on_tablets {
        display: none !important
    }

    .tablets_align_left {
        text-align: left;
        justify-content: flex-start
    }

    .tablets_align_right {
        text-align: right;
        justify-content: flex-end
    }

    .tablets_align_center {
        text-align: center;
        justify-content: center
    }

    .w-hwrapper.tablets_align_center > * {
        margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
        margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2)
    }

    .tablets_align_justify {
        justify-content: space-between
    }

    .w-hwrapper > .tablets_align_justify, .tablets_align_justify > .w-btn {
        width: 100%
    }

    .g-cols.via_grid[style*="--tablets-gap"] {
        grid-gap: var(--tablets-gap, 3rem)
    }
}

@media (max-width: 600px) {
    body.usb_preview .hide_on_mobiles {
        opacity: 0.25 !important
    }

    .vc_hidden-xs, body:not(.usb_preview) .hide_on_mobiles {
        display: none !important
    }

    .mobiles_align_left {
        text-align: left;
        justify-content: flex-start
    }

    .mobiles_align_right {
        text-align: right;
        justify-content: flex-end
    }

    .mobiles_align_center {
        text-align: center;
        justify-content: center
    }

    .w-hwrapper.mobiles_align_center > * {
        margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
        margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2)
    }

    .mobiles_align_justify {
        justify-content: space-between
    }

    .w-hwrapper > .mobiles_align_justify, .mobiles_align_justify > .w-btn {
        width: 100%
    }

    .w-hwrapper.stack_on_mobiles {
        display: block
    }

    .w-hwrapper.stack_on_mobiles > :not(script) {
        display: block;
        margin: 0 0 var(--hwrapper-gap, 1.2rem)
    }

    .w-hwrapper.stack_on_mobiles > :last-child {
        margin-bottom: 0
    }

    .g-cols.via_grid[style*="--mobiles-gap"] {
        grid-gap: var(--mobiles-gap, 1.5rem)
    }
}

@media (max-width: 1380px) {
    .g-cols.laptops-cols_1 {
        grid-template-columns:100%
    }

    .g-cols.laptops-cols_1.reversed > div:last-of-type {
        order: -1
    }

    .g-cols.laptops-cols_2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .g-cols.laptops-cols_3 {
        grid-template-columns:repeat(3, 1fr)
    }

    .g-cols.laptops-cols_4 {
        grid-template-columns:repeat(4, 1fr)
    }

    .g-cols.laptops-cols_5 {
        grid-template-columns:repeat(5, 1fr)
    }

    .g-cols.laptops-cols_6 {
        grid-template-columns:repeat(6, 1fr)
    }

    .g-cols.laptops-cols_1-2 {
        grid-template-columns:1fr 2fr
    }

    .g-cols.laptops-cols_2-1 {
        grid-template-columns:2fr 1fr
    }

    .g-cols.laptops-cols_2-3 {
        grid-template-columns:2fr 3fr
    }

    .g-cols.laptops-cols_3-2 {
        grid-template-columns:3fr 2fr
    }

    .g-cols.laptops-cols_1-3 {
        grid-template-columns:1fr 3fr
    }

    .g-cols.laptops-cols_3-1 {
        grid-template-columns:3fr 1fr
    }

    .g-cols.laptops-cols_1-4 {
        grid-template-columns:1fr 4fr
    }

    .g-cols.laptops-cols_4-1 {
        grid-template-columns:4fr 1fr
    }

    .g-cols.laptops-cols_1-5 {
        grid-template-columns:1fr 5fr
    }

    .g-cols.laptops-cols_5-1 {
        grid-template-columns:5fr 1fr
    }

    .g-cols.laptops-cols_1-2-1 {
        grid-template-columns:1fr 2fr 1fr
    }

    .g-cols.laptops-cols_1-3-1 {
        grid-template-columns:1fr 3fr 1fr
    }

    .g-cols.laptops-cols_1-4-1 {
        grid-template-columns:1fr 4fr 1fr
    }
}

@media (max-width: 1024px) {
    .g-cols.tablets-cols_1 {
        grid-template-columns:100%
    }

    .g-cols.tablets-cols_1.reversed > div:last-of-type {
        order: -1
    }

    .g-cols.tablets-cols_2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .g-cols.tablets-cols_3 {
        grid-template-columns:repeat(3, 1fr)
    }

    .g-cols.tablets-cols_4 {
        grid-template-columns:repeat(4, 1fr)
    }

    .g-cols.tablets-cols_5 {
        grid-template-columns:repeat(5, 1fr)
    }

    .g-cols.tablets-cols_6 {
        grid-template-columns:repeat(6, 1fr)
    }

    .g-cols.tablets-cols_1-2 {
        grid-template-columns:1fr 2fr
    }

    .g-cols.tablets-cols_2-1 {
        grid-template-columns:2fr 1fr
    }

    .g-cols.tablets-cols_2-3 {
        grid-template-columns:2fr 3fr
    }

    .g-cols.tablets-cols_3-2 {
        grid-template-columns:3fr 2fr
    }

    .g-cols.tablets-cols_1-3 {
        grid-template-columns:1fr 3fr
    }

    .g-cols.tablets-cols_3-1 {
        grid-template-columns:3fr 1fr
    }

    .g-cols.tablets-cols_1-4 {
        grid-template-columns:1fr 4fr
    }

    .g-cols.tablets-cols_4-1 {
        grid-template-columns:4fr 1fr
    }

    .g-cols.tablets-cols_1-5 {
        grid-template-columns:1fr 5fr
    }

    .g-cols.tablets-cols_5-1 {
        grid-template-columns:5fr 1fr
    }

    .g-cols.tablets-cols_1-2-1 {
        grid-template-columns:1fr 2fr 1fr
    }

    .g-cols.tablets-cols_1-3-1 {
        grid-template-columns:1fr 3fr 1fr
    }

    .g-cols.tablets-cols_1-4-1 {
        grid-template-columns:1fr 4fr 1fr
    }
}

@media (max-width: 600px) {
    .g-cols.mobiles-cols_1 {
        grid-template-columns:100%
    }

    .g-cols.mobiles-cols_1.reversed > div:last-of-type {
        order: -1
    }

    .g-cols.mobiles-cols_2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .g-cols.mobiles-cols_3 {
        grid-template-columns:repeat(3, 1fr)
    }

    .g-cols.mobiles-cols_4 {
        grid-template-columns:repeat(4, 1fr)
    }

    .g-cols.mobiles-cols_5 {
        grid-template-columns:repeat(5, 1fr)
    }

    .g-cols.mobiles-cols_6 {
        grid-template-columns:repeat(6, 1fr)
    }

    .g-cols.mobiles-cols_1-2 {
        grid-template-columns:1fr 2fr
    }

    .g-cols.mobiles-cols_2-1 {
        grid-template-columns:2fr 1fr
    }

    .g-cols.mobiles-cols_2-3 {
        grid-template-columns:2fr 3fr
    }

    .g-cols.mobiles-cols_3-2 {
        grid-template-columns:3fr 2fr
    }

    .g-cols.mobiles-cols_1-3 {
        grid-template-columns:1fr 3fr
    }

    .g-cols.mobiles-cols_3-1 {
        grid-template-columns:3fr 1fr
    }

    .g-cols.mobiles-cols_1-4 {
        grid-template-columns:1fr 4fr
    }

    .g-cols.mobiles-cols_4-1 {
        grid-template-columns:4fr 1fr
    }

    .g-cols.mobiles-cols_1-5 {
        grid-template-columns:1fr 5fr
    }

    .g-cols.mobiles-cols_5-1 {
        grid-template-columns:5fr 1fr
    }

    .g-cols.mobiles-cols_1-2-1 {
        grid-template-columns:1fr 2fr 1fr
    }

    .g-cols.mobiles-cols_1-3-1 {
        grid-template-columns:1fr 3fr 1fr
    }

    .g-cols.mobiles-cols_1-4-1 {
        grid-template-columns:1fr 4fr 1fr
    }

    .g-cols:not([style*="--gap"]) {
        grid-gap: 1.5rem
    }
}

@media (max-width: 599px) {
    .l-canvas {
        overflow: hidden
    }

    .g-cols.stacking_default.reversed > div:last-of-type {
        order: -1
    }

    .g-cols.stacking_default.via_flex > div:not([class*="vc_col-xs"]) {
        width: 100%;
        margin: 0 0 1.5rem
    }

    .g-cols.stacking_default.via_grid.mobiles-cols_1 {
        grid-template-columns:100%
    }

    .g-cols.stacking_default.via_flex.type_boxes > div, .g-cols.stacking_default.via_flex.reversed > div:first-child, .g-cols.stacking_default.via_flex:not(.reversed) > div:last-child, .g-cols.stacking_default.via_flex > div.has_bg_color {
        margin-bottom: 0
    }

    .g-cols.stacking_default.via_flex.type_default > .wpb_column.stretched {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .g-cols.stacking_default.via_grid.mobiles-cols_1 > .wpb_column.stretched, .g-cols.stacking_default.via_flex.type_boxes > .wpb_column.stretched {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        width: auto
    }

    .vc_column-inner.type_sticky > .wpb_wrapper, .vc_column_container.type_sticky > .vc_column-inner {
        top: 0 !important
    }
}

@media (min-width: 600px) {
    body:not(.rtl) .l-section.for_sidebar.at_left > div > .l-sidebar, .rtl .l-section.for_sidebar.at_right > div > .l-sidebar {
        order: -1
    }

    .vc_column_container.type_sticky > .vc_column-inner, .vc_column-inner.type_sticky > .wpb_wrapper {
        position: -webkit-sticky;
        position: sticky
    }

    .l-section.type_sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 11;
        transition: top 0.3s cubic-bezier(.78, .13, .15, .86) 0.1s
    }

    .header_hor .l-header.post_fixed.sticky_auto_hide {
        z-index: 12
    }

    .admin-bar .l-section.type_sticky {
        top: 32px
    }

    .l-section.type_sticky > .l-section-h {
        transition: padding-top 0.3s
    }

    .header_hor .l-header.pos_fixed:not(.down) ~ .l-main .l-section.type_sticky:not(:first-of-type) {
        top: var(--header-sticky-height)
    }

    .admin-bar.header_hor .l-header.pos_fixed:not(.down) ~ .l-main .l-section.type_sticky:not(:first-of-type) {
        top: calc(var(--header-sticky-height) + 32px)
    }

    .header_hor .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
        padding-top: var(--header-sticky-height)
    }

    .header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
        padding-bottom: var(--header-sticky-height) !important
    }
}

@media screen and (min-width: 1355px) {
    .g-cols.via_flex.type_default > .wpb_column.stretched:first-of-type {
        margin-left: min(calc(var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw), -1rem)
    }

    .g-cols.via_flex.type_default > .wpb_column.stretched:last-of-type {
        margin-right: min(calc(var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw), -1rem)
    }

    .l-main .alignfull, .w-separator.width_screen, .g-cols.via_grid > .wpb_column.stretched:first-of-type, .g-cols.via_flex.type_boxes > .wpb_column.stretched:first-of-type {
        margin-left: min(calc(var(--site-content-width) / 2 + 0px / 2 - 50vw), -2.5rem)
    }

    .l-main .alignfull, .w-separator.width_screen, .g-cols.via_grid > .wpb_column.stretched:last-of-type, .g-cols.via_flex.type_boxes > .wpb_column.stretched:last-of-type {
        margin-right: min(calc(var(--site-content-width) / 2 + 0px / 2 - 50vw), -2.5rem)
    }
}

@media (max-width: 600px) {
    .w-form-row.for_submit[style*=btn-size-mobiles] .w-btn {
        font-size: var(--btn-size-mobiles) !important
    }
}

a, button, input[type=submit], .ui-slider-handle {
    outline: none !important
}

.w-toplink, .w-header-show {
    background: rgba(0, 0, 0, 0.3)
}

.no-touch .w-toplink.active:hover, .no-touch .w-header-show:hover {
    background: var(--color-content-primary-grad)
}

button[type=submit]:not(.w-btn), input[type=submit]:not(.w-btn), .woocommerce .button.alt, .woocommerce .button.checkout, .woocommerce .button.add_to_cart_button, .us-nav-style_1 > *, .navstyle_1 > .owl-nav button, .us-btn-style_1 {
    font-size: 0.9rem;
    line-height: 1.2 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 99rem;
    padding: 1em 2.6em;
    background: var(--color-content-primary);
    border-color: transparent;
    color: #ffffff !important
}

button[type=submit]:not(.w-btn):before, input[type=submit]:not(.w-btn), .woocommerce .button.alt:before, .woocommerce .button.checkout:before, .woocommerce .button.add_to_cart_button:before, .us-nav-style_1 > *:before, .navstyle_1 > .owl-nav button:before, .us-btn-style_1:before {
    border-width: 0px
}

.no-touch button[type=submit]:not(.w-btn):hover, .no-touch input[type=submit]:not(.w-btn):hover, .no-touch .woocommerce .button.alt:hover, .no-touch .woocommerce .button.checkout:hover, .no-touch .woocommerce .button.add_to_cart_button:hover, .us-nav-style_1 > span.current, .no-touch .us-nav-style_1 > a:hover, .no-touch .navstyle_1 > .owl-nav button:hover, .no-touch .us-btn-style_1:hover {
    background: var(--color-content-secondary);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_1 > * {
    min-width: calc(1.2em + 2 * 1em)
}

.us-nav-style_7 > *, .navstyle_7 > .owl-nav button, .us-btn-style_7 {
    font-size: 0.85rem;
    line-height: 1.2 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 99rem;
    padding: 1em 2.4em;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.50);
    color: #ffffff !important
}

.us-nav-style_7 > *:before, .navstyle_7 > .owl-nav button:before, .us-btn-style_7:before {
    border-width: 2px
}

.us-nav-style_7 > span.current, .no-touch .us-nav-style_7 > a:hover, .no-touch .navstyle_7 > .owl-nav button:hover, .no-touch .us-btn-style_7:hover {
    background: #ffffff;
    border-color: transparent;
    color: var(--color-content-heading) !important
}

.us-nav-style_7 > * {
    min-width: calc(1.2em + 2 * 1em)
}

.us-nav-style_3 > *, .navstyle_3 > .owl-nav button, .us-btn-style_3 {
    font-size: 0.9rem;
    line-height: 1.2 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 99rem;
    padding: 0.9em 2.2em;
    background: var(--color-content-secondary);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_3 > *:before, .navstyle_3 > .owl-nav button:before, .us-btn-style_3:before {
    border-width: 0px
}

.us-nav-style_3 > span.current, .no-touch .us-nav-style_3 > a:hover, .no-touch .navstyle_3 > .owl-nav button:hover, .no-touch .us-btn-style_3:hover {
    background: var(--color-content-primary);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_3 > * {
    min-width: calc(1.2em + 2 * 0.9em)
}

.us-nav-style_4 > *, .navstyle_4 > .owl-nav button, .us-btn-style_4 {
    font-size: 0.9rem;
    line-height: 1.6 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    padding: 0em 0em;
    background: transparent;
    border-color: transparent;
    color: var(--color-content-text) !important
}

.us-nav-style_4 > *:before, .navstyle_4 > .owl-nav button:before, .us-btn-style_4:before {
    border-width: 0px
}

.us-nav-style_4 > span.current, .no-touch .us-nav-style_4 > a:hover, .no-touch .navstyle_4 > .owl-nav button:hover, .no-touch .us-btn-style_4:hover {
    background: transparent;
    border-color: transparent
}

.us-nav-style_4 > * {
    min-width: calc(1.6em + 2 * 0em)
}

.us-nav-style_5 > *, .navstyle_5 > .owl-nav button, .us-btn-style_5 {
    font-size: 0.9rem;
    line-height: 1.6 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    padding: 0em 0em;
    background: transparent;
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_5 > *:before, .navstyle_5 > .owl-nav button:before, .us-btn-style_5:before {
    border-width: 0px
}

.us-nav-style_5 > span.current, .no-touch .us-nav-style_5 > a:hover, .no-touch .navstyle_5 > .owl-nav button:hover, .no-touch .us-btn-style_5:hover {
    background: transparent;
    border-color: transparent
}

.us-nav-style_5 > * {
    min-width: calc(1.6em + 2 * 0em)
}

.us-nav-style_6 > *, .navstyle_6 > .owl-nav button, .us-btn-style_6 {
    font-size: 0.8rem;
    line-height: 1.6 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    padding: 0.2em 0.8em;
    background: var(--color-content-primary);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_6 > *:before, .navstyle_6 > .owl-nav button:before, .us-btn-style_6:before {
    border-width: 0px
}

.us-nav-style_6 > span.current, .no-touch .us-nav-style_6 > a:hover, .no-touch .navstyle_6 > .owl-nav button:hover, .no-touch .us-btn-style_6:hover {
    background: var(--color-content-secondary);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_6 > * {
    min-width: calc(1.6em + 2 * 0.2em)
}

.woocommerce .button, .woocommerce .actions .button, .us-nav-style_2 > *, .navstyle_2 > .owl-nav button, .us-btn-style_2 {
    font-size: 0.9rem;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 99rem;
    padding: 1.0em 2.0em;
    background: var(--color-content-bg-alt);
    border-color: transparent;
    color: var(--color-content-text) !important
}

.woocommerce .button:before, .woocommerce .actions .button:before, .us-nav-style_2 > *:before, .navstyle_2 > .owl-nav button:before, .us-btn-style_2:before {
    border-width: 0px
}

.no-touch .woocommerce .button:hover, .no-touch .woocommerce .actions .button:hover, .us-nav-style_2 > span.current, .no-touch .us-nav-style_2 > a:hover, .no-touch .navstyle_2 > .owl-nav button:hover, .no-touch .us-btn-style_2:hover {
    background: var(--color-content-primary);
    border-color: transparent;
    color: var(--color-content-bg) !important
}

.us-nav-style_2 > * {
    min-width: calc(1.2em + 2 * 1.0em)
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input:not([type=submit]) {
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 0;
    background: var(--color-content-bg-alt);
    border-color: var(--color-content-border);
    color: var(--color-content-text)
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title:focus, .select2-container--open .select2-selection, select:focus, textarea:focus, input:not([type=submit]):focus {
    border-color: var(--color-content-primary) !important;
    box-shadow: 0px 0px 0px 0px var(--color-content-primary)
}

.w-form-row.move_label .w-form-row-label {
    font-size: 0.9rem;
    top: calc(2.8rem / 2 + 1px - 0.7em);
    margin: 0 0.8rem;
    background-color: var(--color-content-bg-alt);
    color: var(--color-content-text)
}

.w-form-row.with_icon.move_label .w-form-row-label {
    margin-left: calc(1.6em + 0.8rem)
}

.color_alternate input:not([type=submit]), .color_alternate textarea, .color_alternate select, .color_alternate .move_label .w-form-row-label {
    background: var(--color-alt-content-bg-alt-grad)
}

.color_footer-top input:not([type=submit]), .color_footer-top textarea, .color_footer-top select, .color_footer-top .w-form-row.move_label .w-form-row-label {
    background: var(--color-subfooter-bg-alt-grad)
}

.color_footer-bottom input:not([type=submit]), .color_footer-bottom textarea, .color_footer-bottom select, .color_footer-bottom .w-form-row.move_label .w-form-row-label {
    background: var(--color-footer-bg-alt-grad)
}

.color_alternate input:not([type=submit]), .color_alternate textarea, .color_alternate select {
    border-color: var(--color-alt-content-border)
}

.color_footer-top input:not([type=submit]), .color_footer-top textarea, .color_footer-top select {
    border-color: var(--color-subfooter-border)
}

.color_footer-bottom input:not([type=submit]), .color_footer-bottom textarea, .color_footer-bottom select {
    border-color: var(--color-footer-border)
}

.color_alternate input:not([type=submit]), .color_alternate textarea, .color_alternate select, .color_alternate .w-form-row-field > i, .color_alternate .w-form-row-field:after, .color_alternate .widget_search form:after, .color_footer-top input:not([type=submit]), .color_footer-top textarea, .color_footer-top select, .color_footer-top .w-form-row-field > i, .color_footer-top .w-form-row-field:after, .color_footer-top .widget_search form:after, .color_footer-bottom input:not([type=submit]), .color_footer-bottom textarea, .color_footer-bottom select, .color_footer-bottom .w-form-row-field > i, .color_footer-bottom .w-form-row-field:after, .color_footer-bottom .widget_search form:after {
    color: inherit
}

.leaflet-default-icon-path {
    background-image: url("../images/marker-icon.png")
}

.woocommerce-product-gallery--columns-7 li {
    width: 14.286%
}

.woocommerce-product-gallery ol {
    margin: 2px -2px 0
}

.woocommerce-product-gallery ol > li {
    padding: 2px
}

.header_hor .w-nav.type_desktop .menu-item-21 .w-nav-list.level_2 {
    left: 0;
    right: 0;
    transform-origin: 50% 0;
    --dropdown-padding: 0px;
    margin: 0 min(-2.5rem, var(--site-content-width) / 2 - 50vw);
    padding: var(--dropdown-padding, 0px) max(2.5rem, 50vw - var(--site-content-width) / 2)
}

.header_hor .w-nav.type_desktop .menu-item-21 {
    position: static
}

.header_hor .w-nav.type_desktop .menu-item-297 .w-nav-list.level_2 {
    left: 0;
    right: 0;
    transform-origin: 50% 0;
    --dropdown-padding: 0px;
    margin: 0 min(-2.5rem, var(--site-content-width) / 2 - 50vw);
    padding: var(--dropdown-padding, 0px) max(2.5rem, 50vw - var(--site-content-width) / 2)
}

.header_hor .w-nav.type_desktop .menu-item-297 {
    position: static
}

.l-subheader.at_middle, .l-subheader.at_middle .w-dropdown-list, .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: var(--color-header-middle-bg);
    color: var(--color-header-middle-text)
}

.no-touch .l-subheader.at_middle a:hover, .no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover {
    color: var(--color-header-middle-text-hover)
}

.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    background: var(--color-header-transparent-bg);
    color: var(--color-header-transparent-text)
}

.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-cart-link:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-text a:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-html a:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-nav > a:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-menu a:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search > a:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-dropdown a:hover, .no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover > a {
    color: var(--color-header-transparent-text-hover)
}

.header_ver .l-header {
    background: var(--color-header-middle-bg);
    color: var(--color-header-middle-text)
}

@media (min-width: 1381px) {
    .hidden_for_default {
        display: none !important
    }

    .l-subheader.at_top {
        display: none
    }

    .l-subheader.at_bottom {
        display: none
    }

    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }

    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }

    .l-header.pos_fixed {
        position: fixed;
        left: 0
    }

    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.78, .13, .15, .86)
    }

    .headerinpos_bottom.sticky_first_section .l-header.pos_fixed {
        position: fixed !important
    }

    .header_hor .l-header.sticky_auto_hide {
        transition: transform .3s cubic-bezier(.78, .13, .15, .86) .1s
    }

    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-110%)
    }

    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }

    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-of-type > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }

    .l-subheader.width_full .l-subheader-h {
        max-width: none !important
    }

    .l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }

    .l-header.shadow_wide .l-subheader.at_middle, .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05)
    }

    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0
    }

    :root {
        --header-height: 74px;
        --header-sticky-height: 74px
    }

    .l-header:before {
        content: '74'
    }

    .l-header.sticky:before {
        content: '74'
    }

    .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-header.sticky .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-subheader.at_middle {
        line-height: 74px;
        height: 74px
    }

    .l-header.sticky .l-subheader.at_middle {
        line-height: 74px;
        height: 74px
    }

    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .headerinpos_above .l-header.pos_fixed {
        overflow: hidden;
        transition: transform 0.3s;
        transform: translate3d(0, -100%, 0)
    }

    .headerinpos_above .l-header.pos_fixed.sticky {
        overflow: visible;
        transform: none
    }

    .headerinpos_above .l-header.pos_fixed ~ .l-section > .l-section-h, .headerinpos_above .l-header.pos_fixed ~ .l-main .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_below .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100%
    }

    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_below .l-header.pos_fixed ~ .l-main .l-section.full_height:nth-of-type(2) {
        min-height: 100vh
    }

    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:nth-of-type(2) > .l-section-h {
        padding-top: var(--header-height)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100vh
    }

    .headerinpos_bottom .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_bottom .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-bottom: var(--header-height)
    }

    .headerinpos_bottom .l-header.pos_fixed.bg_transparent ~ .l-main .l-section.valign_center:not(.height_auto):first-of-type > .l-section-h {
        top: calc(var(--header-height) / 2)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown, .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2 {
        bottom: 100%;
        transform-origin: 0 100%
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
        top: auto;
        bottom: 100%;
        box-shadow: var(--box-shadow-up)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3, .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4 {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list {
        top: auto;
        bottom: -0.4em;
        padding-top: 0.4em;
        padding-bottom: 2.4em
    }

    .admin-bar .l-header.pos_static.bg_solid ~ .l-main .l-section.full_height:first-of-type {
        min-height: calc(100vh - var(--header-height) - 32px)
    }

    .admin-bar .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.full_height:not(:first-of-type) {
        min-height: calc(100vh - var(--header-sticky-height) - 32px)
    }

    .admin-bar.headerinpos_below .l-header.pos_fixed ~ .l-main .l-section.full_height:nth-of-type(2) {
        min-height: calc(100vh - 32px)
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .hidden_for_laptops {
        display: none !important
    }

    .l-subheader.at_top {
        display: none
    }

    .l-subheader.at_bottom {
        display: none
    }

    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }

    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }

    .l-header.pos_fixed {
        position: fixed;
        left: 0
    }

    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.78, .13, .15, .86)
    }

    .headerinpos_bottom.sticky_first_section .l-header.pos_fixed {
        position: fixed !important
    }

    .header_hor .l-header.sticky_auto_hide {
        transition: transform .3s cubic-bezier(.78, .13, .15, .86) .1s
    }

    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-110%)
    }

    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }

    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-of-type > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }

    .l-subheader.width_full .l-subheader-h {
        max-width: none !important
    }

    .l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }

    .l-header.shadow_wide .l-subheader.at_middle, .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05)
    }

    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0
    }

    :root {
        --header-height: 74px;
        --header-sticky-height: 74px
    }

    .l-header:before {
        content: '74'
    }

    .l-header.sticky:before {
        content: '74'
    }

    .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-header.sticky .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-subheader.at_middle {
        line-height: 74px;
        height: 74px
    }

    .l-header.sticky .l-subheader.at_middle {
        line-height: 74px;
        height: 74px
    }

    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .headerinpos_above .l-header.pos_fixed {
        overflow: hidden;
        transition: transform 0.3s;
        transform: translate3d(0, -100%, 0)
    }

    .headerinpos_above .l-header.pos_fixed.sticky {
        overflow: visible;
        transform: none
    }

    .headerinpos_above .l-header.pos_fixed ~ .l-section > .l-section-h, .headerinpos_above .l-header.pos_fixed ~ .l-main .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_below .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100%
    }

    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_below .l-header.pos_fixed ~ .l-main .l-section.full_height:nth-of-type(2) {
        min-height: 100vh
    }

    .headerinpos_below .l-header.pos_fixed ~ .l-main > .l-section:nth-of-type(2) > .l-section-h {
        padding-top: var(--header-height)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100vh
    }

    .headerinpos_bottom .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_bottom .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
        padding-bottom: var(--header-height)
    }

    .headerinpos_bottom .l-header.pos_fixed.bg_transparent ~ .l-main .l-section.valign_center:not(.height_auto):first-of-type > .l-section-h {
        top: calc(var(--header-height) / 2)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown, .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2 {
        bottom: 100%;
        transform-origin: 0 100%
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
        top: auto;
        bottom: 100%;
        box-shadow: var(--box-shadow-up)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3, .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4 {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list {
        top: auto;
        bottom: -0.4em;
        padding-top: 0.4em;
        padding-bottom: 2.4em
    }

    .admin-bar .l-header.pos_static.bg_solid ~ .l-main .l-section.full_height:first-of-type {
        min-height: calc(100vh - var(--header-height) - 32px)
    }

    .admin-bar .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.full_height:not(:first-of-type) {
        min-height: calc(100vh - var(--header-sticky-height) - 32px)
    }

    .admin-bar.headerinpos_below .l-header.pos_fixed ~ .l-main .l-section.full_height:nth-of-type(2) {
        min-height: calc(100vh - 32px)
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .hidden_for_tablets {
        display: none !important
    }

    .l-subheader.at_top {
        display: none
    }

    .l-subheader.at_bottom {
        display: none
    }

    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }

    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }

    .l-header.pos_fixed {
        position: fixed;
        left: 0
    }

    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.78, .13, .15, .86)
    }

    .headerinpos_bottom.sticky_first_section .l-header.pos_fixed {
        position: fixed !important
    }

    .header_hor .l-header.sticky_auto_hide {
        transition: transform .3s cubic-bezier(.78, .13, .15, .86) .1s
    }

    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-110%)
    }

    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }

    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-of-type > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }

    .l-subheader.width_full .l-subheader-h {
        max-width: none !important
    }

    .l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }

    .l-header.shadow_wide .l-subheader.at_middle, .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05)
    }

    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0
    }

    :root {
        --header-height: 64px;
        --header-sticky-height: 64px
    }

    .l-header:before {
        content: '64'
    }

    .l-header.sticky:before {
        content: '64'
    }

    .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-header.sticky .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-subheader.at_middle {
        line-height: 64px;
        height: 64px
    }

    .l-header.sticky .l-subheader.at_middle {
        line-height: 64px;
        height: 64px
    }

    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }
}

@media (max-width: 600px) {
    .hidden_for_mobiles {
        display: none !important
    }

    .l-subheader.at_top {
        display: none
    }

    .l-subheader.at_bottom {
        display: none
    }

    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }

    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }

    .l-header.pos_fixed {
        position: fixed;
        left: 0
    }

    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.78, .13, .15, .86)
    }

    .headerinpos_bottom.sticky_first_section .l-header.pos_fixed {
        position: fixed !important
    }

    .header_hor .l-header.sticky_auto_hide {
        transition: transform .3s cubic-bezier(.78, .13, .15, .86) .1s
    }

    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-110%)
    }

    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }

    .l-header.bg_transparent ~ .l-main .l-section.width_full.height_auto:first-of-type > .l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }

    .l-subheader.width_full .l-subheader-h {
        max-width: none !important
    }

    .l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }

    .l-header.shadow_wide .l-subheader.at_middle, .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05)
    }

    .header_hor .l-subheader-cell > .w-cart {
        margin-left: 0;
        margin-right: 0
    }

    :root {
        --header-height: 60px;
        --header-sticky-height: 60px
    }

    .l-header:before {
        content: '60'
    }

    .l-header.sticky:before {
        content: '60'
    }

    .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-header.sticky .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-subheader.at_middle {
        line-height: 60px;
        height: 60px
    }

    .l-header.sticky .l-subheader.at_middle {
        line-height: 60px;
        height: 60px
    }

    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }
}

@media (min-width: 1381px) {
    .ush_image_1 {
        height: 36px !important
    }

    .l-header.sticky .ush_image_1 {
        height: 36px !important
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .ush_image_1 {
        height: 34px !important
    }

    .l-header.sticky .ush_image_1 {
        height: 34px !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .ush_image_1 {
        height: 32px !important
    }

    .l-header.sticky .ush_image_1 {
        height: 32px !important
    }
}

@media (max-width: 600px) {
    .ush_image_1 {
        height: 30px !important
    }

    .l-header.sticky .ush_image_1 {
        height: 30px !important
    }
}

.header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 20px;
    padding-right: 20px
}

.header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a.w-btn {
    margin-left: 20px;
    margin-right: 20px
}

.header_hor .ush_menu_1.type_desktop.align-edges > .w-nav-list.level_1 {
    margin-left: -20px;
    margin-right: -20px
}

.header_ver .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-top: 20px;
    padding-bottom: 20px
}

.header_ver .ush_menu_1.type_desktop .menu-item.level_1 > a.w-btn {
    margin-top: 20px;
    margin-bottom: 20px
}

.ush_menu_1.type_desktop .menu-item:not(.level_1) {
    font-size: 1rem
}

.ush_menu_1.type_mobile .w-nav-anchor.level_1, .ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow {
    font-size: 1.2rem
}

.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1), .ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) + .w-nav-arrow {
    font-size: 1rem
}

@media (min-width: 1381px) {
    .ush_menu_1 .w-nav-icon {
        font-size: 36px
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .ush_menu_1 .w-nav-icon {
        font-size: 32px
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .ush_menu_1 .w-nav-icon {
        font-size: 24px
    }
}

@media (max-width: 600px) {
    .ush_menu_1 .w-nav-icon {
        font-size: 24px
    }
}

.ush_menu_1 .w-nav-icon > div {
    border-width: 2px
}

@media screen and (max-width: 1023px) {
    .w-nav.ush_menu_1 > .w-nav-list.level_1 {
        display: none
    }

    .ush_menu_1 .w-nav-control {
        display: block
    }
}

.ush_menu_1 .w-nav-item.level_1 > a:not(.w-btn):focus, .no-touch .ush_menu_1 .w-nav-item.level_1.opened > a:not(.w-btn), .no-touch .ush_menu_1 .w-nav-item.level_1:hover > a:not(.w-btn) {
    background: transparent;
    color: var(--color-header-middle-text-hover)
}

.ush_menu_1 .w-nav-item.level_1.current-menu-item > a:not(.w-btn), .ush_menu_1 .w-nav-item.level_1.current-menu-ancestor > a:not(.w-btn), .ush_menu_1 .w-nav-item.level_1.current-page-ancestor > a:not(.w-btn) {
    background: transparent;
    color: var(--color-header-middle-text-hover)
}

.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-item > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-ancestor > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-page-ancestor > a:not(.w-btn) {
    background: transparent;
    color: var(--color-header-transparent-text-hover)
}

.ush_menu_1 .w-nav-list:not(.level_1) {
    background: var(--color-header-middle-bg);
    color: var(--color-header-middle-text)
}

.no-touch .ush_menu_1 .w-nav-item:not(.level_1) > a:focus, .no-touch .ush_menu_1 .w-nav-item:not(.level_1):hover > a {
    background: var(--color-header-middle-text-hover);
    color: #ffffff
}

.ush_menu_1 .w-nav-item:not(.level_1).current-menu-item > a, .ush_menu_1 .w-nav-item:not(.level_1).current-menu-ancestor > a, .ush_menu_1 .w-nav-item:not(.level_1).current-page-ancestor > a {
    background: var(--color-header-middle-text-hover);
    color: #ffffff
}

.ush_search_1 .w-search-form {
    background: var(--color-content-bg);
    color: var(--color-content-text)
}

@media (min-width: 1381px) {
    .ush_search_1.layout_simple {
        max-width: 300px
    }

    .ush_search_1.layout_modern.active {
        width: 300px
    }

    .ush_search_1 {
        font-size: 16px
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .ush_search_1.layout_simple {
        max-width: 250px
    }

    .ush_search_1.layout_modern.active {
        width: 250px
    }

    .ush_search_1 {
        font-size: 16px
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .ush_search_1.layout_simple {
        max-width: 200px
    }

    .ush_search_1.layout_modern.active {
        width: 200px
    }

    .ush_search_1 {
        font-size: 16px
    }
}

@media (max-width: 600px) {
    .ush_search_1 {
        font-size: 20px
    }
}

.ush_image_1 {
    margin-left: 2rem !important
}

.ush_menu_1 {
    font-weight: 600 !important;
    margin-left: 0 !important
}

.ush_dropdown_1 {
    font-size: 14px !important
}

.ush_text_1 {
    font-size: 1.1rem !important;
    font-weight: 600 !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .ush_image_1 {
        margin-left: 0 !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .ush_image_1 {
        margin-left: 0 !important
    }

    .ush_search_1 {
        margin-left: 1.5rem !important
    }
}

@media (max-width: 600px) {
    .ush_image_1 {
        margin-left: 0 !important
    }

    .ush_search_1 {
        margin-left: 1.5rem !important
    }
}

ul, ol {
    margin-left: 1.2rem
}

.lddq {
    text-align: justify
}

.color1 {
    color: var(--color-content-primary)
}

.color_primary .fad:after {
    color: var(--color-content-secondary);
    opacity: 1
}

.g-breadcrumbs:before {
    content: '\f80b';
    font-family: "fontawesome";
    font-weight: 300;
    display: inline-block;
    margin-right: 0.5rem
}

.g-breadcrumbs > div:last-child a {
    color: inherit
}

.g-breadcrumbs-separator {
    margin: 0 1em
}

.title-box1 {
    margin-bottom: 50px !important
}

.title-box1:before {
    content: '';
    width: 20%;
    height: 50px;
    position: absolute;
    right: -25px;
    bottom: 0;
    background: var(--color-content-primary);
    transform: skewX(-45deg);
    z-index: 1
}

.title-box1:after {
    content: '';
    width: 80%;
    height: 50px;
    position: absolute;
    left: -25px;
    bottom: -50px;
    background: var(--color-content-primary);
    transform: skewX(-45deg);
    z-index: 1
}

@media (max-width: 768px) {
    .title-box1 {
        margin-bottom: 36px !important
    }

    .title-box1:before {
        content: '';
        width: 5%;
        height: 36px;
        right: -18px
    }

    .title-box1:after {
        width: 95%;
        height: 36px;
        left: -18px;
        bottom: -36px
    }
}

.us-btn-style_4 i, .us-btn-style_5 i {
    color: var(--color-content-primary)
}

.pro-grid .w-grid-item-h {
    background: var(--color-content-bg-alt)
}

.pro-grid .w-grid-item-h:hover {
    background: #fff
}

.shadow1 .w-grid-item-h {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.pagination > :not(.custom) .page-numbers {
    font-size: 1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem
}

.menu-item-object-us_page_block {
    max-width: var(--site-content-width);
    margin: 0 auto !important
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--color-content-border)
}

@media (min-width: 1381px) {
    .l-subheader-h {
        max-width: 1560px
    }
}

.l-header .w-dropdown-item i {
    margin-right: 0.2em;
    font-size: 16px
}

.l-header.shadow_wide .l-subheader.at_middle {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1)
}

.w-tabs.style_simple3.layout_hor > .w-tabs-list .w-tabs-item:not(:last-child) {
    margin-right: 1rem
}

.w-tabs.style_simple3 > .w-tabs-list .w-tabs-item {
    background: var(--color-content-border);
    border-radius: 99rem;
    padding: 0.5rem 2rem;
    transition: all 0.3s
}

.w-tabs.style_simple3 > .w-tabs-list .w-tabs-item.active, .w-tabs.style_simple3 > .w-tabs-list .w-tabs-item:hover {
    background: var(--color-content-primary) !important;
    color: #fff !important
}

@media (min-width: 768px) {
    .l-sidebar {
        padding: 6rem 0
    }
}

.l-sidebar .w-grid {
    --gap: 1.5rem !important
}

.l-main .widget_nav_menu .menu-item a {
    padding: 0.6em 0
}

.l-main .widget_nav_menu .menu-item a:hover {
    font-weight: 600
}

.l-main .widget_nav_menu .menu-item a:hover:after {
    color: var(--color-content-primary)
}

.l-main .widget_nav_menu .menu-item a:after {
    content: "\f061";
    font-family: "fontawesome";
    font-weight: 400;
    display: inline-block;
    float: right
}

.menu-h {
    margin-top: -50px;
    z-index: 1
}

.menu-h .w-menu {
    --main-gap: 3.5rem !important
}

.menu-h .menu {
    height: 50px
}

.menu-h .menu li {
    position: relative
}

.menu-h .menu li:not(:last-child):after {
    content: '';
    height: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 20px;
    right: -1.75rem
}

.menu-h .menu a {
    line-height: 50px;
    color: rgba(255, 255, 255, 0.6) !important;
    display: block;
    font-size: 0.9rem
}

.menu-h .menu .current-menu-item a, .menu-h .menu a:hover {
    color: #fff !important
}

@media (max-width: 768px) {
    .menu-h {
        margin-top: -36px
    }

    .menu-h .w-menu {
        --main-gap: 2rem !important
    }

    .menu-h .menu li:not(:last-child):after {
        top: 15px;
        right: -1rem
    }

    .menu-h .menu {
        height: 36px
    }

    .menu-h .menu a {
        line-height: 36px
    }
}

.form-button {
    margin-top: 1rem;
    text-align: center
}

.form-button input {
    margin-right: -72px
}

.outer {
    margin: 0 -5px;
    display: flex
}

.inner {
    margin: 0 5px;
    width: 50%
}

@media only screen and (max-width: 640px) {
    .outer {
        margin: 0;
        display: block
    }

    .inner {
        margin: 0;
        width: 100%
    }
}

.us_custom_4f24afa8 {
    margin-bottom: 2rem !important
}

.us_custom_435c636a {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_2774bef1 {
    margin-bottom: 0 !important
}

.us_custom_19737bc8 {
    padding-bottom: 0 !important
}

.us_custom_09fa87a9 {
    font-weight: 600 !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important
}

.us_custom_d9d2068f {
    padding-bottom: 1.5rem !important
}

.us_custom_fa4d1d2a {
    max-width: 320px !important
}

.us_custom_dd0d88e3 {
    max-width: 150px !important
}

.us_custom_09d3e09f {
    font-size: 1.1rem !important
}

.us_custom_cdf14ffd {
    margin-top: 2rem !important
}

.us_custom_4e7a154b {
    font-size: 0.85rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (max-width: 600px) {
    .us_custom_86099d01 {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 100% !important
    }
}

.w-video:hover .w-video-icon {
    background: var(--color-content-primary) !important
}

.owl-carousel.navstyle_circle .owl-nav button {
    background: var(--color-content-bg-alt)
}

.owl-carousel.navstyle_circle .owl-nav button:hover {
    background: var(--color-content-primary) !important;
    color: #fff
}

.owl-carousel.navpos_inside button {
    border-radius: 50%
}

.why1 .w-image {
    margin-bottom: 1rem
}

.why1 .w-vwrapper {
    background: #fff
}

.why1 .wpb_text_column {
    margin-bottom: 3rem
}

.why1 p {
    margin-bottom: 0.6rem
}

.why1 h5 {
    padding-top: 0
}

.why1 .w-image {
    overflow: hidden
}

.why1 .w-image img {
    transition: all 0.7s
}

.why1 .w-image:hover img {
    transform: scale(1.1)
}

.rz1 .w-post-elm.post_image {
    max-width: 100px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%) brightness(0%);
    filter: grayscale(100%) brightness(0%)
}

.rz1 .w-post-elm.post_image:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.w-counter:not(.has_font_size) .w-counter-value {
    font-size: 3rem
}

@media (min-width: 768px) {
}

.xj1 .w-text i {
    color: var(--color-content-primary)
}

@media (max-width: 768px) {
    .why1 .wpb_text_column {
        margin-bottom: 1rem
    }

    .about1 h1 {
        text-align: center
    }

    .xj1 .w-btn {
        line-height: 1 !important
    }

    .xj1 .w-btn i {
        font-size: 1.5rem;
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 1rem
    }
}

.qrcodeHolder {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999
}

.w-sharing-item.weixin:hover .qrcodeHolder {
    display: block
}

.menu-x .w-tabs-item i {
    float: right;
    color: var(--color-content-primary)
}

.menu-x .w-tabs-item.active {
    font-weight: 600
}

.menu-x .w-tabs-item {
    margin-bottom: 1.2rem !important
}

.menu-x.w-tabs.layout_ver.navpos_left > div > .w-tabs-section:not(.no_indents) {
    padding-left: 3rem
}

.menu-x .widget {
    margin: 0;
    padding: 0
}

.menu-x .menu {
    display: flex;
    flex-wrap: wrap
}

.menu-x .menu li {
    width: 50%
}

.menu-x .widget a {
    display: block;
    padding: 0;
    font-size: 0.9rem;
    margin-bottom: 0.8rem
}

.menu-x .widget a:hover {
    font-weight: 600
}

.layout_350 .w-grid-item-h {
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1), 0 0rem 0rem rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s
}

.no-touch .layout_350 .w-grid-item-h:hover {
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    z-index: 4
}

.layout_350 .usg_post_title_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 32px)
}

.layout_350 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_350 .usg_btn_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 30px);
    opacity: 0
}

.layout_350 .w-grid-item-h:hover .usg_btn_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_350 .usg_vwrapper_1 {
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important;
    position: static !important
}

.layout_350 .usg_post_title_1 {
    font-size: 1rem !important
}

.layout_350 .usg_btn_1 {
    font-size: 14px !important
}

.layout_350 .usg_vwrapper_2 {
    padding: 2rem 2rem 1rem 2rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 2rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 2rem 2rem 1rem 2rem !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 2rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 2rem 2rem 1rem 2rem !important
    }
}

@media (max-width: 600px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 1rem !important;
        padding-bottom: 1rem !important;
        padding-right: 1rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 1.5rem 1.5rem 1rem 1.5rem !important
    }
}

.layout_371 .w-grid-item-h {
}

.layout_371 .usg_post_image_1 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_371 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.1) translate(0%, 0%);
    opacity: 1
}

@media (max-width: 767px) {
    .layout_371 .usg_btn_1 {
        display: none !important
    }
}

@media (max-width: 767px) {
    .layout_371 .usg_vwrapper_2 {
        display: none !important
    }
}

@media (min-width: 769px) {
    .layout_371 .usg_btn_2 {
        display: none !important
    }
}

.layout_371 .usg_hwrapper_1 {
    overflow: hidden !important
}

.layout_371 .usg_vwrapper_1 {
    height: 100% !important;
    max-width: 600px !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    padding: 3rem !important
}

.layout_371 .usg_post_title_1 {
    color: #ffffff !important
}

.layout_371 .usg_btn_1 {
    font-size: 1rem !important
}

.layout_371 .usg_vwrapper_2 {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)) !important
}

.layout_371 .usg_post_content_1 {
    color: #ffffff !important;
    line-height: 1.5 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.layout_371 .usg_btn_2 {
    font-size: 1rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout_371 .usg_vwrapper_1 {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        padding: 3rem !important
    }

    .layout_371 .usg_post_title_1 {
        color: #ffffff !important
    }

    .layout_371 .usg_post_content_1 {
        color: #ffffff !important;
        line-height: 1.5 !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .layout_371 .usg_vwrapper_1 {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        padding: 3rem !important
    }

    .layout_371 .usg_post_title_1 {
        color: #ffffff !important
    }

    .layout_371 .usg_post_content_1 {
        color: #ffffff !important;
        line-height: 1.5 !important
    }
}

@media (max-width: 600px) {
    .layout_371 .usg_vwrapper_1 {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        padding: 2rem !important;
        background: var(--color-content-bg-alt) !important
    }

    .layout_371 .usg_post_title_1 {
        color: var(--color-content-heading) !important
    }

    .layout_371 .usg_post_content_1 {
        color: var(--color-content-text) !important;
        line-height: 1.5 !important
    }
}

.layout_598 .w-grid-item-h {
}

.layout_598 .usg_post_image_1 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_598 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.05) translate(0%, 0%);
    opacity: 1
}

.layout_598 .usg_post_title_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_598 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
    color: var(--color-content-secondary) !important
}

.layout_598 .usg_post_date_1 {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important
}

.layout_598 .usg_post_title_1 {
    margin-bottom: 1rem !important
}

.layout_598 .usg_hwrapper_1 {
    margin-bottom: 0.8rem !important;
    overflow: hidden !important
}

.footer1 p, .footer1 .menu a {
    font-size: 0.85rem
}

.footer1 .widgettitle {
    font-size: 1rem;
    margin-bottom: 1rem
}

.footer1 .menu li {
    margin: 0 0 0.4rem
}

.contact-text p {
    margin: 0 0 0.5rem;
    line-height: 1.4
}

.l-footer .w-tabs-section-content {
    padding-top: 0 !important
}

@media (min-width: 768px) {
    .size-box1.g-cols.cols_4 {
        grid-template-columns:3fr 2fr 1fr 1fr
    }

    .size-box1 .wpb_column:not(:first-child) {
        margin-left: auto
    }
}

.l-footer .w-dropdown-list {
    top: unset;
    bottom: -0.4em;
    padding-top: 0.4em;
    padding-bottom: 2.4em
}

.gd1 {
    position: fixed;
    right: 0;
    bottom: calc(3rem + 60px);
    z-index: 99
}

.gd1 .w-btn {
    padding: 1em;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    width: 80px
}

.gd1 .w-btn i {
    display: block;
    font-size: 1.6rem;
    margin: 0
}

.gd1 .w-iconbox {
    background: var(--color-content-primary);
    color: #fff;
    padding: 1em;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    width: 80px
}

.gd1 .w-iconbox .w-iconbox-title {
    padding: 0;
    line-height: 1
}

.gd1 .weixin:after {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/wx.webp);
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all 0.4s;
    z-index: -1
}

.gd1 .weixin:hover:after {
    opacity: 1;
    transform: translate(-110px, -50%)
}

.gd1 .phone:after {
    content: '133-8651-1449';
    width: 200px;
    height: 65px;
    line-height: 65px;
    font-size: 1.1rem;
    border-radius: 4px 0 0 4px;
    background: var(--color-content-primary);
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(200px, -50%);
    transition: all 0.4s;
    z-index: 1
}

.gd1 .phone:hover:after {
    opacity: 1;
    transform: translate(0, -50%)
}

.w-toplink:not(.w-btn) {
    background: var(--color-content-secondary);
    border-radius: 4px 0 0 4px;
    margin: 0 !important;
    width: 80px;
    transform: none !important;
    bottom: 3rem;
    display: none
}

.w-toplink.active {
    display: block
}

@media (max-width: 768px) {
    .gd1 .w-btn {
        padding: 0.8em;
        font-size: 10px;
        width: 62px
    }

    .gd1 .w-btn i {
        font-size: 1.3rem
    }

    .gd1 .w-iconbox {
        padding: 0.8em;
        font-size: 10px;
        width: 62px
    }

    .gd1 .w-iconbox-icon {
        font-size: 1.3rem !important
    }

    .w-toplink:not(.w-btn) {
        width: 62px
    }

    .w-toplink:not(.w-btn) i {
        font-size: 1.3em
    }
}

@media ( max-width: 600px ) {
    .us_menu_1 .menu {
        display: block !important
    }

    .us_menu_1 .menu > li {
        margin: 0 0 var(--main-gap, 1rem) !important
    }
}

@media (max-width: 1024px) {
    #us_grid_1 .w-grid-item {
        width: 25%
    }
}

@media (max-width: 600px) {
    #us_grid_1 .w-grid-item {
        width: 50%
    }
}

.layout_581 .w-grid-item-h {
}

.layout_581 .usg_post_image_1 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_581 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.1) translate(0%, 0%);
    opacity: 1
}

.layout_581 .usg_post_title_1 {
    font-size: 0.9rem !important
}

.layout_581 .usg_post_custom_field_1 {
    color: var(--color-content-primary) !important
}

.layout_581 .usg_vwrapper_1 {
    margin-bottom: 0.5rem !important;
    overflow: hidden !important
}

.us_custom_19737bc8 {
    padding-bottom: 0 !important
}

.us_custom_09fa87a9 {
    font-weight: 600 !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important
}

.us_custom_492179a4 {
    text-transform: uppercase !important
}

.us_custom_e867e101 {
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase !important
}

.us_custom_7642cf29 {
    background: var(--color-alt-content-border) !important
}

.us_custom_d9d2068f {
    padding-bottom: 1.5rem !important
}

.us_custom_fa4d1d2a {
    max-width: 320px !important
}

.us_custom_dd0d88e3 {
    max-width: 150px !important
}

.us_custom_2774bef1 {
    margin-bottom: 0 !important
}

.us_custom_09d3e09f {
    font-size: 1.1rem !important
}

.us_custom_cdf14ffd {
    margin-top: 2rem !important
}

.us_custom_4e7a154b {
    font-size: 0.85rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (max-width: 600px) {
    .us_custom_86099d01 {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 100% !important
    }
}

.w-grid[class*="cols_"] > .pagination .nav-links {
    justify-content: start
}

.widget_product_categories ul.product-categories {
    border-top: 1px solid var(--color-content-border)
}

.widget_product_categories li {
    margin: 0;
    border-bottom: 1px solid var(--color-content-border);
    font-size: 1.1rem;
    padding: 1rem 0
}

.widget_product_categories a {
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 700
}

.widget_product_categories ul.children {
    margin: 0
}

.widget_product_categories ul.children li {
    border: none;
    font-size: 0.9rem;
    padding: 0
}

.widget_product_categories ul.children a {
    padding: 0.3rem 0;
    border: none;
    font-weight: 400
}

.widget_product_categories ul.children .children {
    margin-left: 0.5rem
}

.widget_product_categories ul.children .children a {
    font-size: 0.9rem
}

.widget_product_categories .current-cat > a {
    font-weight: 700 !important;
    color: var(--color-content-primary)
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

@media (max-width: 1024px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

.layout_350 .w-grid-item-h {
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1), 0 0rem 0rem rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s
}

.no-touch .layout_350 .w-grid-item-h:hover {
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    z-index: 4
}

.layout_350 .usg_post_title_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 32px)
}

.layout_350 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_350 .usg_btn_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 30px);
    opacity: 0
}

.layout_350 .w-grid-item-h:hover .usg_btn_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_350 .usg_vwrapper_1 {
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important;
    position: static !important
}

.layout_350 .usg_post_title_1 {
    font-size: 1rem !important
}

.layout_350 .usg_btn_1 {
    font-size: 14px !important
}

.layout_350 .usg_vwrapper_2 {
    padding: 2rem 2rem 1rem 2rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 2rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 2rem 2rem 1rem 2rem !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 2rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 2rem 2rem 1rem 2rem !important
    }
}

@media (max-width: 600px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 1rem !important;
        padding-bottom: 1rem !important;
        padding-right: 1rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 1.5rem 1.5rem 1rem 1.5rem !important
    }
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

@media (max-width: 1024px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 {
        --gap: 0.5rem !important
    }
}

.layout_343 .w-grid-item-h {
}

@media (min-width: 769px) {
    .layout_343 .usg_post_content_1 {
        display: none !important
    }
}

.layout_343 .usg_post_image_2 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_343 .w-grid-item-h:hover .usg_post_image_2 {
    transform: scale(1.1) translate(0%, 0%);
    opacity: 1
}

@media (max-width: 767px) {
    .layout_343 .usg_post_content_2 {
        display: none !important
    }
}

.layout_343 .usg_vwrapper_1 {
    padding: 2rem !important;
    background: var(--color-content-bg-alt) !important
}

.layout_343 .usg_post_content_1 {
    font-size: 0.9rem !important;
    min-height: 70px !important;
    margin-bottom: 1rem !important
}

.layout_343 .usg_vwrapper_3 {
    overflow: hidden !important
}

.layout_343 .usg_post_content_2 {
    min-height: 100px !important;
    margin-bottom: 1rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout_343 .usg_vwrapper_1 {
        padding: 2rem !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .layout_343 .usg_vwrapper_1 {
        padding: 2rem !important
    }
}

@media (max-width: 600px) {
    .layout_343 .usg_vwrapper_1 {
        padding: 1rem !important
    }
}

.us_custom_09fa87a9 {
    font-weight: 600 !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important
}

.us_custom_492179a4 {
    text-transform: uppercase !important
}

.us_custom_e867e101 {
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase !important
}

.us_custom_b6a72ce1 {
    padding: 0 !important
}

.us_custom_6c191d95 {
    padding-left: 3rem !important
}

.us_custom_8fa0a0ab {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important
}

.us_custom_0c090243 {
    font-size: 1.3rem !important;
    font-weight: 600 !important
}

.us_custom_d9d2068f {
    padding-bottom: 1.5rem !important
}

.us_custom_fa4d1d2a {
    max-width: 320px !important
}

.us_custom_dd0d88e3 {
    max-width: 150px !important
}

.us_custom_2774bef1 {
    margin-bottom: 0 !important
}

.us_custom_09d3e09f {
    font-size: 1.1rem !important
}

.us_custom_cdf14ffd {
    margin-top: 2rem !important
}

.us_custom_4e7a154b {
    font-size: 0.85rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .us_custom_6c191d95 {
        padding-left: 3rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .us_custom_6c191d95 {
        padding-left: 3rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (max-width: 600px) {
    .us_custom_86099d01 {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important
    }

    .us_custom_6c191d95 {
        padding-left: 0 !important
    }

    .us_custom_fa4d1d2a {
        max-width: 100% !important
    }
}

.menu-h.is_sticky {
    background: var(--color-content-primary)
}

#introduction {
    padding-bottom: 0
}

.wqnr-1 .w-grid-item:hover {
    transition: all 0.5s
}

.wqnr-1 .w-grid-item:hover {
    transform: scale(1.1);
    transition: all 0.5s
}

.rp1 .wpb_column {
    padding: 1.5rem;
    background: var(--color-content-bg-alt)
}

.rp1 .wpb_column h6 {
    margin-bottom: 0.5rem;
    position: relative
}

.rp1 .wpb_column h6:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: -1.5rem;
    background: var(--color-content-primary)
}

.rp1 .wpb_column p {
    font-size: 0.9rem;
    line-height: 1.5
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

@media (max-width: 1024px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

.layout_gallery_default .w-grid-item-h {
}

@media ( max-width: 600px ) {
    .us_menu_3 .menu {
        display: block !important
    }

    .us_menu_3 .menu > li {
        margin: 0 0 var(--main-gap, 0.7rem) !important
    }
}

.us_custom_404052fc {
    padding-right: 3rem !important
}

.us_custom_dd1b4aa9 {
    max-height: 380px !important;
    overflow: auto !important
}

.us_custom_19737bc8 {
    padding-bottom: 0 !important
}

.us_custom_09fa87a9 {
    font-weight: 600 !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important
}

.us_custom_492179a4 {
    text-transform: uppercase !important
}

.us_custom_e867e101 {
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase !important
}

.us_custom_d9d2068f {
    padding-bottom: 1.5rem !important
}

.us_custom_fa4d1d2a {
    max-width: 320px !important
}

.us_custom_dd0d88e3 {
    max-width: 150px !important
}

.us_custom_2774bef1 {
    margin-bottom: 0 !important
}

.us_custom_09d3e09f {
    font-size: 1.1rem !important
}

.us_custom_cdf14ffd {
    margin-top: 2rem !important
}

.us_custom_4e7a154b {
    font-size: 0.85rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .us_custom_404052fc {
        padding-right: 3rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .us_custom_404052fc {
        padding-right: 3rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (max-width: 600px) {
    .us_custom_404052fc {
        padding-right: 0 !important
    }

    .us_custom_86099d01 {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 100% !important
    }
}

.tc-video .w-popup-trigger:hover {
    background: var(--color-content-primary);
    color: #fff !important
}

.w-video:hover .w-video-icon {
    background: var(--color-content-primary) !important
}

.gdt::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.gdt::-webkit-scrollbar-thumb {
    background-color: var(--color-content-primary)
}

.gdt::-webkit-scrollbar {
    width: 4px
}

.sj1 .wpb_column:not(:last-child):after {
    content: '';
    background: var(--color-content-border);
    width: 1px;
    height: 60%;
    position: absolute;
    right: -3rem;
    top: 20%
}

.ys1 .wpb_column {
    padding: 2rem;
    background: var(--color-content-bg-alt)
}

.ys1 h2 {
    color: var(--color-content-primary)
}

.w-counter:not(.has_font_size) .w-counter-value {
    font-size: 3rem
}

.w-counter .type_text {
    font-size: 1.1rem
}

.w-counter {
    border-left: 1px solid var(--color-content-border);
    width: 50%;
    padding: 2.5rem;
    position: relative
}

.w-counter:before {
    content: '';
    height: 60%;
    background: var(--color-content-primary);
    width: 1px;
    left: -1px;
    top: 20%;
    position: absolute
}

.w-counter .w-counter-title {
    font-size: 0.9rem
}

.tc-video .w-popup-trigger {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 99rem;
    position: relative;
    z-index: 1;
    transition: all 0.4s
}

.tc-video .w-popup-trigger i {
    line-height: 50px;
    font-size: 1rem
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0
    }
}

@keyframes scale2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }
    100% {
        transform: translate(-50%, -50%) scale(7);
        opacity: 0
    }
}

.w-popup-box-content video {
    display: block
}

.w-popup-box-content p {
    margin: 0
}

@media (max-width: 768px) {
    .w-counter {
        padding: 1.5rem
    }

    .w-counter:not(.has_font_size) .w-counter-value {
        font-size: 2.5rem
    }

    .l-section.full_height {
        min-height: auto !important
    }
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

.layout_619 .usg_post_image_1 {
    margin-bottom: 1rem !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10) !important
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

#allmap {
    position: relative;
    width: 100%;
    height: 560px
}

.BMap_shadow {
    display: none !important
}

.BMap_bubble_title {
    font-weight: 700
}

.BMap_bubble_content {
    font-size: 0.9rem
}

@media (max-width: 600px) {
    #allmap {
        height: 240px
    }
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

@media ( max-width: 600px ) {
    .us_menu_3 .menu {
        display: block !important
    }

    .us_menu_3 .menu > li {
        margin: 0 0 var(--main-gap, 1rem) !important
    }
}

.layout_589 .w-grid-item-h {
}

.layout_589 .usg_post_image_1 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_589 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.05) translate(0%, 0%);
    opacity: 1
}

@media (max-width: 767px) {
    .layout_589 .usg_post_image_1 {
        display: none !important
    }
}

.layout_589 .usg_post_title_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_589 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
    color: var(--color-content-secondary) !important
}

@media (max-width: 767px) {
    .layout_589 .usg_post_content_1 {
        display: none !important
    }
}

.layout_589 .usg_post_image_2 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_589 .w-grid-item-h:hover .usg_post_image_2 {
    transform: scale(1.05) translate(0%, 0%);
    opacity: 1
}

@media (min-width: 769px) {
    .layout_589 .usg_post_image_2 {
        display: none !important
    }
}

.layout_589 .usg_hwrapper_1 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    border-bottom-width: 1px !important;
    border-color: var(--color-content-border) !important;
    border-bottom-style: solid !important
}

.layout_589 .usg_vwrapper_1 {
    width: 50% !important;
    padding-right: 10% !important
}

.layout_589 .usg_post_title_1 {
    margin-bottom: 1rem !important
}

.layout_589 .usg_post_content_1 {
    color: #878787 !important;
    margin-bottom: 2rem !important
}

.layout_589 .usg_hwrapper_3 {
    width: 50% !important;
    overflow: hidden !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout_589 .usg_vwrapper_1 {
        width: 50% !important
    }

    .layout_589 .usg_hwrapper_3 {
        width: 50% !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .layout_589 .usg_vwrapper_1 {
        width: 50% !important
    }

    .layout_589 .usg_hwrapper_3 {
        width: 50% !important
    }
}

@media (max-width: 600px) {
    .layout_589 .usg_vwrapper_1 {
        width: 60% !important;
        margin-right: 1rem !important;
        padding: 0 !important
    }

    .layout_589 .usg_post_title_1 {
        font-size: 1.2rem !important
    }

    .layout_589 .usg_hwrapper_3 {
        width: 40% !important
    }
}

.wqnr1 img {
    /*display: block;*/
    width: 100%
}

.l-main {
    /*background: var(--color-content-bg-alt)*/
}

.us_custom_19737bc8 {
    padding-bottom: 0 !important
}

.us_custom_09fa87a9 {
    font-weight: 600 !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important
}

.us_custom_0e20bc1f {
    padding-top: 1.5rem !important;
    padding-bottom: 0 !important
}

.us_custom_75b883ef {
    font-size: 12px !important;
    text-transform: uppercase !important
}

.us_custom_1b04de86 {
    font-size: 14px !important
}

.us_custom_d9d2068f {
    padding-bottom: 1.5rem !important
}

.us_custom_fa4d1d2a {
    max-width: 320px !important
}

.us_custom_dd0d88e3 {
    max-width: 150px !important
}

.us_custom_2774bef1 {
    margin-bottom: 0 !important
}

.us_custom_09d3e09f {
    font-size: 1.1rem !important
}

.us_custom_cdf14ffd {
    margin-top: 2rem !important
}

.us_custom_4e7a154b {
    font-size: 0.85rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .us_custom_fa4d1d2a {
        max-width: 320px !important
    }
}

@media (max-width: 600px) {
    .us_custom_86099d01 {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important
    }

    .us_custom_fa4d1d2a {
        max-width: 100% !important
    }
}

@media (max-width: 1024px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 .w-grid-list {
        margin: 0
    }

    #us_grid_2 .w-grid-item {
        /*width: 100%;*/
        /*padding: 0;*/
        /*margin-bottom: var(--gap, 0px)*/
    }
}

.layout_2186 .w-grid-item-h {
    background: var(--color-header-middle-bg);
    border-radius: 0.6rem;
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1), 0 0rem 0rem rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s
}

.no-touch .layout_2186 .w-grid-item-h:hover {
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    z-index: 4
}

.layout_2186 .usg_post_image_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_2186 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.05) translate(0%, 0%);
    opacity: 1
}

.layout_2186 .usg_vwrapper_1 {
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important;
    position: static !important
}

.layout_2186 .usg_btn_1 {
    font-size: 14px !important
}

.layout_2186 .usg_vwrapper_2 {
    padding: 2rem 2rem 1rem 2rem !important
}

.layout_2186 .usg_post_taxonomy_1 {
    color: #b3b3b3 !important;
    font-size: 12px !important;
    line-height: 1.2 !important
}

.layout_599 .usg_post_image_2 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_599 .w-grid-item-h:hover .usg_post_image_2 {
    transform: scale(1.05) translate(0%, 0%);
    opacity: 1
}

.layout_599 .usg_post_content_1 {
    font-size: 0.9rem !important;
    line-height: 1.5 !important
}

.layout_599 .usg_hwrapper_1 {
    margin-bottom: 0.6rem !important;
    overflow: hidden !important
}

.title-box1 {
    margin-bottom: 40px
}

.title-box1:before {
    content: '';
    width: 20%;
    height: 50px;
    position: absolute;
    right: -25px;
    bottom: 0;
    background: var(--color-content-primary);
    transform: skewX(-45deg);
    z-index: 1
}

.title-box1:after {
    content: '';
    width: 80%;
    height: 50px;
    position: absolute;
    left: -25px;
    bottom: -50px;
    background: var(--color-content-primary);
    transform: skewX(-45deg);
    z-index: 1
}

@media ( max-width: 100px ) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu > li {
        margin: 0 0 var(--main-gap, 1.5rem) !important
    }
}

@media (max-width: 1380px) {
    #us_grid_2 .w-grid-list {
        margin: 0
    }

    #us_grid_2 .w-grid-item {
        /*width: 100%;*/
        /*padding: 0;*/
        /*margin-bottom: var(--gap, 0px)*/
    }
}

@media (max-width: 1024px) {
    #us_grid_2 .w-grid-list {
        margin: 0
    }

    #us_grid_2 .w-grid-item {
        /*width: 100%;*/
        /*padding: 0;*/
        /*margin-bottom: var(--gap, 0px)*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 .w-grid-list {
        margin: 0
    }

    #us_grid_2 .w-grid-item {
        /*width: 100%;*/
        /*padding: 0;*/
        /*margin-bottom: var(--gap, 0px)*/
    }
}

.layout_598 .w-grid-item-h {
}

.layout_598 .usg_post_image_1 {
    transition-duration: 0.7s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_598 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.05) translate(0%, 0%);
    opacity: 1
}

.layout_598 .usg_post_title_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_598 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
    color: var(--color-content-secondary) !important
}

.layout_598 .usg_post_date_1 {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important
}

.layout_598 .usg_post_title_1 {
    margin-bottom: 1rem !important
}

.layout_598 .usg_hwrapper_1 {
    margin-bottom: 0.8rem !important;
    overflow: hidden !important
}

@media (max-width: 1380px) {
    #us_grid_3 .w-grid-list {
        margin: 0
    }

    #us_grid_3 .w-grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: var(--gap, 0px)
    }
}

@media (max-width: 1024px) {
    #us_grid_3 .w-grid-list {
        margin: 0
    }

    #us_grid_3 .w-grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: var(--gap, 0px)
    }
}

@media (max-width: 600px) {
    #us_grid_3 .w-grid-list {
        margin: 0
    }

    #us_grid_3 .w-grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: var(--gap, 0px)
    }
}

.layout_2269 .w-grid-item-h {
}

.layout_2269 .usg_post_image_2 {
    transition-duration: 0.7s
}

.layout_2269 .w-grid-item-h:hover .usg_post_image_2 {
}

.layout_2269 .usg_post_title_2 {
}

.layout_2269 .w-grid-item-h:hover .usg_post_title_2 {
    color: var(--color-content-secondary) !important
}

.layout_2269 .usg_hwrapper_3 {
    width: 40% !important;
    overflow: hidden !important
}

.layout_2269 .usg_vwrapper_1 {
    width: 60% !important;
    padding-left: 1rem !important
}

.layout_2269 .usg_post_date_2 {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important
}

.layout_2269 .usg_post_title_2 {
    margin-bottom: 1rem !important
}

@media (max-width: 600px) {
    .layout_2269 .usg_post_title_2 {
        font-size: 1.1rem !important
    }
}

body {
    background: var(--color-content-bg-alt)
}

@media (max-width: 1024px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

@media (max-width: 600px) {
    #us_grid_2 .w-grid-item {
        /*width: 50%*/
    }
}

.layout_350 .w-grid-item-h {
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1), 0 0rem 0rem rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s
}

.no-touch .layout_350 .w-grid-item-h:hover {
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    z-index: 4
}

.layout_350 .usg_post_title_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 32px)
}

.layout_350 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_350 .usg_btn_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 30px);
    opacity: 0
}

.layout_350 .w-grid-item-h:hover .usg_btn_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_350 .usg_vwrapper_1 {
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important;
    position: static !important
}

.layout_350 .usg_post_title_1 {
    font-size: 1rem !important
}

.layout_350 .usg_btn_1 {
    font-size: 14px !important
}

.layout_350 .usg_vwrapper_2 {
    padding: 2rem 2rem 1rem 2rem !important
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 2rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 2rem 2rem 1rem 2rem !important
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 2rem !important;
        padding-bottom: 2rem !important;
        padding-right: 2rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 2rem 2rem 1rem 2rem !important
    }
}

@media (max-width: 600px) {
    .layout_350 .usg_vwrapper_1 {
        padding-left: 1rem !important;
        padding-bottom: 1rem !important;
        padding-right: 1rem !important
    }

    .layout_350 .usg_vwrapper_2 {
        padding: 1.5rem 1.5rem 1rem 1.5rem !important
    }
}

ul, ol {
    margin-left: 1.2rem
}

.lddq {
    text-align: justify
}

.color1 {
    color: var(--color-content-primary)
}

.color_primary .fad:after {
    color: var(--color-content-secondary);
    opacity: 1
}

.g-breadcrumbs:before {
    content: '\f80b';
    font-family: "fontawesome";
    font-weight: 300;
    display: inline-block;
    margin-right: 0.5rem
}

.g-breadcrumbs > div:last-child a {
    color: inherit
}

.g-breadcrumbs-separator {
    margin: 0 1em
}

.title-box1 {
    margin-bottom: 50px !important
}

.title-box1:before {
    content: '';
    width: 20%;
    height: 50px;
    position: absolute;
    right: -25px;
    bottom: 0;
    background: var(--color-content-primary);
    transform: skewX(-45deg);
    z-index: 1
}

.title-box1:after {
    content: '';
    width: 80%;
    height: 50px;
    position: absolute;
    left: -25px;
    bottom: -50px;
    background: var(--color-content-primary);
    transform: skewX(-45deg);
    z-index: 1
}

@media (max-width: 768px) {
    .title-box1 {
        margin-bottom: 36px !important
    }

    .title-box1:before {
        content: '';
        width: 5%;
        height: 36px;
        right: -18px
    }

    .title-box1:after {
        width: 95%;
        height: 36px;
        left: -18px;
        bottom: -36px
    }
}

.us-btn-style_4 i, .us-btn-style_5 i {
    color: var(--color-content-primary)
}

.pro-grid .w-grid-item-h {
    background: var(--color-content-bg-alt)
}

.pro-grid .w-grid-item-h:hover {
    background: #fff
}

.shadow1 .w-grid-item-h {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}

.pagination > :not(.custom) .page-numbers {
    font-size: 1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem
}

.menu-item-object-us_page_block {
    max-width: var(--site-content-width);
    margin: 0 auto !important
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--color-content-border)
}

@media (min-width: 1381px) {
    .l-subheader-h {
        max-width: 1560px
    }
}

.l-header .w-dropdown-item i {
    margin-right: 0.2em;
    font-size: 16px
}

.l-header.shadow_wide .l-subheader.at_middle {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1)
}

.w-tabs.style_simple3.layout_hor > .w-tabs-list .w-tabs-item:not(:last-child) {
    margin-right: 1rem
}

.w-tabs.style_simple3 > .w-tabs-list .w-tabs-item {
    background: var(--color-content-border);
    border-radius: 99rem;
    padding: 0.5rem 2rem;
    transition: all 0.3s
}

.w-tabs.style_simple3 > .w-tabs-list .w-tabs-item.active, .w-tabs.style_simple3 > .w-tabs-list .w-tabs-item:hover {
    background: var(--color-content-primary) !important;
    color: #fff !important
}

@media (min-width: 768px) {
    .l-sidebar {
        padding: 6rem 0
    }
}

.l-sidebar .w-grid {
    --gap: 1.5rem !important
}

.l-main .widget_nav_menu .menu-item a {
    padding: 0.6em 0
}

.l-main .widget_nav_menu .menu-item a:hover {
    font-weight: 600
}

.l-main .widget_nav_menu .menu-item a:hover:after {
    color: var(--color-content-primary)
}

.l-main .widget_nav_menu .menu-item a:after {
    content: "\f061";
    font-family: "fontawesome";
    font-weight: 400;
    display: inline-block;
    float: right
}

.menu-h {
    margin-top: -50px;
    z-index: 1
}

.menu-h .w-menu {
    --main-gap: 3.5rem !important
}

.menu-h .menu {
    height: 50px
}

.menu-h .menu li {
    position: relative
}

.menu-h .menu li:not(:last-child):after {
    content: '';
    height: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 20px;
    right: -1.75rem
}

.menu-h .menu a {
    line-height: 50px;
    color: rgba(255, 255, 255, 0.6) !important;
    display: block;
    font-size: 0.9rem
}

.menu-h .menu .current-menu-item a, .menu-h .menu a:hover {
    color: #fff !important
}

@media (max-width: 768px) {
    .menu-h {
        margin-top: -36px
    }

    .menu-h .w-menu {
        --main-gap: 2rem !important
    }

    .menu-h .menu li:not(:last-child):after {
        top: 15px;
        right: -1rem
    }

    .menu-h .menu {
        height: 36px
    }

    .menu-h .menu a {
        line-height: 36px
    }
}

.form-button {
    margin-top: 1rem;
    text-align: center
}

.form-button input {
    margin-right: -72px
}

.outer {
    margin: 0 -5px;
    display: flex
}

.inner {
    margin: 0 5px;
    width: 50%
}
.at_end {
    justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
    .outer {
        margin: 0;
        display: block
    }

    .inner {
        margin: 0;
        width: 100%
    }
}

.section-love {
    padding: 6rem 2.5rem 0;
    background: #FEFEFE;
}
.section-love .love {
    position: relative;
    margin: 3rem auto 0;
    width: 100%;
    max-width: var(--site-content-width,1200px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-love .love .item-1 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.section-love .love .item-1 .text {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    left: 8%;
    top: 35%;
}
.section-love .love .item-1 .text .t {
    font-size: 2.9rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2.5rem;
}
.section-love .love .item-1 .text .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.section-love .love .item-1 .text .l span {
    font-size: 2.9rem;
    font-weight: bold;
    color: #fff;
    margin-right: 1rem;
}
.section-love .love .item-1 .text .l a {
    font-size: 1.5rem;
    color: #fff;
    background: #ff4100;
    padding: 0.1rem 1rem;
    border-radius: 2rem;
    margin-top:3rem;
    letter-spacing: 1.5px;
}

.section-love .love .item-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-love .love .item-2 {
    width: calc(25% - 20px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-love .love .item-2 span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}
.section-love .love .item-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-love .love .item-1:hover,.section-love .love .item-2:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-love .love .item-1:hover img,.section-love .love .item-2:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.section-ad a {
    display: flex;
}
.section-ad a img {
    width: 100%;
}
.mores {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}
.mores a {
    font-size: 1rem;
    color: #fff;
    background: #ff4100;
    padding: 0.5rem 2rem;
    border-radius: 3rem;
}
.mores a:hover {
    color: #fff;
}
.w-tabs-item-x .far {
    display: none;
}
.w-tabs-item-x:hover .far {
    display: inline-block;
}

@media (max-width: 992px) {
    .section-love {
        padding: 3rem 2.5rem 0;
        background: #FEFEFE;
    }
    .section-love .love {
        position: relative;
        margin: 1.5rem auto 0;
        width: 100%;
        max-width: var(--site-content-width,1200px);
        display: flex;
        flex-wrap: wrap;
    }
    .section-love .love .item-1 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        position: relative;
    }
    .section-love .love .item-1 .text {
        position: absolute;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        left: 7%;
        top: 30%;
    }
    .section-love .love .item-1 .text .t {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 1.5rem;
    }
    .section-love .love .item-1 .text .l {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .section-love .love .item-1 .text .l span {
        font-size: 1.8rem;
        color: #fff;
        margin-right: 0.5rem;
    }
    .section-love .love .item-1 .text .l a {
        font-size: 0.7rem;
        color: #fff;
        background: #ff4100;
        padding: 0.1rem 1rem;
        border-radius: 2rem;
        margin-top:2rem;
        letter-spacing: 0.5px;
    }

    .section-love .love .item-1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .section-love .love .item-2 {
        width: calc(50% - 0.5rem);
        margin-top: 1rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .section-love .love .item-2 span {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: #000;
        font-weight: bold;
    }
    .section-love .love .item-2 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .section-love .love .item-1:hover,.section-love .love .item-2:hover{
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .section-love .love .item-1:hover img,.section-love .love .item-2:hover img {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
}

.w-image-h {
    padding-bottom: 0;
}
.why1 .wpb_text_column {
    margin-bottom: 2rem;
}
p, ul, ol, dl, address, pre, table, blockquote, fieldset {
    margin: 0 0 1rem;
}
.pagination .page-num {
    flex-shrink: 0;
    text-align: center;
    position: relative;
    margin: 0.2rem;
}
.pagination > :not(.custom) .page-num {
    font-size: 1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
        overflow: hidden;
    border-radius: 50%;
    transition: none;
}
.pagination>:not(.custom) .page-num.page-num-current {
    background: var(--color-content-primary-grad);
    color: #fff!important;
}
.no-touch .pagination>:not(.custom) a.page-num:not(.current):hover {
    background: var(--color-content-bg-alt-grad);
}



