@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

.button,
.button svg path,
.button--transparent svg path,
.button__reserve svg path {
    transition: all 150ms linear
}

.button__menu.opened .sp2,
.js__anim__item,
.lazy {
    opacity: 0
}

*,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

.bts {
    display: flex;
    margin: -5px;
    width: calc(100% - 10px)
}

.button {
    margin: 5px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.34em;
    padding: 20px 18px;
    background-color: var(--brown-dark);
    border-radius: var(--bt-radius);
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.button--transparent,
.button__reserve {
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.button svg {
    margin: 0 8px 0 0
}

.button span+svg {
    margin: 0 0 0 8px
}

.button__reserve {
    border-radius: 12px
}

.button__reserve svg path {
    fill: #fff
}

.button--transparent svg path {
    fill: #fff
}

.button--border svg path,
.button--url svg path,
.button--white svg path {
    fill: #1B191C;
    transition: all 150ms linear
}

.button--white {
    color: var(--brown-dark);
    background: #fff
}

.button--url {
    color: var(--brown-dark);
    background: #DDC9B5
}

.button--url span {
    display: none
}

.button--url svg {
    margin: 0 !important
}

.button--border {
    border: 2px solid #1F2F28;
    background-color: transparent;
    color: var(--brown-dark)
}

.header__white .button__reserve,
.not-top .button__reserve {
    background: rgba(62, 58, 54, .12);
    color: var(--brown-dark)
}

.header__white .button__reserve svg path,
.not-top .button__reserve svg path {
    transition: all 150ms linear;
    fill: #1F2F28
}

@media (max-width:767px) {
    .button__reserve {
        background: rgba(62, 58, 54, .12);
        color: var(--brown-dark)
    }

    .button__reserve svg path {
        transition: all 150ms linear;
        fill: #1F2F28
    }
}

.header,
.header__container,
.header__container .button__menu svg path,
.header__container a.navi svg path,
a.header__logo img path {
    transition: all .3s linear
}

@media (min-width:768px) {
    .button:hover {
        background-color: var(--brown-medium);
        color: #fff
    }

    .button:hover svg path {
        fill: #fff;
        stroke: #fff
    }
}

.grid-block--color.light,
.grid-block--fill {
    background-color: #FAF8F6
}


.grid-block {
    margin: 40px 0
}

.grid-block__container {
    padding: 0 var(--padding-mt2)
}

.grid-block--fill {
    padding: 40px 0
}

.grid-block--fill:first-child {
    padding-top: 84px
}

.grid-block--color {
    padding: 40px 0
}

.grid-block--color.dark {
    background-color: #1F2F28
}

.grid-block--fill+.grid-block--fill {
    padding-top: 0
}

@media (min-width:1024px) {
    .grid-block {
        margin: 80px 0
    }

    .grid-block+.grid-block {
        margin-top: -20px
    }

    .grid-block__container {
        padding: 0 var(--padding-pc2);
        max-width: var(--containerWidth-xl);
        margin: 0 auto
    }

    .grid-block--fill {
        padding: 80px 0
    }

    .grid-block--fill:first-child {
        padding-top: 94px
    }

    .grid-block--color {
        padding: 60px 0
    }

    .sub-hero+.grid-block--color {
        padding-top: 100px
    }

    .grid-block--fill+.grid-block--fill {
        padding-top: 0
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.header__container {
    height: 84px;
    padding: 20px;
    display: flex;
    justify-content: space-between
}

.header__container .button__menu,
.header__container a.navi {
    flex: 0 0 44px;
    height: 44px;
    border-radius: var(--bt-radius);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3)
}

.button__menu .cls,
.button__menu span,
a.header__logo span {
    display: none
}

/* Logo Image Styling */
a.header__logo img {
    display: block;
    width: 116px;
    height: 114px;
    object-fit: contain;
    object-position: left center;
}

/* Mobile View - Logo adjustment */
@media (max-width: 767px) {
    a.header__logo img {
        width: auto;
        height: 48px;
        object-fit: contain;
        object-position: left center;
    }
}

/* Tablet/Desktop View - Logo positioning */
@media (min-width: 768px) {
    a.header__logo img {
        width: auto;
        height: 72px;
        object-fit: contain;
        object-position: left center;
    }
    
    .header__container a.header__logo img {
        height: 72px;
        width: auto;
        object-fit: contain;
        object-position: left center;
    }
}


a.header__logo {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 5;
}

.button__menu {
    transition: background-color 150ms linear;
    z-index: 7;
    cursor: pointer;
    width: 28px;
    height: 21px;
    flex: 0 0 8px;
    margin: 0 0 0 20px;
    pointer-events: all;
    position: relative;
    padding: 0
}

.button__menu .sp {
    position: relative;
    width: 16px;
    height: 14px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.button__menu .sp1,
.button__menu .sp2,
.button__menu .sp3 {
    width: 100%;
    height: 2px;
    transition: all .3s ease-in-out;
    display: block;
    transform-origin: right center;
    position: relative
}

.button__menu .sp1:before,
.button__menu .sp2:before,
.button__menu .sp3:before {
    border-radius: 999px;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.button__menu.opened .sp1 {
    transform: translateY(6px)
}

.button__menu.opened .sp1:before {
    transform: rotate(45deg)
}

.button__menu.opened .sp3 {
    transform: translateY(-6px)
}

.button__menu.opened .sp3:before {
    transform: rotate(-45deg)
}

.header:not(.not-top):not(.header__white) a.header__logo img path.cl {
    fill: #FFF
}

.header:not(.not-top):not(.header__white) .header__container .button__menu,
.header:not(.not-top):not(.header__white) .header__container a.navi {
    flex: 0 0 44px;
    height: 44px;
    border-radius: var(--bt-radius);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3)
}

.header:not(.not-top):not(.header__white) .header__container .button__menu svg path,
.header:not(.not-top):not(.header__white) .header__container a.navi svg path {
    fill: #FFF
}

@media (max-width:767px) {

    .header__menu,
    .header__right {
        pointer-events: none;
        position: absolute
    }

    .header.header__white .header__container .button__menu,
    .header.header__white .header__container a.navi,
    .header.not-top .header__container .button__menu,
    .header.not-top .header__container a.navi {
        background: rgba(62, 58, 54, .12)
    }

    .header.header__white .button__menu .sp1:before,
    .header.header__white .button__menu .sp2:before,
    .header.header__white .button__menu .sp3:before,
    .header.not-top .button__menu .sp1:before,
    .header.not-top .button__menu .sp2:before,
    .header.not-top .button__menu .sp3:before {
        background-color: #000
    }

    body:not(.mt-menu-opened) .header.header__white .header__container,
    body:not(.mt-menu-opened) .header.not-top .header__container {
        background-color: #fff
    }

    body:not(.mt-menu-opened) .header.header__white .button__menu .sp1:before,
    body:not(.mt-menu-opened) .header.header__white .button__menu .sp2:before,
    body:not(.mt-menu-opened) .header.header__white .button__menu .sp3:before,
    body:not(.mt-menu-opened) .header.not-top .button__menu .sp1:before,
    body:not(.mt-menu-opened) .header.not-top .button__menu .sp2:before,
    body:not(.mt-menu-opened) .header.not-top .button__menu .sp3:before {
        background-color: #1F2F28
    }

    .header__right {
        display: block;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100dvh
    }

    .header__menu {
        display: flex;
        right: 0;
        top: 0;
        width: calc(100% - 90px);
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 2;
        background-color: var(--bg-primary);
        transform: translateX(100%);
        transition: transform .5s cubic-bezier(.875, .005, .1, .995)
    }

    .main-menu {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        padding: 36px 20px 45px 45px
    }

    .main-menu ul li a[data-idd] {
        display: inline-flex;
        margin: 30px 0 0;
        color: var(--brown-dark);
        font-size: 24px;
        line-height: 1em;
        letter-spacing: -1.08px
    }

    .main-menu ul li a[data-idd].active-hover {
        font-weight: 600;
        color: #A38C75;
    }

    .main-menu ul li a.button {
        margin-top: 40px
    }

    .header__bg {
        transition: background-color .5s linear
    }

    body.mt-menu-opened .header .button__menu .sp1:before,
    body.mt-menu-opened .header .button__menu .sp2:before,
    body.mt-menu-opened .header .button__menu .sp3:before {
        background-color: #1F2F28
    }

    body.mt-menu-opened .header__bg {
        background-color: rgba(0, 0, 0, .7)
    }

    body.mt-menu-opened .header__menu {
        pointer-events: all;
        transform: translateX(0)
    }
}

button,
hr,
input {
    overflow: visible
}

@media (min-width:768px) {
    .header__right {
        display: flex;
        align-items: center
    }

    .header__menu {
        position: relative;
        z-index: 4
    }

    .header.header__white,
    .header.not-top {
        background-color: #fff
    }

    .header.header__white .main-menu ul li a[data-idd],
    .header.not-top .main-menu ul li a[data-idd] {
        color: var(--brown-dark)
    }

    .header.header__white .main-menu ul li a[data-idd].active-hover,
    .header.not-top .main-menu ul li a[data-idd].active-hover {
        font-weight: 600;
        color: #A38C75;
    }

    .header__container {
        height: 94px;
        max-width: var(--containerWidth-xl);
        margin: 0 auto;
        justify-content: space-between;
        padding: 20px var(--padding-pc2)
    }

    .header__container a.header__logo img {
        height: 72px
    }

    .header__container .button__menu,
    .header__container a.navi {
        display: none !important
    }

    .main-menu {
        display: flex;
        align-items: center;
        width: auto;
        justify-content: flex-end
    }

    .main-menu .main-menu__title {
        display: none
    }

    .main-menu ul {
        display: flex;
        align-items: center
    }

    .main-menu ul li {
        margin: 0 0 0 20px
    }

    .main-menu ul li a[data-idd] {
        display: inline-flex;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        padding: 20px 0;
        transition: all 150ms linear
    }

    .main-menu ul li a[data-idd].active {
        font-weight: 600
    }

    .main-menu ul li a[data-idd]:hover {
        color: var(--brown-light) !important
    }

    .layout {
        width: 100%
    }
}

a,
button {
    background-color: transparent
}

[type=checkbox],
[type=radio],
legend {
    padding: 0;
    box-sizing: border-box
}

body,
button,
p {
    color: var(--text-primary)
}

@media (min-width:1024px) {
    .main-menu ul li {
        margin: 0 0 0 30px
    }
}

.layout {
    width: 100%
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h1,
h2 {
    color: var(--brown-dark);
    font-weight: 400;
    margin: 24px 0 30px
}

h1,
h2,
h3 {
    font-family: var(--heading-font)
}

h1,
h2,
h3.title {
    line-height: 1em
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.scr-grid-a,
.scr-grid-b,
.scr-grid-c {
    display: block;
    position: fixed;
    border-left: 1px dashed rgba(255, 0, 0, .3);
    border-right: 1px dashed rgba(255, 0, 0, .3);
    left: 50%;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    transform: translateX(-50%)
}

.scr-grid-b,
.scr-grid-c {
    display: none
}

@media (min-width:767px) {
    .scr-grid-a {
        max-width: var(--containerWidth-xl)
    }

    .scr-grid-b {
        display: block;
        border-left: 1px dashed rgba(0, 255, 0, .3);
        border-right: 1px dashed rgba(0, 255, 0, .3);
        width: calc(100% - 80px);
        max-width: calc(var(--containerWidth-xl) - 80px)
    }
}

h1 {
    font-size: 54px
}

h2 {
    font-size: 36px
}

h3,
h3.title,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: var(--heading-font);
}

h3 {
    margin: 32px 0 20px
}

h3.title {
    font-family: var(--heading-font);
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin: 0 0 30px
}

h4,
h5,
h6 {
    font-family: var(--heading-font);
    margin: 32px 0 20px
}

p {
    font-family: var(--body-font);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 30px 0
}

@media (min-width:768px) {
    h1 {
        font-size: 60px;
        margin: 30px 0 40px
    }

    h2 {
        font-size: 46px
    }

    h3,
    h4,
    h5,
    h6 {
        margin: 42px 0 32px
    }
}

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #FAF8F6;
    --text-primary: #89837E;
    --text-secondary: #1F2F28;
    --border-color: rgba(62, 58, 54, 0.30);
    --brown-light: #A38C75;
    --brown-medium: #665A4D;
    --brown-dark: #1F2F28;
    --bt-radius: 12px;
    --box-radius: 20px;
    --padding-pc: 20px;
    --padding-mt: 10px;
    --margin-mt: 10px;
    --margin-mt2: 20px;
    --padding-pc2: 40px;
    --padding-mt2: 20px;
    --margin-pc: 20px;
    --margin-px2: 40px;
    --col-width: 8.333%;
    --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    --size: calc(100vw / 1440);
    --size-txt: calc(100vw / 1440);
    --containerWidth-xl: 1280px
    --body-font: 'Inter', sans-serif;
    --heading-font: 'Cinzel', serif;
}

html {
    margin: 0 !important
}

body {
    font-family: var(--body-font);
    margin: 0;
    font-size: 18px;
    background-color: var(--bg-primary);
    font-weight: 400
}

body {
    letter-spacing: 0.3px;
    line-height: 1.6;
}

#wpadminbar {
    position: fixed;
    top: initial !important;
    left: 0;
    bottom: 0 !important
}

.text-center {
    text-align: center
}

.add_after:after,
.add_before:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

img.cover {
    object-fit: cover
}

img.contain {
    object-fit: contain
}

* {
    box-sizing: border-box;
    outline-style: none
}

a,
a:hover,
a:link,
a:visited {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.bootstrap-select .dropdown-toggle:focus,
:focus,
button,
button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0 !important
}

button {
    box-shadow: none;
    border-radius: 0;
    border: 0
}

.overflow_hidden {
    overflow: hidden
}

body.stopScroll,
html.stopScroll {
    overflow: hidden !important
}

body.stopScroll.stopScroll-form,
html.stopScroll.stopScroll-form {
    height: 100%
}

.hidden {
    display: none !important
}

.df,
.row {
    display: flex
}

@media (max-width:1100px) {
    body.mt {
        cursor: pointer
    }
}

.w100 {
    width: 100%
}

.container {
    width: 100%;
    max-width: var(--container-width);
    padding: 0 calc(var(--padding-mt) * 2);
    margin: 0 auto
}

.row {
    flex-wrap: wrap;
    width: calc(100% + var(--padding-mt) * 2);
    margin: 0 calc(var(--padding-mt) * -1)
}

@media (min-width:768px) {
    .container {
        padding: 0 calc(var(--padding-pc) * 2)
    }

    .row {
        margin: 0 calc(var(--padding-pc) * -1);
        width: calc(100% + var(--padding-pc) * 2)
    }
}

.df-xc {
    justify-content: center
}

.df-xs {
    justify-content: flex-start
}

.df-xe {
    justify-content: flex-end
}

.df-yc {
    align-items: center
}

.df-ys {
    align-items: flex-start
}

.df-ye {
    align-items: flex-end
}

.df-wrap {
    flex-wrap: wrap
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    width: var(--col-width);
    padding: var(--padding-mt)
}

.slick-list,
ul,
ul li {
    margin: 0;
    padding: 0
}

.col-1 {
    width: calc(var(--col-width) * 1)
}

.col-2 {
    width: calc(var(--col-width) * 2)
}

.col-3 {
    width: calc(var(--col-width) * 3)
}

.col-4 {
    width: calc(var(--col-width) * 4)
}

.col-5 {
    width: calc(var(--col-width) * 5)
}

.col-6 {
    width: calc(var(--col-width) * 6)
}

.col-7 {
    width: calc(var(--col-width) * 7)
}

.col-8 {
    width: calc(var(--col-width) * 8)
}

.col-9 {
    width: calc(var(--col-width) * 9)
}

.col-10 {
    width: calc(var(--col-width) * 10)
}

.col-11 {
    width: calc(var(--col-width) * 11)
}

.col-12 {
    width: calc(var(--col-width) * 12)
}

@media (min-width:768px) {
    .col-md-1 {
        width: calc(var(--col-width) * 1)
    }

    .col-md-2 {
        width: calc(var(--col-width) * 2)
    }

    .col-md-3 {
        width: calc(var(--col-width) * 3)
    }

    .col-md-4 {
        width: calc(var(--col-width) * 4)
    }

    .col-md-5 {
        width: calc(var(--col-width) * 5)
    }

    .col-md-6 {
        width: calc(var(--col-width) * 6)
    }

    .col-md-7 {
        width: calc(var(--col-width) * 7)
    }

    .col-md-8 {
        width: calc(var(--col-width) * 8)
    }

    .col-md-9 {
        width: calc(var(--col-width) * 9)
    }

    .col-md-10 {
        width: calc(var(--col-width) * 10)
    }

    .col-md-11 {
        width: calc(var(--col-width) * 11)
    }

    .col-md-12 {
        width: calc(var(--col-width) * 12)
    }
}

.abs,
div {
    width: 100%
}

ul {
    list-style: none
}

.relative {
    position: relative
}

.abs {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: local('Inter Light'), local('Inter-Light'), url('https://fonts.gstatic.com/s/inter/v12/UcCO0Y7d-NrvtApg0CN-WskoDggM.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local('Inter'), local('Inter-Regular'), url('https://fonts.gstatic.com/s/inter/v12/UcCO0Y7d-NrvtApgSTGM6OvM.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: local('Inter Medium'), local('Inter-Medium'), url('https://fonts.gstatic.com/s/inter/v12/UcCO0Y7d-NrvtApgSU-M6OvM.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: local('Inter SemiBold'), local('Inter-SemiBold'), url('https://fonts.gstatic.com/s/inter/v12/UcCO0Y7d-NrvtApgSUGM6OvM.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local('Inter SemiBold'), local('Inter-SemiBold'), url('https://fonts.gstatic.com/s/inter/v12/UcCO0Y7d-NrvtApgSUGM6OvM.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local('Inter Bold'), local('Inter-Bold'), url('https://fonts.gstatic.com/s/inter/v12/UcCO0Y7d-NrvtApgSUIw6OvM.woff2') format('woff2');
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icons/icomoon.eot?gvqq4);
    src: url(../fonts/icons/icomoon.eot?gvqq4#iefix) format("embedded-opentype"), url(../fonts/icons/icomoon.ttf?gvqq4) format("truetype"), url(../fonts/icons/icomoon.woff?gvqq4) format("woff"), url(../fonts/icons/icomoon.svg?gvqq4#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-check1:before {
    content: "\e909"
}

.icon-access_time:before {
    content: "\e906"
}

.icon-close:before {
    content: "\e908"
}

.icon-time:before {
    content: "\e905"
}

.icon-wallet1:before {
    content: "\e904"
}

.icon-search:before {
    content: "\e90b"
}

.icon-arrow-kpcs:before {
    content: "\e90a"
}

.icon-process-arrow:before {
    content: "\e907"
}

.icon-link1:before {
    content: "\e902"
}

.icon-cash:before,
.icon-money:before,
.icon-wallet:before {
    content: "\e903"
}

.icon-share:before {
    content: "\e901"
}

.icon-arrow:before {
    content: "\e900"
}

.icon-envelope-o:before {
    content: "\f003"
}

.icon-star:before {
    content: "\f005"
}

.icon-check:before {
    content: "\f00c"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-play:before {
    content: "\f04b"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-linkedin-square:before {
    content: "\f08c"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook-f:before,
.icon-facebook:before {
    content: "\f09a"
}

.icon-chain:before,
.icon-link:before {
    content: "\f0c1"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-play-circle:before {
    content: "\f144"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-free-code-camp:before {
    content: "\f2c5"
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.formblock__in::before,
.formblock__in::after {
    display: none !important;
}

.dots {
    display: none !important;
}

