/* colors */
/* fonts */
/* media sizes */
.warrant-page {
  background: #ffffff;
}
.warrant-page .hero-section {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .warrant-page .hero-section {
    min-height: 500px;
  }
}
.warrant-page .hero-section .hero-h1 {
  display: none;
}
.warrant-page .hero-section .hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .warrant-page .hero-section .hero-video-background {
    display: none;
  }
}
.warrant-page .hero-section .hero-video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.warrant-page .hero-section .hero-video-background .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.warrant-page .hero-section .hero-phone-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  .warrant-page .hero-section .hero-phone-video-background {
    display: block;
  }
}
.warrant-page .hero-section .hero-phone-video-background .hero-phone-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
@media screen and (max-width: 400px) {
  .warrant-page .hero-section .hero-phone-video-background .hero-phone-video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.warrant-page .hero-section .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.warrant-page .hero-section .hero-content .container {
  text-align: center;
}
.warrant-page .hero-section .hero-content .hero-text .hero-subtitle {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 12px;
  background: linear-gradient(168.45deg, #101114 30.93%, #1d2027 91.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 991px) {
  .warrant-page .hero-section .hero-content .hero-text .hero-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.warrant-page .hero-section .hero-content .hero-text .hero-title {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 109px;
  text-align: center;
  letter-spacing: -2.5px;
  margin: 0;
  background: linear-gradient(168.45deg, #101114 30.93%, #1d2027 91.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 991px) {
  .warrant-page .hero-section .hero-content .hero-text .hero-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 400px) {
  .warrant-page .hero-section .hero-content .hero-text .hero-title {
    font-size: 36px;
    line-height: 44px;
  }
}
.warrant-page .warrant-selection-section {
  max-width: 920px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-selection-section {
    margin: 30px 25px;
  }
}
.warrant-page .warrant-selection-section .section-content .section-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-selection-section .section-content .section-title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
.warrant-page .warrant-selection-section .section-content .section-description {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.0989px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-selection-section .section-content .section-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.warrant-page .warrant-selection-section .mobile-video-placeholder {
  width: 100%;
  border: 1px solid #cacad2;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.warrant-page .warrant-selection-section .mobile-video-placeholder .desktop-mobile-video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-selection-section .mobile-video-placeholder .desktop-mobile-video {
    display: none;
  }
}
.warrant-page .warrant-selection-section .mobile-video-placeholder .desktop-mobile-video .mobile-app-video {
  width: 100%;
}
.warrant-page .warrant-selection-section .mobile-video-placeholder .phone-background-video {
  display: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-selection-section .mobile-video-placeholder .phone-background-video {
    display: block;
  }
}
.warrant-page .warrant-selection-section .mobile-video-placeholder .phone-background-video .phone-bg-video {
  width: 100%;
}
.warrant-page .warrant-selection-section .col {
  box-shadow: none;
  padding: 0px;
}
.warrant-page .commission-section {
  background: #ffffff;
  max-width: 920px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .warrant-page .commission-section {
    padding: 0px 20px;
    margin-top: 0px;
  }
}
.warrant-page .commission-section .container {
  margin: 0 auto;
}
.warrant-page .commission-section .row {
  background: #f4f5f7;
  border-radius: 20px;
  padding: 50px;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  min-height: 480px;
}
.warrant-page .commission-section .row.reversed {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .warrant-page .commission-section .row {
    padding: 40px 20px;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.warrant-page .commission-section .commission-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .warrant-page .commission-section .commission-image {
    width: 100%;
    height: auto;
    max-width: 370px;
    margin: 0 auto;
  }
}
.warrant-page .commission-section .commission-image .commission-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .warrant-page .commission-section .commission-image .commission-img {
    max-width: 100%;
  }
}
.warrant-page .commission-section .commission-image .phone-mockup {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: auto;
}
.warrant-page .commission-section .commission-image .phone-mockup img {
  width: 100%;
  height: auto;
  border-radius: 60px;
}
.warrant-page .commission-section .commission-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.warrant-page .commission-section .commission-content .section-title {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #2b2a35;
  margin-bottom: 0;
  max-width: 380px;
}
@media screen and (max-width: 991px) {
  .warrant-page .commission-section .commission-content .section-title {
    font-size: 19.6267px;
    line-height: 24px;
  }
}
.warrant-page .commission-section .commission-content .section-description {
  font-family: "Inter 28pt", MidasInter-Regular, Arial, sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 15.1px;
  line-height: 24px;
  color: #737586;
  margin: 0;
  max-width: 380px;
}
.warrant-page .commission-section .commission-content .section-description a {
  color: #4959ea;
}
@media screen and (max-width: 991px) {
  .warrant-page .commission-section .commission-content .section-description {
    font-size: 13.7387px;
    line-height: 20px;
  }
}
.warrant-page .warrant-info-section {
  max-width: 920px;
  margin: auto;
  margin-top: 60px;
  background: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-info-section {
    padding: 30px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.warrant-page .warrant-info-section .container {
  max-width: 920px;
  margin: 0 auto;
}
.warrant-page .warrant-info-section .row {
  background: #f4f5f7;
  border-radius: 20px;
  padding: 50px;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  min-height: 480px;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-info-section .row {
    padding: 40px 20px;
    flex-direction: column;
    gap: 40px;
  }
}
.warrant-page .warrant-info-section .warrant-info-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.warrant-page .warrant-info-section .warrant-info-content .section-title {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #2b2a35;
  margin-bottom: 0;
  max-width: 380px;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-info-section .warrant-info-content .section-title {
    font-size: 19.6267px;
    line-height: 24px;
  }
}
.warrant-page .warrant-info-section .warrant-info-content .section-description {
  font-family: "Inter 28pt", MidasInter-Regular, Arial, sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 15.1px;
  line-height: 24px;
  color: #697180;
  margin: 0;
  max-width: 380px;
}
.warrant-page .warrant-info-section .warrant-info-content .section-description a {
  color: #4959ea;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-info-section .warrant-info-content .section-description {
    font-size: 13.7387px;
    line-height: 20px;
  }
}
.warrant-page .warrant-info-section .warrant-info-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-info-section .warrant-info-image {
    width: 100%;
    height: auto;
    max-width: 370px;
    margin: 0 auto;
  }
}
.warrant-page .warrant-info-section .warrant-info-image .info-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .warrant-page .warrant-info-section .warrant-info-image .info-img {
    max-width: 100%;
  }
}
.warrant-page .warrant-info-section .warrant-info-image .phone-mockup {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: auto;
}
.warrant-page .warrant-info-section .warrant-info-image .phone-mockup img {
  width: 100%;
  height: auto;
  border-radius: 60px;
}
.warrant-page .top-performers-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 30.76%, #f0f3f7 100%);
}
@media screen and (max-width: 991px) {
  .warrant-page .top-performers-section {
    padding: 60px 0;
  }
}
.warrant-page .top-performers-section .text-center {
  max-width: 920px;
  margin: auto;
}
.warrant-page .top-performers-section .section-title {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .warrant-page .top-performers-section .section-title {
    font-size: 19.6267px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.warrant-page .top-performers-section .performers-cards {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .warrant-page .top-performers-section .performers-cards {
    display: none;
  }
}
.warrant-page .top-performers-section .performers-cards .performer-card {
  background: #f9fafc;
  border: 1.03px solid #d8dde6;
  border-radius: 16.45px;
  padding: 16.45px;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.warrant-page .top-performers-section .performers-cards .performer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.warrant-page .top-performers-section .performers-cards .performer-card.performer-card-link {
  cursor: pointer;
}
.warrant-page .top-performers-section .performers-cards .performer-card .performer-image {
  margin-bottom: 8px;
}
.warrant-page .top-performers-section .performers-cards .performer-card .performer-image .performer-img {
  width: 28.78px;
  height: 28.78px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.51px solid #f4f5f7;
}
.warrant-page .top-performers-section .performers-cards .performer-card .performer-info .performer-title {
  font-family: "Inter", MidasInter-Regular, Arial, sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #353849;
  margin-bottom: 2px;
}
.warrant-page .top-performers-section .performers-cards .performer-card .performer-info .performer-description {
  font-family: "Inter", MidasInter-Regular, Arial, sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #737586;
  margin: 0;
}
.warrant-page .top-performers-section .btn {
  display: block;
  max-width: 150px;
  margin: auto;
}
.warrant-page .top-performers-section .text-center {
  text-align: center;
}
.warrant-page .mobile-performers-table {
  display: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .warrant-page .mobile-performers-table {
    display: block;
    width: 335px;
    background: #fbfbfe;
    border: 1px solid #d8dde6;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.warrant-page .mobile-performers-table .table-container {
  width: 335px;
  background: #fbfbfe;
  border-radius: 16px;
}
.warrant-page .mobile-performers-table .table-container .table-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  gap: 55px;
  width: 335px;
  height: 58px;
  border-bottom: 1px solid #f4f5f7;
}
.warrant-page .mobile-performers-table .table-container .table-header .header-hisse {
  width: 32px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #5d6074;
}
.warrant-page .mobile-performers-table .table-container .table-header .header-fiyat {
  width: 28px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #5d6074;
}
.warrant-page .mobile-performers-table .table-container .table-header .header-degisim {
  position: absolute;
  width: 94px;
  height: 18px;
  left: calc(50% - 47px - 0.5px);
  top: calc(50% - 9px);
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5d6074;
}
.warrant-page .mobile-performers-table .table-container .table-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 16px;
  gap: 10px;
  width: 335px;
  height: 85px;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 0px;
  gap: 20px;
  width: 303px;
  height: 85px;
  border-bottom: 1px solid #f4f5f7;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  flex: 1;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-info .stock-logo {
  width: 28px;
  height: 28px;
  border: 0.5px solid #f4f5f7;
  border-radius: 100px;
  position: relative;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-info .stock-logo .logo-bg {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  border-radius: 17px;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-info .stock-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-info .stock-details .stock-symbol {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #353849;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-info .stock-details .stock-name {
  font-weight: 400;
  font-size: 12.335px;
  line-height: 19px;
  color: #737586;
}
.warrant-page .mobile-performers-table .table-container .table-row .row-content .stock-price {
  width: 66px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #353849;
}
.warrant-page .posts {
  background: #f0f3f7 !important;
  border: none !important;
  z-index: 1;
  position: relative;
  padding: 80px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .warrant-page .posts {
    padding: 60px 20px;
    gap: 40px;
  }
}
.warrant-page .posts .container {
  max-width: 920px;
  margin: 0 auto;
}
.warrant-page .posts .daily-newsletters-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px 0px;
  gap: 40px;
  width: 100%;
}
.warrant-page .posts .daily-newsletters-title .daily-newsletters-title-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 40px;
}
.warrant-page .posts .daily-newsletters-title .daily-newsletters-title-head h2 {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #2b2a35;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .warrant-page .posts .daily-newsletters-title .daily-newsletters-title-head h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.warrant-page .posts .daily-newsletters-title .daily-newsletters-title-body p {
  font-family: "Inter 28pt", MidasInter-Regular, Arial, sans-serif, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #697180;
  margin: 0;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .warrant-page .posts .daily-newsletters-title .daily-newsletters-title-body p {
    font-size: 14px;
    line-height: 20px;
  }
}
.warrant-page .posts .daily-newsletters-title .daily-newsletters-title-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 160px;
  height: 50px;
  background: #4959ea;
  border-radius: 30px;
}
.warrant-page .posts .daily-newsletters-title .daily-newsletters-title-button .btn {
  margin: 0 auto;
  width: 112px;
  height: 20px;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  transition: none;
}
.warrant-page .posts .daily-newsletters-title .daily-newsletters-title-button .btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.warrant-page .posts .daily-newsletters-block {
  max-width: 920px;
  margin: auto;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px;
  gap: 20px;
  width: 100%;
  margin-top: 50px;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item {
  background: #ffffff;
  border-radius: 20px;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item .daily-newsletters-block-body-item-thumb {
  margin-bottom: 0px;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item .daily-newsletters-block-body-item-thumb img {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 180px !important;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item .daily-newsletters-block-body-item-subtitle {
  padding: 20px;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item .daily-newsletters-block-body-item-subtitle span {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #697180;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item .daily-newsletters-block-body-item-subtitle h3 {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #2b2a35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body .daily-newsletters-block-body-item .daily-newsletters-block-body-item-subtitle .daily-newsletters-block-body-item-subtitle-button {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .warrant-page .posts .daily-newsletters-block .daily-newsletters-block-body {
    flex-direction: column;
    gap: 20px;
  }
}
.warrant-page .frequently-asked-questions {
  background: #f0f3f7;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 991px) {
  .warrant-page .frequently-asked-questions .row {
    width: 920px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .warrant-page .frequently-asked-questions {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0px;
  }
}
.warrant-page .frequently-asked-questions .accordion .card-body {
  font-size: 15px;
  color: #697180;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  .warrant-page .frequently-asked-questions {
    padding-right: 20px;
    padding-left: 20px;
  }
  .warrant-page .frequently-asked-questions .accordion .card-header span {
    font-size: 15px;
    line-height: 22px;
  }
  .warrant-page .frequently-asked-questions .accordion .card-header:after {
    width: 20px;
    height: 20px;
    display: flex;
  }
  .warrant-page .frequently-asked-questions .accordion .card-body {
    font-size: 12px;
    line-height: 22px;
  }
}
.warrant-page .frequently-asked-questions .frequently-asked-questions-title h2 {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 30px;
  color: #2b2a35;
  text-align: center;
}
.warrant-page .frequently-asked-questions .frequently-asked-questions-title p {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 15px;
  color: #41404f;
  line-height: 22px;
}
.warrant-page .frequently-asked-questions .faq-link {
  margin-top: 80px;
  text-align: center;
}
.warrant-page .frequently-asked-questions .faq-link a {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #4959ea;
}
.warrant-page .mobile-content {
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .warrant-page .mobile-content {
    width: calc(100% - 50px);
    left: 25px;
  }
}
.warrant-page .section-title {
  font-family: "Inter 28pt", MidasInter-Semi-Bold, Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #2b2a35;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .warrant-page .section-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.warrant-page .section-description {
  font-family: "Inter 28pt", MidasInter-Regular, Arial, sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #697180;
}
@media screen and (max-width: 991px) {
  .warrant-page .section-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .warrant-page .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .warrant-page .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .warrant-page [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.warrant-page .collapse:not(.show) {
  display: none;
}
.warrant-page .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.warrant-page .collapse.show {
  display: block;
}
.warrant-page .faq-header[aria-expanded=true] .faq-icon {
  transform: rotate(45deg);
}/*# sourceMappingURL=warrant.css.map */