html,
body {
    height: 100%;
    min-height: 100%;
}

@import url("../icons/iconfont.css");
@font-face {
    font-family: 'Circular';
    src: url("../fonts/CircularStd-Book.woff2") format("woff2");
    src: url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Circular';
    src: url("../fonts/CircularStd-Medium.woff2") format("woff2");
    src: url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Circular';
    src: url("../fonts/CircularStd-Bold.woff2") format("woff2");
    src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Light.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Light.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Regular.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Regular.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Medium.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Medium.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Bold.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Bold.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

.Dashboard-header .app-header-l1 {
    margin-right: auto;
    display: inline-block;
}

.Dashboard-header.app-header ul.dropdown-menu.menu-renters {
    left: auto;
    right: 0;
}

.Dashboard-header .app-header-c1 {
    width: 150px;
    margin-right: 45px;
    display: inline-block;
}

.app-header-r1 {
    float: right;
    display: inline-block;
    width: auto;
}

.Dashboard-header.app-header li.cart-part {
    display: inline-block;
}

.app-header-r1 .hide-mobile,
.app-header-r1 .hide-small-mobile {
    display: inline-block;
}

.Dashboard-header .app-header-c1 .app-header-logo img {
    width: 100%;
}

.Dashboard-header .app-header-c1 .app-header-logo img.logo {
    margin-top: 10px;
}

.Dashboard-header.app-header .user-info {
    display: inline-block;
}

.Dashboard-header.app-header .user-info li {
    vertical-align: super;
}

.border-separator {
    border-top: 1px solid #fff;
    margin: 10px 0;
}

.custom-submenu {
    float: left;
}

.nav-link {
    padding: .5rem 0.5rem;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

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

.slick-list:focus {
    outline: none
}

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

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

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

.slick-track:before,
.slick-track:after {
    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
}

:root {
    --blue: #23D3D3;
    --indigo: #6610f2;
    --purple: #7550E9;
    --pink: #ED63D2;
    --red: #F03F3F;
    --orange: #FF7D50;
    --yellow: #FFC213;
    --green: #2DCA73;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #8391A7;
    --gray-dark: #3C4858;
    --primary: #23D3D3;
    --secondary: #8391A7;
    --success: #2DCA73;
    --info: #17a2b8;
    --warning: #FFC213;
    --danger: #F03F3F;
    --light: #F9FAFC;
    --dark: #3C4858;
    --white: #fff;
    --black: #000;
    --gray-100: #F9FAFC;
    --gray-200: #F1F2F6;
    --gray-300: #E5E9F2;
    --gray-400: #C0CCDA;
    --gray-500: #8492A6;
    --gray-600: #8391A7;
    --gray-700: #5A6679;
    --gray-800: #3C4858;
    --gray-900: #1C2C40;
    --blue: #23D3D3;
    --purple: #7550E9;
    --orange: #FF7D50;
    --pink: #ED63D2;
    --green: #2DCA73;
    --red: #F03F3F;
    --yellow: #FFC213;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "GT-Eesti", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "GT-Eesti", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1C2C40;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #4966b1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #189191;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #8391A7;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0rem 2rem;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 3rem;
    -webkit-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease;
    transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease;
    -o-transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease;
    transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease;
    transition: all color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease, -webkit-box-shadow 0.15s ease-in-out ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-primary:hover {
    color: #fff;
    background-color: #1eb2b2;
    border-color: #1ca7a7
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #1C2C40;
    background-color: #4FC6EA;
    border-color: #4FC6EA
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1ca7a7;
    border-color: #1a9c9c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6d7d97;
    border-color: #677790
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #677790;
    border-color: #617189
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-success:hover {
    color: #fff;
    background-color: #26ab61;
    border-color: #24a05b
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #24a05b;
    border-color: #219655
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    -moz-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-warning:hover {
    color: #1C2C40;
    background-color: #ecaf00;
    border-color: #dfa500
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #1C2C40;
    background-color: #dfa500;
    border-color: #d29c00
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-danger:hover {
    color: #fff;
    background-color: #ed1c1c;
    border-color: #ea1212
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1212;
    border-color: #de1111
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-light {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-light:hover {
    color: #1C2C40;
    background-color: #e0e5ef;
    border-color: #d7deeb
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #1C2C40;
    background-color: #d7deeb;
    border-color: #cfd7e7
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-dark:hover {
    color: #fff;
    background-color: #2c3541;
    border-color: #272f3a
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #272f3a;
    border-color: #222932
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-white {
    color: #1C2C40;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #1C2C40;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #1C2C40;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: #1C2C40;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:focus,
.btn-black.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-gray-100 {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-gray-100:hover {
    color: #1C2C40;
    background-color: #e0e5ef;
    border-color: #d7deeb
}

.btn-gray-100:focus,
.btn-gray-100.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-gray-100.disabled,
.btn-gray-100:disabled {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.show>.btn-gray-100.dropdown-toggle {
    color: #1C2C40;
    background-color: #d7deeb;
    border-color: #cfd7e7
}

.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-100.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-gray-200 {
    color: #1C2C40;
    background-color: #F1F2F6;
    border-color: #F1F2F6
}

.btn-gray-200:hover {
    color: #1C2C40;
    background-color: #dadce7;
    border-color: #d2d5e2
}

.btn-gray-200:focus,
.btn-gray-200.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5)
}

.btn-gray-200.disabled,
.btn-gray-200:disabled {
    color: #1C2C40;
    background-color: #F1F2F6;
    border-color: #F1F2F6
}

.btn-gray-200:not(:disabled):not(.disabled):active,
.btn-gray-200:not(:disabled):not(.disabled).active,
.show>.btn-gray-200.dropdown-toggle {
    color: #1C2C40;
    background-color: #d2d5e2;
    border-color: #cacedd
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5)
}

.btn-gray-300 {
    color: #1C2C40;
    background-color: #E5E9F2;
    border-color: #E5E9F2
}

.btn-gray-300:hover {
    color: #1C2C40;
    background-color: #ccd3e5;
    border-color: #c3cce1
}

.btn-gray-300:focus,
.btn-gray-300.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.btn-gray-300.disabled,
.btn-gray-300:disabled {
    color: #1C2C40;
    background-color: #E5E9F2;
    border-color: #E5E9F2
}

.btn-gray-300:not(:disabled):not(.disabled):active,
.btn-gray-300:not(:disabled):not(.disabled).active,
.show>.btn-gray-300.dropdown-toggle {
    color: #1C2C40;
    background-color: #c3cce1;
    border-color: #bbc5dd
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-300.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.btn-gray-400 {
    color: #1C2C40;
    background-color: #C0CCDA;
    border-color: #C0CCDA
}

.btn-gray-400:hover {
    color: #1C2C40;
    background-color: #a8b8cc;
    border-color: #a0b2c7
}

.btn-gray-400:focus,
.btn-gray-400.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5)
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
    color: #1C2C40;
    background-color: #C0CCDA;
    border-color: #C0CCDA
}

.btn-gray-400:not(:disabled):not(.disabled):active,
.btn-gray-400:not(:disabled):not(.disabled).active,
.show>.btn-gray-400.dropdown-toggle {
    color: #1C2C40;
    background-color: #a0b2c7;
    border-color: #98abc2
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5)
}

.btn-gray-500 {
    color: #fff;
    background-color: #8492A6;
    border-color: #8492A6
}

.btn-gray-500:hover {
    color: #fff;
    background-color: #6e7e96;
    border-color: #68788f
}

.btn-gray-500:focus,
.btn-gray-500.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5);
    box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
    color: #fff;
    background-color: #8492A6;
    border-color: #8492A6
}

.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active,
.show>.btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #68788f;
    border-color: #627288
}

.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5);
    box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5)
}

.btn-gray-600 {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-gray-600:hover {
    color: #fff;
    background-color: #6d7d97;
    border-color: #677790
}

.btn-gray-600:focus,
.btn-gray-600.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-gray-600.disabled,
.btn-gray-600:disabled {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-gray-600:not(:disabled):not(.disabled):active,
.btn-gray-600:not(:disabled):not(.disabled).active,
.show>.btn-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #677790;
    border-color: #617189
}

.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-600.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-gray-700 {
    color: #fff;
    background-color: #5A6679;
    border-color: #5A6679
}

.btn-gray-700:hover {
    color: #fff;
    background-color: #4a5463;
    border-color: #444d5c
}

.btn-gray-700:focus,
.btn-gray-700.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5);
    box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5)
}

.btn-gray-700.disabled,
.btn-gray-700:disabled {
    color: #fff;
    background-color: #5A6679;
    border-color: #5A6679
}

.btn-gray-700:not(:disabled):not(.disabled):active,
.btn-gray-700:not(:disabled):not(.disabled).active,
.show>.btn-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #444d5c;
    border-color: #3f4754
}

.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-700.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5);
    box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5)
}

.btn-gray-800 {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-gray-800:hover {
    color: #fff;
    background-color: #2c3541;
    border-color: #272f3a
}

.btn-gray-800:focus,
.btn-gray-800.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-gray-800:not(:disabled):not(.disabled):active,
.btn-gray-800:not(:disabled):not(.disabled).active,
.show>.btn-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #272f3a;
    border-color: #222932
}

.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-gray-900 {
    color: #fff;
    background-color: #1C2C40;
    border-color: #1C2C40
}

.btn-gray-900:hover {
    color: #fff;
    background-color: #101a25;
    border-color: #0c141d
}

.btn-gray-900:focus,
.btn-gray-900.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5)
}

.btn-gray-900.disabled,
.btn-gray-900:disabled {
    color: #fff;
    background-color: #1C2C40;
    border-color: #1C2C40
}

.btn-gray-900:not(:disabled):not(.disabled):active,
.btn-gray-900:not(:disabled):not(.disabled).active,
.show>.btn-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #0c141d;
    border-color: #090e14
}

.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-900.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5)
}

.btn-blue {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-blue:hover {
    color: #fff;
    background-color: #1eb2b2;
    border-color: #1ca7a7
}

.btn-blue:focus,
.btn-blue.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #1ca7a7;
    border-color: #1a9c9c
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-purple {
    color: #fff;
    background-color: #7550E9;
    border-color: #7550E9
}

.btn-purple:hover {
    color: #fff;
    background-color: #5a2ee5;
    border-color: #5123e3
}

.btn-purple:focus,
.btn-purple.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5)
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #7550E9;
    border-color: #7550E9
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #5123e3;
    border-color: #4b1cdd
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5)
}

.btn-orange {
    color: #1C2C40;
    background-color: #FF7D50;
    border-color: #FF7D50
}

.btn-orange:hover {
    color: #fff;
    background-color: #ff612a;
    border-color: #ff571d
}

.btn-orange:focus,
.btn-orange.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #1C2C40;
    background-color: #FF7D50;
    border-color: #FF7D50
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff571d;
    border-color: #ff4e10
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5)
}

.btn-pink {
    color: #1C2C40;
    background-color: #ED63D2;
    border-color: #ED63D2
}

.btn-pink:hover {
    color: #fff;
    background-color: #e941c8;
    border-color: #e835c5
}

.btn-pink:focus,
.btn-pink.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5);
    box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5)
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #1C2C40;
    background-color: #ED63D2;
    border-color: #ED63D2
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #e835c5;
    border-color: #e62ac2
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5);
    box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5)
}

.btn-green {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-green:hover {
    color: #fff;
    background-color: #26ab61;
    border-color: #24a05b
}

.btn-green:focus,
.btn-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #24a05b;
    border-color: #219655
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-red {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-red:hover {
    color: #fff;
    background-color: #ed1c1c;
    border-color: #ea1212
}

.btn-red:focus,
.btn-red.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #ea1212;
    border-color: #de1111
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show>.btn-red.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-yellow {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-yellow:hover {
    color: #1C2C40;
    background-color: #ecaf00;
    border-color: #dfa500
}

.btn-yellow:focus,
.btn-yellow.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show>.btn-yellow.dropdown-toggle {
    color: #1C2C40;
    background-color: #dfa500;
    border-color: #d29c00
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-outline-primary {
    color: #23D3D3;
    background-color: transparent;
    background-image: none;
    border-color: #23D3D3
}

.btn-outline-primary:hover {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #23D3D3;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-outline-secondary {
    color: #8391A7;
    background-color: transparent;
    background-image: none;
    border-color: #8391A7
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #8391A7;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-outline-success {
    color: #2DCA73;
    background-color: transparent;
    background-image: none;
    border-color: #2DCA73
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #2DCA73;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #FFC213;
    background-color: transparent;
    background-image: none;
    border-color: #FFC213
}

.btn-outline-warning:hover {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #FFC213;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-outline-danger {
    color: #F03F3F;
    background-color: transparent;
    background-image: none;
    border-color: #F03F3F
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #F03F3F;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-outline-light {
    color: #F9FAFC;
    background-color: transparent;
    background-image: none;
    border-color: #F9FAFC
}

.btn-outline-light:hover {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #F9FAFC;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-outline-dark {
    color: #3C4858;
    background-color: transparent;
    background-image: none;
    border-color: #3C4858
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #3C4858;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #1C2C40;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    color: #1C2C40;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-black {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black:focus,
.btn-outline-black.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show>.btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-gray-100 {
    color: #F9FAFC;
    background-color: transparent;
    background-image: none;
    border-color: #F9FAFC
}

.btn-outline-gray-100:hover {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-outline-gray-100:focus,
.btn-outline-gray-100.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
    color: #F9FAFC;
    background-color: transparent
}

.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-100.dropdown-toggle {
    color: #1C2C40;
    background-color: #F9FAFC;
    border-color: #F9FAFC
}

.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-100.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5);
    box-shadow: 0 0 0 .2rem rgba(249, 250, 252, 0.5)
}

.btn-outline-gray-200 {
    color: #F1F2F6;
    background-color: transparent;
    background-image: none;
    border-color: #F1F2F6
}

.btn-outline-gray-200:hover {
    color: #1C2C40;
    background-color: #F1F2F6;
    border-color: #F1F2F6
}

.btn-outline-gray-200:focus,
.btn-outline-gray-200.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5)
}

.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
    color: #F1F2F6;
    background-color: transparent
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-200.dropdown-toggle {
    color: #1C2C40;
    background-color: #F1F2F6;
    border-color: #F1F2F6
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-200.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5);
    box-shadow: 0 0 0 .2rem rgba(241, 242, 246, 0.5)
}

.btn-outline-gray-300 {
    color: #E5E9F2;
    background-color: transparent;
    background-image: none;
    border-color: #E5E9F2
}

.btn-outline-gray-300:hover {
    color: #1C2C40;
    background-color: #E5E9F2;
    border-color: #E5E9F2
}

.btn-outline-gray-300:focus,
.btn-outline-gray-300.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
    color: #E5E9F2;
    background-color: transparent
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-300.dropdown-toggle {
    color: #1C2C40;
    background-color: #E5E9F2;
    border-color: #E5E9F2
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-300.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5);
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, 0.5)
}

.btn-outline-gray-400 {
    color: #C0CCDA;
    background-color: transparent;
    background-image: none;
    border-color: #C0CCDA
}

.btn-outline-gray-400:hover {
    color: #1C2C40;
    background-color: #C0CCDA;
    border-color: #C0CCDA
}

.btn-outline-gray-400:focus,
.btn-outline-gray-400.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5)
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
    color: #C0CCDA;
    background-color: transparent
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-400.dropdown-toggle {
    color: #1C2C40;
    background-color: #C0CCDA;
    border-color: #C0CCDA
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-400.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5);
    box-shadow: 0 0 0 .2rem rgba(192, 204, 218, 0.5)
}

.btn-outline-gray-500 {
    color: #8492A6;
    background-color: transparent;
    background-image: none;
    border-color: #8492A6
}

.btn-outline-gray-500:hover {
    color: #fff;
    background-color: #8492A6;
    border-color: #8492A6
}

.btn-outline-gray-500:focus,
.btn-outline-gray-500.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5);
    box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
    color: #8492A6;
    background-color: transparent
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #8492A6;
    border-color: #8492A6
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-500.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5);
    box-shadow: 0 0 0 .2rem rgba(132, 146, 166, 0.5)
}

.btn-outline-gray-600 {
    color: #8391A7;
    background-color: transparent;
    background-image: none;
    border-color: #8391A7
}

.btn-outline-gray-600:hover {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-outline-gray-600:focus,
.btn-outline-gray-600.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
    color: #8391A7;
    background-color: transparent
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #8391A7;
    border-color: #8391A7
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-600.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5);
    box-shadow: 0 0 0 .2rem rgba(131, 145, 167, 0.5)
}

.btn-outline-gray-700 {
    color: #5A6679;
    background-color: transparent;
    background-image: none;
    border-color: #5A6679
}

.btn-outline-gray-700:hover {
    color: #fff;
    background-color: #5A6679;
    border-color: #5A6679
}

.btn-outline-gray-700:focus,
.btn-outline-gray-700.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5);
    box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5)
}

.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
    color: #5A6679;
    background-color: transparent
}

.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #5A6679;
    border-color: #5A6679
}

.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-700.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5);
    box-shadow: 0 0 0 .2rem rgba(90, 102, 121, 0.5)
}

.btn-outline-gray-800 {
    color: #3C4858;
    background-color: transparent;
    background-image: none;
    border-color: #3C4858
}

.btn-outline-gray-800:hover {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-outline-gray-800:focus,
.btn-outline-gray-800.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
    color: #3C4858;
    background-color: transparent
}

.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #3C4858;
    border-color: #3C4858
}

.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-800.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5);
    box-shadow: 0 0 0 .2rem rgba(60, 72, 88, 0.5)
}

.btn-outline-gray-900 {
    color: #1C2C40;
    background-color: transparent;
    background-image: none;
    border-color: #1C2C40
}

.btn-outline-gray-900:hover {
    color: #fff;
    background-color: #1C2C40;
    border-color: #1C2C40
}

.btn-outline-gray-900:focus,
.btn-outline-gray-900.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5)
}

.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
    color: #1C2C40;
    background-color: transparent
}

.btn-outline-gray-900:not(:disabled):not(.disabled):active,
.btn-outline-gray-900:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #1C2C40;
    border-color: #1C2C40
}

.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-900.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(28, 44, 64, 0.5)
}

.btn-outline-blue {
    color: #23D3D3;
    background-color: transparent;
    background-image: none;
    border-color: #23D3D3
}

.btn-outline-blue:hover {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #23D3D3;
    background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
    color: #1C2C40;
    background-color: #23D3D3;
    border-color: #23D3D3
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5);
    box-shadow: 0 0 0 .2rem rgba(35, 211, 211, 0.5)
}

.btn-outline-purple {
    color: #7550E9;
    background-color: transparent;
    background-image: none;
    border-color: #7550E9
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #7550E9;
    border-color: #7550E9
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #7550E9;
    background-color: transparent
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #7550E9;
    border-color: #7550E9
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 80, 233, 0.5)
}

.btn-outline-orange {
    color: #FF7D50;
    background-color: transparent;
    background-image: none;
    border-color: #FF7D50
}

.btn-outline-orange:hover {
    color: #1C2C40;
    background-color: #FF7D50;
    border-color: #FF7D50
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #FF7D50;
    background-color: transparent
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
    color: #1C2C40;
    background-color: #FF7D50;
    border-color: #FF7D50
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 80, 0.5)
}

.btn-outline-pink {
    color: #ED63D2;
    background-color: transparent;
    background-image: none;
    border-color: #ED63D2
}

.btn-outline-pink:hover {
    color: #1C2C40;
    background-color: #ED63D2;
    border-color: #ED63D2
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5);
    box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5)
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #ED63D2;
    background-color: transparent
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show>.btn-outline-pink.dropdown-toggle {
    color: #1C2C40;
    background-color: #ED63D2;
    border-color: #ED63D2
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5);
    box-shadow: 0 0 0 .2rem rgba(237, 99, 210, 0.5)
}

.btn-outline-green {
    color: #2DCA73;
    background-color: transparent;
    background-image: none;
    border-color: #2DCA73
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #2DCA73;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #2DCA73;
    border-color: #2DCA73
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5);
    box-shadow: 0 0 0 .2rem rgba(45, 202, 115, 0.5)
}

.btn-outline-red {
    color: #F03F3F;
    background-color: transparent;
    background-image: none;
    border-color: #F03F3F
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-outline-red:focus,
.btn-outline-red.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #F03F3F;
    background-color: transparent
}

.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show>.btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #F03F3F;
    border-color: #F03F3F
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(240, 63, 63, 0.5)
}

.btn-outline-yellow {
    color: #FFC213;
    background-color: transparent;
    background-image: none;
    border-color: #FFC213
}

.btn-outline-yellow:hover {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #FFC213;
    background-color: transparent
}

.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show>.btn-outline-yellow.dropdown-toggle {
    color: #1C2C40;
    background-color: #FFC213;
    border-color: #FFC213
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-yellow.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 194, 19, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #23D3D3;
    background-color: transparent
}

.btn-link:hover {
    color: #189191;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #8391A7
}

.btn-lg {
    padding: 0rem 3.5rem;
    font-size: 1.40625rem;
    line-height: 1;
    border-radius: .3rem
}

