body {
  font-family: "Nunito";
}
body b {
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body a {
  color: black;
}
body a:hover {
  color: #DC281E;
}

.ratesdotca-section {
  background: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .ratesdotca-section {
    background-position: center top;
    background-image: url("images/ratesdotca_dot_mobile.png");
  }
}
@media screen and (min-width: 1200px) {
  .ratesdotca-section {
    background-image: url("images/ratesdotca_dot.png");
  }
}
@media screen and (min-width: 1200px) {
  .ratesdotca-section .content {
    height: 650px;
  }
}
.ratesdotca-section .content .content-left {
  font-weight: 800;
  font-size: 56px;
  line-height: 81.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .ratesdotca-section .content .content-left {
    height: 650px;
    background-image: url("images/ratesdotca_auto.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
@media screen and (max-width: 767px) {
  .ratesdotca-section .content .content-left {
    padding: 40px 40px 40px 40px;
  }
}
.ratesdotca-section .content .content-left .logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .ratesdotca-section .content .content-left .logo {
    display: block;
  }
}
.ratesdotca-section .content .content-left .header {
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .ratesdotca-section .content .content-left .header {
    height: 205px;
    width: 300px;
    margin-left: 40px;
    background-image: url("images/ratesdotca_new_name_desktop.png");
  }
}
@media screen and (max-width: 767px) {
  .ratesdotca-section .content .content-left .header {
    height: 100px;
    width: auto;
    text-align: center;
    font-size: 40px;
    background-position: center;
    background-image: url("images/ratesdotca_new_name_mobile.png");
  }
}
.ratesdotca-section .content .content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ratesdotca-section .content .content-right .seperator {
  width: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 1200px) {
  .ratesdotca-section .content .content-right {
    height: 650px;
    padding: 120px 40px;
  }
  .ratesdotca-section .content .content-right .auto-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ratesdotca-section .content .content-right {
    padding: 40px;
  }
}
.ratesdotca-section .content .content-right button {
  cursor: pointer;
  margin-top: 20px;
  border: none;
  margin-bottom: 16px;
  background: #000000;
  border-radius: 75px;
  width: 219px;
  height: 55px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.ratesdotca-section .content .content-right .cta-body {
  text-align: center;
  margin-bottom: 32px;
  padding: 0px 25px;
}
.ratesdotca-section .content .content-right .cta-body a {
  text-decoration: underline;
}
.ratesdotca-section .content .content-right .cta-body p {
  margin-bottom: 8px;
}
.ratesdotca-section .content .content-right .ratesdotca-logo {
  width: 300px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .ratesdotca-section .content .content-right .ratesdotca-logo {
    padding-bottom: 32px;
    border-bottom: 1px solid #000000;
  }
}

.ratesdotca-group-section .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
}
.ratesdotca-group-section .content .card {
  max-width: 724px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07), 0px 1px 10px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  border: none;
}
@media screen and (min-width: 1200px) {
  .ratesdotca-group-section .content .card {
    padding: 60px 80px;
    background: linear-gradient(90deg, transparent 20px, #FFFFFF 20px, #FFFFFF 100%), linear-gradient(180deg, #E03C31 -8.4%, #E03C31 14.07%, #CE0F69 112.4%);
  }
}
@media screen and (max-width: 767px) {
  .ratesdotca-group-section .content .card {
    padding: 25px 40px;
    text-align: center;
    background: linear-gradient(0deg, transparent 8px, #FFFFFF 8px, #FFFFFF 100%), linear-gradient(0deg, #E03C31 -8.4%, #E03C31 14.07%, #CE0F69 112.4%);
  }
}
.ratesdotca-group-section .content .card button {
  cursor: pointer;
  color: white;
  border: none;
  width: 238px;
  height: 55px;
  background: #DC281E;
  border-radius: 36px;
}

.navbar {
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-item {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-item {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .ratesdotca-logo img {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .ratesdotca-logo img {
    width: 200px;
  }
}

.footer .dot {
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .footer .dot {
    background-image: url("images/ratesdot-dot-footer.png");
    background-size: auto;
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .footer .dot {
    background-image: url("images/ratesdot-dot-footer-mobile.png");
    background-size: contain;
    height: 160px;
  }
}
.footer .dot p {
  padding-top: 100px;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer .dot {
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
