@charset "UTF-8";
/*
Theme Name: Bora
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: bora
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
    font-family: 'bora';
    src: url("fonts/bora.eot?2845521");
    src: url("fonts/bora.eot?2845521#iefix") format("embedded-opentype"), url("fonts/bora.woff2?2845521") format("woff2"), url("fonts/bora.woff?2845521") format("woff"), url("fonts/bora.ttf?2845521") format("truetype"), url("fonts/bora.svg?2845521#bora") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    speak: none;
    line-height: 1;
    font-family: 'bora';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    speak: none;
    line-height: 1;
    font-family: 'bora';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
    content: '\e800';
}

.icon-block:before {
    content: '\e801';
}

.icon-play:before {
    content: '\e802';
}

.icon-pause:before {
    content: '\e803';
}

.icon-plus:before {
    content: '\e805';
}

.icon-minus:before {
    content: '\e806';
}

.icon-ok:before {
    content: '\e807';
}

.icon-phone:before {
    content: '\e808';
}

.icon-mail:before {
    content: '\e809';
}

.icon-arrow-back:before {
    content: '\e80e';
}

.icon-send:before {
    content: '\e814';
}

.icon-arrow-right:before {
    content: '\e81e';
}

.icon-share:before {
    content: '\e81f';
}

.icon-bora:before {
    content: '\e821';
}

.icon-brightness:before {
    content: '\e822';
}

.icon-calendar:before {
    content: '\e823';
}

.icon-clock:before {
    content: '\e824';
}

.icon-google-play:before {
    content: '\e825';
}

.icon-linkedin:before {
    content: '\e826';
}

.icon-apple:before {
    content: '\e827';
}

.icon-arrow-down:before {
    content: '\e828';
}

.icon-arrow-left:before {
    content: '\e829';
}

.icon-cancel:before {
    content: '\e82b';
}

.icon-link-ext:before {
    content: '\f08e';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-gplus:before {
    content: '\f0d5';
}

.icon-linkedin-alt:before {
    content: '\f0e1';
}

.icon-unlink:before {
    content: '\f127';
}

.icon-help:before {
    content: '\f128';
}

.icon-info:before {
    content: '\f129';
}

.icon-youtube:before {
    content: '\f16a';
}

.icon-instagram:before {
    content: '\f16d';
}

.icon-tumblr:before {
    content: '\f173';
}

.icon-vkontakte:before {
    content: '\f189';
}

.icon-qq:before {
    content: '\f1d6';
}

.icon-wechat:before {
    content: '\f1d7';
}

.icon-pinterest:before {
    content: '\f231';
}

.icon-whatsapp:before {
    content: '\f232';
}

.icon-reddit:before {
    content: '\f281';
}

.icon-snapchat:before {
    content: '\f2ac';
}

.icon-quora:before {
    content: '\f2c4';
}

.icon-telegram:before {
    content: '\f2c6';
}

.icon-sina:before {
    content: '\f33f';
}

/* Local fallbacks for the archived Bora icon font, which Wayback did not capture. */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: var(--bora-body-font) !important;
    font-weight: 700 !important;
}

.icon-arrow-up:before { content: "↑"; }
.icon-arrow-right:before { content: "→"; }
.icon-arrow-down:before { content: "↓"; }
.icon-arrow-left:before, .icon-arrow-back:before { content: "←"; }
.icon-play:before { content: "▶"; }
.icon-pause:before { content: "Ⅱ"; }
.icon-plus:before { content: "+"; }
.icon-minus:before { content: "−"; }
.icon-ok:before { content: "✓"; }
.icon-cancel:before { content: "×"; }
.icon-phone:before { content: "☎"; }
.icon-mail:before { content: "@"; }
.icon-send:before { content: "↗"; }
.icon-share:before, .icon-link-ext:before { content: "↗"; }
.icon-calendar:before { content: "□"; }
.icon-clock:before { content: "◷"; }
.icon-brightness:before { content: "☼"; }
.icon-linkedin:before, .icon-linkedin-alt:before { content: "in"; }
.icon-instagram:before { content: "◎"; }
.icon-youtube:before { content: "▶"; }
.icon-facebook:before { content: "f"; }
.icon-twitter:before { content: "x"; }

*:not(ul):not(ol):not(blockquote) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, div, span, img, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    position: relative;
    background: #FCF5F0;
    -webkit-print-color-adjust: exact;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: 400 16px/22.4px var(--bora-body-font);
}

h1, .h1 {
    font-size: 112px;
    line-height: 120px;
}

h2, .h2 {
    font-size: 48px;
    line-height: 62px;
}

h3, .h3 {
    font-size: 36px;
    line-height: 46px;
}

h4, .h4 {
    font-size: 30px;
    line-height: 38px;
}

h5, .h5 {
    font-size: 24px;
    line-height: 31px;
}

h6, .h6 {
    font-size: 20px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: #334452;
    font-family: var(--bora-editorial-font);
}

a:hover, a:focus, button:hover, button:focus {
    outline: 0;
    text-decoration: none;
}

p {
    margin: 0 0 30px;
}

section {
    padding: 50px 0;
}

b, strong {
    font-weight: 700;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    line-height: 24px !important;
    padding: 10px 15px !important;
    color: #334452 !important;
    border-radius: 12px !important;
    background: #FCF5F0 !important;
    font-family: var(--bora-editorial-font) !important;
    border: 1px solid #F9D0C5 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input[type="text"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
textarea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #E39D8A;
    font-size: 16px;
    font-weight: 400;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #E39D8A;
    font-size: 16px;
    font-weight: 400;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #E39D8A;
    font-size: 16px;
    font-weight: 400;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #E39D8A;
    font-size: 16px;
    font-weight: 400;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
    outline: 0;
}

hr {
    margin: 0;
    padding: 0;
    border-top: 1px solid #000000;
}

.btn {
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 16px 30px;
    color: #334452;
    border-radius: 16px;
    font-family: var(--bora-editorial-font);
    background: #B8D6FF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover, .btn:focus {
    outline: 0;
    color: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #E39D8A;
}

.container {
    width: 100%;
    max-width: 1240px;
    padding-left: 30px;
    padding-right: 30px;
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px;
}

