

/* Start:/local/templates/metib2023/components/metib/pages/private.credit-deferral/style.css?16958955249192*/
.credit-deferral {
  font-weight: 400;
}
.credit-deferral h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .credit-deferral h1 {
    font-size: 28px;
  }
}
.credit-deferral__top {
  position: relative;
  color: #ffffff;
}
.credit-deferral__top .top-info {
  display: flex;
  align-items: center;
  padding: 60px 38% 50px 60px;
  min-height: 300px;
  background: url("/local/templates/metib2023/components/metib/pages/private.credit-deferral/images/banner-pic.png") 86% 50% no-repeat;
  background-size: 240px;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(1, 49, 113, 0.08);
  overflow: hidden;
}
.credit-deferral__top .top-info > div {
  height: max-content;
}
.credit-deferral__top .top-info h3 {
  max-width: 570px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.credit-deferral__top .top-info ul {
  margin: 14px 0 0 0;
}
.credit-deferral__top .top-info ul li {
  padding: 0 0 0 24px;
}
.credit-deferral__top .top-info ul li:before {
  width: 5px;
  height: 5px;
  top: 11px;
  left: 10px;
  border-radius: 50%;
  background: #FFFFFF;
}
@media all and (max-width: 767px) {
  .credit-deferral__top .top-info {
    min-height: unset;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 220px;
    padding-right: 20px;
    background-position: 50% calc(100% - 20px);
    background-size: 180px;
  }
}
.credit-deferral__top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(24.93% 73.41% at 77.01% 40.44%, rgba(150, 236, 255, 0.45) 0%, rgba(150, 196, 255, 0) 79.54%), linear-gradient(135deg, #5898ED 8.46%, #034296 90.85%);
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .credit-deferral__top:before {
    background: radial-gradient(34.84% 24.34% at 50% 79.06%, rgba(150, 236, 255, 0.45) 0%, rgba(150, 196, 255, 0) 79.54%), linear-gradient(135deg, #5898ED 8.46%, #034296 90.85%);
  }
}
.credit-deferral .credit-deferral__features h2 {
  margin-top: 60px;
  margin-bottom: 24px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features h2 {
    margin-top: 24px;
    font-size: 24px;
  }
}
.credit-deferral .credit-deferral__features .features-list {
  padding: 0 0 24px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(1, 49, 113, 0.08);
  border-radius: 20px;
}
.credit-deferral .credit-deferral__features .features-list > div {
  display: flex;
  margin: 0 0 8px 0;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list > div {
    display: block;
    margin-bottom: 0;
  }
}
.credit-deferral .credit-deferral__features .features-list-item {
  padding: 24px;
  flex: 0 0 33.333%;
}
.credit-deferral .credit-deferral__features .features-list-item__pic {
  margin: 0 auto;
  height: 76px;
  width: 76px;
  border-radius: 16px;
}
.credit-deferral .credit-deferral__features .features-list-item__pic--deferral {
  background: #8339FA url("/local/templates/metib2023/components/metib/pages/private.credit-deferral/images/deferral.svg") 50% 50% no-repeat;
  box-shadow: 0 2px 12px 0 rgba(104, 45, 199, 0.2);
}
.credit-deferral .credit-deferral__features .features-list-item__pic--period {
  background: #FFC60C url("/local/templates/metib2023/components/metib/pages/private.credit-deferral/images/calendar.svg") 50% 50% no-repeat;
  box-shadow: 0 2px 12px 0 rgba(178, 139, 9, 0.2);
}
.credit-deferral .credit-deferral__features .features-list-item__pic--penalty {
  background: #28CA8D url("/local/templates/metib2023/components/metib/pages/private.credit-deferral/images/penalty.svg") 50% 50% no-repeat;
  box-shadow: 0 2px 12px 0 rgba(30, 150, 105, 0.2);
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list-item__pic {
    flex: 0 0 56px;
    height: 56px;
    background-size: 24px;
  }
}
.credit-deferral .credit-deferral__features .features-list-item__text {
  margin: 20px 0 0 0;
  text-align: center;
}
.credit-deferral .credit-deferral__features .features-list-item__text h3 {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list-item__text h3 {
    font-size: 18px;
  }
}
.credit-deferral .credit-deferral__features .features-list-item__text p {
  margin: 4px 0 0 0;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list-item__text p {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list-item__text {
    margin-top: 0;
    margin-left: 16px;
    flex-grow: 1;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list-item:first-child {
    padding-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list-item {
    display: flex;
    flex: 0 0 100%;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.credit-deferral .credit-deferral__features .features-list .small {
  margin: 0 24px 8px 24px;
  color: #474E57;
  font-size: 14px;
  line-height: 20px;
}
.credit-deferral .credit-deferral__features .features-list .small:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list .small {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__features .features-list {
    display: block;
    padding-bottom: 20px;
  }
}
.credit-deferral .credit-deferral__instructions h2 {
  margin: 60px 0 24px 0;
  text-align: left;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions h2 {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.credit-deferral .credit-deferral__instructions .instructions-list {
  display: flex;
  margin: 24px 0 0 0;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(1, 49, 113, 0.08);
  border-radius: 20px;
}
.credit-deferral .credit-deferral__instructions .instructions-list__item {
  flex: 0 0 33.33333%;
  position: relative;
}
.credit-deferral .credit-deferral__instructions .instructions-list__item--number {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  font-size: 32px;
  line-height: 72px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(315deg, #919BA9 0%, #C6CCD3 100%);
  box-shadow: 0 2px 12px 0 rgba(123, 131, 143, 0.2);
}
.credit-deferral .credit-deferral__instructions .instructions-list__item--number:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(50% - 56px);
  left: 0;
  top: 36px;
  border-radius: 0.5px;
  background: #919BA9;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list__item--number:before {
    height: 20px;
    width: 1px;
    left: 28px;
    top: -20px;
  }
}
.credit-deferral .credit-deferral__instructions .instructions-list__item--number:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(50% - 56px);
  right: 0;
  top: 36px;
  border-radius: 0.5px;
  background: #919BA9;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list__item--number:after {
    height: auto;
    width: 1px;
    left: 28px;
    top: 56px;
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list__item--number {
    margin: 0;
    flex: 0 0 56px;
    height: 56px;
    margin-right: 16px;
    line-height: 56px;
    font-size: 22px;
  }
}
.credit-deferral .credit-deferral__instructions .instructions-list__item--text .title {
  margin: 20px 0 0 0;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list__item--text .title {
    margin-top: 0;
    padding: 0;
    text-align: left;
  }
}
.credit-deferral .credit-deferral__instructions .instructions-list__item:first-child .instructions-list__item--number:before {
  display: none;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list__item:first-child {
    margin-top: 0;
  }
}
.credit-deferral .credit-deferral__instructions .instructions-list__item:last-child .instructions-list__item--number:after {
  display: none;
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list__item {
    display: flex;
    margin: 20px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .credit-deferral .credit-deferral__instructions .instructions-list {
    display: block;
    padding: 20px;
  }
}
.credit-deferral__docs {
  margin: 24px 0 0 0;
}
.credit-deferral__docs .small {
  margin: 16px 0 0 0;
  color: #474E57;
  font-size: 14px;
  line-height: 20px;
}
.credit-deferral__docs .small:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .credit-deferral__docs .small {
    font-size: 12px;
  }
}

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

/* End */
/* /local/templates/metib2023/components/metib/pages/private.credit-deferral/style.css?16958955249192 */
