:root {
  --dark-slate-blue: #29364b;
  --dark-slate-blue-2: #3d4e6b;
  --black: black;
  --white: white;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.full-screen-social {
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.nav-bar.ghost-nav-bar {
  width: 100%;
  box-shadow: none;
  background-color: #0000;
}

.image--nav-icon {
  height: 24px;
}

.button {
  color: #fff;
  background-color: #49aadd;
  background-image: linear-gradient(to right, #49aadd, #7bbfd8);
  border-radius: 24px;
  height: 48px;
  padding: 11px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: inline-block;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px #49aadd75;
}

.button.full-screen-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.button.full-screen-button.hide {
  display: none;
}

.button.ghost-button {
  background-color: #0000;
  background-image: none;
  transition: box-shadow .3s, background-color .3s, color .3s;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.ghost-button:hover {
  color: #2e323c;
  background-color: #fff;
}

.button.ghost-button.hero-promo-button {
  margin: 40px;
}

.button.footer-big-subscribe-button {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
  margin-left: 24px;
  padding-top: 9px;
}

.page-wrapper {
  color: #2e323c;
  overflow: hidden;
}

.full-screen-nav-link {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 80px;
  text-decoration: none;
  transition: all .3s;
}

.full-screen-nav-link:hover {
  color: #7bbfd8;
}

.full-screen-nav-link.w--current {
  color: #49aadd;
}

.full-screen-nav-link.hide {
  display: none;
}

.menu-top-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
}

.hero-promo-social-link {
  opacity: .7;
  color: #7567f8;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .3s;
  display: flex;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

.full-screen-menu {
  background-color: #2e323c;
  background-image: linear-gradient(#1b212ced, #1b212ced), url('../images/car1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 0 16px 16px;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.full-screen-menu-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.menu-button.white-menu-button {
  z-index: 110;
  color: #fff;
  background-color: #0000;
  justify-content: flex-end;
  width: 56px;
  height: 56px;
  padding: 0 12px 12px 0;
  display: flex;
}

.menu-middle-line-2 {
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-icon {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 24px;
  height: 24px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.logo-text {
  color: #a5aab6;
  flex: 1;
  margin-left: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
}

.logo-text.white-text {
  color: #fff;
}

.menu-middle-line-1 {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.logo-link {
  color: #7567f8;
  padding: 25px 16px 23px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  top: 0;
  left: 25px;
}

.menu-bottom-line {
  background-color: #fff;
  width: 12px;
  height: 2px;
  margin-top: 4px;
}

.text--quote {
  color: #fff;
}

.scroll-mouse-link {
  z-index: 2;
  color: #7567f8;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-promo-intro {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-top: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-promo-section {
  background-image: linear-gradient(#08080878, #08080878), url('../images/43266814_m.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.hero-promo-section.video {
  background-color: #0000;
  background-image: linear-gradient(to top, #00000078, #49aadd00), linear-gradient(#29364b80, #29364b80);
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 2px;
  width: 4px;
  height: 8px;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  display: flex;
}

.hero-promo-social {
  align-items: center;
  padding: 32px;
  display: flex;
}

.image--hero-logo {
  height: 174px;
  margin-bottom: 27px;
}

.hero-promotext {
  width: 82%;
  margin-top: 16px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
}

.background-video {
  height: 100vh;
}

.hero-promo-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-promo-bottom.hide {
  display: none;
}

.service-side-image-text {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  width: 86%;
  margin-top: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: -48px;
  left: 0;
  box-shadow: 0 8px 28px #2e323c2e;
}

.link-arrow-icon-2 {
  margin-top: -3px;
  margin-left: 8px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  display: block;
}

.wrapper.top-pad {
  margin-top: 60px;
}

.link-arrow {
  color: #2e323c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.service-side-image {
  background-color: #f5f5f5;
  background-image: url('../images/logo_pininfarina.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 8px;
  width: 91.666%;
  height: 320px;
  position: relative;
}

.service-side-image.about-page {
  background-image: url('../images/10374117_m.jpg');
  background-size: cover;
  height: 500px;
}

.section {
  color: #111;
  text-align: center;
  background-color: #fff;
  padding: 120px 24px;
  overflow: hidden;
}

.section.tint {
  background-color: #f5f6f9;
}

.section.tint.pad-previous {
  padding-bottom: 80px;
}

.section.grey-section {
  background-color: #f5f6f9;
}

.section.grey-section.no-top-padding {
  padding-top: 0;
}

.section.grey-section.no-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.service-side-icon {
  height: 23px;
  margin-bottom: -8px;
  margin-left: 0;
}

.service-side-icon.bottom {
  margin-top: 14px;
  margin-bottom: 25px;
}

.service-side-text {
  color: #8f95a2;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 32px;
}

.link-arrow-text-2 {
  font-weight: 700;
  display: inline-block;
}

.service-side-info {
  text-align: left;
  width: 50%;
  padding-bottom: 16px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-side-content {
  flex: 1;
  justify-content: flex-end;
  padding-left: 4.6%;
  display: flex;
}

.service-side-block {
  align-items: center;
  padding-bottom: 168px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-side-block.about-page {
  padding-bottom: 0;
}

.hero-promo-small-header {
  letter-spacing: 12px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.div-block--care-logo {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 240px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 18px;
  display: flex;
}

.column-bot {
  margin-bottom: 60px;
}

.div-block--logo-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: block;
}

.section-header-wrapper.subscribe-header-wrapper {
  padding-bottom: 40px;
}

.floar-subscibe-header {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
}

.section-description {
  margin-top: 16px;
}

.section-2 {
  padding: 10% 5%;
}

.section-2.color {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(72deg, #161c25, #2b3647d1), url('../images/11321253_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 7%;
  padding-bottom: 7%;
}

.top-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7%;
  display: flex;
  position: relative;
}

.top-title-wrapper.center {
  justify-content: center;
}

.top-title-wrapper.center.vertical {
  flex-direction: column;
  margin-bottom: 0%;
}

.paragraph-white {
  color: #ffffffb3;
  margin-bottom: 5px;
}

.paragraph-white.biger {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-white._100 {
  color: #fff;
}

.navlink {
  color: #121217;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.navlink.for-button {
  color: #fff;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navlink.for-button.blue {
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.navlink.for-button.blue.white {
  color: #fff;
  text-transform: none;
}

.navlink.for-button.blue.white.footer {
  position: relative;
}

.navlink.for-button.blue.white.for-footer {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
}

.navlink.for-button.blue.white.caps {
  text-transform: uppercase;
}

.line-animation {
  background-color: #c1c3cc;
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.line-animation.white-trans {
  background-color: #ffffff4d;
}

.line-animation.white-trans._0 {
  background-color: #fff0;
}

.container {
  flex: 1;
  max-width: 1200px;
}

.line-overlay {
  background-color: #1e7fd1;
  width: 100%;
  height: 100%;
}

.line-overlay.white-again {
  background-color: #fff;
}

.top-margin {
  margin-top: 50px;
}

.top-margin.half {
  margin-top: 25px;
}

.top-title {
  z-index: 2;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.top-title.white {
  color: #fff;
}

.section-description-2 {
  color: #9096a3;
  margin-top: 16px;
}

.footer-v4-column {
  flex: 1;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v4-column.hide {
  display: none;
}

.footer-big-subscribe-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-text-left {
  text-align: left;
  flex: 1;
}

.footer-v4 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 32px;
  display: flex;
}

.footer-bottom-link {
  color: #2e323c;
  text-decoration: underline;
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-v4-about {
  color: #9096a4;
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v4-link {
  color: var(--dark-slate-blue-2);
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.footer-v4-link:hover {
  text-decoration: underline;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.footer-big-subscribe-success {
  padding-top: 8px;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-logo {
  color: #7567f8;
  height: 123.859px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 1px;
  padding-left: 0;
}

.div-block--full {
  width: 100%;
}

.heading-6 {
  font-size: 16px;
  line-height: 24px;
}

.input {
  background-color: #0000;
  border: 1px solid #ccd0d9;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 9px;
  padding-right: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

.input.footer-big-subscribe-input {
  background-image: url('../images/mailblue.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

.input.text-area {
  height: auto;
  min-height: 112px;
}

.footer-bottom-link-right {
  color: #2e323c;
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.footer-bottom-link-right.hide {
  display: none;
}

.paragraph-small {
  color: #8f95a2;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-small.top-padding {
  margin-top: 22px;
}

.footer-bottom {
  color: #9096a4;
  border-top: 1px solid #e1e3ea;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.logo-line {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
  color: #2e323c;
  width: 62%;
  height: 2px;
}

.footer-big-subscribe-wrapper {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-big-subscribe-wrapper.m-padding {
  padding-top: 60px;
}

.footer-big-subscribe {
  background-color: #fff;
  border-radius: 48px;
  max-width: 570px;
  height: 96px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: -28px;
  box-shadow: 0 8px 28px #2e323c17;
}

.copyright-margin {
  margin-top: 80px;
}

.footer {
  z-index: 1;
  background-color: #131922;
  border-top: 1px solid #2f3038;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.brand {
  background-color: #fff;
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 110px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: absolute;
}

.brand.normal {
  position: relative;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.with-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.row-flex {
  align-items: center;
  display: flex;
}

.info-child {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.info-child.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 0;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 8px auto auto 0%;
}

.copyright {
  color: #f8f8f8c2;
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-tiny {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  width: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-copyright-flex.right {
  justify-content: flex-end;
}

.top-title-2 {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.top-title-2.smaller-white {
  color: #fff;
  flex: none;
  order: -1;
  margin-right: 60px;
  font-size: 15px;
  line-height: 20px;
}

.top-title-2.smaller-white.in-footer {
  background-color: #0a1229;
  margin-bottom: 30px;
  padding-right: 14px;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.phone-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}

.footer-column {
  padding-right: 20%;
}

.footer-link {
  color: #c7c7c799;
  font-size: 14px;
}

.section--video-banner {
  height: 100vh;
}

.background-video-2 {
  background-image: linear-gradient(to top, #000, #fff0), linear-gradient(#1f273578, #1f273578);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.about-side-info {
  text-align: left;
  margin-top: -8px;
  display: flex;
}

.about-side-header-wrapper {
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-side-line {
  float: left;
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--black), var(--dark-slate-blue-2));
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  display: inline-block;
}

.about-side-header {
  flex: 1;
  margin-top: 0;
  padding-right: 40px;
  font-size: 40px;
  line-height: 42px;
}

.about-side-text {
  color: #9096a4;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.center-flex {
  text-align: center;
  justify-content: center;
  display: flex;
}

.link-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.mini-arrow {
  margin-left: 3px;
  font-size: 9px;
  display: inline-block;
}

.title-icon-2 {
  background-color: #f1f9ff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  display: flex;
}

.title-icon-2._6 {
  background-image: url('../images/Diamond_1Diamond.png');
  background-size: 20px;
}

.title-icon-2._3 {
  background-image: url('../images/Shield_1Shield.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.title-icon-2._1 {
  background-image: url('../images/Rayo_1Rayo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.title-icon-2._5 {
  background-image: url('../images/Folder_1Folder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.title-icon-2._2 {
  background-image: url('../images/Basket_1Basket.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.h4.less-border {
  margin-bottom: 3px;
}

.column-center {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.column-center.line, .column-center.right-line {
  border-right: 1px solid #c4cbd5;
}

.bottom-border {
  margin-bottom: 15px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.bottom-border.large.stretch {
  flex: 1;
}

._55-column {
  width: 55%;
}

.details-right {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.title-box {
  border-bottom: 1px solid #c4cbd5;
  margin-bottom: 35px;
  padding-bottom: 5px;
}

.text-block {
  display: inline-block;
}

.plan-details {
  border-bottom: 1px solid #c4cbd5;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
}

.button-6 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-2), var(--dark-slate-blue));
  color: #fff;
  text-align: center;
  border: 1px solid #1a2230;
  border-radius: 2.5px;
  width: auto;
  height: 44px;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-6:hover {
  background-image: linear-gradient(#53688b, #374763);
}

.flex-button {
  flex-wrap: wrap;
  height: 100%;
  display: flex;
}

.button-text {
  flex: 1;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.arrow-box {
  border-left: 1px solid #1c2431;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.div-block--lowest-rates {
  padding-right: 75px;
}

.popup-overlay {
  background-color: #29364bc4;
  position: fixed;
  inset: 0;
}

.form-label {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.contact-window-header {
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 56px;
}

.button-7 {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue-2));
  border-radius: 2px;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button-7:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px #3d4e6b73;
}

.button-7.form-button {
  padding-top: 7px;
}

.form-error {
  color: #f34568;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-window-form {
  text-align: center;
  margin-left: 56px;
  margin-right: 56px;
  padding-top: 32px;
}

.contact-window {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.contact-window.popup-window {
  z-index: 1000;
  transform: scale(.86);
}

.popup-wrapper {
  z-index: 300;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-close-button {
  opacity: .83;
  position: absolute;
  top: 23px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 34px;
}

.div-block--form-header {
  text-align: left;
  margin-bottom: 30px;
}

.div-block--care-logo-in-wrapper {
  justify-content: center;
  align-items: center;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 18px;
  display: flex;
}

.div-block--full-car-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  width: 18%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.rates-description {
  color: #7a7a7a;
  margin-top: 0;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .full-screen-social {
    padding: 24px;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .nav-bar.ghost-nav-bar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.full-screen-button {
    bottom: 24px;
    right: 24px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .hero-promo-social {
    padding: 24px;
  }

  .service-side-image-text {
    width: 97%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 24px;
    bottom: -40px;
  }

  .service-side-image {
    height: 248px;
    margin-bottom: 32px;
  }

  .section {
    padding: 100px 8px;
  }

  .service-side-text {
    padding-right: 8px;
  }

  .service-side-info {
    padding: 0 3%;
  }

  .service-side-content {
    padding-left: 0%;
  }

  .service-side-block {
    padding-bottom: 88px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-promo-small-header {
    font-size: 18px;
    line-height: 32px;
  }

  .div-block--care-logo {
    height: 180px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .floar-subscibe-header {
    font-size: 20px;
    line-height: 28px;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-v4-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v4-about {
    padding-left: 8px;
    padding-right: 8%;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-big-subscribe-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand {
    height: 60px;
  }

  .brand.normal.w--current {
    margin-bottom: 10px;
  }

  .row-flex.verical {
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .top-title-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-side-header-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-line {
    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-side-header {
    padding-right: 16px;
  }

  .about-side-text {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .contact-window.popup-window {
    width: 100%;
    transform: scale(.8);
  }

  .popup-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block--care-logo-in-wrapper {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .full-screen-social {
    padding: 16px;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

  .button.full-screen-button {
    bottom: 16px;
    right: 16px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
  }

  .menu-button.white-menu-button {
    margin-right: 0;
  }

  .logo-text {
    float: left;
    margin-left: 0;
    font-size: 13px;
    display: none;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.full-screen-logo {
    top: 0;
    left: 8px;
  }

  .hero-promo-intro {
    margin-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .hero-promo-section {
    max-height: 440px;
    position: relative;
  }

  .hero-promo-social {
    padding: 16px;
  }

  .hero-promotext {
    margin-top: 0;
  }

  .hero-promo-bottom {
    position: absolute;
  }

  .service-side-image-text {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .service-side-image {
    width: 83.33%;
    height: 280px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-side-info {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 48px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .service-side-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-side-block {
    flex-direction: column;
    padding-bottom: 48px;
  }

  .hero-promo-small-header {
    letter-spacing: 6px;
    font-size: 14px;
  }

  .div-block--care-logo {
    width: 23%;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .floar-subscibe-header {
    font-size: 18px;
    line-height: 24px;
  }

  .top-title {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .paragraph-small.top-padding {
    margin-top: 20px;
  }

  .footer-big-subscribe {
    max-width: 100%;
  }

  .copyright-margin {
    margin-top: 20px;
  }

  .footer {
    padding-bottom: 0;
  }

  .brand.normal.w--current {
    margin-bottom: 0;
  }

  .row-flex.verical.reverse {
    flex-direction: column-reverse;
  }

  .info-child {
    text-align: center;
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .info-child.horizontal.no-center {
    text-align: left;
  }

  .copyright {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .top-title-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .footer-column {
    margin-bottom: 39px;
    padding-right: 0%;
  }

  .about-side-info {
    flex-wrap: wrap;
  }

  .about-side-header-wrapper {
    width: 100%;
  }

  .about-side-line {
    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }

  .about-side-header {
    padding-right: 0;
  }

  .about-side-text {
    padding-left: 76px;
  }

  .column-center.line {
    border-right-style: none;
  }

  ._55-column {
    width: 45%;
  }

  .contact-window.popup-window {
    overflow: scroll;
  }

  .popup-wrapper {
    flex-direction: column;
  }

  .div-block--full-car-wrapper {
    width: 23%;
  }
}

@media screen and (max-width: 479px) {
  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image--nav-icon {
    height: 13px;
  }

  .button.footer-big-subscribe-button {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .full-screen-nav-link {
    font-size: 34px;
    line-height: 62px;
  }

  .full-screen-menu-list {
    width: 80%;
  }

  .hero-promo-intro {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .hero-promo-section {
    max-height: none;
  }

  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-promotext {
    font-size: 18px;
  }

  .service-side-image-text {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    bottom: -48px;
  }

  .service-side-image {
    width: 100%;
    height: 200px;
  }

  .service-side-image.about-page {
    height: 350px;
    margin-top: 30px;
  }

  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .service-side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block--care-logo {
    width: 46%;
    margin-bottom: 20px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15%;
  }

  .paragraph-white.biger {
    font-size: 16px;
    line-height: 24px;
  }

  .top-title {
    margin-bottom: 9px;
  }

  .footer-v4-column {
    flex: 0 auto;
    width: 50%;
    margin-top: -32px;
  }

  .footer-big-subscribe-form {
    flex-direction: column;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .footer-logo {
    height: 111.859px;
  }

  .input.footer-big-subscribe-input {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-big-subscribe-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-big-subscribe {
    border-radius: 8px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .footer {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-child.horizontal.no-center {
    padding-left: 0;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .top-title-2 {
    margin-bottom: 9px;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .phone-text {
    margin-bottom: 4px;
  }

  .background-video-2 {
    background-image: none;
  }

  .about-side-header {
    font-size: 36px;
    line-height: 39px;
  }

  .center-flex.left-mobile {
    justify-content: flex-start;
  }

  .column-center {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 13px;
    padding-left: 0;
  }

  .column-center.right-line {
    width: 41%;
  }

  ._55-column {
    text-align: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .details-right {
    justify-content: center;
    margin-top: 6px;
  }

  .plan-details {
    background-color: #f5f6f9;
    border-radius: 2.5px;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 0;
  }

  .div-block--lowest-rates {
    margin-bottom: 40px;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-window-form {
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact-window {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .popup-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .popup-close-button {
    top: 16px;
  }

  .div-block--full-car-wrapper {
    width: 46%;
    margin-bottom: 20px;
  }
}


