.bg-dark {
  background: #263842;
}
.bg-white {
  background: white;
  box-shadow: 0 20px 28px -12px rgba(0, 0, 0, 0.05);
}
.bg-grey {
  background-color: rgba(245, 245, 245, 0.6) !important;
  background: rgba(245, 245, 245, 0.6) !important;
}
.bg-primary {
  background: #1f80c4;
  color: white;
}

::-moz-selection,
.alert::-moz-selection {
  color: white !important;
  background: #1f80c4 !important;
}

.alert::selection,
::selection {
  color: white !important;
  background: #1f80c4 !important;
}

.bottom-white-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid white;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.bottom-dark-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #263842;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.bottom-grey-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid rgba(245, 245, 245, 0.6);
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.bottom-primary-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #1f80c4;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}

.left-icon {
  float: left;
  display: table-cell;
  padding: 10px;
}

.right-icon {
  display: table-cell;
  padding: 10px;
}

.latestwork-block {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
  /*float: left;*/
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.latestwork-block:hover {
  box-shadow: 0 0 30px #1f80c4;
}

.latestwork-block:after {
  padding-top: 85.18518519%;
  /* 16:9 ratio */
  display: block;
  content: "";
}

.project-block {
  display: inline-block;
  position: relative;
  /*float: left;*/
  box-sizing: border-box;
  transition: all 0.3s;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.project-block:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.project-block-inner {
  background: rgba(50, 50, 50, 0.8);
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
}

.project-block-inner:hover {
  background: rgba(0, 0, 0, 0.5);
}
.project-block-inner h2 {
  color: white;
}

@media (max-width: 1500px) {
  .project-block:after {
    padding-top: 82.18518519% !important;
  }
}

@media (min-width: 992px) {
  .project-block-inner-inner {
    position: absolute;
    bottom: 3rem;
  }
  .project-block:after {
    padding-top: 42.18518519%;
    /* 16:9 ratio */
    display: block;
    content: "";
  }
  .project-block-inner {
    position: absolute;
  }
}

.latestwork-block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  /* right: 3rem; */
  color: white;
  padding: 3rem;
}

@media (min-width: 1600px) {
  .latestwork-block-content {
    padding: 3rem 3rem;
  }
}

@media (min-width: 1200px) AND (max-width: 1600px) {
  .latestwork-block-content .btn {
    display: none !important;
  }
}

.single-review {
  text-align: center;
  display: none;
  position: relative;
  animation: float 1s;
  animation-fill-mode: forwards;
}

@keyframes float {
  from {
    opacity: 0;
    top: 15px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.single-review:first-child {
  display: block;
}

.review-button {
  width: 7px !important;
  height: 7px;
  border: none;
  outline: none;
  background: #c2c2c2;
  margin: 0 3px;
  font-size: 0.1em;
  cursor: pointer;
  transition: background 0.3s;
  padding: 0px;
}

.review-button-active {
  background: #656b79;
}

.top-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -12px;
  width: 50%;
  border-bottom: 12px solid #263842;
  border-right: 10px solid transparent;
}
.top-arrow:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 0;
  top: -12px;
  width: 50%;
  border-bottom: 12px solid #263842;
  border-left: 10px solid transparent;
}

body.home .icaal-contact-form .btn,
body.page .icaal-contact-form .btn {
  margin: 0 auto 1.5rem;
  top: 0;
}

/* body.single-project img{
  width:auto;
} */

#largescreen,
#customimage {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#singularimage {
  position: absolute;
  bottom: -6px;
  left: 5%;
  display: none;
}
#mediumscreen {
  position: absolute;
  bottom: -6px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  left: 50%;
}
#smallscreen {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-140%);
  -webkit-transform: translateX(-190%);
  -moz-transform: translateX(-140%);
  -o-transform: translateX(-140%);
}
#mobilescreen {
  position: absolute;
  bottom: -6px;
  transform: translateX(-450%);
  -webkit-transform: translateX(-450%);
  -moz-transform: translateX(-450%);
  -o-transform: translateX(-450%);
  left: 50%;
}

.herocontent {
  position: absolute;
  top: 20%;
  left: 50%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: white;
  -o-transform: translate(-50%, -50%);
}
.phone-case {
  width: 100%;
  position: relative;
  z-index: 1;
}

.phone-behind-image {
  height: 100%;
  overflow: scroll;
  padding: 0;
  /* height: auto; */
  background: white;
}

