:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: Lato, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

.container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  z-index: 2; }

.hero {
  position: relative; }

.hero-bg {
  background-size: cover;
  background: #F3F6FA; }

.hero-image {
  background-image: url("../img/hero.webp");
  background-size: cover; }

.hero-corner {
  position: relative; }
  .hero-corner:before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 50%;
    left: 0;
    height: calc(0.04 * 100vw);
    background: #fff;
    transform-origin: left top;
    transition: 0.2s transform ease-in;
    transform: rotate(4deg); }
  .hero-corner:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 50%;
    height: calc(0.04 * 100vw);
    background: #fff;
    transform-origin: right top;
    transition: 0.2s transform ease-in;
    transform: rotate(-4deg); }

.hero-oblique {
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero-oblique {
      margin-bottom: 4.5rem; } }
  .hero-oblique:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    bottom: -5.5rem;
    height: 40vh;
    width: 105vw;
    background: #ffffff;
    transform-origin: left bottom;
    transition: 0.2s transform ease-in;
    transform: rotate(-3deg); }
    @media screen and (min-width: 768px) {
      .hero-oblique:after {
        display: block; } }

.hero-bookshape {
  position: relative; }
  .hero-bookshape:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: calc(50% - 2px);
    background: #fff;
    height: 60px;
    border-radius: 0 24px 0 0; }
  .hero-bookshape:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: calc(50% - 2px);
    background: #fff;
    height: 60px;
    border-radius: 24px 0 0 0; }

.feature-icon {
  width: 1.5em; }

@media (min-width: 992px) {
  .feature-icon {
    width: 2em; } }