.list-inline li {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.lr-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.lr-10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.blankSpace {
    top: -100px !important;
    display: block !important;
    position: relative !important;
    visibility: hidden !important;
}

.fluid {
    max-width: 100% !important;
}

.fluid br {
    display: none;
}

.fluid h1, .fluid h2, .fluid h3, .fluid h4, .fluid h5, .fluid h6,
.fluid .h1, .fluid .h2, .fluid .h3, .fluid .h4, .fluid .h5, .fluid .h6, .fluid p,
.fluid .entry-title, .fluid .description, .fluid .block-content,
.fluid .content, .fluid .testi-item, .fluid div {
    max-width: 100% !important;
}

.text-transparent {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor;
}

.content-area {
    z-index: 99;
    position: relative;
}

/***********************************
HEADER STYLES
***********************************/
.scroll-down .header:not(.sticky) {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.scroll-down .header:not(.sticky) + .pillar-sticky-sidebar {
    top: 0 !important;
}

.header-gutter {
    height: 142px;
    min-height: 142px;
}

.header {
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    z-index: 1030;
    padding: 45px 0;
    position: fixed;
    background: #FFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .navbar {
    padding: 0;
}

.header .navbar .container {
    padding-left: 30px;
    padding-right: 30px;
}

.header .navbar .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.header .navbar .navbar-header .logo {
    float: left;
}

.header .navbar .navbar-header .logo .navbar-brand {
    margin: 0;
    padding: 0;
}

.header .navbar .navbar-header .logo .navbar-brand img, .header .navbar .navbar-header .logo .navbar-brand svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar .navbar-header .navbar-toggler {
    border: 0;
    float: left;
    width: 80px;
    padding: 31px 30px;
    background: transparent;
}

.header .navbar .navbar-collapse {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
}

.header .navbar .navbar-collapse .navbar-nav {
    padding: 0;
    margin-left: -12px;
    margin-right: -12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header .navbar .navbar-collapse .navbar-nav > li {
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
}

.header .navbar .navbar-collapse .navbar-nav > li > a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #334452;
    font-family: var(--bora-editorial-font);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar .navbar-collapse .navbar-nav > li > a .glyphicon {
    margin-right: 3px;
}

.header .navbar .navbar-collapse .navbar-nav > li > a.active, .header .navbar .navbar-collapse .navbar-nav > li > a:hover {
    color: #E39D8A;
}

.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    padding: 16px 24px;
    text-align: center;
    border-radius: 16px;
    background: #B8D6FF;
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
}

.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover {
    color: #FFF;
    background: #E39D8A;
}

.header .navbar .navbar-collapse .navbar-nav.navbar-nav-right {
    display: none;
    margin-left: 15px;
    margin-right: -5px;
}

.header .navbar .navbar-collapse .navbar-nav.navbar-nav-right li {
    margin-left: 5px;
    margin-right: 5px;
}

.header.transparent {
    background: transparent;
}

.header.stop {
    padding: 15px 0;
    background: #FFF;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

.navbar-toggle {
    margin: 0;
    border: 0;
    padding: 15px;
    display: block;
    overflow: inherit;
    border-radius: 16px;
    border: 1px solid #E39D8A;
    background: transparent;
}

.navbar-toggle:hover .icon-bar:nth-child(1) {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.navbar-toggle:hover .icon-bar:nth-child(3) {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.navbar-toggle:hover:before, .navbar-toggle:focus:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navbar-toggle.in .icon-bar {
    -webkit-transition: transform 150ms linear 150ms;
    -webkit-transition: -webkit-transform 150ms linear 150ms;
    transition: -webkit-transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}

.navbar-toggle.in .icon-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggle.in .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.in .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.navbar-toggle .icon-bar {
    width: 20px;
    height: 4px;
    display: block;
    border-radius: 500px;
    background-color: #E39D8A;
    -webkit-transition: transform 150ms linear 150ms;
    -webkit-transition: -webkit-transform 150ms linear 150ms;
    transition: -webkit-transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}

.navbar-toggle .icon-bar:not(:last-child) {
    margin-bottom: 4px;
}

.sidr {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    position: fixed;
    max-width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FCF5F0;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.sidr.right {
    left: auto;
    right: -100%;
}

.sidr.left {
    left: -100%;
    right: auto;
}

.sidr .sidr-inner .navbar-header {
    padding: 45px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidr .sidr-inner .navbar-header .logo {
    padding-right: 15px;
}

.sidr .sidr-inner .navbar-header .logo .navbar-brand {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.sidr .sidr-inner .navbar-header .navbar-toggle {
    border: 0;
    display: block;
}

.sidr .sidr-inner .navigation {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000000;
}

.sidr .sidr-inner .navigation .navbar-nav {
    padding: 0;
    display: block;
}

.sidr .sidr-inner .navigation .navbar-nav > li {
    padding-top: 12px;
    padding-bottom: 12px;
}

.sidr .sidr-inner .navigation .navbar-nav > li > a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #334452;
    font-family: var(--bora-editorial-font);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidr .sidr-inner .navigation .navbar-nav > li > a .glyphicon {
    margin-right: 3px;
}

.sidr .sidr-inner .navigation .navbar-nav > li > a.active, .sidr .sidr-inner .navigation .navbar-nav > li > a:hover {
    color: #E39D8A;
}

.sidr .sidr-inner .navigation .navbar-nav > li.menu-btn a {
    padding: 16px 24px;
    text-align: center;
    border-radius: 16px;
    background: #B8D6FF;
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
}

.sidr .sidr-inner .navigation .navbar-nav > li.menu-btn a:hover {
    color: #FFF;
    background: #E39D8A;
}

/***********************************
HOME STYLES
***********************************/
.banner {
    overflow: hidden;
    min-height: 930px;
    padding: 170px 0 80px;
}

.banner__content {
    z-index: 1;
    margin-top: 127px;
    position: relative;
}

.banner__content .title {
    margin-bottom: 0;
    font-family: var(--bora-hero-font);
}

.banner__content .description {
    color: #E39D8A;
    margin-bottom: 0;
}

.banner__content .scrollDown {
    border: 0;
    color: #E39D8A;
    width: 283px;
    height: 283px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    min-width: 283px;
    position: relative;
    text-align: center;
    background: #FFFCFA;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 44px 44px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 44px 44px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner__content .scrollDown__wrapper {
    width: 390px;
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 115px;
    margin-left: -100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.banner__content .scrollDown .split-text {
    width: 390px;
    height: 390px;
    display: block;
    color: #768C9D;
    font-size: 21px;
    position: absolute;
    border-radius: 500px;
    top: calc(50% - 195px);
    left: calc(50% - 195px);
    font-family: var(--bora-hero-font);
    text-transform: uppercase;
    -webkit-animation: rotate 25s linear infinite;
            animation: rotate 25s linear infinite;
}

.banner__content .scrollDown:hover {
    color: #FFF;
    background: #E39D8A;
}

.banner__media {
    left: 38.6%;
    z-index: -1;
    height: 680px;
    overflow: hidden;
    position: absolute;
    right: calc(-100vw/2 + 100%/2);
    border-radius: 64px 0px 0px 64px;
}

.banner__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.banner .overlay {
    z-index: -1;
    top: -670px;
    left: -556px;
    position: absolute;
}

.brcorner {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.brcorner:before {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    position: absolute;
    background: #FFFCFA;
    border-top-right-radius: 124px;
    border-bottom-right-radius: 124px;
}

.brcorner:after {
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #FFFCFA;
    left: calc(-100vw/2 + 0%/2);
}

.citibike {
    padding: 105px 0 113px;
}

.citibike__media {
    height: 504px;
    overflow: hidden;
    border-radius: 0px 64px 64px 0px;
    margin-left: calc(-100vw/2 + 100%/2);
}

.citibike__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.citibike__content {
    z-index: 1;
    margin-top: -33px;
    position: relative;
}

.citibike__content .title {
    color: #334452;
    margin-bottom: 10px;
}

.citibike__content .sub-title {
    color: #E39D8A;
    margin-bottom: 5px;
}

.theplatform {
    border: 0;
    width: 428px;
    height: 428px;
    min-width: 428px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-left: auto;
    margin-right: auto;
    background: #E39D8A;
    color: #334452;
    position: relative;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--bora-editorial-font);
    border-radius: 500px;
    -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-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.theplatform__wrapper {
    width: 575px;
    z-index: 999;
    height: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.theplatform__wrapper.is_stuck, .theplatform__wrapper.end_target {
    right: -50px;
    bottom: 80px;
    width: 230px;
    height: 230px;
    margin-top: 0;
    position: fixed;
    -webkit-transition: right 1s ease-in-out, bottom 1s ease-in-out, position 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;
    transition: right 1s ease-in-out, bottom 1s ease-in-out, position 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;
}

.theplatform__wrapper.is_stuck .theplatform, .theplatform__wrapper.end_target .theplatform {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-box-shadow: 0px 99px 66px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 99px 66px rgba(0, 0, 0, 0.06);
}

.theplatform__wrapper.end_target {
    display: none;
    position: absolute;
}

.theplatform .text {
    display: block;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}

.theplatform [class^="icon-"] {
    display: block;
    font-size: 26px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theplatform .split-text {
    width: 575px;
    height: 575px;
    display: block;
    color: #768C9D;
    font-size: 21px;
    position: absolute;
    border-radius: 500px;
    font-family: var(--bora-hero-font);
    top: calc(50% - 287.5px);
    left: calc(50% - 287.5px);
    text-transform: uppercase;
    -webkit-animation: rotate 25s linear infinite;
            animation: rotate 25s linear infinite;
}

.theplatform:hover {
    color: #FFF;
    background: #334452;
}

.theplatform:hover [class^="icon-"] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.mobileapp {
    padding: 178px 0 134px;
}

.mobileapp .cmax-width {
    max-width: 1133px;
}

.mobileapp__content {
    z-index: 1;
    position: relative;
}

.mobileapp__content .entry-title {
    margin-bottom: 5px;
}

.mobileapp__content .entry-title .title {
    margin-bottom: 0;
    color: #334452;
}

.mobileapp__content .entry-title .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.mobileapp__content .featureds {
    margin: 0;
    padding: 0;
    margin-top: 22px;
}

.mobileapp__content .featureds li {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #334452;
    margin-bottom: 14px;
    font-family: var(--bora-editorial-font);
}

.mobileapp__content .featureds li:last-child {
    margin-bottom: 0;
}

.mobileapp__content .featureds li .icon {
    width: 40px;
    height: 40px;
    font-size: 12px;
    background: #E39D8A;
    color: #334452;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 500px;
}

.mobileapp__content .button-group {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.mobileapp__content .button-group .btn {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 10px;
    color: #334452;
    padding: 22px 40px;
    margin-right: 10px;
    border-radius: 16px;
    background: #B8D6FF;
}

.mobileapp__content .button-group .btn img {
    height: 42px;
    max-width: 154px;
    -o-object-fit: contain;
       object-fit: contain;
}

.mobileapp__content .button-group .btn:hover, .mobileapp__content .button-group .btn:focus {
    color: #FFF;
    background: #E39D8A;
}

.mobileapp__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 527px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.mobileapp__media img, .mobileapp__media svg {
    margin-left: auto;
    margin-right: auto;
}

.howitworks {
    counter-reset: hiws;
    padding: 113px 0 178px;
}

.howitworks .entry-title {
    margin-bottom: 50px;
}

.howitworks .entry-title .title {
    margin-bottom: 0;
}

.howitworks .entry-title .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.howitworks .mbm-30 {
    margin-bottom: -30px;
}

.howitworks__video {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 30px;
    background: #B8D6FF;
    padding: 15px 15px 25px;
    height: calc(100% - 30px);
}

.howitworks__video .media {
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 25px;
}

.howitworks__video .media img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.howitworks__video .text .title {
    font-size: 20px;
    line-height: 26px;
    color: #334452;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.howitworks__video.popup-video .media {
    position: relative;
}

.howitworks__video.popup-video .media:before {
    z-index: 1;
    width: 70px;
    height: 70px;
    content: "";
    font-size: 25px;
    text-indent: 5px;
    line-height: 70px;
    background: #FFF;
    text-align: center;
    color: #334452;
    position: absolute;
    font-family: "bora";
    border-radius: 500px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.06), 0px 4px 24px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.06), 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.howitworks__video:-webkit-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.howitworks__video:-moz-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.howitworks__video:any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.howitworks__video:-webkit-any-link:hover.popup-video .media:before {
    color: #FFF;
    background: #E39D8A;
}

.howitworks__video:-moz-any-link:hover.popup-video .media:before {
    color: #FFF;
    background: #E39D8A;
}

.howitworks__video:any-link:hover.popup-video .media:before {
    color: #FFF;
    background: #E39D8A;
}

.howitworks__step {
    position: relative;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.howitworks__step:before {
    top: -10px;
    width: 48px;
    right: -10px;
    height: 48px;
    display: block;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    background: #E39D8A;
    text-align: center;
    position: absolute;
    color: #334452;
    font-family: var(--bora-editorial-font);
    border-radius: 500px;
    content: counter(hiws);
    counter-increment: hiws;
}

.howitworks__step .media {
    overflow: hidden;
    background: #F1EDEA;
    border-radius: 24px;
    margin-bottom: 10px;
}

.howitworks__step .media img {
    width: 100%;
    height: auto;
}

.howitworks__step .text .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 3px;
    color: #334452;
}

.howitworks__step .text .description {
    color: #000000;
    margin-bottom: 0;
}

.howitworks__step.active .media {
    padding: 10px;
}

.howitworks__step.active .media img {
    border-radius: 24px;
}

.howitworks .overlay-pattern {
    top: -155px;
    left: -290px;
    position: absolute;
}

.whybora {
    overflow: hidden;
    padding: 134px 0 182px;
}

.whybora .cmax-width {
    max-width: 1016px;
}

.whybora .entry-title {
    margin-bottom: 30px;
}

.whybora .entry-title .title {
    margin-bottom: 0;
}

.whybora .entry-title .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.whybora .mbm-30 {
    margin-bottom: -30px;
}

.whybora__item {
    display: block;
    margin-bottom: 30px;
}

.whybora__item .media {
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 15px;
}

.whybora__item .media img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whybora__item .text .title {
    font-size: 20px;
    line-height: 26px;
    color: #334452;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whybora__item .text .description {
    color: #000000;
    max-width: 320px;
}

.whybora__item:-webkit-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.whybora__item:-moz-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.whybora__item:any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.whybora__item:-webkit-any-link:hover .text .title {
    color: #E39D8A;
}

.whybora__item:-moz-any-link:hover .text .title {
    color: #E39D8A;
}

.whybora__item:any-link:hover .text .title {
    color: #E39D8A;
}

.pricing {
    padding: 182px 0;
}

.pricing .cmax-width {
    max-width: 1016px;
}

.pricing .entry-title {
    margin-bottom: 30px;
}

.pricing .entry-title .title {
    margin-bottom: 0;
}

.pricing .entry-title .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.pricing .mbm-30 {
    margin-bottom: -30px;
}

.pricing__item {
    display: block;
    background: #FCF5F0;
    margin-bottom: 30px;
    border-radius: 24px;
    height: calc(100% - 30px);
    padding: 20px 20px 40px 30px;
}

.pricing__item .icon {
    color: #E39D8A;
    font-size: 50px;
    text-align: right;
    margin-bottom: 40px;
}

.pricing__item .icon.image {
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-left: auto;
}

.pricing__item .icon.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pricing__item .text .title {
    margin-bottom: 15px;
}

.pricing__item .text .price {
    color: #E39D8A;
    display: block;
    margin-bottom: 0;
}

.pricing__item .text .description {
    color: #000000;
    margin-bottom: 0;
    max-width: 188px;
}

.pricing__item .text .price-list {
    margin-bottom: 20px;
}

.pricing__item .text .price-list:last-child {
    margin-bottom: 0;
}

.pricing .overlay-pattern {
    top: -309px;
    left: -270px;
    position: absolute;
}

.events {
    padding: 92px 0;
}

.events .cmax-width {
    max-width: 1133px;
}

.events__content .entry-title {
    margin-bottom: 25px;
}

.events__content .entry-title .title {
    margin-bottom: 0;
}

.events__content .entry-title .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.events__item {
    margin-bottom: 18px;
}

.events__item:last-child {
    margin-bottom: 0;
}

.events__item .media {
    width: 57px;
    height: 57px;
    overflow: hidden;
    margin-right: 12px;
    background: #D9D9D9;
    border-radius: 500px;
}

.events__item .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.events__item .text .title {
    font-size: 20px;
    line-height: 26px;
    color: #334452;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.events__item:-webkit-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.events__item:-moz-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.events__item:any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.events__item:-webkit-any-link:hover .text .title {
    color: #E39D8A;
}

.events__item:-moz-any-link:hover .text .title {
    color: #E39D8A;
}

.events__item:any-link:hover .text .title {
    color: #E39D8A;
}

.events__box {
    z-index: 2;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 64px;
}

.events__box:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30.46%, rgba(255, 252, 250, 0.28)), to(rgba(168, 115, 80, 0.53)));
    background: linear-gradient(180deg, rgba(255, 252, 250, 0.28) 30.46%, rgba(168, 115, 80, 0.53) 100%);
}

.events__box .media {
    width: 100%;
    height: 100%;
    display: block;
}

.events__box .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.events__box .text {
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 25px 50px;
    position: absolute;
}

.events__box .text .title {
    color: #FFF;
    margin-bottom: 0;
}

.events__box:-webkit-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.events__box:-moz-any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.events__box:any-link:hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.aboutus {
    padding: 0;
    overflow: hidden;
    margin-top: -250px;
    padding-bottom: 40px;
}

.aboutus .unlockunwind {
    margin-bottom: 100px;
}

.aboutus__content .entry-title {
    margin-bottom: 5px;
}

.aboutus__content .entry-title .title {
    margin-bottom: 0;
}

.aboutus__content .entry-title .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.aboutus__content .content__editor {
    max-width: 548px;
}

.aboutus .overlay-pattern {
    top: -258px;
    left: -163px;
    position: absolute;
}

.contact {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.contact__content {
    max-width: 315px;
}

.contact__content .title {
    margin-bottom: 0;
}

.contact__content .sub-title {
    color: #E39D8A;
    margin-bottom: 0;
}

.contact .background {
    padding: 60px 80px;
    background: #FFFCFA;
    border-radius: 56px;
    -webkit-box-shadow: 0px 88px 66px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 88px 66px rgba(0, 0, 0, 0.12);
}

.contact .theplatform {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.contact .theplatform__wrapper {
    right: -50px;
    bottom: 199px;
    width: 230px;
    height: 230px;
    margin-top: 0;
    display: none;
    position: absolute;
}

.contact .theplatform__wrapper.end_target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mfp-kickout {
    height: 100%;
}

.mfp-kickout .content {
    padding: 45px 0;
    padding-right: 54px;
}

.mfp-kickout .content .logo {
    margin-bottom: 88px;
}

.mfp-kickout .content .title {
    color: #334452;
    margin-bottom: 5px;
}

.mfp-kickout .content .sub-title {
    color: #E39D8A;
    margin-bottom: 10px;
}

.mfp-kickout .content .btn {
    font-size: 18px;
    margin-top: 30px;
    padding: 25px 35px;
}

.mfp-kickout .features {
    z-index: 6;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #FFFCFA;
    padding: 100px 20px 70px 60px;
    border-top-left-radius: 124px;
    margin-right: calc(-100vw/2 + 100%/2);
}

.mfp-kickout .features:before {
    top: 0;
    content: "";
    height: 100%;
    width: 99999px;
    right: -99999px;
    background: #FFFCFA;
    position: absolute;
}

.mfp-kickout .features .entry-title {
    margin-bottom: 30px;
}

.mfp-kickout .features .entry-title .title {
    margin-bottom: 0;
}

.mfp-kickout .features__item {
    margin-bottom: 23px;
}

.mfp-kickout .features__item:last-child {
    margin-bottom: 0;
}

.mfp-kickout .features__item .title {
    color: #E39D8A;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 26px;
}

.mfp-kickout .features__item .description {
    color: #334452;
}

.mfp-kickout .features .bora-tech {
    width: 280px;
    right: 175px;
    bottom: -17px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 500px;
    font-family: var(--bora-editorial-font);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mfp-kickout .features .bora-tech .media {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 500px;
}

.mfp-kickout .features .bora-tech .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mfp-kickout .features .bora-tech .split-text {
    width: 390px;
    height: 390px;
    display: block;
    color: #768C9D;
    font-size: 12px;
    position: absolute;
    border-radius: 500px;
    top: calc(50% - 195px);
    left: calc(50% - 195px);
    font-family: var(--bora-hero-font);
    text-transform: uppercase;
    -webkit-animation: rotate 25s linear infinite;
            animation: rotate 25s linear infinite;
}

.mfp-kickout .features .overlay {
    z-index: -1;
    top: -288px;
    left: -206px;
    position: absolute;
}

.unlockunwind .carouselTicker {
    margin-bottom: 0;
}

.unlockunwind .carouselTicker__list li {
    color: #768C9D;
    font-size: 84px;
    font-weight: 400;
    line-height: 84px;
    white-space: nowrap;
    font-family: var(--bora-hero-font);
    text-transform: uppercase;
}

.unlockunwind .carouselTicker:nth-child(odd) .carouselTicker__list li:nth-child(3n+1) span {
    color: #DAEDF1;
}

.unlockunwind .carouselTicker:nth-child(odd) .carouselTicker__list li:nth-child(3n+2) span {
    color: #EEB09F;
}

.unlockunwind .carouselTicker:nth-child(odd) .carouselTicker__list li:nth-child(3n+3) span {
    color: #B8D6FF;
}

.unlockunwind .carouselTicker:nth-child(odd) .carouselTicker__list li:nth-child(odd) {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor;
}

.unlockunwind .carouselTicker:nth-child(even) .carouselTicker__list li:nth-child(3n+1) span {
    color: #B8D6FF;
}

.unlockunwind .carouselTicker:nth-child(even) .carouselTicker__list li:nth-child(3n+2) span {
    color: #768C9D;
}

.unlockunwind .carouselTicker:nth-child(even) .carouselTicker__list li:nth-child(3n+3) span {
    color: #DAEDF1;
}

.unlockunwind .carouselTicker:nth-child(even) .carouselTicker__list li:nth-child(even) {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: currentColor;
}

/***********************************
FOOTER STYLES
***********************************/
.footer {
    overflow: hidden;
    margin-top: -130px;
    position: relative;
    padding-top: 285px;
}

.footer .unlockunwind {
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -25px;
    position: absolute;
}

.footer .social-media {
    margin-top: 34px;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.footer .social-media li {
    padding-left: 10px;
    padding-right: 10px;
}

.footer .social-media li a {
    font-size: 27px;
    color: #334452;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .social-media li a.icon-facebook:hover, .footer .social-media li a.icon-facebook:focus {
    color: #395185;
}

.footer .social-media li a.icon-gplus:hover, .footer .social-media li a.icon-gplus:focus {
    color: #DC4E41;
}

.footer .social-media li a.icon-instagram:hover, .footer .social-media li a.icon-instagram:focus {
    color: #5924D1;
}

.footer .social-media li a.icon-linkedin:hover, .footer .social-media li a.icon-linkedin:focus {
    color: #007AB9;
}

.footer .social-media li a.icon-pinterest:hover, .footer .social-media li a.icon-pinterest:focus {
    color: #EB274D;
}

.footer .social-media li a.icon-qq:hover, .footer .social-media li a.icon-qq:focus {
    color: #FEBF1B;
}

.footer .social-media li a.icon-quora:hover, .footer .social-media li a.icon-quora:focus {
    color: #b92b27;
}

.footer .social-media li a.icon-reddit-alien:hover, .footer .social-media li a.icon-reddit-alien:focus {
    color: #FF5600;
}

.footer .social-media li a.icon-sina-weibo:hover, .footer .social-media li a.icon-sina-weibo:focus {
    color: #E6162D;
}

.footer .social-media li a.icon-snapchat-ghost:hover, .footer .social-media li a.icon-snapchat-ghost:focus {
    color: #FFFC00;
}

.footer .social-media li a.icon-telegram:hover, .footer .social-media li a.icon-telegram:focus {
    color: #0088cc;
}

.footer .social-media li a.icon-twitter:hover, .footer .social-media li a.icon-twitter:focus {
    color: #55ACED;
}

.footer .social-media li a.icon-vkontakte:hover, .footer .social-media li a.icon-vkontakte:focus {
    color: #5181b8;
}

.footer .social-media li a.icon-wechat:hover, .footer .social-media li a.icon-wechat:focus {
    color: #7bb32e;
}

.footer .social-media li a.icon-whatsapp:hover, .footer .social-media li a.icon-whatsapp:focus {
    color: #25D366;
}

.footer .social-media li a.icon-youtube:hover, .footer .social-media li a.icon-youtube:focus {
    color: #FA1911;
}

.footer .social-media li a.icon-twitch:hover, .footer .social-media li a.icon-twitch:focus {
    color: #9147FE;
}

.footer .social-media li a.icon-flickr:hover, .footer .social-media li a.icon-flickr:focus {
    color: #FA187B;
}

.footer .social-media li a.icon-cri:hover, .footer .social-media li a.icon-cri:focus {
    color: #FFFFFF;
}

.footer .copywrite {
    margin-top: 28px;
}

.footer .copywrite p {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--bora-editorial-font);
}

.footer .background {
    z-index: 1;
    background: #E39D8A;
    position: relative;
    text-align: center;
    padding: 72px 30px 47px;
    border-radius: 124px 124px 0px 0px;
}

/***********************************
DEFAULT STYLES
***********************************/
.default-page {
    padding: 60px 0;
}

.content__editor h1, .content__editor .h1, .content__editor h2, .content__editor .h2, .content__editor h3, .content__editor .h3, .content__editor h4, .content__editor .h4, .content__editor h5, .content__editor .h5, .content__editor h6, .content__editor .h6 {
    margin-bottom: 10px;
}

.content__editor p {
    margin: 0 0 30px;
}

.content__editor p:last-child {
    margin: 0;
}

.content__editor p a:not(.btn) {
    color: #334452;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content__editor p a:not(.btn):hover, .content__editor p a:not(.btn):focus {
    color: #E39D8A;
    text-decoration: underline;
}

.content__editor .btn {
    margin-bottom: 30px;
}

blockquote {
    padding: 20px;
    margin-top: 30px;
    padding-left: 70px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #E39D8A;
}

blockquote:before {
    top: 30px;
    left: 20px;
    content: "“";
    color: #E39D8A;
    font-size: 66px;
    line-height: 50px;
    position: absolute;
}

.breadcrumb {
    border: 0;
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 0;
    line-height: 21px;
    color: #334452;
    position: relative;
    vertical-align: middle;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

.breadcrumb-wrapper {
    padding: 0;
    background: transparent;
}

.breadcrumb span.angle-right {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.breadcrumb a {
    color: #334452;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb a.current-page {
    color: #E39D8A !important;
    text-decoration: none !important;
}

.breadcrumb a:-webkit-any-link:hover, .breadcrumb a:-webkit-any-link:focus {
    color: #E39D8A;
    text-decoration: underline;
}

.breadcrumb a:-moz-any-link:hover, .breadcrumb a:-moz-any-link:focus {
    color: #E39D8A;
    text-decoration: underline;
}

.breadcrumb a:any-link:hover, .breadcrumb a:any-link:focus {
    color: #E39D8A;
    text-decoration: underline;
}

.mfp-move-from-top {
    -webkit-transition: initial;
    transition: initial;
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top.mfp-bg {
    opacity: 1 !important;
    background: transparent;
    -webkit-backdrop-filter: blur(10px) brightness(150%) opacity(115%);
            backdrop-filter: blur(10px) brightness(150%) opacity(115%);
    --webkit-backdrop-filter: blur(10px) brightness(150%) opacity(115%);
    background-color: whitesmoke;
}

.mfp-move-from-top .mfp-container {
    padding: 0;
}

.mfp-move-from-top .mfp-container .mfp-content {
    height: 100%;
    vertical-align: middle;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top .mfp-close {
    top: 20px;
    width: auto;
    right: 20px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    line-height: 20px;
    color: #334452;
    font-family: var(--bora-editorial-font);
    text-transform: none;
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mfp-move-from-top .mfp-close span {
    margin-left: 10px;
}

.mfp-move-from-top .mfp-close span.icon-arrow-back {
    margin-left: 0;
    margin-right: 9px;
}

.mfp-move-from-top .mfp-close:hover, .mfp-move-from-top .mfp-close:focus {
    color: #E39D8A;
}

.mfp-move-from-top .mfp-container {
    right: 0;
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.mfp-move-from-top .mfp-container .mfp-content {
    height: auto;
    padding: 0 15px;
}

.mfp-move-from-top .mfp-container .mfp-content .mfp-figure:after {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
}

.mfp-move-from-top .mfp-container .mfp-content .mfp-figure figure {
    max-width: 980px;
    overflow: hidden;
}

.mfp-move-from-top .mfp-container .mfp-content .mfp-figure figure .mfp-img {
    width: 100%;
    height: auto;
}

.mfp-move-from-top .mfp-container .mfp-arrow {
    opacity: 1;
    width: 68px;
    height: 68px;
    font-size: 18px;
    overflow: hidden;
    margin-top: -34px;
    background: #E39D8A;
    border-radius: 500px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mfp-move-from-top .mfp-container .mfp-arrow:hover {
    background: #E4322D;
}

.mfp-move-from-top .mfp-container .mfp-arrow:before {
    top: 0;
    left: 0;
    border: 0;
    margin: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    font-family: var(--bora-editorial-font);
}

.mfp-move-from-top .mfp-container .mfp-arrow:after {
    content: none;
}

.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left {
    margin-left: 15px;
}

.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "";
}

.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left:hover:before {
    color: #FFF;
}

.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right {
    margin-right: 15px;
}

.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "";
}

.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right:hover:before {
    color: #FFF;
}

.mfp-move-from-top .mfp-container .mfp-bottom-bar {
    margin-top: -30px;
}

.mfp-move-from-top .mfp-container .mfp-bottom-bar .mfp-title {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

.mfp-move-from-top .mfp-container .mfp-bottom-bar .mfp-counter {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

.mfp-move-from-top .mfp-iframe-scaler {
    overflow: inherit;
    vertical-align: middle;
}

.mfp-move-from-top .mfp-iframe-scaler .mfp-iframe {
    padding: 0;
    margin: 0;
    background: #FFF;
}

.mfp-move-from-top.counter-disable .mfp-container .mfp-bottom-bar {
    display: none;
}

.mfp-kickout {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-kickout.mfp-bg {
    display: none;
    background: #F5F5F5;
    opacity: 1 !important;
}

.mfp-kickout .mfp-content {
    vertical-align: top;
}

.mfp-kickout .mfp-with-anim {
    margin: 0;
    opacity: 0;
    margin-left: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.mfp-kickout.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.mfp-kickout.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.mfp-kickout.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-kickout.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.mfp-kickout.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-kickout.mfp-wrap {
    z-index: 99999;
    top: 0 !important;
    overflow-y: hidden;
    background: #F5F5F5;
    position: fixed !important;
}

.mfp-kickout .mfp-container {
    right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
}

.mfp-kickout .mfp-container .mfp-content {
    height: 100%;
    padding: 0 15px;
}

.mfp-kickout .mfp-close {
    top: 20px;
    width: auto;
    right: 20px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
    position: sticky;
    font-weight: 700;
    line-height: 20px;
    margin-left: auto;
    color: #334452;
    font-family: var(--bora-editorial-font);
    text-transform: none;
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mfp-kickout .mfp-close span {
    margin-left: 10px;
}

.mfp-kickout .mfp-close span.icon-arrow-back {
    margin-left: 0;
    margin-right: 9px;
}

.mfp-kickout .mfp-close:hover, .mfp-kickout .mfp-close:focus {
    color: #E39D8A;
}

.carouselTicker {
    padding: 0;
    margin: 0 0 10px;
}

.carouselTicker:last-child {
    margin-bottom: 0;
}

.carouselTicker.pointer-none {
    pointer-events: none;
}

.carouselTicker__wrap {
    margin-bottom: 10px;
    overflow: inherit !important;
}

.carouselTicker__wrap:last-child {
    margin-bottom: 0;
}

.carouselTicker__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
}

.carouselTicker__list:last-child {
    margin-bottom: 0;
}

.carouselTicker__list li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    line-height: 22px;
    color: #334452;
    position: relative;
    padding-left: 25px;
}

.gform_confirmation_wrapper .gform_confirmation_message:before {
    left: 0;
    color: green;
    content: '✔';
    position: absolute;
    padding-right: 10px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label .gfield_label {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container {
    grid-row-gap: 12px;
    -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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container span {
    width: 100%;
    padding: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield .gform-field-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
    font-family: var(--bora-editorial-font);
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_recaptcha {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0.6795);
    transform: scale(0.6795);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha,
.gform_wrapper form .gform_body .gform_fields .ginput_recaptchav3 {
    display: none;
}

.bora-contact-status {
    color: #334452;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.bora-contact-status.is-error {
    color: #B43A2F;
}

.gform_wrapper form button[disabled] {
    cursor: wait;
    opacity: 0.7;
}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
    border: 0;
    padding: 0;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: transparent;
}

.gform_wrapper form .gform_body .gform_fields .gfield#field_submit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .gform_ajax_spinner {
    display: none;
}

.gform_wrapper form .gform_footer {
    padding: 0 !important;
    margin: 25px 0 0 !important;
}

.gform_wrapper form .gform_footer .btn {
    margin-bottom: 0 !important;
}

.gform_wrapper form .gform_footer .gform_ajax_spinner {
    display: none;
}

.error404 .default-page {
    padding-top: 90px;
    padding-bottom: 90px;
}

.error404 .default-page .error-404 .error-header {
    width: 100%;
    margin-top: 0;
    max-width: 640px;
    padding: 0 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    min-height: inherit;
    background: transparent;
    border-bottom: 1px dashed #334452;
}

.error404 .default-page .error-404 .error-header:after, .error404 .default-page .error-404 .error-header:before {
    content: none;
}

.error404 .default-page .error-404 .error-header .hero {
    margin: 0;
    color: #334452;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(5.5rem, 10.55vw, 8.625rem);
}

.error404 .default-page .error-404 .error-content p {
    margin: 0;
}

.error404 .default-page .error-404 .error-content .btn {
    margin-top: 30px;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -9px !important;
    margin-right: -9px !important;
    margin-bottom: 12px !important;
}

.gallery br {
    display: none;
}

.gallery .gallery-item {
    height: 220px;
    overflow: hidden;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
    margin-bottom: 18px;
    vertical-align: top;
    display: inline-block;
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
}

.gallery .gallery-item .gallery-icon {
    height: 100%;
    width: 100%;
}

.gallery .gallery-item a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery .gallery-item a:before, .gallery .gallery-item a:after {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gallery .gallery-item a:before {
    bottom: 0;
    z-index: 1;
    opacity: 0;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s opacity, 0.5s background-color;
    transition: 0.5s opacity, 0.5s background-color;
}

.gallery .gallery-item a:after {
    top: 0;
    opacity: 0;
    content: "+";
    color: #FFF;
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .4s transform .2s,.4s opacity .2s;
    transition: .4s transform .2s,.4s opacity .2s;
}

.gallery .gallery-item a:hover:before {
    opacity: 1;
}

.gallery .gallery-item a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery .gallery-item a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
    width: 35% !important;
}

.gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
    width: 65% !important;
}

.gallery-caption {
    display: block;
}

@media only screen and (max-width: 767px) {
    .gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
        width: 40% !important;
    }
    .gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
        width: 60% !important;
    }
}

@media only screen and (max-width: 575px) {
    .gallery .gallery-item {
        width: 100% !important;
    }
}

/***********************************
BASIC TEMPLATE STYLES
***********************************/
.page-banner {
    padding: 80px 0;
}

.page-banner__content .description {
    font-weight: 400;
    font-family: var(--bora-body-font);
}

.basic {
    padding: 80px 0;
}

.basic .btn {
    margin-top: 20px;
}

@-webkit-keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-webkit-keyframes shake {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    80% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@keyframes shake {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    80% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (min-width: 1660px) {
    .mfp-kickout .features .bora-tech {
        right: 220px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/* 1660 */
@media only screen and (min-width: 1920px) {
    .mfp-kickout .features .bora-tech {
        right: 270px;
        bottom: 50px;
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}

/* 1920 */
@media only screen and (min-width: 2180px) {
    .mfp-kickout .features .bora-tech {
        right: 320px;
        bottom: 100px;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/* 1920 */
@media only screen and (max-width: 1366px) {
    h1, .h1 {
        font-size: 100px;
        line-height: 112px;
    }
    .theplatform__wrapper {
        margin-left: 50px;
    }
}

/* 1366 */
@media only screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 90px;
        line-height: 100px;
    }
    /***********************************
	HEADER STYLES
	***********************************/
    .header-gutter {
        height: 122px;
        min-height: 122px;
    }
    .header {
        padding: 35px 0;
    }
    .header .navbar .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sidr .sidr-inner .navbar-header {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 875px;
        padding-top: 140px;
    }
    .banner__content .scrollDown {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .banner__content .scrollDown__wrapper {
        width: 320px;
        height: 320px;
        margin-top: 100px;
        margin-left: -45px;
    }
    .banner__media {
        height: 655px;
    }
    .brcorner:before {
        border-top-right-radius: 64px;
        border-bottom-right-radius: 64px;
    }
    .citibike {
        padding: 80px 0;
    }
    .theplatform {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .theplatform__wrapper {
        width: 345px;
        height: 345px;
        margin-left: 30px;
    }
    .howitworks {
        padding: 80px 0;
    }
    .howitworks .entry-title {
        margin-bottom: 20px;
    }
    .howitworks__video .media {
        height: 380px;
    }
    .mobileapp {
        padding: 80px 0;
    }
    .mobileapp .cmax-width {
        max-width: 100%;
    }
    .whybora {
        padding: 80px 0;
    }
    .whybora .cmax-width {
        max-width: 100%;
    }
    .whybora .entry-title {
        margin-bottom: 20px;
    }
    .pricing {
        padding: 80px 0;
    }
    .pricing .cmax-width {
        max-width: 100%;
    }
    .events {
        padding: 80px 0;
    }
    .events__box {
        border-radius: 36px;
    }
    .events__box .text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .aboutus .unlockunwind {
        margin-bottom: 80px;
    }
    .contact .background {
        padding: 60px 60px;
        border-radius: 36px;
    }
    .unlockunwind .carouselTicker__list li {
        font-size: 74px;
        line-height: 74px;
    }
    .mfp-kickout .content {
        padding: 40px 0;
    }
    .mfp-kickout .content .logo {
        margin-bottom: 40px;
    }
    .mfp-kickout .features {
        padding: 70px 20px 40px 50px;
        border-top-left-radius: 64px;
    }
    .mfp-kickout .features .entry-title {
        margin-bottom: 20px;
    }
    .mfp-kickout .features__item {
        margin-bottom: 20px;
    }
    /***********************************
	FOOTER STYLES
	***********************************/
    .footer .background {
        padding: 70px 30px 40px;
        border-radius: 64px 64px 0px 0px;
    }
}

/* 1199 */
@media only screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 75px;
        line-height: 85px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    /***********************************
	HEADER STYLES
	***********************************/
    .header-gutter {
        height: 102px;
        min-height: 102px;
    }
    .header {
        padding: 25px 0;
    }
    .header .navbar .container, .header .navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .navbar .navbar-collapse .navbar-nav:not(.navbar-nav-right) > li:not(:last-child) {
        display: none;
    }
    .header .navbar .navbar-collapse .navbar-nav.navbar-nav-right {
        display: block;
    }
    .sidr .sidr-inner .navbar-header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 800px;
        padding-top: 130px;
        padding-bottom: 70px;
    }
    .banner__content .scrollDown {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .banner__content .scrollDown__wrapper {
        width: 275px;
        height: 275px;
        margin-top: 50px;
        margin-left: -40px;
    }
    .banner__media {
        height: 600px;
        border-radius: 36px 0px 0px 36px;
    }
    .brcorner:before {
        border-top-right-radius: 36px;
        border-bottom-right-radius: 36px;
    }
    .citibike {
        padding: 70px 0;
    }
    .citibike__media {
        height: 450px;
        border-radius: 0px 36px 36px 0px;
    }
    .theplatform__wrapper {
        margin-left: 0;
    }
    .howitworks {
        padding: 70px 0;
    }
    .howitworks__video {
        border-radius: 16px;
    }
    .howitworks__video .media {
        height: 350px;
        border-radius: 16px;
    }
    .howitworks__step .media {
        border-radius: 16px;
    }
    .howitworks__step.active .media img {
        border-radius: 16px;
    }
    .mobileapp {
        padding: 70px 0;
    }
    .mobileapp__content {
        margin-bottom: 30px;
    }
    .mobileapp__content .button-group .btn {
        padding: 15px 30px;
    }
    .mobileapp__media {
        max-width: 100%;
    }
    .whybora {
        padding: 70px 0;
    }
    .whybora__item .media {
        border-radius: 16px;
    }
    .whybora__item .text .description {
        max-width: 100%;
    }
    .pricing {
        padding: 70px 0;
    }
    .pricing .entry-title {
        margin-bottom: 20px;
    }
    .pricing__item {
        border-radius: 16px;
        padding: 20px 20px 30px 20px;
    }
    .events {
        padding: 70px 0;
    }
    .events__box {
        margin-top: 30px;
        border-radius: 24px;
    }
    .aboutus .unlockunwind {
        margin-bottom: 50px;
    }
    .contact .background {
        padding: 50px;
        border-radius: 36px;
    }
    .unlockunwind .carouselTicker__list li {
        font-size: 64px;
        line-height: 64px;
    }
    .mfp-kickout .content {
        padding: 30px 0;
    }
    .mfp-kickout .content .btn {
        font-size: 16px;
        margin-top: 20px;
        padding: 20px 20px;
    }
    .mfp-kickout .features {
        padding: 40px 20px 30px 30px;
        border-top-left-radius: 36px;
    }
    .mfp-kickout .features .bora-tech {
        right: -30px;
    }
    /***********************************
	FOOTER STYLES
	***********************************/
    .footer .background {
        padding-top: 60px;
        border-radius: 36px 36px 0px 0px;
    }
    /***********************************
	DEFAULT STYLES
	***********************************/
    .default-page {
        padding: 60px 0;
    }
    .basic {
        padding: 60px 0;
    }
}

/* 991 */
@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 65px;
        line-height: 75px;
    }
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 750px;
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .banner__content .scrollDown {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .banner__content .scrollDown__wrapper {
        width: 240px;
        height: 240px;
        margin-top: 40px;
        margin-left: -50px;
    }
    .banner__media {
        left: 25%;
        height: 570px;
        border-radius: 24px 0px 0px 24px;
    }
    .brcorner:before {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .citibike {
        padding: 60px 0;
    }
    .citibike__media {
        height: 400px;
        border-radius: 0px 24px 24px 0px;
    }
    .theplatform {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .theplatform__wrapper {
        width: 290px;
        height: 290px;
        margin-left: -60px;
    }
    .theplatform__wrapper.is_stuck, .theplatform__wrapper.end_target {
        right: -45px;
        width: 175px;
        bottom: 100px;
        height: 175px;
        margin-left: 0;
    }
    .theplatform__wrapper.is_stuck .theplatform, .theplatform__wrapper.end_target .theplatform {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    .howitworks {
        padding: 60px 0;
    }
    .howitworks__video .media {
        height: 300px;
    }
    .mobileapp {
        padding: 60px 0;
    }
    .whybora {
        padding: 60px 0;
    }
    .pricing {
        padding: 60px 0;
    }
    .events {
        padding: 60px 0;
    }
    .aboutus {
        margin-top: -150px;
    }
    .aboutus__content .content__editor {
        max-width: 100%;
    }
    .aboutus__media {
        margin-top: 30px;
        text-align: center;
    }
    .aboutus__media img, .aboutus__media svg {
        margin-left: auto;
        margin-right: auto;
    }
    .aboutus .unlockunwind {
        margin-bottom: 30px;
    }
    .contact__content {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contact .background {
        padding: 40px;
        border-radius: 24px;
    }
    .contact .theplatform {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    .contact .theplatform__wrapper {
        right: -45px;
        width: 175px;
        height: 175px;
        bottom: 60px;
    }
    .unlockunwind .carouselTicker__list li {
        font-size: 54px;
        line-height: 54px;
    }
    .mfp-kickout .content {
        padding-top: 25px;
    }
    .mfp-kickout .features {
        padding: 30px 20px 30px 30px;
        border-top-left-radius: 24px;
    }
    .mfp-kickout .features .bora-tech {
        right: -80px;
        bottom: -80px;
    }
    .mfp-kickout .mfp-close {
        top: 25px;
        width: 52px;
        height: 52px;
        font-size: 0;
        line-height: 0;
        color: #334452;
        background: #FFF;
        border-radius: 500px;
        -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);
    }
    .mfp-kickout .mfp-close span.icon-arrow-back {
        margin-right: 0;
        font-size: 18px;
    }
    .mfp-kickout .mfp-close span.icon-arrow-back:before {
        content: "\e82b";
    }
    .mfp-kickout .mfp-close:hover {
        color: #FFF;
        background: #E39D8A;
    }
    /***********************************
	FOOTER STYLES
	***********************************/
    .footer {
        padding-top: 200px;
        margin-top: -100px;
    }
    .footer .background {
        padding-top: 50px;
        border-radius: 24px 24px 0px 0px;
    }
    /***********************************
	DEFAULT STYLES
	***********************************/
    .default-page {
        padding: 50px 0;
    }
    .page-banner {
        padding: 50px 0;
    }
    .basic {
        padding: 50px 0;
    }
    .basic .basic-parent {
        margin-top: -30px;
    }
    .basic .content__editor {
        margin-top: 30px;
    }
}

/* 767 */
@media only screen and (max-width: 680px) {
    h1, .h1 {
        font-size: 48px;
        line-height: 62px;
    }
    h2, .h2 {
        font-size: 36px;
        line-height: 46px;
    }
    h3, .h3 {
        font-size: 30px;
        line-height: 38px;
    }
    h4, .h4 {
        font-size: 24px;
        line-height: 31px;
    }
    h5, .h5 {
        font-size: 20px;
        line-height: 26px;
    }
    h6, .h6 {
        font-size: 16px;
        line-height: 22px;
    }
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 680px;
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .banner__content {
        margin-top: 70px;
    }
    .banner__media {
        height: 500px;
        border-radius: 24px 0px 0px 24px;
    }
}

/* 680 */
@media only screen and (max-width: 575px) {
    section {
        padding: 30px 0;
    }
    .col {
        width: 100%;
    }
    /***********************************
	HEADER STYLES
	***********************************/
    .header-gutter {
        height: 92px;
        min-height: 92px;
    }
    .header {
        padding: 20px 0;
    }
    .header .navbar .navbar-header .logo {
        max-width: 200px;
    }
    .sidr .sidr-inner .navbar-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sidr .sidr-inner .navbar-header .logo {
        max-width: 200px;
    }
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 650px;
        padding-top: 110px;
        padding-bottom: 50px;
    }
    .banner__content {
        margin-top: 60px;
    }
    .banner__content .scrollDown {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .banner__content .scrollDown__wrapper {
        width: 200px;
        height: 200px;
        margin-top: 30px;
        margin-left: -30px;
    }
    .banner__media {
        height: 490px;
    }
    .citibike {
        padding: 50px 0;
    }
    .citibike__media {
        height: 350px;
    }
    .theplatform__wrapper {
        margin-left: -140px;
    }
    .howitworks {
        padding: 50px 0;
    }
    .howitworks__video .media {
        height: 280px;
    }
    .mobileapp {
        padding: 50px 0;
    }
    .whybora {
        padding: 50px 0;
    }
    .pricing {
        padding: 50px 0;
    }
    .events {
        padding: 50px 0;
    }
    .aboutus {
        margin-top: -100px;
    }
    .contact .background {
        padding: 30px;
    }
    .unlockunwind .carouselTicker__list li {
        font-size: 44px;
        line-height: 44px;
    }
    .mfp-kickout .content {
        padding-top: 20px;
    }
    .mfp-kickout .content .logo {
        max-width: 200px;
    }
    .mfp-kickout .features {
        padding-bottom: 150px;
    }
    .mfp-kickout .features .bora-tech {
        z-index: -1;
        right: -100px;
        bottom: -100px;
    }
    .mfp-kickout .mfp-close {
        top: 20px;
    }
    /***********************************
	FOOTER STYLES
	***********************************/
    .footer {
        padding-top: 150px;
        margin-top: -50px;
    }
    .footer .background {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    /***********************************
	DEFAULT STYLES
	***********************************/
    .default-page {
        padding: 40px 0;
    }
    .page-banner {
        padding: 40px 0;
    }
    .basic {
        padding: 40px 0;
    }
}

/* 575 */
@media only screen and (max-width: 480px) {
    p {
        margin: 0 0 20px;
    }
    /***********************************
	HEADER STYLES
	***********************************/
    .header .navbar .navbar-collapse .navbar-nav:not(.navbar-nav-right) {
        display: none;
    }
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 610px;
        padding-top: 110px;
        padding-bottom: 50px;
    }
    .banner__content {
        margin-top: 50px;
    }
    .banner__content .title {
        font-size: 35px;
        line-height: 46px;
    }
    .banner__content .description {
        font-size: 20px;
        line-height: 30px;
    }
    .banner__media {
        height: 450px;
    }
    .citibike {
        padding: 40px 0;
    }
    .citibike__media {
        height: 300px;
    }
    .theplatform {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    .theplatform__wrapper {
        width: 235px;
        height: 235px;
        margin-left: -120px;
    }
    .howitworks {
        padding: 40px 0;
    }
    .howitworks__video .media {
        height: 280px;
    }
    .mobileapp {
        padding: 40px 0;
    }
    .mobileapp__content .button-group {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mobileapp__content .button-group .btn {
        margin-left: 0;
        margin-right: 0;
        padding: 15px 25px;
    }
    .mobileapp__content .button-group .btn + .btn {
        margin-top: 15px;
    }
    .whybora {
        padding: 40px 0;
    }
    .pricing {
        padding: 40px 0;
    }
    .events {
        padding: 40px 0;
    }
    .aboutus {
        margin-top: -50px;
    }
    .unlockunwind .carouselTicker__list li {
        font-size: 34px;
        line-height: 34px;
    }
    /***********************************
	FOOTER STYLES
	***********************************/
    .footer {
        padding-top: 100px;
    }
    .footer__logo img {
        max-width: 200px;
    }
    /***********************************
	DEFAULT STYLES
	***********************************/
    .content__editor p {
        margin: 0 0 20px;
    }
}

/* 480 */
@media only screen and (max-width: 380px) {
    /***********************************
	HOME STYLES
	***********************************/
    .banner {
        min-height: 540px;
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .banner__content .title {
        font-size: 30px;
        line-height: 36px;
    }
    .banner__content .description {
        font-size: 20px;
        line-height: 30px;
    }
    .banner__content .scrollDown {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    .banner__content .scrollDown__wrapper {
        width: 165px;
        height: 165px;
        margin-top: 10px;
        margin-left: -25px;
    }
    .banner__media {
        height: 420px;
        left: 16.666667%;
    }
    .citibike__content {
        -webkit-transform: none !important;
        transform: none !important;
        margin-right: calc(-100vw/2 + 100%/2);
    }
}

/* 380 */
/*# sourceMappingURL=style.css.map */




.goingclear {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .goingclear {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