.phone-behind {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 38.4%;
  left: 29.2%;
  top: 12.3%;
  height: 64%;
  transform: rotateX(6.3deg) rotateZ(-21.7deg) skewX(13deg) skewY(4deg);
  -webkit-transform: rotateX(6deg) rotateZ(-21.4deg) skewX(13deg) skewY(2deg);
  -moz-transform: rotateX(6.3deg) rotateZ(-21.7deg) skewX(13deg) skewY(4deg);
  -o-transform: rotateX(6.3deg) rotateZ(-21.7deg) skewX(13deg) skewY(4deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}

.phone-section {
  position: relative;
  perspective: 250px;
  -webkit-perspective: 250px;
  -moz-perspective: 250px;
  -o-perspective: 250px;
}

@media (min-width: 992px) {
  .phone-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}

.message-box {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 2px solid #1f80c4;
}

.tilt-outer {
  height: 50vh;
  position: relative;
}

.tilt-image {
  width: 800px;
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform: rotateX(25deg) rotateZ(-20deg) rotateY(10deg) skewX(15deg)
    translateX(-50%);
  -webkit-transform: rotateX(25deg) rotateZ(-20deg) rotateY(10deg) skewX(15deg)
    translateX(-50%);
  -moz-transform: rotateX(25deg) rotateZ(-20deg) rotateY(10deg) skewX(15deg)
    translateX(-50%);
  -o-transform: rotateX(25deg) rotateZ(-20deg) rotateY(10deg) skewX(15deg)
    translateX(-50%);
  top: -5%;
  left: 50%;
  height: 1000px;

  margin-top: -100px;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .tilt-image {
    width: 600px;
  }
}

.tilt-image img {
  border-radius: 5px;
  border-left: 3px solid #efefef;
}

#tilt1 {
  z-index: 4;
}

#title1,
#title2,
#title3 {
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
}

#tilt2 {
  z-index: 3;
  margin-left: 360px;
}
#tilt3 {
  z-index: 2;
  margin-left: -300px;
  top: 20%;
}

.content-container.home-content-container {
  position: absolute;
  bottom: 0;
  left: 3rem;
  display: inline;
  width: auto;
  text-align: left;
  top: auto !important;
  padding: 3rem;
  max-width: 1080px;
}

@media (max-width: 1400px) {
  .content-container.home-content-container h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1000px) {
  .content-container.home-content-container {
    left: 0;
    padding: 1rem;
  }
}

.btn,
form input[type="submit"],
.nav-btn > a {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.5rem 3rem;
  -moz-border: 3px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
}

.btn-primary:hover,
form input[type="submit"]:hover,
.btn-primary:focus,
form input[type="submit"]:focus {
  background-color: #1d6ea7 !important;
  border: 2px solid #1d6ea7 !important;
  color: white !important;
}

.btn-white,
.nav-btn > a {
  background: white !important;
  color: #1f80c4 !important;
  border: 2px solid white !important;
}
.btn-white:hover {
  background: #eeeeee !important;
  color: #1f80c4 !important;
  border: 2px solid #eeeeee !important;
}

.btn-white-o {
  background: none !important;
  color: white !important;
  border: 2px solid white !important;
}

.btn-white-o:hover {
  background: white !important;
  color: #1f80c4 !important;
}

.btn-secondary {
  background: #68d86a !important;
  border: 2px solid #68d86a !important;
  color: white !important;
  border-color: #68d86a !important;
}
.btn-secondary:hover {
  background: #5cb05e !important;
  border: 2px solid #5cb05e !important;
  border-color: #5cb05e !important;
}

.btn-primary-o {
  background: none !important;
  color: #1f80c4 !important;
  border: 2px solid #1f80c4 !important;
}

.btn-primary-o:hover {
  background: #1f80c4 !important;
  color: white !important;
}
/*
form input[type="submit"] {
-webkit-transition: background-color ease 0.3s, color ease 0.3s;
transition: background-color ease 0.3s, color ease 0.3s;
display: block;
margin: 0 auto 1.5rem;
width: auto;
line-height: 1;
padding: 1.5em 3em;
text-transform: uppercase;
font-weight: 400;
font-size: 1em;
color: white;
letter-spacing: 1px;
background-color: #40C4FF;
border: 1px solid #40C4FF;
}*/

@media (min-width: 1600px) {
  .col-xl-3 {
    width: 25%;
  }
}

@media (max-width: 1800px) {
  .latestwork-block {
    font-size: 0.8rem;
  }
  .latestwork-block .btn {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .latestwork-block:after {
    padding-top: 0 !important;
  }
  .first-latestwork-block:after {
    padding-top: 0 !important;
  }
  .latestwork-block-content {
    position: static;
  }
  .latestwork-block-content .btn {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .first-latestwork-block:after {
    padding-top: 42%;
  }
}

body.page .btn {
  position: relative;
  top: auto;
}

@media (max-width: 1600px) AND (min-width: 1200px) {
  .latestwork-block-content {
    padding: 0.5rem;
  }
  .latestwork-block-content p {
    margin: 0;
  }
  .first-latestwork-block .latestwork-block-content {
    padding: 3rem;
  }
  .first-latestwork-block .latestwork-block-content p {
    margin: 3px 0;
  }
}

form input,
form textarea {
  margin-bottom: 1em;
}

@media (max-width: 580px) {
  .fullscreen.background {
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }
}

.carousel-inner {
  height: 100%;
}
.carousel {
  position: relative;
  height: 50vh;
}

.carousel-caption {
  padding-bottom: 80px;
}

#paperplane {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /*animation: jiggle 4s infinite;
  animation-fill-mode: forwards;*/

  color: #1f80c4 !important;
}
#paperplane-outer {
  display: inline-block;
  position: relative;
  left: 20px;
  transform: rotate(0deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 0;
}

@keyframes jiggle {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  10% {
    left: -5px;
    transform: rotate(-5deg);
  }
  25% {
    left: 5px;
    transform: rotate(5deg);
  }
  40% {
    left: 0px;
    transform: rotate(0deg);
  }
}

body {
  overflow-x: hidden;
}

#paperplane-outer {
  -webkit-animation: xAxis 2.5s 1 cubic-bezier(0.02, 0.01, 0.21, 1);
  animation: xAxis 2.5s 1 cubic-bezier(0.02, 0.01, 0.21, 1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

#paperplane {
  -webkit-animation: yAxis 2.5s 1 cubic-bezier(0.3, 0.27, 0.07, 1.64);
  animation: yAxis 2.5s 1 cubic-bezier(0.3, 0.27, 0.07, 1.64);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

@-webkit-keyframes yAxis {
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}

@keyframes yAxis {
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}

@-webkit-keyframes xAxis {
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.58, 0.29, 0.53, 1);
    animation-timing-function: cubic-bezier(0.58, 0.29, 0.53, 1);
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }
}

@keyframes xAxis {
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.58, 0.29, 0.53, 1);
    animation-timing-function: cubic-bezier(0.58, 0.29, 0.53, 1);
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }
}

.home-video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  object-fit: cover;
}

#projecthero {
  min-height: 640px;
}
@media (max-width: 800px) {
  .btn {
    display: block !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .cta-section {
    text-align: center;
  }
}
@media (max-width: 481px) {
  body.home .fullscreen {
    background-position: 50% 50%;
    background-position: 50% 50% 9 !important;
    width: 100%;
    min-height: 100%;
  }
  .home-video {
    top: 0;
    left: 0;
  }
  .herocontent {
    top: auto;
    left: auto;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 90%;
    /* left: 5%; */
    margin-left: 5%;
  }
  .phone-behind {
    position: static;
    top: 0;
    overflow: hidden;
    height: 500px;
    width: 100%;
  }
  .phone-behind-image {
    overflow: hidden;
    overflow-y: scroll;
    height: 500px;
  }
  .phone-case {
    display: none;
  }
  .phone-section p {
    display: none;
  }
}

.service-block {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  /*float: left;*/
  transition: all 0.3s;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.service-block-inner {
  color: white;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.service-block:hover .service-block-inner {
  margin-bottom: 0;
  margin-top: 0;
}

.service-block:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
  .service-block:after {
    padding-top: 80%;
    display: block;
    content: "";
  }

  .service-block-inner {
    position: absolute;
    bottom: 0;
    margin-bottom: -90px;
  }
}

@media (max-width: 992px) {
  .service-block-inner {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .owl-carousel2 {
    margin-top: 23vw;
  }
}

#burger-button {
  display: none;
  position: relative;
}
#burger-button:after {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #263842;
  content: "";
  display: block;
  top: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

#burger-button.burger-button-active:after {
  transform: scale(50);
  -webkit-transform: scale(50);
  -moz-transform: scale(50);
  -o-transform: scale(50);
}

.mobile-menu {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: fixed;
  top: 10px;
  left: 0;
  padding: 3rem;
  color: white;
  transition-property: all !important;
  -webkit-transition-property: all !important;
  -moz-transition-property: all !important;
  -o-transition-property: all !important;
  position: fixed;
  padding-top: 5rem;
  background: #263842;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu #menu-primary {
  list-style-type: none;
}
.mobile-menu #menu-primary .menu-item {
  margin-bottom: 1rem;
}

#mobile-menu-close {
  position: fixed;
  top: 4rem;
  right: 1rem;
  padding: 1rem;
  cursor: pointer;
}

#mobile-menu-close .mobile-menu-close-inner {
  width: 40px;
  height: 3px;
  position: relative;
}
#mobile-menu-close .mobile-menu-close-inner:after {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#mobile-menu-close .mobile-menu-close-inner:before {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media (max-width: 991px) {
  #burger-button {
    display: block;
    /* float: right; */
    height: 53px;
    padding: 11px 12px 11px 0;
    cursor: pointer;
  }

  #burger-button-inner {
    border: none;
    outline: none;
    background: white;
    width: 32px;
    height: 3px;
    padding: 0;
    border-radius: 2px;
    position: relative;
  }

  #burger-button-inner:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -9px;
    width: 100%;
    height: 100%;
    background: white;
  }
  #burger-button-inner:before {
    position: absolute;
    display: block;
    content: "";
    top: -9px;
    width: 100%;
    height: 100%;
    background: white;
  }
}

.content-container.home-content-container {
  -webkit-transform: none !important;
  transform: none !important;
  bottom: 3rem !important;
}

@media (min-width: 1000px) {
  .content-container.home-content-container {
    left: 3rem !important;
  }
}

#secondary-menu {
  background: #1f80c4;
}

.remodal-close:hover {
  border: none;
  outline: none;
  padding: none;
}

body {
  padding-right: 0px !important;
}

.remodal-overlay {
  background: rgba(43, 76, 106, 0.9);
}

.phone-singular {
  display: none;
}

.tilt-outer {
  display: none;
}
.tilt-singular {
  display: block;
}

@supports (transform: rotateX(25deg)) {
  .tilt-outer {
    display: block;
  }
  .tilt-singular {
    display: none;
  }
}

