.site-menu-main a,
a {
  text-decoration: none;
}
body,
html {
  color: #323232;
  position: relative;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.dark-bg,
.dark-mode-texts,
body[data-theme='dark'] {
  --bg: #19191b;
  --bg-2: #19191b;
  --color-headings: $white;
  --color-texts: rgba(255, 255, 255, 0.7);
  --color-texts-2: rgba(255, 255, 255, 1);
  --color-texts-3: rgba(255, 255, 255, 0.7);
  --border-color: rgba(255, 255, 255, 0.08);
  --border-color-2: rgba(255, 255, 255, 0.7);
}
.light-bg,
.light-mode-texts,
body,
body[data-theme='light'] {
  --bg: $white;
  --bg-2: #f8f9fc;
  --color-headings: #25373f;
  --color-texts: rgba(37, 55, 63, 0.7);
  --color-texts-2: #3b4656;
  --color-texts-3: rgba(38, 39, 41, 0.7);
  --border-color: rgba(128, 138, 142, 0.2);
  --border-color-2: rgba(37, 55, 63, 0.1);
}
.text-default-color,
p {
  color: var(--color-texts);
}
.dark-mode-texts .dark-shape,
.dark-mode-texts .dark-version-logo,
.dark-mode-texts .light-mode-texts .light-shape,
.dark-mode-texts .light-mode-texts .light-version-logo,
.dark-version-logo.default-logo,
.default-logo,
.default-shape,
.light-mode-texts .dark-mode-texts .dark-shape,
.light-mode-texts .dark-mode-texts .dark-version-logo,
.light-mode-texts .light-shape,
.light-mode-texts .light-version-logo,
.light-version-logo.default-logo,
body[data-theme='dark'] .dark-shape,
body[data-theme='dark'] .dark-version-logo,
body[data-theme='dark'] .light-mode-texts .light-shape,
body[data-theme='dark'] .light-mode-texts .light-version-logo,
body[data-theme='light'] .dark-mode-texts .dark-shape,
body[data-theme='light'] .dark-mode-texts .dark-version-logo,
body[data-theme='light'] .light-shape,
body[data-theme='light'] .light-version-logo {
  display: block;
}
.dark-mode-texts .light-mode-texts .dark-shape,
.dark-mode-texts .light-mode-texts .dark-shape.default-shape,
.dark-mode-texts .light-mode-texts .dark-version-logo,
.dark-mode-texts .light-mode-texts .dark-version-logo.default-logo,
.dark-mode-texts .light-shape,
.dark-mode-texts .light-shape.default-shape,
.dark-mode-texts .light-version-logo,
.dark-mode-texts .light-version-logo.default-logo,
.dark-shape,
.dark-version-logo,
.light-mode-texts .dark-mode-texts .light-shape,
.light-mode-texts .dark-mode-texts .light-shape.default-shape,
.light-mode-texts .dark-mode-texts .light-version-logo,
.light-mode-texts .dark-mode-texts .light-version-logo.default-logo,
.light-mode-texts .dark-shape,
.light-mode-texts .dark-shape.default-shape,
.light-mode-texts .dark-version-logo,
.light-mode-texts .dark-version-logo.default-logo,
.light-shape,
.light-version-logo,
.mobile-menu-head,
.mobile-menu-trigger,
body[data-theme='dark'] .light-mode-texts .dark-shape,
body[data-theme='dark'] .light-mode-texts .dark-shape.default-shape,
body[data-theme='dark'] .light-mode-texts .dark-version-logo,
body[data-theme='dark'] .light-mode-texts .dark-version-logo.default-logo,
body[data-theme='dark'] .light-shape,
body[data-theme='dark'] .light-shape.default-shape,
body[data-theme='dark'] .light-version-logo,
body[data-theme='dark'] .light-version-logo.default-logo,
body[data-theme='light'] .dark-mode-texts .light-shape,
body[data-theme='light'] .dark-mode-texts .light-shape.default-shape,
body[data-theme='light'] .dark-mode-texts .light-version-logo,
body[data-theme='light'] .dark-mode-texts .light-version-logo.default-logo,
body[data-theme='light'] .dark-shape,
body[data-theme='light'] .dark-shape.default-shape,
body[data-theme='light'] .dark-version-logo,
body[data-theme='light'] .dark-version-logo.default-logo {
  display: none;
}
.bg-default,
.bg-default-1 {
  background: var(--bg);
}
.bg-default-2 {
  background: var(--bg-2);
}
.bg-default-3 {
  background: var(--bg-3);
}
.bg-default-4 {
  background: var(--bg-4);
}
.bg-default-5 {
  background: var(--bg-5);
}
.bg-default-6 {
  background: var(--bg-6);
}
.text-default-color-2 {
  color: var(--color-texts-2);
}
.heading-default-color {
  color: var(--color-headings);
}
.border-default-color {
  border-color: var(--border-color);
}
.border-default-color-2 {
  border-color: var(--border-color-2) !important;
}
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}
.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}
.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0);
    box-shadow: 0 0 30px rgb(127 137 161 / 30%);
    z-index: 1000;
  }
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.site-header--menu-center .container {
  position: relative;
}
.site-header--menu-center .menu-block-wrapper,
.site-header--menu-right .menu-block-wrapper {
  position: static;
}
.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}
.site-header--menu-right .menu-block {
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-contact-block ul {
  display: flex;
  align-items: center;
}
.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}
.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0 35px;
}
.top-contact-block img {
  margin-right: 12px;
}
.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  color: #1d263a;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}
.site-menu-main li {
  list-style: none;
}
.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-menu-main .nav-item {
  display: inherit;
}
.site-menu-main .nav-link-item {
  color: #213053;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}
.dark-mode-texts .nav-link-item,
.landing-17-menu .site-menu-main .nav-link-item i {
  color: #fff;
}
@media (max-width: 991px) {
  .menu-overlay,
  .site-header .menu-block {
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.5s;
  }
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #000;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span,
  .reveal-header .mobile-menu-trigger span:after,
  .reveal-header .mobile-menu-trigger span:before {
    background-color: #fff !important;
  }
  .site-header .mobile-menu-trigger span:after,
  .site-header .mobile-menu-trigger span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .dark-mode-texts .mobile-menu-trigger span,
  .dark-mode-texts .mobile-menu-trigger span:after,
  .dark-mode-texts .mobile-menu-trigger span:before {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    width: 320px;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.btn,
.btn-style-06 a span,
ul.site-menu-main .nav-item i {
  transition: 0.4s ease-in-out;
}
.menu-block.active .nav-link-item {
  color: #000 !important;
}
.btn,
.section .btn-toggle-square {
  display: inline-flex;
  align-items: center;
}
ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}
.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}
.landing-17-menu.reveal-header,
.reveal-header {
  background: #fff !important;
}
.landing-5-menu.reveal-header .l5-header-btn .btn,
.landing-6-menu.reveal-header .l6-header-btn .btn,
.reveal-header .nav-link-item {
  color: #1d263a !important;
}
.btn:hover,
.landing-6-menu.reveal-header .l6-header-btn .btn:hover,
.reveal-header .btn,
.reveal-header .btn:hover,
.sticky-menu-bg.reveal-header .nav-link-item {
  color: #fff !important;
}
.sticky-menu-bg.reveal-header {
  background: #1d263a !important;
}
.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}
.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  justify-content: center;
}
.btn.btn--xxl,
.btn.btn-xl {
  border-radius: 5px;
  height: 60px;
}
.btn--link,
.l4-header-btn .btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.btn.focus,
.btn:focus {
  box-shadow: 0;
}
.btn.btn-medium {
  min-width: 160px;
  height: 48px;
  line-height: 36px;
}
.btn.btn--lg {
  min-width: 181px;
  height: 61px;
}
.btn.btn-xl {
  min-width: 180px;
}
.btn.btn--xxl {
  min-width: 194px;
}
.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}
.btn--reset {
  background: 0 0;
  border: 0;
}
.btn--link {
  color: #1787fc;
  min-width: 88px;
  letter-spacing: 1.63px;
  line-height: normal;
  height: 22px;
  border-radius: 0;
  border-bottom: 2px solid #1787fc;
  padding: 0 0 15px !important;
  margin-top: 40px;
}
.btn--link:hover {
  color: #1787fc !important;
}
.landing-1-menu .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #ff7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}
.l4-header-btn .btn {
  background: #ffcd28;
  min-width: 165px;
  height: 60px;
  border-radius: 0;
  letter-spacing: 4px;
  color: #1d263a;
}
.l6-header-btn .btn,
.l7-header-btn .btn {
  min-width: 131px;
  height: 40px;
  line-height: 26px;
}
.l5-header-btn .btn,
.l6-header-btn .btn,
.l7-header-btn .btn {
  font-weight: 700;
  font-size: 15px;
}
.l5-header-btn .btn {
  border-radius: 0;
  color: #1d263a;
}
.l6-header-btn .btn {
  border: 1px solid rgba(29, 36, 58, 0.4);
  border-radius: 15px;
  color: #1d263a;
}
.l7-header-btn .btn {
  background: #1787fc;
  border-radius: 30px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}