.form-control {
  display: block;
  width: 100%;
  padding: .75rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #12151A;
  background-color: #F3F6FA;
  border: 1px solid #F3F6FA;
  background-clip: padding-box;
  appearance: none;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

label {
  padding-top: .75rem !important; }

.navbar-collapse {
  flex-grow: unset !important; }

.navbar.nav-expanded-bg {
  padding-bottom: 1rem; }

.nav-item {
  margin-right: 1rem; }

.navbar-light .nav-item {
  margin-right: 1rem; }
  .navbar-light .nav-item .active {
    color: #12151A !important;
    font-weight: 700 !important; }

.nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .nav .nav-link:hover {
    transition: 0.25s all;
    color: #E53212 !important; }

.navbar-dark.nav-expanded-bg {
  background-color: #12151A !important; }

.navbar-light.nav-expanded-bg {
  background-color: #fff !important; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.0rem; }

.con {
  width: auto;
  margin: 0 auto;
  transition: all .7s ease; }

.bar {
  display: block;
  height: 3px;
  width: 2rem;
  background: #707C8C;
  margin: 6px auto;
  transition: all .7s ease;
  border-radius: 1rem; }

.middle {
  margin: 0 auto; }

.nav-expanded-bg .con .bar {
  opacity: 0.6; }
.nav-expanded-bg .con .top {
  transform: translateY(9px) rotateZ(45deg); }
.nav-expanded-bg .con .bottom {
  transform: translateY(-9px) rotateZ(-45deg); }
.nav-expanded-bg .con .middle {
  width: 0; }

@media (min-width: 992px) {
  .nav-item {
    margin-right: 1em; }
    .nav-item:last-child {
      margin-right: 0; } }
.text-light-gray {
  color: #979FA8; }

.text-brand {
  color: #E53212; }

.text-body {
  color: #12151A; }

.lead {
  font-size: 1.25rem; }
  @media screen and (min-width: 768px) {
    .lead {
      font-size: 1.5rem; } }

p.big {
  font-size: 1.25rem; }

.muted {
  color: #707C8C; }

.h1-hero {
  font-size: calc(1.5rem + 1.5vw); }

a {
  color: #1770E6;
  text-decoration: none !important;
  transition: all .2s ease-in-out; }

h1, h2, h3, h4, h5 {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0; }

h1 {
  font-size: 36px; }

.card {
  border-radius: 1rem;
  padding: 1rem;
  border: none; }
  @media screen and (max-width: 576px) {
    .card {
      overflow: scroll; } }
  .card-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025), 0 32px 40px rgba(0, 0, 0, 0.05);
    z-index: 1; }

.training-header {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  color: #E53212;
  text-transform: uppercase; }

.btn {
  display: inline-block;
  text-align: center;
  background-color: #FFE9E6;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: #E53212;
  font-weight: bolder;
  text-decoration: none;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
  justify-content: center; }
  .btn-elevated {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.1), 0 32px 40px rgba(0, 0, 0, 0.1); }
  .btn:hover {
    background-color: #FFAA99;
    border: 1px solid #FFAA99;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.1), 0 32px 40px rgba(0, 0, 0, 0.1) !important; }

.btn-primary {
  background-color: #E53212;
  border-color: #E53212;
  color: #fff;
  min-width: 160px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active {
    background-color: #ff583b;
    border: 1px solid #ff583b;
    outline: none; }

.btn-pink {
  background-color: #FFE9E6;
  color: #E53212; }
  .btn-pink:hover, .btn-pink:focus, .btn-pink:focus-visible, .btn-pink:active {
    background-color: #E53212;
    color: #fff;
    outline: none; }

.btn-link {
  cursor: pointer; }
  .btn-link:hover {
    color: #4d9aff; }

a {
  transition: 0.2s all ease-in-out; }
  a:hover {
    color: #4d9aff; }

ul,
ul .list,
ul .list-big {
  padding-left: 0;
  list-style: none; }

.list li {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  margin-left: 1rem; }
.list li::before {
  content: "\2022";
  color: #e53212;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75rem;
  width: 0.75em;
  margin-left: -1rem;
  margin-top: 0.2rem;
  position: absolute; }
.list li:first-child {
  margin-top: 0; }

.list-big li {
  margin-left: 0.75rem; }
.list-big li::before {
  content: "\2022";
  color: #e53212;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75rem;
  width: 0.75em;
  margin-left: -0.75rem;
  margin-top: 0.2rem;
  position: absolute; }

.list-big.lead li {
  font-size: 1.25rem;
  margin-top: 0.5rem; }
.list-big.lead li::before {
  font-size: 1rem;
  width: 1em;
  margin-left: -1rem; }

table {
  width: 100%; }

thead tr {
  font-weight: bold;
  border-top: 0; }

tr {
  border-top: 1px solid #E0E4E8; }

.card tr, .card th, .card td, .card thead {
  padding: 12px 24px; }
.card thead th {
  padding: 12px 24px !important; }
.card tr:last-child td {
  padding: 12px 24px 18px 24px !important; }

tr, th, td, thead {
  padding: 12px 16px; }

.table-shadow {
  box-shadow: 0 6.4px 5.3px rgba(0, 0, 0, 0.028), 0 21.4px 17.9px rgba(0, 0, 0, 0.042), 0 96px 80px rgba(0, 0, 0, 0.07); }

@media screen and (max-width: 600px) {
  table thead {
    display: none; }

  tr:first-child {
    border-top: 1px solid transparent; }

  table td {
    margin-top: -12px;
    display: flex; }
    table td:first-child {
      margin-top: 4px; }
    table td:last-child {
      margin-bottom: 4px; }

  table td::before {
    content: attr(label);
    font-weight: bold;
    width: 25vw;
    min-width: 25vw;
    margin-right: 1rem; } }
.hr-header {
  background-color: #D5DBE3;
  opacity: 1; }

.hr-light {
  background-color: #D5DBE3;
  opacity: 1; }

footer {
  border-top: 1px solid #D5DBE3; }

.copyright {
  background: #12151A;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 8px 20px; }

.icon {
  line-height: 1;
  width: 24px;
  height: 24px; }
  .icon-32 {
    width: 32px;
    height: 32px; }
  .icon-48 {
    width: 48px;
    height: 48px; }
  .icon-64 {
    width: 64px;
    height: 64px; }

.nav-link.icon {
  color: #707C8C; }
.nav-link.active .icon {
  color: #707C8C; }
.nav-link:hover .icon {
  color: #E53212;
  transition: 0.25s all; }

.stories-container .owl-stage-outer {
  padding: 2rem 0 2rem; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  overflow: hidden; }

.story {
  position: relative;
  background-color: #F3F6FA;
  border-radius: 1rem;
  color: rgba(7, 20, 38, 0.4);
  overflow: hidden;
  text-align: center;
  transition: 0.2s all ease-in-out; }

.center .story {
  background-color: #ffffff;
  color: #12151A;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025), 0 32px 40px rgba(0, 0, 0, 0.05); }

.title-bg {
  font-size: 4rem;
  color: #707C8C;
  opacity: 0.2;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: -1rem;
  right: -0.5rem; }

.owl-dots {
  margin: 0 0 30px;
  text-align: center; }

.owl-dots .owl-dot {
  margin: 0 9px;
  outline: none; }

.owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #E53212; }

.owl-dots span {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: rgba(7, 20, 38, 0.1);
  transition: 0.1s all ease-in-out; }

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: Lato, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

.viewport {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.line-height-1 {
  line-height: 1; }

.f-m-t-1 {
  margin-top: 1px !important; }

.f-m-t-2 {
  margin-top: 2px !important; }

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important; }

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important; }

.mt-n1 {
  margin-top: -0.25rem !important; }

.mr-n1 {
  margin-right: -0.25rem !important; }

.mb-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1 {
  margin-left: -0.25rem !important; }

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important; }

.mt-n2 {
  margin-top: -0.5rem !important; }

.mr-n2 {
  margin-right: -0.5rem !important; }

.mb-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2 {
  margin-left: -0.5rem !important; }

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }

.mt-n3 {
  margin-top: -1rem !important; }

.mr-n3 {
  margin-right: -1rem !important; }

.mb-n3 {
  margin-bottom: -1rem !important; }

.ml-n3 {
  margin-left: -1rem !important; }

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important; }

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important; }

.mt-n4 {
  margin-top: -1.5rem !important; }

.mr-n4 {
  margin-right: -1.5rem !important; }

.mb-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4 {
  margin-left: -1.5rem !important; }

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important; }

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important; }

.mt-n5 {
  margin-top: -3rem !important; }

.mr-n5 {
  margin-right: -3rem !important; }

.mb-n5 {
  margin-bottom: -3rem !important; }

.ml-n5 {
  margin-left: -3rem !important; }

.min-height-45 {
  min-height: 45vh !important; }

.rounded {
  border-radius: 0.5rem !important; }

.rounded-card {
  border-radius: 1rem !important; }

@media screen and (min-width: 768px) {
  .w-md-inherit {
    width: inherit !important; } }
@media screen and (min-width: 960px) {
  .w-lg-inherit {
    width: inherit !important; }

  .mt-lg-n3 {
    margin-top: -1rem !important; } }

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