@media (max-width: 850px) {
  .hero-o-images {
    display: none;
  }
  #singularimage,
  .phone-singular {
    display: block;
  }
  .phone-section {
    display: none;
  }
  .tilt-outer {
    display: none !important;
  }
  .tilt-singular {
    display: block !important;
  }
}

p {
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  #menu-primary-1 {
    font-size: 0.7rem;
  }
  .navbar-nav > li {
    padding: 0px 9px !important;
  }
}

.cd-top {
  z-index: 5;
  bottom: 5rem;
  right: 21px;
}

@media (min-width: 1200px) {
  .cd-top {
    bottom: 1rem;
    right: 3rem;
  }
  .live-chat-outer {
    right: 8rem !important;
  }
}

@media (max-width: 581px) {
  .video-outer {
    display: none;
  }
  .home .fullscreen.background {
    background: url("/wp-content/uploads/2017/03/homeq.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-id-2.home .navbar {
    background: #263238 !important;
  }
  .drop-down-mobile {
    display: block !important;
  }
}
.drop-down-mobile {
  display: none;
}

.menu-item {
  position: relative;
}

.mobile-menu .menu-item-37:before {
  content: "\f059";
}
.mobile-menu .menu-item-5839:before {
  content: "\f121";
}
.mobile-menu .menu-item-31:before {
  content: "\f00c";
}
.mobile-menu .menu-item-5103:before {
  content: "\f19d";
}
.mobile-menu .menu-item-3584:before {
  content: "\f0f2";
}
.mobile-menu .menu-item-32:before {
  content: "\f1ea";
}
.mobile-menu .menu-item-5842:before {
  content: "\f154";
}
.mobile-menu .menu-item-65:before {
  content: "\f1d8";
}

.mobile-menu .menu-item-10769:before {
  content: "\f007";
}

.mobile-menu .menu-item-12573:before {
  content: "\f19d";
}

.mobile-menu #menu-primary-1 {
  list-style-type: none;
  font-size: 1rem !important;
}

.mobile-menu .menu-item:before {
  color: white;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  left: -30px;
}

.mobile-menu .nav-btn > a {
  font-size: inherit !important;
  color: white !important;
  border: none !important;
  background: none !important;
  -moz-border: none !important;
  border-radius: none !important;
}

.mobile-menu .dropdown-menu {
  position: fixed;
  top: 3rem;
  left: 3rem;
  background: #263842;
  box-shadow: none;
  overflow-y: scroll;
  height: calc(100% - 50px);
  top: 4rem;
  left: 0;
  overflow: visible;
  overflow-y: scroll;
  width: 80%;
  padding: 3rem;
  padding-right: 3rem;
  padding-top: 0;
}

.mobile-menu .menu-item {
  padding-bottom: 10px !important;
}

#carousel-example-generic {
  min-height: 530px !important;
}

.mobile-menu .dropdown-menu:after {
  color: white;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: fixed;
  top: 3rem;
  right: 2rem;
  font-size: 2rem;
  background: #263842;
  width: 50px;
  height: 50px;
  content: "\f060";
  padding: 0;
  /* left: -3rem; */
  /* top: -3rem; */
}
@media (max-height: 630px) {
  .home-content-container.content-container h1 {
    font-size: 2rem;
  }
}

.home-service-inner p,
.service-block-inner p {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-service:hover .home-service-inner p,
.service-block:hover .service-block-inner p {
  opacity: 1;
}

.front-page-drop {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0.4;
  animation: bobble 3s infinite;
  margin-bottom: 0px;
}

@keyframes bobble {
  0% {
    margin-bottom: 0px;
  }
  10% {
    margin-bottom: -4px;
  }
  20% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
}

.owl-carousel-right-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-prev {
  position: absolute;
  top: 50%;
  color: white;
  left: 1rem;
  font-size: 2rem;
  font-weight: bold;
  transform: translateY(-50%);
}
.owl-next {
  position: absolute;
  top: 50%;
  color: white;
  right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  transform: translateY(-50%);
}

.imageslider-item {
  border-radius: 3px;
}

.fourofour {
  height: 100vh;
}

.error404 .navbar {
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 632px) {
  .error404 .navbar {
    top: 44px;
  }
}

@media (max-width: 1000px) {
  .fourofour .row {
    font-size: 1em !important;
  }
}
.error404 {
  background: #dae4ed !important;
}

@media (min-width: 800px) {
  #layer-two {
    max-width: 65%;
  }
}

.owl-carousel2-inner img {
  width: auto !important;
  height: 100px !important;
}

.ourClients .owl-stage-outer {
  height: 200px;
}

#livechat-compact-container {
  transform: translateY(100%) !important;
  -webkit-transform: translateY(100%) !important;
  -moz-transform: translateY(100%) !important;
  -o-transform: translateY(100%) !important;
}

.live-chat-outer {
  position: fixed;
  bottom: 0rem;
  right: 1rem;
  z-index: 5;
}

#live-chat-trigger {
  float: right;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
}

.back-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11% !important;
  left: 34%;
  bottom: 7%;
  z-index: 2;
}

