/*-----------------------------------------------------------------------------------
header-list-item
 Project Name: New Project
 Project URI: http://
 Description:
 Author:
 Author URI:
 Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 00 Imports
 01 Basics


---------------------------------------------------------------- */
/* 00. Imports */
@font-face {
  font-family: "Intro-Light";
  src: url("https://www.cibil.com/content/dam/cibil/fonts/Intro-Light.otf") format("truetype");
}
@font-face {
  font-family: "IntroRegular";
  src: url("https://www.cibil.com/content/dam/cibil/fonts/IntroRegular.ttf") format("truetype");
}
@font-face {
  font-family: "IntroSemiBold";
  src: url("https://www.cibil.com/content/dam/cibil/fonts/IntroSemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("https://www.cibil.com/content/dam/cibil/fonts/Roboto-Bold.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.aboutProduct {
  padding: 80px 0;
  position: relative;
}
.aboutProduct:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 115px;
  background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/extra.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 30px;
  top: 96px;
}
@media (max-width: 991px) {
  .aboutProduct:after {
    display: none;
  }
}
.aboutProduct__title {
  font-family: "IntroSemiBold";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 768px) {
  .aboutProduct__title {
    font-size: 32px;
    line-height: 48px;
  }
}
.aboutProduct .description {
  font-family: "IntroRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #595959;
}
.aboutProduct .description:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .aboutProduct .description {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .aboutProduct .description:not(:last-child) {
    margin-bottom: 15px;
  }
}
.aboutProduct__list {
  border: 1px solid #E6EDF1;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease-in;
  max-width: 480px;
  margin-left: auto;
}
.aboutProduct__list:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .aboutProduct__list {
    background: radial-gradient(167.25% 141.29% at 99.82% 0%, #E5FAFF 0%, #FFF 60.1%);
  }
  .aboutProduct__list:not(:last-child) {
    margin-bottom: 16px;
  }
}
.aboutProduct__list:hover {
  background: radial-gradient(167.25% 141.29% at 99.82% 0%, #E5FAFF 0%, #FFF 60.1%);
}
.aboutProduct__list .left {
  min-width: 56px;
  height: 56px;
}
.aboutProduct__list .right {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .aboutProduct__list .right {
    padding-left: 12px;
  }
}
.aboutProduct__list .right .title {
  font-family: "IntroSemiBold";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .aboutProduct__list .right .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.aboutProduct__list .right .desc {
  font-family: "IntroRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  max-width: 365px;
}
@media (max-width: 768px) {
  .aboutProduct__list .right .desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.aboutProduct .mission {
  padding-left: 16px;
  border-left: 4px solid #00A6CA;
}
@media (max-width: 768px) {
  .aboutProduct .mission {
    margin-bottom: 32px;
  }
}
.aboutProduct .mission .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "IntroSemiBold";
  color: #595959;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .aboutProduct .mission .title {
    font-size: 14px;
    line-height: 19px;
  }
}
.aboutProduct .mission .desc {
  font-size: 18px;
  line-height: 24px;
  font-family: "IntroRegular";
  color: #595959;
}
@media (max-width: 768px) {
  .aboutProduct .mission .desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.aboutProduct .matter {
  background-color: #F6F7FC;
  border-radius: 16px;
  padding: 32px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .aboutProduct .matter {
    margin-top: 32px;
  }
}
.aboutProduct .matter .title {
  font-family: "IntroSemiBold";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .aboutProduct .matter .title {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
}
.aboutProduct .matter-row {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .aboutProduct .matter-row {
    flex-wrap: wrap;
  }
}
.aboutProduct .matter-item:not(:last-child) {
  padding-right: 24px;
  border-right: 1px dashed #D9D9D9;
}
@media (max-width: 768px) {
  .aboutProduct .matter-item:not(:last-child) {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px dashed #D9D9D9;
  }
}
.aboutProduct .matter-item .title {
  font-family: "IntroSemiBold";
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #262626;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .aboutProduct .matter-item .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.aboutProduct .matter-item .desc {
  font-family: "IntroRegular";
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}
@media (max-width: 768px) {
  .aboutProduct .matter-item .desc {
    font-size: 14px;
    line-height: 21px;
  }
}

.event {
  background-color: #F6F7FC;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .event {
    padding: 44px 0;
  }
}
.event-title {
  font-family: "IntroSemiBold";
  font-weight: 700;
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 54px;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .event-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .event-item {
    margin-bottom: 36px;
  }
}
.event-item:hover {
  text-decoration: none;
}
.event-item:hover .event-item-image img {
  scale: 1.2;
}
.event-item-image {
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
}
.event-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.event-item-title {
  font-family: "IntroRegular";
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 20px 0 8px;
}
.event-item-date {
  font-family: "IntroRegular";
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
}

.newsletter {
  padding: 40px 0;
  background-color: #F6F7FC;
  text-align: center;
}
.newsletter-title {
  font-family: "IntroSemiBold";
  font-size: 24px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 40px;
  text-align: center;
}
.newsletter-row {
  display: flex;
  flex-direction: row;
  gap: 120px;
  justify-content: center;
}
@media (max-width: 575px) {
  .newsletter-row {
    flex-wrap: wrap;
    gap: inherit;
  }
}
.newsletter-item {
  text-align: center;
}
@media (max-width: 575px) {
  .newsletter-item {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .newsletter-item:last-child {
    margin-top: 28px;
  }
}
.newsletter-item img {
  width: 94px;
  height: 90px;
}
.newsletter-item-title {
  font-family: "IntroRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: center;
  max-width: 150px;
  margin-top: 8px;
}
.newsletter-cta {
  margin-top: 40px;
  padding: 24px 32px 24px 48px;
  border-radius: 56px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .newsletter-cta {
    border-radius: 8px;
    padding: 40px 24px;
    gap: 24px;
    width: 100%;
    flex-direction: column;
  }
}
.newsletter-cta-title {
  font-family: "IntroRegular";
  font-size: 20px;
  line-height: 28px;
  color: #2c2c2c;
}
@media (max-width: 575px) {
  .newsletter-cta-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.learn {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .learn {
    padding: 48px 0;
  }
}
.learn .section-title {
  font-family: "IntroSemiBold";
  font-size: 44px;
  line-height: 58px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .learn .section-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.learn .mobile-drop {
  display: none;
}
@media (max-width: 1024px) {
  .learn .mobile-drop {
    display: block;
  }
}
.learn-control {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .learn-control {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 32px;
  }
}
.learn-tab {
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .learn-tab {
    display: none;
  }
}
.learn-tab .tab-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid #CCDBE3;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}
.learn-tab .tab-btn.active {
  background-color: #E6F6FA;
  border-color: #47447C;
  color: #004364;
}
.learn-tab-content .tab-item.hidden {
  display: none;
}
.learn .blog-item {
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .learn .blog-item {
    margin-bottom: 20px;
  }
}
.learn .blog-item:hover .blog-image img {
  scale: 1.2;
}
.learn .blog-image {
  height: 172px;
  overflow: hidden;
}
.learn .blog-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
  width: 100%;
  height: 100%;
}
.learn .blog-details {
  padding: 20px;
  background-color: #F6F7FC;
}
.learn .blog-details-title {
  font-family: "IntroRegular";
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .learn .blog-details-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.learn .blog-details-date {
  font-family: "IntroRegular";
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.learn .blog-details-cta {
  font-size: 16px;
  line-height: 24px;
  color: #004364;
  text-decoration: underline;
}

.video-card {
  cursor: pointer;
  height: 100%;
  text-decoration: none;
}
.video-card:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .video-card {
    margin-bottom: 20px;
    height: inherit;
  }
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
  height: 80%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .video-thumbnail {
    height: inherit;
  }
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button img {
  width: 34px !important;
  height: 34px;
}

.video-info {
  margin-top: 28px;
}

.video-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #262626;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .video-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.video-time {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .video-time {
    font-size: 12px;
    line-height: 19px;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  width: 90%;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 12px;
}

.modal iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.close-btn {
  text-align: right;
  font-size: 28px;
  color: #595959;
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal iframe {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .sorting-drop,
  .mobile-drop {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.custom-select-input {
  position: relative;
  cursor: pointer;
}
.custom-select-input.opened .custom-select-value::before {
  transform: rotate(180deg) translateY(50%);
}
.custom-select-input .custom-select-value {
  border: none !important;
  display: block;
  border: 1px solid #CCDBE3 !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #FAFAFA;
  padding: 8px 70px 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000;
  border-radius: 24px;
  white-space: nowrap;
}
.custom-select-input .custom-select-value::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/dropdown-icon.svg");
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
.custom-select-input .custom-select-options {
  display: none;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: 40px;
  position: absolute;
  z-index: 1;
}
.custom-select-input .custom-select-options-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #CCDBE3 !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #FAFAFA;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000;
  border-radius: 24px;
  overflow: hidden;
  padding: 8px 0;
}
.custom-select-input .custom-select-options-container span {
  padding: 4px 16px;
}
.custom-select-input .custom-select-options-container span.selected {
  background-color: #CCEDFA;
}

.yellow-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FCD800;
  color: #000;
  padding: 12px 24px;
  border-radius: 50px;
}

.video-container {
  position: relative;
}
.video-container + .video-container {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.video-container-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .video-container-heading {
    margin-bottom: 16px;
  }
}
.video-container-heading .title {
  font-family: "IntroSemiBold";
  font-size: 32px;
  line-height: 40px;
  color: #2c2c2c;
}
@media (max-width: 768px) {
  .video-container-heading .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.video-container-heading .cta {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #004364;
  font-size: 16px;
  line-height: 24px;
  font-family: "IntroRegular";
}
.video-container-heading .cta span {
  text-decoration: underline;
}

.slider-controls {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -27px;
  right: -27px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .slider-controls {
    display: none;
  }
}
.slider-controls > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #CCDBE3;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  cursor: pointer;
}

.saksham {
  background: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/saksham-cta.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px 0 56px;
}
@media (max-width: 575px) {
  .saksham {
    background: #08A4CA;
    padding-bottom: 0;
    text-align: center;
  }
}
.saksham-logo {
  width: 120px;
  height: 75px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .saksham-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.saksham-logo img {
  width: 100%;
  height: 100%;
}
.saksham-title {
  color: #fff;
  font-family: "IntroSemiBold";
  font-size: 44px;
  line-height: 57px;
  margin-bottom: 35px;
  max-width: 780px;
}
@media (max-width: 768px) {
  .saksham-title {
    font-size: 32px;
    line-height: 36px;
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  .saksham-title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.saksham .mobile {
  display: none;
}
@media (max-width: 575px) {
  .saksham .mobile {
    display: block;
    margin-top: 48px;
  }
}

.banner-slider-logo {
  width: 305px;
  height: 110px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .banner-slider-logo {
    width: 218px;
    height: inherit;
  }
}
.banner-slider-logo img {
  width: 100%;
}
.banner-slider-title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #004364;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .banner-slider-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 382px;
  }
}
.banner .carousel-item {
  padding: 55px 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .banner .carousel-item {
    background-position: center;
    padding: 20px 0 72px;
  }
}
.banner .carousel-item:nth-child(1) {
  background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/tinklebanner.png");
}
@media (max-width: 575px) {
  .banner .carousel-item:nth-child(1) {
    background-image: url("https://www.cibil.com/content/dam/cibil/consumer/ack/c66.jpg");
  }
}
.banner .carousel-item:nth-child(2) {
  background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/banners-2.jpg");
}
@media (max-width: 575px) {
  .banner .carousel-item:nth-child(2) {
    background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/mobile-banner-2.jpg");
  }
}
.banner .carousel-item:nth-child(3) {
  background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/banners-3.jpg");
}
@media (max-width: 575px) {
  .banner .carousel-item:nth-child(3) {
    background-image: url("https://www.cibil.com/content/dam/cibil/consumer/jaagran/mobile-banner-3.jpg");
  }
}
.banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #CCEDFA;
  border-radius: 50%;
}
.banner .carousel-indicators li.active {
  background-color: #00A6CA;
}
.banner .yellow-btn {
  white-space: nowrap;
}

.partners {
  background-color: #F7F9FA;
  padding: 32px 0;
}
.partners .title {
  font-family: "IntroSemiBold";
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .partners .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.partners .item {
  height: 84px;
}
@media (max-width: 575px) {
  .partners .item {
    height: 54px;
  }
}
.partners .item img {
  height: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Start Basics  */
* {
  box-sizing: border-box;
  list-style: none;
  outline: none;
  word-wrap: break-word;
}

body {
  color: black;
  font-family: "IntroRegular";
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
}

span,
a,
a:hover {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */