﻿.bg-omnitech {
  background-color: rgb(var(--primary-100-rgb));
}

a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.04rem;
}

a:hover {
  color: rgb(var(--primary-60-rgb));
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

h1 {
  font-weight: 900;
  font-size: 3rem;
}

h2 {
  color: white;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  line-height: 2.2rem;
  font-weight: 600;
}

h3 {
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.01rem;
  font-weight: 700;
}

h4 {
  color: white;
  font-size: 2rem;
}

h5 {
  color: white;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

h6 {
  color: rgb(var(--secondary-20-rgb));
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

h6.h6-2 {
  color: white;
  font-weight: 500;
  line-height: 2rem;
}

h7 {
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.h7-purple {
  color: rgb(var(--primary-30-rgb));
  font-size: 1.3rem;
  font-weight: 500;
}

h7.h7-2 {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgb(var(--secondary-30-rgb));
  text-transform: uppercase;
}

p {
  color: rgb(var(--grey-40-rgb));
  letter-spacing: 0.06rem;
  font-weight: 400;
  font-size: 1.2rem;
}

p.italic-1 {
  font-style: italic;
  font-weight: 500;
}

.body-3 {
  font-size: 1.3rem;
  color: rgb(var(--secondary-30-rgb));
}

h6.subheading-6 {
  padding-right: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: rgb(var(--grey-10-rgb));
}



.body-4 {
  font-size: 1.2rem;
}

/* Margin Top (mt-rem-1 to mt-rem-20) */
.mt-rem-1 {
    margin-top: 1rem;
}

.mt-rem-2 {
    margin-top: 2rem;
}

.mt-rem-3 {
    margin-top: 3rem;
}

.mt-rem-4 {
    margin-top: 4rem;
}

.mt-rem-5 {
    margin-top: 5rem;
}

.mt-rem-6 {
    margin-top: 6rem;
}

.mt-rem-7 {
    margin-top: 7rem;
}

.mt-rem-8 {
    margin-top: 8rem;
}

.mt-rem-9 {
    margin-top: 9rem;
}

.mt-rem-10 {
    margin-top: 10rem;
}

.mt-rem-11 {
    margin-top: 11rem;
}

.mt-rem-12 {
    margin-top: 12rem;
}

.mt-rem-13 {
    margin-top: 13rem;
}

.mt-rem-14 {
    margin-top: 14rem;
}

.mt-rem-15 {
    margin-top: 15rem;
}

.mt-rem-16 {
    margin-top: 16rem;
}

.mt-rem-17 {
    margin-top: 17rem;
}

.mt-rem-18 {
    margin-top: 18rem;
}

.mt-rem-19 {
    margin-top: 19rem;
}

.mt-rem-20 {
    margin-top: 20rem;
}

/* Margin Bottom (mb-rem-1 to mb-rem-20) */
.mb-rem-1 {
    margin-bottom: 1rem;
}

.mb-rem-2 {
    margin-bottom: 2rem;
}

.mb-rem-3 {
    margin-bottom: 3rem;
}

.mb-rem-4 {
    margin-bottom: 4rem;
}

.mb-rem-5 {
    margin-bottom: 5rem;
}

.mb-rem-6 {
    margin-bottom: 6rem;
}

.mb-rem-7 {
    margin-bottom: 7rem;
}

.mb-rem-8 {
    margin-bottom: 8rem;
}

.mb-rem-9 {
    margin-bottom: 9rem;
}

.mb-rem-10 {
    margin-bottom: 10rem;
}

.mb-rem-11 {
    margin-bottom: 11rem;
}

.mb-rem-12 {
    margin-bottom: 12rem;
}

.mb-rem-13 {
    margin-bottom: 13rem;
}

.mb-rem-14 {
    margin-bottom: 14rem;
}

.mb-rem-15 {
    margin-bottom: 15rem;
}

.mb-rem-16 {
    margin-bottom: 16rem;
}

.mb-rem-17 {
    margin-bottom: 17rem;
}

.mb-rem-18 {
    margin-bottom: 18rem;
}

.mb-rem-19 {
    margin-bottom: 19rem;
}

.mb-rem-20 {
    margin-bottom: 20rem;
}

/* Margin Start (ms-rem-1 to ms-rem-20) */
.ms-rem-1 {
    margin-left: 1rem;
}

.ms-rem-2 {
    margin-left: 2rem;
}

.ms-rem-3 {
    margin-left: 3rem;
}

.ms-rem-4 {
    margin-left: 4rem;
}

.ms-rem-5 {
    margin-left: 5rem;
}

.ms-rem-6 {
    margin-left: 6rem;
}

.ms-rem-7 {
    margin-left: 7rem;
}

.ms-rem-8 {
    margin-left: 8rem;
}

.ms-rem-9 {
    margin-left: 9rem;
}

.ms-rem-10 {
    margin-left: 10rem;
}

.ms-rem-11 {
    margin-left: 11rem;
}

.ms-rem-12 {
    margin-left: 12rem;
}

.ms-rem-13 {
    margin-left: 13rem;
}

.ms-rem-14 {
    margin-left: 14rem;
}

.ms-rem-15 {
    margin-left: 15rem;
}

.ms-rem-16 {
    margin-left: 16rem;
}

.ms-rem-17 {
    margin-left: 17rem;
}

.ms-rem-18 {
    margin-left: 18rem;
}

.ms-rem-19 {
    margin-left: 19rem;
}

.ms-rem-20 {
    margin-left: 20rem;
}

/* Margin End (me-rem-1 to me-rem-20) */
.me-rem-1 {
    margin-right: 1rem;
}

.me-rem-2 {
    margin-right: 2rem;
}

.me-rem-3 {
    margin-right: 3rem;
}

.me-rem-4 {
    margin-right: 4rem;
}

.me-rem-5 {
    margin-right: 5rem;
}

.me-rem-6 {
    margin-right: 6rem;
}

.me-rem-7 {
    margin-right: 7rem;
}

.me-rem-8 {
    margin-right: 8rem;
}

.me-rem-9 {
    margin-right: 9rem;
}

.me-rem-10 {
    margin-right: 10rem;
}

.me-rem-11 {
    margin-right: 11rem;
}

.me-rem-12 {
    margin-right: 12rem;
}

.me-rem-13 {
    margin-right: 13rem;
}

.me-rem-14 {
    margin-right: 14rem;
}

.me-rem-15 {
    margin-right: 15rem;
}

.me-rem-16 {
    margin-right: 16rem;
}

.me-rem-17 {
    margin-right: 17rem;
}

.me-rem-18 {
    margin-right: 18rem;
}

.me-rem-19 {
    margin-right: 19rem;
}

.me-rem-20 {
    margin-right: 20rem;
}

/* Margin X (mx-rem-1 to mx-rem-20) */
.mx-rem-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-rem-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-rem-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-rem-4 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mx-rem-5 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.mx-rem-6 {
    margin-left: 6rem;
    margin-right: 6rem;
}

.mx-rem-7 {
    margin-left: 7rem;
    margin-right: 7rem;
}

.mx-rem-8 {
    margin-left: 8rem;
    margin-right: 8rem;
}

.mx-rem-9 {
    margin-left: 9rem;
    margin-right: 9rem;
}

.mx-rem-10 {
    margin-left: 10rem;
    margin-right: 10rem;
}

.mx-rem-11 {
    margin-left: 11rem;
    margin-right: 11rem;
}

.mx-rem-12 {
    margin-left: 12rem;
    margin-right: 12rem;
}

.mx-rem-13 {
    margin-left: 13rem;
    margin-right: 13rem;
}

.mx-rem-14 {
    margin-left: 14rem;
    margin-right: 14rem;
}

.mx-rem-15 {
    margin-left: 15rem;
    margin-right: 15rem;
}

.mx-rem-16 {
    margin-left: 16rem;
    margin-right: 16rem;
}

.mx-rem-17 {
    margin-left: 17rem;
    margin-right: 17rem;
}

.mx-rem-18 {
    margin-left: 18rem;
    margin-right: 18rem;
}

.mx-rem-19 {
    margin-left: 19rem;
    margin-right: 19rem;
}

.mx-rem-20 {
    margin-left: 20rem;
    margin-right: 20rem;
}

/* Margin Y (my-rem-1 to my-rem-20) */
.my-rem-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-rem-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-rem-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-rem-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-rem-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-rem-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.my-rem-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.my-rem-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.my-rem-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.my-rem-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.my-rem-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
}

.my-rem-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
}

.my-rem-13 {
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.my-rem-14 {
    margin-top: 14rem;
    margin-bottom: 14rem;
}

.my-rem-15 {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.my-rem-16 {
    margin-top: 16rem;
    margin-bottom: 16rem;
}

.my-rem-17 {
    margin-top: 17rem;
    margin-bottom: 17rem;
}

.my-rem-18 {
    margin-top: 18rem;
    margin-bottom: 18rem;
}

.my-rem-19 {
    margin-top: 19rem;
    margin-bottom: 19rem;
}

.my-rem-20 {
    margin-top: 20rem;
    margin-bottom: 20rem;
}


.mt-6 {
    margin-top: 6rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-15 {
  margin-top: 15rem;
}

.ms-7 {
  margin-left: 7rem;
}

.pb-5-5 {
  padding-bottom: 5.5rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

.pt-7{
    padding-top: 7rem;
}

.container {
  padding-left: 36px;
  padding-right: 36px;
}

.downArrowCentered {
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.downArrow {
  position: absolute;
  left: 25%;
  z-index: 10;
  transform: translate(0, -50%);
}

.carousel-item {
  height: 275px;
  border: 2px solid rgba(var(--primary-60-rgb), 0.3);
}

.carousel-button {
  background: rgb(var(--primary-70-rgb));
  border: none;
}

.carousel-button:hover {
  background: rgb(var(--primary-50-rgb));
}

.carousel-icon {
  margin-top: 5px;
  width: 1.2rem;
  height: 1rem;
}

.contact-form {
  height: 800px;
}

.contact-form a {
  text-decoration: underline;
}

.contact-form p {
  margin-top: 2rem;
}

.form-input {
  background-color: transparent;
  color: rgb(var(--grey-10-rgb));
  border-width: 3px;
  border-style: solid;
  border-color: rgb(var(--grey-50-rgb));
  border-radius: var(--border-radius-card);
}

.form-input:focus {
  background-color: transparent;
  color: rgb(var(--grey-30-rgb));
  border-color: rgb(var(--primary-60-rgb));
  box-shadow: none;
  border-radius: var(--border-radius-card);
}

form .form-floating textarea.form-control {
  height: unset;
}

.form-floating > .form-control ~ label,
.form-floating > .form-control ~ label::after,
.form-floating > .form-control:placeholder-shown ~ label,
.form-floating > .form-control:placeholder-shown ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  color: rgb(var(--grey-10-rgb));
  background-color: transparent;
}

.quote {
  border-left: 2px solid rgb(var(--grey-10-rgb));
  padding-left: 2rem;
}

.gradient-card {
  position: relative;
  backdrop-filter: blur(10px);
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgb(var(--primary-95-rgb)),
    rgb(var(--primary-100-rgb)) 90%
  );
}

.gradient-card:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(
    to bottom,
    rgb(var(--primary-80-rgb)),
    rgb(var(--primary-100-rgb))
  );
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}

.translate-above {
  transform: translate(0%, -100%);
}

.start-30 {
  left: 30%;
}

p a {
  color: rgb(var(--grey-30-rgb));
  text-decoration: underline;
}

.pb-lg-6 {
  padding-bottom: 2rem;
}

.paragraph {
    color: rgb(var(--grey-40-rgb));
    letter-spacing: 0.06rem;
    font-weight: 400;
    font-size: 1.2rem;
}

/* Medium Screen */
@media (min-width: 768px) {
    p {
    font-size: 1.3rem;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  .downArrow {
    left: 9%;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 7rem;
  }

  .carousel-item {
    height: 350px;
  }

  .pb-lg-10 {
    padding-bottom: 15rem;
  }

  .downArrow {
    left: 9%;
  }

  .downArrowCareers {
    left: 12%;
  }

  #downArrow {
    left: 47%;
  }

  .h-lg-unset {
    height: unset !important;
  }
    
  h6.subheading-6 {
    font-size: 1.2rem;
  }


    /* Margins  */
    .mt-rem-1-md {
        margin-top: 1rem !important;
    }

    .mt-rem-2-md {
        margin-top: 2rem !important;
    }

    .mt-rem-3-md {
        margin-top: 3rem !important;
    }

    .mt-rem-4-md {
        margin-top: 4rem !important;
    }

    .mt-rem-5-md {
        margin-top: 5rem !important;
    }

    .mt-rem-6-md {
        margin-top: 6rem !important;
    }

    .mt-rem-7-md {
        margin-top: 7rem !important;
    }

    .mt-rem-8-md {
        margin-top: 8rem !important;
    }

    .mt-rem-9-md {
        margin-top: 9rem !important;
    }

    .mt-rem-10-md {
        margin-top: 10rem !important;
    }

    .mt-rem-11-md {
        margin-top: 11rem !important;
    }

    .mt-rem-12-md {
        margin-top: 12rem !important;
    }

    .mt-rem-13-md {
        margin-top: 13rem !important;
    }

    .mt-rem-14-md {
        margin-top: 14rem !important;
    }

    .mt-rem-15-md {
        margin-top: 15rem !important;
    }

    .mt-rem-16-md {
        margin-top: 16rem !important;
    }

    .mt-rem-17-md {
        margin-top: 17rem !important;
    }

    .mt-rem-18-md {
        margin-top: 18rem !important;
    }

    .mt-rem-19-md {
        margin-top: 19rem !important;
    }

    .mt-rem-20-md {
        margin-top: 20rem !important;
    }

    /* Margin Bottom (mb-rem-1 to mb-rem-20) */
    .mb-rem-1-md {
        margin-bottom: 1rem !important;
    }

    .mb-rem-2-md {
        margin-bottom: 2rem !important;
    }

    .mb-rem-3-md {
        margin-bottom: 3rem !important;
    }

    .mb-rem-4-md {
        margin-bottom: 4rem !important;
    }

    .mb-rem-5-md {
        margin-bottom: 5rem !important;
    }

    .mb-rem-6-md {
        margin-bottom: 6rem !important;
    }

    .mb-rem-7-md {
        margin-bottom: 7rem !important;
    }

    .mb-rem-8-md {
        margin-bottom: 8rem !important;
    }

    .mb-rem-9-md {
        margin-bottom: 9rem !important;
    }

    .mb-rem-10-md {
        margin-bottom: 10rem !important;
    }

    .mb-rem-11-md {
        margin-bottom: 11rem !important;
    }

    .mb-rem-12-md {
        margin-bottom: 12rem !important;
    }

    .mb-rem-13-md {
        margin-bottom: 13rem !important;
    }

    .mb-rem-14-md {
        margin-bottom: 14rem !important;
    }

    .mb-rem-15-md {
        margin-bottom: 15rem !important;
    }

    .mb-rem-16-md {
        margin-bottom: 16rem !important;
    }

    .mb-rem-17-md {
        margin-bottom: 17rem !important;
    }

    .mb-rem-18-md {
        margin-bottom: 18rem !important;
    }

    .mb-rem-19-md {
        margin-bottom: 19rem !important;
    }

    .mb-rem-20-md {
        margin-bottom: 20rem !important;
    }

    /* Margin Start (ms-rem-1 to ms-rem-20) */
    .ms-rem-1-md {
        margin-left: 1rem !important;
    }

    .ms-rem-2-md {
        margin-left: 2rem !important;
    }

    .ms-rem-3-md {
        margin-left: 3rem !important;
    }

    .ms-rem-4-md {
        margin-left: 4rem !important;
    }

    .ms-rem-5-md {
        margin-left: 5rem !important;
    }

    .ms-rem-6-md {
        margin-left: 6rem !important;
    }

    .ms-rem-7-md {
        margin-left: 7rem !important;
    }

    .ms-rem-8-md {
        margin-left: 8rem !important;
    }

    .ms-rem-9-md {
        margin-left: 9rem !important;
    }

    .ms-rem-10-md {
        margin-left: 10rem !important;
    }

    .ms-rem-11-md {
        margin-left: 11rem !important;
    }

    .ms-rem-12-md {
        margin-left: 12rem !important;
    }

    .ms-rem-13-md {
        margin-left: 13rem !important;
    }

    .ms-rem-14-md {
        margin-left: 14rem !important;
    }

    .ms-rem-15-md {
        margin-left: 15rem !important;
    }

    .ms-rem-16-md {
        margin-left: 16rem !important;
    }

    .ms-rem-17-md {
        margin-left: 17rem !important;
    }

    .ms-rem-18-md {
        margin-left: 18rem !important;
    }

    .ms-rem-19-md {
        margin-left: 19rem !important;
    }

    .ms-rem-20-md {
        margin-left: 20rem !important;
    }

    /* Margin End (me-rem-1 to me-rem-20) */
    .me-rem-1-md {
        margin-right: 1rem !important;
    }

    .me-rem-2-md {
        margin-right: 2rem !important;
    }

    .me-rem-3-md {
        margin-right: 3rem !important;
    }

    .me-rem-4-md {
        margin-right: 4rem !important;
    }

    .me-rem-5-md {
        margin-right: 5rem !important;
    }

    .me-rem-6-md {
        margin-right: 6rem !important;
    }

    .me-rem-7-md {
        margin-right: 7rem !important;
    }

    .me-rem-8-md {
        margin-right: 8rem !important;
    }

    .me-rem-9-md {
        margin-right: 9rem !important;
    }

    .me-rem-10-md {
        margin-right: 10rem !important;
    }

    .me-rem-11-md {
        margin-right: 11rem !important;
    }

    .me-rem-12-md {
        margin-right: 12rem !important;
    }

    .me-rem-13-md {
        margin-right: 13rem !important;
    }

    .me-rem-14-md {
        margin-right: 14rem !important;
    }

    .me-rem-15-md {
        margin-right: 15rem !important;
    }

    .me-rem-16-md {
        margin-right: 16rem !important;
    }

    .me-rem-17-md {
        margin-right: 17rem !important;
    }

    .me-rem-18-md {
        margin-right: 18rem !important;
    }

    .me-rem-19-md {
        margin-right: 19rem !important;
    }

    .me-rem-20-md {
        margin-right: 20rem !important;
    }

    /* Margin X (mx-rem-1 to mx-rem-20) */
    .mx-rem-1-md {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-rem-2-md {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mx-rem-3-md {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .mx-rem-4-md {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .mx-rem-5-md {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .mx-rem-6-md {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .mx-rem-7-md {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .mx-rem-8-md {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .mx-rem-9-md {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .mx-rem-10-md {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .mx-rem-11-md {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .mx-rem-12-md {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .mx-rem-13-md {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .mx-rem-14-md {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .mx-rem-15-md {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .mx-rem-16-md {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .mx-rem-17-md {
        margin-left: 17rem !important;
        margin-right: 17rem !important;
    }

    .mx-rem-18-md {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .mx-rem-19-md {
        margin-left: 19rem !important;
        margin-right: 19rem !important;
    }

    .mx-rem-20-md {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    /* Margin Y (my-rem-1 to my-rem-20) */
    .my-rem-1-md {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-rem-2-md {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-rem-3-md {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-rem-4-md {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-rem-5-md {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-rem-6-md {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-rem-7-md {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-rem-8-md {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-rem-9-md {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-rem-10-md {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-rem-11-md {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .my-rem-12-md {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-rem-13-md {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .my-rem-14-md {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-rem-15-md {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-rem-16-md {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-rem-17-md {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }

    .my-rem-18-md {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .my-rem-19-md {
        margin-top: 19rem !important;
        margin-bottom: 19rem !important;
    }

    .my-rem-20-md {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }
}