.live-chat-text {
  float: left;
  background: white;
  padding: 5px;
  position: relative;
  /* border-radius: 3px; */
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  margin-right: 27px;
  /* border-right: 50px solid transparent; */
  bottom: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.live-chat-text:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  border-top: 17px solid transparent;
  border-left: 20px solid white;
  right: -20px;
  top: 0;
  border-bottom: 17px solid transparent;
}

@media (max-width: 580px) {
  .fullscreen.background {
    height: 80vh;
    min-height: 80%;
  }
}

@media (max-width: 1000px) {
  .top-outer-burger {
    display: none !important;
  }
  .top-dropdown {
    display: none;
  }
}

.top-outer-burger {
  display: none;
  cursor: pointer;
  padding: 14px 2px 14px 14px;
  position: relative;
  bottom: 4px;
}

.top-inner-burger {
  width: 25px;
  height: 2px;
  background: white;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

.top-inner-burger-active {
  background: none;
}

.top-inner-burger:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 6px;
  background: white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.top-inner-burger:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 6px;
  background: white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top-inner-burger-active:after {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.top-inner-burger-active:before {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.affix-top .top-dropdown {
  display: none;
}

.affix-top .navbar.mega > li{
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.affix-top .top-dropdown .navbar.mega .menu-item a {
  color:white;
}

.affix-top .top-dropdown .navbar.mega .menu-item a:hover {
  color:#1f80c4;
}

.affix-top .top-dropdown .navbar.mega .dropdown-menu a:hover {
  color: white;
}

.top-dropdown .menu-item a {
  color: #1f80c4;
}

.dropdown-remove {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.dropdown-open .dropdown-remove {
  display: block;
}

.top-dropdown {
  background: #263238;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.top-dropdown .nav-btn > a {
  background: #1f80c4 !important;
  color: white !important;
  border-radius: 5px;
}

.top-dropdown .nav-btn > a:hover {
  background: white!important;
  color: #1f80c4 !important;
}

.top-dropdown .navbar-collapse {
  padding-right: 0;
}

@media (max-width: 1000px) {
  .project-block-inner .btn {
    display: none;
  }
}

@media (max-width: 800px) {
  body.home .icaal-contact-form .btn,
  body.page .icaal-contact-form .btn {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.alert {
  background-color: #1f80c4;
  border: none;
  padding: 1em;
}

.alert * {
  color: black;
}

.contact-form-lego-man {
  position: absolute;
  top: -10px;
  right: 220px;
  height: 200px;
}

@media (max-width: 1000px) {
  .contact-form-lego-man {
    right: 0;
  }
}

.alert-success ~ .contact-form-lego-man {
  position: absolute;
  top: -30px !important;
  right: 205px;
  height: 200px;
}

.alert {
  background: none;
  border: 1px solid rgba(58, 63, 65, 0.15);
  position: relative;
  width: 50%;
  margin: 0 auto;
  border-radius: 14px;
}
.alert:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  /* left: 30px; */
  border: 25px solid;
  /* bottom: -50px; */
  top: 23px;
  right: -50px;
  border-color: rgba(58, 63, 65, 0.15) transparent transparent
    rgba(58, 63, 65, 0.15);
}
.alert:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  /* left: 38px; */
  top: 24px;
  right: -47px;
  /* bottom: -37px; */
  border: 26px solid;
  border-color: white transparent transparent white;
}
.alert {
  margin-bottom: 35px;
}
.alert-success {
  margin-bottom: 100px;
}

.alert.alert-success:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  /* left: 30px; */
  border: 15px solid;
  /* bottom: -50px; */
  top: 9px;
  right: -30px;
  border-color: rgba(58, 63, 65, 0.15) transparent transparent
    rgba(58, 63, 65, 0.15);
}
.alert.alert-success:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  /* left: 38px; */
  top: 10px;
  right: -27px;
  /* bottom: -37px; */
  border: 17px solid;
  border-color: white transparent transparent white;
}

.icaal-contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-header {
  padding: 6rem 0;
}

@media (min-width: 992px) {
  .about-header {
    padding: 12rem 0 !important;
  }
}

/*.embed-responsive-21by9 {
  padding-bottom: percentage(9 / 21);
}*/

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/*.embed-responsive-4by3 {
  padding-bottom: percentage(3 / 4);
}*/

@media (max-height: 1100px) {
  #customimage {
    width: 500px !important;
  }
}
.top-dropdown #navbar {
  float: right;
}

.related-video .img {
  float: left;
  display: block;
  margin-right: 0.5em;
}
.related-video .video-info {
  display: table-cell;
  padding-top: 0.5em;
}
.related-video h4 {
  margin-top: 0;
  font-size: 0.875em;
  margin-right: 0.5em;
}
.related-video time {
  font-size: 0.875em;
  color: #757575;
}

.btn-orange {
  background: #fa7805 !important;
  color: white !important;
  border: #fa7805 !important;
  text-align: center !important;
}

.review-button-active {
  background: white !important;
}

.page-id-4593 #plain-text {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 581px) {
  .home .fullscreen.background {
    background: url("/wp-content/uploads/2017/06/work.jpg") center no-repeat;
    background-size: cover;
  }
}

