@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* line 5, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
body {
  font-family: 'Lato';
}

/* line 9, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.select2-container {
  width: 100% !important;
}

/* line 13, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.select2-selection--single {
  height: 48px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center;
}
/* line 18, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}
/* line 22, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}

/* line 28, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.thankyou-page .thankyou-title {
  font-size: 40px;
  line-height: 50px;
  color: #002A3A;
  text-align: center;
  margin-bottom: 20px;
  color: #FD7F1F;
}
@media screen and (max-width: 576px) {
  /* line 28, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .thankyou-page .thankyou-title {
    font-size: 32px;
    line-height: 38px;
  }
}
/* line 40, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.thankyou-page .thankyou-subtitle {
  font-size: 24px;
  line-height: 29px;
  color: #002A3A;
  text-align: center;
}

/* line 48, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.btn-get-quote {
  cursor: pointer;
  background: #FD7F1F;
  border-radius: 100px;
  color: white;
  width: 360px;
  height: 64px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 576px) {
  /* line 48, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .btn-get-quote {
    width: 100%;
    height: 58px;
  }
}
/* line 63, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.btn-get-quote.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 69, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.err-msg {
  color: red;
  font-size: 14px;
  display: none;
}

/* line 76, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.has-error .err-msg {
  display: block;
}

/* line 82, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.form .progress-bar {
  height: 22px;
  border-radius: 100px;
  background: #F0F7FF;
}
/* line 86, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.form .progress-bar .progress-bar-inner {
  height: 22px;
  line-height: 21px;
  background: #2491D7;
  border-radius: 100px;
  width: 100%;
  font-size: 14px;
}
/* line 93, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.form .progress-bar .progress-bar-inner.percent-50 {
  width: 50%;
  border-radius: 100px 0 0 100px;
}

/* line 101, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.container {
  max-width: 1448px;
}

/* line 105, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section {
  background: #002A3A;
}
/* line 107, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header {
  height: 88px;
  position: relative;
}
/* line 112, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header .logo img {
  height: 24px;
}
/* line 117, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header .phone-call-c {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 999;
}
/* line 123, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header .phone-call-c .phone-number-button {
  background: #FD7F1F;
  border-radius: 100px;
  padding: 10px 40px;
}
/* line 127, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header .phone-call-c .phone-number-button a {
  color: white;
  font-weight: 700;
  font-size: 20px;
}
/* line 132, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header .phone-call-c .phone-number-button img {
  margin-right: 5px;
  height: 20px;
}
/* line 138, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.header-section .header .phone-call-c .call-tips {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
}

/* line 148, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section {
  position: relative;
}
/* line 150, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .title {
  font-weight: 900;
  font-size: 56px;
  line-height: 68px;
  color: #002A39;
}
@media screen and (max-width: 576px) {
  /* line 150, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .cover-section .title {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }
}
/* line 161, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .subtitle {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #FD7F1F;
}
@media screen and (max-width: 576px) {
  /* line 161, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .cover-section .subtitle {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }
}
/* line 172, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .summary {
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  /* line 172, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .cover-section .summary {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
}
/* line 181, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .summary .bold {
  font-weight: 400;
}
/* line 184, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .summary .color {
  color: #FD7F1F;
}
/* line 192, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form {
  padding-left: 10px;
  top: 80px;
  right: 0;
  position: absolute;
  width: 670px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #14539E;
}
/* line 203, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner {
  padding: 50px 30px 100px 30px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  width: 670px;
  border-radius: 16px;
  background: white;
}
/* line 210, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner.final-step {
  padding: 50px 30px 50px 30px;
}
/* line 214, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .form-title {
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #002A39;
}
/* line 220, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .form-title .colorful {
  color: #FD7F1F;
}
/* line 225, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .form-subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}
/* line 233, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .form-body {
  margin-top: 20px;
}
/* line 238, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .form-group label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4A4A4A;
}
/* line 244, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .form-group input, .cover-section .form .form-inner .form-group select {
  border: 1px solid #979797;
  border-radius: 10px;
  height: 48px;
}
/* line 251, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .call-tips {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #4A4A4A;
}
/* line 256, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .call-tips a {
  color: #4A4A4A;
}
/* line 261, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .consent-language-c-css {
  font-size: 13px;
  line-height: 21px;
  color: #4A4A4A;
}
/* line 267, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.cover-section .form .form-inner .btn-get-quote {
  width: 100%;
}

/* line 275, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.car-section {
  background: linear-gradient(0deg, #13426B 0%, #3CA3BF 108.19%);
}
@media screen and (max-width: 576px) {
  /* line 275, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .car-section {
    background: linear-gradient(359.99deg, #13426B 0.01%, #3CA3BF 38.27%);
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
}
/* line 281, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.car-section .car-container {
  padding: 110px 0;
}
@media screen and (max-width: 576px) {
  /* line 281, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .car-section .car-container {
    padding: 70px 0;
  }
}
/* line 286, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.car-section .car-container img {
  height: 407px;
  margin-left: 100px;
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  /* line 286, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .car-section .car-container img {
    margin-left: auto;
    height: auto;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
}

/* line 299, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.featured-section {
  padding: 30px 0;
}
/* line 301, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.featured-section .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  /* line 301, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .featured-section .title {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 311, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.featured-section .logos {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
/* line 315, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.featured-section .logos img {
  height: 57px;
}
@media screen and (max-width: 576px) {
  /* line 315, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .featured-section .logos img {
    height: 45px;
  }
}

/* line 324, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section {
  padding: 50px 20px;
  background: linear-gradient(359.99deg, #3CA3BF 0.01%, #3CA3BF 38.27%);
}
/* line 334, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .form-title {
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #002A39;
}
/* line 340, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .form-title .colorful {
  color: #FD7F1F;
}
/* line 345, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .form-subtitle {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}
/* line 353, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .form-body {
  margin-top: 20px;
}
/* line 358, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .form-group label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4A4A4A;
}
/* line 364, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .form-group input, .mobile-form-section .form .form-inner .form-group select {
  border: 1px solid #979797;
  border-radius: 10px;
  height: 48px;
}
/* line 371, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .call-tips {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: white;
  width: 100%;
}
/* line 377, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .call-tips a {
  color: white;
}
/* line 382, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.mobile-form-section .form .form-inner .consent-language-c {
  font-size: 13px;
  line-height: 21px;
  color: #4A4A4A;
}

/* line 392, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section {
  background: #002A3A;
  color: white;
  padding: 50px 0;
}
@media screen and (max-width: 576px) {
  /* line 392, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section {
    padding: 20px 0;
    text-align: center;
  }
}
/* line 400, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .never-pay {
  margin-left: 110px;
}
@media screen and (max-width: 576px) {
  /* line 400, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .never-pay {
    margin-left: auto;
  }
}
/* line 405, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .never-pay .title {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 576px) {
  /* line 405, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .never-pay .title {
    font-size: 34px;
    line-height: 54px;
  }
}
/* line 414, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .never-pay .summary {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 576px) {
  /* line 414, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .never-pay .summary {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    margin: 0 30px;
  }
}
/* line 427, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .never-pay-cover {
  padding-top: 70px;
}
@media screen and (max-width: 576px) {
  /* line 427, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .never-pay-cover {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 433, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .never-pay-cover img {
  height: 384px;
}
@media screen and (max-width: 576px) {
  /* line 433, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .never-pay-cover img {
    max-width: 100%;
    height: auto;
  }
}
/* line 441, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff {
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  /* line 441, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff {
    margin-top: -10px;
  }
}
/* line 446, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .title {
  font-weight: 800;
  font-size: 48px;
  color: white;
}
@media screen and (max-width: 576px) {
  /* line 446, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .title {
    font-size: 35px;
    line-height: 48px;
  }
}
/* line 454, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .title img {
  width: 50px;
  margin-right: 20px;
}
/* line 458, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .title .colorful {
  color: #FD7F1F;
}
/* line 463, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .summary {
  font-size: 30px;
  line-height: 48px;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  /* line 463, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .summary {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    margin: 0 30px;
  }
}
/* line 475, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .cards {
  padding: 0 100px;
}
@media screen and (max-width: 576px) {
  /* line 475, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .cards {
    padding: 0;
  }
}
/* line 482, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .card {
  width: 360px;
  border-radius: 16px;
  background: #14539E;
  padding-left: 8px;
}
@media screen and (max-width: 576px) {
  /* line 482, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .card {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 491, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .card .card-inner {
  color: #000000;
  width: 360px;
  border-radius: 16px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  /* line 491, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .card .card-inner {
    width: 100%;
  }
}
/* line 505, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .card .card-inner img {
  width: 120px;
}
/* line 508, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .card .card-inner .card-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
/* line 514, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .card .card-inner .card-summary {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  /* line 514, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .card .card-inner .card-summary {
    margin-bottom: 10px;
  }
}
/* line 523, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .count-on {
  margin-top: 100px;
  text-align: center;
  font-weight: 800;
  font-size: 48px;
}
@media screen and (max-width: 576px) {
  /* line 523, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .count-on {
    font-size: 33px;
  }
}
/* line 536, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .phone-number-button {
  margin-bottom: 50px;
  background: white;
  border: 2px solid #FD7F1F;
  border-radius: 100px;
  color: #FD7F1F;
  width: 360px;
  height: 64px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 576px) {
  /* line 536, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .info-section .diff .phone-number-button {
    height: 58px;
    width: 100%;
  }
}
/* line 552, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .phone-number-button img {
  fill: #FD7F1F;
  margin-right: 5px;
}
/* line 556, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.info-section .diff .phone-number-button a {
  color: #FD7F1F;
  font-size: 20px;
}

/* line 564, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.footer-section {
  padding: 70px 50px;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  /* line 564, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
  .footer-section {
    padding: 40px;
    margin-bottom: 100px;
  }
}

/* line 573, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.sticky {
  background: #002A3A;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 581, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.sticky .call-tips {
  color: white;
  margin-bottom: 15px;
}
/* line 585, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.sticky .phone-number-button {
  background: #FD7F1F;
  border: none;
  border-radius: 100px;
  color: white;
  height: 42px;
  line-height: 26px;
  width: 100%;
}
/* line 595, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.sticky .phone-number-button img {
  fill: #FD7F1F;
  margin-right: 8px;
}
/* line 599, /Volumes/Holin1T/projects/Microsites/site_generator/app/assets/stylesheets/sites/endurance/default.scss.erb */
.sticky .phone-number-button a {
  font-weight: 600;
  color: white;
  font-size: 18px;
}
