@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
    
body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Rubik", sans-serif;
  color: #000;
  /**overflow-y: hidden;**/
}
.brandmark {
    height: 60px; 
    width: auto;
}
@media (min-width: 768px) {
    .brandmark {
    height: 80px; 
    width: auto;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
/** a:hover {} **/
.p-110-m {
    font-family: "Rubik", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 3.5rem;
}
.p-96-m {
    font-family: "Rubik", sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 3rem;
}
.p-50-m {
    font-family: "Rubik", sans-serif;
    font-size: 3.125rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 2.75rem;
}
.p-40-sb {
    font-family: "Rubik", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 2.75rem;
}
.p-40-m {
    font-family: "Rubik", sans-serif;
    font-size: 2.125rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 2.5rem;
}
.p-30-sb {
    font-family: "Rubik", sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 2.125rem;
}
.p-24-sb {
    font-family: "Rubik", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.5rem;
}
.p-24-m {
    font-family: "Rubik", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.875rem;
}
.p-20-m {
    font-family: "Rubik", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.75rem;
}
.p-20 {
    font-family: "Rubik", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.875rem;
}
.p-20-sb {
    font-family: "Rubik", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.875rem;
}
.p-18-b {
    font-family: "Rubik", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.625rem;
}
.p-18-sb {
    font-family: "Rubik", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.625rem;
}
.p-18-m {
    font-family: "Rubik", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.625rem;
}
.p-18 {
    font-family: "Rubik", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.625rem;
}
.p-16-sb {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.p-16-m {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.p-16-m-i {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-style: italic;
}
.p-16 {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.625rem;
}
.p-14 {
    font-family: "Rubik", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5rem;
}
.p-13-m {
    font-family: "Rubik", sans-serif;
    font-size: 0.813rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.25rem;
}
.p-13 {
    font-family: "Rubik", sans-serif;
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.25rem;
}
.p-outer {
    position: relative;
}
.p-rotate {
  transform: rotate(-90deg);
  position: absolute;
    top: 150px;
    left: -120px;
    padding-top: 70px;
}
.p-gradient {
  background: linear-gradient(to right, #614C9D 0%, #C43939 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment:fixed;
}
.p-glow {
    animation: glow 2s ease-in-out infinite;
}
@keyframes glow {
    from {
      text-shadow: 0 0 20px #FE3A5C;
    }
    to {
      text-shadow: 0 0 20px #5A224F, 0 0 10px #965D8B;
    }
  }
    
.tx-black, .text-black { color: #000 }
.tx-white { color: #fff }
.tx-grey { color: #666 }
.tx-green { color: #5ABD99 }
.tx-white-50 {color: rgba(255,255,255,0.3)}
.tx-white-70 {color: rgba(255,255,255,0.7)}
.tx-white-80 {color: rgba(255,255,255,0.8)}

.underline_thick {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}

@media (min-width: 768px) {
    .p-110-m {
    font-size: 6.5rem;
    line-height: 6rem;
    }
    .p-96-m {
    font-size: 6rem;
    line-height: 4.75rem;
    }
    .p-40-m {
    font-size: 2.5rem;
    line-height: 2.75rem;
    }
    .p-24-sb {
    font-size: 1.5rem;
    line-height: 1.875rem;
    }
}

.icon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}

.icon:nth-child(2) {
  transform: translate(-40px);
}

/* Move arrows to right */
.link:hover .icon:first-child {
  transform: translate(40px);
}

.link:hover .icon:nth-child(2) {
  transform: translate(0);
}

/* Presentational styles 
a {
	color: #54b3d6;
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
	font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}*/


.menu {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 46px;
  width: 46px;
}

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.hamburger-icon {
  position: absolute;
  width: 24px;
  height: 16px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}

.hamburger-bar {
  background-color: #fff;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.hamburger-bar-2 {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50% !important;
}

.hamburger-bar-3 {
  bottom: 0;
}

.menu.open .hamburger-bar-1 {
  transform: translateY(8px) translateY(-50%) rotate(45deg);
}

.menu.open .hamburger-bar-2 {
  opacity: 0;
}

.menu.open .hamburger-bar-3 {
  transform: translateY(-8px) translateY(50%) rotate(-45deg);
}

.menu-overlay {
  background-color: #000;
  color: #444;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.grox {
   display: block;
   overflow: hidden !important;
   transition: all ease-in-out .5s;
    cursor: pointer;
}
.grox img { 
    transition: all .2s ease-in-out; 
}
.grox:hover img { 
    transform: scale(0.95);  
}

.srix {
   display: block;
   overflow: hidden !important;
   transition: all ease-in-out .5s;
}
.srix img { 
    transition: all .5s ease-in-out; 
}
.srix:hover img { 
    transform: scale(1.03); 
    border-radius: 10px;
}

.level {
    height: 450px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

.level::-webkit-scrollbar {
    width: 0.125em;
}
 
.level::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #333;
}
 
.level::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

/************************ OLD ***************************/

.prompt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav {
    position: absolute;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-top: 35px;
}

@media (min-width: 768px) {
    nav {
    padding-top: 0;
    }
    
}

ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 0;
}

@media (min-width: 768px) {
     ul {margin: 25px;}
}

ul.one {
  /**width:87.563%;**/
    width: 98%;
}

li {
      display: block;
      padding:5px;
      position: relative;
      opacity: 1;
      margin: 5px;
}

ul.sociat {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

ul.sociat li {
    display: inline-block;
      padding:1px;
      position: relative;
      opacity: 1;
      margin: 1px ;
}
ul.sociat li a {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    color:  #444;
}

a.social-round-icon {
   
      display: block;
      position: relative;
      color: #666;
      text-decoration: none;
      overflow: hidden;
}

a.nav-links {
      font-family: "Rubik", sans-serif;
      display: block;
      position: relative;
      color: #fff;
      text-decoration: none;
      overflow: hidden;
      padding: 5px 5px 0 5px;
      text-align: center;
      border-bottom: 1px solid transparent;
      
}

a.nav-links:hover{
  color: #444 !important;
  transition: 0;
  border-bottom: 1px solid #fff;
}

a.nav-links h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

a.nav-links p {
    display: none;
    font-family: "Rubik", sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #e8e8e8;
    letter-spacing: 0.5em;
}
a.nav-links p:hover {
    color: #444;
     transition: 0.3s;
}


@media (min-width: 768px) {
    
     a.nav-links {
        font-size: 1.75rem;
        color: #fff;
        padding: 0 20px 0 20px;
        text-align: left;
        transition: 0.3s;
         font-weight: 400;
    }
    
    a.nav-links:hover{
      color: #d7d7d7 !important;
       border-bottom: 1px solid #fff;
    }
    
    a.nav-links p {
        display: block;
    }
    
}


.display-inline {
    display: inline-block;
    margin: 0 10px 0 10px;
}

.display-inline-navi {
    display:block;
    margin: 0 10px 0 10px;
}

@media (min-width: 768px) {
    
    .display-inline-navi {
        display: inline-block;
    }     
    
}

input[type=text] {
    /**width: 130px;**/
    border: 1px solid #e8e8e8;
    /**border-radius: 130px;**/
    font-size: 16px;
    background-color: #f9f9f9;
    /**margin: 20px;**/
    /**padding: 12px 20px 12px 40px;**/
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/**input[type=text]:focus {
    width: 230px;
    outline: none;
}**/
input::placeholder {
   font-family: 'Roboto', sans-serif;
   font-size: 0.825rem;
    color: #999 !important;
    letter-spacing: 0.1em;
  /**color: red;**/
}

.social-round-icon {
  width:45px;
  height:45px;
  border:2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height:inherit;
  font-size: 40px;
  padding: 15px;
}
.social-line {
    border-top: 1px solid rgba(255,255,255,0.9);

}

a.social-round-icon:hover {
  background-color:#ffffff;
  color: black;
  box-shadow: inset 0 0 0 5px #000;
  transition: .3s;
}
.navbar-brand {
    font-size: 1.5rem;
    color: #444;
    padding: 10px 20px;
}
.close {
  position:absolute;
  right:-36px;
  top:25px;
  z-index:999;
  font-size:1rem;
  font-weight: lighter;
  opacity:1;
  background-color: #fff;
  padding: 10px;
    border-radius: 0;
    color: red !important;
}
.close:hover {
    color: #fff;
    border: 0;
}

/****accordion*****/

.bg-home-1 {
    background-image: url(../images/cover-1.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-home-2 {
    background-image: url(../images/cover-2.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-home-intro {
    background-image: url(../images/line-1-introbox-2.svg);
    background-position: top left;
    background-repeat: no-repeat;
}
.bg-audio {
    background-image: url(../images/bg-audio.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.bg-composition {
    background-image: linear-gradient(to right, #999 40%, rgba(255,255,255,0) 50%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.bg-list {
    background-image: url(../images/bg-list.svg);
    background-position: center right 120px;
    background-repeat: no-repeat;
}
.bg-photography {
    background-image: none;
    background-size: cover;
    background-position: center center;
}
.bg-about {
    background-image: url(../images/bg-about.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.bg-contact {
    background-image: url(../images/bg-contact.svg);
    background-position: top 10px left 80px;
    background-repeat: no-repeat;
}

.bg-black-m {
    background-color: black;
}
@media (min-width: 768px) {
      .bg-black-m {
        background-color: transparent;
    }
     .bg-photography {
    background-image: url(../images/bg-photography.jpg);
    background-size: cover;
    background-position: top left;
    }
}


@media (min-width: 992px) {
 
}


/*** test hover ***/




.card-block {
    min-height: 220px;
    margin-bottom: 15px;
}
.scroll-card {
    cursor: grab;
}
.scroll-card::-webkit-scrollbar {
     width: 0.125em;
    height: 0.25rem;
}
.scroll-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #333;
}
 
.scroll-card::-webkit-scrollbar-thumb {
  background-color: #333;
  outline: 1px solid #333;
}

.scroll-rail::-webkit-scrollbar {
     width: 0.125em;
    height: 0.125rem;
}
.scroll-rail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #333;
}
 
.scroll-rail::-webkit-scrollbar-thumb {
  background-color: #333;
  outline: 1px solid #333;
}

.no-rel::-webkit-scrollbar {
   display: none;
}



@media (min-width: 576px) {   
}
@media (min-width: 768px) {   
}
@media (min-width: 992px) {   
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) {
}



hr.three {
    width: 150px;
    border-top: 2px solid #000;
}
hr.four {
    margin: 0 auto;
    width: 170px;
    border-top: 1px solid #333;
}

.btn-raven-1 {
    background-color: white;
    border: 2px solid #000;
    border-radius: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 13px 25px 13px;
    letter-spacing: -0.05em;
    transition: all 0.5s ease-in-out;
}
.btn-raven-1:hover {
    background-color: black;
    border : 2px solid #fff;
    color: #fff;
}

.btn-raven-1-re {
    background-color: transparent;
    border-radius: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 13px 25px 13px;
    letter-spacing: -0.05em;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.5s ease-in-out;
}
.btn-raven-1-re:hover {
    background-color: white;
    color: #000;
    border: 2px solid #fff;
}
.btn-raven-2 {
    background-color: #363535;
    border-radius: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    padding: 13px 25px 13px;
    letter-spacing: -0.05em;
    color: #fff;
}


@media (min-width: 768px) {   
}

/****** scroll two ******/

  .gird-main {
    grid-area: main;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .itemsx {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.9s;
    transform: scale(0.99);
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }

  .itemsx.active {
    background: rgba(255, 255, 255, 0);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }

  .itemx {
    display: inline-block;
    min-height: 350px;
    width: 340px;
    margin: 2em 1em;
    padding: 0;
    color: white;
  }
  @media screen and (max-width: 500px) {
    .itemx {
      min-height: 200px;
      min-width: 200px;
    }
  }






/*** ensd scroll ***/



.footer_line {
    border-bottom: 1px solid #e8e8e8;
}

.foot-text {
    font-family: "Rubik", sans-serif;
    font-size: 0.875rem;
}
.foot-text a {
    color: #fff;
    text-decoration: none;
}
.foot-text-2 {
    font-family: "Rubik", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
}
a .waze {
    font-family: "Rubik", sans-serif;
    font-size: 0.875rem;
    color: #000;
    font-weight: 500;
}
a .waze:hover {
    color: #666;
    text-decoration: none !important;
}

.embed-responsive-9by16 {
    padding-bottom: 177.78%;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/**** parallax *****/


/*****MARGIN & PADDING EXTRA*****/
.m-6 {
	padding: 5rem;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.my-6 {
 margin-top: 5rem !important;
 margin-bottom: 5rem !important;
}
.mx-6 {
 margin-left: 5rem !important;
 margin-right: 5rem !important;
}
.my-7 {
 margin-top: 7rem !important;
 margin-bottom: 7rem !important;
}
.ms-4-5 {
    margin-left: 1.735rem;
}
.ps-4-5 {
    padding-left: 2.125rem !important;
}
.p-7 {
	padding: 7rem;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
 padding-top: 7.5rem !important;
}
.pt-9 {
 padding-top: 8.5rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 9rem !important;
}
.py-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.py-8 {
 padding-top: 7.5rem !important;
 padding-bottom: 7.5rem !important;
}
.py-9 {
 padding-top: 8.5rem !important;
 padding-bottom: 8.5rem !important;
}
.py-10 {
 padding-top: 9.5rem !important;
 padding-bottom: 9.5rem !important;
}
.py-11 {
 padding-top: 10.5rem !important;
 padding-bottom: 10.5rem !important;
}
.mt-150 {
	margin-top: 75px; }
.mt-200 {
	margin-top: 100px; }
.mt-250 {
	margin-top: 125px; }	
.mt-300 {
	margin-top: 150px; }

@media (min-width: 576px) {
.mt-sm-6 {
  margin-top: 5rem !important;
}
.mt-sm-7 {
  margin-top: 7rem !important;
}
.pt-sm-6 {
  padding-top: 5rem !important;
}
.pt-sm-7 {
  padding-top: 7rem !important;
}
.pb-sm-6 {
  padding-bottom: 5rem !important;
}
.pb-sm-7 {
  padding-bottom: 7rem !important;
}
.py-sm-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-sm-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.mt-150 {
	margin-top: 150px; }
.mt-200 {
	margin-top: 200px; }
.mt-250 {
	margin-top: 250px; }	
.mt-300 {
	margin-top: 300px; }
}
@media (min-width: 768px) {
.ps-md-4-5 {
    padding-left: 2.125rem !important;
}
.mt-md-6 {
  margin-top: 5rem !important;
}	
.mt-md-7 {
  margin-top: 7rem !important;
}
.pt-md-6 {
  padding-top: 5rem !important;
}	
.pt-md-7 {
  padding-top: 7rem !important;
}
.pb-md-6 {
  padding-bottom: 5rem !important;
}
.pb-md-7 {
  padding-bottom: 7rem !important;
}
.px-md-6 {
 padding-left: 5rem !important;
 padding-right: 5rem !important;
}
.py-md-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-md-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.big_tp5 { min-height: 860px; }
}

@media (min-width: 992px) {
.mt-lg-6 {
  margin-top: 5rem !important;
}
.mt-lg-7 {
  margin-top: 7rem !important;
}
.pt-lg-6 {
  padding-top: 5rem !important;
}
.pt-lg-7 {
  padding-top: 7rem !important;
}
.pb-lg-6 {
  padding-bottom: 5rem !important;
}
.pb-lg-7 {
  padding-bottom: 7rem !important;
}
.pt-lg-8 {
    padding-top: 9rem !important;
}
.pt-lg-9 {
    padding-top: 11rem !important;
}
.pb-lg-6 {
    padding-bottom: 5rem !important;
}
.pb-lg-7 {
    padding-bottom: 7rem !important;
}
.pb-lg-8 {
    padding-bottom: 9rem !important;
}
.pb-lg-9 {
    padding-bottom: 11rem !important;
}
.ps-lg-6 {
    padding-left: 5rem !important;
}
.px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-lg-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-lg-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.py-lg-9 {
padding-top: 8.5rem !important;
padding-bottom: 8.5rem !important;
}
.py-lg-10 {
 padding-top: 9.5rem !important;
 padding-bottom: 9.5rem !important;
}
.mx-lg-6 {
 margin-left: 5rem !important;
 margin-right: 5rem !important;
}
.my-lg-6 {
 margin-top: 5rem !important;
 margin-bottom: 5rem !important;
}
.my-lg-7 {
 margin-top: 7rem !important;
 margin-bottom: 7rem !important;
}
}
@media (min-width: 1200px) {
.mt-xl-6 {
  margin-top: 5rem !important;
}
.mt-xl-7 {
  margin-top: 7rem !important;
}
.pt-xl-6 {
  padding-top: 5rem !important;
}
.pt-xl-7 {
  padding-top: 7rem !important;
}
.pt-xl-8 {
    padding-top: 9rem !important;
}
.pt-xl-9 {
    padding-top: 11rem !important;
}
.pb-xl-6 {
  padding-bottom: 5rem !important;
}
.pb-xl-7 {
  padding-bottom: 7rem !important;
}
.pb-xl-8 {
    padding-bottom: 9rem !important;
}
.pb-xl-9 {
    padding-bottom: 11rem !important;
}
.py-xl-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-xl-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.px-4to5 {
 padding-left: 2.125rem !important;
 padding-right: 2.125rem !important;
    }
}