@media (min-width: 768px) {
  .container-fluid {
    padding: 0 50px;
  }
}

@media (min-width: 1681px) {
  .container,
  .container-md {
    max-width: 1300px;
  }
}

.arrow-center .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: 0;
}
.arrow-center .owl-nav .owl-prev {
  left: -6rem;
}
.arrow-center .owl-nav .owl-next {
  right: -6rem;
}
@media (max-width: 1199px) {
  .arrow-center .owl-nav .owl-prev {
    left: 0rem;
  }
  .arrow-center .owl-nav .owl-next {
    right: 0rem;
  }
}

.btn {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: #ee222b;
  color: #ffffff;
  border-color: #ee222b;
  border-radius: 0;
  border: solid 1px transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1rem;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.btn:focus, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #ee222b;
  border-color: #ee222b;
}
.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #ee222b;
  border-color: #ee222b;
}

html {
  font-size: 0.9rem;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
@media (min-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}

a {
  text-decoration: none;
  outline-width: 0;
}
a:hover {
  text-decoration: none;
  outline-width: 0;
}
a:active {
  text-decoration: none;
  outline-width: 0;
}
a:visited {
  text-decoration: none;
  outline-width: 0;
}
a:focus {
  text-decoration: none;
  outline-width: 0;
}

a {
  color: #0095d9;
}
a:hover {
  color: #0095d9;
}

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

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

hr {
  border-color: #000000;
}

sup {
  font-size: 80%;
}

fieldset label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

button:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bk-ui {
  padding-top: 70px;
}

.d-flex-parent > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap-parent > * {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bk-page-nav {
  background-color: #ffffff;
  text-align: center;
}
.bk-page-nav a {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

::-moz-selection {
  color: #ffffff;
  background-color: #ee222b;
}

::selection {
  color: #ffffff;
  background-color: #ee222b;
}

.spacing {
  padding: 3rem 0rem;
}
@media (min-width: 768px) {
  .spacing {
    padding: 4rem 0rem;
  }
}
@media (min-width: 1200px) {
  .spacing {
    padding: 6em 0rem;
  }
}
@media (min-width: 1681px) {
  .spacing {
    padding: 7rem 0rem;
  }
}

.spacing-top {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .spacing-top {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .spacing-top {
    padding-top: 6em;
  }
}
@media (min-width: 1681px) {
  .spacing-top {
    padding-top: 7rem;
  }
}

.spacing-bottom {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .spacing-bottom {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom {
    padding-bottom: 6em;
  }
}
@media (min-width: 1681px) {
  .spacing-bottom {
    padding-bottom: 7rem;
  }
}

.p-mgb-2 p {
  margin-bottom: 1rem;
}
@media (min-width: 575px) {
  .p-mgb-2 p {
    margin-bottom: 2rem;
  }
}

.product-section {
  position: relative;
}
.product-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #ebeff2;
}
.product-section .owl-stage {
  padding-top: 39px;
}
@media (min-width: 768px) {
  .product-section .owl-stage {
    margin-left: -50px;
  }
}
.product-section .owl-dots {
  top: auto;
  /* -webkit-transform: translateY(-50%); */
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  left: 0;
  left: 56px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .product-section .owl-dots {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-section .owl-dots {
    top: auto;
    /* -webkit-transform: translateY(-50%); */
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 0;
    left: 50%;
    bottom: -12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
}
.product-section .owl-dots span {
  height: 10px;
  width: 10px;
  border: none;
  display: block;
  margin-right: 11px;
  border-radius: 50%;
  border: 1px solid black;
}
.product-section .owl-dots .owl-dot {
  display: block;
  margin: 0px 10px;
  outline: 0;
}
@media (min-width: 768px) {
  .product-section .owl-dots .owl-dot {
    margin: 10px 0px;
  }
}
.product-section .owl-dots .owl-dot.active span {
  background: #b0b5b7;
  border-color: transparent;
}
.product-section .hover-box-bk {
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ee222b;
  display: block;
  max-width: inherit;
  color: white;
  padding: 25px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-section .hover-box-bk .title-bk {
  max-width: 460px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-section .hover-box-bk img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-section .bk-product-slider:hover .hover-box-bk {
  opacity: 1;
}
@media (max-width: 767px) {
  .product-section .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  .product-section .owl-nav img {
    width: 16px;
  }
  .product-section .owl-nav .owl-prev {
    margin-right: 1rem;
  }
  .product-section .owl-nav .owl-prev img {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
}

.about-section {
  position: relative;
}
@media (max-width: 767px) {
  .about-section {
    padding-top: 0;
  }
}
.about-section .img-year-bk {
  text-align: center;
  position: relative;
  top: -76px;
}
@media (max-width: 767px) {
  .about-section .img-year-bk {
    top: 0;
    padding-bottom: 25px;
  }
}
.about-section .img-year-bk.inner {
  top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .about-section .img-year-bk.inner {
    top: 30px;
    margin-bottom: 2rem;
  }
}
.about-section .left-bk {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .about-section .left-bk {
    width: 100%;
    height: 300px;
  }
}
.about-section .left-bk:before {
  content: "";
  position: absolute;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 102%;
  background: url(../images/about-pattern2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: -2%;
}
@media (max-width: 767px) {
  .about-section .left-bk:before {
    background-size: 150%;
  }
}
.about-section .right-bk {
  width: 50%;
}
@media (max-width: 767px) {
  .about-section .right-bk {
    width: 100%;
  }
}
.about-section .bottom-bk a {
  color: #ee222b;
}

.counter-section .data-bk {
  min-width: 196px;
}
.counter-section .item-bk {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .counter-section .item-bk {
    margin-bottom: 2rem;
  }
}
.counter-section .number-bk {
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .counter-section .number-bk {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
  }
}
.counter-section .title-bk {
  font-weight: 200;
  font-weight: 25px;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .counter-section .title-bk {
    text-align: center;
  }
}
.counter-section img {
  width: 120px;
  margin-right: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .counter-section img {
    margin-right: 0;
  }
}
.counter-section .item-bk:hover img {
  -webkit-filter: invert(22%) sepia(77%) saturate(748%) hue-rotate(236deg) brightness(87%) contrast(101%);
          filter: invert(22%) sepia(77%) saturate(748%) hue-rotate(236deg) brightness(87%) contrast(101%);
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}
.counter-section .border-right {
  border-right: 1px solid black;
}

.anual-section {
  position: relative;
}
.anual-section:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 8.3rem;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}
.anual-section .bk-title h2 {
  display: inline-block;
  background: white;
  padding: 0 2rem;
}
.anual-section figure img {
  width: 100%;
}
.anual-section .bk-btn {
  margin: auto;
  margin-top: 2rem;
}

.news-section .slick-track {
  width: auto !important;
}

.testimonials-section {
  padding-bottom: 3rem;
  border-top: 1px solid rgba(128, 128, 128, 0.2509803922);
}
@media (min-width: 992px) {
  .testimonials-section {
    border: none;
    padding-bottom: 12rem;
  }
}
.testimonials-section .container-fluid {
  padding-right: 0;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials-section .container-fluid {
    padding-right: 15px;
  }
}
.testimonials-section .container-fluid .content-wrapper {
  position: relative;
  min-height: 50vh;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .testimonials-section .container-fluid .content-wrapper {
    min-height: 90vh;
  }
}
@media (min-width: 992px) {
  .testimonials-section .container-fluid .content-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
    background: white;
    content: "";
    z-index: 2;
  }
  .testimonials-section .container-fluid .content-wrapper:after {
    position: absolute;
    left: 0;
    top: -130px;
    width: 130px;
    height: 130px;
    background: #121c22;
    content: "";
  }
}
.testimonials-section .container-fluid figure {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 0;
}
.testimonials-section .container-fluid figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-wrapper {
  max-width: 40%;
  position: absolute;
  bottom: -81px;
  right: 50px;
  background: white;
}
.testimonial-wrapper .testimonials-box p {
  margin-bottom: 0;
}
.testimonial-wrapper .testimonials-box .top-bk {
  padding: 3rem 3rem;
}
.testimonial-wrapper .testimonials-box .footer-bk {
  padding: 1.2rem 3rem;
  background: red;
  color: white;
}
.testimonial-wrapper .testimonials-box .footer-bk .sub-title-bk {
  font-weight: 600;
  font-size: 13px;
}
.testimonial-wrapper .testimonials-box .footer-bk .main-title-bk {
  font-weight: 700;
  line-height: 24px;
}
.testimonial-wrapper .owl-item img {
  width: auto;
}
.testimonial-wrapper .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 24px;
}
.testimonial-wrapper .owl-dots button {
  margin-left: 0.5rem;
}
.testimonial-wrapper .owl-dots button span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid black;
  display: block;
}
.testimonial-wrapper .owl-dots button.active span {
  background: white;
  border-color: transparent;
}
.testimonial-wrapper .owl-dots button:focus {
  outline: none;
}

@media (max-width: 991px) {
  .testimonial-wrapper {
    max-width: 100%;
    position: relative;
    bottom: 0px;
    right: 0px;
    background: white;
  }
  .testimonial-wrapper .testimonials-box p {
    margin-bottom: 0;
  }
  .testimonial-wrapper .testimonials-box .top-bk {
    padding: 2rem 0rem;
  }
  .testimonial-wrapper .testimonials-box .footer-bk {
    padding: 1.2rem 3rem;
    background: red;
    color: white;
  }
  .testimonial-wrapper .testimonials-box .footer-bk .sub-title-bk {
    font-weight: 600;
    font-size: 13px;
  }
  .testimonial-wrapper .testimonials-box .footer-bk .main-title-bk {
    font-weight: 700;
    line-height: 24px;
  }
  .testimonial-wrapper .owl-item img {
    width: auto;
  }
  .testimonial-wrapper .owl-dots {
    position: absolute;
    right: 50px;
    bottom: 24px;
  }
  .testimonial-wrapper .owl-dots button {
    margin-left: 0.5rem;
  }
  .testimonial-wrapper .owl-dots button span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid black;
    display: block;
  }
  .testimonial-wrapper .owl-dots button.active span {
    background: white;
    border-color: transparent;
  }
  .testimonial-wrapper .owl-dots button:focus {
    outline: none;
  }
}
.team-section {
  padding-bottom: 2rem;
}
.team-section .bk-box-footer {
  padding: 1rem 0;
}
.team-section .top-row {
  margin-bottom: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-section .top-row .left-bk {
  width: 60%;
}
.team-section .top-row .right-bk {
  width: 40%;
}
.team-section .top-row .bk-team {
  width: 45%;
  margin-right: 4rem;
}
.team-section .bottom-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -4rem;
}
.team-section .bottom-row .left-bk {
  width: 10%;
}
.team-section .bottom-row .right-bk {
  width: 90%;
}
.team-section .bottom-row .bk-team {
  width: 30%;
  max-width: 500px;
  margin-right: 4rem;
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 2rem;
  }
  .team-section .bk-team {
    margin-bottom: 2rem;
    max-width: 500px;
    margin-bottom: 2rem;
  }
  .team-section .bk-team:last-child {
    margin-bottom: 0;
  }
  .team-section .bk-box-footer {
    padding: 1rem 0;
  }
  .team-section .top-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .team-section .top-row .left-bk {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-section .top-row .right-bk {
    width: 100%;
  }
  .team-section .top-row .bk-team {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-section .bottom-row {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-section .bottom-row .left-bk {
    width: 100%;
  }
  .team-section .bottom-row .right-bk {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-section .bottom-row .bk-team {
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 2rem;
  }
  .team-section .bottom-row .bk-team:last-child {
    margin-bottom: 0;
  }
  .team-section .bk-btn {
    margin-bottom: 2rem;
  }
}
.subsidiaries {
  position: relative;
  overflow: hidden;
}
.subsidiaries .bk-title {
  position: absolute;
  top: 80px;
  left: 50px;
}
.subsidiaries figure {
  margin-bottom: 0;
}
.subsidiaries figure img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.subsidiaries .tab-content-bk {
  position: relative;
}
.subsidiaries .tab-content-bk .content-box-bk {
  max-width: 35%;
  padding: 3rem;
  background: white;
  border: 1px solid rgba(128, 128, 128, 0.2509803922);
  border-top: 7px solid black;
  position: absolute;
  right: 50px;
  top: -140px;
}
.subsidiaries .tab-content-bk .content-box-bk img {
  margin-bottom: 1rem;
}
.subsidiaries .slider-for.slick-initialized .slick-slide {
  padding-top: 140px;
}
.subsidiaries .slider.slider-nav.slick-initialized.slick-slider {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  left: 0px;
  top: 235px;
  height: 600px;
  width: 69%;
  margin-left: 50px;
  cursor: pointer;
}
.subsidiaries .slider.slider-nav.slick-initialized.slick-slider > * {
  height: 100%;
}
.subsidiaries .slider.slider-nav.slick-initialized.slick-slider .slick-track {
  height: 100%;
}
.subsidiaries .slider.slider-nav.slick-initialized.slick-slider .slick-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.3215686275);
  border-right: 1px solid rgba(255, 255, 255, 0.3215686275);
  /* display: flex!important; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.subsidiaries .slick-title {
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.4;
  position: relative;
  bottom: 100px;
}
.subsidiaries .slick-title p {
  font-size: 22px;
  font-weight: 600;
}
.subsidiaries .slick-title h3 {
  font-size: 150px;
  line-height: 130px;
}
.subsidiaries .slick-current .slick-title {
  opacity: 1;
}

@media (max-width: 767px) {
  .subsidiaries {
    position: relative;
    border-top: 1px solid rgba(128, 128, 128, 0.2509803922);
    overflow: hidden;
  }
  .subsidiaries .bk-title {
    position: static;
  }
  .subsidiaries figure {
    margin-bottom: 0;
  }
  .subsidiaries figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .subsidiaries .tab-content-bk {
    position: relative;
  }
  .subsidiaries .tab-content-bk .content-box-bk {
    max-width: 100%;
    width: 100%;
    padding: 1rem;
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.2509803922);
    border-top: 7px solid black;
    position: static;
    right: 50px;
    top: 0px;
  }
  .subsidiaries .tab-content-bk .content-box-bk img {
    margin-bottom: 1rem;
  }
  .subsidiaries .slider-for.slick-initialized .slick-slide {
    padding-top: 0px;
  }
  .subsidiaries .slider.slider-nav.slick-initialized.slick-slider {
    position: static;
    top: 0;
    z-index: 999;
    left: 0;
    left: 0px;
    top: 235px;
    height: auto;
    width: 100%;
    margin-left: 0px;
    cursor: pointer;
  }
  .subsidiaries .slider.slider-nav.slick-initialized.slick-slider > * {
    height: 100%;
  }
  .subsidiaries .slider.slider-nav.slick-initialized.slick-slider .slick-track {
    height: 100%;
  }
  .subsidiaries .slider.slider-nav.slick-initialized.slick-slider .slick-slide {
    border-left: none;
    border-right: none;
    /* display: flex!important; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: auto;
    display: block;
  }
  .subsidiaries .slick-title {
    color: #ee222b;
    height: auto;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    position: relative;
    bottom: 0px;
  }
  .subsidiaries .slick-title p {
    border: 1px solid #ee222b;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 16px;
    margin-right: 1rem;
  }
  .subsidiaries .slick-title h3 {
    font-size: 40px;
    line-height: 40px;
    display: none;
  }
  .subsidiaries .slick-current .slick-title {
    opacity: 1;
  }
  .subsidiaries .slick-current .slick-title p {
    background: #ee222b;
    color: white;
  }
}
@media (max-width: 767px) {
  .news-section {
    border-top: 1px solid rgba(128, 128, 128, 0.2509803922);
  }
}
.news-section .slick-track {
  width: auto !important;
}
.news-section .news-slider-nav .slick-slide {
  width: auto !important;
  cursor: pointer;
}
.news-section .news-slider-nav .slick-slide.slick-current {
  color: #ee222b;
}
.news-section .news-slider-nav .slick-slide.slick-current .nav-title-bk {
  border-bottom: 2px solid #ee222b;
}
.news-section .slick-list > div > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto !important;
  text-align: center;
  font-weight: 600;
}
.news-section .slick-list > div > div .nav-title-bk {
  margin-left: 25px;
}

.timeline-section .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.timeline-section .item {
  border-bottom: 1px solid #000000;
  position: relative;
  padding-bottom: 2rem;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .timeline-section .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.timeline-section .item::before {
  position: absolute;
  left: 50px;
  bottom: -6.5px;
  width: 13px;
  height: 13px;
  background: #ee222b;
  content: "";
  border-radius: 50%;
}
.timeline-section .owl-stage {
  margin-left: -60px;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .timeline-section .owl-stage {
    margin-left: 0;
  }
}
.timeline-section img.year-bk {
  margin-bottom: 2rem;
  width: 300px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .timeline-section img.year-bk {
    max-width: 100%;
    width: 100%;
  }
}
.timeline-section p.data-bk {
  max-width: 300px;
}
@media (max-width: 767px) {
  .timeline-section p.data-bk {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .timeline-section h3 {
    text-align: center;
  }
}
.timeline-section .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
  padding-right: 50px;
}
.timeline-section .owl-nav img {
  width: 16px;
}
.timeline-section .owl-nav .owl-prev {
  margin-right: 1rem;
}
.timeline-section .owl-nav .owl-prev img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.vision-mission {
  background: #121c22;
  color: white;
}
.vision-mission p {
  text-align: justify;
}
.vision-mission h2 {
  color: #ee222b;
}

@media (max-width: 767px) {
  .Follow.Us {
    margin-bottom: 1rem;
  }
}
.contact-section .line-bk {
  border-right: 1px solid #d4d4d4;
}
@media (max-width: 991px) {
  .contact-section .line-bk {
    border: none;
  }
}
.contact-section .line-bk:last-child {
  border-right: none;
}
.contact-section .contact-slider-nav {
  margin-bottom: 4rem;
}
.contact-section .contact-slider-nav .slick-slide {
  width: auto !important;
  cursor: pointer;
  font-weight: 500;
  line-height: 16px;
  margin-right: 2rem;
}
.contact-section .contact-slider-nav .slick-slide p {
  margin-bottom: 0.7rem;
}
.contact-section .contact-slider-nav .slick-slide.slick-current {
  color: #ee222b;
  border-bottom: 2px solid #ee222b;
  background: url(../images/left-bottom-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  -o-object-position: center;
  object-position: bottom;
  padding-right: 24px;
  background-position-x: right;
  background-position-y: 0px;
  object-position: center;
}
.contact-section .contact-slider-nav .slick-slide.slick-current .nav-title-bk {
  border-bottom: 2px solid #ee222b;
}
.contact-section .contact-slider-for button.slick-arrow {
  position: absolute;
  right: 50px;
  top: -80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}
.contact-section .contact-slider-for button.slick-arrow:hover {
  opacity: 0.5;
}
.contact-section .contact-slider-for button.slick-arrow.prev-arrow {
  right: 82px;
  background: url(../images/left-arrow.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  -o-object-position: center;
     object-position: center;
}
.contact-section .contact-slider-for button.slick-arrow.next-arrow {
  background: url(../images/right-arrow.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  -o-object-position: center;
     object-position: center;
}
.contact-section .slick-slide.slick-current .nav-title-bk {
  border-bottom: 2px solid #ee222b;
}

.address-section {
  color: black;
}
.address-section a {
  color: black;
}
@media (max-width: 767px) {
  .address-section {
    text-align: center;
  }
}
.address-section p {
  margin-bottom: 0;
}
.address-section .spacer-bk {
  height: 20px;
}
.address-section .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.address-section .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-section .icon {
  margin-right: 20px;
}
.address-section .icon img {
  width: 20px;
  height: 20px;
}
.address-section .info p {
  margin: 0;
}

.office-contact {
  font-weight: 500;
  font-size: 16px;
}
.office-contact .line-bk {
  border-right: 1px solid #d4d4d4;
}

.product-list figure {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 60%;
}
@media (min-width: 768px) {
  .product-list figure {
    margin-bottom: 0;
  }
}
.product-list figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list .row {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .product-list .row {
    margin-bottom: 5rem;
  }
}
.product-list .row .bk-product-article {
  padding-left: 0rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .product-list .row .bk-product-article {
    padding-left: 3rem;
  }
}
.product-list .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product-list .row:nth-child(even) .bk-product-article {
  padding-left: 0;
}
@media (min-width: 768px) {
  .product-list .row:nth-child(even) .bk-product-article {
    padding-right: 3rem;
  }
}
.product-list .row:last-child {
  margin-bottom: 0;
}

.section-opportunities .bk-blog-article-box {
  text-align: justify;
}
.section-opportunities .bk-blog-article-box figure {
  position: relative;
  padding-bottom: 71%;
  margin-bottom: 1rem;
}
.section-opportunities .bk-blog-article-box a img {
  width: auto;
}
.section-opportunities .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .section-opportunities .owl-nav {
    position: absolute;
    top: -78px;
    right: 0;
  }
}
.section-opportunities .owl-nav img {
  width: 16px;
  height: auto;
}
.section-opportunities .owl-nav .owl-prev {
  margin-right: 1rem;
}
.section-opportunities .owl-nav .owl-prev img {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.career-form {
  background: white;
  padding: 3rem;
  text-align: center;
}
.career-form .bk-btn {
  margin: auto;
}

.news-nav a {
  margin-right: 2rem;
  color: black;
  padding: 0.8rem 0;
  border-color: transparent;
}
.news-nav a img {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 1rem;
}
.news-nav a.active {
  display: block;
  border-color: #ee222b;
  color: #ee222b;
}
.news-nav a.active img {
  display: inline-block;
}

.news-details .bk-blog-article-box figure {
  padding-bottom: 80%;
}
.news-details .bk-blog-article-box .data-bk .main-title {
  font-size: 2rem;
}

.related-news figure {
  position: relative;
  padding-bottom: 71%;
  margin-bottom: 1rem;
}
.related-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .related-news .owl-nav {
    position: absolute;
    top: -78px;
    right: 0;
  }
}
.related-news .owl-nav img {
  width: 16px;
  height: auto;
}
.related-news .owl-nav .owl-prev {
  margin-right: 1rem;
}
.related-news .owl-nav .owl-prev img {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.quote-section {
  background-color: #f5f5f5;
}
.quote-section .container-fluid {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.quote-section .row-with-space {
  margin: 0 -20px;
}
.quote-section .row-with-space .form-group {
  padding: 0 20px;
}
.quote-section .form-bk {
  background: white;
  padding: 40px;
  display: inline-block;
  width: 710px;
}
.quote-section h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.quote-section .quote-form {
  max-width: 600px;
  margin: 0 auto;
}
.quote-section .quote-form .form-group {
  margin-bottom: 20px;
}
.quote-section .quote-form .form-group label {
  font-weight: bold;
  color: #333;
}
.quote-section .quote-form input[type=text],
.quote-section .quote-form input[type=email],
.quote-section .quote-form input[type=tel],
.quote-section .quote-form select,
.quote-section .quote-form textarea {
  padding: 0;
  color: #333;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.quote-section .quote-form input[type=text]:focus,
.quote-section .quote-form input[type=email]:focus,
.quote-section .quote-form input[type=tel]:focus,
.quote-section .quote-form select:focus,
.quote-section .quote-form textarea:focus {
  outline: none;
  border-bottom: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quote-section .quote-form select option {
  color: #333;
}
.quote-section .quote-form button[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #6b9ce9;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.quote-section .quote-form button[type=submit]:hover {
  background-color: #3c6eb4;
}

.form-control:focus {
  border: none;
}

.contact-person {
  position: relative;
}
.contact-person .card {
  border: none;
  margin-bottom: 20px;
}
.contact-person .card-body {
  position: relative;
  padding: 64px 32px;
}
.contact-person .card-body::before {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 149, 217)), to(rgb(238, 34, 43)));
  background-image: linear-gradient(0deg, rgb(0, 149, 217) 0%, rgb(238, 34, 43) 100%);
  content: "";
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 1px;
}
.contact-person .card-text {
  margin-bottom: 0;
}
.contact-person .card-text a {
  color: #007bff;
}
.contact-person .card-text a:hover {
  text-decoration: none;
}
.contact-person .card-text a {
  color: black;
}
.contact-person .card-title {
  margin-bottom: 1.5rem;
  min-height: 45px;
}
.contact-person .card-subtitle {
  margin-bottom: 1.5rem;
  color: #ee222b;
  font-weight: 500;
}
.contact-person hr {
  border-color: #e8dddd;
}
.contact-person .mailphone {
  min-height: 60px;
}
.contact-person .row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-person .row-eq-height .card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-person .slider .slick-slide {
  margin: 10px;
}
.contact-person .slider {
  position: relative;
}
.contact-person .slider .slick-prev, .contact-person .slider .slick-next {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.contact-person .slider .slick-prev {
  left: 0;
}
.contact-person .slider .slick-next {
  right: 0;
}
.contact-person .slider .slick-prev:hover, .contact-person .slider .slick-next:hover {
  background-color: #f5f5f5;
}

.slider {
  position: relative;
}
.slider .prev-arrow, .slider .next-arrow {
  position: absolute;
  bottom: -64px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.slider .prev-arrow img, .slider .next-arrow img {
  height: auto;
  width: 16px;
}
.slider .prev-arrow {
  left: 50%;
}
.slider .next-arrow {
  right: 50%;
}

.investor .left-box {
  background-color: #f2f2f2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 64px;
  background: #0095d9;
  color: white;
}
.investor .left-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-left: 20px solid #0095d9;
  border-bottom: 20px solid transparent;
  z-index: 9;
}
.investor .right-box {
  background-color: #bfd3dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.investor .right-content h2 {
  margin-top: 0;
}

.map-bk .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-bk .left-box {
  padding: 20px;
}
.map-bk .right-box {
  padding: 20px;
}
.map-bk .title {
  margin-top: 0;
  background-color: #e74c3c;
  color: white;
  padding: 16px;
  text-align: center;
  margin-bottom: 0;
}
.map-bk .map-wrapper {
  position: relative;
  overflow: hidden;
}
.map-bk #head-office-map,
.map-bk #plant-map {
  height: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .map-bk .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-bk .left-box,
  .map-bk .right-box {
    height: auto;
    margin-bottom: 20px;
  }
}

.careers {
  background: #121c22;
  color: white;
}

.opportunities-section {
  background-size: cover;
  padding-left: 32px;
  padding-right: 32px;
}

.line-bk-2 {
  width: 100%;
  height: 1px;
  background: #4d5559;
}

.bk-line {
  padding: 100px 0 0px;
}

.bk-address-2 {
  border: 1px solid #c6c6c6;
  padding: 64px;
}
.bk-address-2 .vline {
  width: 1px;
  height: 100%;
  background: #c6c6c6;
  margin: auto;
}

@media (max-width: 767px) {
  .bk-address-2 {
    padding: 50px 15px;
    text-align: center;
  }
  .address-section .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bk-address-2 .bk-title {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  .quote-section .form-bk {
    background: white;
    padding: 40px;
    display: inline-block;
    width: auto;
  }
  .slider .prev-arrow, .slider .next-arrow {
    bottom: -32px;
  }
  .map-bk .left-box, .map-bk .right-box {
    height: auto;
    margin-bottom: 0px;
  }
}
.bottom-bk .Follow.Us {
  text-align: right;
}
.bottom-bk ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.bottom-bk .social-bk {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bottom-bk .Follow.Us {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-bk .Follow.Us b {
    margin-right: 0 !important;
    margin-top: 1rem;
  }
}
.csr-block figure img {
  width: 100%;
}

.csrtabsection figure {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 60%;
}
.csrtabsection figure img {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.csrtabsection .tabs {
  margin-bottom: 50px;
}
.csrtabsection .tabs li {
  font-weight: 500;
  padding-right: 2rem;
  margin-right: 2rem;
  position: relative;
  cursor: pointer;
}
.csrtabsection .tabs li.active {
  color: #ee222b;
  border-bottom: 1px solid #ee222b;
}
.csrtabsection .tabs li.active:before {
  position: absolute;
  right: 0px;
  top: 7px;
  width: 12px;
  height: 15px;
  content: "";
  background: url(../images/button-arrow.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@font-face {
  font-family: "azonixregular";
  src: url("azonix-webfont.woff2") format("woff2"), url("azonix-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.year-bk-1 {
  font-size: 122px;
  font-weight: 800;
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#ee222b), to(#0095d9));
  background: linear-gradient(to right, #ee222b, #0095d9);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  line-height: 122px;
  margin-bottom: 1rem;
}

.accordion {
  width: 100%;
}
.accordion .main-title {
  display: inline-block;
  margin-bottom: 0;
}

.accordion-section {
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
  padding-left: 32px;
  padding-right: 32px;
}
.accordion-section figure {
  position: relative;
  padding-bottom: 80%;
}
.accordion-section figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.accordion-section.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.accordion-section.active .accordion-header {
  color: #ee222b;
}
.accordion-section h3.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-section h3.accordion-header .bk-minus {
  display: none;
}
.accordion-section.active .accordion-header.open .bk-minus {
  display: block !important;
}
.accordion-section.active .accordion-header.open .bk-plus {
  display: none;
}

.product-single .active .accordion-header .bk-minus {
  display: block !important;
}
.product-single .active .accordion-header .bk-plus {
  display: none;
}
.product-single .active .accordion-header.open .bk-minus {
  display: block !important;
}
.product-single .active .accordion-header.open .bk-plus {
  display: none;
}

.accordion-header {
  font-weight: bold;
  cursor: pointer;
  padding: 20px 0;
  font-size: 20px;
  margin-bottom: 0;
}

.accordion-content {
  display: none;
  padding: 16px 0;
  padding-top: 0;
}
.accordion-content figure {
  margin-bottom: 0;
}

.accordion-symbol {
  float: right;
  font-size: 18px;
  margin-top: 3px;
}

.accordion-content {
  padding-bottom: 2rem;
}

.news-nav a {
  font-weight: 700;
}

.news-nav .current-menu-item a {
  border-color: #ee222b;
  color: #ee222b;
}

.news-nav {
  margin-bottom: 3rem;
}

.news-nav .current-menu-item a {
  border-bottom: 1px solid #ee222b;
}

.about-section .left-bk:before {
  top: -2%;
  z-index: -1;
}

section.about-section.inner-bk.spacing-top .img-year-bk {
  position: relative;
  top: 0;
  z-index: 9;
}

.bk-team a {
  z-index: 999;
  position: relative;
  cursor: pointer;
}

.popup-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 20px;
  background-color: white;
  /* border: 1px solid black; */
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 2rem;
}

.popup-content h2 {
  margin-top: 0;
}

.popup-content p {
  margin-bottom: 0;
}

.close-button {
  margin-top: 10px;
}

button.close-button {
  border: transparent;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ee252f;
  color: white;
}

.row.gutter-5.bk-gallery img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-section figure {
  padding-bottom: 0;
  height: auto;
  margin-bottom: 2rem;
}
.accordion-section figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal {
  z-index: 9999999;
}

.modal-dialog .close {
  position: relative !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.8784313725) !important;
}

.modal-dialog .modal-content {
  border-radius: 1.2rem;
  z-index: 99;
  position: relative;
}

@media (min-width: 576px) {
  body .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-group input, .form-group textarea {
  outline: 0;
  border-radius: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn, .form-group textarea.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
  text-align: left;
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  width: auto;
  border-bottom: 1px solid #ee222b;
  padding-right: 0;
}

body .form-group.bk-btn input, body .form-group.bk-btn textarea {
  border-bottom: unset;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 1rem 0rem;
  text-transform: capitalize;
  background: transparent;
  color: #ee222b;
  border-bottom: 1px solid #ee222b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

body .form-group input, body .form-group textarea {
  padding-left: 0;
  font-weight: 500;
}

@-webkit-keyframes flare {
  0% {
    width: 0;
    left: -10%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
    left: 110%;
  }
}

@keyframes flare {
  0% {
    width: 0;
    left: -10%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
    left: 110%;
  }
}
.bk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bk-btn .triangle {
  margin-left: 3rem;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 1rem 0rem;
  text-transform: capitalize;
  background: transparent;
  color: #ee222b;
  border-bottom: 1px solid #ee222b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.btn:hover {
  background: transparent;
  color: #0095d9;
  border-color: #0095d9;
}
.btn:hover img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-filter: invert(54%) sepia(42%) saturate(5895%) hue-rotate(170deg) brightness(91%) contrast(101%);
          filter: invert(54%) sepia(42%) saturate(5895%) hue-rotate(170deg) brightness(91%) contrast(101%);
}
.btn img {
  margin-left: 2rem;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.btn:hover path {
  fill: #ee222b;
}

.white-btn {
  background-color: #ffffff;
  border: none;
  color: #ee222b;
}
.white-btn path {
  fill: #ee222b;
}
.white-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.white-btn:hover path {
  fill: #ffffff;
}

.bk-btn {
  position: relative;
}
.bk-btn .btn {
  z-index: 2;
}

.view-more {
  padding: 0.8rem 2.5rem;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-border {
  background-color: transparent;
  color: #ee222b;
  border-color: #ee222b;
}
.btn-border:active, .btn-border:focus {
  background-color: transparent;
  color: #ee222b;
  border-color: #ee222b;
}
.btn-border:hover {
  background-color: transparent;
  color: #ee222b;
  border-color: #ee222b;
}

.btn-light {
  background-color: #ffffff;
  color: #ee222b;
  border-color: #ffffff;
}
.btn-light:active, .btn-light:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light.btn-border {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-light.btn-border:active, .btn-light.btn-border:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-light.btn-border:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-primary {
  background-color: #ee222b;
  border-color: #ee222b;
  color: black;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.btn-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ee222b;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0;
}
.btn-link:hover {
  color: #ee222b;
  text-decoration: none;
}
.btn-link:hover::after {
  -webkit-animation: right 2s infinite;
          animation: right 2s infinite;
}
.btn-link::after {
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: 0.5rem;
  content: "";
  vertical-align: middle;
  background-image: url("../images/icon-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.modal-dialog {
  margin: 2.75rem auto;
}
.modal-dialog.dialog-form {
  max-width: 650px;
}
.modal-dialog.dialog-content {
  max-width: 750px;
}
.modal-dialog .close {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  border: solid 1px #646464;
  border-radius: 50%;
  color: #646464;
  opacity: 1;
  text-indent: -9999999px;
}
.modal-dialog .close::before, .modal-dialog .close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
  background-color: #646464;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-dialog .close::before {
  width: 50%;
  height: 2px;
}
.modal-dialog .close::after {
  width: 2px;
  height: 50%;
}
.modal-dialog .close:hover {
  opacity: 1;
}
.modal-dialog .close:hover::before, .modal-dialog .close:hover::after {
  opacity: 0.8;
}
.modal-dialog .modal-content {
  border-radius: 1.2rem;
}
.modal-dialog .modal-body {
  padding: 2.5rem 2rem 2rem;
}
.modal-dialog header p {
  margin-top: -1rem;
}

.bk-pagination {
  margin-top: 2rem;
}
.bk-pagination a,
.bk-pagination span {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: solid 1px #ee222b;
  border-radius: 50%;
  margin: 0 2px;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #ee222b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bk-pagination a:hover,
.bk-pagination span:hover {
  border-color: #ee222b;
  background-color: #ee222b;
  color: #ffffff;
}
.bk-pagination a {
  cursor: pointer;
}
.bk-pagination .current {
  border-color: #ee222b;
  background-color: #ee222b;
  color: #ffffff;
}

.bk-breadcrumb a {
  display: block;
  margin-left: 0.5rem;
}
.bk-breadcrumb i {
  margin-left: 0.5rem;
}

.h1, h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  text-transform: capitalize;
}
@media (min-width: 575px) {
  .h1, h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 3rem;
  }
}

.h1, h1, .h2, h2, .h3, h3 {
  margin-bottom: 1rem;
}

.h2, h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .h2, h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.h3, h3 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

.affix {
  top: 20px;
}

.border-radius {
  border-radius: 1.2rem;
}

.mgt-0 {
  margin-top: 0rem;
}

.mgb-0 {
  margin-bottom: 0rem;
}

.mgl-0 {
  margin-left: 0rem;
}

.mgr-0 {
  margin-right: 0rem;
}

.mgt--0 {
  margin-top: -0rem;
}

.mgb--0 {
  margin-bottom: -0rem;
}

.mgl--0 {
  margin-left: -0rem;
}

.mgr--0 {
  margin-right: -0rem;
}

.mgt-1 {
  margin-top: 1rem;
}

.mgb-1 {
  margin-bottom: 1rem;
}

.mgl-1 {
  margin-left: 1rem;
}

.mgr-1 {
  margin-right: 1rem;
}

.mgt--1 {
  margin-top: -1rem;
}

.mgb--1 {
  margin-bottom: -1rem;
}

.mgl--1 {
  margin-left: -1rem;
}

.mgr--1 {
  margin-right: -1rem;
}

.mgt-2 {
  margin-top: 2rem;
}

.mgb-2 {
  margin-bottom: 2rem;
}

.mgl-2 {
  margin-left: 2rem;
}

.mgr-2 {
  margin-right: 2rem;
}

.mgt--2 {
  margin-top: -2rem;
}

.mgb--2 {
  margin-bottom: -2rem;
}

.mgl--2 {
  margin-left: -2rem;
}

.mgr--2 {
  margin-right: -2rem;
}

.mgt-3 {
  margin-top: 3rem;
}

.mgb-3 {
  margin-bottom: 3rem;
}

.mgl-3 {
  margin-left: 3rem;
}

.mgr-3 {
  margin-right: 3rem;
}

.mgt--3 {
  margin-top: -3rem;
}

.mgb--3 {
  margin-bottom: -3rem;
}

.mgl--3 {
  margin-left: -3rem;
}

.mgr--3 {
  margin-right: -3rem;
}

.mgt-4 {
  margin-top: 4rem;
}

.mgb-4 {
  margin-bottom: 4rem;
}

.mgl-4 {
  margin-left: 4rem;
}

.mgr-4 {
  margin-right: 4rem;
}

.mgt--4 {
  margin-top: -4rem;
}

.mgb--4 {
  margin-bottom: -4rem;
}

.mgl--4 {
  margin-left: -4rem;
}

.mgr--4 {
  margin-right: -4rem;
}

.mgt-5 {
  margin-top: 5rem;
}

.mgb-5 {
  margin-bottom: 5rem;
}

.mgl-5 {
  margin-left: 5rem;
}

.mgr-5 {
  margin-right: 5rem;
}

.mgt--5 {
  margin-top: -5rem;
}

.mgb--5 {
  margin-bottom: -5rem;
}

.mgl--5 {
  margin-left: -5rem;
}

.mgr--5 {
  margin-right: -5rem;
}

.mgt-6 {
  margin-top: 6rem;
}

.mgb-6 {
  margin-bottom: 6rem;
}

.mgl-6 {
  margin-left: 6rem;
}

.mgr-6 {
  margin-right: 6rem;
}

.mgt--6 {
  margin-top: -6rem;
}

.mgb--6 {
  margin-bottom: -6rem;
}

.mgl--6 {
  margin-left: -6rem;
}

.mgr--6 {
  margin-right: -6rem;
}

.mgt-7 {
  margin-top: 7rem;
}

.mgb-7 {
  margin-bottom: 7rem;
}

.mgl-7 {
  margin-left: 7rem;
}

.mgr-7 {
  margin-right: 7rem;
}

.mgt--7 {
  margin-top: -7rem;
}

.mgb--7 {
  margin-bottom: -7rem;
}

.mgl--7 {
  margin-left: -7rem;
}

.mgr--7 {
  margin-right: -7rem;
}

.mgt-8 {
  margin-top: 8rem;
}

.mgb-8 {
  margin-bottom: 8rem;
}

.mgl-8 {
  margin-left: 8rem;
}

.mgr-8 {
  margin-right: 8rem;
}

.mgt--8 {
  margin-top: -8rem;
}

.mgb--8 {
  margin-bottom: -8rem;
}

.mgl--8 {
  margin-left: -8rem;
}

.mgr--8 {
  margin-right: -8rem;
}

.mgt-9 {
  margin-top: 9rem;
}

.mgb-9 {
  margin-bottom: 9rem;
}

.mgl-9 {
  margin-left: 9rem;
}

.mgr-9 {
  margin-right: 9rem;
}

.mgt--9 {
  margin-top: -9rem;
}

.mgb--9 {
  margin-bottom: -9rem;
}

.mgl--9 {
  margin-left: -9rem;
}

.mgr--9 {
  margin-right: -9rem;
}

.mgt-10 {
  margin-top: 10rem;
}

.mgb-10 {
  margin-bottom: 10rem;
}

.mgl-10 {
  margin-left: 10rem;
}

.mgr-10 {
  margin-right: 10rem;
}

.mgt--10 {
  margin-top: -10rem;
}

.mgb--10 {
  margin-bottom: -10rem;
}

.mgl--10 {
  margin-left: -10rem;
}

.mgr--10 {
  margin-right: -10rem;
}

@media (min-width: 575px) {
  .mgt-sm-0 {
    margin-top: 0rem;
  }
  .mgb-sm-0 {
    margin-bottom: 0rem;
  }
  .mgl-sm-0 {
    margin-left: 0rem;
  }
  .mgr-sm-0 {
    margin-right: 0rem;
  }
  .mgt-sm--0 {
    margin-top: -0rem;
  }
  .mgb-sm--0 {
    margin-bottom: -0rem;
  }
  .mgl-sm--0 {
    margin-left: -0rem;
  }
  .mgr-sm--0 {
    margin-right: -0rem;
  }
  .mgt-sm-1 {
    margin-top: 1rem;
  }
  .mgb-sm-1 {
    margin-bottom: 1rem;
  }
  .mgl-sm-1 {
    margin-left: 1rem;
  }
  .mgr-sm-1 {
    margin-right: 1rem;
  }
  .mgt-sm--1 {
    margin-top: -1rem;
  }
  .mgb-sm--1 {
    margin-bottom: -1rem;
  }
  .mgl-sm--1 {
    margin-left: -1rem;
  }
  .mgr-sm--1 {
    margin-right: -1rem;
  }
  .mgt-sm-2 {
    margin-top: 2rem;
  }
  .mgb-sm-2 {
    margin-bottom: 2rem;
  }
  .mgl-sm-2 {
    margin-left: 2rem;
  }
  .mgr-sm-2 {
    margin-right: 2rem;
  }
  .mgt-sm--2 {
    margin-top: -2rem;
  }
  .mgb-sm--2 {
    margin-bottom: -2rem;
  }
  .mgl-sm--2 {
    margin-left: -2rem;
  }
  .mgr-sm--2 {
    margin-right: -2rem;
  }
  .mgt-sm-3 {
    margin-top: 3rem;
  }
  .mgb-sm-3 {
    margin-bottom: 3rem;
  }
  .mgl-sm-3 {
    margin-left: 3rem;
  }
  .mgr-sm-3 {
    margin-right: 3rem;
  }
  .mgt-sm--3 {
    margin-top: -3rem;
  }
  .mgb-sm--3 {
    margin-bottom: -3rem;
  }
  .mgl-sm--3 {
    margin-left: -3rem;
  }
  .mgr-sm--3 {
    margin-right: -3rem;
  }
  .mgt-sm-4 {
    margin-top: 4rem;
  }
  .mgb-sm-4 {
    margin-bottom: 4rem;
  }
  .mgl-sm-4 {
    margin-left: 4rem;
  }
  .mgr-sm-4 {
    margin-right: 4rem;
  }
  .mgt-sm--4 {
    margin-top: -4rem;
  }
  .mgb-sm--4 {
    margin-bottom: -4rem;
  }
  .mgl-sm--4 {
    margin-left: -4rem;
  }
  .mgr-sm--4 {
    margin-right: -4rem;
  }
  .mgt-sm-5 {
    margin-top: 5rem;
  }
  .mgb-sm-5 {
    margin-bottom: 5rem;
  }
  .mgl-sm-5 {
    margin-left: 5rem;
  }
  .mgr-sm-5 {
    margin-right: 5rem;
  }
  .mgt-sm--5 {
    margin-top: -5rem;
  }
  .mgb-sm--5 {
    margin-bottom: -5rem;
  }
  .mgl-sm--5 {
    margin-left: -5rem;
  }
  .mgr-sm--5 {
    margin-right: -5rem;
  }
  .mgt-sm-6 {
    margin-top: 6rem;
  }
  .mgb-sm-6 {
    margin-bottom: 6rem;
  }
  .mgl-sm-6 {
    margin-left: 6rem;
  }
  .mgr-sm-6 {
    margin-right: 6rem;
  }
  .mgt-sm--6 {
    margin-top: -6rem;
  }
  .mgb-sm--6 {
    margin-bottom: -6rem;
  }
  .mgl-sm--6 {
    margin-left: -6rem;
  }
  .mgr-sm--6 {
    margin-right: -6rem;
  }
  .mgt-sm-7 {
    margin-top: 7rem;
  }
  .mgb-sm-7 {
    margin-bottom: 7rem;
  }
  .mgl-sm-7 {
    margin-left: 7rem;
  }
  .mgr-sm-7 {
    margin-right: 7rem;
  }
  .mgt-sm--7 {
    margin-top: -7rem;
  }
  .mgb-sm--7 {
    margin-bottom: -7rem;
  }
  .mgl-sm--7 {
    margin-left: -7rem;
  }
  .mgr-sm--7 {
    margin-right: -7rem;
  }
  .mgt-sm-8 {
    margin-top: 8rem;
  }
  .mgb-sm-8 {
    margin-bottom: 8rem;
  }
  .mgl-sm-8 {
    margin-left: 8rem;
  }
  .mgr-sm-8 {
    margin-right: 8rem;
  }
  .mgt-sm--8 {
    margin-top: -8rem;
  }
  .mgb-sm--8 {
    margin-bottom: -8rem;
  }
  .mgl-sm--8 {
    margin-left: -8rem;
  }
  .mgr-sm--8 {
    margin-right: -8rem;
  }
  .mgt-sm-9 {
    margin-top: 9rem;
  }
  .mgb-sm-9 {
    margin-bottom: 9rem;
  }
  .mgl-sm-9 {
    margin-left: 9rem;
  }
  .mgr-sm-9 {
    margin-right: 9rem;
  }
  .mgt-sm--9 {
    margin-top: -9rem;
  }
  .mgb-sm--9 {
    margin-bottom: -9rem;
  }
  .mgl-sm--9 {
    margin-left: -9rem;
  }
  .mgr-sm--9 {
    margin-right: -9rem;
  }
  .mgt-sm-10 {
    margin-top: 10rem;
  }
  .mgb-sm-10 {
    margin-bottom: 10rem;
  }
  .mgl-sm-10 {
    margin-left: 10rem;
  }
  .mgr-sm-10 {
    margin-right: 10rem;
  }
  .mgt-sm--10 {
    margin-top: -10rem;
  }
  .mgb-sm--10 {
    margin-bottom: -10rem;
  }
  .mgl-sm--10 {
    margin-left: -10rem;
  }
  .mgr-sm--10 {
    margin-right: -10rem;
  }
}
@media (min-width: 768px) {
  .mgt-md-0 {
    margin-top: 0rem;
  }
  .mgb-md-0 {
    margin-bottom: 0rem;
  }
  .mgl-md-0 {
    margin-left: 0rem;
  }
  .mgr-md-0 {
    margin-right: 0rem;
  }
  .mgt-md--0 {
    margin-top: -0rem;
  }
  .mgb-md--0 {
    margin-bottom: -0rem;
  }
  .mgl-md--0 {
    margin-left: -0rem;
  }
  .mgr-md--0 {
    margin-right: -0rem;
  }
  .mgt-md-1 {
    margin-top: 1rem;
  }
  .mgb-md-1 {
    margin-bottom: 1rem;
  }
  .mgl-md-1 {
    margin-left: 1rem;
  }
  .mgr-md-1 {
    margin-right: 1rem;
  }
  .mgt-md--1 {
    margin-top: -1rem;
  }
  .mgb-md--1 {
    margin-bottom: -1rem;
  }
  .mgl-md--1 {
    margin-left: -1rem;
  }
  .mgr-md--1 {
    margin-right: -1rem;
  }
  .mgt-md-2 {
    margin-top: 2rem;
  }
  .mgb-md-2 {
    margin-bottom: 2rem;
  }
  .mgl-md-2 {
    margin-left: 2rem;
  }
  .mgr-md-2 {
    margin-right: 2rem;
  }
  .mgt-md--2 {
    margin-top: -2rem;
  }
  .mgb-md--2 {
    margin-bottom: -2rem;
  }
  .mgl-md--2 {
    margin-left: -2rem;
  }
  .mgr-md--2 {
    margin-right: -2rem;
  }
  .mgt-md-3 {
    margin-top: 3rem;
  }
  .mgb-md-3 {
    margin-bottom: 3rem;
  }
  .mgl-md-3 {
    margin-left: 3rem;
  }
  .mgr-md-3 {
    margin-right: 3rem;
  }
  .mgt-md--3 {
    margin-top: -3rem;
  }
  .mgb-md--3 {
    margin-bottom: -3rem;
  }
  .mgl-md--3 {
    margin-left: -3rem;
  }
  .mgr-md--3 {
    margin-right: -3rem;
  }
  .mgt-md-4 {
    margin-top: 4rem;
  }
  .mgb-md-4 {
    margin-bottom: 4rem;
  }
  .mgl-md-4 {
    margin-left: 4rem;
  }
  .mgr-md-4 {
    margin-right: 4rem;
  }
  .mgt-md--4 {
    margin-top: -4rem;
  }
  .mgb-md--4 {
    margin-bottom: -4rem;
  }
  .mgl-md--4 {
    margin-left: -4rem;
  }
  .mgr-md--4 {
    margin-right: -4rem;
  }
  .mgt-md-5 {
    margin-top: 5rem;
  }
  .mgb-md-5 {
    margin-bottom: 5rem;
  }
  .mgl-md-5 {
    margin-left: 5rem;
  }
  .mgr-md-5 {
    margin-right: 5rem;
  }
  .mgt-md--5 {
    margin-top: -5rem;
  }
  .mgb-md--5 {
    margin-bottom: -5rem;
  }
  .mgl-md--5 {
    margin-left: -5rem;
  }
  .mgr-md--5 {
    margin-right: -5rem;
  }
  .mgt-md-6 {
    margin-top: 6rem;
  }
  .mgb-md-6 {
    margin-bottom: 6rem;
  }
  .mgl-md-6 {
    margin-left: 6rem;
  }
  .mgr-md-6 {
    margin-right: 6rem;
  }
  .mgt-md--6 {
    margin-top: -6rem;
  }
  .mgb-md--6 {
    margin-bottom: -6rem;
  }
  .mgl-md--6 {
    margin-left: -6rem;
  }
  .mgr-md--6 {
    margin-right: -6rem;
  }
  .mgt-md-7 {
    margin-top: 7rem;
  }
  .mgb-md-7 {
    margin-bottom: 7rem;
  }
  .mgl-md-7 {
    margin-left: 7rem;
  }
  .mgr-md-7 {
    margin-right: 7rem;
  }
  .mgt-md--7 {
    margin-top: -7rem;
  }
  .mgb-md--7 {
    margin-bottom: -7rem;
  }
  .mgl-md--7 {
    margin-left: -7rem;
  }
  .mgr-md--7 {
    margin-right: -7rem;
  }
  .mgt-md-8 {
    margin-top: 8rem;
  }
  .mgb-md-8 {
    margin-bottom: 8rem;
  }
  .mgl-md-8 {
    margin-left: 8rem;
  }
  .mgr-md-8 {
    margin-right: 8rem;
  }
  .mgt-md--8 {
    margin-top: -8rem;
  }
  .mgb-md--8 {
    margin-bottom: -8rem;
  }
  .mgl-md--8 {
    margin-left: -8rem;
  }
  .mgr-md--8 {
    margin-right: -8rem;
  }
  .mgt-md-9 {
    margin-top: 9rem;
  }
  .mgb-md-9 {
    margin-bottom: 9rem;
  }
  .mgl-md-9 {
    margin-left: 9rem;
  }
  .mgr-md-9 {
    margin-right: 9rem;
  }
  .mgt-md--9 {
    margin-top: -9rem;
  }
  .mgb-md--9 {
    margin-bottom: -9rem;
  }
  .mgl-md--9 {
    margin-left: -9rem;
  }
  .mgr-md--9 {
    margin-right: -9rem;
  }
  .mgt-md-10 {
    margin-top: 10rem;
  }
  .mgb-md-10 {
    margin-bottom: 10rem;
  }
  .mgl-md-10 {
    margin-left: 10rem;
  }
  .mgr-md-10 {
    margin-right: 10rem;
  }
  .mgt-md--10 {
    margin-top: -10rem;
  }
  .mgb-md--10 {
    margin-bottom: -10rem;
  }
  .mgl-md--10 {
    margin-left: -10rem;
  }
  .mgr-md--10 {
    margin-right: -10rem;
  }
}
@media (min-width: 992px) {
  .mgt-lg-0 {
    margin-top: 0rem;
  }
  .mgb-lg-0 {
    margin-bottom: 0rem;
  }
  .mgl-lg-0 {
    margin-left: 0rem;
  }
  .mgr-lg-0 {
    margin-right: 0rem;
  }
  .mgt-lg--0 {
    margin-top: -0rem;
  }
  .mgb-lg--0 {
    margin-bottom: -0rem;
  }
  .mgl-lg--0 {
    margin-left: -0rem;
  }
  .mgr-lg--0 {
    margin-right: -0rem;
  }
  .mgt-lg-1 {
    margin-top: 1rem;
  }
  .mgb-lg-1 {
    margin-bottom: 1rem;
  }
  .mgl-lg-1 {
    margin-left: 1rem;
  }
  .mgr-lg-1 {
    margin-right: 1rem;
  }
  .mgt-lg--1 {
    margin-top: -1rem;
  }
  .mgb-lg--1 {
    margin-bottom: -1rem;
  }
  .mgl-lg--1 {
    margin-left: -1rem;
  }
  .mgr-lg--1 {
    margin-right: -1rem;
  }
  .mgt-lg-2 {
    margin-top: 2rem;
  }
  .mgb-lg-2 {
    margin-bottom: 2rem;
  }
  .mgl-lg-2 {
    margin-left: 2rem;
  }
  .mgr-lg-2 {
    margin-right: 2rem;
  }
  .mgt-lg--2 {
    margin-top: -2rem;
  }
  .mgb-lg--2 {
    margin-bottom: -2rem;
  }
  .mgl-lg--2 {
    margin-left: -2rem;
  }
  .mgr-lg--2 {
    margin-right: -2rem;
  }
  .mgt-lg-3 {
    margin-top: 3rem;
  }
  .mgb-lg-3 {
    margin-bottom: 3rem;
  }
  .mgl-lg-3 {
    margin-left: 3rem;
  }
  .mgr-lg-3 {
    margin-right: 3rem;
  }
  .mgt-lg--3 {
    margin-top: -3rem;
  }
  .mgb-lg--3 {
    margin-bottom: -3rem;
  }
  .mgl-lg--3 {
    margin-left: -3rem;
  }
  .mgr-lg--3 {
    margin-right: -3rem;
  }
  .mgt-lg-4 {
    margin-top: 4rem;
  }
  .mgb-lg-4 {
    margin-bottom: 4rem;
  }
  .mgl-lg-4 {
    margin-left: 4rem;
  }
  .mgr-lg-4 {
    margin-right: 4rem;
  }
  .mgt-lg--4 {
    margin-top: -4rem;
  }
  .mgb-lg--4 {
    margin-bottom: -4rem;
  }
  .mgl-lg--4 {
    margin-left: -4rem;
  }
  .mgr-lg--4 {
    margin-right: -4rem;
  }
  .mgt-lg-5 {
    margin-top: 5rem;
  }
  .mgb-lg-5 {
    margin-bottom: 5rem;
  }
  .mgl-lg-5 {
    margin-left: 5rem;
  }
  .mgr-lg-5 {
    margin-right: 5rem;
  }
  .mgt-lg--5 {
    margin-top: -5rem;
  }
  .mgb-lg--5 {
    margin-bottom: -5rem;
  }
  .mgl-lg--5 {
    margin-left: -5rem;
  }
  .mgr-lg--5 {
    margin-right: -5rem;
  }
  .mgt-lg-6 {
    margin-top: 6rem;
  }
  .mgb-lg-6 {
    margin-bottom: 6rem;
  }
  .mgl-lg-6 {
    margin-left: 6rem;
  }
  .mgr-lg-6 {
    margin-right: 6rem;
  }
  .mgt-lg--6 {
    margin-top: -6rem;
  }
  .mgb-lg--6 {
    margin-bottom: -6rem;
  }
  .mgl-lg--6 {
    margin-left: -6rem;
  }
  .mgr-lg--6 {
    margin-right: -6rem;
  }
  .mgt-lg-7 {
    margin-top: 7rem;
  }
  .mgb-lg-7 {
    margin-bottom: 7rem;
  }
  .mgl-lg-7 {
    margin-left: 7rem;
  }
  .mgr-lg-7 {
    margin-right: 7rem;
  }
  .mgt-lg--7 {
    margin-top: -7rem;
  }
  .mgb-lg--7 {
    margin-bottom: -7rem;
  }
  .mgl-lg--7 {
    margin-left: -7rem;
  }
  .mgr-lg--7 {
    margin-right: -7rem;
  }
  .mgt-lg-8 {
    margin-top: 8rem;
  }
  .mgb-lg-8 {
    margin-bottom: 8rem;
  }
  .mgl-lg-8 {
    margin-left: 8rem;
  }
  .mgr-lg-8 {
    margin-right: 8rem;
  }
  .mgt-lg--8 {
    margin-top: -8rem;
  }
  .mgb-lg--8 {
    margin-bottom: -8rem;
  }
  .mgl-lg--8 {
    margin-left: -8rem;
  }
  .mgr-lg--8 {
    margin-right: -8rem;
  }
  .mgt-lg-9 {
    margin-top: 9rem;
  }
  .mgb-lg-9 {
    margin-bottom: 9rem;
  }
  .mgl-lg-9 {
    margin-left: 9rem;
  }
  .mgr-lg-9 {
    margin-right: 9rem;
  }
  .mgt-lg--9 {
    margin-top: -9rem;
  }
  .mgb-lg--9 {
    margin-bottom: -9rem;
  }
  .mgl-lg--9 {
    margin-left: -9rem;
  }
  .mgr-lg--9 {
    margin-right: -9rem;
  }
  .mgt-lg-10 {
    margin-top: 10rem;
  }
  .mgb-lg-10 {
    margin-bottom: 10rem;
  }
  .mgl-lg-10 {
    margin-left: 10rem;
  }
  .mgr-lg-10 {
    margin-right: 10rem;
  }
  .mgt-lg--10 {
    margin-top: -10rem;
  }
  .mgb-lg--10 {
    margin-bottom: -10rem;
  }
  .mgl-lg--10 {
    margin-left: -10rem;
  }
  .mgr-lg--10 {
    margin-right: -10rem;
  }
}
@media (min-width: 1200px) {
  .mgt-xl-0 {
    margin-top: 0rem;
  }
  .mgb-xl-0 {
    margin-bottom: 0rem;
  }
  .mgl-xl-0 {
    margin-left: 0rem;
  }
  .mgr-xl-0 {
    margin-right: 0rem;
  }
  .mgt-xl--0 {
    margin-top: -0rem;
  }
  .mgb-xl--0 {
    margin-bottom: -0rem;
  }
  .mgl-xl--0 {
    margin-left: -0rem;
  }
  .mgr-xl--0 {
    margin-right: -0rem;
  }
  .mgt-xl-1 {
    margin-top: 1rem;
  }
  .mgb-xl-1 {
    margin-bottom: 1rem;
  }
  .mgl-xl-1 {
    margin-left: 1rem;
  }
  .mgr-xl-1 {
    margin-right: 1rem;
  }
  .mgt-xl--1 {
    margin-top: -1rem;
  }
  .mgb-xl--1 {
    margin-bottom: -1rem;
  }
  .mgl-xl--1 {
    margin-left: -1rem;
  }
  .mgr-xl--1 {
    margin-right: -1rem;
  }
  .mgt-xl-2 {
    margin-top: 2rem;
  }
  .mgb-xl-2 {
    margin-bottom: 2rem;
  }
  .mgl-xl-2 {
    margin-left: 2rem;
  }
  .mgr-xl-2 {
    margin-right: 2rem;
  }
  .mgt-xl--2 {
    margin-top: -2rem;
  }
  .mgb-xl--2 {
    margin-bottom: -2rem;
  }
  .mgl-xl--2 {
    margin-left: -2rem;
  }
  .mgr-xl--2 {
    margin-right: -2rem;
  }
  .mgt-xl-3 {
    margin-top: 3rem;
  }
  .mgb-xl-3 {
    margin-bottom: 3rem;
  }
  .mgl-xl-3 {
    margin-left: 3rem;
  }
  .mgr-xl-3 {
    margin-right: 3rem;
  }
  .mgt-xl--3 {
    margin-top: -3rem;
  }
  .mgb-xl--3 {
    margin-bottom: -3rem;
  }
  .mgl-xl--3 {
    margin-left: -3rem;
  }
  .mgr-xl--3 {
    margin-right: -3rem;
  }
  .mgt-xl-4 {
    margin-top: 4rem;
  }
  .mgb-xl-4 {
    margin-bottom: 4rem;
  }
  .mgl-xl-4 {
    margin-left: 4rem;
  }
  .mgr-xl-4 {
    margin-right: 4rem;
  }
  .mgt-xl--4 {
    margin-top: -4rem;
  }
  .mgb-xl--4 {
    margin-bottom: -4rem;
  }
  .mgl-xl--4 {
    margin-left: -4rem;
  }
  .mgr-xl--4 {
    margin-right: -4rem;
  }
  .mgt-xl-5 {
    margin-top: 5rem;
  }
  .mgb-xl-5 {
    margin-bottom: 5rem;
  }
  .mgl-xl-5 {
    margin-left: 5rem;
  }
  .mgr-xl-5 {
    margin-right: 5rem;
  }
  .mgt-xl--5 {
    margin-top: -5rem;
  }
  .mgb-xl--5 {
    margin-bottom: -5rem;
  }
  .mgl-xl--5 {
    margin-left: -5rem;
  }
  .mgr-xl--5 {
    margin-right: -5rem;
  }
  .mgt-xl-6 {
    margin-top: 6rem;
  }
  .mgb-xl-6 {
    margin-bottom: 6rem;
  }
  .mgl-xl-6 {
    margin-left: 6rem;
  }
  .mgr-xl-6 {
    margin-right: 6rem;
  }
  .mgt-xl--6 {
    margin-top: -6rem;
  }
  .mgb-xl--6 {
    margin-bottom: -6rem;
  }
  .mgl-xl--6 {
    margin-left: -6rem;
  }
  .mgr-xl--6 {
    margin-right: -6rem;
  }
  .mgt-xl-7 {
    margin-top: 7rem;
  }
  .mgb-xl-7 {
    margin-bottom: 7rem;
  }
  .mgl-xl-7 {
    margin-left: 7rem;
  }
  .mgr-xl-7 {
    margin-right: 7rem;
  }
  .mgt-xl--7 {
    margin-top: -7rem;
  }
  .mgb-xl--7 {
    margin-bottom: -7rem;
  }
  .mgl-xl--7 {
    margin-left: -7rem;
  }
  .mgr-xl--7 {
    margin-right: -7rem;
  }
  .mgt-xl-8 {
    margin-top: 8rem;
  }
  .mgb-xl-8 {
    margin-bottom: 8rem;
  }
  .mgl-xl-8 {
    margin-left: 8rem;
  }
  .mgr-xl-8 {
    margin-right: 8rem;
  }
  .mgt-xl--8 {
    margin-top: -8rem;
  }
  .mgb-xl--8 {
    margin-bottom: -8rem;
  }
  .mgl-xl--8 {
    margin-left: -8rem;
  }
  .mgr-xl--8 {
    margin-right: -8rem;
  }
  .mgt-xl-9 {
    margin-top: 9rem;
  }
  .mgb-xl-9 {
    margin-bottom: 9rem;
  }
  .mgl-xl-9 {
    margin-left: 9rem;
  }
  .mgr-xl-9 {
    margin-right: 9rem;
  }
  .mgt-xl--9 {
    margin-top: -9rem;
  }
  .mgb-xl--9 {
    margin-bottom: -9rem;
  }
  .mgl-xl--9 {
    margin-left: -9rem;
  }
  .mgr-xl--9 {
    margin-right: -9rem;
  }
  .mgt-xl-10 {
    margin-top: 10rem;
  }
  .mgb-xl-10 {
    margin-bottom: 10rem;
  }
  .mgl-xl-10 {
    margin-left: 10rem;
  }
  .mgr-xl-10 {
    margin-right: 10rem;
  }
  .mgt-xl--10 {
    margin-top: -10rem;
  }
  .mgb-xl--10 {
    margin-bottom: -10rem;
  }
  .mgl-xl--10 {
    margin-left: -10rem;
  }
  .mgr-xl--10 {
    margin-right: -10rem;
  }
}
.pdt-0 {
  padding-top: 0rem;
}

.pdb-0 {
  padding-bottom: 0rem;
}

.pdl-0 {
  padding-left: 0rem;
}

.pdr-0 {
  padding-right: 0rem;
}

.pdt--0 {
  padding-top: -0rem;
}

.pdb--0 {
  padding-bottom: -0rem;
}

.pdl--0 {
  padding-left: -0rem;
}

.pdr--0 {
  padding-right: -0rem;
}

.pd-0 {
  padding: 0rem;
}

.pdt-1 {
  padding-top: 1rem;
}

.pdb-1 {
  padding-bottom: 1rem;
}

.pdl-1 {
  padding-left: 1rem;
}

.pdr-1 {
  padding-right: 1rem;
}

.pdt--1 {
  padding-top: -1rem;
}

.pdb--1 {
  padding-bottom: -1rem;
}

.pdl--1 {
  padding-left: -1rem;
}

.pdr--1 {
  padding-right: -1rem;
}

.pd-1 {
  padding: 1rem;
}

.pdt-2 {
  padding-top: 2rem;
}

.pdb-2 {
  padding-bottom: 2rem;
}

.pdl-2 {
  padding-left: 2rem;
}

.pdr-2 {
  padding-right: 2rem;
}

.pdt--2 {
  padding-top: -2rem;
}

.pdb--2 {
  padding-bottom: -2rem;
}

.pdl--2 {
  padding-left: -2rem;
}

.pdr--2 {
  padding-right: -2rem;
}

.pd-2 {
  padding: 2rem;
}

.pdt-3 {
  padding-top: 3rem;
}

.pdb-3 {
  padding-bottom: 3rem;
}

.pdl-3 {
  padding-left: 3rem;
}

.pdr-3 {
  padding-right: 3rem;
}

.pdt--3 {
  padding-top: -3rem;
}

.pdb--3 {
  padding-bottom: -3rem;
}

.pdl--3 {
  padding-left: -3rem;
}

.pdr--3 {
  padding-right: -3rem;
}

.pd-3 {
  padding: 3rem;
}

.pdt-4 {
  padding-top: 4rem;
}

.pdb-4 {
  padding-bottom: 4rem;
}

.pdl-4 {
  padding-left: 4rem;
}

.pdr-4 {
  padding-right: 4rem;
}

.pdt--4 {
  padding-top: -4rem;
}

.pdb--4 {
  padding-bottom: -4rem;
}

.pdl--4 {
  padding-left: -4rem;
}

.pdr--4 {
  padding-right: -4rem;
}

.pd-4 {
  padding: 4rem;
}

.pdt-5 {
  padding-top: 5rem;
}

.pdb-5 {
  padding-bottom: 5rem;
}

.pdl-5 {
  padding-left: 5rem;
}

.pdr-5 {
  padding-right: 5rem;
}

.pdt--5 {
  padding-top: -5rem;
}

.pdb--5 {
  padding-bottom: -5rem;
}

.pdl--5 {
  padding-left: -5rem;
}

.pdr--5 {
  padding-right: -5rem;
}

.pd-5 {
  padding: 5rem;
}

.pdt-6 {
  padding-top: 6rem;
}

.pdb-6 {
  padding-bottom: 6rem;
}

.pdl-6 {
  padding-left: 6rem;
}

.pdr-6 {
  padding-right: 6rem;
}

.pdt--6 {
  padding-top: -6rem;
}

.pdb--6 {
  padding-bottom: -6rem;
}

.pdl--6 {
  padding-left: -6rem;
}

.pdr--6 {
  padding-right: -6rem;
}

.pd-6 {
  padding: 6rem;
}

.pdt-7 {
  padding-top: 7rem;
}

.pdb-7 {
  padding-bottom: 7rem;
}

.pdl-7 {
  padding-left: 7rem;
}

.pdr-7 {
  padding-right: 7rem;
}

.pdt--7 {
  padding-top: -7rem;
}

.pdb--7 {
  padding-bottom: -7rem;
}

.pdl--7 {
  padding-left: -7rem;
}

.pdr--7 {
  padding-right: -7rem;
}

.pd-7 {
  padding: 7rem;
}

.pdt-8 {
  padding-top: 8rem;
}

.pdb-8 {
  padding-bottom: 8rem;
}

.pdl-8 {
  padding-left: 8rem;
}

.pdr-8 {
  padding-right: 8rem;
}

.pdt--8 {
  padding-top: -8rem;
}

.pdb--8 {
  padding-bottom: -8rem;
}

.pdl--8 {
  padding-left: -8rem;
}

.pdr--8 {
  padding-right: -8rem;
}

.pd-8 {
  padding: 8rem;
}

.pdt-9 {
  padding-top: 9rem;
}

.pdb-9 {
  padding-bottom: 9rem;
}

.pdl-9 {
  padding-left: 9rem;
}

.pdr-9 {
  padding-right: 9rem;
}

.pdt--9 {
  padding-top: -9rem;
}

.pdb--9 {
  padding-bottom: -9rem;
}

.pdl--9 {
  padding-left: -9rem;
}

.pdr--9 {
  padding-right: -9rem;
}

.pd-9 {
  padding: 9rem;
}

.pdt-10 {
  padding-top: 10rem;
}

.pdb-10 {
  padding-bottom: 10rem;
}

.pdl-10 {
  padding-left: 10rem;
}

.pdr-10 {
  padding-right: 10rem;
}

.pdt--10 {
  padding-top: -10rem;
}

.pdb--10 {
  padding-bottom: -10rem;
}

.pdl--10 {
  padding-left: -10rem;
}

.pdr--10 {
  padding-right: -10rem;
}

.pd-10 {
  padding: 10rem;
}

@media (min-width: 768px) {
  .pdt-md-0 {
    padding-top: 0rem;
  }
  .pdb-md-0 {
    padding-bottom: 0rem;
  }
  .pdl-md-0 {
    padding-left: 0rem;
  }
  .pdr-md-0 {
    padding-right: 0rem;
  }
  .pdt-md--0 {
    padding-top: -0rem;
  }
  .pdb-md--0 {
    padding-bottom: -0rem;
  }
  .pdl-md--0 {
    padding-left: -0rem;
  }
  .pdr-md--0 {
    padding-right: -0rem;
  }
  .pd-md-0 {
    padding: 0rem;
  }
  .pdt-md-1 {
    padding-top: 1rem;
  }
  .pdb-md-1 {
    padding-bottom: 1rem;
  }
  .pdl-md-1 {
    padding-left: 1rem;
  }
  .pdr-md-1 {
    padding-right: 1rem;
  }
  .pdt-md--1 {
    padding-top: -1rem;
  }
  .pdb-md--1 {
    padding-bottom: -1rem;
  }
  .pdl-md--1 {
    padding-left: -1rem;
  }
  .pdr-md--1 {
    padding-right: -1rem;
  }
  .pd-md-1 {
    padding: 1rem;
  }
  .pdt-md-2 {
    padding-top: 2rem;
  }
  .pdb-md-2 {
    padding-bottom: 2rem;
  }
  .pdl-md-2 {
    padding-left: 2rem;
  }
  .pdr-md-2 {
    padding-right: 2rem;
  }
  .pdt-md--2 {
    padding-top: -2rem;
  }
  .pdb-md--2 {
    padding-bottom: -2rem;
  }
  .pdl-md--2 {
    padding-left: -2rem;
  }
  .pdr-md--2 {
    padding-right: -2rem;
  }
  .pd-md-2 {
    padding: 2rem;
  }
  .pdt-md-3 {
    padding-top: 3rem;
  }
  .pdb-md-3 {
    padding-bottom: 3rem;
  }
  .pdl-md-3 {
    padding-left: 3rem;
  }
  .pdr-md-3 {
    padding-right: 3rem;
  }
  .pdt-md--3 {
    padding-top: -3rem;
  }
  .pdb-md--3 {
    padding-bottom: -3rem;
  }
  .pdl-md--3 {
    padding-left: -3rem;
  }
  .pdr-md--3 {
    padding-right: -3rem;
  }
  .pd-md-3 {
    padding: 3rem;
  }
  .pdt-md-4 {
    padding-top: 4rem;
  }
  .pdb-md-4 {
    padding-bottom: 4rem;
  }
  .pdl-md-4 {
    padding-left: 4rem;
  }
  .pdr-md-4 {
    padding-right: 4rem;
  }
  .pdt-md--4 {
    padding-top: -4rem;
  }
  .pdb-md--4 {
    padding-bottom: -4rem;
  }
  .pdl-md--4 {
    padding-left: -4rem;
  }
  .pdr-md--4 {
    padding-right: -4rem;
  }
  .pd-md-4 {
    padding: 4rem;
  }
  .pdt-md-5 {
    padding-top: 5rem;
  }
  .pdb-md-5 {
    padding-bottom: 5rem;
  }
  .pdl-md-5 {
    padding-left: 5rem;
  }
  .pdr-md-5 {
    padding-right: 5rem;
  }
  .pdt-md--5 {
    padding-top: -5rem;
  }
  .pdb-md--5 {
    padding-bottom: -5rem;
  }
  .pdl-md--5 {
    padding-left: -5rem;
  }
  .pdr-md--5 {
    padding-right: -5rem;
  }
  .pd-md-5 {
    padding: 5rem;
  }
  .pdt-md-6 {
    padding-top: 6rem;
  }
  .pdb-md-6 {
    padding-bottom: 6rem;
  }
  .pdl-md-6 {
    padding-left: 6rem;
  }
  .pdr-md-6 {
    padding-right: 6rem;
  }
  .pdt-md--6 {
    padding-top: -6rem;
  }
  .pdb-md--6 {
    padding-bottom: -6rem;
  }
  .pdl-md--6 {
    padding-left: -6rem;
  }
  .pdr-md--6 {
    padding-right: -6rem;
  }
  .pd-md-6 {
    padding: 6rem;
  }
  .pdt-md-7 {
    padding-top: 7rem;
  }
  .pdb-md-7 {
    padding-bottom: 7rem;
  }
  .pdl-md-7 {
    padding-left: 7rem;
  }
  .pdr-md-7 {
    padding-right: 7rem;
  }
  .pdt-md--7 {
    padding-top: -7rem;
  }
  .pdb-md--7 {
    padding-bottom: -7rem;
  }
  .pdl-md--7 {
    padding-left: -7rem;
  }
  .pdr-md--7 {
    padding-right: -7rem;
  }
  .pd-md-7 {
    padding: 7rem;
  }
  .pdt-md-8 {
    padding-top: 8rem;
  }
  .pdb-md-8 {
    padding-bottom: 8rem;
  }
  .pdl-md-8 {
    padding-left: 8rem;
  }
  .pdr-md-8 {
    padding-right: 8rem;
  }
  .pdt-md--8 {
    padding-top: -8rem;
  }
  .pdb-md--8 {
    padding-bottom: -8rem;
  }
  .pdl-md--8 {
    padding-left: -8rem;
  }
  .pdr-md--8 {
    padding-right: -8rem;
  }
  .pd-md-8 {
    padding: 8rem;
  }
  .pdt-md-9 {
    padding-top: 9rem;
  }
  .pdb-md-9 {
    padding-bottom: 9rem;
  }
  .pdl-md-9 {
    padding-left: 9rem;
  }
  .pdr-md-9 {
    padding-right: 9rem;
  }
  .pdt-md--9 {
    padding-top: -9rem;
  }
  .pdb-md--9 {
    padding-bottom: -9rem;
  }
  .pdl-md--9 {
    padding-left: -9rem;
  }
  .pdr-md--9 {
    padding-right: -9rem;
  }
  .pd-md-9 {
    padding: 9rem;
  }
  .pdt-md-10 {
    padding-top: 10rem;
  }
  .pdb-md-10 {
    padding-bottom: 10rem;
  }
  .pdl-md-10 {
    padding-left: 10rem;
  }
  .pdr-md-10 {
    padding-right: 10rem;
  }
  .pdt-md--10 {
    padding-top: -10rem;
  }
  .pdb-md--10 {
    padding-bottom: -10rem;
  }
  .pdl-md--10 {
    padding-left: -10rem;
  }
  .pdr-md--10 {
    padding-right: -10rem;
  }
  .pd-md-10 {
    padding: 10rem;
  }
}
@media (min-width: 992px) {
  .pdt-lg-0 {
    padding-top: 0rem;
  }
  .pdb-lg-0 {
    padding-bottom: 0rem;
  }
  .pdl-lg-0 {
    padding-left: 0rem;
  }
  .pdr-lg-0 {
    padding-right: 0rem;
  }
  .pdt-lg--0 {
    padding-top: -0rem;
  }
  .pdb-lg--0 {
    padding-bottom: -0rem;
  }
  .pdl-lg--0 {
    padding-left: -0rem;
  }
  .pdr-lg--0 {
    padding-right: -0rem;
  }
  .pd-lg-0 {
    padding: 0rem;
  }
  .pdt-lg-1 {
    padding-top: 1rem;
  }
  .pdb-lg-1 {
    padding-bottom: 1rem;
  }
  .pdl-lg-1 {
    padding-left: 1rem;
  }
  .pdr-lg-1 {
    padding-right: 1rem;
  }
  .pdt-lg--1 {
    padding-top: -1rem;
  }
  .pdb-lg--1 {
    padding-bottom: -1rem;
  }
  .pdl-lg--1 {
    padding-left: -1rem;
  }
  .pdr-lg--1 {
    padding-right: -1rem;
  }
  .pd-lg-1 {
    padding: 1rem;
  }
  .pdt-lg-2 {
    padding-top: 2rem;
  }
  .pdb-lg-2 {
    padding-bottom: 2rem;
  }
  .pdl-lg-2 {
    padding-left: 2rem;
  }
  .pdr-lg-2 {
    padding-right: 2rem;
  }
  .pdt-lg--2 {
    padding-top: -2rem;
  }
  .pdb-lg--2 {
    padding-bottom: -2rem;
  }
  .pdl-lg--2 {
    padding-left: -2rem;
  }
  .pdr-lg--2 {
    padding-right: -2rem;
  }
  .pd-lg-2 {
    padding: 2rem;
  }
  .pdt-lg-3 {
    padding-top: 3rem;
  }
  .pdb-lg-3 {
    padding-bottom: 3rem;
  }
  .pdl-lg-3 {
    padding-left: 3rem;
  }
  .pdr-lg-3 {
    padding-right: 3rem;
  }
  .pdt-lg--3 {
    padding-top: -3rem;
  }
  .pdb-lg--3 {
    padding-bottom: -3rem;
  }
  .pdl-lg--3 {
    padding-left: -3rem;
  }
  .pdr-lg--3 {
    padding-right: -3rem;
  }
  .pd-lg-3 {
    padding: 3rem;
  }
  .pdt-lg-4 {
    padding-top: 4rem;
  }
  .pdb-lg-4 {
    padding-bottom: 4rem;
  }
  .pdl-lg-4 {
    padding-left: 4rem;
  }
  .pdr-lg-4 {
    padding-right: 4rem;
  }
  .pdt-lg--4 {
    padding-top: -4rem;
  }
  .pdb-lg--4 {
    padding-bottom: -4rem;
  }
  .pdl-lg--4 {
    padding-left: -4rem;
  }
  .pdr-lg--4 {
    padding-right: -4rem;
  }
  .pd-lg-4 {
    padding: 4rem;
  }
  .pdt-lg-5 {
    padding-top: 5rem;
  }
  .pdb-lg-5 {
    padding-bottom: 5rem;
  }
  .pdl-lg-5 {
    padding-left: 5rem;
  }
  .pdr-lg-5 {
    padding-right: 5rem;
  }
  .pdt-lg--5 {
    padding-top: -5rem;
  }
  .pdb-lg--5 {
    padding-bottom: -5rem;
  }
  .pdl-lg--5 {
    padding-left: -5rem;
  }
  .pdr-lg--5 {
    padding-right: -5rem;
  }
  .pd-lg-5 {
    padding: 5rem;
  }
  .pdt-lg-6 {
    padding-top: 6rem;
  }
  .pdb-lg-6 {
    padding-bottom: 6rem;
  }
  .pdl-lg-6 {
    padding-left: 6rem;
  }
  .pdr-lg-6 {
    padding-right: 6rem;
  }
  .pdt-lg--6 {
    padding-top: -6rem;
  }
  .pdb-lg--6 {
    padding-bottom: -6rem;
  }
  .pdl-lg--6 {
    padding-left: -6rem;
  }
  .pdr-lg--6 {
    padding-right: -6rem;
  }
  .pd-lg-6 {
    padding: 6rem;
  }
  .pdt-lg-7 {
    padding-top: 7rem;
  }
  .pdb-lg-7 {
    padding-bottom: 7rem;
  }
  .pdl-lg-7 {
    padding-left: 7rem;
  }
  .pdr-lg-7 {
    padding-right: 7rem;
  }
  .pdt-lg--7 {
    padding-top: -7rem;
  }
  .pdb-lg--7 {
    padding-bottom: -7rem;
  }
  .pdl-lg--7 {
    padding-left: -7rem;
  }
  .pdr-lg--7 {
    padding-right: -7rem;
  }
  .pd-lg-7 {
    padding: 7rem;
  }
  .pdt-lg-8 {
    padding-top: 8rem;
  }
  .pdb-lg-8 {
    padding-bottom: 8rem;
  }
  .pdl-lg-8 {
    padding-left: 8rem;
  }
  .pdr-lg-8 {
    padding-right: 8rem;
  }
  .pdt-lg--8 {
    padding-top: -8rem;
  }
  .pdb-lg--8 {
    padding-bottom: -8rem;
  }
  .pdl-lg--8 {
    padding-left: -8rem;
  }
  .pdr-lg--8 {
    padding-right: -8rem;
  }
  .pd-lg-8 {
    padding: 8rem;
  }
  .pdt-lg-9 {
    padding-top: 9rem;
  }
  .pdb-lg-9 {
    padding-bottom: 9rem;
  }
  .pdl-lg-9 {
    padding-left: 9rem;
  }
  .pdr-lg-9 {
    padding-right: 9rem;
  }
  .pdt-lg--9 {
    padding-top: -9rem;
  }
  .pdb-lg--9 {
    padding-bottom: -9rem;
  }
  .pdl-lg--9 {
    padding-left: -9rem;
  }
  .pdr-lg--9 {
    padding-right: -9rem;
  }
  .pd-lg-9 {
    padding: 9rem;
  }
  .pdt-lg-10 {
    padding-top: 10rem;
  }
  .pdb-lg-10 {
    padding-bottom: 10rem;
  }
  .pdl-lg-10 {
    padding-left: 10rem;
  }
  .pdr-lg-10 {
    padding-right: 10rem;
  }
  .pdt-lg--10 {
    padding-top: -10rem;
  }
  .pdb-lg--10 {
    padding-bottom: -10rem;
  }
  .pdl-lg--10 {
    padding-left: -10rem;
  }
  .pdr-lg--10 {
    padding-right: -10rem;
  }
  .pd-lg-10 {
    padding: 10rem;
  }
}
@media (min-width: 1200px) {
  .pdt-xl-0 {
    padding-top: 0rem;
  }
  .pdb-xl-0 {
    padding-bottom: 0rem;
  }
  .pdl-xl-0 {
    padding-left: 0rem;
  }
  .pdr-xl-0 {
    padding-right: 0rem;
  }
  .pdt-xl--0 {
    padding-top: -0rem;
  }
  .pdb-xl--0 {
    padding-bottom: -0rem;
  }
  .pdl-xl--0 {
    padding-left: -0rem;
  }
  .pdr-xl--0 {
    padding-right: -0rem;
  }
  .pd-xl-0 {
    padding: 0rem;
  }
  .pdt-xl-1 {
    padding-top: 1rem;
  }
  .pdb-xl-1 {
    padding-bottom: 1rem;
  }
  .pdl-xl-1 {
    padding-left: 1rem;
  }
  .pdr-xl-1 {
    padding-right: 1rem;
  }
  .pdt-xl--1 {
    padding-top: -1rem;
  }
  .pdb-xl--1 {
    padding-bottom: -1rem;
  }
  .pdl-xl--1 {
    padding-left: -1rem;
  }
  .pdr-xl--1 {
    padding-right: -1rem;
  }
  .pd-xl-1 {
    padding: 1rem;
  }
  .pdt-xl-2 {
    padding-top: 2rem;
  }
  .pdb-xl-2 {
    padding-bottom: 2rem;
  }
  .pdl-xl-2 {
    padding-left: 2rem;
  }
  .pdr-xl-2 {
    padding-right: 2rem;
  }
  .pdt-xl--2 {
    padding-top: -2rem;
  }
  .pdb-xl--2 {
    padding-bottom: -2rem;
  }
  .pdl-xl--2 {
    padding-left: -2rem;
  }
  .pdr-xl--2 {
    padding-right: -2rem;
  }
  .pd-xl-2 {
    padding: 2rem;
  }
  .pdt-xl-3 {
    padding-top: 3rem;
  }
  .pdb-xl-3 {
    padding-bottom: 3rem;
  }
  .pdl-xl-3 {
    padding-left: 3rem;
  }
  .pdr-xl-3 {
    padding-right: 3rem;
  }
  .pdt-xl--3 {
    padding-top: -3rem;
  }
  .pdb-xl--3 {
    padding-bottom: -3rem;
  }
  .pdl-xl--3 {
    padding-left: -3rem;
  }
  .pdr-xl--3 {
    padding-right: -3rem;
  }
  .pd-xl-3 {
    padding: 3rem;
  }
  .pdt-xl-4 {
    padding-top: 4rem;
  }
  .pdb-xl-4 {
    padding-bottom: 4rem;
  }
  .pdl-xl-4 {
    padding-left: 4rem;
  }
  .pdr-xl-4 {
    padding-right: 4rem;
  }
  .pdt-xl--4 {
    padding-top: -4rem;
  }
  .pdb-xl--4 {
    padding-bottom: -4rem;
  }
  .pdl-xl--4 {
    padding-left: -4rem;
  }
  .pdr-xl--4 {
    padding-right: -4rem;
  }
  .pd-xl-4 {
    padding: 4rem;
  }
  .pdt-xl-5 {
    padding-top: 5rem;
  }
  .pdb-xl-5 {
    padding-bottom: 5rem;
  }
  .pdl-xl-5 {
    padding-left: 5rem;
  }
  .pdr-xl-5 {
    padding-right: 5rem;
  }
  .pdt-xl--5 {
    padding-top: -5rem;
  }
  .pdb-xl--5 {
    padding-bottom: -5rem;
  }
  .pdl-xl--5 {
    padding-left: -5rem;
  }
  .pdr-xl--5 {
    padding-right: -5rem;
  }
  .pd-xl-5 {
    padding: 5rem;
  }
  .pdt-xl-6 {
    padding-top: 6rem;
  }
  .pdb-xl-6 {
    padding-bottom: 6rem;
  }
  .pdl-xl-6 {
    padding-left: 6rem;
  }
  .pdr-xl-6 {
    padding-right: 6rem;
  }
  .pdt-xl--6 {
    padding-top: -6rem;
  }
  .pdb-xl--6 {
    padding-bottom: -6rem;
  }
  .pdl-xl--6 {
    padding-left: -6rem;
  }
  .pdr-xl--6 {
    padding-right: -6rem;
  }
  .pd-xl-6 {
    padding: 6rem;
  }
  .pdt-xl-7 {
    padding-top: 7rem;
  }
  .pdb-xl-7 {
    padding-bottom: 7rem;
  }
  .pdl-xl-7 {
    padding-left: 7rem;
  }
  .pdr-xl-7 {
    padding-right: 7rem;
  }
  .pdt-xl--7 {
    padding-top: -7rem;
  }
  .pdb-xl--7 {
    padding-bottom: -7rem;
  }
  .pdl-xl--7 {
    padding-left: -7rem;
  }
  .pdr-xl--7 {
    padding-right: -7rem;
  }
  .pd-xl-7 {
    padding: 7rem;
  }
  .pdt-xl-8 {
    padding-top: 8rem;
  }
  .pdb-xl-8 {
    padding-bottom: 8rem;
  }
  .pdl-xl-8 {
    padding-left: 8rem;
  }
  .pdr-xl-8 {
    padding-right: 8rem;
  }
  .pdt-xl--8 {
    padding-top: -8rem;
  }
  .pdb-xl--8 {
    padding-bottom: -8rem;
  }
  .pdl-xl--8 {
    padding-left: -8rem;
  }
  .pdr-xl--8 {
    padding-right: -8rem;
  }
  .pd-xl-8 {
    padding: 8rem;
  }
  .pdt-xl-9 {
    padding-top: 9rem;
  }
  .pdb-xl-9 {
    padding-bottom: 9rem;
  }
  .pdl-xl-9 {
    padding-left: 9rem;
  }
  .pdr-xl-9 {
    padding-right: 9rem;
  }
  .pdt-xl--9 {
    padding-top: -9rem;
  }
  .pdb-xl--9 {
    padding-bottom: -9rem;
  }
  .pdl-xl--9 {
    padding-left: -9rem;
  }
  .pdr-xl--9 {
    padding-right: -9rem;
  }
  .pd-xl-9 {
    padding: 9rem;
  }
  .pdt-xl-10 {
    padding-top: 10rem;
  }
  .pdb-xl-10 {
    padding-bottom: 10rem;
  }
  .pdl-xl-10 {
    padding-left: 10rem;
  }
  .pdr-xl-10 {
    padding-right: 10rem;
  }
  .pdt-xl--10 {
    padding-top: -10rem;
  }
  .pdb-xl--10 {
    padding-bottom: -10rem;
  }
  .pdl-xl--10 {
    padding-left: -10rem;
  }
  .pdr-xl--10 {
    padding-right: -10rem;
  }
  .pd-xl-10 {
    padding: 10rem;
  }
}
.size-0 {
  font-size: 1.1rem;
}

.size-1 {
  font-size: 1.2rem;
}

.size-2 {
  font-size: 1.3rem;
}

.size-3 {
  font-size: 1.4rem;
}

.size-4 {
  font-size: 1.5rem;
}

.size-5 {
  font-size: 1.6rem;
}

.size-6 {
  font-size: 1.7rem;
}

.size-7 {
  font-size: 1.8rem;
}

.size-8 {
  font-size: 1.9rem;
}

.size-9 {
  font-size: 2rem;
}

.size-10 {
  font-size: 2.1rem;
}

@media (min-width: 768px) {
  .size-md-0 {
    font-size: 1.1rem;
  }
  .size-md-1 {
    font-size: 1.2rem;
  }
  .size-md-2 {
    font-size: 1.3rem;
  }
  .size-md-3 {
    font-size: 1.4rem;
  }
  .size-md-4 {
    font-size: 1.5rem;
  }
  .size-md-5 {
    font-size: 1.6rem;
  }
  .size-md-6 {
    font-size: 1.7rem;
  }
  .size-md-7 {
    font-size: 1.8rem;
  }
  .size-md-8 {
    font-size: 1.9rem;
  }
  .size-md-9 {
    font-size: 2rem;
  }
  .size-md-10 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .size-lg-0 {
    font-size: 1.1rem;
  }
  .size-lg-1 {
    font-size: 1.2rem;
  }
  .size-lg-2 {
    font-size: 1.3rem;
  }
  .size-lg-3 {
    font-size: 1.4rem;
  }
  .size-lg-4 {
    font-size: 1.5rem;
  }
  .size-lg-5 {
    font-size: 1.6rem;
  }
  .size-lg-6 {
    font-size: 1.7rem;
  }
  .size-lg-7 {
    font-size: 1.8rem;
  }
  .size-lg-8 {
    font-size: 1.9rem;
  }
  .size-lg-9 {
    font-size: 2rem;
  }
  .size-lg-10 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-0 {
    font-size: 1.1rem;
  }
  .size-xl-1 {
    font-size: 1.2rem;
  }
  .size-xl-2 {
    font-size: 1.3rem;
  }
  .size-xl-3 {
    font-size: 1.4rem;
  }
  .size-xl-4 {
    font-size: 1.5rem;
  }
  .size-xl-5 {
    font-size: 1.6rem;
  }
  .size-xl-6 {
    font-size: 1.7rem;
  }
  .size-xl-7 {
    font-size: 1.8rem;
  }
  .size-xl-8 {
    font-size: 1.9rem;
  }
  .size-xl-9 {
    font-size: 2rem;
  }
  .size-xl-10 {
    font-size: 2.1rem;
  }
}
.gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.gutter-0 div[class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.gutter-1 {
  margin-left: -1px;
  margin-right: -1px;
}
.gutter-1 div[class*=col] {
  padding-left: 1px;
  padding-right: 1px;
}

.gutter-2 {
  margin-left: -2px;
  margin-right: -2px;
}
.gutter-2 div[class*=col] {
  padding-left: 2px;
  padding-right: 2px;
}

.gutter-3 {
  margin-left: -3px;
  margin-right: -3px;
}
.gutter-3 div[class*=col] {
  padding-left: 3px;
  padding-right: 3px;
}

.gutter-4 {
  margin-left: -4px;
  margin-right: -4px;
}
.gutter-4 div[class*=col] {
  padding-left: 4px;
  padding-right: 4px;
}

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-5 div[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-6 {
  margin-left: -6px;
  margin-right: -6px;
}
.gutter-6 div[class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}

.gutter-7 {
  margin-left: -7px;
  margin-right: -7px;
}
.gutter-7 div[class*=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.gutter-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.gutter-8 div[class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.gutter-9 div[class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-10 div[class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-11 {
  margin-left: -11px;
  margin-right: -11px;
}
.gutter-11 div[class*=col] {
  padding-left: 11px;
  padding-right: 11px;
}

.gutter-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.gutter-12 div[class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}

.gutter-13 {
  margin-left: -13px;
  margin-right: -13px;
}
.gutter-13 div[class*=col] {
  padding-left: 13px;
  padding-right: 13px;
}

.gutter-14 {
  margin-left: -14px;
  margin-right: -14px;
}
.gutter-14 div[class*=col] {
  padding-left: 14px;
  padding-right: 14px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-15 div[class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-16 {
  margin-left: -16px;
  margin-right: -16px;
}
.gutter-16 div[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

.gutter-17 {
  margin-left: -17px;
  margin-right: -17px;
}
.gutter-17 div[class*=col] {
  padding-left: 17px;
  padding-right: 17px;
}

.gutter-18 {
  margin-left: -18px;
  margin-right: -18px;
}
.gutter-18 div[class*=col] {
  padding-left: 18px;
  padding-right: 18px;
}

.gutter-19 {
  margin-left: -19px;
  margin-right: -19px;
}
.gutter-19 div[class*=col] {
  padding-left: 19px;
  padding-right: 19px;
}

.gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.gutter-20 div[class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-21 {
  margin-left: -21px;
  margin-right: -21px;
}
.gutter-21 div[class*=col] {
  padding-left: 21px;
  padding-right: 21px;
}

.gutter-22 {
  margin-left: -22px;
  margin-right: -22px;
}
.gutter-22 div[class*=col] {
  padding-left: 22px;
  padding-right: 22px;
}

.gutter-23 {
  margin-left: -23px;
  margin-right: -23px;
}
.gutter-23 div[class*=col] {
  padding-left: 23px;
  padding-right: 23px;
}

.gutter-24 {
  margin-left: -24px;
  margin-right: -24px;
}
.gutter-24 div[class*=col] {
  padding-left: 24px;
  padding-right: 24px;
}

.gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-25 div[class*=col] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-26 {
  margin-left: -26px;
  margin-right: -26px;
}
.gutter-26 div[class*=col] {
  padding-left: 26px;
  padding-right: 26px;
}

.gutter-27 {
  margin-left: -27px;
  margin-right: -27px;
}
.gutter-27 div[class*=col] {
  padding-left: 27px;
  padding-right: 27px;
}

.gutter-28 {
  margin-left: -28px;
  margin-right: -28px;
}
.gutter-28 div[class*=col] {
  padding-left: 28px;
  padding-right: 28px;
}

.gutter-29 {
  margin-left: -29px;
  margin-right: -29px;
}
.gutter-29 div[class*=col] {
  padding-left: 29px;
  padding-right: 29px;
}

.gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.gutter-30 div[class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 575px) {
  .gutter-sm-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .gutter-sm-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gutter-sm-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-sm-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-sm-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-sm-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-sm-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutter-sm-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutter-sm-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-sm-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-sm-6 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .gutter-sm-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .gutter-sm-7 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .gutter-sm-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .gutter-sm-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .gutter-sm-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .gutter-sm-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-11 {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gutter-sm-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .gutter-sm-12 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .gutter-sm-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .gutter-sm-13 {
    margin-left: -13px;
    margin-right: -13px;
  }
  .gutter-sm-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }
  .gutter-sm-14 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .gutter-sm-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-sm-16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .gutter-sm-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .gutter-sm-17 {
    margin-left: -17px;
    margin-right: -17px;
  }
  .gutter-sm-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }
  .gutter-sm-18 {
    margin-left: -18px;
    margin-right: -18px;
  }
  .gutter-sm-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gutter-sm-19 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .gutter-sm-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .gutter-sm-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gutter-sm-21 {
    margin-left: -21px;
    margin-right: -21px;
  }
  .gutter-sm-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .gutter-sm-22 {
    margin-left: -22px;
    margin-right: -22px;
  }
  .gutter-sm-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }
  .gutter-sm-23 {
    margin-left: -23px;
    margin-right: -23px;
  }
  .gutter-sm-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .gutter-sm-24 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .gutter-sm-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .gutter-sm-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gutter-sm-26 {
    margin-left: -26px;
    margin-right: -26px;
  }
  .gutter-sm-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .gutter-sm-27 {
    margin-left: -27px;
    margin-right: -27px;
  }
  .gutter-sm-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }
  .gutter-sm-28 {
    margin-left: -28px;
    margin-right: -28px;
  }
  .gutter-sm-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .gutter-sm-29 {
    margin-left: -29px;
    margin-right: -29px;
  }
  .gutter-sm-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }
  .gutter-sm-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-sm-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .gutter-md-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .gutter-md-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gutter-md-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-md-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-md-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-md-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-md-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutter-md-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutter-md-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-md-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-md-6 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .gutter-md-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .gutter-md-7 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .gutter-md-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .gutter-md-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .gutter-md-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .gutter-md-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-11 {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gutter-md-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .gutter-md-12 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .gutter-md-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .gutter-md-13 {
    margin-left: -13px;
    margin-right: -13px;
  }
  .gutter-md-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }
  .gutter-md-14 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .gutter-md-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-md-16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .gutter-md-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .gutter-md-17 {
    margin-left: -17px;
    margin-right: -17px;
  }
  .gutter-md-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }
  .gutter-md-18 {
    margin-left: -18px;
    margin-right: -18px;
  }
  .gutter-md-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gutter-md-19 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .gutter-md-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .gutter-md-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gutter-md-21 {
    margin-left: -21px;
    margin-right: -21px;
  }
  .gutter-md-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .gutter-md-22 {
    margin-left: -22px;
    margin-right: -22px;
  }
  .gutter-md-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }
  .gutter-md-23 {
    margin-left: -23px;
    margin-right: -23px;
  }
  .gutter-md-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .gutter-md-24 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .gutter-md-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .gutter-md-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gutter-md-26 {
    margin-left: -26px;
    margin-right: -26px;
  }
  .gutter-md-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .gutter-md-27 {
    margin-left: -27px;
    margin-right: -27px;
  }
  .gutter-md-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }
  .gutter-md-28 {
    margin-left: -28px;
    margin-right: -28px;
  }
  .gutter-md-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .gutter-md-29 {
    margin-left: -29px;
    margin-right: -29px;
  }
  .gutter-md-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }
  .gutter-md-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-md-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .gutter-lg-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gutter-lg-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-lg-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-lg-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-lg-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-lg-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutter-lg-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutter-lg-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-lg-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-lg-6 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .gutter-lg-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .gutter-lg-7 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .gutter-lg-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .gutter-lg-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .gutter-lg-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .gutter-lg-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-11 {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gutter-lg-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .gutter-lg-12 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .gutter-lg-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .gutter-lg-13 {
    margin-left: -13px;
    margin-right: -13px;
  }
  .gutter-lg-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }
  .gutter-lg-14 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .gutter-lg-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-lg-16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .gutter-lg-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .gutter-lg-17 {
    margin-left: -17px;
    margin-right: -17px;
  }
  .gutter-lg-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }
  .gutter-lg-18 {
    margin-left: -18px;
    margin-right: -18px;
  }
  .gutter-lg-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gutter-lg-19 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .gutter-lg-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .gutter-lg-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gutter-lg-21 {
    margin-left: -21px;
    margin-right: -21px;
  }
  .gutter-lg-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .gutter-lg-22 {
    margin-left: -22px;
    margin-right: -22px;
  }
  .gutter-lg-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }
  .gutter-lg-23 {
    margin-left: -23px;
    margin-right: -23px;
  }
  .gutter-lg-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .gutter-lg-24 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .gutter-lg-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .gutter-lg-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gutter-lg-26 {
    margin-left: -26px;
    margin-right: -26px;
  }
  .gutter-lg-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .gutter-lg-27 {
    margin-left: -27px;
    margin-right: -27px;
  }
  .gutter-lg-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }
  .gutter-lg-28 {
    margin-left: -28px;
    margin-right: -28px;
  }
  .gutter-lg-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .gutter-lg-29 {
    margin-left: -29px;
    margin-right: -29px;
  }
  .gutter-lg-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }
  .gutter-lg-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-lg-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .gutter-xl-0 div[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gutter-xl-1 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .gutter-xl-1 div[class*=col] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .gutter-xl-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-xl-2 div[class*=col] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-xl-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .gutter-xl-3 div[class*=col] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gutter-xl-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-xl-4 div[class*=col] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-xl-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-5 div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xl-6 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .gutter-xl-6 div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .gutter-xl-7 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .gutter-xl-7 div[class*=col] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .gutter-xl-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-8 div[class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .gutter-xl-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .gutter-xl-9 div[class*=col] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .gutter-xl-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-10 div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xl-11 {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gutter-xl-11 div[class*=col] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .gutter-xl-12 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .gutter-xl-12 div[class*=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .gutter-xl-13 {
    margin-left: -13px;
    margin-right: -13px;
  }
  .gutter-xl-13 div[class*=col] {
    padding-left: 13px;
    padding-right: 13px;
  }
  .gutter-xl-14 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .gutter-xl-14 div[class*=col] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .gutter-xl-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xl-15 div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-xl-16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .gutter-xl-16 div[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .gutter-xl-17 {
    margin-left: -17px;
    margin-right: -17px;
  }
  .gutter-xl-17 div[class*=col] {
    padding-left: 17px;
    padding-right: 17px;
  }
  .gutter-xl-18 {
    margin-left: -18px;
    margin-right: -18px;
  }
  .gutter-xl-18 div[class*=col] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gutter-xl-19 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .gutter-xl-19 div[class*=col] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .gutter-xl-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-20 div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gutter-xl-21 {
    margin-left: -21px;
    margin-right: -21px;
  }
  .gutter-xl-21 div[class*=col] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .gutter-xl-22 {
    margin-left: -22px;
    margin-right: -22px;
  }
  .gutter-xl-22 div[class*=col] {
    padding-left: 22px;
    padding-right: 22px;
  }
  .gutter-xl-23 {
    margin-left: -23px;
    margin-right: -23px;
  }
  .gutter-xl-23 div[class*=col] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .gutter-xl-24 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .gutter-xl-24 div[class*=col] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .gutter-xl-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-25 div[class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gutter-xl-26 {
    margin-left: -26px;
    margin-right: -26px;
  }
  .gutter-xl-26 div[class*=col] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .gutter-xl-27 {
    margin-left: -27px;
    margin-right: -27px;
  }
  .gutter-xl-27 div[class*=col] {
    padding-left: 27px;
    padding-right: 27px;
  }
  .gutter-xl-28 {
    margin-left: -28px;
    margin-right: -28px;
  }
  .gutter-xl-28 div[class*=col] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .gutter-xl-29 {
    margin-left: -29px;
    margin-right: -29px;
  }
  .gutter-xl-29 div[class*=col] {
    padding-left: 29px;
    padding-right: 29px;
  }
  .gutter-xl-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-xl-30 div[class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mxw-0 {
  max-width: 0px;
}

.mxw-1 {
  max-width: 50px;
}

.mxw-2 {
  max-width: 100px;
}

.mxw-3 {
  max-width: 150px;
}

.mxw-4 {
  max-width: 200px;
}

.mxw-5 {
  max-width: 250px;
}

.mxw-6 {
  max-width: 300px;
}

.mxw-7 {
  max-width: 350px;
}

.mxw-8 {
  max-width: 400px;
}

.mxw-9 {
  max-width: 450px;
}

.mxw-10 {
  max-width: 500px;
}

.mxw-11 {
  max-width: 550px;
}

.mxw-12 {
  max-width: 600px;
}

.mxw-13 {
  max-width: 650px;
}

.mxw-14 {
  max-width: 700px;
}

.mxw-15 {
  max-width: 750px;
}

.mxw-16 {
  max-width: 800px;
}

.mxw-17 {
  max-width: 850px;
}

.mxw-18 {
  max-width: 900px;
}

.mxw-19 {
  max-width: 950px;
}

.mxw-20 {
  max-width: 1000px;
}

@media (min-width: 575px) {
  .mxw-sm-0 {
    max-width: 0px;
  }
  .mxw-sm-1 {
    max-width: 50px;
  }
  .mxw-sm-2 {
    max-width: 100px;
  }
  .mxw-sm-3 {
    max-width: 150px;
  }
  .mxw-sm-4 {
    max-width: 200px;
  }
  .mxw-sm-5 {
    max-width: 250px;
  }
  .mxw-sm-6 {
    max-width: 300px;
  }
  .mxw-sm-7 {
    max-width: 350px;
  }
  .mxw-sm-8 {
    max-width: 400px;
  }
  .mxw-sm-9 {
    max-width: 450px;
  }
  .mxw-sm-10 {
    max-width: 500px;
  }
  .mxw-sm-11 {
    max-width: 550px;
  }
  .mxw-sm-12 {
    max-width: 600px;
  }
  .mxw-sm-13 {
    max-width: 650px;
  }
  .mxw-sm-14 {
    max-width: 700px;
  }
  .mxw-sm-15 {
    max-width: 750px;
  }
  .mxw-sm-16 {
    max-width: 800px;
  }
  .mxw-sm-17 {
    max-width: 850px;
  }
  .mxw-sm-18 {
    max-width: 900px;
  }
  .mxw-sm-19 {
    max-width: 950px;
  }
  .mxw-sm-20 {
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .mxw-md-0 {
    max-width: 0px;
  }
  .mxw-md-1 {
    max-width: 50px;
  }
  .mxw-md-2 {
    max-width: 100px;
  }
  .mxw-md-3 {
    max-width: 150px;
  }
  .mxw-md-4 {
    max-width: 200px;
  }
  .mxw-md-5 {
    max-width: 250px;
  }
  .mxw-md-6 {
    max-width: 300px;
  }
  .mxw-md-7 {
    max-width: 350px;
  }
  .mxw-md-8 {
    max-width: 400px;
  }
  .mxw-md-9 {
    max-width: 450px;
  }
  .mxw-md-10 {
    max-width: 500px;
  }
  .mxw-md-11 {
    max-width: 550px;
  }
  .mxw-md-12 {
    max-width: 600px;
  }
  .mxw-md-13 {
    max-width: 650px;
  }
  .mxw-md-14 {
    max-width: 700px;
  }
  .mxw-md-15 {
    max-width: 750px;
  }
  .mxw-md-16 {
    max-width: 800px;
  }
  .mxw-md-17 {
    max-width: 850px;
  }
  .mxw-md-18 {
    max-width: 900px;
  }
  .mxw-md-19 {
    max-width: 950px;
  }
  .mxw-md-20 {
    max-width: 1000px;
  }
}
@media (min-width: 992px) {
  .mxw-lg-0 {
    max-width: 0px;
  }
  .mxw-lg-1 {
    max-width: 50px;
  }
  .mxw-lg-2 {
    max-width: 100px;
  }
  .mxw-lg-3 {
    max-width: 150px;
  }
  .mxw-lg-4 {
    max-width: 200px;
  }
  .mxw-lg-5 {
    max-width: 250px;
  }
  .mxw-lg-6 {
    max-width: 300px;
  }
  .mxw-lg-7 {
    max-width: 350px;
  }
  .mxw-lg-8 {
    max-width: 400px;
  }
  .mxw-lg-9 {
    max-width: 450px;
  }
  .mxw-lg-10 {
    max-width: 500px;
  }
  .mxw-lg-11 {
    max-width: 550px;
  }
  .mxw-lg-12 {
    max-width: 600px;
  }
  .mxw-lg-13 {
    max-width: 650px;
  }
  .mxw-lg-14 {
    max-width: 700px;
  }
  .mxw-lg-15 {
    max-width: 750px;
  }
  .mxw-lg-16 {
    max-width: 800px;
  }
  .mxw-lg-17 {
    max-width: 850px;
  }
  .mxw-lg-18 {
    max-width: 900px;
  }
  .mxw-lg-19 {
    max-width: 950px;
  }
  .mxw-lg-20 {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .mxw-xl-0 {
    max-width: 0px;
  }
  .mxw-xl-1 {
    max-width: 50px;
  }
  .mxw-xl-2 {
    max-width: 100px;
  }
  .mxw-xl-3 {
    max-width: 150px;
  }
  .mxw-xl-4 {
    max-width: 200px;
  }
  .mxw-xl-5 {
    max-width: 250px;
  }
  .mxw-xl-6 {
    max-width: 300px;
  }
  .mxw-xl-7 {
    max-width: 350px;
  }
  .mxw-xl-8 {
    max-width: 400px;
  }
  .mxw-xl-9 {
    max-width: 450px;
  }
  .mxw-xl-10 {
    max-width: 500px;
  }
  .mxw-xl-11 {
    max-width: 550px;
  }
  .mxw-xl-12 {
    max-width: 600px;
  }
  .mxw-xl-13 {
    max-width: 650px;
  }
  .mxw-xl-14 {
    max-width: 700px;
  }
  .mxw-xl-15 {
    max-width: 750px;
  }
  .mxw-xl-16 {
    max-width: 800px;
  }
  .mxw-xl-17 {
    max-width: 850px;
  }
  .mxw-xl-18 {
    max-width: 900px;
  }
  .mxw-xl-19 {
    max-width: 950px;
  }
  .mxw-xl-20 {
    max-width: 1000px;
  }
}
.background-primary {
  background-color: #ee222b;
}

.background-secondary {
  background-color: #ee222b;
}

.background-gray {
  background-color: #f7f7f7;
}

.background-darkgray {
  background-color: #cccccc;
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #ffffff;
}

.background-light {
  background-color: #ebeff2;
}

.background-light {
  background-color: #ebeff2;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.grey-bg {
  background-color: #f7f7f7;
}

.primary-text {
  color: #ee222b !important;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input, .form-group textarea {
  width: 100%;
  border: none;
  height: 3rem;
  border-bottom: 1px solid #71777a;
  padding: 1rem;
  color: black;
  font-weight: 300;
  font-style: normal;
  outline: 0;
}
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: black;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: black;
}
.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  color: black;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: black;
}
.form-group select {
  width: 100%;
  border: none;
  height: 3rem;
  border-bottom: 1px solid #71777a;
  padding: 1rem;
  color: black;
  font-weight: 300;
  font-style: normal;
  outline: 0;
}
.form-group select::-webkit-input-placeholder {
  color: black;
}
.form-group select::-moz-placeholder {
  color: black;
}
.form-group select::-ms-input-placeholder {
  color: black;
}
.form-group select::placeholder {
  color: black;
}
.form-group textarea {
  height: 7rem;
  resize: none;
}
.form-group .bk-btn {
  margin-top: 1rem;
}

.bk-banner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  padding: 10rem 0rem 6rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bk-banner {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .bk-banner {
    padding: 14rem 0rem 10rem;
  }
}
.bk-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5098039216)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5098039216), transparent);
  z-index: 1;
}
@media (max-width: 991px) {
  .bk-banner:after {
    display: none;
  }
}
.bk-banner .btn {
  border: 2px solid #ee222b;
  padding: 0;
}
.bk-banner .btn span.btn-name {
  padding: 1rem 2rem;
  color: white;
}
@media (max-width: 767px) {
  .bk-banner .btn span.btn-name {
    color: #ee222b;
    padding: 1rem 1rem;
  }
}
.bk-banner .btn span.btn-img {
  padding: 18px;
  background: #ee222b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bk-banner .btn span.btn-img img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin: auto;
}
.bk-banner .btn:hover {
  border-color: #0095d9;
}
.bk-banner .btn:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: none;
          filter: none;
}
.bk-banner .btn:hover span.btn-img {
  background: #0095d9;
}
.bk-banner .btn:focus {
  background: none;
}
.bk-banner .bk-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bk-banner .bk-banner-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 23% top;
     object-position: 23% top;
  height: 100%;
  width: 100%;
}
@media (min-width: 575px) {
  .bk-banner .bk-banner-bg img {
    -o-object-position: left top;
       object-position: left top;
  }
}
.bk-banner .container-fluid {
  position: relative;
  z-index: 2;
}
.bk-banner .h1, .bk-banner h1 {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 575px) {
  .bk-banner .h1, .bk-banner h1 {
    margin-bottom: 1rem;
  }
}
.bk-banner .bk-banner-content {
  max-width: 991px;
}
@media (max-width: 991px) {
  .bk-banner {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bk-banner .bk-banner-bg {
    position: static;
  }
  .bk-banner .bk-banner-content {
    max-width: 991px;
    padding: 50px 15px;
  }
  .bk-banner .bk-banner-content * {
    color: black;
  }
}

.js-banner-slider .owl-dots {
  top: auto;
  /* -webkit-transform: translateY(-50%); */
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  left: 0;
  left: 56px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .js-banner-slider .owl-dots {
    display: block;
  }
}
@media (min-width: 768px) {
  .js-banner-slider .owl-dots {
    top: auto;
    /* -webkit-transform: translateY(-50%); */
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: 0;
    left: 56px;
    bottom: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
}
.js-banner-slider .owl-dots span {
  height: 3px;
  width: 25px;
  border: none;
  display: block;
  margin-right: 11px;
  background: rgba(255, 255, 255, 0.5019607843);
}
.js-banner-slider .owl-dots .owl-dot {
  display: block;
  margin: 0px 10px;
  outline: 0;
}
@media (min-width: 768px) {
  .js-banner-slider .owl-dots .owl-dot {
    margin: 10px 0px;
  }
}
.js-banner-slider .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

.bk-inner-banner {
  min-height: auto;
  padding: 9rem 0 9rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  position: relative;
  z-index: 999;
}
.bk-inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5098039216)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5098039216), transparent);
  z-index: -1;
}
@media (min-width: 768px) {
  .bk-inner-banner {
    padding: 12rem 0 12rem;
  }
}
@media (min-width: 992px) {
  .bk-inner-banner {
    padding: 11rem 0 11rem;
  }
}
.bk-inner-banner h1 {
  margin-bottom: 0;
  color: #ffffff;
}
.bk-inner-banner .container {
  position: relative;
  z-index: 2;
}

.bk-list ul {
  padding-left: 0;
}
.bk-list li {
  list-style: none;
  margin-bottom: 1.1rem;
  position: relative;
  padding-left: 2rem;
}
.bk-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ee222b;
}
.bk-list li:last-child {
  margin-bottom: 0;
}

.bk-faq .card {
  border: none;
  margin-bottom: 1rem;
}
.bk-faq .card-header {
  border: none;
  padding: 0;
}
.bk-faq .card-header .btn {
  width: 100%;
  padding: 1rem 2.5em 1rem 1.5rem;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 1rem;
  text-transform: capitalize;
}
.bk-faq .card-header .btn:after {
  content: "";
  background: url("../images/right-arrow-icon.svg") no-repeat center/cover;
  position: absolute;
  right: 1.4rem;
  top: 14px;
  width: 9px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bk-faq .card-header .btn:hover, .bk-faq .card-header .btn:focus {
  background-color: #ee222b;
}
.bk-faq .card-header .btn.collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.bk-faq .card-body {
  padding: 2rem 1rem;
}
@media (min-width: 575px) {
  .bk-faq .card-body {
    padding: 2rem;
  }
}

body.admin-bar .bk-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .bk-header {
    top: 46px;
  }
}
.bk-header {
  width: 100%;
  background-color: white;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  position: fixed;
  padding-top: 75px;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 1rem 0rem;
}
@media (min-width: 768px) {
  .bk-header {
    padding: 0rem 0rem;
  }
}
.bk-header.fixed {
  z-index: 9999;
}
.bk-header.fixed .header-bk {
  position: fixed;
  z-index: 90999;
}
.bk-header.fixed .logo-bk img {
  height: 3rem;
}
@media (min-width: 575px) {
  .bk-header.fixed .logo-bk img {
    height: 3rem;
  }
}
.bk-header.fixed nav li {
  padding: 1rem 1rem;
}
.bk-header.active {
  left: -280px;
}
@media (min-width: 1200px) {
  .bk-header.active {
    left: 0;
  }
}
.bk-header a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: capitalize;
}
.bk-header a:not(.btn):not(.obj):not(.button)::after {
  display: none;
}
.bk-header .bk-btn {
  margin-left: 1rem;
}
.bk-header nav a {
  color: #000000;
  font-weight: 600;
}
.bk-header nav a:hover {
  color: #ee222b;
}
.bk-header nav .current_page_item a {
  color: #ee222b !important;
}
.bk-header nav .current_page_item a:after {
  -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%) !important;
          filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%) !important;
}
.bk-header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bk-header nav > ul > li {
  margin: 0;
  padding: 1rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bk-header nav > ul > li.menu-item-has-children > a:after {
  content: url("../images/down-arrow.png");
  display: inline-block !important;
  width: 0.9rem;
  vertical-align: 2px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bk-header nav > ul > li.menu-item-has-children:hover > a {
  color: #ee222b;
}
.bk-header nav > ul > li.menu-item-has-children:hover > a:after {
  -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
          filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
}
.bk-header nav > ul > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.bk-header .logo-bk {
  padding-right: 1.8rem;
}
@media (max-width: 1680px) {
  .bk-header .logo-bk {
    padding-right: 1rem;
  }
}
.bk-header .logo-bk a {
  display: block;
}
.bk-header .logo-bk img {
  width: auto;
  height: 3rem;
}
@media (min-width: 575px) {
  .bk-header .logo-bk img {
    height: 3rem;
  }
}
@media (max-width: 1199px) {
  .bk-header .right-bk {
    margin-left: auto;
  }
}
.bk-header .right-bk ul {
  margin-bottom: 0;
  padding-left: 0;
}
.bk-header .right-bk ul li {
  padding-left: 1.8rem;
}
@media (max-width: 574px) {
  .bk-header .right-bk ul li {
    padding-left: 1.2rem;
  }
}
.bk-header .right-bk .btn:hover {
  color: #ee222b;
}
.bk-header.fixed-top {
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-animation: 0.7s fade-in;
  animation: 0.7s fade-in;
  z-index: 9999;
  -webkit-animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
          animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem 0rem;
}
@media (min-width: 1200px) {
  .bk-header.fixed-top {
    padding: 0rem 0rem;
  }
}
.bk-header.fixed-top nav > ul > li {
  padding: 1rem 1rem;
}
.bk-header.fixed-top nav a {
  color: #000000;
}
.bk-header.fixed-top nav a:hover {
  color: #ee222b;
}
.bk-header.fixed-top nav ul li.menu-item-has-children > a:after {
  -webkit-filter: invert(128%) sepia(37%) saturate(0%) hue-rotate(54deg) brightness(91%) contrast(103%);
          filter: invert(128%) sepia(37%) saturate(0%) hue-rotate(54deg) brightness(91%) contrast(103%);
}
.bk-header.fixed-top nav ul li.menu-item-has-children:hover a:after {
  -webkit-filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
          filter: invert(68%) sepia(36%) saturate(1672%) hue-rotate(188deg) brightness(92%) contrast(103%);
}
.bk-header.fixed-top .bk-mail a {
  color: #000000;
}
.bk-header.fixed-top .bk-mail a path {
  fill: #000000;
}
.bk-header.fixed-top .bk-mail a:hover {
  color: #ee222b;
}
.bk-header.fixed-top .bk-mail a:hover path {
  fill: #ee222b;
}
.bk-header.fixed-top .obj2 {
  display: block !important;
}
.bk-header.fixed-top .obj {
  display: none;
}
.bk-header.fixed-top .logo-bk img {
  height: 3rem;
}
@media (min-width: 575px) {
  .bk-header.fixed-top .logo-bk img {
    height: 3rem;
  }
}
.bk-header.fixed-top .bk-btn:before {
  display: none;
}
.bk-header.fixed-top .bk-mob-tog {
  color: #000000;
}
.bk-header.fixed-top .bk-mob-tog .bk-burger-menu:before, .bk-header.fixed-top .bk-mob-tog .bk-burger-menu:after {
  background-color: #000000;
}
@media (max-width: 574px) {
  .bk-header.fixed-top .bk-btn .btn path {
    fill: #000000;
  }
  .bk-header.fixed-top .bk-btn .btn:hover path {
    fill: #ee222b;
  }
}
@media (max-width: 574px) {
  .bk-header .bk-btn .btn {
    background-color: transparent;
    min-width: auto;
    padding: 0;
    border: none;
  }
  .bk-header .bk-btn:before {
    display: none;
  }
}
.bk-header .obj2 {
  display: none !important;
}
.bk-header .btn {
  padding: 2rem 2rem;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.bk-header li.menu-item-has-children ul.sub-menu {
  display: none;
  white-space: nowrap;
  min-width: 14rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  -webkit-animation: slide 0.2s ease;
          animation: slide 0.2s ease;
  padding: 0.25rem 0rem;
}
.bk-header li.menu-item-has-children ul.sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0.25rem 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bk-header li.menu-item-has-children ul.sub-menu li:hover {
  background-color: #ee222b;
}
.bk-header li.menu-item-has-children ul.sub-menu li:hover > ul {
  display: block;
}
.bk-header li.menu-item-has-children ul.sub-menu li:hover > a {
  color: #ffffff;
}
.bk-header li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  text-transform: none;
}
.bk-header li.menu-item-has-children ul.sub-menu li a::after {
  display: none;
}
.bk-header li.menu-item-has-children ul.sub-menu li ul {
  display: none;
  min-width: 12rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
}

.bk-mail {
  padding: 0 0rem 0 1.2rem;
  margin-right: 1rem;
}
@media (min-width: 575px) {
  .bk-mail {
    padding: 0 1.8rem 0 1.2rem;
  }
}
@media (min-width: 768px) {
  .bk-mail {
    padding: 0 2.4rem 0 1.2rem;
  }
}
.bk-mail a {
  color: #ffffff;
  text-transform: lowercase;
}
.bk-mail a path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bk-mail a:hover {
  color: #ee222b;
}
.bk-mail a:hover path {
  fill: #ee222b;
}

.bk-footer {
  font-size: 1rem;
  background: #121c22;
  color: white;
}
@media (max-width: 574px) {
  .bk-footer {
    text-align: center;
  }
}
.bk-footer li {
  list-style: none;
  margin-bottom: 1rem;
}
.bk-footer li:last-child {
  margin-bottom: 0;
}
.bk-footer a {
  color: white;
}
.bk-footer a path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bk-footer a:hover {
  color: #ee222b;
}
.bk-footer a:hover path {
  fill: #ee222b;
}
.bk-footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
.bk-footer .title-bk {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.2rem;
  color: black;
  line-height: normal;
}
.bk-footer .bottom-bk {
  padding: 1rem 0rem;
}
@media (max-width: 991px) {
  .bk-footer .bottom-bk {
    text-align: center;
  }
}
.bk-footer .bottom-bk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bk-footer .bottom-bk ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bk-footer .bottom-bk li {
  padding-right: 1.4rem;
}
.bk-footer .bottom-bk li:last-child {
  padding-right: 0;
}
.bk-footer .bottom-bk p {
  margin-bottom: 0;
  font-style: normal;
}
.bk-footer .social-bk {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  border: 1px solid #ee222b;
}
.bk-footer .social-bk li {
  padding: 5px;
  border-right: 1px solid #ee222b;
  width: 45px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bk-footer .social-bk li:last-child {
  border: none;
}
@media (min-width: 992px) {
  .bk-footer .social-bk {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bk-footer .social-bk a {
  margin-left: 1rem;
}
.bk-footer .social-bk a:first-child {
  margin-left: 0;
}
.bk-footer p img {
  height: 1.1rem;
  width: auto;
}
.bk-footer .bk-title {
  max-width: 430px;
}
.bk-footer ul {
  padding: 0;
}
.bk-footer ul li {
  margin-bottom: 8px;
}
.bk-footer .social-bk img {
  width: 17px;
  height: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.bk-footer .contact-section .item-bk {
  margin-bottom: 2rem;
}
.bk-footer .contact-section .item-bk p {
  margin-bottom: 0;
  font-weight: 500;
}
.bk-footer .contact-section .item-bk p a {
  color: #ee222b;
}
.bk-footer .contact-section .item-bk:last-child {
  margin-bottom: 0;
}
.bk-footer .border-top-2 .spacing-top {
  border-top: 1px solid #4d5559;
}
.bk-footer .form-box {
  padding: 3rem 2rem;
  background: white;
}
@media (max-width: 767px) {
  .bk-footer .form-box {
    margin-top: 2rem;
  }
}
.bk-footer .form-box p {
  color: black;
}
.bk-footer .form-box .btn {
  color: #ee222b;
}
.bk-footer .form-box > * {
  color: black;
}
.bk-footer .top-bk {
  background: url(../images/footer-pattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bk-wrapper {
  width: 100%;
  overflow: hidden;
}
.bk-wrapper.active .bk-ui {
  right: 280px;
}
@media (min-width: 1200px) {
  .bk-wrapper.active .bk-ui {
    right: 0;
  }
}
.bk-wrapper .bk-ui {
  position: relative;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-mob-tog {
  position: relative;
  height: 3rem;
  margin-left: 0.8rem;
  padding: 0 0 0 2rem;
  outline: 0 !important;
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}
@media (min-width: 575px) {
  .bk-mob-tog {
    margin-left: 1rem;
    padding-left: 2rem;
  }
}
.bk-mob-tog.active .bk-burger-menu::before {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
          transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
}
.bk-mob-tog.active .bk-burger-menu::after {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(45deg);
          transform: translate(-50%, -50%) translateY(0) rotate(45deg);
}
.bk-mob-tog .bk-burger-menu {
  width: 2.2rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bk-mob-tog .bk-burger-menu::before, .bk-mob-tog .bk-burger-menu::after {
  width: 0.8rem;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 575px) {
  .bk-mob-tog .bk-burger-menu::before, .bk-mob-tog .bk-burger-menu::after {
    width: 1.2rem;
    height: 2px;
  }
}
.bk-mob-tog .bk-burger-menu::before {
  -webkit-transform: translate(-50%, -50%) translateY(-2px) rotate(0);
          transform: translate(-50%, -50%) translateY(-2px) rotate(0);
}
@media (min-width: 575px) {
  .bk-mob-tog .bk-burger-menu::before {
    -webkit-transform: translate(-50%, -50%) translateY(-3px) rotate(0);
            transform: translate(-50%, -50%) translateY(-3px) rotate(0);
  }
}
.bk-mob-tog .bk-burger-menu::after {
  -webkit-transform: translate(-50%, -50%) translateY(2px) rotate(0);
          transform: translate(-50%, -50%) translateY(2px) rotate(0);
}
@media (min-width: 575px) {
  .bk-mob-tog .bk-burger-menu::after {
    -webkit-transform: translate(-50%, -50%) translateY(3px) rotate(0);
            transform: translate(-50%, -50%) translateY(3px) rotate(0);
  }
}
.bk-mob-tog span {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  color: black;
}
@media (min-width: 575px) {
  .bk-mob-tog span {
    font-size: 0.9rem;
    margin-left: 1.5rem;
  }
}

.bk-mob-nav-mask {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 320;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bk-mob-nav-mask.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bk-mob-nav {
  background-color: #ee222b;
  color: black;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 321;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999999;
}
.bk-mob-nav.active {
  right: 0;
}
.bk-mob-nav .contain-bk {
  width: 100%;
  height: 100%;
  padding: 1.2rem 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.bk-mob-nav a {
  display: inline-block;
  color: #ffffff;
}
.bk-mob-nav a::after {
  background-color: #ffffff;
}
.bk-mob-nav a:hover {
  color: #ffffff;
}
.bk-mob-nav .grid-bk {
  text-align: center;
}
.bk-mob-nav .grid-bk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bk-mob-nav .grid-bk ul li {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 0;
}
.bk-mob-nav .grid-bk ul li a {
  display: block;
  background-color: #000000;
  text-transform: uppercase;
  padding: 1rem 0.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.bk-mob-nav .grid-bk ul li a.active {
  background-color: transparent;
}
.bk-mob-nav .list-bk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bk-mob-nav .list-bk ul li {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
}
.bk-mob-nav .list-bk ul li:first-child {
  border-top: none;
}
.bk-mob-nav .list-bk ul li a {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 3rem;
  padding: 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
.bk-mob-nav .list-bk ul li button {
  position: absolute;
  right: 1rem;
  top: 10px;
  background-color: transparent;
  border: none;
  outline: 0;
}
.bk-mob-nav .list-bk ul li button:after {
  content: url("../images/right-arrow-angle.svg");
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bk-mob-nav .list-bk ul li ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: black;
}
.bk-mob-nav .list-bk ul li ul li {
  border-top: none;
}
.bk-mob-nav .list-bk ul li ul li button {
  background-color: #ee222b;
  color: black;
}
.bk-mob-nav .list-bk ul li ul li ul {
  margin-left: 1rem;
  background-color: #ee222b;
  color: black;
}
.bk-mob-nav .list-bk ul li ul li ul ul {
  background-color: rgba(255, 255, 255, 0.1);
}
.bk-mob-nav .list-bk ul li ul li a {
  position: relative;
  text-transform: none;
}
.bk-mob-nav .list-bk .active > button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bk-title p {
  color: #ee222b;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.bk-title .sub-title {
  font-weight: 600;
}

.bk-product-slider {
  position: relative;
}
.bk-product-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, transparent 90%);
  z-index: 1;
}
.bk-product-slider:after {
  content: "";
  height: 25%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/gradient-img.png") no-repeat center/cover;
}
.bk-product-slider figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.bk-product-slider figure img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bk-product-slider .number-bk {
  font-size: 70px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: -28px;
  left: 30px;
  z-index: 9;
  line-height: 60px;
}
.bk-product-slider .bk-btn {
  position: relative;
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
  display: block;
  max-width: inherit;
}
.bk-product-slider .btn {
  border: none;
  background: #000000;
  padding: 1.4rem 2rem;
  width: 100%;
  font-size: 17px;
}
.bk-product-slider .btn span.btn-name {
  color: white;
}
.bk-product-slider .btn span.btn-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bk-product-slider .btn span.btn-img img {
  width: 12px;
  height: auto;
  margin-left: auto;
  margin: auto;
  margin-left: 3rem;
}
.bk-product-slider .btn:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bk-product-slider .btn:focus {
  background: none;
}

.bk-blog-article-box {
  text-align: left;
  position: relative;
}
.bk-blog-article-box figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1rem;
}
.bk-blog-article-box figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bk-blog-article-box .data-bk {
  position: relative;
}
.bk-blog-article-box .data-bk .sub-title {
  color: #ee222b;
  font-weight: 500;
}
.bk-blog-article-box .data-bk .main-title {
  font-size: 1.4rem;
}
.bk-blog-article-box .data-bk .number-bk {
  position: absolute;
  right: 0;
  top: -82px;
  /* padding: 20px; */
  background: #ee222b;
}
.bk-blog-article-box .data-bk .number-bk .number {
  padding: 8px 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: white;
}
.bk-blog-article-box .data-bk .number-bk .date {
  padding: 4px 8px;
  background: black;
  line-height: 13px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.bk-blog-article-box a.link-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.bk-team {
  background: #7e8589;
  overflow: hidden !important;
  position: relative;
  /* CSS rule to change the backdrop background color */
}
.bk-team button.btn.btn-primary {
  margin: auto;
  border-radius: 20px;
  padding: 10px 16px;
  margin-top: 0.5rem;
  background: white;
  border: none;
}
.bk-team figure {
  position: relative;
  padding-bottom: 93%;
  margin-bottom: 0;
  z-index: 3;
  border: 1px solid rgba(4, 151, 221, 0.6784313725);
}
.bk-team figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bk-team .bk-box-footer {
  padding: 16px 10px;
  text-align: center;
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.bk-team .shape {
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: -49%;
}
.bk-team:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 70%;
  background: url(../images/shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 40%, -187%;
}

.bk-box-footer .sub-title-bk {
  font-weight: 600;
  font-size: 13px;
}
.bk-box-footer .main-title-bk {
  font-weight: 700;
  line-height: 24px;
  min-height: 50px;
}

.bk-contact-item a {
  color: black;
  font-weight: 500;
}
.bk-contact-item span {
  color: black;
  font-weight: 500;
}
.bk-contact-item figure {
  position: relative;
  padding-bottom: 20%;
  margin-bottom: 2rem;
}
.bk-contact-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bk-contact-item .title-bk {
  margin-bottom: 0;
}

.border-line-bk {
  width: 100%;
  height: 1px;
  background: #d4d4d4;
}

@media (max-width: 767px) {
  .bk-table {
    overflow: scroll;
  }
  .bk-table td {
    min-width: 200px;
  }
}
.bk-table .table {
  background: #ffeced;
  margin-bottom: 0;
  font-size: 14px;
}
.bk-table .table .thead-dark th {
  color: #ffffff;
  background-color: #ee222b;
  border-color: #ee222b;
}

.bk-product-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .bk-product-article {
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bk-product-article .main-title {
  margin-bottom: 2rem;
}
.bk-product-article .sub-title {
  color: #ee222b;
  font-weight: 500;
}
.bk-product-article p {
  color: black;
}

.bk-side-menu {
  margin-bottom: 2rem;
}
.bk-side-menu li {
  font-weight: 500;
  color: black;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .bk-side-menu li {
    padding: 1rem 0;
  }
}
.bk-side-menu li img {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bk-side-menu li.active img {
  display: block;
}
.bk-side-menu li.active a {
  color: #ee222b;
  border-bottom: 1px solid #ee222b;
}
.bk-side-menu li a {
  padding: 0.6rem 0;
  color: black;
  text-transform: uppercase;
  border-bottom: none;
}
@media (min-width: 768px) {
  .bk-side-menu.affix {
    position: fixed;
    top: 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1;
  }
}

.bk-title {
  margin-bottom: 2rem;
}

.bk-singleproduct .sub-title {
  margin-bottom: 1rem;
}
.bk-singleproduct .bk-list {
  margin-bottom: 2rem;
}

.d-flex.news-nav.mgb-2 {
  margin-bottom: 3.5rem !important;
}
/*# sourceMappingURL=app.css.map */


.bk-header .logo-bk img
{
	height:100px!important;
}