.l8-header-btn .btn,
.l9-header-btn .btn {
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
.l8-header-btn .btn {
  background: #20bfa9;
  min-width: 210px;
  height: 50px;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 5px;
}
.l9-header-btn .btn {
  background: #2d947a;
  min-width: 256px;
  height: 60px;
  border-radius: 0;
}
.section__heading h2 {
  color: #213053;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 44px;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .section__heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.section__heading p {
  opacity: 0.7;
  color: #213053;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}
.section__heading-2 h2,
.section__heading-3 h2 {
  color: #1d263a;
  font-size: 34px !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 42px;
  margin-bottom: 30px;
}
.section__heading-2 p,
.section__heading-3 p {
  color: #1d263a;
  font-weight: 400;
  margin-bottom: 0;
  font-style: normal;
}
@media (min-width: 480px) {
  .section__heading-2 h2,
  .section__heading-3 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .section__heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .section__heading-2 h2 {
    font-size: 48px;
    line-height: 55px;
  }
  .section__heading-3 h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
.section__heading-2 p {
  opacity: 0.8;
  font-size: 17px;
  line-height: 30px;
}
.section__heading-3 p {
  opacity: 0.7;
  font-size: 15px;
  line-height: 28px;
}
.section-heading-4 h2 {
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -3px;
  line-height: 44px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  .section-heading-4 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.section-heading-4 p,
.section-heading-5 p,
.section-heading-6 p {
  color: #333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}
.section-heading-5 h2,
.section-heading-6 h2,
.section-heading-7 h2 {
  color: #1f1f1f;
  font-weight: 700;
  font-style: normal;
}
.section-heading-5 h2 {
  font-size: 34px;
  letter-spacing: -2.52632px;
  line-height: 44px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  .section-heading-5 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.section-heading-6 h2 {
  font-size: 34px;
  letter-spacing: -2.53px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .section-heading-6 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.section-heading-7 h2 {
  font-size: 34px;
  letter-spacing: -5px;
  line-height: 38px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  .section-heading-7 h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .section-heading-4 h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .section-heading-5 h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .section-heading-6 h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .section-heading-7 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
.section-heading-7 p,
.section-heading-8 p {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666;
  margin-bottom: 0;
}
.section-heading-8 h2 {
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 46px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  .section-heading-8 h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (min-width: 768px) {
  .section-heading-8 h2 {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 62px;
  }
}
.section-heading-9 h2 {
  color: #1f1f1f;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .section-heading-9 h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
.section-heading-9 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #e4e4e4;
  margin-bottom: 0;
}
.section-heading-10 h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.345px;
  line-height: 44px;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .section-heading-10 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.section-heading-10 p,
.section-heading-11 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}
.section-heading-11.faqs p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-heading-11 h2,
.section-heading-12 h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}
.section-heading-12 h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5029de;
  margin-bottom: 15px;
}
.section-heading-12 p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #535659;
  margin-bottom: 0;
}
.section-heading-13 h2 {
  color: #2f4b6e;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}
.section-heading-13 p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #2f4b6e;
  margin-bottom: 0;
}
.section-heading-14 h2 {
  color: #1d263a;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .section-heading-11 h2,
  .section-heading-12 h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .section-heading-13 h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .section-heading-14 h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .section-heading-9 h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .section-heading-10 h2 {
    font-size: 46px;
    line-height: 56px;
  }
  .section-heading-14 h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
.section-heading-14 p {
  font-size: 21px;
  line-height: 32px;
  color: #1d263a;
  opacity: 0.7;
  margin-bottom: 0;
}
.landing-17-menu .site-menu-main .nav-link-item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
}
.landing-17-menu .site-menu-main.dark .nav-link-item {
  color: #212529;
}
.landing-17-menu .menu-block.active .nav-link-item i {
  color: #000;
}
.landing-17-menu.reveal-header .nav-link-item {
  color: #212529 !important;
}
.hero-area-l-17 {
  padding-top: 107px;
  padding-bottom: 60px;
  z-index: 5;
}
.hero-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  background: url(../image/mbm/hero-bg.jpg) 0 0/45% repeat-x;
  -webkit-animation: 60s linear infinite alternate landingpage-image-right;
  animation: 60s linear infinite alternate landingpage-image-right;
  height: 100%;
  width: 200%;
}
@media (max-width: 992px) {
  .hero-wrapper .bg {
    background-size: auto 110%;
  }
}
@-webkit-keyframes landingpage-image-right {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes landingpage-image-right {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.hero-area-l-17:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #152649c0 0, #4f525cc6 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}
.content-area-l-17-1 .content .btn,
.content-area-l-17-2 .content .btn,
.content-area-l-17-3 .content .btn,
.header-btn-l-17 .start-trail-btn,
.hero-area-l-17 .content .btn,
.btn-custom {
  height: 50px;
  background: #d8465c;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  text-align: center;
  font-style: normal;
}
@media (min-width: 480px) {
  .hero-area-l-17 {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .hero-area-l-17 {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}
.content-area-l-17-1 .content,
.content-area-l-17-2 .content,
.content-area-l-17-3 .content,
.hero-area-l-17 .content {
  padding-top: 45px;
}
.hero-area-l-17 .content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #fff;
}
@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0;
  }
  .hero-area-l-17 .content h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
.hero-area-l-17 .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin: 5px 0 30px;
}
.hero-area-l-17 .content span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.hero-area-l-17 .content .btn {
  min-width: 227px;
  font-weight: 700;
  animation: 1.2s infinite playShadow;
}
@keyframes playShadow {
  0%,
  18% {
    box-shadow: 0 0 0 0 rgba(216, 70, 92, 0.3), 0 0 0 0 rgba(216, 70, 92, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(216, 70, 92, 0), 0 0 0 16px rgba(216, 70, 92, 0);
  }
}
.content-area-l-17-1 .content .btn:hover,
.content-area-l-17-2 .content .btn:hover,
.content-area-l-17-3 .content .btn:hover,
.hero-area-l-17 .content .btn:hover,
.section .btn-toggle-2[data-pricing-trigger].active:after,
.section .btn-toggle-2[data-pricing-trigger].active:before,
.section [data-pricing-dynamic][data-value-active='yearly'] .btn-toggle-2[data-pricing-trigger].active:after,
.section [data-pricing-dynamic][data-value-active='yearly'] .btn-toggle-2[data-pricing-trigger].active:before {
  color: #fff !important;
}
.hero-area-l-17 .hero-area-image img {
  -webkit-filter: drop-shadow(0 22px 74px rgba(20, 21, 24, 0.1845));
  filter: drop-shadow(0 22px 74px rgba(20, 21, 24, 0.1845));
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 409px;
  max-width: 289px;
  height: 100%;
}
.header-btn-l-17 .start-trail-btn {
  font-weight: 700;
  min-width: 163px;
  box-sizing: border-box;
  margin-left: 15px;
}
.feature-area-l-17 {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .hero-area-l-17 .content h1 {
    font-size: 46px;
    line-height: 60px;
  }
  .feature-area-l-17 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .feature-area-l-17 .feature-area-l-17-items .single-features.single-border:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 50%;
    height: 111px;
    transform: translateY(-50%);
    width: 1px;
    background: #e8e8ea;
  }
}
.feature-area-l-17 .feature-area-l-17-items,
.footer-area-l-17 .footer-area-l-17-items {
  margin-bottom: -30px;
}
.feature-area-l-17 .feature-area-l-17-items .col-lg-4,
.footer-area-l-17 .footer-area-l-17-items .col {
  margin-bottom: 30px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features {
  padding: 0 30px;
}
@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-btns,
  .l7-header-btn .btn,
  .l8-header-btn .btn,
  .landing-1-menu .header-btn-l1 .btn {
    margin-right: 0;
  }
  .row-lg {
    display: flex;
  }
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
  .hero-area-l-17 .content,
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-menu-main .nav-link-item {
    padding: 35px 20px 33px !important;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
  .single-dropdown-block h3 {
    display: block;
  }
  .l9-header-btn .btn {
    border-radius: 0 0 5px;
  }
  .section__heading-2 h2 {
    font-size: 60px !important;
    line-height: 66px;
  }
  .section-heading-7 h2 {
    font-size: 60px;
    line-height: 64px;
  }
  .section-heading-8 h2 {
    letter-spacing: -5px;
    font-size: 60px;
    line-height: 74px;
  }
  .section-heading-14 h2 {
    font-size: 60px;
    line-height: 66px;
  }
  .hero-area-l-17 {
    padding-top: 155px;
    padding-bottom: 0;
  }
  .hero-area-l-17 .hero-area-image {
    margin-bottom: -180px;
  }
  .feature-area-l-17 {
    padding-top: 110px;
    padding-bottom: 105px;
  }
  .feature-area-l-17 .feature-area-l-17-items .single-features {
    padding: 0 20px;
  }
}
.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-1 i {
  font-size: 10px;
  color: #fc5c65;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(252, 92, 101, 0.06);
  margin-bottom: 35px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-2 i {
  font-size: 10px;
  color: #d8465c;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(80, 163, 227, 0.06);
  margin-bottom: 35px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-3 i {
  font-size: 10px;
  color: #a665fb;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(166, 101, 251, 0.06);
  margin-bottom: 35px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  margin-bottom: 25px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 0;
}
.content-area-l-17-1,
.content-area-l-17-3 {
  background: #f8fbfe;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content-area-l-17-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.content-area-l-17-1 .content-img .image-2,
.content-area-l-17-3 .content-img .image-2 {
  position: absolute;
  top: 30%;
  right: 8%;
  display: none;
}
.content-area-l-17-1 .content-img img,
.content-area-l-17-2 .content-img img,
.content-area-l-17-3 .content-img img {
  -webkit-filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.103346));
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.103346));
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 480px) {
  .content-area-l-17-1 .content-img .image-2 {
    display: block;
  }
  .content-area-l-17-1 .content-img img {
    width: 100%;
    max-width: 100%;
  }
  .content-area-l-17-1 .content {
    margin-top: 105px;
  }
}
.content-area-l-17-1 .content .btn,
.content-area-l-17-2 .content .btn,
.content-area-l-17-3 .content .btn {
  min-width: 227px;
  mix-blend-mode: normal;
  font-weight: 700;
  margin-top: 40px;
}
.content-area-l-17-2,
.cta-area-l-17 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content-area-l-17-2,
  .content-area-l-17-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.content-area-l-17-2 .content-img .image-2 {
  position: absolute;
  top: 17%;
  right: -3%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) -23.88%, #fff 100%);
  display: none;
}
.section .btn-toggle-2:after,
.section .btn-toggle-2:before {
  position: absolute;
  width: 46%;
  font-size: 12px;
  letter-spacing: -0.3px;
  height: 34px;
  background: 0 0;
  top: 4px;
  color: #fff;
  line-height: 34px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .content-area-l-17-2 .content-img .image-2,
  .content-area-l-17-3 .content-img .image-2 {
    display: block;
  }
  .content-area-l-17-2 .content-img img {
    width: 100%;
    max-width: 600px;
  }
  .content-area-l-17-3 .content-img img {
    width: 100%;
    max-width: 800px;
  }
  .content-area-l-17-3 .content {
    margin-top: 105px;
  }
}
.video-area-l-17 {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 40px;
  z-index: 1;
}
.footer-area-l-17,
.video-area-l-17:before {
  background: linear-gradient(-45deg, #152649 0, #4f525c 100%);
}
.video-area-l-17:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .video-area-l-17 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.video-area-l-17 .video-content a i {
  background: #fff;
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  color: #d8465c;
  margin-bottom: 40px;
}
.video-area-l-17 .video-content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 20px;
}
.video-area-l-17 .video-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.section ol li {
  margin-bottom: 16px;
}
.section p {
  margin-bottom: 10px;
}
.section.bg-shade {
  background: #f8fbfe;
}
@media (min-width: 768px) {
  .video-area-l-17 .video-content a i {
    margin-bottom: 55px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.section .content,
.section .toggle-btn {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section .content {
    margin-bottom: 50px;
  }
}
.section [data-pricing-dynamic][data-value-active='yearly'] .btn-toggle-2[data-pricing-trigger],
.section [data-pricing-dynamic][data-value-active='yearly'] [data-pricing-trigger] {
  background: #1787fc;
}
.section [data-pricing-dynamic][data-value-active='yearly'] [data-pricing-trigger] span {
  left: calc(100% - 24px);
}
.section [data-pricing-dynamic][data-value-active='yearly'] .btn-toggle-2[data-pricing-trigger] span {
  left: calc(100% - 52%);
}
.section .btn-toggle {
  width: 48px;
  height: 24px;
  border-radius: 17px;
  background-color: #f8f8f8 !important;
  position: relative;
  margin: 0 15px;
}
.current,
.section .btn-toggle-2 {
  height: 42px;
  position: relative;
  z-index: 1;
}
.section .btn-toggle span {
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 4px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}
.section .btn-toggle-2 {
  width: 220px;
  border-radius: 30px;
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  margin: 0 15px;
}
.section .btn-toggle-2:before {
  content: 'Monthly';
  font-weight: 700;
  left: 9px;
}
.section .btn-toggle-2:after {
  content: 'Yearly';
  font-weight: 700;
  right: 9px;
}
.section .btn-toggle-2 span {
  display: none;
}
.section .btn-toggle[data-value-active='yearly'] {
  background-color: #fff !important;
}
.section .btn-toggle[data-value-active='yearly'] span {
  left: calc(100% - 25px) !important;
}
.section .btn-toggle-square {
  height: 65px;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.section .btn-toggle-square span {
  min-width: 160px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.section .btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}
.section .btn-toggle-square span:nth-child(2) {
  border-radius: 0 10px 10px 0;
}
.section .btn-toggle-square span.active {
  color: #fff;
  background: #fff;
}
.brand-area-l-17 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .brand-area-l-17,
  .cta-area-l-17 {
    padding-bottom: 80px;
  }
}
.brand-area-l-17 .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #878b90;
  margin-bottom: 45px;
}
.brand-area-l-17-items {
  margin: 0 -20px -45px;
}
.brand-area-l-17-items .single-brand {
  margin: 0 20px 45px;
}
.cta-area-l-17 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.221053px;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .cta-area-l-17 h2 {
    margin-bottom: 0;
  }
}
.cta-area-l-17 .btn {
  background: #d8465c;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
.footer-area-l-17 {
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .footer-area-l-17 {
    padding-top: 80px;
  }
}
.footer-area-l-17 .footer-shape {
  position: absolute;
  top: -12px;
  left: 0;
  width: 102%;
}
@media (min-width: 480px) {
  .footer-area-l-17 .footer-shape {
    top: -9px;
  }
  .d-xs-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .content-area-l-17-1,
  .content-area-l-17-3 {
    padding-top: 130px;
    padding-bottom: 240px;
  }
  .content-area-l-17-1 .content,
  .content-area-l-17-3 .content {
    margin-top: 0;
    padding-top: 0;
  }
  .content-area-l-17-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .content-area-l-17-2 .content {
    padding-top: 0;
  }
  .video-area-l-17 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .section .content {
    margin-bottom: 60px;
  }
  .brand-area-l-17 {
    padding-bottom: 130px;
  }
  .footer-area-l-17 {
    padding-top: 115px;
  }
  .footer-area-l-17 .footer-shape {
    top: -17px;
  }
}
@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
  .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature-area-l-17 .feature-area-l-17-items .single-features {
    padding: 0 35px;
  }
  .footer-area-l-17 .footer-shape {
    top: -30px;
  }
}
.footer-area-l-17 .footer-shape img {
  width: 100%;
}
.footer-area-l-17 .footer-widget p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #dbe4f1;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 30px;
}
.footer-area-l-17 .footer-widget ul {
  margin-bottom: -12px;
}
.footer-area-l-17 .footer-widget ul li {
  margin-bottom: 12px;
}
.footer-area-l-17 .footer-widget ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #f8fbfe;
}
.copyright-area-l-17 .copyright p,
.copyright-area-l-17 .footer-menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
}
.copyright-area-l-17 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .copyright-area-l-17 {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .copyright-area-l-17 {
    margin-top: 100px;
  }
}
.copyright-area-l-17 .copyright p {
  margin-bottom: 0;
}
.copyright-area-l-17 .footer-menu {
  margin: 20px 0 30px;
}
@media (min-width: 768px) {
  .copyright-area-l-17 .footer-menu {
    margin: 0;
  }
}
.copyright-area-l-17 .footer-menu ul {
  margin: 0 -10px -15px;
}
.copyright-area-l-17 .footer-menu ul li {
  margin: 0 10px 15px;
}
.copyright-area-l-17 .social-icons ul {
  margin: 0 -8px;
}
.copyright-area-l-17 .social-icons ul li {
  margin: 0 8px;
}
.copyright-area-l-17 .social-icons ul li i {
  font-size: 20px;
  color: #fff;
}
.background-property {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.focus-reset:focus {
  box-shadow: none;
  outline: 0;
}
@media (min-width: 480px) {
  .text-xs-start {
    text-align: start !important;
  }
  .text-xs-center {
    text-align: center;
  }
}
.btn-style-01:before,
.btn-style-04:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  background: #213053;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.btn-style-01:hover,
.btn-style-02:hover,
.btn-style-03:hover,
.btn-style-04:hover,
.btn-style-05:hover,
.btn-style-07:hover {
  background: 0 0 !important;
  box-shadow: none !important;
}
.btn-style-02:before,
.btn-style-03:before,
.btn-style-05:before {
  background: #213053;
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.btn-style-01:hover:before,
.btn-style-02:hover:before,
.btn-style-03:hover:before,
.btn-style-04:hover:before,
.btn-style-05:hover:before,
.btn-style-07:hover:before {
  box-shadow: 0;
  color: #fff;
  opacity: 1;
  width: 100%;
}
.btn-style-02:before {
  border-radius: 20px;
}
.btn-style-03:before {
  border-radius: 10px;
}
.btn-style-05:before {
  border-radius: 3px;
}
.btn-style-06 a:hover span {
  display: inline-block;
  margin-left: 5px;
}
.btn-style-07:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #2d947a;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes swing {
  0%,
  100% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
}
@keyframes swing {
  0%,
  100% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-40deg);
  }
}
.current {
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  line-height: 42px;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s ease-out;
  border-radius: 3px;
  padding: 0 0.2em 0 0.7em;
  color: #d8465c;
  font-weight: 700;
  cursor: pointer;
}
.current:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.options {
  position: absolute;
  right: 0;
  top: 92px;
  z-index: 0;
  opacity: 0;
  transition: 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
}
.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e1e4e6;
  transform: translateX(10px);
  transition: 0.24s ease-out 0.1s;
  opacity: 0;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}
.options-list li a {
  display: block;
  padding: 10px;
  width: 100%;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:first-child {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}