.page-id-5 .author-avatar {
  float: left;
  margin-right: 1em;
}

.page-id-5 .post-content {
  display: table-cell;
}

.page-id-5 .post-content h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: 1.2;
}

.page-id-5 .post-content h2 a {
  color: #212121;
}
.page-id-5 .post-content .post-info {
  font-size: 0.875em;
  color: #757575;
}
.page-id-5 .post-content .post-info p {
  margin-bottom: 0.25em;
}
.page-id-5 .post-content .post-info a {
  color: #757575;
  border: 0;
}

body.page-template-default main,
body.page-template-page main,
body.page-template-page-lead-generation main,
body.page-template-page-feature main,
body.single-project main {
  border-right: none !important;
}

main.blog:first-of-type {
  margin-top: 0 !important;
}

.home-service-inner p,
.service-block-inner p {
  min-height: 80px;
}

.service-block-2 .service-block-inner {
  margin-bottom: 0 !important;
}

.service-block-2 .service-block-inner p {
  opacity: 1 !important;
  min-height: auto !important;
}

.service-block-2 .service-block-inner {
  position: static !important;
}

.service-block-2:after {
  padding-top: 0 !important;
}

.go-right {
  float: right;
}
@media (max-width: 767px) {
  .go-right {
    float: none !important;
  }
  .author-avatar a {
    width: 60px !important;
    height: 60px !important;
  }
}

.content-container.home-content-container {
  max-width: 1400px;
}

.videos.card {
  margin: 3em 0 0 !important;
}

.ourClients {
  position: relative;
  padding-top: 10px;
  background: white;
}

.single-post .content a {
  color: #1f80c4;
}

aside .affix {
  top: 52px !important;
  width: 262px;
}

/* .left-part:after{
content:"";    position: absolute;
    right: -1em;
    top: 0;
    width: 1px;
    height: 90%;
    background: #ccc;
}

@media (max-width:1200px){
  .left-part:after{

    right: -0.3em;
  }
} */

@media (max-height: 900px) {
  aside .affix {
    position: static !important;
  }
}

footer {
  position: relative;
}

#hero {
  min-height: calc(100vh - 92px);
  height: auto;
  position: relative;
}

@media (max-width: 480px) {
  #hero .hero-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
  }

  #hero h4 {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .mobile-hide {
    display: none;
  }
}

nav.social-share-links a,
nav.social-share-links button {
  border: #1f80c4 1px solid !important;
  color: #1f80c4 !important;
}

body.page-template-default header h1,
body.page-template-page header h1,
body.page-template-page-lead-generation header h1,
body.page-template-page-feature header h1,
body.single-project header h1 {
  text-shadow: none;
}

.page-id-7395 #icaal__quote-engine {
  max-width: 90vw;
}

.mobile-menu .menu-item-7258:before {
  content: "\f03d";
}
.mobile-menu .nav-btn > a {
  padding: 0 !important;
}

.btn-o {
  color: #1f80c4 !important;
}
.btn-o:hover {
  color: #fff !important;
}

.btn,
form input[type="submit"],
.nav-btn > a {
  padding: 0.5rem 1rem;
}

.btn-orange {
  background: #fa7805 !important;
  color: white !important;
  border: #fa7805 !important;
  text-align: center !important;
}

/* .page-id-34 .navbar{
  background: none !important;
  position: absolute !important;
  width: 100% !important;
} */

.about-lego {
  position: absolute;
  right: 9rem;
  bottom: -60px;
}

@media (max-width: 1800px) {
  .about-lego {
    width: 200px;
    right: 3rem;
  }
}
@media (max-width: 1000px) {
  .about-lego {
    display: none;
  }
}

.team-card-image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  bottom: 60px;
  margin-bottom: -60px;
}

.page-id-34 .ourClients {
  display: none;
}

.gallery-section {
  padding-top: 3rem;
}

.gallery-section .gallery-main {
  width: 80%;
  margin: 0 auto;
  background: red;
  height: 600px;
}

.inner-gal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.text-video .image-block {
  overflow: hidden;
}

@media (min-width: 992px) {
  .video-position {
    transform: translateY(-50%);
    top: 260px;
  }
}

@media (max-width: 991px) {
  .text-video .image-block {
    height: 330px;
  }

  .text-video .image-block .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 56.25% !important;
  }
}

.modal-video-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-toggle-play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 4rem;
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

.image-block-has-link {
  cursor: pointer;
}

.image-block-has-link:hover .youtube-toggle-play {
  opacity: 1;
}

