/* sass:/opt/atlassian/pipelines/agent/build/app/javascript/styles/car_give_campaign.sass */
.car-giveaway-hero .content-wrapper .text-wrapper {
  text-align: left;
}
.car-giveaway-hero .content-wrapper .car-image {
  max-width: 624px;
}
@media (max-width: 768px) {
  .car-giveaway-hero {
    max-height: unset;
  }
  .car-giveaway-hero .content-wrapper.flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .car-giveaway-hero .content-wrapper .car-image {
    width: 100%;
  }
  .car-giveaway-hero .content-wrapper .car-image img {
    margin-left: 3.8461538462%;
  }
  .car-giveaway-hero .content-wrapper .text-wrapper {
    text-align: center;
  }
}
.car-giveaway-hero .diagonal-bg-wrapper {
  position: absolute;
  inset: 0;
}
.car-giveaway-hero .diagonal-bg-left {
  position: absolute;
  inset: 0;
  background-color: #FFBC00;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .car-giveaway-hero .diagonal-bg-left {
    display: none;
  }
}
.car-giveaway-hero .diagonal-bg-right {
  position: absolute;
  inset: 0;
  background-color: #FFE699;
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 53% 100%);
}
.car-giveaway-hero .diagonal-bg-right.other-landing-page {
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
}
@media (max-width: 768px) {
  .car-giveaway-hero .diagonal-bg-right {
    display: none;
  }
}
.car-giveaway-hero .diagonal-bg-top {
  position: absolute;
  inset: 0;
  background-color: #FFBC00;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 70%);
}
.car-giveaway-hero .diagonal-bg-top.other-landing-page {
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 70%);
}
@media (min-width: 769px) {
  .car-giveaway-hero .diagonal-bg-top {
    display: none;
  }
}
.car-giveaway-hero .diagonal-bg-bottom {
  position: absolute;
  inset: 0;
  background-color: #FFE699;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .car-giveaway-hero .diagonal-bg-bottom {
    display: none;
  }
}
.custom-faqs .responsive-text {
  text-align: left;
}
@media (max-width: 768px) {
  .custom-faqs .responsive-text {
    text-align: center;
  }
}
.custom-faqs .accordion .accordion-navigation {
  border-radius: 0px;
  border-bottom: 1px solid #E4E7EC;
}
.custom-faqs .accordion .accordion-navigation a {
  padding: 24px 0 32px 0;
}
@media (max-width: 768px) {
  .custom-faqs .accordion .accordion-navigation a {
    padding-bottom: 16px;
  }
}
.custom-faqs .accordion .accordion-navigation a:after {
  content: url(/assets/icons/icon-plus-05e2abcf6c9cec17b2395424443dd472f1141142ade73e64b3d1fad6e4c41c75.svg);
  right: 6px;
}
.custom-faqs .accordion .accordion-navigation:last-child {
  border-bottom: none;
}
.custom-faqs .accordion .accordion-navigation.active a {
  padding-bottom: 8px;
}
.custom-faqs .accordion .accordion-navigation.active a:after {
  content: url(/assets/icons/icon-minus-c40e5c0f4333f8e300e18f5bff2e491fbc9c4e72eef1c6da5a39110e41895cac.svg);
  right: 6px;
}
.custom-faqs .button svg,
.feature-blogs .button svg {
  margin: 0;
}
.car-giveaway-seo-landing-page {
  width: 770px;
  height: 614px;
  position: relative;
  overflow: hidden;
}
.car-giveaway-seo-landing-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFBC00;
  z-index: 0;
}
.car-giveaway-seo-landing-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFE699;
  clip-path: polygon(80% 0%, 101% 0, 100% 161%, 29% 55%);
  z-index: 0;
}
.car-giveaway-seo-landing-page .content-wrapper {
  position: relative;
  z-index: 1;
}
.car-giveaway-seo-landing-page .car-image {
  width: 859px;
  position: absolute;
  z-index: 1;
  right: -237px;
  top: 88px;
}
.car-giveaway-seo-landing-page .car-image img {
  transform: scale(1.05);
}
.car-giveaway-seo-landing-page .terms_and_conditions {
  position: relative;
  z-index: 1;
  height: 614px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.car-giveaway-seo-landing-page .terms_and_conditions p {
  font-size: 10px;
}
.car-giveaway-terms-and-conditions {
  color: #101828;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 4px;
  z-index: 2;
}
.car-giveaway-black-based-banner {
  height: 93px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.car-giveaway-black-based-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #101828;
  z-index: 0;
}
.car-giveaway-black-based-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 56% 223% at 84% 57%,
      #FFBC00 40%,
      transparent 0%);
  z-index: 1;
}
.car-giveaway-black-based-banner .text-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 22.5px 16px;
  width: calc(100% - 255px);
}
.car-giveaway-black-based-banner .text-content .banner-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.car-giveaway-black-based-banner .text-content .banner-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.car-giveaway-black-based-banner .image-content {
  position: absolute;
  top: -38px;
  z-index: 2;
  width: 255px;
  right: 0px;
}
.car-giveaway-side-ad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.car-giveaway-side-ad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFE699;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.car-giveaway-side-ad::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFBC00;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 65%);
  z-index: 1;
}
.car-giveaway-side-ad .text-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 16px;
  color: #101828;
  text-align: center;
  gap: 8px;
}
.car-giveaway-side-ad .text-content .banner-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.car-giveaway-side-ad .text-content .banner-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.car-giveaway-side-ad .image-content {
  z-index: 2;
}
.car-giveaway-side-ad .car-giveaway-terms-and-conditions {
  text-align: center;
  padding: 12px 16px 16px 16px;
}
.car-giveaway-dashboard-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-giveaway-dashboard-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFBC00;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.car-giveaway-dashboard-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFE699;
  clip-path: polygon(93% 0%, 101% 0, 100% 182%, 79% 55%);
  z-index: 1;
}
.car-giveaway-dashboard-banner .text-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 24px;
  color: #101828;
  gap: 16px;
  max-width: calc(100% - 305px);
}
.car-giveaway-dashboard-banner .text-content .banner-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.car-giveaway-dashboard-banner .text-content .banner-title .banner-entry-count-title {
  font-size: 14px;
  line-height: 20px;
}
.car-giveaway-dashboard-banner .text-content .banner-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.car-giveaway-dashboard-banner .text-content .button {
  width: fit-content;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.car-giveaway-dashboard-banner .text-content .car-giveaway-terms-and-conditions {
  display: block;
}
.car-giveaway-dashboard-banner .image-content {
  z-index: 2;
  max-height: 100%;
  max-width: 391px;
}
.car-giveaway-dashboard-banner .image-content img {
  margin-left: 90px;
}
.car-giveaway-dashboard-banner .car-giveaway-terms-and-conditions {
  display: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.car-giveaway-dashboard-banner .car-giveaway-terms-and-conditions span {
  margin-left: 4px;
}
.instructor-dashboard-car-giveaway-banner .car-giveaway-dashboard-banner .image-content {
  max-width: 300px;
}
.instructor-dashboard-car-giveaway-banner .car-giveaway-dashboard-banner .image-content img {
  margin-left: 50px;
}
.car-giveaway-home-landing-page-hero-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-giveaway-home-landing-page-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFBC00;
  z-index: 0;
}
.car-giveaway-home-landing-page-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 54% 173% at 93% 62%,
      #FFE699 40%,
      transparent 0%);
  z-index: 1;
}
.car-giveaway-home-landing-page-hero-image .text-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  color: #101828;
  gap: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: -50px;
}
.car-giveaway-home-landing-page-hero-image .text-content .banner-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-style: italic;
}
.car-giveaway-home-landing-page-hero-image .text-content .banner-title .brand-new:after {
  left: -29px;
  transform: scaleX(0.8);
}
.car-giveaway-home-landing-page-hero-image .text-content .banner-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.car-giveaway-home-landing-page-hero-image .text-content .banner-buttons {
  display: flex;
  gap: 16px;
}
.car-giveaway-home-landing-page-hero-image .text-content .banner-buttons .button {
  width: fit-content;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  border: 1px solid #101828;
}
.car-giveaway-home-landing-page-hero-image .text-content .car-giveaway-terms-and-conditions {
  color: #101828;
  display: block;
}
.car-giveaway-home-landing-page-hero-image .image-content {
  z-index: 2;
  max-height: 100%;
  max-width: 498px;
}
.car-giveaway-home-landing-page-hero-image .image-content img {
  margin-left: 90px;
}
.car-giveaway-home-landing-page-hero-image .car-giveaway-terms-and-conditions {
  display: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.car-giveaway-home-landing-page-hero-image .car-giveaway-terms-and-conditions span {
  margin-left: 4px;
}
.car-giveaway-old-search-page-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
.car-giveaway-old-search-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFBC00;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.car-giveaway-old-search-page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFE699;
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
  z-index: 1;
}
.car-giveaway-old-search-page-banner .text-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 40px 12px 40px 48px;
  color: #101828;
}
.car-giveaway-old-search-page-banner .text-content .banner-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
}
.car-giveaway-old-search-page-banner .text-content .banner-title .brand-new:after {
  left: 5px;
  transform: scaleX(1.1);
}
.car-giveaway-old-search-page-banner .text-content .banner-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 12px;
}
.car-giveaway-old-search-page-banner .text-content .car-giveaway-terms-and-conditions {
  display: block;
  margin-top: 32px;
}
.car-giveaway-old-search-page-banner .image-content {
  z-index: 2;
  max-height: 100%;
  max-width: 462px;
}
.car-giveaway-old-search-page-banner .car-giveaway-terms-and-conditions {
  display: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.car-giveaway-old-search-page-banner .car-giveaway-terms-and-conditions span {
  margin-left: 4px;
}
.brand-new:after {
  content: url(/assets/campaigns/underline-3e4fb1e9354b074afa3724eef1ea241a3055241d168caf22b4d3633b3dc62093.webp);
  position: absolute;
  top: 18px;
  left: 72px;
  transform: scaleX(1.6);
}
.brand-new:after.lower {
  top: 25px;
  left: 6px;
  transform: scaleX(1.1);
}
@media (max-width: 1280px) {
  .brand-new:after {
    left: 6px;
    transform: scaleX(1.1);
  }
}
@media (max-width: 768px) {
  .brand-new:after {
    left: -29px;
    transform: scaleX(0.8);
  }
  .brand-new:after.lower {
    top: 18px;
    left: -29px;
    transform: scaleX(0.8);
  }
}
@media (max-width: 1200px) {
  .car-giveaway-seo-landing-page {
    width: 100%;
    height: 400px;
  }
  .car-giveaway-seo-landing-page::after {
    clip-path: polygon(55% 0%, 101% 0, 100% 205%, 30% 38%);
  }
  .car-giveaway-seo-landing-page .car-image {
    right: unset;
    left: calc((100vw - 738px) / 2);
    top: 0px;
  }
  .car-giveaway-seo-landing-page .car-image img.fixed-size-image {
    min-width: unset;
    min-height: unset;
    object-fit: unset;
    height: auto;
    width: 86%;
    transform: scale(1);
  }
  .car-giveaway-seo-landing-page .terms_and_conditions {
    height: 400px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .car-giveaway-seo-landing-page .terms_and_conditions p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .car-giveaway-old-search-page-banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .car-giveaway-old-search-page-banner::before {
    background: #FFE699;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .car-giveaway-old-search-page-banner::after {
    background: #FFBC00;
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0 70%);
  }
  .car-giveaway-old-search-page-banner .text-content {
    text-align: center;
    padding: 16px;
  }
  .car-giveaway-old-search-page-banner .text-content .banner-title {
    font-size: 30px;
    line-height: 36px;
  }
  .car-giveaway-old-search-page-banner .text-content .banner-title .brand-new:after {
    left: -47px;
    transform: scaleX(0.68);
  }
  .car-giveaway-old-search-page-banner .text-content .car-giveaway-terms-and-conditions {
    display: none;
  }
  .car-giveaway-old-search-page-banner .car-giveaway-terms-and-conditions {
    display: block;
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 12px 16px 12px;
  }
}
@media (max-width: 640px) {
  .car-giveaway-seo-landing-page .car-image {
    left: 5vw;
  }
  .car-giveaway-black-based-banner {
    height: unset;
    min-height: 99px;
  }
  .car-giveaway-black-based-banner::after {
    background: #FFBC00;
    clip-path: polygon(84% 0, 100% 0, 100% 100%, 78% 100%);
  }
  .car-giveaway-black-based-banner .text-content {
    padding: 15.5px 0 15.5px 16px;
    width: calc(100% - 85px);
  }
  .car-giveaway-black-based-banner .text-content .banner-title {
    font-size: 16px;
    line-height: 24px;
  }
  .car-giveaway-black-based-banner .text-content .banner-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .car-giveaway-black-based-banner .image-content {
    width: 210px;
    top: unset;
    right: -108px;
    bottom: -18px;
  }
  .car-giveaway-dashboard-banner {
    flex-direction: column;
  }
  .car-giveaway-dashboard-banner::before {
    background: #FFE699;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .car-giveaway-dashboard-banner::after {
    background: #FFBC00;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 75%);
  }
  .car-giveaway-dashboard-banner .text-content {
    max-width: unset;
    padding: 16px 16px 10px 16px;
  }
  .car-giveaway-dashboard-banner .text-content .banner-title {
    font-size: 24px;
    line-height: 34px;
  }
  .car-giveaway-dashboard-banner .text-content .car-giveaway-terms-and-conditions {
    display: none;
  }
  .car-giveaway-dashboard-banner .text-content .button {
    width: 100%;
  }
  .car-giveaway-dashboard-banner .image-content {
    width: 97%;
  }
  .car-giveaway-dashboard-banner .image-content img {
    margin-left: unset;
  }
  .car-giveaway-dashboard-banner .car-giveaway-terms-and-conditions {
    display: block;
    padding: 0 16px 13px 16px;
  }
  .instructor-dashboard-car-giveaway-banner .car-giveaway-dashboard-banner .image-content {
    max-width: unset;
  }
  .instructor-dashboard-car-giveaway-banner .car-giveaway-dashboard-banner .image-content img {
    margin-left: unset;
  }
  .car-giveaway-home-landing-page-hero-image {
    flex-direction: column;
  }
  .car-giveaway-home-landing-page-hero-image::before {
    background: #FFE699;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .car-giveaway-home-landing-page-hero-image::after {
    background: #FFBC00;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 80%);
  }
  .car-giveaway-home-landing-page-hero-image .text-content {
    text-align: center;
    margin-right: unset;
    padding: 0;
    margin-bottom: 24px;
  }
  .car-giveaway-home-landing-page-hero-image .text-content .car-giveaway-terms-and-conditions {
    display: none;
  }
  .car-giveaway-home-landing-page-hero-image .text-content .banner-title {
    font-size: 30px;
    line-height: 36px;
  }
  .car-giveaway-home-landing-page-hero-image .text-content .banner-title .brand-new:after {
    left: -47px;
    transform: scaleX(0.68);
  }
  .car-giveaway-home-landing-page-hero-image .text-content .banner-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .car-giveaway-home-landing-page-hero-image .text-content .banner-buttons .button {
    width: 100%;
    padding: 12px 16px;
  }
  .car-giveaway-home-landing-page-hero-image .car-giveaway-terms-and-conditions {
    display: block;
    text-align: center;
  }
  .car-giveaway-home-landing-page-hero-image .image-content {
    width: 100%;
  }
  .car-giveaway-home-landing-page-hero-image .image-content img {
    margin-left: unset;
  }
}
/*# sourceMappingURL=/assets/car_give_campaign.css.map */