.btn-sm {
    padding: 0rem .75rem;
    font-size: .98438rem;
    line-height: 1;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

@-webkit-keyframes btn-bck-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes btn-bck-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes btn-title-hover {
    0% {
        opacity: 0;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotateZ(4deg);
        transform: rotateZ(4deg)
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes btn-title-hover {
    0% {
        opacity: 0;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotateZ(4deg);
        transform: rotateZ(4deg)
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fade-up-down-80 {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-up-down-80 {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-up-down-120 {
    0% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-up-down-120 {
    0% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-down-up-20 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    33% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-down-up-20 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    33% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-up-20 {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-up-20 {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-up-40 {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-up-40 {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-up-80 {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-up-80 {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-up-120 {
    0% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-up-120 {
    0% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes height-0-100 {
    0% {
        height: 0;
        opacity: 0
    }
    100% {
        height: 100%;
        opacity: 1
    }
}

@keyframes height-0-100 {
    0% {
        height: 0;
        opacity: 0
    }
    100% {
        height: 100%;
        opacity: 1
    }
}

@-webkit-keyframes opacity-0-100 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacity-0-100 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes opacity-0-25 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0.25
    }
}

@keyframes opacity-0-25 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0.25
    }
}

@-webkit-keyframes zoom-in-100 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-100 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-in-50-100 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-50-100 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-in-105 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-105 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-in-50-105 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-50-105 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-in-75-105 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-75-105 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes app-header-links {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes app-header-links {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes app-header-links-mobile {
    0% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        opacity: 0
    }
    70% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes app-header-links-mobile {
    0% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        opacity: 0
    }
    70% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes app-header-button-bg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    70% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    95% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes app-header-button-bg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    70% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    95% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes app-header-button-title {
    0% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px);
        opacity: 0
    }
    80% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes app-header-button-title {
    0% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px);
        opacity: 0
    }
    80% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes app-header-sticky-header-visible {
    0% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes app-header-sticky-header-visible {
    0% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes app-header-sticky-header-hidden {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        opacity: 0
    }
}

@keyframes app-header-sticky-header-hidden {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        opacity: 0
    }
}

@-webkit-keyframes app-header-mobile-menu-open-app-header-l-r {
    0% {
        max-height: 0;
        opacity: 0
    }
    100% {
        max-height: 1000px;
        opacity: 1
    }
}

@keyframes app-header-mobile-menu-open-app-header-l-r {
    0% {
        max-height: 0;
        opacity: 0
    }
    100% {
        max-height: 1000px;
        opacity: 1
    }
}

@-webkit-keyframes app-footer-links {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes app-footer-links {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes app-footer-zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes app-footer-zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes app-mobile-devices-bg-zoom {
    0% {
        -webkit-transform: translate3d(-10%, 16%, 0);
        transform: translate3d(-10%, 16%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes app-mobile-devices-bg-zoom {
    0% {
        -webkit-transform: translate3d(-10%, 16%, 0);
        transform: translate3d(-10%, 16%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes app-mobile-devices-text {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0
    }
    80% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes app-mobile-devices-text {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0
    }
    80% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes app-mobile-button-bck {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes app-mobile-button-bck {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes app-mobile-button-title {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    85% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes app-mobile-button-title {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    85% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hero-media-block {
    0% {
        opacity: 0;
        height: 0;
        bottom: -10%;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    60% {
        height: 100%;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        height: 100%;
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hero-media-block {
    0% {
        opacity: 0;
        height: 0;
        bottom: -10%;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    60% {
        height: 100%;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        height: 100%;
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hero-media-overlay {
    0% {
        opacity: 1;
        height: 100%
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        height: 0
    }
}

@keyframes hero-media-overlay {
    0% {
        opacity: 1;
        height: 100%
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        height: 0
    }
}

@-webkit-keyframes hero-text-up {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    50% {
        opacity: 0.3
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hero-text-up {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0
    }
    50% {
        opacity: 0.3
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hero-text-zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hero-text-zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes index-about-type-arrow {
    0% {
        opacity: 1;
        right: -40px
    }
    20% {
        opacity: 0
    }
    40% {
        opacity: 0;
        right: -100px
    }
    60% {
        opacity: 0;
        right: 100px
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1;
        right: 0
    }
}

@keyframes index-about-type-arrow {
    0% {
        opacity: 1;
        right: -40px
    }
    20% {
        opacity: 0
    }
    40% {
        opacity: 0;
        right: -100px
    }
    60% {
        opacity: 0;
        right: 100px
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1;
        right: 0
    }
}

@-webkit-keyframes tenants-hero-calc-open-hover {
    0% {
        -webkit-transform: scale(1), translate3d(3px, 3px, 0);
        transform: scale(1), translate3d(3px, 3px, 0)
    }
    40% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98)
    }
    100% {
        -webkit-transform: scale(1), translate3d(3px, 3px, 0);
        transform: scale(1), translate3d(3px, 3px, 0)
    }
}

@keyframes tenants-hero-calc-open-hover {
    0% {
        -webkit-transform: scale(1), translate3d(3px, 3px, 0);
        transform: scale(1), translate3d(3px, 3px, 0)
    }
    40% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98)
    }
    100% {
        -webkit-transform: scale(1), translate3d(3px, 3px, 0);
        transform: scale(1), translate3d(3px, 3px, 0)
    }
}

@-webkit-keyframes tenants-hero-calc-open-hover-title {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    33% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes tenants-hero-calc-open-hover-title {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    33% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes score-wrapper-bck-wrapper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes score-wrapper-bck-wrapper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes score-wrapper-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes score-wrapper-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes landlords-partnership-deposit-patch {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes landlords-partnership-deposit-patch {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes landlords-partnership-deposit-partners {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes landlords-partnership-deposit-partners {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.app-footer {
    background-color: #252E43;
    z-index: 1
}

.app-footer .app-footer-wrapper {
    padding: 50px 0 70px 0;
    color: #8492A6;
    font-size: 16px
}


/*.client-section {
    background: #f2f2f2;
}*/

.company-section {
    padding: 60px 0;
}

.choose-section {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.choose-section .text-center {
    margin-bottom: 10px;
}

.commonBtn.dark {
    border: 1px solid #5F72B6;
    color: #5F72B6;
}

.commonBtn {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 22px;
    border-radius: 5px;
    color: #5F72B6;
    background: #FFFFFF;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    min-width: 100px;
    width: 100%;
    float: left;
}

.commonBtn.dark:hover {
    background: #5F72B6;
    color: #FFFFFF;
    text-decoration: none;
}

.commonBtn.light:hover {
    background: #4FC6EA;
    color: #FFFFFF;
    text-decoration: none;
}

.commonBtn.light {
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    color: #fff;
}

.title-section {
    margin-bottom: 30px;
}

.company-section img,
.choose-section img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.company-section h3 {
    text-align: center;
    margin-bottom: 20px;
}

.company-section h3 span {
    color: #4966b1;
}

.inner-company {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 100%;
    float: left;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all .3s ease
}

.inner-company:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.inner-company p {
    text-align: center;
}

.choose-section .inner-company h3 {
    text-align: center;
}

.company-section ul.list-group {
    min-height: 230px;
}

.choose-section .inner-company {
    min-height: 550px;
    background-color: #fff;
}

.choose-section h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #4966b1;
    font-size: 18px;
    line-height: 22px;
}

.clearfix.mb-4 {
    width: 100%;
    float: left;
}

ul.list-group {
    width: 100%;
    float: left;
    list-style: none;
}

ul.list-group li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    text-align: left;
    color: #4c4c4c;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    background: url('../img/points.png') no-repeat left 0px;
    background-size: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.link-btn {
    text-align: center;
}

.link-btn a {
    margin-bottom: 10px;
}

.work-section {
    padding: 70px 0;
}

.howitworks .inner ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.howitworks .inner ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 20px 0;
    float: left;
}

.howitworks .inner ul li .circle {
    margin: 20px auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #5F72B6;
    border: 3px solid #fFFFFF;
    box-shadow: 0 0 0 2px #5F72B6;
    -webkit-box-shadow: 0 0 0 2px #5F72B6;
    -moz-box-shadow: 0 0 0 2px #5F72B6;
}

.howitworks .inner ul li .line {
    position: relative;
}

.howitworks .inner ul li .line:before,
.howitworks .inner ul li .line:after {
    content: "";
    background: #5F72B6;
    border: 2px solid #5F72B6;
    height: 2px;
    width: calc(50% - 20px);
    position: absolute;
    top: 35%;
}

.howitworks .inner ul li .line:before {
    right: 0;
}

.howitworks .inner ul li .line:after {
    left: 0;
}

.howitworks .inner ul li .howcol {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.howitworks .inner ul li .howcol img {
    width: 100%;
}

.howitworks .inner ul li .howcol .instruction {
    font-weight: bold;
    color: #4966b1;
    font-size: 17px;
}

.howitworks .inner ul li .howcol .subcontent {
    margin: 20px auto;
}

.howitworks .step {
    text-align: center;
    font-size: 17px;
}

.newsletter-section {
    padding: 70px 0 !important;
    background: url('../img/ns-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.newsletter-section h3 {
    color: #fff;
}

.newsletter-section p {
    color: #b2b3b7;
}

.newsletter .content {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ccc;
    border-radius: 0;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    color: #fff;
    font-weight: 600;
}

.newsletter .content .btn:hover {
    background: #4FC6EA;
    /* background: radial-gradient(circle, rgba(91, 137, 197, 1) 15%, rgba(86, 160, 212, 1) 72%, rgba(86, 160, 212, 1) 90%);
    background: -webkit-radial-gradient(circle, rgba(91, 137, 197, 1) 15%, rgba(86, 160, 212, 1) 72%, rgba(86, 160, 212, 1) 90%);
    background: -moz-radial-gradient(circle, rgba(91, 137, 197, 1) 15%, rgba(86, 160, 212, 1) 72%, rgba(86, 160, 212, 1) 90%); */
}

.small-text {
    font-size: 15px !important;
    width: 90%;
    line-height: 23px !important;
}

.hero .text-wrapper p {
    width: 98%;
    line-height: 30px;
}

.slide-text span {
    color: #4DC9EE;
}

.counter-section {
    padding: 70px;
}

.counter-section .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    color: white;
}

.counter-section .card:hover {
    box-shadow: 0px 5px 20px #00000045 !important;
    -webkit-box-shadow: 0px 5px 20px #00000045 !important;
    -moz-box-shadow: 0px 5px 20px #00000045 !important;
}

.counter-section .card img {
    margin: 0 auto;
}

.counter-section .card h3 {
    font-size: 50px;
}

.counter-section .card p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    min-height: 60px;
}

.touch-section {
    margin-bottom: 70px !important;
    background: #000;
    overflow: hidden;
}

.cta-div {
    padding: 50px 0px;
}

.cta-div h4 {
    font-size: 38px;
    color: #fff;
}

.cta-div p {
    color: #b2b3b7;
    font-size: 18px;
}

.cta-div a {
    margin-top: 15px;
    text-align: center;
}

.agency-section .row {
    margin: 0 auto;
    align-items: center;
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.scroll {
    /*position: absolute;*/
    /*right: 20px;*/
    /*bottom: -2px;*/
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll img {
    height: 40px;
    width: 40px;
}

.cart-img {
    margin-right: 4px;
}

.cart-part {
    margin-left: 20px;
}

.checkout-td {
    text-align: center;
}


/*Cookie Consent Begin*/

#cookieConsent {
    background-color: #141414;
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 8px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 7px 43px 7px 12px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}


/*Cookie Consent End*/


/* Slider */

.customer-logos.slider {
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 1395px;
    border-bottom: 1px solid #eee;
}

.container-fluid.client-section {
    padding: 0 15px;
}

.customer-logos.slider .slick-slide {
    margin: 0;
    text-align: left;
}

.slick-slide {
    margin: 0px 20px;
}

section.container-fluid.client-section.section {
    margin-top: 10px;
}

.slick-slide img {
    width: 95px;
    /* filter: gray;
    IE6-9
    -webkit-filter: grayscale(100%);
    Chrome 19+ & Safari 6+
    -moz-filter: grayscale(100%); */
}

.slick-slide img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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


/*********How We Work Page*******************/

.how-work-bg {
    background: url('../img/how-work.png') no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center center;
}

.how-work-bg .container h1 {
    color: #424242;
    padding: 170px 0 20px 0;
    text-align: center;
}

.how-work-bg .container h4 {
    color: #424242;
    text-align: center;
}

.how-work-bg .container h1 span {
    color: #424242;
}

.how-work-bg .container h1 span.red-text {
    color: #424242;
}

.how-work-main {
    padding: 50px 0;
}

.custom-border {
    width: 150px;
    height: 10px;
    text-align: center;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    background: linear-gradient(left, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(left, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -o-linear-gradient(left, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: linear-gradient(to right, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.step-title-section {
    padding: 30px 0;
}

.how-work-main h2 span.blue-text {
    color: #4966b1;
}

.how-work-main h2 {
    text-align: center;
}

.how-work-main h2.easy-steps {
    font-size: 45px;
    padding: 10px 0;
}

.how-work-main h2.easy-steps span {
    color: #4DC9EE;
}

.how-work-main h3 {
    text-align: center;
    font-size: 35px;
}

.howitworks-row {
    margin-bottom: 50px;
    align-items: center;
}

.howitworkpage .howitworks .circle {
    margin: auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #5F72B6;
    border: 3px solid #fFFFFF;
    min-width: 20px;
    box-shadow: 0 0 0 2px #5F72B6;
    -webkit-box-shadow: 0 0 0 2px #5F72B6;
    -moz-box-shadow: 0 0 0 2px #5F72B6;
    position: relative;
}

.howitworkpage .howitworks .line {
    position: relative;
    min-height: 240px;
    max-height: 240px;
    display: flex;
    justify-content: center;
}

.howitworks-row.row:last-child .line:after,
.howitworks-row.row:first-child .line:before {
    content: none;
}

.howitworkpage .howitworks .line:before {
    content: "";
    background: #5F72B6;
    border: 2px solid #5F72B6;
    min-height: 130px;
    max-width: 130px;
    width: 5px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.howitworkpage .howitworks .line:after {
    content: "";
    background: #5F72B6;
    border: 2px solid #5F72B6;
    min-height: 130px;
    max-width: 130px;
    width: 5px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -26px;
    margin: 0 auto;
}

.howitworkpage .howitworks .step {
    text-align: center;
    font-size: 17px;
}

.howitworkpage .col-md-8 h2 {
    color: #2f3894;
    display: flex;
    align-items: center;
    line-height: 1;
}

.howitworkpage .col-md-8 h2 span {
    margin-right: 15px;
    font-size: 70px;
    font-style: italic;
}

.howitworkpage .col-md-8 p {
    font-size: 25px;
    line-height: normal;
}


/********************************************/


/************PRICING PAGE******************/

.pricing-bg {
    /*background: url('../img/pricing-bg.png');*/
    /*background-size: cover;*/
    /*height: 450px;*/
    /*background-position: left center; */
}

.pricing-bg .container h1 {
    color: #000;
    padding: 0 0 20px 0;
    text-align: center;
}

.pricing-bg .container h4 {
    color: #000;
    text-align: center;
    font-size: 20px
}

.pricing-bg .container h1 span {
    color: #4DC9EE;
}

.pricing-bg .container h1 span.red-text {
    color: #f00;
}

.pricing-main {
    padding: 50px 0;
}

.custom-border {
    width: 150px;
    height: 10px;
    text-align: center;
    border-radius: 10px;
    display: block;
    margin: 15 auto;
    background: linear-gradient(left, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(left, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -o-linear-gradient(left, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: linear-gradient(to right, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.pricing-main h2 span.blue-text {
    color: #4966b1;
}

.pricing-main h2 {
    text-align: center;
}

.pricing-main h2.easy-steps {
    font-size: 45px;
    padding: 10px 0;
}

.pricing-main h2.easy-steps span {
    color: #4DC9EE;
}

.pricing-main h3 {
    text-align: center;
    font-size: 35px;
}

.pricing-main .price-subtitle {
    text-align: center;
    color: #686868;
    font-size: 17px;
}

.pricing-sec {
    border: 3px solid #4DC9EE;
    border-radius: 10px;
    margin: 20px 0 50px 0;
    box-shadow: 0px 5px 20px #00000045;
    -webkit-box-shadow: 0px 5px 20px #00000045 !important;
    -moz-box-shadow: 0px 5px 20px #00000045 !important;
}

.pricing-sec .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pricing-sec .row .col-md-6.col-12 {
    padding: 0;
}

.pricing-sec .row .select-pack-btn {
    text-align: center;
}

.pricing-sec .row .select-pack-btn a {
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    border: 1px solid #56a0d4;
    text-transform: uppercase;
    letter-spacing: .8px;
    border-radius: 5px;
    margin: 15px 0;
    text-decoration: none;
}

.pricing-sec .row .select-pack-btn a:hover {
    border-color: transparent;
    background-color: #4FC6EA;
    color: #fff
}

.pricing-sec .row .col-md-12.col-12 {
    padding: 0;
}

.pricing-sec .package-sec {
    width: 100%;
    float: left;
}

.pricing-sec .package-title-sec {
    padding: 55px 30px 20px 30px;
    width: 100%;
    float: left;
    min-height: 190px;
}

.pricing-sec .package-sec .package-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.pricing-sec .package-sec .package-price {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.pricing-sec .package-sec .package-price span.digit {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.pricing-sec .package-title-sec p {
    text-align: center;
    font-size: 15px;
    color: #4966b1;
    width: 100%;
    float: left;
}

.package-title-sec {
    border-bottom: 1px solid #ccc;
}

.package-feature-sec {
    width: 100%;
    float: left;
    padding: 20px 30px;
}

.price-feature-title {
    margin-bottom: 10px;
}

.pricing-sec ul.list-group li {
    margin: 0 0 10px 0;
    background-size: 21px;
    background-position: left 2px;
}

.pricing-sec ul.list-group li span {
    font-size: 14px;
    color: #565656;
}

.package-sec-right .package-title-sec {
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.package-sec-right .package-title,
.package-sec-right .package-price {
    color: #fff;
}

.col-right-package {
    background: #2c2c2c;
}

.package-sec-right ul.list-group li {
    color: #c0c0c0;
}

.package-sec-right ul.list-group li p {
    margin-bottom: 10px;
}

.package-sec-right .price-feature-title {
    color: #c0c0c0;
}

.pricing-main .price-desclaimer {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 15px;
}

.registered-address {
    padding: 20px;
}

.ra-package {
    padding: 50px 0;
    border-right: 1px solid #ccc;
    width: 100%;
    float: left;
}

.ra-package span {
    font-size: 20px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.ra-package .ra-price {
    font-size: 30px;
    font-weight: bold;
}

.ra-package .ra-price p {
    display: inline-block;
    font-size: 18px;
}

.ra-features {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.breadcrumb {
    background: none;
    padding: .75rem 0rem;
}

.get-started {
    margin-left: 15px;
}

@media (max-width: 1199.98px) {
    .pricing-sec .package-title-sec p {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .ra-package {
        border-right: none;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    .ra-features {
        padding: 20px 0;
    }
    .pricing-sec {
        margin: 10px 0 20px 0;
    }
}


/******************************************/


/************INCORPORATION PAGE******************/

.incorporation-main {
    margin-top: 60px;
}

.incorporation-main h2 span.blue-text {
    color: #4966b1;
}

.incorporation-main h2 {
    text-align: center;
}

.incorporation-main h3 {
    text-align: center;
    font-size: 35px;
}

.incorporation-main .incor-subtitle {
    text-align: center;
    color: #686868;
    font-size: 17px;
}

.incorporation-table {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.incorporation-table table {
    margin: -1px;
}

.incorporation-table td,
.incorporation-table th {
    width: 33%;
    padding: 30px 10px;
    border-bottom: 0;
    border-left: 0;
    border: 1px solid #DDD;
    empty-cells: show;
    font-size: 16px;
    line-height: 27px;
    color: #4c4c4c;
}

.incorporation-table thead th {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    color: #1C2C40;
}

.incorporation-table td.default,
.incorporation-table td span.tick {
    text-align: center;
}

.basic-secretary-link {
    color: #4c4c4c;
}

.basic-secretary-link:hover {
    text-decoration: none;
    color: #4c4c4c;
}

.premium-secretary-link {
    color: #fff;
}

.premium-secretary-link:hover {
    text-decoration: none;
    color: #fff;
}

.incorporation-table th.bg-blue.default {
    font-size: 19px;
    color: #333;
    font-weight: 500;
}

.incorporation-table th.bg-blue.default .price {
    font-size: 30px;
    font-weight: bold;
}

.incorporation-table th.bg-purple,
.incorporation-price-box.bg-purple {
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.incorporation-table th.bg-purple,
.incorporation-price-box.bg-purple {
    font-size: 19px;
    color: #333;
    font-weight: 500;
    color: #fff;
}

.border-top-gray {
    border-top: 1px #ddd solid;
}

.incorporation-price-box.hide-mobile-data {
    padding: 63px 20px;
}

.incorporation-price-box.hide-mobile-data.padding-data-incorporation {
    padding: 38px 20px;
}

.incorporation-price-box.defaul.pt-incorporation {
    padding-top: 75px;
}

.incorporation-price-box.pt-incorporation-Unlimited {
    padding-top: 95px;
}

.border-top-gray .incorporation-price-box:last-child {
    border-left: 1px #ddd solid;
    background: #454545;
    color: #FFF;
}

.border-top-gray .mobile-block-data,
.incorporation-table .hide-mobile-data {
    border-right: 1px #ddd solid;
    text-align: left;
}

.incorporation-table .mobile-block-data-content,
.incorporation-table .mobile-incorporation-btn {
    display: none;
}

.incorporation-table th.bg-purple .price,
.incorporation-price-box.bg-purple .price {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

.incorporation-table th.bg-purple .smalltext,
.incorporation-price-box.bg-purple .smalltext {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
    color: #fff;
    font-weight: 300;
}

.incorporation-table th.bg-purple .smalltext.per-annum,
.incorporation-price-box.bg-purple .smalltext.per-annum {
    font-size: 19px;
    margin-top: 0px;
    color: #fff;
    font-weight: 300;
}

.incorporation-table th.bg-purple .smalltext strong,
.incorporation-price-box.bg-purple .smalltext strong {
    font-weight: bold;
}

.incorporation-table td:last-child {
    background: #454545;
    color: #fff;
    border-right: 0;
    text-align: center;
}

.incorporation-table tr:last-child td:last-of-type,
.border-top-gray .incorporation-price-box.bg-purple:last-child {
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.incorporation-table td .commonBtn.dark,
.incorporation-table .incorporation-price-box .commonBtn.dark {
    float: none;
    width: auto;
}

.incorporation-table td.run-time,
.incorporation-table th.run-time {
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%) !important;
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%) !important;
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%)!important;
    color: #fff;
    border-right: 0;
    text-align: center;
}

.show-table {
    display: none !important;
}

.incorporation-table .mobile-table td {
    background: #fff !important;
    color: #333;
    padding: 20px 10px;
}

.incorporation-table .mobile-table th {
    font-size: 17px;
    padding: 20px 10px;
}

.incorporation-table .mobile-table th .price {
    font-size: 28px;
}

.incorporation-table .mobile-table th .commonBtn {
    width: auto;
    margin: 0 auto;
    float: none;
    margin-top: 10px;
}

.incorporation-table .mobile-table td:last-child {
    border-right: 1px solid #ddd;
}

.incorporation-addition {
    margin: 50px 0;
}

.incorporation-addition h2 span.blue-text {
    color: #4966b1;
}

.incorporation-addition h2 {
    text-align: center;
}

.incorporation-addition .mail {
    padding: 30px;
    margin-top: 20px;
    background: url(../img/mail.png) no-repeat center center;
    background-size: contain;
    display: block;
}

.incorporation-addition p {
    text-align: center;
    margin: 30px 0;
}

.incorporation-addition .buttons {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 70px;
}

.incorporation-addition .buttons .commonBtn {
    width: auto;
    float: none;
    text-align: center;
    background: #fff;
    box-shadow: none;
    border: 1px solid #4FC6EA;
    color: #4FC6EA;
    margin-right: 20px;
}

.incorporation-addition .buttons .commonBtn:hover {
    background: #4FC6EA;
    color: #fff;
}

.incorporation-requirement {
    margin: 50px 0;
}

.incorporation-requirement h2 span.blue-text {
    color: #4966b1;
}

.incorporation-requirement h2 {
    text-align: center;
}

.companyrequirements ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 40px 0;
}

.companyrequirements ul li {
    padding: 30px 0;
    width: calc(20% - 30px);
    display: inline-block;
    margin: 30px 8px;
    background-color: #FAFBFE;
    border: 1px solid #4FC6EA;
    min-width: 200px;
    border-radius: 10px;
    position: relative;
}

.companyrequirements ul li:before {
    content: "";
    background: url(../img/points.png)no-repeat center center;
    background-size: cover;
    background-color: #FFFFFF;
    position: absolute;
    top: -20px;
    left: 40%;
    padding: 20px;
    border-radius: 20px;
}

.incorporation-faq {
    margin: 50px 0;
}

.incorporation-faq h2 span.blue-text {
    color: #4966b1;
}

.incorporation-faq h2 {
    text-align: center;
}

.accordion {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 5px;
    margin-top: 30px;
}

.accordion-header,
.accordion-body {
    background: white;
}

.accordion-header {
    padding: 15px;
    background: #5F72B6;
    color: white;
    cursor: pointer;
    transition: all .3s;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
}

.accordion__item.active .accordion-header {
    border-radius: 10px 10px 0 0;
}

.accordion__item {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #3a4ba4;*/
}

.accordion__item .accordion__item {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
}

.accordion-header:hover {
    background: #4FC6EA;
    position: relative;
    z-index: 5;
}

.accordion-body {
    background: #fcfcfc;
    color: #353535;
    display: none;
    border-radius: 0 0 10px 10px;
    border: 1px solid #5F72B6;
    border-top: 0;
}

.accordion-body__contents {
    padding: 1.5em 1.5em;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent;
}

.accordion__item>.accordion-header:after {
    content: "";
    background: url(../img/open.png)no-repeat center center;
    padding: 8px;
    background-size: contain;
    float: right;
    position: relative;
    top: 3px;
    transition: .3s all;
    transform: rotate(0deg);
}

.accordion__item.active>.accordion-header:after {
    transform: rotate(-180deg);
    background: url(../img/close.png)no-repeat center center;
}

.accordion__item.active .accordion-header {
    /*background: #2D3D99;*/
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}


/********** Common CSS ************/

.blue-text {
    color: #4966b1;
}

.max-content-area {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.form-control:focus {
    box-shadow: none;
}


/************ SSIC CSS Start ************/

.ssic-main {
    padding: 30px 0;
}

.incorporation-provider {
    background: #fafbfe;
    padding: 50px 0;
    margin: 40px 0;
}

.incorporation-provider h2 span {
    font-style: 3.125em;
    color: #4dc9ee;
    font-style: italic;
}

.incorporation-provider p {
    width: 100%;
    margin: 20px auto 30px auto;
}

.bussiness-search {
    margin: 0 auto;
    text-align: center;
    max-width: 474px;
    padding: 50px 0;
}

.bussiness-search.company-check {
    max-width: 601px;
}

.ssic-main .bussiness-search .form-control {
    display: inline-block;
    max-width: 100%;
    background: #FFF;
    color: #333;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.bussiness-search button {
    display: inline-block;
    width: 50px;
    margin: 0 0 0 24px;
}

.business-form {
    text-align: left;
}

.business-form.company-form .form-group h5 {
    text-transform: uppercase;
}

.business-form.company-form .form-group span {
    display: block;
    width: 100%;
}

.business-form.company-form .form-group .loaction-search-input {
    position: relative;
    cursor: pointer;
}

.business-form.company-form .form-group .loaction-search-input::before {
    background: url('../icons/location-icon.png') no-repeat 0 0;
    background-size: 100%;
    width: 15px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}

.business-form.company-form .form-group .loaction-search-input input,
.business-form.company-form .form-group .loaction-search-input a {
    padding-left: 25px;
    color: #4dc9ee;
}

.business-form .form-group label {
    background: #58a2d5;
    color: #FFF;
    border-radius: 10px;
    padding: 7px 20px;
}

.business-form.company-form .form-group .loaction-search-input a:hover {
    text-decoration: none;
}

.business-form.company-form .form-group .form-control {
    line-height: 40px;
}

.business-form .form-group .form-control {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.5s ease-in-out 0s;
    height: 40px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px #495057 solid;
    padding: 0;
}

.business-form .form-group .form-control:focus {
    border-bottom-color: #4966b1;
}


/************ SSIC CSS End ************/


/************ Privacy Policy CSS Start ************/

.privacy-policy-main {
    padding: 30px 0;
}

.privacy-policy-main p {
    margin-bottom: 15px;
    color: #000;
}

.privacy-policy-main span {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.privacy-policy-main p span {
    width: auto;
}

.privacy-policy-main ul {
    margin-bottom: 15px;
}

.privacy-policy-main ul li {
    line-height: 1.7;
    margin-bottom: 10px;
}


/************ Privacy Policy CSS End ************/

@media (max-width: 767.98px) {
    .hide-table {
        display: none !important;
    }
    .show-table {
        display: block !important;
    }
}


/************************************************/


/*@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-footer .app-footer-wrapper {
        padding-bottom: 100px
    }
}*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-footer .app-footer-wrapper {
        padding: 80px 0 60px 0
    }
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper {
        padding: 60px 0 40px 0
    }
    .accordion-header {
        font-size: 15px;
    }
}

.app-footer .app-footer-wrapper h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
    float: left;
    width: 100%;
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper h5 {
        margin: 25px 0 0 0;
    }
}

.app-footer .app-footer-wrapper .link {
    display: block;
    padding: 6px 0;
    color: #C0CCDA;
    float: left;
    clear: left;
}

.app-footer .mt-4 {
    width: 100%;
    float: left;
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .link {
        padding: 2px 0
    }
}

.app-footer .app-footer-wrapper .link:hover,
.app-footer .app-footer-wrapper .link:active,
.app-footer .app-footer-wrapper .link:focus {
    color: #81b8d8;
    text-decoration: none
}

.app-footer .app-footer-wrapper p {
    padding: 10px 0 0 0;
    line-height: 1.7;
    margin-bottom: 0px;
    color: #C0CCDA
}

.app-footer .app-footer-wrapper .top .col-12 {
    margin-bottom: 100px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-footer .app-footer-wrapper .top .col-12 {
        margin-bottom: 80px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-footer .app-footer-wrapper .top .col-12 {
        margin-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .top .col-12 {
        margin-bottom: 0px;
        text-align: center
    }
}

.app-footer .app-footer-wrapper .top .company .app-footer-logo {
    margin-bottom: 30px;
    width: 165px
}

.app-footer .app-footer-wrapper .top .company .app-footer-logo img {
    width: 100%
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .top .company .app-footer-logo {
        margin: 0 auto
    }
}

.app-footer .app-footer-wrapper .top .company p {
    margin-bottom: 8px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-footer .app-footer-wrapper .top .company p {
        padding-right: 40px
    }
}

.app-footer .app-footer-wrapper .top .newsletter .alert p {
    padding: 0;
    line-height: 1.7;
    margin-bottom: 0;
    color: inherit
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-footer .app-footer-wrapper .top .newsletter {
        padding-left: 40px
    }
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .top .newsletter p {
        line-height: 1.3
    }
}

.app-footer .app-footer-wrapper .top .newsletter form {
    position: relative
}

.app-footer .app-footer-wrapper .top .newsletter form input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-color: #3C4858;
    border: none;
    border-radius: .5rem;
    padding-left: 15px;
    padding-right: 45px;
    outline: 0 !important;
    color: #C0CCDA
}

.app-footer .app-footer-wrapper .top .newsletter form input::-webkit-input-placeholder {
    color: #C0CCDA;
    opacity: 1
}

.app-footer .app-footer-wrapper .top .newsletter form input:-ms-input-placeholder {
    color: #C0CCDA;
    opacity: 1
}

.app-footer .app-footer-wrapper .top .newsletter form input::-ms-input-placeholder {
    color: #C0CCDA;
    opacity: 1
}

.app-footer .app-footer-wrapper .top .newsletter form input::placeholder {
    color: #C0CCDA;
    opacity: 1
}

.app-footer .app-footer-wrapper .top .newsletter form input:-ms-input-placeholder {
    color: #C0CCDA
}

.app-footer .app-footer-wrapper .top .newsletter form input::-ms-input-placeholder {
    color: #C0CCDA
}

.app-footer .app-footer-wrapper .top .newsletter form input:focus {
    color: #C0CCDA
}

.app-footer .app-footer-wrapper .top .newsletter form button {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #C0CCDA
}

.app-footer .app-footer-wrapper .top .newsletter form button:hover,
.app-footer .app-footer-wrapper .top .newsletter form button:active,
.app-footer .app-footer-wrapper .top .newsletter form button:focus {
    color: #1C2C40
}

.app-footer .app-footer-wrapper .bottom .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .bottom .copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: 14px;
        padding-top: 20px
    }
}

.app-footer .app-footer-wrapper .bottom .copy div i {
    margin: 0 8px
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .bottom .copy div i {
        display: none
    }
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .bottom .copy div span {
        display: block
    }
}

.app-footer .app-footer-wrapper .bottom .copy img {
    margin-left: 12px
}

@media (max-width: 767.98px) {
    .app-footer .app-footer-wrapper .bottom .copy img {
        margin: 24px 0
    }
}

.app-footer .app-footer-wrapper .bottom .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1023px) {
    .privacy-policy-main,
    .ssic-main {
        padding: 90px 0 0 0 !important;
    }
    .app-footer .app-footer-wrapper .bottom .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px
    }
}

.app-footer .app-footer-wrapper .bottom .social .link {
    margin: 0 8px
}

.app-footer .app-footer-wrapper .bottom .social .link i {
    font-size: 16px
}

.app-footer .app-footer-wrapper.visible * {
    opacity: 1 !important
}

.app-footer-spacer {
    height: 100vh;
    z-index: -2
}

.cart-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .agency-section .col-custom.manpower-logo {
        margin-bottom: 15px;
    }
    .agency-section .orange {
        margin-bottom: 32px;
    }
    .bussiness-search {
        max-width: 384px;
    }
    .bussiness-search.company-check {
        max-width: 480px;
    }
    .app-footer-spacer {
        display: none
    }
    .cart-mobile {
        display: block;
        float: right;
    }
    .cart-mobile .cart-div table {
        width: 100%;
    }
}

body.sticky-header-hidden .app-header {
    -webkit-animation: app-header-sticky-header-hidden 0.5s ease-in normal;
    animation: app-header-sticky-header-hidden 0.5s ease-in normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 991.98px) {
    body.sticky-header-hidden .app-header {
        -webkit-box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1);
        -moz-box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1);
        box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1)
    }
}

body.sticky-header-visible .app-header {
    -webkit-animation: app-header-sticky-header-visible 0.5s ease-out normal;
    animation: app-header-sticky-header-visible 0.5s ease-out normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 991.98px) {
    body.sticky-header-visible .app-header {
        -webkit-box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1);
        -moz-box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1);
        box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1)
    }
}

body.mobile-menu-open .app-header {
    -webkit-box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 0 0 40px 0 rgba(28, 44, 64, 0.1)
}

body.mobile-menu-open .app-header .app-header-wrapper .app-header-l,
body.mobile-menu-open .app-header .app-header-wrapper .app-header-r {
    -webkit-animation: app-header-mobile-menu-open-app-header-l-r 0.6s ease normal;
    animation: app-header-mobile-menu-open-app-header-l-r 0.6s ease normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body.mobile-menu-open .app-header .app-header-wrapper .app-header-l .link,
body.mobile-menu-open .app-header .app-header-wrapper .app-header-r .link {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.33s;
    animation-duration: 0.33s;
    -webkit-animation-name: app-header-links-mobile;
    animation-name: app-header-links-mobile
}

body.mobile-menu-open .app-header .app-header-wrapper .btn-mobile-menu span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

body.mobile-menu-open .app-header .app-header-wrapper .btn-mobile-menu span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s
}

body.mobile-menu-open .app-header .app-header-wrapper .btn-mobile-menu span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s
}

.app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 0 2.5%;
    letter-spacing: 0.5px
}

.app-header.transparent {
    background-color: #fff
}

.app-header .app-header-wrapper {
    position: relative;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .app-header .app-header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        /* overflow: hidden */
    }
}

.app-header .btn.btn-signup {
    margin-left: 5px
}

.app-header .btn.btn-signup .bg {
    background-color: #ccf6f6
}

.app-header .btn.btn-signup .title {
    color: #1ca7a7
}

.app-header .app-header-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    height: 100%
}

.app-header-l .show-mobile {
    margin-top: 20px;
    padding-left: 20px;
    text-align: left;
}

.app-header-l .show-mobile a.btn {
    height: 40px;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .app-header .app-header-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-height: 0;
        width: 100%;
        margin-left: 15px;
        overflow: hidden
    }
}

.app-header .app-header-l a:nth-child(1) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s
}

@media (max-width: 991.98px) {
    .app-header .app-header-l a:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.app-header .app-header-l a:nth-child(2) {
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s
}

@media (max-width: 991.98px) {
    .app-header .app-header-l a:nth-child(2) {
        -webkit-animation-delay: .07s;
        animation-delay: .07s
    }
}

.app-header .app-header-l a:nth-child(3) {
    -webkit-animation-delay: 0.79s;
    animation-delay: 0.79s
}

@media (max-width: 991.98px) {
    .app-header .app-header-l a:nth-child(3) {
        -webkit-animation-delay: .14s;
        animation-delay: .14s
    }
}

@media (max-width: 991.98px) {
    .app-header .app-header-l a:first-child {
        margin-top: 30px
    }
}

.app-header .app-header-c {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    height: 100%;
    margin-right: 5px
}

@media (max-width: 991.98px) {
    .app-header .app-header-c {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.app-header .app-header-c .app-header-logo {
    width: 150px;
    line-height: 1;
    margin-right: 35px;
    padding-bottom: 6px
}

.app-header.Dashboard-header .app-header-c .app-header-logo {
    padding-bottom: 0;
}

.app-header .app-header-c .app-header-logo img {
    width: 100%;
    max-width: 150px
}

.app-header .app-header-c .mobile-menu-wrapper .app-header-logo {
    float: left;
}

.mobile-menu-wrapper {
    width: 100%;
}

.app-header .app-header-wrapper .btn-mobile-menu {
    float: right;
    display: none;
    position: relative;
    width: 25px;
    height: 20px;
    margin: 12px 17px 0 0
}

.app-header .app-header-wrapper .sidebar-mobile-menu {
    float: left;
    display: none;
    position: relative;
    width: 25px;
    height: 20px;
    margin: 5px 17px 0 10px
}

.app-header .app-header-wrapper .sidebar-mobile-menu,
.app-header .app-header-wrapper .sidebar-mobile-menu:focus {
    position: relative;
    width: 17px;
    line-height: 31px;
    color: #4966b1;
    text-decoration: none;
}

.app-header .app-header-wrapper .sidebar-mobile-menu span {
    margin: 0 auto;
    position: relative;
    top: 14px;
    width: 18px;
    float: right;
    height: 2px;
    background-color: #1C2C40;
    display: block;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.app-header .app-header-wrapper .btn-mobile-menu span {
    margin: 0 auto;
    position: relative;
    top: 8px;
    width: 25px;
    height: 2px;
    background-color: #1C2C40;
    display: block;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.app-header .app-header-wrapper .btn-mobile-menu span:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: #1C2C40;
    display: block;
    margin-top: -8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s
}

.app-header .app-header-wrapper .btn-mobile-menu span:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: #1C2C40;
    display: block;
    margin-top: 8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s
}

.app-header .app-header-wrapper .sidebar-mobile-menu span:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #1C2C40;
    display: block;
    margin-top: 8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s
}

.app-header .app-header-wrapper .sidebar-mobile-menu span:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #1C2C40;
    display: block;
    margin-top: -8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s
}

@media (max-width: 991.98px) {
    .app-header .app-header-wrapper .btn-mobile-menu {
        display: block
    }
    .cart-part {
        margin-left: 0;
    }
}

.app-header .app-header-r {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    height: 100%
}

.app-header .app-header-r .dropdown:hover .dropdown-menu {
    right: 0;
    left: auto
}

.app-header .app-header-r .dropdown-menu-quarter-top:before,
.app-header .app-header-r .dropdown-menu-quarter-top:after {
    left: auto;
    right: 33px
}

@media (max-width: 991.98px) {
    .app-header .app-header-r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-height: 0;
        width: 100%;
        margin-left: 15px;
        overflow: hidden
    }
}

.app-header .app-header-r a:nth-child(1) {
    -webkit-animation-delay: 0.91s;
    animation-delay: 0.91s
}

@media (max-width: 991.98px) {
    .app-header .app-header-r a:nth-child(1) {
        -webkit-animation-delay: 0.277s;
        animation-delay: 0.277s
    }
}

.app-header .app-header-r a:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media (max-width: 991.98px) {
    .app-header .app-header-r a:nth-child(2) {
        -webkit-animation-delay: 0.354s;
        animation-delay: 0.354s
    }
}

.app-header .app-header-r a:nth-child(3) {
    -webkit-animation-delay: 1.09s;
    animation-delay: 1.09s
}

@media (max-width: 991.98px) {
    .app-header .app-header-r a:nth-child(3) {
        -webkit-animation-delay: 0.431s;
        animation-delay: 0.431s
    }
}

.app-header .dropdown-toggle::after {
    border: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: 0.1rem;
    background-image: url("../svg/icons/caret-down.svg")
}

@media screen and (max-width: 1090px) {
    .app-header .dropdown-toggle::after {
        margin-left: 5px
    }
}

.app-header .dropdown:hover>.dropdown-menu {
    display: block
}

.app-header ul.dropdown-menu {
    -webkit-box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.3);
    font-size: 1rem;
    margin-top: -15px;
    padding: 0
}

.app-header ul.dropdown-menu.menu-renters {
    width: 365px;
}

.app-header ul.dropdown-menu.menu-more {
    width: 180px
}

.app-header ul.dropdown-menu li {
    padding: 0px;
    position: relative
}

.app-header .dropdown-menu-quarter-top .dropdown-item {
    padding: 20px;
}


/*.app-header ul.dropdown-menu li a {
    padding: 20px
}*/

.app-header ul.dropdown-menu li span {
    display: block
}

.app-header ul.dropdown-menu li span.item-description {
    padding-top: .3rem;
    text-transform: none;
    font-size: .8rem
}

.checkout-btn {
    padding: 10px 0;
    text-align: center;
}

.cart-div .checkout-btn .btn {
    min-width: 214px;
}

.app-header ul.dropdown-menu li span.item-description table td {
    padding: 10px 0;
}

.app-header ul.dropdown-menu .checkout-td a {}


/*.app-header ul.dropdown-menu li a:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}

.app-header ul.dropdown-menu li a:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
}
*/


/*.app-header ul.dropdown-menu li:last-child a {
    border: none
}*/

.app-header ul.dropdown-menu li:last-child:after {
    display: none
}

.app-header ul.dropdown-menu li:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #eee
}

.app-header .dropdown-menu-quarter-top {
    border-color: #E5E9F2;
    -webkit-box-shadow: 0 30px 15px 0 rgba(28, 44, 64, 0.1);
    -moz-box-shadow: 0 30px 15px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 0 30px 15px 0 rgba(28, 44, 64, 0.1)
}

@media (max-width: 1199.98px) {
    .app-header .dropdown-menu-quarter-top {
        top: 100% !important;
        bottom: auto !important;
        /*left: 0 !important;*/
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

@media(max-width: 575px) {
    .app-header ul.dropdown-menu.menu-renters {
        width: 320px;
    }
}

.app-header .dropdown-menu-quarter-top:before,
.app-header .dropdown-menu-quarter-top:after {
    pointer-events: none;
    bottom: 100%;
    left: 20px;
    border: 0;
    /* solid transparent; */
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.app-header .dropdown-menu-quarter-top:before {
    border-color: transparent;
    border-right-color: #E5E9F2;
    border-width: 11px;
    margin-top: -11px
}

.app-header .dropdown-menu-quarter-top:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 11px;
    margin-top: -10px
}

.app-header .dropdown-menu-quarter-top .dropdown-item {
    font-weight: 500;
    color: #4C5973
}

.app-header .dropdown-menu-quarter-top .dropdown-item:hover,
.app-header .dropdown-menu-quarter-top .dropdown-item:focus,
.app-header .dropdown-menu-quarter-top .dropdown-item:active {
    background-color: #F9FAFC;
    color: #1C2C40
}

.app-header .dropdown-item {
    white-space: normal
}

.app-header .dropdown-item:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px
}

.app-header .dropdown-item .text-blue {
    color: #0DB0FC !important
}

.app-header .dropdown-item .text-turquoise {
    color: #4966b1 !important
}


/* .app-header .dropdown-item.item-turquoise:before {
    background: url("../svg/icons/dot-turquoise.svg")
}

.app-header .dropdown-item.item-turquoise:hover:before {
    background: url("../svg/icons/dot-turquoise-hover.svg")
}

.app-header .dropdown-item.item-blue:before {
    background: url("../svg/icons/dot-blue.svg")
}

.app-header .dropdown-item.item-blue:hover:before {
    background: url("../svg/icons/dot-blue-hover.svg")
}

.app-header .dropdown-item.item-green:before {
    background: url("../svg/icons/dot-green.svg")
}

.app-header .dropdown-item.item-green:hover:before {
    background: url("../svg/icons/dot-green-hover.svg")
}

.app-header .dropdown-item.item-purple:before {
    background: url("../svg/icons/dot-purple.svg")
}

.app-header .dropdown-item.item-purple:hover:before {
    background: url("../svg/icons/dot-purple-hover.svg")
} */

.app-header .dropdown-item .item-title {
    font-size: 1em
}

.app-header .dropdown-item .item-description {
    font-size: .5em
}

.app-header .dropdown-item:hover {
    background-color: transparent;
    color: inherit
}

.country-data .dropdown-menu {
    height: 180px;
    overflow: auto;
}

.country-data .dropdown-data .dropdown-toggle {
    padding-right: 10px !important;
}

.dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-header li {
    list-style: none;
    height: 100%
}

.app-header .user-info li {
    display: inline-block;
    height: auto;
}

.app-header .user-info li .dropdown-data .dropdown-toggle {
    padding: 15px 10px 15px 0px !important;
}

.app-header .user-info li .dropdown-data .dropdown-toggle::before {
    display: none;
    content: '';
    right: 0;
    left: auto;
    top: 9px;
    border: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: 0.1rem;
    background-image: url("../svg/icons/caret-down.svg")
}

.app-header .user-info {
    position: relative;
}

.app-header .user-info li .dropdown-data .dropdown-menu {
    min-width: 150px;
    box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.3);
    border: none;
    /* left: -50px !important; */
    border-radius: 0px;
}

.app-header .user-info li .dropdown-data .dropdown-item:hover {
    background: #56a0d4;
    color: #FFF;
}

.app-header .user-info li span {
    font-weight: 500;
}

.app-header li.mobile-link {
    display: none;
}

.app-header li ul.submenu {
    display: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #E5E9F2;
}

.app-header li ul.submenu li {
    padding: 10px 30px 10px 40px;
}

.app-header li ul.submenu li a {
    color: #1C2C40;
    font-weight: 500;
}

.app-header li ul.submenu li.main-menu a {
    width: 48%;
    display: inline-block;
    margin: 0;
}

.app-header li.mobile-link a {
    position: relative;
}

.app-header li.mobile-link a::after {
    border: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: 0.1rem;
    background-image: url("../svg/icons/caret-down.svg");
    content: '';
}

.app-header li ul.submenu.show {
    display: block;
}

@media (max-width: 991.98px) {
    .app-header li {
        background: #fff
    }
    .app-header li.mobile-link {
        display: block;
    }
    .app-header li.mobile-link:hover .app-header li ul.submenu {
        display: block;
    }
}

.app-header .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 1em !important;
    color: #1C2C40;
    margin-right: 37px;
    line-height: 1.2
}

@media (max-width: 991.98px) {
    .app-header .link {
        margin: 14px 0;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1090px) {
    .app-header .link {
        margin-right: 20px
    }
}

.app-header .link span {
    display: block;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    font-weight: 500;
    color: #1F1F1F;
    letter-spacing: 0.5px
}

.app-header .dropdown-data .dropdown-toggle {
    display: block;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    font-weight: 500;
    color: #1F1F1F;
    letter-spacing: 0.5px;
    padding-top: 25px !important;
}

.app-header .dropdown-data .dropdown-menu span {
    display: block;
    font-weight: 500;
}

.app-header .dropdown-data .dropdown-menu span.text-blue {
    color: #4267b2 !important;
}

.app-header .user-info .dropdown-data .dropdown-menu {
    height: auto;
    padding: 0;
}

.app-header .dropdown-data .dropdown-menu {
    min-width: 320px;
    height: 290px;
    overflow: auto;
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.app-header .dropdown-data .dropdown-toggle::before {
    top: 30px;
    left: auto;
    right: 0;
}

.app-header .link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #23D3D3;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

@media (max-width: 991.98px) {
    .app-header .link:before {
        top: auto;
        bottom: -2px
    }
}

.app-header .link.active:after {
    left: 0;
    width: 100%;
    background-color: #1C2C40
}

.app-header .link.active span {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.app-header .link:hover {
    text-decoration: none;
    cursor: pointer
}

.app-header .link:hover span {
    color: #000
}

.app-header .link:hover:before {
    left: 0;
    width: 100%
}

.app-header .btn {
    position: relative;
    background-color: transparent;
    padding: 0rem 1.4rem
}

.app-header .btn .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    z-index: 0;
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.app-header .btn .bg:hover {
    background: #4FC6EA;
}

.app-header .btn .title {
    color: #fff;
    font-size: 1em;
    font-weight: 400
}

.app-header .btn .dropdown {
    max-width: 200px
}

.app-header .btn .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.125rem;
    color: #1C2C40;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E9F2;
    border-radius: .5rem
}

.app-header .btn:hover,
.app-header .btn:focus,
.app-header .btn:active {
    background: transparent
}

.app-header .btn:hover .bg,
.app-header .btn:focus .bg,
.app-header .btn:active .bg {
    background-color: rgba(35, 211, 211, 0.8)
}

.app-header .btn:hover .title,
.app-header .btn:focus .title,
.app-header .btn:active .title {
    color: #fff
}

.app-header .btn:active {
    background-color: rgba(35, 211, 211, 0.8)
}

.app-header .btn.btn-mobile-signup {
    display: none !important
}

@media (max-width: 991.98px) {
    .app-header .btn.btn-mobile-signup {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width: 991.98px) {
    .app-header {
        padding: 0;
    }
    .app-header li {
        width: 100%
    }
    .Dashboard-header.app-header li {
        width: auto;
        height: auto;
        display: inline-block;
    }
    .app-header .app-header-c {
        padding: 0 calc(20px*var(--scale-element));
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .app-header .app-header-l,
    .app-header .app-header-r {
        margin: 0
    }
    .app-header .app-header-l a,
    .app-header .app-header-r a {
        margin: 20px 0
    }
    .app-header .app-header-l a:first-child,
    .app-header .app-header-r a:first-child {
        margin-top: 0
    }
    .app-header .app-header-l .link,
    .app-header .app-header-r .link {
        border-top: 1px solid #E5E9F2;
        padding: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0
    }
    .app-header .app-header-l .link:before,
    .app-header .app-header-r .link:before {
        display: none
    }
    .app-header .app-header-l .link span,
    .app-header .app-header-r .link span {
        -webkit-transition: all 5s ease 5s;
        -o-transition: all 5s ease 5s;
        transition: all 5s ease 5s;
        -webkit-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0
    }
    .app-header .app-header-r li:nth-child(2) .link {
        border-bottom: 1px solid #E5E9F2
    }
    .app-header .dropdown ul.dropdown-menu {
        width: 100%;
        margin-top: 0;
        display: none
    }
    .app-header .dropdown ul.dropdown-menu li:after {
        display: none
    }
    .app-header .dropdown ul.dropdown-menu.show {
        display: block
    }
    .app-header .dropdown li:after {
        display: none
    }
    .app-header .dropdown:hover>.dropdown-menu {
        display: none
    }
    .app-header .dropdown .dropdown-menu {
        background: rgba(11, 175, 255, 0.05);
        display: none;
        position: relative !important;
        width: 100%;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }
    .app-header .dropdown .dropdown-menu:after,
    .app-header .dropdown .dropdown-menu:before {
        display: none
    }
    .app-header .dropdown .dropdown-menu a {
        padding: 15px;
        margin: 0
    }
    .app-header .dropdown .dropdown-menu a:before {
        display: none
    }
    .app-header .dropdown .dropdown-menu a:first-child,
    .app-header .dropdown .dropdown-menu a:last-child {
        margin-top: 0
    }
    .app-header .dropdown .link.dropdown-toggle:after {
        display: block;
        position: absolute;
        right: 23px;
        width: 15px;
        height: 15px
    }
}

@media (max-width: 767px) {
    .app-footer .mt-4.footer-none {
        margin-top: 0px !important;
    }
}

button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer
}

button:hover,
button:focus,
button:active {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn {
    position: relative;
    height: 42px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border-radius: 3rem;
    background: transparent;
    border: none;
    color: #1C2C40;
    font-size: 1rem
}

.btn .bck {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    z-index: 0
}

.btn .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 1rem;
    margin-top: 2px
}

.btn:hover,
.btn:focus,
.btn:active {
    background: transparent;
    color: #1C2C40;
    text-decoration: none;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn i {
    padding-right: 0.75em;
    font-size: 1.25rem
}

.btn i.right {
    padding-right: 0;
    padding-left: 0.75em
}

.btn.btn-sm {
    height: 33px;
    font-size: .75rem
}

.btn.btn-lg {
    height: 56px;
    font-size: 1.25rem
}

.btn.btn-narrow {
    padding: 0 1rem !important
}

.btn.btn-round,
.btn.btn-square {
    width: 42px;
    border-radius: 50%;
    padding: 0 !important
}

.btn.btn-round i,
.btn.btn-square i {
    padding-right: 0.75em;
    font-size: 1.25rem
}

.btn.btn-round.btn-sm,
.btn.btn-square.btn-sm {
    width: 33px
}

.btn.btn-round.btn-md,
.btn.btn-square.btn-md {
    height: 52px;
    width: 160px
}

.btn.btn-round.btn-lg,
.btn.btn-square.btn-lg {
    width: 70px
}

.btn.btn-square {
    border-radius: 8px
}

.btn.btn-square .bck {
    border-radius: 8px
}

.btn.btn-light {
    background-color: rgba(35, 211, 211, 0.1);
    border: none;
    color: #23D3D3
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active {
    background-color: rgba(35, 211, 211, 0.2);
    border: none;
    color: #23D3D3
}

.btn.btn-outline {
    border: 1px solid #C0CCDA;
    font-size: calc(18px*var(--scale-font));
    font-weight: 400;
    height: 60px
}

.btn.btn-outline:hover {
    border-color: #5A6679
}

.btn.btn-plain-blue {
    background-color: #23D3D3;
    color: #fff
}

.btn.btn-plain-blue:hover {
    background-color: #1fbdbd;
    color: #fff
}

.btn.btn-h60 {
    font-size: calc(18px*var(--scale-font));
    font-weight: 400;
    height: 60px
}

.btn.btn-gray-900 .bck {
    background-color: #1C2C40
}

.btn.btn-gray-900 .title {
    color: #fff
}

.btn.btn-gray-900:hover,
.btn.btn-gray-900:focus,
.btn.btn-gray-900:active {
    background: transparent
}

.btn.btn-gray-900:hover .bck,
.btn.btn-gray-900:focus .bck,
.btn.btn-gray-900:active .bck {
    background-color: rgba(28, 44, 64, 0.8)
}

.btn.btn-gray-900:hover .title,
.btn.btn-gray-900:focus .title,
.btn.btn-gray-900:active .title {
    color: #fff
}

.btn.btn-green .bck {
    background-color: #2DCA73
}

.btn.btn-green .title {
    color: #fff
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
    background: transparent
}

.btn.btn-green:hover .bck,
.btn.btn-green:focus .bck,
.btn.btn-green:active .bck {
    background-color: rgba(45, 202, 115, 0.8)
}

.btn.btn-green:hover .title,
.btn.btn-green:focus .title,
.btn.btn-green:active .title {
    color: #fff
}

.btn.btn-pink .bck {
    background-color: rgba(237, 99, 210, 0.1)
}

.btn.btn-pink .title {
    color: #ED63D2
}

.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active {
    background: transparent
}

.btn.btn-pink:hover .bck,
.btn.btn-pink:focus .bck,
.btn.btn-pink:active .bck {
    background-color: rgba(237, 99, 210, 0.2)
}

.btn.btn-pink:hover .title,
.btn.btn-pink:focus .title,
.btn.btn-pink:active .title {
    color: #ED63D2
}

.btn.btn-blue .bck {
    background-color: #23D3D3
}

.btn.btn-blue .title {
    color: #fff
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
    background: transparent
}

.btn.btn-blue:hover .bck,
.btn.btn-blue:focus .bck,
.btn.btn-blue:active .bck {
    background-color: rgba(35, 211, 211, 0.8)
}

.btn.btn-blue:hover .title,
.btn.btn-blue:focus .title,
.btn.btn-blue:active .title {
    color: #fff
}

.btn.btn-primary .bck {
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.btn.btn-primary .title {
    color: #fff
}


/* .btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: transparent
} */

.btn.btn-primary:hover .bck,
.btn.btn-primary:focus .bck,
.btn.btn-primary:active .bck {
    background: #4FC6EA;
}

.btn.btn-primary:hover .title,
.btn.btn-primary:focus .title,
.btn.btn-primary:active .title {
    color: #fff
}

.btn.btn-white .bck {
    background-color: #fff
}

.btn.btn-white .title {
    color: #23D3D3;
    font-weight: 500
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    background: transparent
}

.btn.btn-white:hover .bck,
.btn.btn-white:focus .bck,
.btn.btn-white:active .bck {
    background-color: rgba(255, 255, 255, 0.9)
}

.btn.btn-white:hover .title,
.btn.btn-white:focus .title,
.btn.btn-white:active .title {
    color: #23D3D3
}

.more-btn {
    text-align: center;
    margin: 40px 0 20px 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

@media (max-width: 991.98px) {
    .more-btn {
        display: none
    }
}

.more-btn img:hover {
    cursor: pointer;
    opacity: 0.8
}

.more-btn img {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 100%
}

.cta {
    text-align: center;
    padding: calc(120px*var(--scale-element)) 0
}

@media (max-width: 1199.98px) {
    .cta {
        padding: calc(110px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .cta {
        padding: calc(120px*var(--scale-element)) 0 calc(90px*var(--scale-element)) 0
    }
}

.cta h2 {
    max-width: 700px;
    margin: 0 auto
}

.cta .btn {
    margin: calc(40px*var(--scale-element)) 0 calc(180px*var(--scale-element)) 0
}

@media (max-width: 1199.98px) {
    .cta .btn {
        margin: 40px 0 calc(100px*var(--scale-element)) 0
    }
}

.cta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cta ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1199.98px) {
    .cta ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .cta ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding-bottom: 20px
    }
}

.cta ul li i {
    color: #fff;
    margin-top: 3px
}

.cta ul li p {
    color: #5A6679;
    padding: 0 30px 0 15px;
    max-width: 240px;
    font-weight: 400
}

@media (max-width: 767.98px) {
    .cta ul li p {
        text-align: center
    }
}

.faq {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq {
        padding: 0
    }
    .container {
        max-width: 90% !important;
        margin: 0 auto !important;
    }
}

.faq .faqs h3 {
    max-width: 300px;
    margin-bottom: calc(40px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .faq .faqs h3 {
        padding: 0 15px
    }
}

p .faq .faqs h3.mb50 {
    margin-bottom: calc(50px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .faq .faqs h3 {
        margin-bottom: calc(50px*var(--scale-element))
    }
}

.faq .faqs ul {
    padding-left: 30px;
    margin-top: 5px
}

.faq .faqs ul li {
    color: #5A6679;
    padding-top: 8px
}

.faq .faqs .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    margin-bottom: 20px
}

.faq .faqs .header a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 20px 60px;
    font-size: calc(20px*var(--scale-font));
    color: #8492A6;
    font-weight: 600
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .faqs .header a {
        padding: 20px
    }
    .container {
        max-width: 90% !important;
        margin: 0 auto !important;
    }
    /* .hero .text-wrapper p, .small-text {width: 75%;} */
    /* .index-page .hero-home .hero {background-size: 1168px !important; } */
}

@media (max-width: 991.98px) {
    .faq .faqs .header a {
        padding: 20px 40px
    }
    .hero-home {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .faq .faqs .header a {
        padding: 20px 0px;
        text-align: center;
        font-size: calc(19px*var(--scale-font))
    }
}

.faq .faqs .header a:nth-child(1) {
    padding-left: 40px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .faqs .header a:nth-child(1) {
        padding-left: 0px
    }
}

@media (max-width: 767.98px) {
    .faq .faqs .header a:nth-child(1) {
        padding-left: 0px
    }
}

.faq .faqs .header a:nth-child(1):hover~.indicator {
    left: 0 !important
}

.faq .faqs .header a:nth-child(1).active~.indicator {
    left: 0
}

.faq .faqs .header a:nth-child(2):hover~.indicator {
    left: 33.33% !important
}

.faq .faqs .header a:nth-child(2).active~.indicator {
    left: 33.33%
}

.faq .faqs .header a:nth-child(3) {
    padding-right: 40px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .faqs .header a:nth-child(3) {
        padding-right: 0px
    }
}

@media (max-width: 767.98px) {
    .faq .faqs .header a:nth-child(3) {
        padding-right: 0px
    }
}

.faq .faqs .header a:nth-child(3):hover~.indicator {
    left: 66.66% !important
}

.faq .faqs .header a:nth-child(3).active~.indicator {
    left: 66.66%
}

.faq .faqs .header a:hover {
    text-decoration: none;
    color: #5A6679
}

.faq .faqs .header a.active {
    color: #23D3D3
}

.faq .faqs .header .indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 33.33%;
    height: 1px;
    background-color: #23D3D3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.faq .faqs .faq-wrap {
    display: none
}

.faq .faqs .faq-wrap .collumn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 20px
}

@media (max-width: 991.98px) {
    .faq .faqs .faq-wrap .collumn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.faq .faqs .faq-wrap .collumn>div {
    padding: 80px 40px 40px 40px;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1)
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .faqs .faq-wrap .collumn>div {
        padding: 40px 0
    }
}

@media (max-width: 991.98px) {
    .faq .faqs .faq-wrap .collumn>div {
        padding: 40px 20px
    }
}

@media (max-width: 767.98px) {
    .faq .faqs .faq-wrap .collumn>div {
        padding: 20px 0
    }
}

.faq .faqs .faq-wrap .collumn>div h4 {
    margin-bottom: 20px;
    font-weight: 600
}

@media (max-width: 767.98px) {
    .faq .faqs .faq-wrap .collumn>div h4 {
        margin-bottom: 10px
    }
}

.faq .faqs .faq-wrap .collumn>div p {
    color: #5A6679;
    font-size: calc(18px*var(--scale-font))
}

@media (min-width: 992px) {
    .faq .faqs .faq-wrap .collumn:first-child {
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .faq .faqs .faq-wrap .collumn:last-child {
        padding-right: 0
    }
}

.faq .faqs .faq-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .faq .faqs .faq-wrap.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.faq .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    padding-top: calc(100px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .faq .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0
    }
}

.faq .links .collumn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    padding: 0 20px;
    font-size: calc(18px*var(--scale-font));
    padding: 60px 0 200px 0
}

@media (max-width: 1199.98px) {
    .faq .links .collumn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 20px 40px 120px 40px
    }
    .faq .links .collumn:nth-child(1) {
        display: none
    }
}

@media (max-width: 767.98px) {
    .faq .links .collumn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 20px 0 20px 0;
        text-align: center;
        font-size: calc(20px*var(--scale-font))
    }
    .faq .links .collumn img {
        display: inline-block
    }
}

.faq .links .collumn:nth-child(1) {
    position: relative
}

@media (max-width: 767.98px) {
    .faq .links .collumn:nth-child(1) {
        display: none
    }
}

.faq .links .collumn:nth-child(1) img {
    max-width: none;
    position: absolute;
    bottom: -6px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .links .collumn:nth-child(1) img {
        right: -70px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq .links .collumn:nth-child(1) img {
        right: -120px
    }
}

.faq .links .collumn p {
    padding-top: 20px
}

.faq .links .collumn a {
    text-decoration: underline
}

.faq .links.visible .collumn {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

.faq .links.no-border {
    border-bottom: none
}

.faq .links.no-border .collumn {
    padding-bottom: 40px !important
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .links.no-border .collumn {
        padding-bottom: 0px !important
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq .links.no-border .collumn {
        padding-bottom: 60px !important
    }
}

@media (max-width: 767.98px) {
    .faq .links.no-border .collumn:last-child {
        padding-bottom: 0 !important
    }
}

.faq .seen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(120px*var(--scale-element)) 0 0 0
}

@media (max-width: 991.98px) {
    .faq .seen {
        padding-top: calc(110px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .faq .seen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 60px
    }
}

.faq .seen h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    padding-right: 30px
}

@media (max-width: 767.98px) {
    .faq .seen h3 {
        width: 100%;
        padding: 0 0 30px 0
    }
}

.faq .seen .press {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width: 767.98px) {
    .faq .seen .press {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto
    }
}

.faq .seen .press a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1C2C40;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 30px
}

@media (max-width: 1399px) {
    .faq .seen .press a {
        margin: 30px 20px
    }
}

@media (max-width: 767.98px) {
    .faq .seen .press a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 20px;
        width: 100%
    }
}

.faq .seen .press a img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .seen .press a img {
        height: 80px;
        width: 80px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq .seen .press a img {
        -webkit-box-shadow: 10px 20px 20px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 10px 20px 20px 0 rgba(28, 44, 64, 0.2);
        height: 46px;
        width: 46px
    }
}

@media (max-width: 767.98px) {
    .faq .seen .press a img {
        -webkit-box-shadow: 15px 30px 30px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 15px 30px 30px 0 rgba(28, 44, 64, 0.2);
        height: 75px;
        width: 75px
    }
}

.faq .seen .press a span {
    padding-left: 15px;
    font-size: calc(18px*var(--scale-font));
    padding-right: 50px
}

@media (max-width: 1399px) {
    .faq .seen .press a span {
        padding-right: 0px
    }
}

.faq .seen .press a:hover {
    text-decoration: none
}

.faq .seen .press a:hover img {
    -webkit-box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.3);
    box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.3)
}

.faq .quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: calc(90px*var(--scale-element))
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq .quotes {
        padding-top: calc(40px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .faq .quotes {
        padding-top: calc(40px*var(--scale-element))
    }
}

.faq .quotes .quote {
    width: 50%;
    padding: 60px 60px 0 60px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq .quotes .quote {
        padding: 60px 20px 0 20px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq .quotes .quote {
        padding: 60px 40px 0 40px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .faq .quotes .quote {
        padding: 60px 20px 0 20px;
        width: 100%
    }
}

.faq .quotes .quote p {
    font-size: calc(28px*var(--scale-font));
    line-height: 1.4;
    color: #1C2C40;
    padding-bottom: calc(40px*var(--scale-element))
}

.faq .quotes .quote .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.faq .quotes .quote .user .image {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.faq .quotes .quote .user .image .company {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    left: 20px;
    -webkit-box-shadow: 10px 20px 60px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 10px 20px 60px 0 rgba(28, 44, 64, 0.1)
}

.faq .quotes .quote .user .name {
    padding-left: 25px;
    font-size: calc(18px*var(--scale-font));
    line-height: 1.4
}

@media (max-width: 991.98px) {
    .index-page .faq-section .container-wrapper,
    .new-deposit-page .faq-section .container-wrapper,
    .unlock-deposit-page .faq-section .container-wrapper,
    .rent-tracking-page .faq-section .container-wrapper,
    .rental-passport-page .faq-section .container-wrapper {
        margin: 0
    }
    .index-page .faq-section .container-wrapper .faq,
    .new-deposit-page .faq-section .container-wrapper .faq,
    .unlock-deposit-page .faq-section .container-wrapper .faq,
    .rent-tracking-page .faq-section .container-wrapper .faq,
    .rental-passport-page .faq-section .container-wrapper .faq {
        padding: 0
    }
    .index-page .faq-section .container-wrapper h3,
    .new-deposit-page .faq-section .container-wrapper h3,
    .unlock-deposit-page .faq-section .container-wrapper h3,
    .rent-tracking-page .faq-section .container-wrapper h3,
    .rental-passport-page .faq-section .container-wrapper h3 {
        margin: 0 6%
    }
}

.form-group {
    position: relative
}

.form-group label {
    color: #5A6679;
    font-size: 16px;
    margin-bottom: 4px;
    min-height: 16px
}

.form-group textarea {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.form-group textarea::-webkit-scrollbar {
    background-color: #fff;
    width: 14px;
    height: 14px
}

.form-group textarea::-webkit-scrollbar-corner {
    background-color: #fff
}

.form-group textarea::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: rgba(132, 146, 166, 0.15);
    border: 4px solid #fff
}

.form-group.form-group-icon-right .form-control {
    padding-right: 58px
}

.form-group.form-group-icon-right>i {
    position: absolute;
    top: 52px;
    right: 20px;
    font-size: 20px;
    color: #8492A6
}

.form-control {
    height: 60px
}

select.form-control {
    padding-right: 37px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAIBAMAAABjQEDmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEUAAACGlqqFk6aEkqYAAACgffijAAAAA3RSTlMAP+wLFECxAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADBJREFUCNdjEBJgAAFGRQY4gLKhMgwIDrIiKA9FEZiLqgisDE0RUJkgmiKgMmMURQCrMAIhW7vFagAAAABJRU5ErkJggg==");
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 0.01px;
    -ms-text-overflow: '';
    -o-text-overflow: '';
    text-overflow: ''
}

select.form-control::-ms-expand {
    display: none
}

select.form-control option[blank] {
    display: none;
    font-weight: 400;
    color: rgba(132, 146, 166, 0.9)
}

textarea.form-control {
    height: auto;
    padding: 20px;
    line-height: 1.4
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125rem
}

:root {
    --scale-element: 1;
    --scale-font: 1
}

@media (min-width: 992px) and (max-width: 1199.98px) {
     :root {
        --scale-element: 0.9;
        --scale-font: 0.9
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
     :root {
        --scale-element: 0.85;
        --scale-font: 0.85
    }
}

@media (max-width: 767.98px) {
     :root {
        --scale-element: 0.75;
        --scale-font: 0.75
    }
}

html {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    height: 100%;
    position: relative;
    font-size: calc($font-size-base*var(--scale-font));
    padding-right: 0 !important;
    width: 100%;
}

.container .narrow {
    margin: 0 15%
}

@media (max-width: 1199.98px) {
    .container .narrow {
        margin: 0 5%
    }
}

.container-fluid {
    position: relative
}

.container-fluid .container-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

@media (min-width: 768px) and (max-width: 1599px) {
    .container-fluid .container-wrapper {
        margin: 0 6%
    }
}

.container-fluid .narrow {
    margin: 0 15%
}

@media (max-width: 1199.98px) {
    .container-fluid .narrow {
        margin: 0 5%
    }
}

hr {
    background: #E5E9F2
}

hr.hr-short {
    margin: 0 30%
}

hr.hr-medium {
    margin: 0 20%
}

hr.hr-long {
    margin: 0 15%
}

.app-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-top: 100px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .app-content {
        padding-top: 60px
    }
}

.hidden {
    display: none
}

@media (max-width: 767.98px) {
    .hidden-sm {
        display: none
    }
}

.modal-backdrop {
    z-index: 0
}

.mobile-img {
    display: none
}

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

.show-mobile,
.show-small-mobile {
    display: none;
    text-align: center
}

.show-mobile img,
.show-small-mobile img {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 400px;
    width: 98%
}

@media (max-width: 991.98px) {
    .show-mobile,
    .show-small-mobile {
        display: block
    }
}

.show-small-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .show-small-mobile {
        display: block
    }
}

.hide-mobile,
.hide-small-mobile {
    display: block
}

@media (max-width: 991.98px) {
    .hide-mobile,
    .hide-small-mobile {
        display: none !important
    }
}

.hide-small-mobile {
    display: block
}

@media (max-width: 767.98px) {
    .hide-small-mobile {
        display: none
    }
}

.white-bg {
    background: #fff !important
}

.new-deposit-page,
.unlock-deposit-page,
.rent-tracking-page,
.rental-passport-page {
    padding-top: 0
}

@media (max-width: 991.98px) {
    .new-deposit-page,
    .unlock-deposit-page,
    .rent-tracking-page,
    .rental-passport-page {
        margin-top: -60px
    }
}

.hero {
    position: relative;
    margin: 0 auto;
    min-height: 300px;
    max-height: inherit;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero {
        height: calc(100vh - 60px)
    }
}

@media (max-width: 767.98px) {
    .hero {
        height: calc(667px - 60px - 70px)
    }
}

@media (min-height: 676px) and (max-width: 767px) {
    .hero {
        height: calc(785px - 60px - 70px)
    }
}

.hero .media-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

.hero .media-wrapper video {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 2
}

@media (min-aspect-ratio: 16 / 9) {
    .hero .media-wrapper video {
        height: 300%;
        width: 100%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .hero .media-wrapper video {
        height: 100%;
        width: 300%;
        left: -100%
    }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .hero .media-wrapper video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.hero .media-wrapper .media-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    background-color: #336594;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

.hero .media-wrapper .gray-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(28, 44, 64, 0.2)
}

@media (max-width: 991.98px) {
    .hero .media-wrapper .gray-overlay {
        opacity: 1
    }
}

.hero .text-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 calc(120px*var(--scale-element));
    z-index: 5;
    max-width: 800px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 767.98px) {
    .hero .text-wrapper {
        padding: 30px
    }
}

.hero .text-wrapper h1,
.hero .text-wrapper h2,
.hero .text-wrapper1 h1,
.hero .text-wrapper1 h2 {
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-size: 2.3rem;
}

@media (max-width: 767.98px) {
    .hero .text-wrapper h1,
    .hero .text-wrapper h2 {
        font-size: 43px
    }
}

@media (max-width: 767.98px) {
    .hero .text-wrapper h1,
    .hero .text-wrapper h2 {
        font-size: 33px
    }
}

.hero .text-wrapper p {
    font-size: calc(20px*var(--scale-font))
}

@media (max-height: 380px) {
    .hero .text-wrapper p {
        padding: 10px 0 20px 0
    }
}

.hero .text-wrapper p.note {
    font-size: calc(16px*var(--scale-font))
}

.hero .text-wrapper .ctas,
.hero .text-wrapper1 .ctas {
    margin: 15px 0 15px 0
}

.hero .text-wrapper .btn {
    padding: 0 calc(60px*var(--scale-element));
    padding: 0rem 2rem;
    margin-right: 10px;
    font-weight: 500
}

.hero .text-wrapper .btn .title {
    font-size: 1rem
}

.hero .calc-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #252E43
}

@media (max-width: 991.98px) {
    .hero .calc-wrapper {
        position: relative;
        margin: 40px auto 60px auto;
        width: 90%;
        max-width: 360px;
        border-radius: 5px
    }
}

.hero .calc-wrapper .calc-box {
    position: relative;
    display: none;
    background-color: #fff;
    padding: 40px;
    width: 440px;
    -webkit-box-shadow: 80px 90px 140px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 80px 90px 140px 0 rgba(28, 44, 64, 0.2)
}

@media (max-width: 991.98px) {
    .hero .calc-wrapper .calc-box {
        width: 100%;
        border: 1px solid #E5E9F2;
        border-radius: 5px;
        -webkit-box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2)
    }
}

.hero .calc-wrapper .calc-box .close {
    position: absolute;
    top: 30px;
    right: 30px
}

.hero .calc-wrapper .calc-box .close i {
    font-size: 20px
}

.hero .calc-wrapper .calc-box h4 {
    margin-bottom: 40px
}

.hero .calc-wrapper .calc-box .input-box {
    margin-bottom: 40px
}

.hero .calc-wrapper .calc-box .input-box label {
    display: block;
    font-size: calc(16px*var(--scale-font));
    color: #5A6679;
    line-height: 1;
    margin-bottom: 5px
}

.hero .calc-wrapper .calc-box .input-box input[type="text"],
.hero .calc-wrapper .calc-box .input-box input[type="email"],
.hero .calc-wrapper .calc-box .input-box textarea,
.hero .calc-wrapper .calc-box .input-box select {
    height: 50px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E5E9F2;
    outline: none !important;
    color: #1C2C40;
    font-weight: 400;
    font-size: calc(22px*var(--scale-font))
}

.hero .calc-wrapper .calc-box .input-box input[type="text"]::-webkit-input-placeholder,
.hero .calc-wrapper .calc-box .input-box input[type="email"]::-webkit-input-placeholder,
.hero .calc-wrapper .calc-box .input-box textarea::-webkit-input-placeholder,
.hero .calc-wrapper .calc-box .input-box select::-webkit-input-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: 1
}

.hero .calc-wrapper .calc-box .input-box input[type="text"]:-moz-placeholder,
.hero .calc-wrapper .calc-box .input-box input[type="email"]:-moz-placeholder,
.hero .calc-wrapper .calc-box .input-box textarea:-moz-placeholder,
.hero .calc-wrapper .calc-box .input-box select:-moz-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: 1
}

.hero .calc-wrapper .calc-box .input-box input[type="text"]::-moz-placeholder,
.hero .calc-wrapper .calc-box .input-box input[type="email"]::-moz-placeholder,
.hero .calc-wrapper .calc-box .input-box textarea::-moz-placeholder,
.hero .calc-wrapper .calc-box .input-box select::-moz-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: 1
}

.hero .calc-wrapper .calc-box .input-box input[type="text"]:-ms-input-placeholder,
.hero .calc-wrapper .calc-box .input-box input[type="email"]:-ms-input-placeholder,
.hero .calc-wrapper .calc-box .input-box textarea:-ms-input-placeholder,
.hero .calc-wrapper .calc-box .input-box select:-ms-input-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: 1
}

.hero .calc-wrapper .calc-box .input-box input[type="text"]:focus,
.hero .calc-wrapper .calc-box .input-box input[type="email"]:focus,
.hero .calc-wrapper .calc-box .input-box textarea:focus,
.hero .calc-wrapper .calc-box .input-box select:focus {
    border-bottom: 1px solid #8492A6
}

.hero .calc-wrapper .calc-box .input-box select {
    padding-right: 37px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAIBAMAAABjQEDmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEUAAACGlqqFk6aEkqYAAACgffijAAAAA3RSTlMAP+wLFECxAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADBJREFUCNdjEBJgAAFGRQY4gLKhMgwIDrIiKA9FEZiLqgisDE0RUJkgmiKgMmMURQCrMAIhW7vFagAAAABJRU5ErkJggg==");
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 0.01px;
    -ms-text-overflow: '';
    -o-text-overflow: '';
    text-overflow: ''
}

.hero .calc-wrapper .calc-box .input-box select::-ms-expand {
    display: none
}

.hero .calc-wrapper .calc-box .input-box select option[blank] {
    display: none;
    font-weight: 400;
    color: rgba(132, 146, 166, 0.9)
}

.hero .calc-wrapper .calc-box .input-box textarea {
    height: auto;
    padding-top: 10px
}

.hero .calc-wrapper .calc-box .input-box .result {
    padding-top: 5px;
    font-size: calc(44px*var(--scale-font))
}

.hero .calc-wrapper .calc-box .input-box .result small {
    font-size: calc(33px*var(--scale-font))
}

.hero .calc-wrapper .calc-box .input-box .result span {
    color: #23D3D3
}

.hero .calc-wrapper .calc-box .input-box.result-box {
    margin-top: 60px;
    margin-bottom: 20px
}

.hero .calc-wrapper .calc-box.active {
    display: block
}

.hero .calc-wrapper .calc-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(30px*var(--scale-element)) calc(40px*var(--scale-element));
    -webkit-box-shadow: 80px 90px 90px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 80px 90px 90px 0 rgba(28, 44, 64, 0.2);
    margin: 0 -1px;
    -webkit-transition: all .5 ease;
    -o-transition: all .5 ease;
    transition: all .5 ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

@media (max-width: 991.98px) {
    .hero .calc-wrapper .calc-open {
        -webkit-box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        border-radius: 5px;
        margin: 0 auto
    }
}

.hero .calc-wrapper .calc-open span {
    font-size: calc(22px*var(--scale-font));
    color: #fff;
    font-weight: 500;
    padding-right: calc(80px*var(--scale-element));
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

@media (max-width: 991.98px) {
    .hero .calc-wrapper .calc-open span {
        padding-right: calc(30px*var(--scale-element));
        margin: 0 auto
    }
}

.hero .calc-wrapper .calc-open i {
    color: #23D3D3;
    font-size: calc(22px*var(--scale-font))
}

.hero .calc-wrapper .calc-open:hover {
    text-decoration: none;
    -webkit-animation: tenants-hero-calc-open-hover 0.2s ease-in-out normal;
    animation: tenants-hero-calc-open-hover 0.2s ease-in-out normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hero .calc-wrapper .calc-open:hover span {
    color: #23D3D3;
    -webkit-animation: tenants-hero-calc-open-hover-title 0.25s ease-in-out normal;
    animation: tenants-hero-calc-open-hover-title 0.25s ease-in-out normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hero .calc-wrapper .calc-open.active {
    display: none
}

.hero.hero-center .text-wrapper {
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 calc(70px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .hero.hero-center .text-wrapper {
        padding: 30px
    }
}

.hero-section.hero-section-full {
    padding-right: 0;
    padding-left: 0
}

@media (max-width: 991.98px) {
    .hero-section.hero-section-full {
        padding-bottom: 60px
    }
}

.hero-section.hero-section-full .more-btn {
    bottom: 15px
}

@media (max-width: 1199.98px) {
    .hero-section.hero-section-full .more-btn {
        bottom: -23px
    }
}

.hero-section.hero-section-full .container-wrapper {
    max-width: 2135px;
    margin: 0 auto
}

.hero-section.hero-section-full .hero {
    background-size: cover
}

@media (max-width: 1199.98px) {
    .hero-section.hero-section-full .hero {
        max-height: 640px
    }
    .hero-section.hero-section-full .hero h1,
    .hero-section.hero-section-full .hero h2 {
        font-size: 2.5rem
    }
    .hero-section.hero-section-full .hero .text-wrapper {
        top: 130px
    }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) {
    .hero-section.hero-section-full .hero .text-wrapper {
        position: relative;
        top: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1199.98px) {
    .hero-section.hero-section-full .hero .text-wrapper .inner-text {
        margin-left: 20px;
        max-width: 390px
    }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) {
    .hero-section.hero-section-full .hero .text-wrapper .inner-text {
        max-width: none;
        margin: -40px auto 0 auto
    }
}

@media (max-width: 991.98px) {
    .hero-section.hero-section-full .hero {
        max-height: none;
        height: auto
    }
}

.hero-section.hero-section-full .hero p.show-mobile,
.hero-section.hero-section-full .hero p.show-small-mobile {
    padding-left: 15px;
    padding-right: 15px
}

.new-deposit-page .hero,
.unlock-deposit-page .hero,
.rent-tracking-page .hero,
.rental-passport-page .hero {
    z-index: 0;
    background-position: center;
    background-size: cover;
    z-index: 0
}

@media (max-width: 991.98px) {
    .new-deposit-page .hero .mobile-img,
    .unlock-deposit-page .hero .mobile-img,
    .rent-tracking-page .hero .mobile-img,
    .rental-passport-page .hero .mobile-img {
        display: block;
        width: 100%;
        height: auto
    }
    .new-deposit-page .hero .mobile-img img,
    .unlock-deposit-page .hero .mobile-img img,
    .rent-tracking-page .hero .mobile-img img,
    .rental-passport-page .hero .mobile-img img {
        width: 100%;
        height: auto
    }
}

.new-deposit-page .hero .text-wrapper,
.unlock-deposit-page .hero .text-wrapper,
.rent-tracking-page .hero .text-wrapper,
.rental-passport-page .hero .text-wrapper {
    width: 100%;
    max-width: 1500px;
    top: 150px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 0 50px
}

@media screen and (max-width: 1600px) {
    .new-deposit-page .hero .text-wrapper,
    .unlock-deposit-page .hero .text-wrapper,
    .rent-tracking-page .hero .text-wrapper,
    .rental-passport-page .hero .text-wrapper {
        max-width: none
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page .hero .text-wrapper,
    .unlock-deposit-page .hero .text-wrapper,
    .rent-tracking-page .hero .text-wrapper,
    .rental-passport-page .hero .text-wrapper {
        position: relative
    }
}

.new-deposit-page .hero .text-wrapper .inner-text,
.unlock-deposit-page .hero .text-wrapper .inner-text,
.rent-tracking-page .hero .text-wrapper .inner-text,
.rental-passport-page .hero .text-wrapper .inner-text {
    max-width: 480px
}

@media screen and (max-width: 1600px) {
    .new-deposit-page .hero .text-wrapper .inner-text,
    .unlock-deposit-page .hero .text-wrapper .inner-text,
    .rent-tracking-page .hero .text-wrapper .inner-text,
    .rental-passport-page .hero .text-wrapper .inner-text {
        margin-left: 60px
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page .hero .text-wrapper .inner-text,
    .unlock-deposit-page .hero .text-wrapper .inner-text,
    .rent-tracking-page .hero .text-wrapper .inner-text,
    .rental-passport-page .hero .text-wrapper .inner-text {
        margin-top: -40px;
        padding-left: 0;
        max-width: none;
        width: 100%;
        text-align: center
    }
    .new-deposit-page .hero .text-wrapper .inner-text h1,
    .new-deposit-page .hero .text-wrapper .inner-text h2,
    .unlock-deposit-page .hero .text-wrapper .inner-text h1,
    .unlock-deposit-page .hero .text-wrapper .inner-text h2,
    .rent-tracking-page .hero .text-wrapper .inner-text h1,
    .rent-tracking-page .hero .text-wrapper .inner-text h2,
    .rental-passport-page .hero .text-wrapper .inner-text h1,
    .rental-passport-page .hero .text-wrapper .inner-text h2 {
        max-width: 500px;
        margin: 0 auto;
        font-size: 2rem;
        margin-bottom: 20px
    }
}

.new-deposit-page .hero .text-wrapper p,
.unlock-deposit-page .hero .text-wrapper p,
.rent-tracking-page .hero .text-wrapper p,
.rental-passport-page .hero .text-wrapper p {
    margin: calc(10px*var(--scale-element)) 0
}

.new-deposit-page .hero .text-wrapper p.note,
.unlock-deposit-page .hero .text-wrapper p.note,
.rent-tracking-page .hero .text-wrapper p.note,
.rental-passport-page .hero .text-wrapper p.note {
    font-size: 1em
}

.new-deposit-page .hero .calc-box h4,
.unlock-deposit-page .hero .calc-box h4,
.rent-tracking-page .hero .calc-box h4,
.rental-passport-page .hero .calc-box h4 {
    color: #1C2C40
}

.new-deposit-page .hero .calc-box .result,
.unlock-deposit-page .hero .calc-box .result,
.rent-tracking-page .hero .calc-box .result,
.rental-passport-page .hero .calc-box .result {
    color: #1C2C40
}

.new-deposit-page .more-btn,
.unlock-deposit-page .more-btn,
.rent-tracking-page .more-btn,
.rental-passport-page .more-btn {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 50%;
    margin-right: -23px;
    bottom: -23px;
    z-index: 9
}

@media (max-width: 991.98px) {
    .divider {
        border-top: 15px solid #F1F2F6
    }
}

section,
.app-footer,
.app-mobile-devices {
    max-width: 2138px;
    margin: 0 auto
}

.friends-section .container-wrapper {
    position: relative;
    padding: calc(120px*var(--scale-element)) 0;
    overflow: hidden
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .friends-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .friends-section .container-wrapper {
        padding: calc(150px*var(--scale-element)) 0 0 0
    }
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 0 0
    }
}

.friends-section .container-wrapper .background {
    position: absolute;
    right: 0;
    top: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #F3F0FF;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .friends-section .container-wrapper .background {
        top: -300px;
        width: 600px;
        height: 600px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .friends-section .container-wrapper .background {
        top: -250px;
        width: 500px;
        height: 500px
    }
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .background {
        top: -150px;
        width: 300px;
        height: 300px
    }
}

.friends-section .container-wrapper .content-wrapper {
    margin: 0 15%;
    position: relative
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .friends-section .container-wrapper .content-wrapper {
        margin: 0 5%
    }
}

@media (max-width: 991.98px) {
    .friends-section .container-wrapper .content-wrapper {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .content-wrapper {
        text-align: center
    }
}

.friends-section .container-wrapper .content-wrapper h2 {
    padding-top: calc(140px*var(--scale-element));
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 991.98px) {
    .friends-section .container-wrapper .content-wrapper h2 {
        padding-top: 60px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .friends-section .container-wrapper .content-wrapper .show-mobile,
    .friends-section .container-wrapper .content-wrapper .show-small-mobile {
        text-align: center
    }
    .friends-section .container-wrapper .content-wrapper .show-mobile img,
    .friends-section .container-wrapper .content-wrapper .show-small-mobile img {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 25px
    }
}

.friends-section .container-wrapper .content-wrapper .official .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .content-wrapper .official .images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.friends-section .container-wrapper .content-wrapper .official .images a {
    display: block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2)
}

.friends-section .container-wrapper .content-wrapper .official .images a:nth-child(2n+1) {
    margin-top: 80px
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .content-wrapper .official .images a:nth-child(2n+1) {
        margin-top: 60px
    }
}

.friends-section .container-wrapper .content-wrapper .official .images a:hover {
    text-decoration: none;
    -webkit-box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25);
    box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25)
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .content-wrapper .official .images a {
        margin: 10px
    }
}

.friends-section .container-wrapper .content-wrapper .official .text {
    padding: calc(60px*var(--scale-element)) 0 calc(60px*var(--scale-element)) 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .friends-section .container-wrapper .content-wrapper .official .text {
        padding: 0;
        padding-bottom: 60px !important
    }
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .content-wrapper .official .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: calc(50px*var(--scale-element))
    }
}

.friends-section .container-wrapper .content-wrapper .official .text p {
    font-size: calc(20px*var(--scale-font));
    color: #5A6679
}

@media (max-width: 767.98px) {
    .friends-section .container-wrapper .content-wrapper .official .text p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px
    }
}

.friends-section .container-wrapper .content-wrapper .slick-slider {
    position: relative
}

.friends-section .container-wrapper .content-wrapper .slick-slider .prev,
.friends-section .container-wrapper .content-wrapper .slick-slider .next {
    position: absolute;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1
}

.friends-section .container-wrapper .content-wrapper .slick-slider .prev:hover,
.friends-section .container-wrapper .content-wrapper .slick-slider .next:hover {
    cursor: pointer
}

.friends-section .container-wrapper .content-wrapper .slick-slider .prev {
    left: 0
}

.friends-section .container-wrapper .content-wrapper .slick-slider .next {
    right: 0
}

.friends-section .container-wrapper .content-wrapper .testimonial {
    text-align: center;
    padding: calc(80px*var(--scale-element)) 0
}

.friends-section .container-wrapper .content-wrapper .testimonial .user {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0 40px 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.friends-section .container-wrapper .content-wrapper .testimonial .user .user-company {
    background: white "/assets/svg/experian.svg";
    width: 130px;
    border-radius: 20px;
    background-size: 75%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 5px 10px 20px 0 rgba(28, 44, 64, 0.1)
}

.friends-section .container-wrapper .content-wrapper .testimonial .name {
    font-size: calc(18px*var(--scale-font));
    padding-bottom: calc(8px*var(--scale-element));
    font-weight: 500
}

.friends-section .container-wrapper .content-wrapper .testimonial .address {
    color: #8492A6;
    font-weight: 500
}

.friends-section .container-wrapper .content-wrapper .testimonial.visible .user {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.faq-section {
    position: relative;
    background-color: #ECF9FF;
    padding: 120px 0
}

.faq-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.faq-section .seen {
    padding-bottom: 120px
}

@media (max-width: 991.98px) {
    .faq-section .seen {
        padding-bottom: 0
    }
}

@media (max-width: 991.98px) {
    .faq-section .seen {
        padding-left: 15px;
        padding-right: 15px
    }
}

.cta-section {
    background: #23D3D3
}

.cta-section h2 {
    font-size: 2.5rem;
    max-width: 380px;
    line-height: 1
}

@media (max-width: 767.98px) {
    .cta-section h2 {
        font-size: 2rem
    }
}

@media (max-width: 767.98px) {
    .features-section {
        padding: 60px 15px
    }
}

.features-section .container-wrapper .features {
    padding-bottom: 40px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .features-section .container-wrapper .features {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features {
        padding-top: 0
    }
}

.features-section .container-wrapper .features h4 {
    text-align: center
}

.features-section .container-wrapper .features p.narrow-text {
    max-width: 700px
}

.features-section .container-wrapper .features .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .features-section .container-wrapper .features .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .intro {
        margin-bottom: 60px
    }
}

.features-section .container-wrapper .features .intro .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
    border-bottom: 1px solid #E5E9F2;
    margin: 0 20px;
    padding: calc(120px*var(--scale-element)) 6%
}

@media (max-width: 1199.98px) {
    .features-section .container-wrapper .features .intro .column {
        padding: calc(100px*var(--scale-element)) 20px
    }
}

@media (max-width: 991.98px) {
    .features-section .container-wrapper .features .intro .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .intro .column {
        padding: calc(80px*var(--scale-element)) 20px;
        text-align: center
    }
}

.features-section .container-wrapper .features .intro .column .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 320px
}

.features-section .container-wrapper .features .intro .column .image-wrapper img {
    margin-left: 50px
}

.features-section .container-wrapper .features .intro .column p {
    padding-top: calc(40px*var(--scale-element));
    color: #5A6679
}

.features-section .container-wrapper .features .intro .column p.narrow-text {
    max-width: 600px
}

.features-section .container-wrapper .features .intro .column:nth-child(1) .image-wrapper img {
    margin-left: 70px
}

.features-section .container-wrapper .features .intro .column:nth-child(2) .image-wrapper img {
    margin-left: 15px
}

.features-section .container-wrapper .features .how {
    position: relative;
    z-index: 1;
    padding: calc(120px*var(--scale-element)) 0 0 0;
    margin-bottom: calc(30px*var(--scale-element))
}

@media (max-width: 991.98px) {
    .features-section .container-wrapper .features .how {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .pre-headline {
        color: #8492A6;
        font-size: 1.1rem;
        margin-bottom: 30px
    }
}

.features-section .container-wrapper .features .how h2 {
    max-width: 440px;
    margin-bottom: calc(40px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how h2 {
        margin-bottom: calc(30px*var(--scale-element))
    }
}

.features-section .container-wrapper .features .how h3 {
    margin-bottom: calc(20px*var(--scale-element))
}

.features-section .container-wrapper .features .how .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    margin-bottom: 120px
}

@media (max-width: 991.98px) {
    .features-section .container-wrapper .features .how .header {
        margin-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .header {
        margin-bottom: 40px
    }
}

.features-section .container-wrapper .features .how .header a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 60px;
    font-size: calc(20px*var(--scale-font));
    color: #8492A6
}

@media (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .header a {
        padding: 20px 40px
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .header a {
        padding: 20px 0px;
        text-align: center
    }
}

.features-section .container-wrapper .features .how .header a:nth-child(1) {
    padding-left: 40px
}

@media (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .header a:nth-child(1) {
        padding-left: 0px
    }
}

.features-section .container-wrapper .features .how .header a:nth-child(1):hover~.indicator {
    left: 0 !important
}

.features-section .container-wrapper .features .how .header a:nth-child(1).active~.indicator {
    left: 0
}

.features-section .container-wrapper .features .how .header a:nth-child(2) {
    padding-right: 40px
}

@media (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .header a:nth-child(2) {
        padding-right: 0px
    }
}

.features-section .container-wrapper .features .how .header a:nth-child(2):hover~.indicator {
    left: 50% !important
}

.features-section .container-wrapper .features .how .header a:nth-child(2).active~.indicator {
    left: 50%
}

.features-section .container-wrapper .features .how .header a:hover {
    text-decoration: none;
    color: #5A6679
}

.features-section .container-wrapper .features .how .header a.active {
    color: #7550E9
}

.features-section .container-wrapper .features .how .header .indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #7550E9
}

.features-section .container-wrapper .features .how .tabpane {
    display: none
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33%;
    margin: 0 20px;
    padding: calc(60px*var(--scale-element));
    cursor: default
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn {
        padding: calc(60px*var(--scale-element)) calc(20px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn {
        padding: 60px 0 0 0
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn {
        padding: 60px 20px 30px 20px;
        margin: 0 0 20px 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:first-child {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:last-child {
        margin-right: 0
    }
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn .no {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn .no {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 991.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn .no {
        top: 0;
        right: auto;
        left: 0
    }
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    width: 100%
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn .img-wrapper {
        height: 120px;
        margin-bottom: 20px
    }
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn p {
    color: #5A6679;
    text-align: center;
    margin-top: 10px
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn .uppercase {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: calc(20px*var(--scale-element))
}

.features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:hover {
    -webkit-box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12);
    box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12)
}

@media (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.features-section .container-wrapper .features .how .tabpane .foot {
    text-align: center;
    margin-top: 60px
}

@media (max-width: 1199.98px) {
    .features-section .container-wrapper .features .how .tabpane .foot {
        margin-top: 80px
    }
}

@media (max-width: 767.98px) {
    .features-section .container-wrapper .features .how .tabpane .foot {
        margin-top: 30px
    }
}

.features-section .container-wrapper .features .how .tabpane .foot p {
    font-size: calc(16px*var(--scale-font));
    max-width: 680px;
    color: #5A6679;
    margin: calc(20px*var(--scale-element)) auto 0 auto
}

.features-section .container-wrapper .features .how .tabpane.active {
    display: block
}

.features-section .container-wrapper .features .number {
    border-top: 1px solid #E5E9F2;
    margin-bottom: 20px
}

.features-section .container-wrapper .features .number img {
    margin-top: -22px;
    width: 44px
}

.play-section {
    background-color: #ECF9FF
}

.play-section .container-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(300px*var(--scale-element)) 0 calc(60px*var(--scale-element)) 0
}

@media (min-width: 1600px) {
    .play-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0 calc(0px*var(--scale-element)) 0
    }
}

@media screen and (max-width: 1400px) {
    .play-section .container-wrapper {
        padding: calc(220px*var(--scale-element)) 0 calc(0px*var(--scale-element)) 0
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .play-section .container-wrapper {
        padding: calc(220px*var(--scale-element)) 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper {
        padding: calc(200px*var(--scale-element)) 0 calc(40px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .play-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0;
        text-align: center
    }
}

.play-section .container-wrapper .media-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    padding-right: calc(180px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .play-section .container-wrapper .media-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding-right: calc(240px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper .media-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: calc(270px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .play-section .container-wrapper .media-wrapper {
        display: none
    }
}

.play-section .container-wrapper .media-wrapper .circle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 100%;
    background-color: #D1F0FF;
    border-radius: 50%
}

@media (max-width: 1199.98px) {
    .play-section .container-wrapper .media-wrapper .circle {
        opacity: 1
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper .media-wrapper .circle {
        background-color: transparent
    }
}

.play-section .container-wrapper .media-wrapper .circle img {
    position: absolute;
    max-width: none
}

@media (max-width: 1199.98px) {
    .play-section .container-wrapper .media-wrapper .circle img {
        opacity: 1
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .play-section .container-wrapper .media-wrapper .circle img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: 10px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper .media-wrapper .circle img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

.play-section .container-wrapper .media-wrapper .circle img.img1 {
    right: calc(50% - 200px);
    bottom: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 6
}

@media (min-width: 992px) and (max-width: 1399px) {
    .play-section .container-wrapper .media-wrapper .circle img.img1 {
        right: calc(50% - 292px)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper .media-wrapper .circle img.img1 {
        bottom: -230px;
        right: calc(50% - 250px)
    }
}

.play-section .container-wrapper .media-wrapper .circle img.img2 {
    left: calc(50% - 80px);
    bottom: 140px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 5
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper .media-wrapper .circle img.img2 {
        bottom: -65px
    }
}

.play-section .container-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: calc(240px*var(--scale-element))
}

@media screen and (max-width: 1400px) {
    .play-section .container-wrapper .text-wrapper {
        padding: calc(10px*var(--scale-element)) 0
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .play-section .container-wrapper .text-wrapper {
        padding-bottom: 80px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .play-section .container-wrapper .text-wrapper {
        padding-bottom: 140px
    }
}

@media (max-width: 767.98px) {
    .play-section .container-wrapper .text-wrapper {
        padding-bottom: 20px
    }
}

.play-section .container-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8
}

.play-section .container-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.play-section .container-wrapper .text-wrapper .pays {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.play-section .container-wrapper .text-wrapper .pays img {
    margin-right: 20px;
    float: left
}

.play-section .container-wrapper .text-wrapper .pays h5 {
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.3rem;
    color: #C0CCDA
}

.cash-section {
    overflow: hidden
}

.cash-section .container-wrapper {
    position: relative;
    padding: 120px 0;
    border-top: 1px solid #E5E9F2
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cash-section .container-wrapper {
        padding: calc(40px*var(--scale-element)) 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cash-section .container-wrapper {
        padding: calc(100px*var(--scale-element)) 0 calc(160px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .cash-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 calc(90px*var(--scale-element)) 0
    }
}

.cash-section .container-wrapper .background {
    position: absolute;
    left: 0;
    top: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #E1D9F6;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cash-section .container-wrapper .background {
        top: -250px;
        width: 500px;
        height: 500px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cash-section .container-wrapper .background {
        top: -300px;
        width: 600px;
        height: 660px
    }
}

@media (max-width: 767.98px) {
    .cash-section .container-wrapper .background {
        top: -170px;
        width: 340px;
        height: 340px
    }
}

.cash-section .container-wrapper .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .cash-section .container-wrapper .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cash-section .container-wrapper .content-wrapper .media-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    .cash-section .container-wrapper .content-wrapper .media-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767.98px) {
    .cash-section .container-wrapper .content-wrapper .media-wrapper {
        width: 100%;
        height: calc(904px / 2)
    }
}

.cash-section .container-wrapper .content-wrapper .media-wrapper .images-box {
    position: relative;
    height: 904px;
    width: 561px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        margin-left: -25%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        height: 678px
    }
}

@media (max-width: 767.98px) {
    .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        margin-left: -40px
    }
}

.cash-section .container-wrapper .content-wrapper .media-wrapper .images-box img {
    position: absolute
}

.cash-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img1 {
    left: 0px;
    top: 0px;
    z-index: 11
}

.cash-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img2 {
    left: 100px;
    top: 322px;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 12
}

.cash-section .container-wrapper .content-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: calc(100px*var(--scale-element));
    padding-right: 40px;
    max-width: 660px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cash-section .container-wrapper .content-wrapper .text-wrapper {
        padding-left: 0;
        max-width: none
    }
}

@media (max-width: 991.98px) {
    .cash-section .container-wrapper .content-wrapper .text-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 200px 0 0 0;
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .cash-section .container-wrapper .content-wrapper .text-wrapper {
        padding: 60px 0 0 0;
        text-align: center
    }
}

.cash-section .container-wrapper .content-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8
}

.cash-section .container-wrapper .content-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.cash-section .container-wrapper .content-wrapper .text-wrapper .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.cash-section .container-wrapper .content-wrapper .text-wrapper .pays .icon {
    width: 76px
}

.cash-section .container-wrapper .content-wrapper .text-wrapper .pays h4 {
    padding-left: calc(30px*var(--scale-element));
    color: #555
}

@media (max-width: 767.98px) {
    .cash-section .container-wrapper .content-wrapper .text-wrapper .pays h4 {
        text-align: left
    }
}

.works-section .container-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(190px*var(--scale-element)) 0 calc(270px*var(--scale-element)) 0
}

@media (min-width: 1600px) {
    .works-section .container-wrapper {
        padding: calc(225px*var(--scale-element)) 0 calc(260px*var(--scale-element)) 0
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .works-section .container-wrapper {
        padding-top: calc(150px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .works-section .container-wrapper {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }
}

@media (max-width: 767.98px) {
    .works-section .container-wrapper {
        text-align: center
    }
}

.works-section .container-wrapper .media-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    padding-right: calc(150px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .works-section .container-wrapper .media-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding-right: calc(240px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .works-section .container-wrapper .media-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: calc(270px*var(--scale-element));
        display: none
    }
}

@media (max-width: 767.98px) {
    .works-section .container-wrapper .media-wrapper {
        display: none
    }
}

.works-section .container-wrapper .media-wrapper .circle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 100%;
    background-color: #FFF3F5;
    border-radius: 50%
}

@media (max-width: 1199.98px) {
    .works-section .container-wrapper .media-wrapper .circle {
        opacity: 1
    }
}

.works-section .container-wrapper .media-wrapper .circle img {
    position: absolute;
    max-width: none;
    -webkit-box-shadow: 40px 40px 75px rgba(0, 0, 0, 0.15);
    box-shadow: 40px 40px 75px rgba(0, 0, 0, 0.15)
}

@media (max-width: 1199.98px) {
    .works-section .container-wrapper .media-wrapper .circle img {
        opacity: 1
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .works-section .container-wrapper .media-wrapper .circle img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: 10px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .works-section .container-wrapper .media-wrapper .circle img {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        margin: 35px
    }
}

.works-section .container-wrapper .media-wrapper .circle img.img1 {
    right: calc(50% - 0px);
    bottom: calc(50% - 0px);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 5
}

.works-section .container-wrapper .media-wrapper .circle img.img2 {
    left: calc(50% + 32px);
    bottom: calc(50% - 0px);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 6
}

.works-section .container-wrapper .media-wrapper .circle img.img3 {
    right: calc(50% - 0px);
    top: calc(50% + 32px);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    z-index: 7
}

.works-section .container-wrapper .media-wrapper .circle img.img4 {
    left: calc(50% + 30px);
    top: calc(50% + 32px);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index: 4
}

@media (max-width: 1199.98px) {
    .works-section .container-wrapper .media-wrapper.visible .circle {
        opacity: 1
    }
    .works-section .container-wrapper .media-wrapper.visible .circle img {
        opacity: 1
    }
}

.works-section .container-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.works-section .container-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8
}

.works-section .container-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.works-section .container-wrapper .text-wrapper .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.works-section .container-wrapper .text-wrapper .pays .icon {
    width: 76px
}

.works-section .container-wrapper .text-wrapper .pays h4 {
    padding-left: calc(20px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .works-section .container-wrapper .text-wrapper .pays h4 {
        text-align: left
    }
}

.works-section .container-wrapper .text-wrapper .show-mobile,
.works-section .container-wrapper .text-wrapper .show-small-mobile {
    padding-left: 60px;
    padding-top: 20px
}

.works-section .container-wrapper .text-wrapper .show-mobile img,
.works-section .container-wrapper .text-wrapper .show-small-mobile img {
    width: 100%
}

.works-section .container-wrapper .text-wrapper.visible .pays {
    margin-bottom: calc(30px*var(--scale-element))
}

@media (max-width: 1199.98px) {
    .works-section .container-wrapper {
        padding-bottom: 40px
    }
}

@media (max-width: 991.98px) {
    .works-section container-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .works-section .container-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.new-deposit-page .landlord-section .container-wrapper .pays,
.unlock-deposit-page .landlord-section .container-wrapper .pays {
    margin-bottom: 40px
}

.new-deposit-page .landlord-section .container-wrapper .pays img,
.unlock-deposit-page .landlord-section .container-wrapper .pays img {
    margin-right: 20px
}

.new-deposit-page .landlord-section .container-wrapper .pays h5,
.unlock-deposit-page .landlord-section .container-wrapper .pays h5 {
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.3rem;
    color: #555
}

.new-deposit-page .landlord-section .container-wrapper .background,
.unlock-deposit-page .landlord-section .container-wrapper .background {
    background-color: #F9FAFC
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper,
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper,
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper {
        height: 360px
    }
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
    position: relative;
    width: 620px;
    height: 590px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box,
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.7) translateX(-20%);
        -ms-transform: scale(0.7) translateX(-20%);
        transform: scale(0.7) translateX(-20%)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box,
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box,
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img {
    position: absolute
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img1,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img1 {
    left: 0;
    top: calc(50% - 70px);
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    z-index: 10
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img2,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img2 {
    left: 70px;
    top: 70px;
    z-index: 12
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img3,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img3 {
    left: calc(50% - 70px);
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.1);
    z-index: 13
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img4,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img4 {
    right: 60px;
    top: 180px;
    z-index: 14
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img5,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img5 {
    top: 345px;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    z-index: 13
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img6,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img6 {
    left: 80px;
    top: 70px;
    -webkit-box-shadow: 40px 90px 160px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 40px 90px 160px 0 rgba(28, 44, 64, 0.2);
    z-index: 11
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img5,
.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img5 {
    right: 50px
}

.index-page .faq-section .seen,
.new-deposit-page .faq-section .seen,
.unlock-deposit-page .faq-section .seen,
.rent-tracking-page .faq-section .seen,
.rental-passport-page .faq-section .seen {
    padding-bottom: 0
}

@media (max-width: 991.98px) {
    .index-page,
    .new-deposit-page,
    .unlock-deposit-page,
    .rent-tracking-page,
    .rental-passport-page {
        padding: 0
    }
    .index-page .section,
    .new-deposit-page .section,
    .unlock-deposit-page .section,
    .rent-tracking-page .section,
    .rental-passport-page .section {
        margin: 0;
        padding: 60px 0
    }
    .index-page .section.faq-section,
    .new-deposit-page .section.faq-section,
    .unlock-deposit-page .section.faq-section,
    .rent-tracking-page .section.faq-section,
    .rental-passport-page .section.faq-section {
        background: #fff
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    .index-page .section.faq-section,
    .new-deposit-page .section.faq-section,
    .unlock-deposit-page .section.faq-section,
    .rent-tracking-page .section.faq-section,
    .rental-passport-page .section.faq-section {
        padding-top: 0
    }
}

@media (max-width: 991.98px) {
    .index-page .section.cta-section:before,
    .new-deposit-page .section.cta-section:before,
    .unlock-deposit-page .section.cta-section:before,
    .rent-tracking-page .section.cta-section:before,
    .rental-passport-page .section.cta-section:before {
        display: none
    }
    .index-page .friends-section,
    .index-page .faq-section,
    .index-page .features-section,
    .index-page .play-section,
    .index-page .cash-section,
    .index-page .works-section,
    .new-deposit-page .friends-section,
    .new-deposit-page .faq-section,
    .new-deposit-page .features-section,
    .new-deposit-page .play-section,
    .new-deposit-page .cash-section,
    .new-deposit-page .works-section,
    .unlock-deposit-page .friends-section,
    .unlock-deposit-page .faq-section,
    .unlock-deposit-page .features-section,
    .unlock-deposit-page .play-section,
    .unlock-deposit-page .cash-section,
    .unlock-deposit-page .works-section,
    .rent-tracking-page .friends-section,
    .rent-tracking-page .faq-section,
    .rent-tracking-page .features-section,
    .rent-tracking-page .play-section,
    .rent-tracking-page .cash-section,
    .rent-tracking-page .works-section,
    .rental-passport-page .friends-section,
    .rental-passport-page .faq-section,
    .rental-passport-page .features-section,
    .rental-passport-page .play-section,
    .rental-passport-page .cash-section,
    .rental-passport-page .works-section {
        background: #fff
    }
    .index-page .friends-section .background,
    .index-page .faq-section .background,
    .index-page .features-section .background,
    .index-page .play-section .background,
    .index-page .cash-section .background,
    .index-page .works-section .background,
    .new-deposit-page .friends-section .background,
    .new-deposit-page .faq-section .background,
    .new-deposit-page .features-section .background,
    .new-deposit-page .play-section .background,
    .new-deposit-page .cash-section .background,
    .new-deposit-page .works-section .background,
    .unlock-deposit-page .friends-section .background,
    .unlock-deposit-page .faq-section .background,
    .unlock-deposit-page .features-section .background,
    .unlock-deposit-page .play-section .background,
    .unlock-deposit-page .cash-section .background,
    .unlock-deposit-page .works-section .background,
    .rent-tracking-page .friends-section .background,
    .rent-tracking-page .faq-section .background,
    .rent-tracking-page .features-section .background,
    .rent-tracking-page .play-section .background,
    .rent-tracking-page .cash-section .background,
    .rent-tracking-page .works-section .background,
    .rental-passport-page .friends-section .background,
    .rental-passport-page .faq-section .background,
    .rental-passport-page .features-section .background,
    .rental-passport-page .play-section .background,
    .rental-passport-page .cash-section .background,
    .rental-passport-page .works-section .background {
        display: none
    }
    .index-page .friends-section .container-wrapper .content-wrapper .testimonial,
    .new-deposit-page .friends-section .container-wrapper .content-wrapper .testimonial,
    .unlock-deposit-page .friends-section .container-wrapper .content-wrapper .testimonial,
    .rent-tracking-page .friends-section .container-wrapper .content-wrapper .testimonial,
    .rental-passport-page .friends-section .container-wrapper .content-wrapper .testimonial {
        padding-bottom: 0
    }
    .index-page .hundred-section .container-wrapper,
    .new-deposit-page .hundred-section .container-wrapper,
    .unlock-deposit-page .hundred-section .container-wrapper,
    .rent-tracking-page .hundred-section .container-wrapper,
    .rental-passport-page .hundred-section .container-wrapper {
        padding: 60px 15px !important
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .section,
    .unlock-deposit-page .section,
    .rent-tracking-page .section,
    .rental-passport-page .section {
        padding: 60px 0
    }
    .index-page .section {
        padding: 60px 15px
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .features-section .container-wrapper .features,
    .unlock-deposit-page .features-section .container-wrapper .features,
    .rent-tracking-page .features-section .container-wrapper .features {
        padding-bottom: 0
    }
    .new-deposit-page .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn,
    .unlock-deposit-page .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn,
    .rent-tracking-page .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn {
        padding: 60px 0 0 0
    }
    .new-deposit-page .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:last-child,
    .unlock-deposit-page .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:last-child,
    .rent-tracking-page .features-section .container-wrapper .features .how .tabpane .collumn-wrapper .collumn:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page .faq-section .container-wrapper .faq {
        padding: 60px 0
    }
}

@media (max-width: 767.98px) {
    .play-section .container-wrapper {
        padding: 60px 0
    }
}

.app-mobile-devices {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 0
}

.app-mobile-devices .text {
    position: absolute;
    left: 50%;
    bottom: 40%;
    width: 50%;
    height: 50%;
    z-index: 10
}

@media (min-height: 900px) {
    .app-mobile-devices .text {
        bottom: 50%
    }
}

@media (max-height: 600px) {
    .app-mobile-devices .text {
        bottom: 20%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-mobile-devices .text {
        bottom: 48%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-mobile-devices .text {
        left: 30%;
        width: 70%;
        bottom: 52%
    }
}

@media (max-width: 767.98px) {
    .app-mobile-devices .text {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 10%;
        height: 90%;
        padding: 15px
    }
}

.app-mobile-devices .text .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 767.98px) {
    .app-mobile-devices .text .wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.app-mobile-devices .text .wrapper h2 {
    max-width: 440px
}

.app-mobile-devices .text .wrapper p {
    max-width: 440px;
    color: #5A6679;
    line-height: 1.8;
    padding: 40px 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-mobile-devices .text .wrapper p {
        padding: 30px 0
    }
}

@media (max-width: 767.98px) {
    .app-mobile-devices .text .wrapper p {
        padding: 30px 0 40px 0;
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .app-mobile-devices .text .wrapper .buttons {
        text-align: right
    }
}

.app-mobile-devices .text .wrapper .buttons .btn {
    padding: 0 40px;
    margin-right: 10px
}

@media (max-width: 767.98px) {
    .app-mobile-devices .text .wrapper .buttons .btn {
        display: block;
        margin: 0 10px 10px 0;
        width: 210px
    }
}

.app-mobile-devices .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2
}

@media (max-width: 991.98px) {
    .app-mobile-devices {
        display: none
    }
}

h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 2.5rem
}

h2 {
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.5rem
}

h3 {
    line-height: 1.4;
    font-weight: 700
}

h5 {
    line-height: 2;
    font-weight: 700;
    font-size: 1.5rem
}

p {
    line-height: 1.7;
    margin: 0;
    font-weight: 400
}

.pre-headline {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 40px
}

.center-headline {
    width: 600px;
    text-align: center;
    margin: 0 auto
}

.narrow-text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

.gray-text {
    color: #5A6679
}

.uppercase {
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    h2,
    h3 {
        font-size: 2rem
    }
    .gray-text-mobile {
        color: #5A6679
    }
    .show-mobile .pre-headline p,
    .show-small-mobile .pre-headline p,
    .show-mobile .pre-headline,
    .show-small-mobile .pre-headline {
        color: #8492A6;
        font-size: 1.1rem;
        margin-bottom: 30px;
        font-weight: 600
    }
}

.slick-slider {
    position: relative
}

.slick-slider .prev,
.slick-slider .next {
    top: 50%;
    margin-top: -58px;
    position: absolute
}

.slick-slider .prev {
    left: 0
}

.slick-slider .next {
    right: 0
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slick-dots li {
    padding: 0 6px
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    background-color: #8492A6;
    border-radius: 50%;
    opacity: 0.33;
    font-size: 1px
}

.slick-dots li button:hover {
    opacity: 0.5
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #23D3D3
}

@media screen and (max-width: 1400px) {
    .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        width: 440px
    }
    .rental-passport-page .cash-section .container-wrapper .content-wrapper .text-wrapper {
        max-width: 550px;
        padding-left: 40px;
        padding-right: 40px
    }
    .rental-passport-page .carousel-section .slide {
        padding: 80px 100px 180px !important
    }
    .rental-passport-page .carousel-section .slick-dots {
        bottom: 80px !important
    }
    .rental-passport-page .carousel-section .next {
        right: 40px !important
    }
    .rental-passport-page .carousel-section .prev {
        left: 40px !important
    }
}

@media (max-width: 1199.98px) {
    .rental-passport-page .cash-section .container-wrapper .content-wrapper .text-wrapper {
        padding-left: 0
    }
    .rental-passport-page .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        width: 335px
    }
    .rental-passport-page .carousel-section .slide {
        margin-top: 40px !important;
        background-size: auto 560px !important;
        padding: 0px 100px 110px !important
    }
}

@media screen and (max-width: 1200px) {
    .rental-passport-page .carousel-section .slide.slide-1,
    .rental-passport-page .carousel-section .slide.slide-2,
    .rental-passport-page .carousel-section .slide.slide-3,
    .rental-passport-page .carousel-section .slide.slide-4 {
        background-size: auto 600px !important;
        background-position: center !important
    }
    .rental-passport-page .carousel-section .slick-dots {
        bottom: 90px !important
    }
    .rental-passport-page .carousel-section .slide {
        padding: 40px 100px 80px 100px !important;
        margin-top: 0 !important
    }
    .agents-landlord-page .hero {
        min-height: auto !important;
        max-height: none;
        height: auto;
        padding-bottom: 60px
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper {
        position: relative !important;
        top: auto;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 0 calc(120px*var(--scale-element)) 0 0 0 !important
    }
}

@media (max-width: 991.98px) {
    .index-page .section.faq-section {
        padding-top: 60px
    }
    .index-page .friends-section .show-mobile img,
    .index-page .friends-section .show-small-mobile img {
        margin-left: 25px !important
    }
    .index-page .hundred-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .new-deposit-page .works-section .container-wrapper .text-wrapper,
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper.visible {
        text-align: center
    }
    .new-deposit-page .landlord-section .container-wrapper {
        padding-bottom: 60px !important
    }
    .new-deposit-page .friends-section .container-wrapper,
    .new-deposit-page .play-section .container-wrapper {
        padding-top: 60px !important
    }
    .new-deposit-page .friends-section .container-wrapper .content-wrapper h2 {
        padding-top: 0
    }
    .new-deposit-page .friends-section .container-wrapper .content-wrapper .show-mobile img,
    .new-deposit-page .friends-section .container-wrapper .content-wrapper .show-small-mobile img {
        margin-left: 25px
    }
    .new-deposit-page .play-section .container-wrapper {
        padding-bottom: 60px
    }
    .new-deposit-page .play-section .container-wrapper .text-wrapper {
        text-align: center
    }
    .new-deposit-page .play-section .container-wrapper .text-wrapper {
        padding-bottom: 0
    }
    .unlock-deposit-page .hero .text-wrapper .inner-text h2 {
        max-width: 270px
    }
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper,
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper p {
        text-align: center;
        padding: 0 !important
    }
    .unlock-deposit-page .cash-section .container-wrapper .content-wrapper .text-wrapper,
    .unlock-deposit-page .cash-section .container-wrapper .content-wrapper .text-wrapper p {
        padding: 0;
        text-align: center
    }
    .unlock-deposit-page .friends-section .container-wrapper {
        padding: 0 15px;
        text-align: center
    }
    .unlock-deposit-page .friends-section .container-wrapper .content-wrapper h2,
    .unlock-deposit-page .friends-section .container-wrapper .content-wrapper .official .text,
    .unlock-deposit-page .friends-section .container-wrapper .content-wrapper .official .text p {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center
    }
    .unlock-deposit-page .friends-section .container-wrapper .content-wrapper .official .text {
        padding-bottom: 0 !important
    }
    .unlock-deposit-page .friends-section .show-mobile img,
    .unlock-deposit-page .friends-section .show-small-mobile img {
        margin-left: 25px !important
    }
    .unlock-deposit-page .faq .seen {
        padding-top: 60px
    }
    .rent-tracking-page .hero-section.hero-section-full .hero .text-wrapper .inner-text {
        margin-top: -14px
    }
    .rent-tracking-page .hero .calc-wrapper .calc-open:hover span {
        -webkit-animation: none 0 ease 0 1 normal none running;
        animation: none 0 ease 0 1 normal none running
    }
    .rent-tracking-page .hero .text-wrapper .btn {
        margin: 40px auto 60px auto;
        width: 90%;
        max-width: 360px;
        border-radius: 5px;
        background: #252E43;
        -webkit-box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease
    }
    .rent-tracking-page .hero .text-wrapper .btn:hover {
        background: #2c3750;
        -webkit-box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2) !important;
        box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2) !important
    }
    .rent-tracking-page .hero .text-wrapper .btn .bck {
        background-color: transparent
    }
    .rent-tracking-page .hero .text-wrapper p {
        color: #5A6679
    }
    .rent-tracking-page .play-section .container-wrapper {
        padding: 60px 0 !important
    }
    .rent-tracking-page .play-section .container-wrapper .text-wrapper {
        margin-top: 0px !important;
        padding-bottom: 0
    }
    .rent-tracking-page .play-section .container-wrapper .media-wrapper .circle img.img2 {
        bottom: -230px
    }
    .rent-tracking-page .score-section .container-wrapper {
        padding: 60px 0 !important
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper {
        padding-bottom: 0 !important
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper img {
        width: 100%;
        max-width: 600px
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper>div {
        width: 100%;
        text-align: center !important
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper>div .signature p {
        text-align: center;
        width: 100%
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper>div .signature img {
        display: none
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper>div:nth-child(2) {
        margin-top: 40px
    }
    .rental-passport-page .hero-section.hero-section-full .hero .text-wrapper .inner-text {
        margin: -10px auto 0 auto
    }
    .rental-passport-page .hero .text-wrapper .btn {
        margin: 40px auto 60px auto;
        width: 90%;
        max-width: 360px;
        border-radius: 5px;
        background: #23D3D3;
        -webkit-box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease
    }
    .rental-passport-page .hero .text-wrapper .btn:hover {
        background: #2c3750;
        -webkit-box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2) !important;
        box-shadow: 10px 10px 10px 0 rgba(28, 44, 64, 0.2) !important
    }
    .rental-passport-page .hero .text-wrapper .btn .bck {
        background-color: transparent
    }
    .rental-passport-page .hero .text-wrapper p {
        color: #5A6679
    }
    .rental-passport-page .works-section .container-wrapper {
        text-align: center
    }
    .rental-passport-page .cash-section .container-wrapper {
        padding-bottom: 60px !important
    }
    .rental-passport-page .cash-section .container-wrapper .content-wrapper .text-wrapper {
        padding: 0;
        max-width: none;
        text-align: center
    }
    .rental-passport-page .friends-section.divider {
        border-top: 15px solid #F1F2F6
    }
    .rental-passport-page .friends-section.divider .container-wrapper {
        padding-top: 60px
    }
    .rental-passport-page .friends-section .show-mobile img,
    .rental-passport-page .friends-section .show-small-mobile img {
        margin-left: 25px !important
    }
    .rental-passport-page .carousel-section {
        padding: 60px 0 0 0 !important
    }
    .rental-passport-page .carousel-section .content-wrapper {
        padding: 0 15px
    }
    .rental-passport-page .carousel-section .prev,
    .rental-passport-page .carousel-section .next {
        bottom: 40px;
        top: auto
    }
    .rental-passport-page .carousel-section .slide {
        margin-top: 40px !important;
        padding: 80px 0 180px !important;
        margin-top: 20px;
        height: 460px;
        margin-bottom: 140px
    }
    .rental-passport-page .carousel-section .slide .box.active {
        bottom: -20px;
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0
    }
    .rental-passport-page .carousel-section .slide.slide-1,
    .rental-passport-page .carousel-section .slide.slide-2,
    .rental-passport-page .carousel-section .slide.slide-3,
    .rental-passport-page .carousel-section .slide.slide-4 {
        background-size: auto 100% !important;
        background-position: center !important
    }
    .index-page .faq-section,
    .new-deposit-page .faq-section,
    .unlock-deposit-page .faq-section,
    .rent-tracking-page .faq-section,
    .rental-passport-page .faq-section {
        padding: 60px 0
    }
    .index-page .faq-section .container-wrapper h3,
    .new-deposit-page .faq-section .container-wrapper h3,
    .unlock-deposit-page .faq-section .container-wrapper h3,
    .rent-tracking-page .faq-section .container-wrapper h3,
    .rental-passport-page .faq-section .container-wrapper h3 {
        padding: 0 20px 0 40px;
        margin: 0;
        max-width: 320px
    }
}

@media (max-width: 767.98px) {
    .index-page .faq-section,
    .new-deposit-page .faq-section,
    .unlock-deposit-page .faq-section,
    .rent-tracking-page .faq-section,
    .rental-passport-page .faq-section {
        padding: 60px 0
    }
    .index-page .faq-section .faq,
    .new-deposit-page .faq-section .faq,
    .unlock-deposit-page .faq-section .faq,
    .rent-tracking-page .faq-section .faq,
    .rental-passport-page .faq-section .faq {
        padding-bottom: 0 !important
    }
    .index-page .faq-section .container-wrapper h3,
    .new-deposit-page .faq-section .container-wrapper h3,
    .unlock-deposit-page .faq-section .container-wrapper h3,
    .rent-tracking-page .faq-section .container-wrapper h3,
    .rental-passport-page .faq-section .container-wrapper h3 {
        padding: 0 20px;
        margin: 0
    }
    .app-header .app-header-c .app-header-logo img {
        max-width: 120px;
        margin-top: 5px
    }
    .new-deposit-page .works-section .container-wrapper .text-wrapper p {
        padding: 0
    }
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper p {
        padding: 0 !important
    }
    .rental-passport-page .works-section .container-wrapper {
        padding-bottom: 60px !important
    }
    .rental-passport-page .friends-section .container-wrapper .content-wrapper h2 {
        padding-top: 0px
    }
    .rental-passport-page .section.faq-section {
        padding-top: 60px
    }
}

@media (max-width: 575.98px) {
    .rental-passport-page .carousel-section .slide .box.active {
        bottom: -50px
    }
    .rental-passport-page .carousel-section .slide {
        margin-bottom: 170px
    }
    .rental-passport-page .carousel-section .prev {
        left: 0 !important
    }
    .rental-passport-page .carousel-section .next {
        right: 0 !important
    }
    .slick-slide img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
    }
}

@media screen and (max-width: 1400px) {
    /* .index-page .hero-home .hero {
        background-size: 1500px;
    } */
}

@media (max-width: 1199.98px) {
    /* .index-page .hero-home .hero {
        background-size: 1400px;
        height: 530px
    } */
    .inner-text p,
    .small-text {
        width: 50%;
    }
    .text-wrapper1 .inner-text p,
    .text-wrapper1 .small-text {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .index-page .hero-home .hero {
        background: none
    }
    .inner-text p,
    .small-text {
        width: 100%;
    }
    .index-page .hero-home .hero .mobile-img {
        margin: 0 auto;
        max-width: 70% !important;
    }
}

@media screen and (min-width: 1920px) {
    /* .index-page .hero-home .hero {
        background-position: right 20px bottom;
        max-width: 2140px
    } */
}

.index-page .hero-home .hero .text-wrapper {
    width: 100%;
    max-width: 1500px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 60px
}

@media screen and (max-width: 1600px) {
    .index-page .hero-home .hero .text-wrapper {
        max-width: none
    }
}

@media (max-width: 1199.98px) {
    .index-page .hero-home .hero .text-wrapper {
        width: 100%;
        max-width: 1500px;
        top: 40px;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: none;
        padding: 0 20px;
        position: relative
    }
}

.index-page .hero-home .hero .text-wrapper .inner-text {
    max-width: 50%;
}

@media screen and (max-width: 1600px) {
    .index-page .hero-home .hero .text-wrapper .inner-text {
        padding-left: 37px
    }
    /* .index-page .hero-home .hero {
        height: 450px;
        background-position: right -150px center;
        background-size: 1340px;
    } */
}

.index-page .hero-home .hero .text-wrapper .note img {
    display: inline-block;
    margin: -1px 0 0 10px
}

@media screen and (width: 1200px) {
    .index-page .hero-home .hero .text-wrapper .note img {
        display: block;
        margin: 5px 0 0 0
    }
}

@media (max-width: 1199.98px) {
    .index-page .hero-home .hero .text-wrapper .note img {
        display: block;
        margin: 5px 0 0 0
    }
}

@media (max-width: 991.98px) {
    .index-page .hero-home .hero .mobile-img {
        display: block
    }
}

.index-page .hero-section {
    height: 580px
}

.index-page .hero-section .container-wrapper {
    max-width: 1940px;
    width: 100%;
    max-width: 1600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 60px
}

.index-page .hero-section .container-wrapper .inner-text {
    max-width: 490px
}

@media screen and (max-width: 1940px) {
    .index-page .container-fluid {
        padding: 0
    }
    .index-page .hero-section .container-wrapper {
        width: 100%;
        margin: 0;
        float: right
    }
}

.index-page .whatis-section {
    padding-top: 20px
}

.index-page .whatis-section .collumn-wrapper {
    background: url("../img/whatis-bg.jpg") no-repeat;
    background-position: right -300px center;
    background-size: auto 100%;
    margin-top: 60px
}

@media (max-width: 1199.98px) {
    .index-page .whatis-section .collumn-wrapper {
        padding: 0 6%
    }
}

@media screen and (min-width: 1920px) {
    .index-page .whatis-section .collumn-wrapper {
        background-position: right -0px center;
        background-size: auto 940px
    }
}

.index-page .whatis-section .collumn-wrapper .collumn {
    max-width: 1000px;
    margin: 0 auto
}

.index-page .whatis-section .collumn-wrapper .collumn .inner-text {
    max-width: 360px
}

.index-page .whatis-section .box {
    margin-bottom: 120px
}

.index-page .whatis-section .box h5 {
    margin-bottom: 20px
}

.index-page .whatis-section .box h5 .patch {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 6px 10px 3px;
    border-radius: 4px;
    color: #fff;
    background: #23D3D3;
    margin-right: 6px
}

.index-page .whatis-section .box p {
    color: #5A6679;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: calc(20px*var(--scale-font))
}

.index-page .whatis-section .box .btn {
    height: 40px;
    font-weight: 600;
    font-size: .9rem;
    padding: 2px 15px 0 15px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.index-page .whatis-section .box .btn:hover {
    background: rgba(35, 211, 211, 0.03)
}

.index-page .whatis-section .box .btn.btn-outline {
    border: 2px solid #444
}

@media (max-width: 991.98px) {
    .index-page .whatis-section:before {
        display: none
    }
}

@media screen and (min-width: 1920px) {
    .index-page .whatis-section .content-wrapper {
        max-width: 1840px;
        margin: 0 auto
    }
    .index-page .whatis-section .collumn-wrapper {
        background-position: right -0px center;
        background-size: auto 920px
    }
}

.index-page .friends-section .container-wrapper {
    padding-bottom: 40px
}

.index-page .friends-section .container-wrapper .content-wrapper .official .text {
    padding-bottom: 120px
}

@media (max-width: 991.98px) {
    .index-page .friends-section .container-wrapper .content-wrapper .official .text {
        padding-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .index-page .friends-section .container-wrapper .content-wrapper .official .text {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.index-page .hundred-section {
    padding-top: 120px;
    padding-bottom: 120px
}

.index-page .hundred-section .container-wrapper {
    margin: 0 auto;
    text-align: center
}

.index-page .hundred-section .container-wrapper img {
    max-width: 360px;
    margin-bottom: 60px;
    width: 100%
}

.index-page .hundred-section .container-wrapper p {
    color: #5A6679;
    margin-bottom: 60px
}

@media (max-width: 991.98px) {
    .index-page h2 {
        font-size: 2rem
    }
    .index-page .hero-home .hero {
        height: auto;
        margin-bottom: 0
    }
    .index-page .hero-home .hero .text-wrapper {
        padding: 20px 0 50px 0;
        /* background: #F1F2F6 */
    }
    .index-page .hero-home .hero .text-wrapper .inner-text {
        margin-top: -40px;
        padding-left: 0;
        max-width: none;
        text-align: center
    }
    .index-page .hero-home .hero .text-wrapper1 .inner-text {
        margin-top: 0px;
        padding-left: 0;
        max-width: none;
        text-align: center
    }
    .index-page .hero-home .hero .text-wrapper .inner-text h1,
    .index-page .hero-home .hero .text-wrapper1 .inner-text h1 {
        max-width: 500px;
        margin: 0 auto;
        font-size: 2.3rem;
        margin-bottom: 20px
    }
    .customer-logos.slider {
        margin: 10px auto;
    }
    .index-page .hero-home .hero .text-wrapper .inner-text p .show-mobile,
    .index-page .hero-home .hero .text-wrapper .inner-text p .show-small-mobile {
        display: inline-block
    }
    .hero .text-wrapper p {
        padding: 0 15px;
    }
    .index-page .hero-home .hero .text-wrapper .inner-text .background {
        width: 100%;
        margin-top: 40px;
        position: absolute;
        top: 40px
    }
    .index-page .hero-home .hero .mobile-img {
        width: 100%;
        /* margin: 40px auto; */
        max-width: 100%;
    }
    .index-page .hero-home .hero .mobile-img img {
        width: 100%;
        padding: 20px;
    }
    .index-page .hero-home .more-btn {
        display: none;
        margin-top: 20px
    }
    .index-page .whatis-section {
        padding-top: 80px
    }
    .index-page .whatis-section .collumn-wrapper {
        background: transparent;
        margin-top: 70px
    }
    .index-page .whatis-section .collumn-wrapper .collumn .inner-text {
        max-width: none;
        margin: 0 auto;
        text-align: center
    }
    .index-page .whatis-section .collumn-wrapper .collumn .inner-text .number {
        border-top: 1px solid #E5E9F2
    }
    .index-page .whatis-section .collumn-wrapper .collumn .inner-text .number img {
        margin-top: -22px;
        width: 44px
    }
    .index-page .whatis-section .collumn-wrapper .collumn .inner-text .box {
        margin: 0;
        padding: 60px 0 80px 0
    }
    .index-page .whatis-section .collumn-wrapper .collumn .inner-text .box p {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 30px
    }
    .index-page .whatis-section img.show-mobile,
    .index-page .whatis-section img.show-small-mobile {
        margin: 0 auto
    }
    .index-page .whatis-section .pre-headline {
        font-size: 1rem;
        color: #8492A6;
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
    .index-page .whatis-section h2 {
        width: 100%;
        padding: 0 20px
    }
}

@media (max-width: 991.98px) {
    .index-page .friends-section {
        margin-bottom: 40px
    }
    .index-page .friends-section .container-wrapper {
        padding: 0 20px
    }
    .index-page .friends-section .container-wrapper .content-wrapper .testimonial {
        padding-top: calc(40px*var(--scale-element))
    }
    .index-page .friends-section .container-wrapper .content-wrapper .official .images {
        margin-top: 60px
    }
}

.tenants-page .deposits-section {
    position: relative
}

.tenants-page .deposits-section .container-wrapper {
    position: relative;
    z-index: 1;
    padding: calc(150px*var(--scale-element)) 0
}

@media (max-width: 991.98px) {
    .tenants-page .deposits-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper {
        padding: calc(40px*var(--scale-element)) 0 calc(100px*var(--scale-element)) 0
    }
}

.tenants-page .deposits-section .container-wrapper h2 {
    max-width: 420px;
    margin-bottom: calc(40px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper h2 {
        margin-bottom: calc(30px*var(--scale-element))
    }
}

.tenants-page .deposits-section .container-wrapper .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    margin-bottom: 120px
}

@media (max-width: 991.98px) {
    .tenants-page .deposits-section .container-wrapper .header {
        margin-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper .header {
        margin-bottom: 40px
    }
}

.tenants-page .deposits-section .container-wrapper .header a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 60px;
    font-size: calc(20px*var(--scale-font));
    color: #8492A6
}

@media (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .header a {
        padding: 20px 40px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper .header a {
        padding: 20px 0px;
        text-align: center
    }
}

.tenants-page .deposits-section .container-wrapper .header a:nth-child(1) {
    padding-left: 40px
}

@media (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .header a:nth-child(1) {
        padding-left: 0px
    }
}

.tenants-page .deposits-section .container-wrapper .header a:nth-child(1):hover~.indicator {
    left: 0 !important
}

.tenants-page .deposits-section .container-wrapper .header a:nth-child(1).active~.indicator {
    left: 0
}

.tenants-page .deposits-section .container-wrapper .header a:nth-child(2) {
    padding-right: 40px
}

@media (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .header a:nth-child(2) {
        padding-right: 0px
    }
}

.tenants-page .deposits-section .container-wrapper .header a:nth-child(2):hover~.indicator {
    left: 50% !important
}

.tenants-page .deposits-section .container-wrapper .header a:nth-child(2).active~.indicator {
    left: 50%
}

.tenants-page .deposits-section .container-wrapper .header a:hover {
    text-decoration: none;
    color: #5A6679
}

.tenants-page .deposits-section .container-wrapper .header a.active {
    color: #23D3D3
}

.tenants-page .deposits-section .container-wrapper .header .indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #23D3D3
}

.tenants-page .deposits-section .container-wrapper .tabpane {
    display: none
}

.tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33%;
    margin: 0 20px;
    padding: calc(60px*var(--scale-element));
    cursor: default
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: calc(60px*var(--scale-element)) calc(20px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 60px 0 0 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 60px 20px 30px 20px;
        margin: 0 0 40px 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:first-child {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:last-child {
        margin-right: 0
    }
}

.tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 991.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
        top: 0;
        right: auto;
        left: 0
    }
}

.tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    width: 100%
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
        height: 120px;
        margin-bottom: 20px
    }
}

.tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn p {
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    text-align: center
}

.tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:hover {
    -webkit-box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12);
    box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12)
}

@media (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.tenants-page .deposits-section .container-wrapper .tabpane .foot {
    text-align: center;
    margin-top: 120px
}

@media (max-width: 1199.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .foot {
        margin-top: 80px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .deposits-section .container-wrapper .tabpane .foot {
        margin-top: 30px
    }
}

.tenants-page .deposits-section .container-wrapper .tabpane .foot p {
    font-size: calc(20px*var(--scale-font));
    max-width: 680px;
    margin: 0 auto;
    color: #5A6679;
    margin-bottom: 50px
}

.tenants-page .deposits-section .container-wrapper .tabpane.active {
    display: block
}

.tenants-page .deposits-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.tenants-page .play-section {
    background-color: #ECF9FF
}

.tenants-page .play-section .container-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(430px*var(--scale-element)) 0 calc(180px*var(--scale-element)) 0;
    border-top: 1px solid rgba(28, 44, 64, 0.1)
}

@media (min-width: 1600px) {
    .tenants-page .play-section .container-wrapper {
        padding: calc(380px*var(--scale-element)) 0 calc(200px*var(--scale-element)) 0
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .play-section .container-wrapper {
        padding: calc(460px*var(--scale-element)) 0 0 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper {
        padding: calc(200px*var(--scale-element)) 0 calc(40px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .play-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0;
        text-align: center
    }
}

.tenants-page .play-section .container-wrapper .media-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    padding-right: calc(180px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding-right: calc(240px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: calc(270px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper {
        display: none
    }
}

.tenants-page .play-section .container-wrapper .media-wrapper .circle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 100%;
    background-color: #D1F0FF;
    border-radius: 50%
}

@media (max-width: 1199.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle {
        opacity: 1
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle {
        background-color: transparent
    }
}

.tenants-page .play-section .container-wrapper .media-wrapper .circle img {
    position: absolute;
    max-width: none
}

@media (max-width: 1199.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle img {
        opacity: 1
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: 10px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

.tenants-page .play-section .container-wrapper .media-wrapper .circle img.img1 {
    right: calc(50% - 200px);
    bottom: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 6
}

@media (min-width: 992px) and (max-width: 1399px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle img.img1 {
        right: calc(50% - 292px)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle img.img1 {
        bottom: -230px;
        right: calc(50% - 250px)
    }
}

.tenants-page .play-section .container-wrapper .media-wrapper .circle img.img2 {
    left: calc(50% - 80px);
    bottom: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 5
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper .media-wrapper .circle img.img2 {
        bottom: -170px
    }
}

.tenants-page .play-section .container-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: calc(240px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .play-section .container-wrapper .text-wrapper {
        padding-bottom: 200px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .play-section .container-wrapper .text-wrapper {
        padding-bottom: 140px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .play-section .container-wrapper .text-wrapper {
        padding-bottom: 20px
    }
}

.tenants-page .play-section .container-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8
}

.tenants-page .play-section .container-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.tenants-page .play-section .container-wrapper .text-wrapper .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tenants-page .play-section .container-wrapper .text-wrapper .pays .icon {
    width: 76px
}

.tenants-page .play-section .container-wrapper .text-wrapper .pays h4 {
    padding-left: calc(30px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .tenants-page .play-section .container-wrapper .text-wrapper .pays h4 {
        text-align: left
    }
}

.tenants-page .landlord-section .container-wrapper {
    position: relative;
    padding: calc(200px*var(--scale-element)) 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .landlord-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .landlord-section .container-wrapper {
        padding: calc(100px*var(--scale-element)) 0 calc(150px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .landlord-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

.tenants-page .landlord-section .container-wrapper .background {
    position: absolute;
    right: 0;
    bottom: -350px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background-color: #F3EFFF;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

@media (min-width: 1600px) {
    .tenants-page .landlord-section .container-wrapper .background {
        bottom: -400px;
        width: 800px;
        height: 800px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .landlord-section .container-wrapper .background {
        bottom: -220px;
        width: 440px;
        height: 440px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .landlord-section .container-wrapper .background {
        bottom: -80px;
        width: 160px;
        height: 160px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .landlord-section .container-wrapper .background {
        bottom: -80px;
        width: 160px;
        height: 160px
    }
}

.tenants-page .landlord-section .container-wrapper .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: calc(100px*var(--scale-element));
    max-width: 660px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        padding-right: 50px;
        max-width: 520px
    }
}

@media (max-width: 991.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 100px 0 0 0;
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        padding: 80px 0 0 0;
        text-align: center
    }
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays .icon {
    width: 76px
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays h4 {
    padding-left: calc(30px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays h4 {
        text-align: left
    }
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper {
        height: 360px
    }
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
    position: relative;
    width: 620px;
    height: 590px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.7) translateX(-20%);
        -ms-transform: scale(0.7) translateX(-20%);
        transform: scale(0.7) translateX(-20%)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media (max-width: 767.98px) {
    .tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img {
    position: absolute
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img1 {
    left: 0;
    top: calc(50% - 70px);
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    z-index: 10
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img2 {
    left: 70px;
    top: 70px;
    z-index: 12
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img3 {
    left: calc(50% - 70px);
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.1);
    z-index: 13
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img4 {
    right: 60px;
    top: 180px;
    z-index: 14
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img5 {
    right: 0;
    top: 345px;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    z-index: 13
}

.tenants-page .landlord-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img6 {
    left: 80px;
    top: 70px;
    -webkit-box-shadow: 40px 90px 160px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 40px 90px 160px 0 rgba(28, 44, 64, 0.2);
    z-index: 11
}

.tenants-page .friends-section .container-wrapper {
    position: relative;
    border-top: 1px solid #E5E9F2;
    padding: calc(200px*var(--scale-element)) 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .friends-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .friends-section .container-wrapper {
        padding: calc(150px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

.tenants-page .friends-section .container-wrapper .content-wrapper {
    margin: 0 15%;
    position: relative
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper {
        margin: 0 5%
    }
}

@media (max-width: 991.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper {
        text-align: center
    }
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper .official .images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official .images a {
    display: block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2)
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official .images a:nth-child(2n+1) {
    margin-top: 80px
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper .official .images a:nth-child(2n+1) {
        margin-top: 60px
    }
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official .images a:hover {
    text-decoration: none;
    -webkit-box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25);
    box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25)
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper .official .images a {
        margin: 10px
    }
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official h2 {
    padding-top: calc(110px*var(--scale-element));
    max-width: 680px;
    margin: 0 auto;
    text-align: center
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official .text {
    padding: calc(60px*var(--scale-element)) 0 0 0
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper .official .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }
}

.tenants-page .friends-section .container-wrapper .content-wrapper .official .text p {
    font-size: calc(20px*var(--scale-font));
    color: #5A6679
}

@media (max-width: 767.98px) {
    .tenants-page .friends-section .container-wrapper .content-wrapper .official .text p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px
    }
}

.tenants-page .score-section .container-wrapper {
    border-top: 1px solid #E5E9F2;
    overflow: hidden;
    padding: calc(200px*var(--scale-element)) 0 0 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .score-section .container-wrapper {
        padding: calc(150px*var(--scale-element)) 0 0 0
    }
}

@media (max-width: 767.98px) {
    .tenants-page .score-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 0 0
    }
}

.tenants-page .score-section .container-wrapper .background {
    position: absolute;
    left: 0;
    top: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #EBF9FF;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .score-section .container-wrapper .background {
        top: -300px;
        width: 600px;
        height: 600px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .score-section .container-wrapper .background {
        top: -250px;
        width: 500px;
        height: 500px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .score-section .container-wrapper .background {
        top: -150px;
        width: 300px;
        height: 300px
    }
}

.tenants-page .score-section .container-wrapper .text-wrapper {
    position: relative;
    margin: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: calc(120px*var(--scale-element))
}

@media (max-width: 991.98px) {
    .tenants-page .score-section .container-wrapper .text-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tenants-page .score-section .container-wrapper .text-wrapper .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10%
}

@media (max-width: 991.98px) {
    .tenants-page .score-section .container-wrapper .text-wrapper .left {
        padding: 0 0 30px 0
    }
}

.tenants-page .score-section .container-wrapper .text-wrapper .left h4 {
    font-weight: 400;
    padding-top: calc(40px*var(--scale-element))
}

.tenants-page .score-section .container-wrapper .text-wrapper .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.7;
    color: #5A6679
}

.tenants-page .score-section .container-wrapper .score-wrapper {
    position: relative;
    padding: 140px 0 140px 50%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tenants-page .score-section .container-wrapper .score-wrapper {
        padding: 100px 0 100px 43%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .score-section .container-wrapper .score-wrapper {
        padding: 140px 0 140px 35%
    }
}

@media (max-width: 767.98px) {
    .tenants-page .score-section .container-wrapper .score-wrapper {
        padding: 80px 0;
        text-align: center
    }
}

.tenants-page .score-section .container-wrapper .score-wrapper .score-box {
    display: inline-block;
    position: relative;
    z-index: 5;
    width: auto;
    background-color: #fff;
    padding: 60px 90px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tenants-page .score-section .container-wrapper .score-wrapper .score-box {
        padding: 60px 70px
    }
}

@media (max-width: 767.98px) {
    .tenants-page .score-section .container-wrapper .score-wrapper .score-box {
        padding: 50px 30px
    }
}

.tenants-page .score-section .container-wrapper .score-wrapper .score-box p {
    line-height: 1.3;
    text-align: center;
    padding-bottom: 40px
}

.tenants-page .score-section .container-wrapper .score-wrapper .score-box .guage {
    position: relative;
    width: 260px;
    margin: 0 auto
}

.tenants-page .score-section .container-wrapper .score-wrapper .score-box .guage .no {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 77px;
    line-height: 1;
    font-weight: 500
}

.tenants-page .score-section .container-wrapper .score-wrapper .score-box .guage .txt {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.tenants-page .score-section .container-wrapper .score-wrapper .score-box .experian {
    display: block;
    margin: 60px auto 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.tenants-page .score-section .container-wrapper .score-wrapper .bck-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.tenants-page .score-section .container-wrapper .score-wrapper .bck-wrapper .bck {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-position: bottom center;
    background-size: cover;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.tenants-page .faq-section {
    position: relative
}

.tenants-page .faq-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.agents-landlord-page {
    background: #ECF9FF
}

.agents-landlord-page .hero {
    min-height: 840px
}

.agents-landlord-page .main-section {
    position: relative;
    text-align: center
}

.agents-landlord-page .main-section .container-wrapper {
    position: relative;
    z-index: 1
}

.agents-landlord-page .main-section .container-wrapper h1 {
    max-width: 780px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .agents-landlord-page .main-section .container-wrapper h1 {
        font-size: 2rem
    }
}

.agents-landlord-page .main-section .container-wrapper .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    margin-bottom: 120px
}

@media (max-width: 991.98px) {
    .agents-landlord-page .main-section .container-wrapper .header {
        margin-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .agents-landlord-page .main-section .container-wrapper .header {
        margin-bottom: 40px
    }
}

.agents-landlord-page .main-section .container-wrapper .header a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 60px;
    font-size: calc(20px*var(--scale-font));
    color: #8492A6
}

@media (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .header a {
        padding: 20px 40px
    }
}

@media (max-width: 767.98px) {
    .agents-landlord-page .main-section .container-wrapper .header a {
        padding: 20px 0px;
        text-align: center
    }
}

.agents-landlord-page .main-section .container-wrapper .header a:nth-child(1) {
    padding-left: 40px
}

@media (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .header a:nth-child(1) {
        padding-left: 0px
    }
}

.agents-landlord-page .main-section .container-wrapper .header a:nth-child(1):hover~.indicator {
    left: 0 !important
}

.agents-landlord-page .main-section .container-wrapper .header a:nth-child(1).active~.indicator {
    left: 0
}

.agents-landlord-page .main-section .container-wrapper .header a:nth-child(2) {
    padding-right: 40px
}

@media (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .header a:nth-child(2) {
        padding-right: 0px
    }
}

.agents-landlord-page .main-section .container-wrapper .header a:nth-child(2):hover~.indicator {
    left: 50% !important
}

.agents-landlord-page .main-section .container-wrapper .header a:nth-child(2).active~.indicator {
    left: 50%
}

.agents-landlord-page .main-section .container-wrapper .header a:hover {
    text-decoration: none;
    color: #5A6679
}

.agents-landlord-page .main-section .container-wrapper .header a.active {
    color: #23D3D3
}

.agents-landlord-page .main-section .container-wrapper .header .indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #23D3D3
}

.agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 calc(60px*var(--scale-element))
}

.agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper h1 {
    margin-bottom: calc(10px*var(--scale-element))
}

.agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper p {
    margin: calc(10px*var(--scale-element)) auto
}

.agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper p.bottom-text {
    max-width: 550px;
    margin: calc(-20px*var(--scale-element)) auto calc(30px*var(--scale-element)) auto
}

.agents-landlord-page .main-section .container-wrapper .tabpane .img-wrapper {
    margin: calc(20px*var(--scale-element)) 0 0 0;
    min-height: 400px;
    position: relative
}

.agents-landlord-page .main-section .container-wrapper .tabpane .img-wrapper img.schemes {
    margin-top: calc(60px*var(--scale-element))
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: calc(40px*var(--scale-element)) 0
}

@media (max-width: 767.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn {
    background: white;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33%;
    margin: 0 20px;
    padding: calc(60px*var(--scale-element));
    cursor: default;
    border: 1px solid #E5E9F2;
    border-radius: 1rem
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn h5 {
    margin-top: 30px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: calc(40px*var(--scale-element)) calc(20px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 60px 0 0 0
    }
}

@media (max-width: 767.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 60px 20px 30px 20px;
        margin: 0 0 40px 0;
        width: 100%
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn:first-child img {
    border-radius: 100%
}

@media (min-width: 992px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn:first-child {
        margin-left: 0
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn:last-of-type img {
    max-width: 100px
}

@media (min-width: 992px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn:last-child {
        margin-right: 0
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 991.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
        top: 0;
        right: auto;
        left: 0
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 100%;
    min-height: auto
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper .icon {
    max-width: 50px;
    height: auto
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper .icon.icon-1 {
    max-width: 65px
}

@media (max-width: 767.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
        height: 120px;
        margin-bottom: 20px
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn p {
    color: #1C2C40;
    text-align: center;
    text-align: center;
    line-height: 1.3;
    margin: 15px 0 30px 0
}

@media (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .foot {
    text-align: center;
    margin-top: 120px
}

@media (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .foot {
        margin-top: 80px
    }
}

@media (max-width: 767.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .foot {
        margin-top: 30px
    }
}

.agents-landlord-page .main-section .container-wrapper .tabpane .foot p {
    font-size: calc(20px*var(--scale-font));
    max-width: 680px;
    margin: 0 auto;
    color: #5A6679;
    margin-bottom: 50px
}

.agents-landlord-page .main-section .container-wrapper .tabpane.active {
    display: block
}

.agents-landlord-page .main-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.agents-landlord-page .app-footer-spacer {
    height: 0 !important;
    border: 1px solid #000
}

.agents-landlord-page.deposits-page .hero p {
    margin-top: -80px !important
}

@media (max-width: 1199.98px) {
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 20px
    }
    .agents-landlord-page.referencing-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
        margin: 0;
        height: 100px
    }
    .agents-landlord-page.referencing-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn h5 {
        margin-top: 0
    }
    .agents-landlord-page.referencing-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn p {
        margin: 15px 0 20px 0
    }
}

@media (max-width: 991.98px) {
    .agents-landlord-page img {
        max-width: 100%
    }
    .agents-landlord-page .hero {
        height: auto;
        padding-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .agents-landlord-page.deposits-page .hero p {
        margin-top: -20px !important
    }
    .agents-landlord-page .hero {
        height: auto;
        max-height: none;
        min-height: auto;
        padding-bottom: 60px;
        margin-bottom: 0
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper {
        padding-top: 20px
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        margin: 0 auto 40px auto;
        max-width: 320px
    }
}

@media (max-width: 575.98px) {
    .agents-landlord-page {
        padding-top: 40px
    }
    .agents-landlord-page.deposits-page .hero p {
        margin-top: 0px !important
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .inner-wrapper {
        padding: 0px
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .img-wrapper {
        min-height: auto
    }
    .agents-landlord-page .main-section .container-wrapper .tabpane .img-wrapper {
        margin: 20px 0
    }
}

.faq-page .faq-section {
    background-color: #ECF9FF
}

.faq-page .faq-section .container-wrapper .faq {
    padding: 0
}

.faq-page .faq-section .container-wrapper .faq .intro {
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .faq-page .faq-section .container-wrapper .faq .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.faq-page .faq-section .container-wrapper .faq .intro h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    padding-right: 80px
}

@media (max-width: 991.98px) {
    .faq-page .faq-section .container-wrapper .faq .intro h1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 991.98px) {
    .faq-page .faq-section .container-wrapper .faq .intro h1 {
        padding-right: 0
    }
}

.faq-page .faq-section .container-wrapper .faq .intro p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-left: 60px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq-page .faq-section .container-wrapper .faq .intro p {
        padding-left: 20px
    }
}

@media (max-width: 991.98px) {
    .faq-page .faq-section .container-wrapper .faq .intro p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 40px 0 0 0
    }
}

.faq-page .faq-section .container-wrapper .faq .contact {
    padding-top: 120px;
    text-align: center
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .faq-page .faq-section .container-wrapper .faq .contact {
        padding-bottom: calc(160px*var(--scale-element))
    }
}

@media (max-width: 991.98px) {
    .faq-page .faq-section .container-wrapper .faq .contact {
        padding-bottom: calc(110px*var(--scale-element))
    }
}

.faq-page .faq-section .container-wrapper .faq .contact p {
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    padding-bottom: 40px
}

.faq-page .faq-section .container-wrapper .faq .contact .btn {
    height: 70px
}

.signup-page {
    background-color: #FFFFFF;
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 100px
}

@media (max-width: 991.98px) {
    .signup-page {
        padding-top: 60px
    }
}

.signup-page h1 {
    font-size: 2rem
}

.signup-page .deposits-section {
    position: relative
}

.signup-page .deposits-section .container-wrapper {
    position: relative;
    z-index: 1;
    padding: calc(60px*var(--scale-element)) 0
}

@media (max-width: 991.98px) {
    .signup-page .deposits-section .container-wrapper {
        padding: calc(0px*var(--scale-element)) 0 60px 0
    }
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper {
        padding: calc(0px*var(--scale-element)) 0 60px 0
    }
}

.signup-page .deposits-section .container-wrapper h2 {
    max-width: 420px;
    margin-bottom: calc(40px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper h2 {
        margin-bottom: calc(30px*var(--scale-element))
    }
}

.signup-page .deposits-section .container-wrapper .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    margin-bottom: 120px
}

@media (max-width: 991.98px) {
    .signup-page .deposits-section .container-wrapper .header {
        margin-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper .header {
        margin-bottom: 40px
    }
}

.signup-page .deposits-section .container-wrapper .header a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 60px;
    font-size: calc(20px*var(--scale-font));
    color: #8492A6
}

@media (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .header a {
        padding: 20px 40px
    }
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper .header a {
        padding: 20px 0px;
        text-align: center
    }
}

.signup-page .deposits-section .container-wrapper .header a:nth-child(1) {
    padding-left: 40px
}

@media (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .header a:nth-child(1) {
        padding-left: 0px
    }
}

.signup-page .deposits-section .container-wrapper .header a:nth-child(1):hover~.indicator {
    left: 0 !important
}

.signup-page .deposits-section .container-wrapper .header a:nth-child(1).active~.indicator {
    left: 0
}

.signup-page .deposits-section .container-wrapper .header a:nth-child(2) {
    padding-right: 40px
}

@media (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .header a:nth-child(2) {
        padding-right: 0px
    }
}

.signup-page .deposits-section .container-wrapper .header a:nth-child(2):hover~.indicator {
    left: 50% !important
}

.signup-page .deposits-section .container-wrapper .header a:nth-child(2).active~.indicator {
    left: 50%
}

.signup-page .deposits-section .container-wrapper .header a:hover {
    text-decoration: none;
    color: #5A6679
}

.signup-page .deposits-section .container-wrapper .header a.active {
    color: #23D3D3
}

.signup-page .deposits-section .container-wrapper .header .indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #23D3D3
}

.signup-page .deposits-section .container-wrapper .tabpane {
    display: none
}

.signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33%;
    margin: 0 20px;
    padding: calc(60px*var(--scale-element));
    cursor: default
}

@media (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: calc(20px*var(--scale-element)) calc(20px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 0 0 60px 0
    }
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn {
        padding: 40px 20px 10px 20px;
        margin: 0 0 0px 0;
        width: 100%
    }
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:last-child {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:first-child {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:last-child {
        margin-right: 0
    }
}

.signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 991.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .no {
        top: 0;
        right: auto;
        left: 0
    }
}

.signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    width: 100%
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn .img-wrapper {
        height: 120px;
        margin-bottom: 20px
    }
}

.signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn p {
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    text-align: center
}

.signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:hover {
    -webkit-box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12);
    box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12)
}

@media (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .collumn-wrapper .collumn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.signup-page .deposits-section .container-wrapper .tabpane .foot {
    text-align: center;
    margin-top: 120px
}

@media (max-width: 1199.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .foot {
        margin-top: 80px
    }
}

@media (max-width: 767.98px) {
    .signup-page .deposits-section .container-wrapper .tabpane .foot {
        margin-top: 30px
    }
}

.signup-page .deposits-section .container-wrapper .tabpane .foot p {
    font-size: calc(20px*var(--scale-font));
    max-width: 680px;
    margin: 0 auto;
    color: #5A6679;
    margin-bottom: 50px
}

.signup-page .deposits-section .container-wrapper .tabpane.active {
    display: block
}

.signup-page .deposits-section .container-wrapper.visible .text-center {
    margin-top: 40px
}

.signup-page .deposits-section .background {
    background-color: #FFFFFF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.about-page .hero .text-wrapper {
    color: white
}

.about-page .statment-section {
    position: relative
}

.about-page .statment-section .container-wrapper {
    padding: calc(150px*var(--scale-element)) 0 calc(120px*var(--scale-element)) 0
}

@media (max-width: 991.98px) {
    .about-page .statment-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 calc(110px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .about-page .statment-section .container-wrapper {
        padding: calc(80px*var(--scale-element)) 0 calc(110px*var(--scale-element)) 0
    }
}

.about-page .statment-section .container-wrapper .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .about-page .statment-section .container-wrapper .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-page .statment-section .container-wrapper .content-wrapper h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: calc(140px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .statment-section .container-wrapper .content-wrapper h2 {
        padding-right: calc(100px*var(--scale-element))
    }
}

@media (max-width: 991.98px) {
    .about-page .statment-section .container-wrapper .content-wrapper h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 40px 0
    }
}

.about-page .statment-section .container-wrapper .content-wrapper p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font))
}

@media (max-width: 991.98px) {
    .about-page .statment-section .container-wrapper .content-wrapper p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.about-page .statment-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.about-page .office-section {
    background-color: #ECF9FF
}

.about-page .office-section .container-wrapper {
    border-top: 1px solid #E5E9F2;
    padding: calc(200px*var(--scale-element)) 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .office-section .container-wrapper {
        padding: calc(140px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

.about-page .office-section .container-wrapper .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.about-page .office-section .container-wrapper .content-wrapper .circle {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 800px;
    width: 800px;
    border-radius: 50%;
    background-color: #fff
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .circle {
        height: 600px;
        width: 600px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .circle {
        height: 500px;
        width: 500px
    }
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .circle {
        display: none
    }
}

.about-page .office-section .container-wrapper .content-wrapper .col1 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col1 {
        display: none
    }
}

.about-page .office-section .container-wrapper .content-wrapper .col1 img {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 80px 90px 160px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 80px 90px 160px 0 rgba(28, 44, 64, 0.2);
    border-radius: 2px
}

.about-page .office-section .container-wrapper .content-wrapper .col2 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    padding-left: calc(40px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }
}

.about-page .office-section .container-wrapper .content-wrapper .col2 .text {
    width: 70%;
    margin: 0 auto
}

@media (max-width: 1199.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col2 .text {
        width: 85%
    }
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col2 .text {
        width: 100%
    }
}

.about-page .office-section .container-wrapper .content-wrapper .col2 .text p {
    padding: calc(40px*var(--scale-element)) 0 calc(120px*var(--scale-element)) 0;
    color: #5A6679
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col2 .text p {
        padding: calc(40px*var(--scale-element)) 0 calc(80px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col2 .text p {
        padding: calc(40px*var(--scale-element)) 0 calc(60px*var(--scale-element)) 0
    }
}

.about-page .office-section .container-wrapper .content-wrapper .col2 img {
    width: auto;
    max-width: 100%;
    margin-bottom: calc(100px*var(--scale-element));
    -webkit-box-shadow: 80px 90px 160px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 80px 90px 160px 0 rgba(28, 44, 64, 0.2);
    border-radius: 2px
}

@media (max-width: 767.98px) {
    .about-page .office-section .container-wrapper .content-wrapper .col2 img {
        margin-bottom: calc(60px*var(--scale-element))
    }
}

.about-page .friends-section .container-wrapper {
    position: relative;
    border-top: 1px solid #E5E9F2;
    padding: calc(100px*var(--scale-element)) 0;
    overflow: hidden
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .friends-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .friends-section .container-wrapper {
        padding: calc(150px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

.about-page .friends-section .container-wrapper .background {
    position: absolute;
    right: 0;
    top: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #F3F0FF;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .friends-section .container-wrapper .background {
        top: -300px;
        width: 600px;
        height: 600px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .friends-section .container-wrapper .background {
        top: -250px;
        width: 500px;
        height: 500px
    }
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .background {
        top: -150px;
        width: 300px;
        height: 300px
    }
}

.about-page .friends-section .container-wrapper .content-wrapper {
    margin: 0 15%;
    position: relative
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper {
        margin: 0 5%
    }
}

@media (max-width: 991.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper {
        text-align: center
    }
}

.about-page .friends-section .container-wrapper .content-wrapper .official {
    border-bottom: 1px solid #E5E9F2
}

.about-page .friends-section .container-wrapper .content-wrapper .official .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper .official .images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.about-page .friends-section .container-wrapper .content-wrapper .official .images a {
    display: block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2)
}

.about-page .friends-section .container-wrapper .content-wrapper .official .images a:nth-child(2n+1) {
    margin-top: 80px
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper .official .images a:nth-child(2n+1) {
        margin-top: 60px
    }
}

.about-page .friends-section .container-wrapper .content-wrapper .official .images a:hover {
    text-decoration: none;
    -webkit-box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25);
    box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25)
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper .official .images a {
        margin: 10px
    }
}

.about-page .friends-section .container-wrapper .content-wrapper .official h2 {
    padding-top: calc(80px*var(--scale-element));
    max-width: 440px;
    margin: 0 auto;
    text-align: center
}

.about-page .friends-section .container-wrapper .content-wrapper .official .text {
    padding: calc(60px*var(--scale-element)) 0 calc(80px*var(--scale-element)) 0
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper .official .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: calc(50px*var(--scale-element))
    }
}

.about-page .friends-section .container-wrapper .content-wrapper .official .text p {
    font-size: calc(20px*var(--scale-font));
    color: #5A6679
}

@media (max-width: 767.98px) {
    .about-page .friends-section .container-wrapper .content-wrapper .official .text p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px
    }
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial {
    text-align: center;
    padding-top: calc(80px*var(--scale-element))
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial h3 {
    max-width: 680px;
    margin: 0 auto;
    font-weight: 400
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial .user {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0 40px 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial .user .user-company {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 5px 10px 20px 0 rgba(28, 44, 64, 0.1)
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial .name {
    font-size: calc(18px*var(--scale-font));
    padding-bottom: calc(8px*var(--scale-element))
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial .company {
    font-size: calc(18px*var(--scale-font))
}

.about-page .friends-section .container-wrapper .content-wrapper .testimonial.visible .user {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.about-page .culture-section .container-wrapper {
    padding: calc(0px*var(--scale-element)) 0 120px 0 !important
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .culture-section .container-wrapper {
        padding: calc(140px*var(--scale-element)) 0 0 0
    }
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 0 0
    }
}

.about-page .culture-section .container-wrapper .intro {
    margin: 0 15%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .culture-section .container-wrapper .intro {
        margin: 0 5%
    }
}

@media (max-width: 991.98px) {
    .about-page .culture-section .container-wrapper .intro {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper .intro {
        text-align: center
    }
}

.about-page .culture-section .container-wrapper .intro h2 {
    max-width: 440px;
    margin: 0 auto;
    text-align: center
}

.about-page .culture-section .container-wrapper .intro p {
    padding: calc(40px*var(--scale-element)) 0 calc(80px*var(--scale-element)) 0;
    font-size: calc(20px*var(--scale-font));
    color: #5A6679;
    text-align: center;
    max-width: 680px;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper .intro p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px
    }
}

.about-page .culture-section .container-wrapper .intro .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper .intro .partners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.about-page .culture-section .container-wrapper .intro .partners a {
    display: block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2)
}

.about-page .culture-section .container-wrapper .intro .partners a:nth-child(2n+1) {
    margin-top: 80px
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper .intro .partners a:nth-child(2n+1) {
        margin-top: 60px
    }
}

.about-page .culture-section .container-wrapper .intro .partners a:hover {
    text-decoration: none;
    -webkit-box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25);
    box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.25)
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper .intro .partners a {
        margin: 10px
    }
}

.about-page .culture-section .container-wrapper .images {
    position: relative;
    padding: calc(0px*var(--scale-element)) 0 40px 0
}

.about-page .culture-section .container-wrapper .images .controls {
    text-align: right;
    padding-bottom: 20px
}

@media (max-width: 991.98px) {
    .about-page .culture-section .container-wrapper .images .controls {
        display: none
    }
}

.about-page .culture-section .container-wrapper .images .controls img {
    display: inline-block;
    height: 14px;
    cursor: pointer;
    opacity: 0.33;
    padding: 0 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.about-page .culture-section .container-wrapper .images .controls img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.about-page .culture-section .container-wrapper .images .about-culture-images .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 76vh
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .culture-section .container-wrapper .images .about-culture-images .slide {
        height: 72vh
    }
}

@media (max-width: 991.98px) {
    .about-page .culture-section .container-wrapper .images .about-culture-images .slide {
        height: 50vh
    }
}

@media (max-width: 767.98px) {
    .about-page .culture-section .container-wrapper .images .about-culture-images .slide {
        height: 40vh
    }
}

.about-page .features-section {
    position: relative
}

.about-page .features-section .container-wrapper {
    padding: calc(150px*var(--scale-element)) 0 calc(150px*var(--scale-element)) 0
}

.about-page .features-section .container-wrapper h2 {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(80px*var(--scale-element))
}

.about-page .features-section .container-wrapper .collumn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33%;
    margin: 0 20px;
    padding: calc(60px*var(--scale-element));
    cursor: default
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn {
        padding: calc(60px*var(--scale-element)) calc(20px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn {
        padding: 60px 0 0 0
    }
}

@media (max-width: 767.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn {
        padding: 60px 20px 30px 20px;
        margin: 0 0 40px 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(1) {
        margin-left: 0
    }
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(2) {
    margin-top: calc(140px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(2) {
        margin-top: calc(110px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(2) {
        margin-top: calc(60px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(2) {
        margin-top: 0
    }
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(3) {
    margin-top: calc(280px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(3) {
        margin-top: calc(220px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(3) {
        margin-top: calc(120px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(3) {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:nth-child(3) {
        margin-right: 0
    }
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn .no {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn .no {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 991.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn .no {
        top: 0;
        right: auto;
        left: 0
    }
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    width: 100%
}

@media (max-width: 767.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn .img-wrapper {
        height: 120px;
        margin-bottom: 20px
    }
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #1C2C40;
    font-weight: 400
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn p {
    font-size: calc(18px*var(--scale-font));
    color: #1C2C40;
    text-align: center;
    line-height: 1.6
}

.about-page .features-section .container-wrapper .collumn-wrapper .collumn:hover {
    -webkit-box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12);
    box-shadow: 60px 70px 90px 0 rgba(28, 44, 64, 0.12)
}

@media (max-width: 1199.98px) {
    .about-page .features-section .container-wrapper .collumn-wrapper .collumn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.about-page .features-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.about-page .team-section {
    background-color: #ECF9FF
}

.about-page .team-section .container-wrapper .intro h2 {
    max-width: 440px;
    margin-bottom: calc(40px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .intro h2 {
        margin-bottom: calc(30px*var(--scale-element))
    }
}

.about-page .team-section .container-wrapper .intro .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1);
    margin-bottom: 20px
}

.about-page .team-section .container-wrapper .intro .header a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 20px 60px;
    font-size: calc(20px*var(--scale-font));
    color: #8492A6
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .team-section .container-wrapper .intro .header a {
        padding: 20px
    }
}

@media (max-width: 991.98px) {
    .about-page .team-section .container-wrapper .intro .header a {
        padding: 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .intro .header a {
        padding: 20px 0px;
        text-align: center;
        font-size: calc(19px*var(--scale-font))
    }
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(1) {
    padding-left: 40px
}

@media (max-width: 1199.98px) {
    .about-page .team-section .container-wrapper .intro .header a:nth-child(1) {
        padding-left: 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .intro .header a:nth-child(1) {
        padding-left: 0px
    }
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(1):hover~.indicator {
    left: 0 !important
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(1).active~.indicator {
    left: 0
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(2):hover~.indicator {
    left: 33.33% !important
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(2).active~.indicator {
    left: 33.33%
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(3) {
    padding-right: 40px
}

@media (max-width: 1199.98px) {
    .about-page .team-section .container-wrapper .intro .header a:nth-child(3) {
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .intro .header a:nth-child(3) {
        padding-right: 0px
    }
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(3):hover~.indicator {
    left: 66.66% !important
}

.about-page .team-section .container-wrapper .intro .header a:nth-child(3).active~.indicator {
    left: 66.66%
}

.about-page .team-section .container-wrapper .intro .header a:hover {
    text-decoration: none;
    color: #5A6679
}

.about-page .team-section .container-wrapper .intro .header a.active {
    color: #23D3D3
}

.about-page .team-section .container-wrapper .intro .header .indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 33.33%;
    height: 1px;
    background-color: #23D3D3
}

.about-page .team-section .container-wrapper .tabpane {
    display: none;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-page .team-section .container-wrapper .tabpane li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 30px 20px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .team-section .container-wrapper .tabpane li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .team-section .container-wrapper .tabpane li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 20px 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 10px 20px
    }
}

.about-page .team-section .container-wrapper .tabpane li .user {
    border-bottom: 1px solid #E5E9F2;
    cursor: pointer
}

.about-page .team-section .container-wrapper .tabpane li .user .image {
    width: 100%;
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .team-section .container-wrapper .tabpane li .user .image {
        height: 360px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .user .image {
        height: 420px
    }
}

.about-page .team-section .container-wrapper .tabpane li .user .name {
    font-size: calc(33px*var(--scale-font));
    font-weight: 500;
    color: #1C2C40;
    margin-bottom: 5px
}

.about-page .team-section .container-wrapper .tabpane li .user .position {
    font-size: calc(14px*var(--scale-font));
    font-weight: 500;
    color: #5A6679;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .user .position {
        margin-bottom: 30px
    }
}

.about-page .team-section .container-wrapper .tabpane li .user:hover .image {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97)
}

.about-page .team-section .container-wrapper .tabpane li .modal {
    background-color: rgba(28, 44, 64, 0.8)
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog {
    width: 90vw;
    max-width: 1300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog {
        padding-right: 17px
    }
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 9vh 7vw;
    border-radius: 2px;
    border: none
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px
    }
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .close {
    opacity: 1;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #E5E9F2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .close i {
    font-size: 18px
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .close:hover {
    background-color: #1C2C40;
    color: #fff
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .media {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .media .image {
    width: 28vw;
    height: 50vh;
    max-width: 440px;
    max-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 2px
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .media .image {
        display: none
    }
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .media .social a {
    margin: 0 4px
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .media .social a:first-child {
    margin-left: 0
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 40px
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text {
        padding: 0
    }
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text h2 {
    font-size: calc(55px*var(--scale-font));
    font-weight: 500
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text h2 {
        font-size: calc(36px*var(--scale-font))
    }
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text h6 {
    color: #5A6679;
    font-size: calc(16px*var(--scale-font))
}

.about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text p {
    font-size: calc(18px*var(--scale-font));
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679
}

@media (max-width: 1199.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text p {
        font-size: calc(16px*var(--scale-font))
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .tabpane li .modal .modal-dialog .modal-content .text p {
        font-size: calc(18px*var(--scale-font));
        padding: calc(20px*var(--scale-element)) 0 calc(30px*var(--scale-element)) 0;
        line-height: 1.6
    }
}

.about-page .team-section .container-wrapper .tabpane li.careers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(70px*var(--scale-element));
    text-align: center
}

.about-page .team-section .container-wrapper .tabpane li.careers p {
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40;
    padding-top: calc(60px*var(--scale-element))
}

.about-page .team-section .container-wrapper .tabpane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-page .team-section .container-wrapper .seen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(220px*var(--scale-element)) 0 calc(240px*var(--scale-element)) 0
}

@media (max-width: 991.98px) {
    .about-page .team-section .container-wrapper .seen {
        padding: calc(110px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .seen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-page .team-section .container-wrapper .seen h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    padding-right: 30px
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .seen h2 {
        width: 100%;
        padding: 0 0 30px 0
    }
}

.about-page .team-section .container-wrapper .seen .press {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .seen .press {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto
    }
}

.about-page .team-section .container-wrapper .seen .press a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1C2C40;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 30px
}

@media (max-width: 1399px) {
    .about-page .team-section .container-wrapper .seen .press a {
        margin: 30px 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .seen .press a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 20px;
        width: 100%
    }
}

.about-page .team-section .container-wrapper .seen .press a img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.2)
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-page .team-section .container-wrapper .seen .press a img {
        height: 80px;
        width: 80px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-page .team-section .container-wrapper .seen .press a img {
        -webkit-box-shadow: 10px 20px 20px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 10px 20px 20px 0 rgba(28, 44, 64, 0.2);
        height: 46px;
        width: 46px
    }
}

@media (max-width: 767.98px) {
    .about-page .team-section .container-wrapper .seen .press a img {
        -webkit-box-shadow: 15px 30px 30px 0 rgba(28, 44, 64, 0.2);
        box-shadow: 15px 30px 30px 0 rgba(28, 44, 64, 0.2);
        height: 75px;
        width: 75px
    }
}

.about-page .team-section .container-wrapper .seen .press a span {
    padding-left: 15px;
    font-size: calc(18px*var(--scale-font));
    padding-right: 50px
}

@media (max-width: 1399px) {
    .about-page .team-section .container-wrapper .seen .press a span {
        padding-right: 0px
    }
}

.about-page .team-section .container-wrapper .seen .press a:hover {
    text-decoration: none
}

.about-page .team-section .container-wrapper .seen .press a:hover img {
    -webkit-box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.3);
    box-shadow: 20px 40px 80px 0 rgba(28, 44, 64, 0.3)
}

@media (max-width: 1599.98px) {
    .about-page .office-section .container-wrapper,
    .about-page .cta-section .cta {
        padding: 120px 0
    }
    .about-page .friends-section .container-wrapper .content-wrapper .official h2 {
        padding-top: 0
    }
    .about-page .features-section .container-wrapper,
    .about-page .team-section .container-wrapper .seen {
        padding: 100px 0
    }
}

@media (max-width: 1199.98px) {
    .about-page .office-section .container-wrapper,
    .about-page .cta-section .cta,
    .about-page .statment-section .container-wrapper,
    .about-page .friends-section .container-wrapper {
        padding: 100px 0
    }
    .about-page .friends-section .container-wrapper .content-wrapper .official h2 {
        padding-top: 0
    }
    .about-page .features-section .container-wrapper,
    .about-page .team-section .container-wrapper .seen {
        padding: 100px 0
    }
    .about-page .features-section .container-wrapper,
    .about-page .about-page .team-section .container-wrapper .seen {
        padding: 0px 0 100px 0
    }
    .about-page .team-section .container-wrapper .seen {
        padding: 60px 0 100px 0
    }
}

@media (max-width: 991.98px) {
    .about-page {
        padding-top: 0
    }
    .about-page .office-section .container-wrapper,
    .about-page .statment-section .container-wrapper,
    .about-page .friends-section .container-wrapper,
    .about-page .culture-section .container-wrapper {
        padding: 40px 0px
    }
    .about-page .features-section .container-wrapper,
    .about-page .team-section .container-wrapper .seen {
        padding: 40px 0
    }
    .about-page .features-section .container-wrapper {
        padding: 40px 0 60px
    }
    .about-page .cta-section .cta {
        padding-top: 60px
    }
    .about-page .team-section .container-wrapper .intro h2 {
        text-align: center;
        margin: 0;
        display: block;
        margin: 0 auto;
        max-width: none;
        padding-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .hero {
        margin-bottom: 0
    }
    .about-page .office-section .container-wrapper,
    .about-page .statment-section .container-wrapper,
    .about-page .friends-section .container-wrapper,
    .about-page .culture-section .container-wrapper {
        padding: 40px 0
    }
    .about-page .features-section .container-wrapper,
    .about-page .team-section .container-wrapper .seen {
        padding: 40px 0
    }
    .about-page .features-section .container-wrapper {
        padding: 40px 0
    }
    .about-page .cta-section .cta {
        padding-top: 60px
    }
    .about-page .team-section .container-wrapper .seen h2 {
        text-align: center
    }
}

.contact-page .contact-section {
    background-color: #ECF9FF
}

.contact-page .contact-section .container-wrapper .intro {
    padding-top: calc(200px*var(--scale-element))
}

.contact-page .contact-section .container-wrapper .intro h1 {
    max-width: 800px
}

.contact-page .contact-section .container-wrapper .contacts {
    padding: calc(250px*var(--scale-element)) 0 calc(150px*var(--scale-element)) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .contact-page .contact-section .container-wrapper .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    padding-right: calc(140px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1299px) {
    .contact-page .contact-section .container-wrapper .contacts .form-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        padding-right: calc(120px*var(--scale-element))
    }
}

@media (max-width: 991.98px) {
    .contact-page .contact-section .container-wrapper .contacts .form-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 60px 0
    }
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form {
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 60px 60px 150px 0 rgba(28, 44, 64, 0.15);
    box-shadow: 60px 60px 150px 0 rgba(28, 44, 64, 0.15);
    padding: calc(60px*var(--scale-element))
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .alert.hidden {
    display: none
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form h3 {
    margin-bottom: calc(60px*var(--scale-element))
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box {
    margin-bottom: 40px
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box label {
    display: block;
    font-size: calc(16px*var(--scale-font));
    color: #1C2C40;
    line-height: 1;
    margin-bottom: 5px
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="text"],
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="email"],
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea {
    height: 50px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C0CCDA;
    outline: none !important;
    color: #1C2C40;
    font-weight: 500;
    font-size: calc(20px*var(--scale-font))
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="text"]::-webkit-input-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="email"]::-webkit-input-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: .2
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="text"]:-moz-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="email"]:-moz-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea:-moz-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: .2
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="text"]::-moz-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="email"]::-moz-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea::-moz-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: .2
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="text"]:-ms-input-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="email"]:-ms-input-placeholder,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea:-ms-input-placeholder {
    font-weight: 400;
    color: #1C2C40;
    opacity: .2
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="text"]:focus,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box input[type="email"]:focus,
.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea:focus {
    border-bottom: 1px solid #5A6679
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .input-box textarea {
    height: auto;
    padding-top: 10px
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .btn {
    width: 100%;
    background-color: #23D3D3;
    color: #fff;
    height: 60px
}

.contact-page .contact-section .container-wrapper .contacts .form-wrapper form .btn:hover {
    background-color: #1fb9b9
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .c-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .c-box-wrapper .c-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: calc(60px*var(--scale-element)) 20px 0 0
}

@media (max-width: 991.98px) {
    .contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .c-box-wrapper .c-box {
        text-align: center
    }
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .c-box-wrapper .c-box p {
    color: #5A6679;
    font-size: calc(16px*var(--scale-font))
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .c-box-wrapper .c-box p a {
    color: #5A6679
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .c-box-wrapper .c-box p a:hover {
    color: #1C2C40
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: calc(160px*var(--scale-element))
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .social-wrapper p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #5A6679;
    font-size: calc(18px*var(--scale-font))
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .social-wrapper .links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .social-wrapper .links span {
    display: inline-block;
    white-space: nowrap
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .social-wrapper .links a {
    display: inline-block;
    margin: 4px
}

.contact-page .contact-section .container-wrapper .contacts .contacts-wrapper .social-wrapper .links a:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.contact-page .contact-section .container-wrapper .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: calc(250px*var(--scale-element))
}

@media (max-width: 991.98px) {
    .contact-page .contact-section .container-wrapper .address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: calc(140px*var(--scale-element))
    }
}

.contact-page .contact-section .container-wrapper .address .address-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding-top: calc(100px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1299px) {
    .contact-page .contact-section .container-wrapper .address .address-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }
}

@media (max-width: 991.98px) {
    .contact-page .contact-section .container-wrapper .address .address-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 40px;
        padding-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .contact-page .contact-section .container-wrapper .address .address-wrapper {
        padding-top: 0px;
        padding-bottom: 80px
    }
}

.contact-page .contact-section .container-wrapper .address .address-wrapper p {
    font-size: calc(22px*var(--scale-font));
    color: #5A6679;
    padding-bottom: 40px
}

.contact-page .contact-section .container-wrapper .address .address-wrapper h3 {
    line-height: 1.3;
    padding-bottom: 40px
}

.contact-page .contact-section .container-wrapper .address .address-wrapper a {
    font-size: calc(16px*var(--scale-font))
}

.contact-page .contact-section .container-wrapper .address .map-wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding-top: 52%
}

@media (min-width: 992px) and (max-width: 1299px) {
    .contact-page .contact-section .container-wrapper .address .map-wrapper {
        padding-top: 45%
    }
}

@media (max-width: 991.98px) {
    .contact-page .contact-section .container-wrapper .address .map-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 100%
    }
}

.contact-page .contact-section .container-wrapper .address .map-wrapper .map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden
}

.contact-page .contact-section .container-wrapper .address .map-wrapper .map iframe {
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .contact-page {
        padding-top: 0
    }
    .contact-page .contact-section .container-wrapper .intro {
        padding-top: 60px
    }
    .contact-page .contact-section .container-wrapper .contacts {
        padding: 80px 0 100px 0
    }
    .contact-page .cta {
        padding: 80px 0
    }
}

@media (max-width: 575.98px) {
    .contact-page .contact-section .container-wrapper .intro {
        padding-top: 40px
    }
    .contact-page .contact-section .container-wrapper .contacts {
        padding: 40px 0 80px 0
    }
    .contact-page .contact-section .container-wrapper .contacts-wrapper .social-wrapper {
        padding-top: 60px !important
    }
    .contact-page .cta {
        padding: 40px 0
    }
}

.careers-page .hero {
    color: white
}

.careers-page .about-section {
    position: relative
}

.careers-page .about-section .container-wrapper .intro {
    padding: calc(150px*var(--scale-element)) 0 calc(100px*var(--scale-element)) 0;
    border-bottom: 1px solid #E5E9F2
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .intro {
        padding: calc(30px*var(--scale-element)) 0 calc(100px*var(--scale-element)) 0;
        text-align: center
    }
}

.careers-page .about-section .container-wrapper .intro h2 {
    padding-bottom: calc(60px*var(--scale-element));
    max-width: 800px
}

.careers-page .about-section .container-wrapper .intro .foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .intro .foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.careers-page .about-section .container-wrapper .intro .foot p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: calc(22px*var(--scale-font));
    color: #5A6679;
    padding-right: 20px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .about-section .container-wrapper .intro .foot p {
        font-size: calc(20px*var(--scale-font))
    }
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .intro .foot p {
        padding-bottom: 30px
    }
}

.careers-page .about-section .container-wrapper .patch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(150px*var(--scale-element)) 0 calc(300px*var(--scale-element)) 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .about-section .container-wrapper .patch {
        padding: calc(110px*var(--scale-element)) 0 calc(180px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .patch {
        padding: calc(130px*var(--scale-element)) 0 calc(110px*var(--scale-element)) 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.careers-page .about-section .container-wrapper .patch .media-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.careers-page .about-section .container-wrapper .patch .media-wrapper .circle {
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    padding-top: 100%
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .patch .media-wrapper .circle {
        display: none
    }
}

.careers-page .about-section .container-wrapper .patch .media-wrapper img {
    position: absolute;
    bottom: -80px;
    left: 0;
    -webkit-box-shadow: 50px 60px 150px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 50px 60px 150px 0 rgba(28, 44, 64, 0.2);
    border-radius: 2px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .careers-page .about-section .container-wrapper .patch .media-wrapper img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin: 0 0 -20% -20%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .about-section .container-wrapper .patch .media-wrapper img {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        margin: 0 0 -40% -40%
    }
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .patch .media-wrapper img {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        max-width: 100%;
        margin-bottom: 100px
    }
}

.careers-page .about-section .container-wrapper .patch .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 40px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .about-section .container-wrapper .patch .text-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 767.98px) {
    .careers-page .about-section .container-wrapper .patch .text-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        text-align: center
    }
}

.careers-page .about-section .container-wrapper .patch .text-wrapper p {
    font-size: calc(20px*var(--scale-font));
    color: #5A6679;
    padding-top: calc(40px*var(--scale-element));
    padding-bottom: calc(40px*var(--scale-element))
}

.careers-page .about-section .background {
    background-color: #ECF9FF;
    position: absolute;
    top: -200px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.careers-page .benefits-section .container-wrapper .benefits {
    padding: calc(200px*var(--scale-element)) 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .benefits {
        padding: calc(180px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .careers-page .benefits-section .container-wrapper .benefits {
        padding: calc(110px*var(--scale-element)) 0;
        text-align: center
    }
}

.careers-page .benefits-section .container-wrapper .benefits h2 {
    padding-bottom: calc(80px*var(--scale-element))
}

.careers-page .benefits-section .container-wrapper .benefits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
    list-style: none
}

.careers-page .benefits-section .container-wrapper .benefits ul li {
    width: calc(33.33% - 40px);
    margin: 0 20px;
    padding: 40px;
    border-bottom: 1px solid #E5E9F2
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .careers-page .benefits-section .container-wrapper .benefits ul li {
        padding: 20px 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .benefits ul li {
        padding: 20px;
        width: calc(50% - 40px)
    }
}

@media (max-width: 767.98px) {
    .careers-page .benefits-section .container-wrapper .benefits ul li {
        padding: 20px 0;
        width: calc(100% - 40px)
    }
}

.careers-page .benefits-section .container-wrapper .benefits ul li .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    width: 100%
}

.careers-page .benefits-section .container-wrapper .benefits ul li p {
    padding: calc(20px*var(--scale-element)) 0 calc(60px*var(--scale-element)) 0;
    font-size: calc(18px*var(--scale-font));
    color: #5A6679;
    line-height: 1.6
}

.careers-page .benefits-section .container-wrapper .quote {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10%;
    z-index: 5
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .quote {
        padding-bottom: calc(200px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .careers-page .benefits-section .container-wrapper .quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: calc(140px*var(--scale-element))
    }
}

.careers-page .benefits-section .container-wrapper .quote .media-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: calc(120px*var(--scale-element))
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .quote .media-wrapper {
        padding-right: calc(80px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .careers-page .benefits-section .container-wrapper .quote .media-wrapper {
        padding: 0 0 80px 0
    }
}

.careers-page .benefits-section .container-wrapper .quote .media-wrapper img {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 40px 45px 90px 0 rgba(28, 44, 64, 0.15);
    box-shadow: 40px 45px 90px 0 rgba(28, 44, 64, 0.15);
    border-radius: 2px
}

.careers-page .benefits-section .container-wrapper .quote .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .quote .text-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 767.98px) {
    .careers-page .benefits-section .container-wrapper .quote .text-wrapper {
        text-align: center
    }
}

.careers-page .benefits-section .container-wrapper .quote .text-wrapper p {
    font-size: calc(28px*var(--scale-font));
    line-height: 1.4;
    color: #1C2C40;
    padding-bottom: calc(40px*var(--scale-element))
}

@media (min-width: 1600px) {
    .careers-page .benefits-section .container-wrapper .quote .text-wrapper p {
        font-size: calc(33px*var(--scale-font))
    }
}

.careers-page .benefits-section .container-wrapper .quote .text-wrapper .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .careers-page .benefits-section .container-wrapper .quote .text-wrapper .user {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        margin-top: 10px
    }
}

.careers-page .benefits-section .container-wrapper .quote .text-wrapper .user .image {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .quote .text-wrapper .user .image {
        height: 60px;
        width: 60px
    }
}

.careers-page .benefits-section .container-wrapper .quote .text-wrapper .user .image .company {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    left: 20px;
    -webkit-box-shadow: 10px 20px 60px 0 rgba(28, 44, 64, 0.1);
    box-shadow: 10px 20px 60px 0 rgba(28, 44, 64, 0.1)
}

@media (max-width: 991.98px) {
    .careers-page .benefits-section .container-wrapper .quote .text-wrapper .user .image .company {
        height: 30px;
        width: 30px;
        bottom: -15px;
        left: 15px
    }
}

.careers-page .benefits-section .container-wrapper .quote .text-wrapper .user .name {
    padding-left: 25px;
    font-size: calc(18px*var(--scale-font));
    line-height: 1.4
}

.careers-page .positions-section {
    background-color: #ECF9FF;
    overflow: hidden
}

.careers-page .positions-section .container-wrapper .content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: calc(200px*var(--scale-element))
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper {
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: calc(150px*var(--scale-element))
    }
}

@media (max-width: 991.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: calc(110px*var(--scale-element))
    }
}

@media (max-width: 767.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper {
        padding-top: calc(80px*var(--scale-element))
    }
}

.careers-page .positions-section .container-wrapper .content-wrapper .circle {
    position: relative;
    height: 400px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper .circle {
        height: 300px
    }
}

@media (max-width: 767.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper .circle {
        display: none
    }
}

.careers-page .positions-section .container-wrapper .content-wrapper .circle i {
    position: absolute;
    top: -400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #CFEFFE
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper .circle i {
        top: -300px;
        width: 600px;
        height: 600px
    }
}

.careers-page .positions-section .container-wrapper .content-wrapper .title {
    text-align: center;
    padding-top: calc(80px*var(--scale-element))
}

.careers-page .positions-section .container-wrapper .content-wrapper .title p {
    padding-bottom: 10px;
    font-size: calc(18px*var(--scale-font));
    color: #5A6679
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs {
    padding-top: calc(40px*var(--scale-element))
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs h4 {
    padding: calc(40px*var(--scale-element))
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li {
    position: relative;
    z-index: 1
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(36px*var(--scale-element)) calc(40px*var(--scale-element));
    background-color: #fff;
    margin-bottom: 10px;
    line-height: 1
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: calc(22px*var(--scale-font));
    color: #1C2C40
}

@media (max-width: 767.98px) {
    .careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a img {
        display: none
    }
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a:hover,
.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a:active,
.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a:focus {
    text-decoration: none;
    -webkit-box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.18);
    box-shadow: 20px 40px 100px 0 rgba(28, 44, 64, 0.18);
    z-index: 10
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a:hover img,
.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a:active img,
.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li a:focus img {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.careers-page .positions-section .container-wrapper .content-wrapper .jobs ul li:hover {
    z-index: 10
}

.careers-page .positions-section .container-wrapper .content-wrapper .cv {
    padding-top: calc(80px*var(--scale-element));
    text-align: center
}

.careers-page .positions-section .container-wrapper .content-wrapper .cv p {
    max-width: 560px;
    margin: 0 auto;
    font-size: calc(22px*var(--scale-font));
    color: #5A6679;
    padding-bottom: calc(40px*var(--scale-element))
}

.careers-page .positions-section .container-wrapper .content-wrapper .cv .btn {
    border: 1px solid #C0CCDA;
    font-size: calc(18px*var(--scale-font));
    font-weight: 400;
    height: 60px
}

.careers-page .positions-section .container-wrapper .content-wrapper .cv .btn:hover {
    border-color: #5A6679
}

@media (max-width: 1199.98px) {
    .careers-page .about-section .container-wrapper .intro,
    .careers-page .benefits-section .container-wrapper .benefits {
        padding: 80px 0
    }
    .careers-page .about-section .container-wrapper .patch {
        padding: 100px 0 150px 0
    }
    .careers-page .positions-section .container-wrapper .content-wrapper {
        padding-bottom: 80px
    }
    .careers-page .cta {
        padding: 80px 0
    }
}

@media (max-width: 991.98px) {
    .careers-page {
        padding-top: 0
    }
}

@media (max-width: 767.98px) {
    .careers-page .hero {
        margin-bottom: 0
    }
    .careers-page .about-section .container-wrapper .intro,
    .careers-page .benefits-section .container-wrapper .benefits {
        padding: 40px 0
    }
    .careers-page .benefits-section .container-wrapper .benefits h2 {
        padding-bottom: 20px
    }
    .careers-page .about-section .container-wrapper .patch {
        padding: 50px 0 20px 0;
        text-align: center
    }
    .careers-page .positions-section .container-wrapper .content-wrapper {
        padding-bottom: 80px
    }
    .careers-page .positions-section .container-wrapper .content-wrapper .title {
        padding-top: 0
    }
    .careers-page .cta {
        padding: 60px 0
    }
}

@media (max-width: 575.98px) {
    .careers-page .about-section .container-wrapper .patch .media-wrapper img {
        margin-bottom: 60px
    }
    .careers-page .benefits-section .container-wrapper .quote .media-wrapper {
        padding-bottom: 60px
    }
    .careers-page .benefits-section .container-wrapper .benefits ul li:last-of-type p {
        padding-bottom: 40px
    }
    .careers-page .benefits-section .container-wrapper .quote {
        padding-bottom: 60px
    }
    .careers-page .positions-section .container-wrapper .content-wrapper {
        padding-bottom: 40px
    }
    .careers-page .cta {
        padding: 40px 0
    }
}

.position-page .head-section .container-wrapper {
    padding: calc(140px*var(--scale-element)) 0
}

.position-page .head-section .container-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    color: #5A6679;
    line-height: 1
}

.position-page .head-section .container-wrapper a i {
    font-size: 14px;
    line-height: 1
}

.position-page .head-section .container-wrapper a span {
    padding-left: 10px;
    line-height: 1
}

.position-page .head-section .container-wrapper a:hover {
    text-decoration: none;
    color: #1C2C40
}

.position-page .head-section .container-wrapper h1 {
    max-width: 600px
}

.position-page .position-section {
    background-color: #ECF9FF
}

.position-page .position-section .container-wrapper {
    padding: calc(50px*var(--scale-element)) 0
}

.position-page .position-section .container-wrapper .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(100px*var(--scale-element)) 0;
    border-bottom: 1px solid rgba(28, 44, 64, 0.1)
}

.position-page .position-section .container-wrapper .content-box:last-child {
    border-bottom: none
}

@media (max-width: 767.98px) {
    .position-page .position-section .container-wrapper .content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.position-page .position-section .container-wrapper .content-box .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    font-size: calc(22px*var(--scale-font));
    font-weight: 500;
    padding-right: 20px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .position-page .position-section .container-wrapper .content-box .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (max-width: 767.98px) {
    .position-page .position-section .container-wrapper .content-box .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 30px 0
    }
}

.position-page .position-section .container-wrapper .content-box .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.9;
    font-size: calc(20px*var(--scale-font));
    color: #5A6679
}

.position-page .position-section .container-wrapper .content-box .content ul {
    padding-left: 17px
}

.position-page .position-section .container-wrapper .content-box .content ul li {
    padding: 0.5rem 0
}

.position-page .spacer {
    height: calc(100px*var(--scale-element));
    background-color: #fff
}

.rent-tracking-page .hero-section .hero {
    background: url("../img/hero-rent-tracking.jpg") no-repeat center;
    background-size: cover
}

@media (max-width: 991.98px) {
    .rent-tracking-page .hero-section .hero {
        background: transparent
    }
}

.rent-tracking-page .score-section .container-wrapper {
    border-top: 1px solid #E5E9F2;
    overflow: hidden;
    padding: calc(100px*var(--scale-element)) 0 0 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper {
        padding: calc(150px*var(--scale-element)) 0 0 0
    }
}

@media (max-width: 767.98px) {
    .rent-tracking-page .score-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 0 0
    }
}

.rent-tracking-page .score-section .container-wrapper .background {
    position: absolute;
    left: 0;
    top: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #EFF8FF;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media (max-width: 1199.98px) {
    .rent-tracking-page .score-section .container-wrapper .background {
        top: -300px;
        width: 600px;
        height: 600px
    }
}

@media (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper .background {
        top: -250px;
        width: 500px;
        height: 500px;
        display: none
    }
}

@media (max-width: 767.98px) {
    .rent-tracking-page .score-section .container-wrapper .background {
        top: -150px;
        width: 300px;
        height: 300px
    }
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper {
    position: relative;
    margin: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: calc(240px*var(--scale-element))
}

@media (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper .text-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10%
}

@media (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper .text-wrapper h2 {
        padding: 0 0 30px 0
    }
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: calc(20px*var(--scale-font));
    color: #5A6679
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper p.subheadline {
    font-size: 1.5rem
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper .signature {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper .signature img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin-right: 10px
}

.rent-tracking-page .score-section .container-wrapper .text-wrapper .signature p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper {
    position: relative;
    padding: 140px 0 140px 50%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rent-tracking-page .score-section .container-wrapper .score-wrapper {
        padding: 100px 0 100px 43%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper .score-wrapper {
        padding: 140px 0 140px 35%
    }
}

@media (max-width: 767.98px) {
    .rent-tracking-page .score-section .container-wrapper .score-wrapper {
        padding: 80px 0;
        text-align: center
    }
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box {
    display: inline-block;
    position: relative;
    z-index: 5;
    width: auto;
    background-color: #fff;
    -webkit-box-shadow: 80px 90px 90px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 80px 90px 90px 0 rgba(28, 44, 64, 0.2);
    padding: 60px 90px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box {
        padding: 60px 70px
    }
}

@media (max-width: 767.98px) {
    .rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box {
        padding: 50px 30px
    }
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box p {
    line-height: 1.3;
    text-align: center;
    padding-bottom: 40px
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box .guage {
    position: relative;
    width: 260px;
    margin: 0 auto
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box .guage .no {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 77px;
    line-height: 1;
    font-weight: 500
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box .guage .txt {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .score-box .experian {
    display: block;
    margin: 60px auto 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .bck-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.rent-tracking-page .score-section .container-wrapper .score-wrapper .bck-wrapper .bck {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-position: bottom center;
    background-size: cover;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.rent-tracking-page .play-section {
    background: #252E43
}

.rent-tracking-page .play-section .container-wrapper {
    padding: calc(340px*var(--scale-element)) 0 calc(120px*var(--scale-element)) 0;
    color: #fff
}

.rent-tracking-page .play-section .container-wrapper .media-wrapper .circle {
    background: #404C65
}

.rent-tracking-page .play-section .container-wrapper .show-mobile,
.rent-tracking-page .play-section .container-wrapper .show-small-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .rent-tracking-page .play-section .container-wrapper .show-mobile,
    .rent-tracking-page .play-section .container-wrapper .show-small-mobile {
        display: block
    }
}

.rent-tracking-page .play-section .container-wrapper .text-wrapper p {
    color: #8492A6
}

@media screen and (max-width: 1400px) {
    .rent-tracking-page .play-section .container-wrapper {
        padding-top: 500px
    }
    .rent-tracking-page .play-section .container-wrapper .text-wrapper {
        margin-top: -420px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rent-tracking-page .score-section .container-wrapper {
        padding-top: calc(80px*var(--scale-element))
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper {
        padding-bottom: calc(80px*var(--scale-element))
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rent-tracking-page .score-section .container-wrapper {
        padding-top: calc(80px*var(--scale-element))
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper {
        padding-bottom: calc(80px*var(--scale-element))
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .rent-tracking-page .score-section .container-wrapper {
        padding-top: calc(80px*var(--scale-element))
    }
    .rent-tracking-page .score-section .container-wrapper .text-wrapper {
        padding-bottom: calc(80px*var(--scale-element))
    }
    .counter-section .card h3 {
        font-size: 25px;
    }
    .counter-section .card p {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 575.98px) {
    .rent-tracking-page .score-section .container-wrapper {
        padding: 40px 0
    }
}

.new-deposit-page .hero {
    background: url("../img/hero-new-deposit-2.jpg") no-repeat
}

@media (max-width: 991.98px) {
    .new-deposit-page .hero {
        background: transparent;
        height: auto
    }
}

.new-deposit-page .landlord-section .container-wrapper {
    position: relative;
    padding: 60px 0 120px 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-deposit-page .landlord-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-deposit-page .landlord-section .container-wrapper {
        padding: calc(100px*var(--scale-element)) 0 calc(150px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .landlord-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

.new-deposit-page .landlord-section .container-wrapper .background {
    position: absolute;
    right: 0;
    bottom: -350px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    bottom: -400px;
    width: 800px;
    height: 800px
}

@media (max-width: 1199.98px) {
    .new-deposit-page .landlord-section .container-wrapper .background {
        bottom: -220px;
        width: 440px;
        height: 440px
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page .landlord-section .container-wrapper .background {
        bottom: -80px;
        width: 160px;
        height: 160px;
        display: none
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .landlord-section .container-wrapper .background {
        bottom: -80px;
        width: 160px;
        height: 160px
    }
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: calc(100px*var(--scale-element));
    max-width: 660px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        padding-right: 50px;
        max-width: 520px
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        text-align: center
    }
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .show-mobile img,
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .show-small-mobile img {
        width: 100%
    }
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8;
    border: none
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays .icon {
    width: 76px
}

.new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays h4 {
    padding-left: calc(30px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .new-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays h4 {
        text-align: left
    }
}

.new-deposit-page .score-section .container-wrapper {
    border-top: 1px solid #E5E9F2;
    overflow: hidden;
    padding: calc(200px*var(--scale-element)) 0 0 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper {
        padding: calc(150px*var(--scale-element)) 0 0 0
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .score-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0 0 0
    }
}

.new-deposit-page .score-section .container-wrapper .background {
    position: absolute;
    left: 0;
    top: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background-color: #FFF2FC;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-deposit-page .score-section .container-wrapper .background {
        top: -300px;
        width: 600px;
        height: 600px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper .background {
        top: -250px;
        width: 500px;
        height: 500px
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .score-section .container-wrapper .background {
        top: -150px;
        width: 300px;
        height: 300px
    }
}

.new-deposit-page .score-section .container-wrapper .text-wrapper {
    position: relative;
    margin: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: calc(120px*var(--scale-element))
}

@media (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper .text-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper .text-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.new-deposit-page .score-section .container-wrapper .text-wrapper h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10%
}

@media (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper .text-wrapper h2 {
        padding: 0 0 30px 0
    }
}

.new-deposit-page .score-section .container-wrapper .text-wrapper p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: calc(20px*var(--scale-font));
    color: #5A6679
}

.new-deposit-page .score-section .container-wrapper .score-wrapper {
    position: relative;
    padding: 140px 0 140px 50%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-deposit-page .score-section .container-wrapper .score-wrapper {
        padding: 100px 0 100px 43%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper .score-wrapper {
        padding: 140px 0 140px 35%
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .score-section .container-wrapper .score-wrapper {
        padding: 80px 0;
        text-align: center
    }
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .score-box {
    display: inline-block;
    position: relative;
    z-index: 5;
    width: auto;
    background-color: #fff;
    -webkit-box-shadow: 80px 90px 90px 0 rgba(28, 44, 64, 0.2);
    box-shadow: 80px 90px 90px 0 rgba(28, 44, 64, 0.2);
    padding: 60px 90px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-deposit-page .score-section .container-wrapper .score-wrapper .score-box {
        padding: 60px 70px
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .score-section .container-wrapper .score-wrapper .score-box {
        padding: 50px 30px
    }
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .score-box p {
    line-height: 1.3;
    text-align: center;
    padding-bottom: 40px
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .score-box .guage {
    position: relative;
    width: 260px;
    margin: 0 auto
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .score-box .guage .no {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 77px;
    line-height: 1;
    font-weight: 500
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .score-box .guage .txt {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .score-box .experian {
    display: block;
    margin: 60px auto 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .bck-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.new-deposit-page .score-section .container-wrapper .score-wrapper .bck-wrapper .bck {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-position: bottom center;
    background-size: cover;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media (max-width: 1199.98px) {
    .new-deposit-page .works-section .container-wrapper {
        padding-bottom: 40px
    }
    .new-deposit-page .landlord-section .container-wrapper {
        padding-top: 40px
    }
}

@media (max-width: 991.98px) {
    .new-deposit-page {
        padding-top: 0px
    }
    .new-deposit-page .works-section .container-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .new-deposit-page .works-section .container-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .new-deposit-page .landlord-section .container-wrapper {
        padding-top: 0
    }
    .new-deposit-page .landlord-section .container-wrapper .text-wrapper {
        padding-top: 60px
    }
}

.unlock-deposit-page .hero {
    background: url("../img/hero-unlock-deposit.jpg") no-repeat center
}

@media (max-width: 991.98px) {
    .unlock-deposit-page .hero {
        background: transparent
    }
}

.unlock-deposit-page .landlord-section .container-wrapper {
    position: relative;
    padding: 120px 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper {
        padding: calc(160px*var(--scale-element)) 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper {
        padding: calc(100px*var(--scale-element)) 0 calc(150px*var(--scale-element)) 0
    }
}

@media (max-width: 767.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper {
        padding: calc(110px*var(--scale-element)) 0
    }
}

.unlock-deposit-page .landlord-section .container-wrapper .background {
    position: absolute;
    bottom: -350px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background-color: #EFF8FF;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

@media (min-width: 1600px) {
    .unlock-deposit-page .landlord-section .container-wrapper .background {
        bottom: -400px;
        width: 800px;
        height: 800px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .background {
        bottom: -220px;
        width: 440px;
        height: 440px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .background {
        bottom: -80px;
        width: 160px;
        height: 160px;
        display: none
    }
}

@media (max-width: 767.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .background {
        bottom: -80px;
        width: 160px;
        height: 160px
    }
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: calc(100px*var(--scale-element));
    max-width: 660px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        padding-right: 50px;
        max-width: 520px
    }
}

@media (max-width: 991.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 100px 0 0 0;
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        padding: 80px 0 0 0;
        text-align: center
    }
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper p {
    padding: calc(40px*var(--scale-element)) 0;
    color: #5A6679;
    font-size: calc(20px*var(--scale-font));
    line-height: 1.8
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper hr {
    margin: 0 0 calc(40px*var(--scale-element)) 0
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays .icon {
    width: 76px
}

.unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays h5 {
    padding-left: calc(30px*var(--scale-element))
}

@media (max-width: 767.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays h5 {
        text-align: left
    }
}

.unlock-deposit-page .cash-section {
    background: #fff;
    overflow: visible
}

.unlock-deposit-page .cash-section .container-wrapper {
    padding-bottom: 0
}

.unlock-deposit-page .cash-section .background {
    bottom: -400px;
    top: auto;
    right: 0;
    left: auto;
    width: 800px;
    height: 800px;
    background: #F1F8FE
}

@media (max-width: 1599.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        max-width: 600px
    }
}

@media (max-width: 1199.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper,
    .unlock-deposit-page .cash .container-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        margin-left: -170px;
        max-width: 500px
    }
}

@media (max-width: 991.98px) {
    .unlock-deposit-page {
        padding-top: 0
    }
    .unlock-deposit-page .landlord-section .container-wrapper,
    .unlock-deposit-page .cash-section .container-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper {
        margin-left: 0;
        max-width: none
    }
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .pays {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .cta-wrapper {
        text-align: center
    }
    .unlock-deposit-page .landlord-section .container-wrapper .content-wrapper .text-wrapper .btn {
        text-align: center
    }
    .unlock-deposit-page .cash-section .cta-wrapper {
        text-align: center;
        margin-top: 40px
    }
}

@media (max-width: 767.98px) {
    .unlock-deposit-page .landlord-section .container-wrapper,
    .unlock-deposit-page .cash-section .container-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.rental-passport-page .hero {
    background: #EFF8FF url("../img/hero-rental-passport.jpg") no-repeat right center;
    background-size: 887px !important;
    background-position: right -22% top 56%
}

@media screen and (max-width: 1400px) {
    .rental-passport-page .hero {
        background-size: 58% !important;
        background-position: right -22% top 70%
    }
}

@media (max-width: 991.98px) {
    .rental-passport-page .hero {
        background: transparent;
        background-size: cover !important;
        background-position: center -45px
    }
}

@media (min-width: 1600px) {
    .rental-passport-page .hero {
        background-size: 800px !important;
        background-position: right 11% top 58%
    }
}

.rental-passport-page .carousel-section {
    padding: 120px 0 0 0
}

.rental-passport-page .carousel-section h3 {
    margin-bottom: 20px
}

.rental-passport-page .carousel-section .next,
.rental-passport-page .carousel-section .prev {
    z-index: 9
}

.rental-passport-page .carousel-section .next:hover,
.rental-passport-page .carousel-section .prev:hover {
    cursor: pointer
}

.rental-passport-page .carousel-section .next {
    right: 140px
}

.rental-passport-page .carousel-section .prev {
    left: 140px
}

.rental-passport-page .carousel-section .slide {
    margin-top: 40px;
    background: url("../img/rental-slick-bg-1.jpg") no-repeat top 15px center;
    padding: 80px 180px 180px;
    background-size: auto 700px
}

.rental-passport-page .carousel-section .slide .box {
    color: #C0CCDA;
    margin: 80px 0
}

.rental-passport-page .carousel-section .slide .box.active {
    color: #1C2C40
}

.rental-passport-page .carousel-section .slide .box.active h5 {
    color: #23D3D3
}

.rental-passport-page .carousel-section .slide .collumn:first-child .box {
    text-align: right
}

.rental-passport-page .carousel-section .slide.collumn:nth-child(2) .box {
    text-align: left
}

.rental-passport-page .carousel-section .slide.slide-1 {
    background: url("../img/rental-slick-bg-1.jpg") no-repeat top 15px center;
    background-size: auto 700px
}

.rental-passport-page .carousel-section .slide.slide-2 {
    background: url("../img/rental-slick-bg-2.jpg") no-repeat top 15px center;
    background-size: auto 700px
}

.rental-passport-page .carousel-section .slide.slide-3 {
    background: url("../img/rental-slick-bg-3.jpg") no-repeat top 15px center;
    background-size: auto 700px
}

.rental-passport-page .carousel-section .slide.slide-4 {
    background: url("../img/rental-slick-bg-4.jpg") no-repeat top 15px center;
    background-size: auto 700px
}

.rental-passport-page .carousel-section .slick-dots {
    bottom: 40px
}

.rental-passport-page .carousel-section .collumn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rental-passport-page .carousel-section .collumn-wrapper .collumn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 20px
}

.rental-passport-page .works-section .container-wrapper {
    padding-bottom: 120px
}

.rental-passport-page .works-section .container-wrapper .media-wrapper .circle {
    background: #ECF9FF
}

.rental-passport-page .cash-section {
    overflow: visible
}

.rental-passport-page .cash-section .container-wrapper {
    padding-bottom: 0
}

.rental-passport-page .cash-section .container-wrapper .background {
    bottom: -400px;
    top: auto;
    width: 800px;
    height: 800px;
    background-color: #ECF9FF;
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 50%;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.rental-passport-page .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img2 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rental-passport-page .friends-section {
    border-top: 1px solid #E5E9F2
}

.rental-passport-page .cash-section .container-wrapper .content-wrapper .media-wrapper .images-box img.img2 {
    right: 0;
    left: auto
}

@media (max-width: 991.98px) {
    .terms-page {
        padding-top: 40px
    }
}

.terms-page .terms-section .container-wrapper {
    padding-top: 60px;
    padding-bottom: 120px
}

@media (max-width: 991.98px) {
    .terms-page .terms-section .container-wrapper {
        padding-top: 0;
        padding-bottom: 60px
    }
}

.terms-page .terms-section .container-wrapper .terms h3 {
    padding-top: 30px;
    padding-bottom: 20px
}

.terms-page .terms-section .container-wrapper .terms p {
    margin-bottom: 1.2rem
}

@media (max-width: 991.98px) {
    .privacy-page {
        padding-top: 40px
    }
}

.privacy-page .privacy-section .container-wrapper {
    padding-top: 60px;
    padding-bottom: 120px
}

@media (max-width: 991.98px) {
    .privacy-page .privacy-section .container-wrapper {
        padding-top: 0;
        padding-bottom: 60px
    }
}

.privacy-page .privacy-section .container-wrapper .privacy h3 {
    padding-top: 30px;
    padding-bottom: 20px
}

.privacy-page .privacy-section .container-wrapper .privacy p {
    margin-bottom: 1.2rem
}

.privacy-page .privacy-section .container-wrapper .privacy li {
    margin: 10px 0
}

@media (max-width: 767px) {
    .container {
        margin: 0 auto !important;
    }
    .last-step {
        margin: 0 auto !important;
        display: block !important;
    }
    .app-header .app-header-c {
        padding-right: 0
    }
    .app-header .app-header-c .app-header-logo {
        margin-right: 5px
    }
    .app-header .btn .title {
        font-size: 14px
    }
    .app-header .btn.btn-signup {
        margin-left: 2px
    }
    .app-header .btn.btn-signup .bg {
        background-color: #ccf6f6
    }
    .app-header .btn.btn-signup .title {
        color: #fff;
    }
    .cookieConsentOK {
        float: none !important;
    }
    .show-mobile a {
        margin-right: 8px;
    }
    .company-section {
        padding: 20px 15px 0 15px !important;
    }
    .work-section,
    .choose-section {
        padding: 30px 0 !important;
    }
    .choose-section .col-12 {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .company-section .col-12 {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .text-center {
        padding: 0 20px;
    }
    .touch-section {
        margin: 0 !important;
    }
    .counter-section {
        padding-bottom: 0 !important;
    }
    .clearfix.mb-4 {
        margin-bottom: 0 !important;
    }
    /* .choose-section .inner-company {min-height: 0;} */
    .howitworks .inner ul li {
        margin: 0;
        padding: 0 10px;
        width: 50%;
    }
    .newsletter .content {
        max-width: 320px;
    }
    .cta-div {
        padding: 30px;
        margin: 0
    }
    /*
    .agency-section {
        padding: 0 !important;
    }*/
    .agency-section .col-12 {
        text-align: center;
    }
    .agency-section .col-xs-2 {
        margin: 0 auto;
        display: block;
    }
    .index-page .hero-home .hero .text-wrapper .inner-text h1 {
        padding: 0 15px;
        font-size: 24px !important;
    }
    .index-page .hero-home .hero .mobile-img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 2500px) {
    .index-page .hero-home .hero {
        /* background-position: left 630px bottom; */
        min-height: auto;
        height: auto;
        /* background: url("../img/hero-home-31.png") no-repeat;
        background-size: 96%;
        background-position: right -360px center; */
    }
}

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

@media screen and (max-width: 1400px) {
    .index-page .hero-home .hero {
        /* background-position: right -330px center; */
    }
}

@media screen and (max-width: 1200px) {
    .index-page .hero-home .hero {
        /* background-position: right -280px center; */
    }
    .index-page .hero-home .hero .text-wrapper .inner-text {
        max-width: 58%;
    }
}

.howitworks-row .col-md-3 img {
    max-height: 240px;
}

@media(min-width: 992px) and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .index-page .hero-home .hero {
        background: none;
        height: auto;
        min-height: 0;
    }
    .index-page .hero-home .hero .text-wrapper .inner-text {
        max-width: 100%;
    }
    .howitworks-row {
        margin: 0
    }
    .agency-section .col-custom {
        width: 33.33%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .howitworkpage .col-md-8 h2 span {
        font-size: 60px;
    }
    .howitworkpage .col-md-8 p {
        font-size: 23px;
    }
    .howitworkpage .howitworks .line {
        min-height: 180px;
        max-height: 180px;
    }
    .howitworkpage .howitworks .line:before,
    .howitworkpage .howitworks .line:after {
        min-height: 100px;
        max-width: 100px;
    }
}

@media(min-width: 768px) {
    .agency-section {
        padding-bottom: 70px;
    }
}

@media(max-width: 767px) {
    .howitworkpage .howitworks .line {
        min-height: 180px;
        max-height: 180px;
    }
    .howitworkpage .howitworks .line:before,
    .howitworkpage .howitworks .line:after {
        min-height: 100px;
        max-width: 100px;
    }
    .howitworkpage .col-md-8 h2 {
        font-size: 24px;
    }
    .howitworkpage .col-md-8 h2 span {
        font-size: 45px;
    }
    .howitworkpage .col-md-8 p {
        font-size: 20px;
    }
    .counter-section .col-12 {
        margin-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .howitworks-row .col-md-3 img {
        max-height: unset;
    }
    .howitworks-row .col-md-3 {
        width: 30%;
        float: left;
    }
    .howitworks-row .col-md-1 {
        float: left;
        width: 10%;
        padding: 0
    }
    .howitworks-row .col-md-8 {
        float: left;
        width: 60%;
    }
    .howitworkpage .col-md-8 h2 span {
        font-size: 30px;
    }
    .howitworkpage .col-md-8 h2 span {
        margin-right: 10px;
    }
    .howitworkpage .col-md-8 h2 {
        font-size: 16px;
    }
    .howitworkpage .col-md-8 p {
        font-size: 16px;
    }
    .howitworkpage .howitworks .line {
        min-height: 130px;
        max-height: 130px;
    }
    .howitworkpage .howitworks .line:before,
    .howitworkpage .howitworks .line:after {
        min-height: 76px;
        max-width: 76px;
    }
    .cookies-text p {
        font-size: 10px;
        line-height: 1.5;
    }
    #cookieConsent a.cookieConsentOK {
        margin-left: 0;
        margin-top: 5px;
    }
    .cookies-simple-text {
        font-size: 11px;
    }
    .agency-section .col-custom {
        width: 100%;
        text-align: center;
    }
    .counter-section .col-12 {
        padding: 0 15px;
    }
}

.col-custom {
    float: left;
    width: 20%;
}

.logo-width-text {
    text-align: center;
}

.agency-section .bar {
    color: #847a67;
    padding: 2px 0;
    font-size: 12px;
    margin-top: -5px;
}

.agency-section .orange {
    color: #f79628;
    font-size: 11px;
    margin-top: -1px;
}

.logo-width-text .acra {
    height: 50px;
    margin-top: -18px;
}


/* Responsive css */

@media (max-width: 555px) {
    .ssic-main .bussiness-search .form-control {
        max-width: 100%;
        height: 46px;
    }
    .bussiness-search button {
        margin: 0 0 0 10px;
        width: 40px;
    }
}


/************* incorporation-detail *******************/

.incorporation-detail-page .tab_container .progress {
    background: #252525;
    border-radius: 20px;
    text-align: left;
    display: none;
    margin: 20px auto 20px auto;
    width: 90%;
    height: 30px;
    font-size: 15px;
}

.incorporation-detail-page .tab_container .progress .progress-bar {
    background: #48517b;
    padding-left: 15px;
    height: 30px;
}

.dashboard-nav .app-content.incorporation-detail-page {
    background: #354373;
    padding: 80px 0px 10px 0px;
    display: flex;
    height: 100%;
    width: 100%;
}

.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #354272;
    height: 100%;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: fixed;
    z-index: 10;
    left: -10px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 0px;
    line-height: 31px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-weight: 400;
    margin: 5px 0;
    font-family: 'Circular';
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.tabs li a {
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
}

ul.tabs li a:hover {
    text-decoration: none;
}

ul.tabs li:hover a,
ul.tabs li.active a {
    color: #FFF;
}

ul.tabs li:hover {
    background: #5f72b6;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    color: white;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.tabs li.active {
    background: #5f72b6;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.tab_container {
    display: inline-block;
    min-height: 91vh !important;
    margin-left: 21%;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0%;
    width: 77%;
    min-width: 10px;
    text-align: left;
    background: white;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 0px;
}


/* .tab_content { padding : 0px;  height : 100%;  display : none; } */

.tab_drawer_heading {
    display: none;
}

.tab_content .main-banner {
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: url(../img/incorporation-bg.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 100px;
    padding: 20px 0 20px 10px;
}

.tab_content .main-banner .banner-caption {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 5px 0 0 5px;
    color: #FFF;
}

.tab_content .inner-tab-content {
    padding: 20px 20px;
}

.tab_content .inner-tab-content {}

.tab_content .title {
    display: inline-block;
    width: 85%;
}

.tab_content .title h3 {
    font-size: 24px;
    font-weight: normal;
}

.tab_content .title span {
    font-size: 14px;
}

.tab_content .date-info {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    width: 15%;
    max-width: 130px;
    text-align: right;
    float: right;
}

.tab_content .date-info .date {
    font-size: 22px;
    line-height: 34px;
    display: block;
}

.tabs_wrapper .bottom-progress {
    display: flex;
    width: 100%;
    margin: 20px 0 0 0;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
}

.tabs_wrapper .bottom-progress .progress-data {
    position: relative;
    float: left;
    width: 21.5%;
    min-width: 175px;
    min-height: 60px;
    display: flex;
    background: #252525;
    justify-content: center;
    align-items: center;
}

.tabs_wrapper .bottom-progress .progress-data span {
    position: relative;
}

.tabs_wrapper .bottom-progress .progress-data .progress-line {
    z-index: 0;
    background: #48517b;
    width: 14%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.tabs_wrapper .bottom-progress .next-prev {
    float: left;
    width: 78.5%;
    min-width: 10px;
    display: flex;
}

.tabs_wrapper .bottom-progress .next-prev .right-arrow {
    display: flex;
    width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #4a4a4a;
    margin-right: 1px;
}

.tabs_wrapper .bottom-progress .next-prev .left-arrow {
    display: flex;
    width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #4a4a4a;
}

.tabs_wrapper .bottom-progress .next-prev .right-arrow .next-tab,
.tabs_wrapper .bottom-progress .next-prev .left-arrow .prev-tab {
    width: 100%;
    padding: 17px 0px;
    background: transparent;
    border: none;
    color: #FFF;
}

.tabs_wrapper .bottom-progress .next-prev .right-arrow:hover,
.tabs_wrapper .bottom-progress .next-prev .left-arrow:hover {
    background: #0290ea;
}

.tabs_wrapper .bottom-progress .next-prev .left-arrow a,
.tabs_wrapper .bottom-progress .next-prev .right-arrow a,
.tabs_wrapper .bottom-progress .next-prev .left-arrow a:hover,
.tabs_wrapper .bottom-progress .next-prev .right-arrow a:hover {
    width: 100%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

.incorporation-page .dashboard-link {
    display: none;
}

.tabs_wrapper .bottom-progress .next-prev .left-arrow {
    position: relative;
}

.tabs_wrapper .bottom-progress .next-prev .left-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    height: 23px;
    border-right: 1px #fff solid;
}

.tabs_wrapper .bottom-progress .next-prev .right-arrow a,
.tabs_wrapper .bottom-progress .next-prev .right-arrow a:hover {
    border-right: none;
}

.inner-tab-content .main-title {
    border-bottom: 1px #dadada solid;
    margin: 10px 0 20px 0;
    color: #4267b2;
    font-size: 20px;
    padding: 5px;
}

.inner-tab-content .incorporation-form .input-field {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.inner-tab-content .incorporation-form .input-field input {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #1C2C40;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    padding-top: 20px;
    border: none;
    border-bottom: 1px #dadada solid;
}

.inner-tab-content .incorporation-form .input-field span#card-number,
.inner-tab-content .incorporation-form .input-field span#card-cvc,
.inner-tab-content .incorporation-form .input-field span#card-exp {
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #1C2C40;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    padding-top: 20px;
    border: none;
    border-bottom: 1px #dadada solid;
}

.inner-tab-content .incorporation-form .input-field span .__PrivateStripeElement {
    height: 25px;
}

.inner-tab-content .incorporation-form .input-field span .__PrivateStripeElement iframe {
    height: 40px !important;
}

.inner-tab-content .incorporation-form .input-field input.month-year {
    float: left;
    border-right: 1px #dadada solid;
    text-align: center;
    width: 50%;
}

.inner-tab-content .incorporation-form .input-field input.month-year:last-child {
    border-right: none;
}

.inner-tab-content .incorporation-form .input-field .card-label {
    top: 20px;
    left: 0;
    position: absolute;
    color: #4267b2;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    z-index: 2
}

#payment-form .card-name-block.focus .input-field .card-label,
#payment-form .input-field #card-exp.StripeElement--focus~.card-label,
#payment-form .input-field #card-exp.StripeElement--invalid~.card-label,
#payment-form .input-field #card-exp.StripeElement--complete~.card-label,
#payment-form .input-field #card-cvc.StripeElement--focus~.card-label,
#payment-form .input-field #card-cvc.StripeElement--invalid~.card-label,
#payment-form .input-field #card-cvc.StripeElement--complete~.card-label,
#payment-form .input-field #card-number.StripeElement--complete~.card-label,
#payment-form .input-field #card-number.StripeElement--invalid~.card-label,
#payment-form .input-field #card-number.StripeElement--focus~.card-label {
    padding-top: 10px;
    top: -10px;
    font-size: 70%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inner-tab-content .incorporation-form .input-md-field .input-field {
    width: 86%;
}

.inner-tab-content .incorporation-form .input-md-field .search-info {
    display: inline-block;
    background: url('../icons/search-icon.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 20px;
    border: none;
}

.inner-tab-content .incorporation-form .input-field input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #4267b2;
    outline: none;
}

.inner-tab-content .incorporation-form .input-field input::placeholder {
    opacity: 1;
    color: #4267b2;
}

.inner-tab-content .incorporation-form .input-field input:focus::placeholder {
    opacity: 0;
}

.inner-tab-content .incorporation-form .input-field .success-msg {
    color: #3b8a38;
    position: absolute;
    font-size: 14px;
    left: 5px;
    top: -15px;
}

.inner-tab-content .incorporation-form .input-field span.error-msg {
    color: #ff0000;
    position: relative;
    font-size: 14px;
}

.inner-tab-content .incorporation-form .input-field input#phone,
.inner-tab-content .incorporation-form .input-field input#phone1,
.inner-tab-content .incorporation-form .input-field input#phone2 {
    padding-left: 50px;
}

.inner-tab-content .incorporation-form .input-field .iti {
    width: 100%;
}

.inner-tab-content .incorporation-form .input-field .info img {
    cursor: pointer;
    width: 18px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 7px;
}

.inner-tab-content .incorporation-form .input-field .info .tooltiptext {
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    right: 0;
    top: 30px;
    border-radius: 5px;
}

.inner-tab-content .incorporation-form .input-field .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.inner-tab-content .incorporation-form .input-field .info:hover .tooltiptext {
    visibility: visible;
}

.inner-tab-content .contact-number-form .input-field.form-group .phone-lable.error-msg,
.inner-tab-content .incorporation-form .input-field input[aria-describedby="email-error"]+label,
.inner-tab-content .incorporation-form .input-field input[aria-describedby="name-error"]+label {
    color: red
}

.incorporation-form p {
    color: #4267b2;
    font-size: 16px;
}

.incorporation-form span {
    color: #4267b2;
    font-size: 22px;
}

.incorporation-form .dropdown-item span {
    font-size: 16px;
}

.dropdown-data .dropdown-item.active span,
.dropdown-data .dropdown-item:active span {
    color: #FFF;
}

.inner-tab-content .incorporation-form .input-field .iti .iti__country span {
    font-size: 18px;
}

.incorporation-form p a {
    text-decoration: underline;
}

.btn-group {
    display: inline-block;
    width: 100%;
    padding: 30px 0 40px 0;
}

.btn-group .btn-nominee {
    background: #fff;
    color: #4967b0;
    font-size: 16px;
    min-width: 130px;
    border-radius: 5px !important;
    margin-right: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2) !important;
}

.btn-group .btn-nominee.active,
.btn-group .btn-nominee.active:hover,
.btn-group .btn-nominee:focus,
.btn-group .btn-nominee:hover {
    background: #4967b0;
    color: #fff;
}

.service-info {
    display: flex;
    flex-wrap: wrap;
}

.service-info .service-box {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 150px;
    background: #FFF;
    border: 2px #fff solid;
    border-radius: 5px;
    margin: 0 20px 20px 0;
}

.service-info .service-box .service-img {
    width: 100px;
    padding-right: 20px;
    height: auto;
    display: inline-block;
}

.service-info .service-box .service-img img {
    width: 100%;
}

.service-info .service-box .service-data {
    display: inline-block;
    width: calc(100% - 120px);
}

.incorporation-form .nominee-director.btn-group {
    text-align: left;
}

.service-info .packages-content {
    display: inline-block;
    width: 100%;
}

.service-info .service-box.active {
    border-color: #4267b2;
    color: #4267b2;
}

.service-info .service-box.active .service-img img.active,
.service-info .service-box .service-img img.normal {
    display: inline-block;
}

.service-info .service-box .service-img img.active,
.service-info .service-box.active .service-img img.normal {
    display: none;
}

.service-info .service-box .service-data span {
    font-size: 20px;
}

.service-info .service-box.active .service-data .price {
    color: #4267b2;
}

.service-info .service-box .service-data .price {
    color: #1C2C40;
    font-size: 30px;
    line-height: 38px;
    display: block;
    font-weight: bold;
}

.service-info .service-box .service-data small {
    font-size: 14px;
}

.dropdown-data .dropdown-toggle::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    color: #000;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-data .dropdown-toggle::after {
    display: none;
}

.dropdown-data .dropdown-toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    color: #4267b2;
    font-size: 18px;
    padding: 6px 30px 10px 30px !important;
}

.dropdown-data .dropdown-menu {
    min-width: 100%;
}

.dropdown-data .dropdown-item.active,
.dropdown-data .dropdown-item:active {
    background: #4267b2;
}

.input-check {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.input-check label {
    color: #4267b2;
    font-size: 18px;
    margin-right: 10px;
}

.incorporation-form .input-form-group {
    margin-bottom: 15px;
}

.incorporation-form .input-form-group label {
    display: block;
    margin-bottom: 0;
}

.incorporation-form .input-form-group span.value {
    display: block;
    color: #5d6167;
    font-size: 16px;
    line-height: 18px;
}

.incorporation-form .moretext {
    display: none;
}

.incorporation-form .more-button {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
}

.incorporation-form .moreless-button {
    color: #4267b2;
    border: 1px #4267b2 solid;
    border-radius: 25px;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.incorporation-form .moreless-button:hover {
    background-color: #4267b2;
    color: #FFF;
    text-decoration: none;
}

.incorporation-form .confirm-text {
    color: #1C2C40;
    border-top: 1px #dadada solid;
    display: inline-block;
    padding: 10px 0;
    margin: 20px 0 0 0;
    width: 100%;
}

.incorporation-form .payment-icon img {
    width: 25%;
    height: auto;
}

.incorporation-form .payment-dropdown .dropdown-data {
    border-bottom: 1px #dadada solid;
}

.incorporation-form .payment-dropdown .dropdown-data .dropdown-toggle {
    padding-left: 0 !important;
    display: block;
    width: 100%;
    text-align: left;
}

.incorporation-form .payment-dropdown .dropdown-data .dropdown-toggle::before {
    display: none;
    position: absolute;
    left: 0;
    top: 11px;
    color: #000;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.incorporation-form .payment-dropdown .dropdown-data .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
    color: #000;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.incorporation-form .payment-summary {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
}

.incorporation-form .payment-summary .main-title {
    font-size: 26px;
}

.incorporation-form .payment-summary table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.incorporation-form .payment-summary table tr td,
.incorporation-form .payment-summary table tr th {
    color: #4267b2;
    padding: 10px 0;
}

.incorporation-form .payment-summary table tr td:last-child,
.incorporation-form .payment-summary table tr th:last-child {
    text-align: right;
}

.incorporation-form .payment-summary table tr:last-child {
    border-top: 1px #dadada solid;
}

.incorporation-form .payment-summary .payment-search-box {
    display: inline-block;
    width: 100%;
    padding: 30px 0 20px 0;
}

.incorporation-form .payment-summary .payment-search-box a {
    display: inline-block;
    text-decoration: none;
    border: 1px #53dcec solid;
    color: #53dcec;
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px;
}

.incorporation-form .payment-summary .payment-search-box a:hover {
    text-decoration: none;
    background: #53dcec;
    color: #fff;
}

.incorporation-form .payment-summary .payment-search-box .form-control {
    width: calc(100% - 118px);
    margin-right: 10px;
    height: 42px;
    display: inline-block;
}

.register-table {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 8px;
}

.register-table .existing-contact {
    display: inline-block;
    width: auto;
    margin: 30px 0 0px 0;
}

.register-table .register-table-data {
    overflow-x: auto;
    overflow-y: hidden;
}

.register-table .director-btn {
    float: right;
    margin: 30px 0 0px 0;
    width: 230px;
}

.register-table .director-btn a {
    width: 100%;
    text-align: center;
    color: #4267b2;
    border: 1px #4267b2 solid;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
}

.register-table .director-btn a:hover {
    background-color: #4267b2;
    color: #FFF;
    text-decoration: none;
}

.register-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.register-table table tr th {
    padding: 15px 5px;
    border-bottom: 1px #dadada solid;
}

.register-table table tr td {
    padding: 15px 5px;
    border-bottom: 1px #dadada solid;
    font-weight: 500;
}

.register-table table tr td .edit-link,
.register-table table tr td .edit-link:hover {
    font-family: 'Circular';
    color: #015700;
    font-weight: 500;
    text-decoration: none;
}

.register-table table tr td .remove-link,
.register-table table tr td .edit-link:hover {
    font-family: 'Circular';
    color: #F00;
    font-weight: 500;
    text-decoration: none;
}

.check-container {
    color: #4267b2;
    font-size: 18px;
    line-height: 28px;
    display: block;
    position: relative;
    padding-left: 30px;
    height: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 1px #dadada solid;
    border-radius: 8px;
}

.register-table-data .checkmark {
    border: none;
}

.register-table-data .check-container input~.checkmark:after {
    display: block;
}

.check-container:hover input~.checkmark {
    background-color: #fff;
}

.check-container input:checked~.checkmark {
    background-color: #fff;
    border: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #4caf50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.incorporation-form .custom-file-input:lang(en)~.custom-file-label::after {
    width: 50px;
    bottom: 3px;
    top: auto;
    content: '';
    border: 1px #dadada solid;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.incorporation-form .form-check .check-container {
    color: #1C2C40;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: auto;
}

.incorporation-form .custom-file-input {
    cursor: pointer;
}

.incorporation-form .custom-file-input:focus {
    outline: none;
}

.incorporation-form .custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #4267b2;
}

.incorporation-form .custom-file-input:lang(en)~.custom-file-label::before {
    content: '';
    position: absolute;
    background: url('../icons/upload-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    width: 55px;
    height: 26px;
    background-size: 40%;
    top: 3px;
    right: -2px
}

.incorporation-form .custom-file-label {
    padding: 10px 5px;
    border: none;
    font-size: 18px;
    border-bottom: 1px #dadada solid;
    color: #4267b2;
    border-radius: 0px;
}

.incorporation-form .btn-group .btn-save,
.incorporation-form .btn-group .btn-cancel:hover {
    font-weight: 500;
    background: #4967b0;
    min-width: 140px;
    height: 46px;
    border: 1px #4967b0 solid;
    color: #FFF;
    border-radius: 5px !important;
    padding: 10px 15px;
    margin-right: 10px;
}

.incorporation-form .btn-group .btn-cancel,
.incorporation-form .btn-group .btn-save:hover {
    font-weight: 500;
    background: #FFF;
    min-width: 140px;
    height: 46px;
    border: 1px #4967b0 solid;
    color: #4967b0;
    border-radius: 5px !important;
    padding: 10px 15px;
    margin-right: 10px;
}

.incorporation-form .btn-group {
    margin: 0 auto;
    text-align: center;
}

.register-table .dropdown-data .dropdown-toggle {
    padding: 11px 30px 11px 20px !important;
    border: 1px #4967b0 solid;
    border-radius: 15px;
}

.register-table .dropdown-data .dropdown-toggle::before {
    display: inline-block;
    position: absolute;
    right: 10;
    left: auto;
    top: 18px;
    color: #4967b0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.register-table .dropdown-data .dropdown-menu {
    min-width: 216px;
    left: 0px !important;
    right: auto !important;
}

.inner-tab-content .incorporation-form .input-field small {
    font-size: 14px;
    color: #4967b0;
    display: inline-block;
    width: 100%;
    padding: 5px 0 0 0;
}

.inner-tab-content .incorporation-form .dob-data .dropdown-data {
    border-bottom: 1px #dadada solid;
}

.inner-tab-content .incorporation-form .dob-data .dropdown-data .dropdown-toggle::before {
    right: 0;
    left: auto;
    color: #4967b0;
}

.inner-tab-content .incorporation-form .dob-data .dropdown-data .dropdown-toggle {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding-left: 5px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 18px;
}

.additional-table {
    padding-top: 20px;
}

.additional-table table {
    border-collapse: collapse;
    width: 100%;
}

.additional-table table tr td {
    border: 1px solid #DDD;
    padding: 10px;
    border-radius: 5px;
}

.inner-tab-content .incorporation-form .input-field span {
    height: auto;
}

.inner-tab-content .incorporation-form .input-field span.checkmark {
    height: 25px;
}

.hero-home {
    max-width: 100%;
}

.lg-container {
    max-width: 1300px;
}

.desktop-img img {
    width: 100%;
}


/************* incorporation-detail *******************/


/* Dashboard CSS Start */

.sidebar-sticky {
    padding: 10px 0px 0 0;
    width: 230px;
    height: 100%;
    position: fixed;
    display: inline-block;
    vertical-align: top;
    height: calc(100vh - 70px);
    overflow: auto;
    background: linear-gradient(180.04deg, #355273 0.01%, #455692 99.99%);
}

.sidebar-sticky li a {
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}

.sidebar-sticky li a:hover {
    text-decoration: none;
}

.sidebar-sticky ul>li ul li:last-child {
    border-top: none;
}

.sidebar-sticky li span img {
    margin-right: 5px;
}

.sidebar-sticky li .svg-img svg:last-child {
    margin-right: 0;
}

.sidebar-sticky li ul {
    padding-left: 30px;
    list-style: none;
}

.sidebar-sticky li ul li {
    padding: 5px 0;
}

.sidebar-sticky ul li .switch-data li.active {
    padding: 5px 5px;
    background: #5F72B6;
    border-radius: 4px;
}

.sidebar-sticky ul li li.active {
    background: #5F72B6;
    border-radius: 4px;
    font-weight: bold;
}

.sidebar-sticky ul li .sublink.active {
    background: #5F72B6;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 15px;
}

.sidebar-sticky ul li.switch-link {
    position: relative;
}

.sidebar-sticky ul li.nav-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 5px;
}

.sidebar-sticky ul li.extras .svg-img {
    width: 20px;
    height: 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
}

.sidebar-sticky ul li.switch-link a.active {
    background: #5F72B6;
    border-radius: 4px;
}

.sidebar-sticky ul li .svg-img {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 5px;
    float: right;
    vertical-align: middle;
    margin-top: 5px;
}

.sidebar-sticky ul li.extra .switch-data {
    padding-left: 38px;
}


/*.sidebar-sticky ul li.extra .submenu{display: none;}*/


/*.sidebar-sticky ul li.extra .switch-data.active{display: block;}*/

.sidebar-sticky ul li.show .switch-data,
.sidebar-sticky ul li.show .svg-img {
    display: inline-block;
    transform: rotate(0deg);
}

.sidebar-sticky ul li .switch-data {
    display: none;
    width: 100%;
    /*padding: 10px 0px 10px 20px;*/
    margin: 0px
}

.sidebar-sticky ul.dashboard li .switch-data li a {
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    font-size: 11px;
}

.sidebar-sticky ul li .switch-data li a span {
    color: #FFF;
    font-weight: 500;
    display: block;
    font-size: 13px;
}

.dashboard-content {
    width: calc(100% - 235px);
    display: inline-block;
    padding: 20px;
    margin-left: 230px;
}

.dashboard-content .dashboard-service {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.dashboard-content .dashboard-service p {
    font-weight: 600;
}

.dashboard-content .dashboard-service .service-info {
    justify-content: center;
    padding: 30px 0 40px 0;
}

.dashboard-content .recent-activity span {
    font-size: 12px;
    display: block;
    margin: 0 20px 5px 20px;
    font-weight: 500;
}

.dashboard-content .recent-activity .table-responsive {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px 20px 0 20px;
}

.dashboard-content .table th {
    border-bottom: none;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-top: none;
    padding: 8px 0px 20px 0px;
}

.dashboard-content .table td {
    font-size: 14px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: 500;
    border-top: none;
    padding: 8px 0px;
}

.dashboard-content .table th.status,
.dashboard-content .table td.status,
.dashboard-content .table th.date,
.dashboard-content .table td.date {
    width: 100px;
}

.dashboard-content .company-recent-activity .table th.status,
.dashboard-content .company-recent-activity .table td.status,
.dashboard-content .company-recent-activity .table th.date,
.dashboard-content .company-recent-activity .table td.date {
    width: 200px;
}

.dashboard-content .company-recent-activity .table th:last-child,
.dashboard-content .company-recent-activity .table td:last-child {
    width: 300px;
}

.dashboard-content .company-recent-activity .table td {
    border-bottom: 1px #ddd solid;
    padding: 10px 0 10px 20px;
    font-weight: normal;
}

.dashboard-content a:hover {
    text-decoration: none;
}

.dashboard-content .company-recent-activity .table tr:last-child td {
    border-bottom: none;
}

.dashboard-content .company-recent-activity .table-fixed tbody {
    margin-right: 0;
}

.dashboard-content .company-secretary-search ul {
    list-style: none;
    padding: 20px 10px 20px 0px;
    margin: 0;
}

.dashboard-content .company-secretary-search ul li {
    list-style: none;
    padding: 0 5px;
    margin: 0;
    display: inline-block;
}

.dashboard-content .company-secretary-search ul li:first-child {
    padding-left: 0;
}

.dashboard-content .company-secretary-search ul li a {
    position: relative;
    display: inline-block;
    color: #AAB0BB;
    font-size: 14px;
    padding: 10px 15px;
}

.dashboard-content .company-secretary-search ul li:first-child a {
    padding-left: 0;
}

.dashboard-content h3 {
    margin: 20px 0;
    color: #5F72B6;
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
}

.breadcumb-wrapper-main {
    margin-top: 60px
}

.dashboard-content .breadcrumb-item+.breadcrumb-item:before {
    content: "";
    position: absolute;
    padding: 0;
    left: 10px;
    top: 5px;
    width: 8px;
    height: 8px;
    border: solid #AAB0BB;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dashboard-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 1.8rem;
}

.dashboard-content .breadcrumb .breadcrumb-item,
.dashboard-content .breadcrumb .breadcrumb-item a {
    font-size: 15px;
    color: #333;
}

.dashboard-content .company-secretary-search ul li a:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: solid #AAB0BB;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.dashboard-content .company-secretary-search ul li:last-child a:after {
    content: none;
}

.dashboard-content .company-secretary-search .search-box {
    position: relative;
    width: 100%;
    max-width: 276px;
    display: inline-block;
    margin: 20px 0 25px 0;
}

.dashboard-content .company-secretary-search .search-box span {
    position: absolute;
    left: 8px;
    top: 5px;
}

.dashboard-content .company-secretary-search .search-box input {
    border: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #000;
    border-radius: 7px;
    padding: 5px 10px 5px 40px;
}

.dashboard-content .company-secretary-search ul li.active a {
    color: #FFF;
    background: #5F72B6;
    border-radius: 20px;
}

.dashboard-content .company-recent-activity .table th {
    border-bottom: 1px #ddd solid;
    padding: 5px 5px 5px 20px;
}

.dashboard-content .recent-activity.company-recent-activity .table-responsive {
    padding-left: 0;
    padding-right: 0;
}

.dashboard-content .company-recent-activity .table .btn-outline-primary {
    margin: 0 10px 0 0;
    border: 1px solid #5F72B6;
    border-radius: 20px;
    font-weight: normal;
    font-size: 12px;
    padding: 7px 30px;
    line-height: 14px;
    height: auto;
}

.dashboard-content .table td.pending-status {
    color: #FD0A0A
}

.dashboard-content .table td.complete-status {
    color: #55b55e
}

.dashboard-content .table-fixed tbody {
    display: block;
    overflow: auto;
    margin-right: -5px;
}

.dashboard-content thead,
.dashboard-content tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.dashboard-nav .sidebar-sticky ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.dashboard-nav .sidebar-sticky ::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.dashboard-nav .sidebar-sticky ::-webkit-scrollbar-thumb {
    background-color: #FFF;
    outline: 1px solid #FFF;
    border-radius: 5px;
}

.dashboard-nav ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.dashboard-nav ::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.dashboard-nav ::-webkit-scrollbar-thumb {
    background-color: #B7BEC7;
    outline: 1px solid #B7BEC7;
    border-radius: 5px;
}

.dashboard-nav .app-header.Dashboard-header {
    display: block;
}

.dashboard-nav .app-header,
.app-header.Dashboard-header {
    display: none;
}

.dashboard-nav .app-header.Dashboard-header .user-info li .dropdown-data .dropdown-toggle {
    padding-right: 0px !important;
}

.dashboard-nav .app-header.Dashboard-header .user-info li .dropdown-data .dropdown-toggle span {
    color: #5F72B6;
    font-size: 14px;
    text-transform: uppercase;
}

.dashboard-nav .app-header.Dashboard-header .dropdown-toggle::after {
    display: none;
}

.dashboard-nav .app-header.Dashboard-header .cart-part .link span {
    color: #5F72B6;
}

.dashboard-nav .app-header.Dashboard-header {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.dashboard-nav .app-header.Dashboard-header .app-header-wrapper {
    height: 70px;
    display: inline-block;
    width: 100%;
}

.dashboard-nav .app-content {
    padding-top: 70px;
}


/* Dashboard CSS End */


/* START LOADER CSS */

.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s;
}

.thank-you-div {
    text-align: center;
}

.thank-you-div img {
    margin: 50px 0;
}


/***************Start Compny Information Page ***************/

.compny-information .input-field .info img {
    cursor: pointer;
    width: 18px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 7px;
}

.compny-information .input-field .info:hover .tooltiptext {
    visibility: visible;
}

.compny-information .input-field .info .tooltiptext {
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    right: 0;
    top: 120%;
    border-radius: 5px;
}

.compny-information .input-md-field {
    position: relative;
}

.compny-information .input-field input {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #1C2C40;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    border: none;
    border-bottom: 1px #dadada solid;
}

.compny-information .input-field input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #4267b2;
    outline: none;
}

.compny-information .input-field input::placeholder {
    opacity: 1;
    color: #4267b2;
}

.compny-information .input-field input:focus::placeholder {
    opacity: 0;
}

.compny-information .main-title {
    color: #32406f;
    font-size: 24px;
    margin-top: 0
}

.compny-information .btn-switch-text .switch {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 40px;
}

.compny-information .btn-switch-text .switch input {
    opacity: 0;
    visibility: hidden;
}

.compny-information .btn-switch-text .switch .slider.round {
    border-radius: 10px;
}

.compny-information .btn-switch-text .switch .slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dedede;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compny-information .btn-switch-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.compny-information .btn-switch-text .switch {
    margin-right: 20px;
}

.compny-information .btn-switch-text input:checked+.slider:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.compny-information .btn-switch-text .slider:before {
    position: absolute;
    z-index: 2;
    content: "";
    height: 40px;
    width: 80px;
    left: 2px;
    bottom: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    -webkit-transition: .4s;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    background-color: #4268b3;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

.compny-information .btn-switch-text .slider.round {
    border-radius: 100px;
}

.compny-information .btn-switch-text .switch .slider .text-status {
    flex: 0 0 50%;
    text-align: center;
    position: relative;
    z-index: 3;
    font-size: 16px;
    font-weight: 500;
    transition: .4s;
}

.compny-information .btn-switch-text input:checked+.slider .yes {
    color: #fff;
}

.compny-information .btn-switch-text input+.slider .no {
    color: #fff;
}

.compny-information .btn-switch-text input:checked+.slider .no {
    color: #5b5b5b;
}

.compny-information .compny-address,
.compny-information .letest-constitution,
.compny-information .business-profile {
    margin-top: 40px;
}

.compny-information .compny-address p,
.compny-information .letest-constitution p,
.compny-information .business-profile p {
    color: #4267b2;
    font-size: 18px;
}

.compny-information .secound-text {
    padding-left: 10px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.compny-information .secound-text span {
    display: inline-block;
    vertical-align: middle;
}

.compny-information .secound-text .checkmark {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    width: 13px;
    height: 25px;
    border: solid #4caf50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    margin-right: 10px;
}

.compny-information .secound-text .checkmark-text {
    font-size: 16px;
    font-style: italic;
}

.compny-information .custom-file-input:lang(en)~.custom-file-label::before {
    content: '';
    position: absolute;
    background: url(../icons/upload-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    width: 55px;
    height: 26px;
    background-size: 40%;
    top: 3px;
    right: -2px;
}

.compny-information .custom-file-input:lang(en)~.custom-file-label::after {
    width: 50px;
    bottom: 3px;
    top: auto;
    content: '';
    border: 1px #dadada solid;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
    background: -moz-linear-gradient(90deg, rgba(91, 137, 197, 1) 33%, rgba(86, 160, 212, 1) 49%, rgba(86, 160, 212, 1) 65%);
}

.compny-information .custom-file-label {
    position: relative;
    display: block;
    border: none;
    margin: 0;
}

.compny-information .letest-constitution .secound-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compny-information .letest-constitution .secound-text .custom-file {
    width: auto;
    margin: 0
}

.compny-information .letest-constitution .custom-file-input {
    display: none;
}

.compny-information .compny-address .third-text span {
    color: #32406F;
}

.compny-information .compny-address .btn-switch-text {
    margin-bottom: 10px;
}

.compny-information .compny-address {
    margin-bottom: 15px;
}

.compny-information .postal-code,
.compny-information .street-code,
.compny-information .building-name,
.compny-information .unit-no {
    margin-bottom: 20px;
}

.incorporation-price-box {
    width: 33.33%;
    padding: 30px 10px;
    text-align: center;
}

.incorporation-price-box span.title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    display: block;
    color: #1C2C40;
}

@media(min-width: 992px) {
    .tab_container.company-information {
        padding-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .compny-information .compny-name {
        margin-bottom: 15px;
    }
}

@media(max-width: 575px) {
    .compny-information .main-title {
        margin-top: 10px;
    }
    .compny-information .input-field input {
        font-size: 16px;
    }
    .compny-information .compny-address,
    .compny-information .letest-constitution,
    .compny-information .business-profile {
        margin-top: 30px;
    }
    .compny-information .compny-address p,
    .compny-information .letest-constitution p,
    .compny-information .business-profile p {
        font-size: 15px;
        line-height: 1.3;
    }
    .compny-information .secound-text .checkmark-text {
        font-size: 13px;
    }
    .compny-information .secound-text .checkmark {
        width: 9px;
        height: 16px;
    }
}


/***************End Compny Information Page ***************/


/*************** Start Choose Company Page ***************/

.choose-company {
    margin-top: 50px;
}

.choose-company-wrapper .inner-tab-content .main-title {
    margin-top: 0
}

.choose-company-wrapper .banner-caption {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choose-company-wrapper .select-company-box .box-inner {
    margin-right: 20px;
}

.choose-company-wrapper .select-company-box .add-company-box {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex
}

.dashboard-content .choose-company-wrapper .select-company-box .add-company:hover {
    text-decoration: none;
}

.dashboard-content .choose-company-wrapper .select-company-box .box-inner.select-box {
    position: relative;
    width: 90%;
}

.dashboard-content .choose-company-wrapper .select-company-box .box-inner.select-box:after {
    background: url('../icons/select-company-arrow.png') no-repeat 0 0;
    background-size: 100%;
    height: 70px;
    width: 70px;
    position: absolute;
    right: -20px;
    top: -10px;
    content: '';
}

.dashboard-content .choose-company-wrapper .select-company-box .add-company {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.dashboard-content .choose-company-wrapper .select-company-box .add-company span {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.dashboard-content .choose-company-wrapper {
    padding: 0 50px 50px 50px;
}

.dashboard-content .choose-company-wrapper .select-company-box .add-company-box.box-inner h5 {
    color: #000;
}

.dashboard-content .choose-company-wrapper .select-company-box .box-inner h5 {
    font-weight: 500;
}

.dashboard-content .choose-company-wrapper .select-company-box .box-inner {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.choose-company-wrapper .select-company-box .box-1 {
    background: -webkit-linear-gradient(360deg, rgb(82, 200, 236) 0%, rgb(92, 130, 193) 100%);
    background: -o-linear-gradient(360deg, rgb(82, 200, 236) 0%, rgb(92, 130, 193) 100%);
    background: -ms-linear-gradient(360deg, rgb(82, 200, 236) 0%, rgb(92, 130, 193) 100%);
    background: -moz-linear-gradient(360deg, rgb(82, 200, 236) 0%, rgb(92, 130, 193) 100%);
    background: linear-gradient(90deg, rgb(82, 200, 236) 0%, rgb(92, 130, 193) 100%);
    border-radius: 10px;
    padding: 20px;
}

.choose-company-wrapper .select-company-box .box-2 {
    background: -webkit-linear-gradient(360deg, rgb(193, 145, 254) 0%, rgb(160, 89, 255) 100%);
    background: -o-linear-gradient(360deg, rgb(193, 145, 254) 0%, rgb(160, 89, 255) 100%);
    background: -ms-linear-gradient(360deg, rgb(193, 145, 254) 0%, rgb(160, 89, 255) 100%);
    background: -moz-linear-gradient(360deg, rgb(193, 145, 254) 0%, rgb(160, 89, 255) 100%);
    background: linear-gradient(90deg, rgb(193, 145, 254) 0%, rgb(160, 89, 255) 100%);
    border-radius: 10px;
    padding: 20px;
}

.choose-company-wrapper .select-company-box .box-3 {
    background: -webkit-linear-gradient(360deg, rgb(114, 215, 95) 0%, rgb(15, 174, 12) 100%);
    background: -o-linear-gradient(360deg, rgb(114, 215, 95) 0%, rgb(15, 174, 12) 100%);
    background: -ms-linear-gradient(360deg, rgb(114, 215, 95) 0%, rgb(15, 174, 12) 100%);
    background: -moz-linear-gradient(360deg, rgb(114, 215, 95) 0%, rgb(15, 174, 12) 100%);
    background: linear-gradient(90deg, rgb(114, 215, 95) 0%, rgb(15, 174, 12) 100%);
    border-radius: 10px;
    padding: 20px;
}

.choose-company-wrapper .select-company-box .box-4 {
    background: -webkit-linear-gradient(360deg, rgb(255, 179, 117) 0%, rgb(255, 109, 109) 100%);
    background: -o-linear-gradient(360deg, rgb(255, 179, 117) 0%, rgb(255, 109, 109) 100%);
    background: -ms-linear-gradient(360deg, rgb(255, 179, 117) 0%, rgb(255, 109, 109) 100%);
    background: -moz-linear-gradient(360deg, rgb(255, 179, 117) 0%, rgb(255, 109, 109) 100%);
    background: linear-gradient(90deg, rgb(255, 179, 117) 0%, rgb(255, 109, 109) 100%);
    border-radius: 10px;
    padding: 20px;
}

.choose-company-wrapper .select-company-box {
    margin-bottom: 30px;
}

.choose-company-wrapper .select-company-box .box-inner h5 {
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.choose-company-wrapper .select-company-box .box-inner p {
    color: #fff;
}

.choose-company-wrapper .select-company-box .company-date-info {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.choose-company-wrapper .select-company-box .company-date-info span {
    margin: 3px 0 0 10px;
    color: #fff;
}

@media(max-width: 575px) {
    .choose-company-wrapper .select-company-box .box-inner {
        margin-right: 0;
    }
    .choose-company-wrapper .select-company-box {
        margin-bottom: 20px;
    }
}


/*************** End Choose Company Page ***************/


/*======== Float Label CSS =====*/

.inner-tab-content .incorporation-form .input-field.form-group input {
    height: auto;
    border-radius: 0px;
}


/* .form-group {
    position: relative;
    margin-bottom: 1.5rem;
  }
  
  .form-group label.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 5px;
    transition: all 200ms;
    opacity: 1;
    color: #4267b2;
    font-size: 18px;
  }
  
  .form-control:focus + .form-control-placeholder,
  .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  } */

.input-field.form-group .form-control {
    background: transparent;
}

.input-field.form-group input {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 0px !important;
    margin-top: 5px;
    padding-bottom: 3px;
}

.input-field.form-group form input:valid,
form textarea:valid {
    background: white;
    padding-top: 10px;
}


/*LABEL*/

.input-field.form-group label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    color: #4267b2;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
}

.input-field.form-group.focus label {
    padding-top: 15px;
    top: -30px;
    font-size: 70%;
}

.input-field.form-group.typed label {
    padding-top: 15px;
    top: -30px;
    font-size: 70%;
}


/*managing transition*/

.input-field.form-group label {
    -webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
}

.input-field.form-group .no-border {
    border-top: none;
    border-left: none;
    padding-left: 0px !important;
    margin-top: 0px !important;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.contact-number-form.has-val .phone-lable,
.contact-number-form.focus .input-field.form-group .phone-lable {
    padding-top: 15px;
    top: -30px;
    font-size: 70%;
    bottom: auto;
}

.contact-number-form .input-field.form-group .phone-lable {
    left: 75px;
    width: auto;
}


/*======== Float Label CSS ===== */

.incorporation-list {
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.incorporation-list ul {
    padding: 20px 0 0 20px;
    margin: 0;
}

.incorporation-list ul li {
    padding: 0;
    margin: 5px 0;
}


/* Responsive CSs */

@media (max-width: 1399px) {
    ul.tabs li a {
        padding: 10px 20px;
    }
}

@media (max-width: 1299px) {
    .lg-container {
        max-width: 1140px;
    }
    ul.tabs {
        width: 27%;
    }
    .tabs_wrapper .bottom-progress .progress-data {
        width: 29.2%;
    }
    .tabs_wrapper .bottom-progress .next-prev {
        width: 71%;
    }
    .tab_container {
        width: 69%;
        margin-left: 28.5%;
    }
    .tab_content .title {
        width: 80%;
    }
    .tab_content .date-info {
        width: 20%;
    }
    .inner-tab-content .incorporation-form .input-md-field .input-field {
        width: 78%;
    }
    .service-info .service-box {
        max-width: 290px;
    }
    .incorporation-form .payment-summary {
        padding: 10px;
    }
    .incorporation-form .payment-summary {
        font-size: 14px;
    }
    .incorporation-form .payment-summary .main-title {
        margin: 0;
    }
    .incorporation-form .payment-summary .payment-search-box {
        padding: 10px 0;
    }
    .dashboard-content .choose-company-wrapper {
        padding: 0;
    }
    .dashboard-content .company-recent-activity .table th.status,
    .dashboard-content .company-recent-activity .table td.status,
    .dashboard-content .company-recent-activity .table th.date,
    .dashboard-content .company-recent-activity .table td.date {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .app-header .app-header-r .dropdown:hover .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
    .how-work-bg {
        margin-top: 60px;
        background: url(../img/how-work-mobile.png) no-repeat;
        background-size: cover;
        height: 320px;
    }
    /*.pricing-bg { background: url('../img/pricing-bg-mobile.png') no-repeat center center; background-size: cover;}    */
    .dashboard-content.choose-company-wrapper .select-company-box .box-inner h5 {
        font-size: 14px;
    }
    .dashboard-content .choose-company-wrapper .select-company-box .box-inner.select-box:after {
        right: -30px;
        top: -20px;
    }
    .how-work-bg .container h1 {
        padding: 100px 0 20px 0;
    }
}

@media (max-width: 991px) {
    .dashboard-nav .app-header.Dashboard-header .app-header-wrapper {
        padding: 10px 20px;
    }
    .incorporation-detail-page .tab_container .progress {
        display: block;
    }
    .tabs_wrapper .bottom-progress {
        margin: 0;
        background: #4CC8EE;
    }
    .dashboard-nav .app-content.incorporation-detail-page {
        background: #FFF;
        padding-bottom: 0;
        padding-top: 70px;
    }
    .tab_container {
        box-shadow: none;
        min-height: calc(81vh - 0px) !important;
        width: 100%;
    }
    .tabs_wrapper .bottom-progress .next-prev .left-arrow,
    .tabs_wrapper .bottom-progress .next-prev .right-arrow {
        background: #4CC8EE;
    }
    .tab_container,
    .tabs_wrapper .bottom-progress .next-prev {
        width: 100%;
        margin-right: 0;
        border-radius: 0px;
    }
    .tabs_wrapper .bottom-progress .next-prev .left-arrow {
        border-right: none;
    }
    .tabs_wrapper .bottom-progress .next-prev .left-arrow a,
    .tabs_wrapper .bottom-progress .next-prev .right-arrow a,
    .tabs_wrapper .bottom-progress .next-prev .left-arrow a:hover,
    .tabs_wrapper .bottom-progress .next-prev .right-arrow a:hover {
        padding: 0;
        margin: 15px 0;
        border-right: 1px #FFF solid;
    }
    .tabs_wrapper .bottom-progress .next-prev .right-arrow a,
    .tabs_wrapper .bottom-progress .next-prev .right-arrow a:hover {
        border-right: none;
    }
    .dashboard-content .recent-activity .table-responsive .table {
        width: 700px;
    }
    .user-info {
        display: none;
    }
    .app-header ul.dropdown-menu.menu-renters {
        width: 100%;
    }
    ul.tabs {
        display: none;
    }
    .tab_container {
        margin-left: 0px;
    }
    /* .tab_container { display : block;  margin : 0 auto;  width : 95%;  border-top : none;  border-radius : 0;  box-shadow : 0px 0px 10px black; -webkit-box-shadow : 0px 0px 10px black; } */
    .tab_drawer_heading {
        background-color: transparent;
        color: #5f72b6;
        border-top: 1px #5f72b6 solid;
        margin: 0;
        padding: 5px 20px;
        display: none;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }
    .d_active,
    .tab_drawer_heading:hover {
        background: #5f72b6;
        color: #fff;
    }
    .tabs_wrapper .bottom-progress .progress-data {
        display: none;
    }
    .tabs_wrapper .bottom-progress {
        position: relative;
    }
    .Dashboard-header .app-header-c1 .app-header-logo img.logo {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .how-work-bg {
        height: auto;
    }
    .pricing-bg,
    .pricing-bg {
        height: auto;
    }
    .how-work-bg .container h1,
    .pricing-bg .container h1 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 0 20px 0;
    }
    .how-work-bg .container h4 br,
    .pricing-bg .container h4 br {
        display: none;
    }
    .how-work-bg .container h4,
    .pricing-bg .container h4 {
        font-size: 14px;
        padding-bottom: 40px;
    }
    .incorporation-table .mobile-incorporation-btn {
        display: inline-block;
        margin-top: 10px;
    }
    .incorporation-table .mobile-incorporation-btn small {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }
    .align-items-center.mobile-align-items-center {
        display: inline-block !important;
    }
    .incorporation-table .mobile-incorporation-btn small a,
    .incorporation-table .mobile-block-data-content a {
        text-decoration: underline;
        color: #4DC9EE;
    }
    .incorporation-table .hide-mobile-data-content,
    .border-top-gray .mobile-block-data.hide-mobile-data-content,
    .incorporation-table .border-top-gray.bottom-hide,
    .incorporation-price-box.bg-purple .smalltext,
    .incorporation-price-box .smalltext {
        display: none !important;
    }
    .incorporation-table .mobile-block-data-content {
        display: block;
    }
    .incorporation-price-box.bg-purple {
        background: transparent;
        color: #1C2C40;
        border-left: 1px #ddd solid;
    }
    .incorporation-price-box.bg-purple .price {
        color: #1C2C40;
    }
    .incorporation-table .mobile-block-data-content.last {
        border-left: 1px #ddd solid;
    }
    .incorporation-table .border-top-gray {
        display: inline-block !important;
        width: 100%;
    }
    .border-top-gray .mobile-block-data {
        display: inline-block !important;
        width: 100%;
        border-bottom: 1px #ddd solid;
        border-right: none;
    }
    .incorporation-table .hide-mobile-data {
        display: none;
    }
    .incorporation-price-box {
        width: 50%;
        float: left;
        padding: 20px 10px;
    }
    .border-top-gray .incorporation-price-box:last-child {
        background: transparent;
        color: #1C2C40;
    }
    .dashboard-content .choose-company-wrapper .select-company-box .box-inner.select-box:after {
        right: -30px;
        top: -10px;
    }
    .app-footer .app-footer-wrapper .link {
        text-align: center;
        float: none;
        margin: 10px 0 0 0;
    }
    .incorporation-form .btn-group .btn-cancel,
    .incorporation-form .btn-group .btn-save:hover {
        min-width: 130px;
    }
    .incorporation-form .btn-group .btn-cancel:hover,
    .incorporation-form .btn-group .btn-save {
        min-width: 130px;
        margin-right: 0;
    }
    .inner-tab-content .main-title {
        padding: 5px 10px 10px 10px;
    }
    .iti__selected-flag {
        padding-left: 10px !important;
    }
    .input-check,
    .tab_content .main-banner .banner-caption {
        padding: 10px;
    }
    .incorporation-form {
        padding-bottom: 20px
    }
    .incorporation-detail-page .incorporation-form {
        padding-bottom: 0;
        margin: 0
    }
    .register-table {
        overflow: hidden;
        padding: 10px 10px 30px 10px;
        width: 100%;
        margin-bottom: 10px;
    }
    .input-check label {
        width: 100%;
    }
    .dropdown-data .dropdown-menu {
        min-width: 92%;
        width: 90%;
        left: 15px !important;
    }
    .inner-tab-content .incorporation-form .dob-data .dropdown-data .dropdown-menu,
    .register-table .dropdown-data .dropdown-menu {
        left: 0px !important;
    }
    .register-table .dropdown-data .dropdown-menu {
        min-width: 87%;
        width: 80%;
    }
    .inner-tab-content .incorporation-form .input-field.payment-dropdown {
        padding-left: 10px;
        padding-right: 10px;
    }
    .incorporation-form .payment-icon img {
        padding-left: 10px;
        width: 40%;
    }
    .incorporation-form .btn-group,
    .service-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .incorporation-form .incorporation-content {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }
    .inner-tab-content .incorporation-form .input-md-field .input-field {
        width: 77%;
    }
    .input-check .form-check {
        margin-left: 0px !important;
    }
    .inner-tab-content .incorporation-form .input-field .success-msg,
    .inner-tab-content .incorporation-form .input-field .error-msg {
        left: 10px;
    }
    .inner-tab-content .incorporation-form .input-field input.error-msg {
        color: #000
    }
    .inner-tab-content .incorporation-form .input-field input {
        padding: 5px 30px 5px 10px;
    }
    .dropdown-data .dropdown-toggle::before {
        left: 6px;
    }
    .existing-contact .dropdown-data .dropdown-toggle {
        padding-right: 30px !important;
        max-width: 210px;
    }
    .register-table .director-btn a {
        min-width: 210px;
        text-align: center;
    }
    .register-table table {
        width: 700px;
    }
    .incorporation-form .check-container {
        margin-left: 10px;
        font-size: 16px;
    }
    .inner-tab-content .incorporation-form .input-field small {
        padding: 5px 0 0 10px;
    }
    .inner-tab-content .incorporation-form .dob-data .dropdown-data .dropdown-toggle {
        padding-left: 10px !important;
    }
    .incorporation-form .custom-file-input:lang(en)~.custom-file-label::before {
        right: 8px;
    }
    .inner-tab-content .incorporation-form .dob-data .dropdown-data .dropdown-toggle::before,
    .incorporation-form .custom-file-input:lang(en)~.custom-file-label::after {
        right: 10px;
    }
    .incorporation-form .custom-file-label {
        overflow: hidden;
        padding: 10px;
    }
    .tab_content .inner-tab-content {
        overflow-x: hidden;
        padding: 0 0 20px 0;
    }
    /* .sidebar-sticky { position: static; width: 100%; height: auto;} */
    .dashboard-content {
        width: 100%;
        margin-left: 0px;
    }
    .client-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .desktop-img {
        display: none;
    }
    .tab_content .main-banner {
        padding: 10px;
    }
    .tab_container {
        padding: 0 15px;
    }
    .tab_content .main-banner .banner-caption {
        display: inline-block;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .tab_content .title,
    .tab_content .date-info {
        display: block;
        width: 100%;
        text-align: left;
        float: left;
    }
    .dropdown-data .dropdown-toggle,
    .inner-tab-content .incorporation-form .input-field input {
        font-size: 17px;
    }
    .inner-tab-content .incorporation-form .dob-data .dropdown-data {
        margin-bottom: 15px;
    }
    .incorporation-form .form-check .check-container {
        width: 95%;
    }
    .incorporation-form .payment-summary {
        box-shadow: none;
    }
    .dashboard-nav .app-header.Dashboard-header .app-header-wrapper {
        height: 60px;
    }
    .incorporation-main {
        margin-top: 80px;
    }
    .show-sidebar .sidebar-sticky {
        left: 0;
        z-index: 9;
    }
    .sidebar-sticky {
        left: -100%;
        height: 100%;
        transition: 0.5s ease-in-out 0s;
    }
    .dashboard-content {
        margin-left: 0;
        width: 100%;
        transition: 0.5s ease-in-out 0s;
    }
    .show-sidebar .dashboard-content {
        margin-left: 300px;
        width: 100%;
        position: relative;
    }
    .show-sidebar .dashboard-content:after {
        position: fixed;
        left: 0;
        right: 0px;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: '';
    }
    .show-sidebar.dashboardMainMenu {
        overflow: hidden;
    }
    .app-header .app-header-wrapper .sidebar-mobile-menu {
        display: inline-block;
    }
    .dashboard-nav.dashboardMainMenu .app-content {
        padding-top: 60px;
    }
    .dashboard-content .company-secretary-search ul {
        padding: 20px 0;
    }
    .Dashboard-header .app-header-c1 {
        width: 120px;
        margin-right: 15px
    }
    .Dashboard-header .cart-mobile,
    .Dashboard-header .app-header-l1 {
        display: none;
    }
    .app-header.Dashboard-header .user-info li .dropdown-data .dropdown-toggle {
        padding-top: 11px !important;
    }
    .app-header.Dashboard-header .user-info .dropdown-data .dropdown-menu {
        left: auto !important;
        right: 0;
    }
    .dashboard-nav .app-header.Dashboard-header .user-info li .dropdown-data .dropdown-toggle span,
    .dashboard-nav .app-header.Dashboard-header .user-info li .dropdown-data .dropdown-toggle svg:last-child,
    .Dashboard-header.app-header li.cart-part {
        display: none;
    }
}

@media (max-width: 600px) {
    .service-info .service-box {
        max-width: 100%;
        margin-right: 0px;
    }
    .register-table .director-btn {
        float: left;
        margin-top: 20px;
    }
    .bussiness-search {
        max-width: 400px;
    }
    .register-table .existing-contact,
    .register-table .director-btn {
        width: 100%;
        text-align: center;
    }
    .existing-contact .dropdown-data .dropdown-toggle,
    .register-table .director-btn a {
        min-width: 100%;
        text-align: center;
    }
}


/*******************************Start Request Page********************************/

.request-text-icon {
    margin-top: 15px;
}

.request-page .nav-tabs {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #5F72B6;
    border-radius: 25px;
    margin: 10px 0;
}

.request-page .nav-tabs li {
    display: inline-block;
    vertical-align: middle;
}

.request-page .nav-tabs li a {
    padding: 8px 30px;
    display: block;
    color: #AAB0BB;
    border-radius: 25px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.request-page .nav-tabs li a.active {
    background-color: #5F72B6;
    color: #fff
}

.request-text-icon ul {
    margin: 0;
    padding: 0
}

.request-text-icon ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}

.request-text-icon ul li:last-child {
    border: none;
}

.request-text-icon ul li a span {
    color: #000000
}

.request-text-icon ul li a img {
    margin-right: 15px;
}

.request-text-icon ul li .text-icon-list {
    flex: 0 0 78%;
}

.request-text-icon ul li .detail-btn {
    flex: 0 0 22%;
}

.request-text-icon ul li .detail-btn a {
    border-radius: 25px;
    border: 1px solid #5F72B6;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 33px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.request-text-icon ul li .detail-btn a:hover {
    background-color: #5F72B6;
    color: #fff
}

.requst-history-content .table .table-title {
    padding-top: 0;
    padding-bottom: 10px;
}

.requst-history-content .table tr:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
    /*border-top: 1px solid #D8D8D8*/
}

.requst-history-content .table-fixed {
    margin: 0
}

.requst-history-content .table-fixed tbody {
    height: auto;
}

.requst-history-content .table th.status,
.requst-history-content .table td.status,
.requst-history-content .table th.date,
.requst-history-content .table td.date {
    width: auto;
}

.requst-history-content .table tr td input {
    border: 1px solid #5F72B6;
    border-radius: 25px;
    padding: 5px 20px;
    background-color: transparent;
}

.requst-history-content .toggle-btn a {
    font-size: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #5F72B6;
    border-radius: 25px;
    position: relative;
}

.requst-history-content .toggle-btn a:after {
    content: "";
    position: absolute;
    padding: 0;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 5px;
    width: 7px;
    height: 7px;
    border: solid #5F72B6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width: 575px) {
    .request-text-icon ul li a img {
        width: 30px;
        flex-shrink: 0;
    }
    .request-text-icon ul li a span {
        font-size: 14px;
    }
    .request-text-icon ul li .detail-btn a {
        padding: 4px 22px;
    }
}

@media(max-width: 475px) {
    .request-text-icon ul li .detail-btn {
        flex: 0 0 100%;
        margin-top: 15px
    }
    .request-text-icon ul li .text-icon-list {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
    }
}


/*******************************End Request Page********************************/


/* ******************************payment method Page******************************** */

.payment-table table tr td:first-child {
    width: 12%;
}

.table-responsive.payment-table .table td {
    border-bottom: none;
    padding: 15px 0 15px 20px;
}

.constitution-btn {
    color: #FFF;
    background: #5F72B6;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 15px;
    margin: 14px 0;
}

.constitution-btn:hover {
    color: #fff;
}

.endig-title h6 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.endig-title p {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 5px 0;
}

.table-responsive.payment-table table tbody {
    height: 340px;
    overflow-y: scroll;
}

.dashboard-content .payment-table .table td:last-child {
    width: 380px;
}
.table-responsive.payment-table {
    padding: 20px !important;
}

.add-card-form-btn {
    background: linear-gradient(90deg, #53C7ED 0%, #5F71B6 100%);
    border-radius: 4px !important;
    border: none;
    outline: none;
    padding: 0 0;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    height: 50px;
    display: inline-block;
    padding: 20px 25px 20px 25px;
    letter-spacing: 1px;
    transition: all .3s linear;
    margin: 0px 10px 15px 0;
    float: right;
}

.payment-model {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    border: none;
    position: relative;
}
.modal-backdrop{ display: none; }

.modal-head {
    position: absolute;
    right: 0;
    z-index: 9;
}

.inner-box {
    padding: 20px 20px 0 20px;
}

.modal-head button.close {
    background: #5f72b6;
    opacity: 1;
    color: #fff;
    padding: 10px;
}
.incorporation-form .custom-control-label{ line-height: 26px; }
.title-icon {width: 40px; margin-right: 10px;}
.document-icon {width: 30px;margin-right: 10px;}
.paymentpopup {background: rgba(74, 74, 74, 0.5)}
.payment-method-text {margin-top: 20px;width: 100%;float: left;}
.card-button {float: right;}
.stripe-card {max-width: 100%;height: auto;margin-top: 5px;}

@media(max-width: 767px) {.card-button .add-card-btn-div {text-align: center;margin-top: 20px;} .card-button .stripe-card {display: block;margin: 0 auto;width: 150px;} .add-card-form-btn {float: none;}}

@media(max-width: 1199px) {.payment-table table tr td img{ width: 100% }}