/* Flexbox Utilities */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .flex-sm-grow {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .flex-md-grow {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .flex-lg-grow {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .flex-xl-grow {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
}

/* Display Utilities */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-sm-down-none {
    display: none;
  }
  .d-sm-down-block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .d-md-down-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .d-md-lg-none {
    display: none;
  }
}

@media (max-width: 1199px) {
  .d-lg-down-none {
    display: none;
  }
}

@media (min-width: 1200px) {
  .d-xl-up-none {
    display: none;
  }
}

/* Custom Spacing Utilities */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-11 {
  margin: 0.25rem !important;
}

.mt-11,
.my-11 {
  margin-top: 0.25rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 0.25rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 0.25rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 0.25rem !important;
}

.m-12 {
  margin: 0.5rem !important;
}

.mt-12,
.my-12 {
  margin-top: 0.5rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 0.5rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 0.5rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 0.5rem !important;
}

.m-13 {
  margin: 0.75rem !important;
}

.mt-13,
.my-13 {
  margin-top: 0.75rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 0.75rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 0.75rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 0.75rem !important;
}

.m-1 {
  margin: 1rem !important;
}

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

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

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

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

.m-15 {
  margin: 1.5rem !important;
}

.mt-15,
.my-15 {
  margin-top: 1.5rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 1.5rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 1.5rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

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

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

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

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

.m-4 {
  margin: 4rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-11 {
  padding: 0.25rem !important;
}

.pt-11,
.py-11 {
  padding-top: 0.25rem !important;
}

.pr-11,
.px-11 {
  padding-right: 0.25rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 0.25rem !important;
}

.pl-11,
.px-11 {
  padding-left: 0.25rem !important;
}

.p-12 {
  padding: 0.5rem !important;
}

.pt-12,
.py-12 {
  padding-top: 0.5rem !important;
}

.pr-12,
.px-12 {
  padding-right: 0.5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 0.5rem !important;
}

.pl-12,
.px-12 {
  padding-left: 0.5rem !important;
}

.p-13 {
  padding: 0.75rem !important;
}

.pt-13,
.py-13 {
  padding-top: 0.75rem !important;
}

.pr-13,
.px-13 {
  padding-right: 0.75rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 0.75rem !important;
}

.pl-13,
.px-13 {
  padding-left: 0.75rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.pt-15,
.py-15 {
  padding-top: 1.5rem !important;
}

.pr-15,
.px-15 {
  padding-right: 1.5rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7,
.py-7 {
  padding-top: 7rem !important;
}

.pr-7,
.px-7 {
  padding-right: 7rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}

.pl-7,
.px-7 {
  padding-left: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-11 {
    margin: 0.25rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 0.25rem !important;
  }
  .m-sm-12 {
    margin: 0.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.5rem !important;
  }
  .m-sm-13 {
    margin: 0.75rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-11 {
    padding: 0.25rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 0.25rem !important;
  }
  .p-sm-12 {
    padding: 0.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.5rem !important;
  }
  .p-sm-13 {
    padding: 0.75rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-11 {
    margin: 0.25rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 0.25rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 0.25rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 0.25rem !important;
  }
  .m-md-12 {
    margin: 0.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 0.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.5rem !important;
  }
  .m-md-13 {
    margin: 0.75rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 0.75rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 0.75rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-11 {
    padding: 0.25rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 0.25rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 0.25rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 0.25rem !important;
  }
  .p-md-12 {
    padding: 0.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 0.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 0.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 0.5rem !important;
  }
  .p-md-13 {
    padding: 0.75rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 0.75rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 0.75rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-11 {
    margin: 0.25rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 0.25rem !important;
  }
  .m-lg-12 {
    margin: 0.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.5rem !important;
  }
  .m-lg-13 {
    margin: 0.75rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-11 {
    padding: 0.25rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 0.25rem !important;
  }
  .p-lg-12 {
    padding: 0.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.5rem !important;
  }
  .p-lg-13 {
    padding: 0.75rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-11 {
    margin: 0.25rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 0.25rem !important;
  }
  .m-xl-12 {
    margin: 0.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.5rem !important;
  }
  .m-xl-13 {
    margin: 0.75rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-11 {
    padding: 0.25rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 0.25rem !important;
  }
  .p-xl-12 {
    padding: 0.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.5rem !important;
  }
  .p-xl-13 {
    padding: 0.75rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

/* Custom Position Utilities */
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

/* Custom Menu Styling */
.navbar.mega {
  list-style: none;
  padding-left: 0;
}
.navbar.mega > li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  position: static;
}
.navbar.mega > li > a {
  color: #fff;
}
.navbar.mega > li > a:hover {
  color: #d9d9d9;
}
.navbar.mega > li > .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: initial !important;
  bottom: 0;
  margin-top: 0 !important;
  transform: translateY(100%);
  z-index: 2;
  min-width: 250px;
  padding-bottom: 0;
}
.navbar.mega > li > .dropdown-menu li {
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}
.navbar.mega > li > .dropdown-menu li.dropdown-group-title {
  font-size: 0.75rem !important;
  font-weight: lighter;
}
.navbar.mega > li > .dropdown-menu li:last-of-type {
  margin-bottom: 0 !important;
}
.navbar.mega > li > .dropdown-menu li .fa,
.navbar.mega > li > .dropdown-menu li svg {
  color: #1f80c4;
  margin-right: 0.5rem;
}
.navbar.mega > li > .dropdown-menu li a {
  color: #efefef;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
}
.navbar.mega > li > .dropdown-menu li a:hover {
  color: #fff;
}
.navbar.mega > li > .dropdown-menu li:hover a {
  left: 0.25rem;
}
.navbar.mega > li > .dropdown-menu .dropdown-hide {
  position: absolute;
  top: -14px;
  right: 0;
}
.navbar.mega > li > .dropdown-menu .dropdown-hide .fa,
.navbar.mega > li > .dropdown-menu .dropdown-hide svg {
  font-size: 1.25rem;
}

.navbar.mega .open > .dropdown-menu {
  display: block !important;
}

.dropdown-item-group {
  background-size: cover !important;
  background-position: left bottom;
  border-radius: 3px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-muted {
  color: #9f9f9f !important;
}

.text-blue {
  color: #1f80c4 !important;
}

.h-100 {
  height: 100%;
}

.bg-slideshow {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
}

.bg-slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  opacity: 0;
  z-index: 0;
  animation-name: imageAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.slick-videos-bg .slick-list {
  overflow: hidden;
}

.slick-videos-bg .slick-track {
  line-height: 0;
}

.slick-videos-bg .slick-slide {
  display: inline-block;
  overflow: hidden;
}

.slick-videos-bg .slick-slide .fa {
  color: #fff;
}

.slick-videos-bg .image-block {
  position: relative;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}

.slick-dots li {
  background: rgba(256, 256, 256, 0.4);
}
.slick-dots li:hover {
  background: rgba(256, 256, 256, 0.6);
}
.slick-dots li.slick-active {
  background: rgba(256, 256, 256, 0.9);
}

.card-contact-type {
  border-radius: 3px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.1s ease;
}

.card-contact-type:hover {
  box-shadow: 0 14px 54px rgba(0, 0, 0, 0.1);
  top: -6px;
}

.card-contact-type i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #424d52;
}

.card-contact-type h4 {
  margin: 0 !important;
  color: #263238;
}

#secondary-menu {
  transition: all 0.2s ease;
}

#secondary-menu.scrolled {
  position: fixed;
  top: -43px;
	height: 42px;
}

#secondary-menu.active {
  top: 0 !important;
}

#secondary-menu nav.right a {
  padding-top: 10px !important;
}

.navbar.dropdown-open {
  background: #263238 !important;
}

.navbar .navbar-header.secondary-scrolled {
  top: 0;
  left: 0;
  background: #253237;
  width: 100%;
  position: fixed;
}

/* Aiden Academy Changes 03/04/2019 */

#timeline {
  overflow: hidden;
}

.icaal-contact-form .icon-row {
  padding: 0 7.5px !important;
}

.icaal-contact-form .icon-box {
  flex-direction: column;
  padding: 0.5rem;
}

.icaal-contact-form .icon-box p {
  padding-bottom: 0 !important;
  font-size: 0.97rem;
}

.text-left {
  text-align: left;
}

.post-info .meta {
  padding-bottom: 1rem;
  border-bottom: #c7c7c7 1px solid;
}

.post-col-fade {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.post-col-fade .col-md-3 {
  height: 200px;
  background-color: white;
  background: linear-gradient(rgba(256, 256, 256, 0), rgba(256, 256, 256, 1));
}

@media (min-width: 768px) {
  .post-col-fade {
    display: block !important;
  }
}

.modal-fullscreen {
  background-color: rgba(0, 0, 0, 0.75);
}

.shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.modal-close {
  background: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.modal-close i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.modal-close i::before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-fade {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.hover-fade:hover {
  opacity: 0.8;
}

.uppercase {
  text-transform: uppercase;
}

.text-md {
  font-size: 1.125rem;
}

.text-grey {
  color: #464c4e;
}

.font-bold {
  font-weight: bold;
}

@media (max-width: 991px) {
  .-md-scroll-x-proximity {
    -ms-scroll-snap-type: proximity;
    scroll-snap-type: proximity;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
  }

  .-md-overflow-x-scroll {
    overflow-x: scroll;
  }

  .-md-scroll-align-start {
    scroll-snap-align: start;
  }

  .-md-min-width-380 {
    min-width: 380px;
  }

  .-md-flex {
    display: flex;
  }
}

@media (min-width: 992px) {
  .lg-flex-wrap {
    flex-wrap: wrap;
  }

  .lg-h-full {
    height: 100%;
  }

  .lg-justify-center {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .col-xl-fifth {
    width: 20% !important;
  }
}

.cta-fixed {
  position: fixed;
  bottom: .5rem;
  left: 0;
  transform: translateX(-100%);
  transition: all .2s ease;
  padding: .75rem 1.25rem;
  border-radius: 9999px;
  z-index: 999;
  border: #1773B2 1px solid;
}

.cta-fixed.active {
  transform: translateX(0);
  left: 60px;
}

.cta-chat-fixed {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 999;
  display: flex;
  transform: translateX(0);
  border-radius: 9999px;
  border: #efefef 1px solid;
  background-color: #f7f7fa;
  padding: 2px;
  opacity: 1;
  transition: all .2s ease;
}

.cta-chat-fixed.chat-open {
  right: 0;
  transform: translateX(100%);
  opacity: 0;
}

.cta-chat-fixed .chat-method {
  margin: 2px;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: all .2s ease;
  color: white;
}

@media (min-width: 768px) {
  .cta-fixed {
    bottom: 1rem;
  }

  .cta-fixed.active {
    left: 60px;
  }

  .cta-chat-fixed {
    right: 1rem;
    bottom: 1rem;
  }
}
