@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Roboto&family=Roboto+Slab:wght@900&display=swap');

@font-face {
  font-family: 'Tondu_Beta';
  src: url('../fonts/Tondu_Beta.otf') format('truetype');
      font-weight: 400;
}
@font-face {
  src: url('../fonts/DuplicateSans-Bold.ttf') format('truetype');
  font-family: 'DuplicateSans';
  font-weight: 700;
}
@font-face {
  src: url('../fonts/DuplicateSans.ttf') format('truetype');
  font-family: 'DuplicateSans';
  font-weight: 400;
}
@font-face {
  src: url('../fonts/Arial Narrow.ttf') format('truetype');
  font-family: 'Arial Narrow';
  font-weight: 400;
}
:root {
    --primary-color: #ffffff;
    --secondary-color: #F0C867;
    --tertiary-color: #C50016;
    --color-1: #EBECDF;
    --color-2: #688499;
    --color-3: #CAD7D8;
    --footer-size:0.5;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
*:focus {
  outline: 0 !important;
}
a{
  text-decoration: none;
}
body{
  font-size: 1.6rem;
}
footer {
  text-align: center;
}
.footer-img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.8rem;
}
.footer-img img{
  display: block;
}
.footer-img img:first-child{
  margin-right: calc(2.1rem * var(--footer-size));
}
.footer-bottom{
  background-color: #F2F2F2;
  padding: calc(2.4rem * var(--footer-size)) 0 calc(9.9rem * var(--footer-size)) 0;
}
.footer-txt{
  margin: 0 auto;
  padding: calc(3.8rem * var(--footer-size)) 0;
  width: calc(124.6rem * var(--footer-size));
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}
.footer-txt p {
  font-family: 'Roboto', serif;
  color: #A5A5A5;
  font-weight: 400;
  font-size: calc(1.2rem * var(--footer-size));
  line-height: calc(1.7rem * var(--footer-size));
  text-align: left;
  margin-bottom: calc(2.8rem * var(--footer-size));
}
.footer-txt p a,
.footer-txt p u{
  font-family: 'Roboto', serif;
  color: #A5A5A5;
  font-weight: 400;
  font-size: calc(1.2rem * var(--footer-size));
  line-height: calc(1.7rem * var(--footer-size));
}
.footer-txt p a{
  text-decoration: underline;
}
.footer-txt p a:hover{
  text-decoration: underline;
}
.footer-txt p:last-child{
  margin-bottom: 0;
}
.footer-url {
  padding: calc(6.5rem * var(--footer-size)) 0 0 0;
  margin: 0 auto;
  width: calc(92.7rem * var(--footer-size));
  border-top: 1px solid #707070;
}
.footer-url a{
  font-size: calc(3.6rem * var(--footer-size));
  line-height: calc(3.6rem * var(--footer-size));
  font-family: 'Roboto', sans-serif;
  color: #A5A5A5;
  text-decoration: underline;
}
.footer-url a:first-child{
  margin-right: calc(4.2rem * var(--footer-size));
}
.footer-url a:hover{
  text-decoration: underline;
}
.footer-url p{
  font-size: calc(3.6rem * var(--footer-size));
  line-height: calc(3.6rem * var(--footer-size));
  font-family: 'Roboto', sans-serif;
  color: #A5A5A5;
  padding-top: calc(6rem * var(--footer-size));
}
.section7 {
  background-color: #121418;
  position: relative;
  text-align: center;
  padding: 8.4rem 0 8rem 0;
  color: var(--primary-color);
}
.section7 h3 {
  font-size: 5rem;
  line-height: 6.7rem;
  text-transform: uppercase;
  width: 64.4rem;
  padding-top: 5.4rem;
  margin: 0 auto 5.8rem auto;
}
.section7 p {
  font-size: 2.9rem;
  line-height: 4.4rem;
  width: 77.9rem;
  margin: 0 auto 5.5rem auto;
  position: relative;
}
.section7 p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.section7 p b {
  font-size: 3.6rem;
  font-weight: 700;
}
.section7 p::after{
  content: '';
  position: absolute;
  bottom: calc(-5.5rem - 1px);
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 68rem;
  background-color: var(--primary-color);
}
.media-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 50.3rem;
  width: 39.5rem;
}
.media-box img{
  display: block;
  width: 100%;
}
.media-box{
  display: block;
  transition-duration: 0.3s;
}
.media-box:nth-child(1){
  width: 6.7rem;
}
.media-box:nth-child(2){
  width: 6.8rem;
}
.media-box:nth-child(3){
  width: 6.8rem;
}
.media-box:nth-child(4){
  width: 6.8rem;
}
.media-box:nth-child(5){
  width: 6.8rem;
}
.section6 {
  padding: 5.8rem 0 8.8rem 0;
  background-color: var(--tertiary-color);
  text-align: center;
  color: var(--primary-color);
  overflow: hidden;
}
.section6 h2 {
  font-size: 6.8rem;
  line-height: 7.8rem;
  margin-bottom: 5.5rem;
}
.section6 h2 b {
  font-weight: 700;
  display: block;
}
.d-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.secondary-btn{
  font-size: 4.8rem;
  line-height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51.2rem;
  height: 8.3rem;
  border-radius: 2.7rem;
  background-color: var(--primary-color);
  color: var(--tertiary-color);
  font-family: 'DuplicateSans';
  font-weight: 400;
}
.section6 .secondary-btn{
  margin-top: 6rem;
}
.slide-box {
  width: 71.6rem;
  height: 46rem;
  background-color: var(--primary-color);
  border-radius: 4.2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  padding: 0 3rem;
}
.slide-box h5 {
  color: var(--tertiary-color);
  font-size: 3.8rem;
  line-height: 4.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.slide-box p {
  color: #000000;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-align: center;
  font-weight: 400;
}
.slide-box img{
  display: block;
  margin: 0 auto;
}
.slide-holder .slide-box{
  padding-top: 4.5rem;
  margin: 1.5rem auto;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.slide-holder:nth-child(6) .slide-box img{
  width: 14.4rem;
}
.slide-holder:nth-child(5) .slide-box img{
  width: 13.3rem;
}
.slide-holder:nth-child(4) .slide-box img{
  width: 15.9rem;
}
.slide-holder:nth-child(3) .slide-box img{
  width: 12.3rem;
}
.slide-holder:nth-child(2) .slide-box img{
  width: 15.2rem;
}
.slide-holder:nth-child(1) .slide-box img{
  width: 12.6rem;
}
.slide-box-img{
  width: 14.4rem;
  height: 14.4rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.slick1.slick-slider .slick-list{
  padding: 0 17rem !important;
}
.slick1 .slick-prev,
.slick1 .slick-next{
  background-color: var(--secondary-color);
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  width: 8rem;
  height: 8rem;
  background-size: 2.5rem;
}
.slick1 .slick-prev:before, .slick1 .slick-next:before{
  font-size: 5rem;
  height: 5rem;
  display: none;
  width: 5rem;
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
  opacity: 1;
}
.slick1 .slick-prev.slick-disabled, .slick1 .slick-next.slick-disabled{
  z-index: -1;
  opacity: 0;
}
.slick1 .slick-prev{
  left: 5rem;
  background-image: url('../images/chevron-left-solid.svg');
}
.slick1 .slick-next{
  right: 5rem;
  background-image: url('../images/chevron-right-solid.svg');
}
.slide-holder:nth-child(1) .slide-box,
.slide-holder:nth-child(2) .slide-box{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.slide-holder:nth-child(3) .slide-box{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.section5 {
  padding: 5.1rem 0 13.6rem 0;
  background-color: var(--color-3);
  text-align: center;
}
.section5 p{
  text-align: center;
  font-size: 4.4rem;
  line-height: 6.1rem;
  width: 86.6rem;
  transition-duration: 0.9s;
  transition-delay: 0.3s;
  opacity: 0;
}
.section5 p b {
  font-weight: 700;
}
.section5 p:first-child{
  margin: 0 auto 7.4rem auto;
  transform: translateY(-8rem);
}
.section5 p:last-child{
  margin: 4rem auto 0 auto;
  transform: translateY(8rem);
}
.section5.active p{
  opacity: 1;
  transform: translateY(0);
}
#circle {
  width: 33.3rem;
  height: 33.3rem;
  margin: 0 auto;
  transition-duration: 0.3s;
  position: relative;

}

#circle canvas{
  width: calc(33.3rem - 2px) !important;
  height: calc(33.3rem - 2px) !important;
  border: 1px solid var(--tertiary-color);
  border-radius: 50%;
  transform: rotate(-90deg);
}
.circle-txt1 {
  font-size: 7.9rem;
  line-height: 7.9rem;
  font-weight: 800;
  color: var(--primary-color);
  position: absolute;
  z-index: 1;
  left: calc(50% - 1.5rem);
  transform: translateX(-50%);
  transition-duration: 0.9s;
  transition-delay: 0.3s;
  top: -2.1rem;
  opacity: 0;
}
.section5.active .circle-txt1{
  top: 5.1rem;
  opacity: 1;
}
.circle-txt2 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  color: var(--tertiary-color);
  position: absolute;
  z-index: 1;
  right: 5.5rem;
  bottom: -4rem;
  transition-duration: 0.9s;
  opacity: 0;
  transition-delay: 0.3s;
  font-size: 3.5rem;
  line-height: 3.5rem;
  right: 9.5rem;
}
.section5.active .circle-txt2{
  bottom: 6rem;
  opacity: 1;
  bottom: 5rem;
}
.circle-txt1-after{
  width: 1px;
  height: 7.8rem;
  background-color: #000000;
  position: absolute;
  top: -8.6rem;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.6s;
  opacity: 0;
  transition-delay: 0.6s;
}
.section5.active .circle-txt1-after{
  opacity: 1;
  top: -4.6rem;
}
.circle-txt2-after{
  width: 1px;
  height: 7.8rem;
  background-color: #000000;
  position: absolute;
  bottom: -7.6rem;
  left: calc(50% + 3.5rem);
  transform: translateX(-50%);
  transition-duration: 0.6s;
  opacity: 0;
  transition-delay: 0.6s;
}
.section5.active .circle-txt2-after{
  opacity: 1;
  bottom: -3.6rem;
}
header{
  position: fixed;
  top: 6.9rem;
  left: 0;
  width: 100%;
  z-index: 99;
}
.primary-btn-header{
  position: fixed;
  z-index: 99;
  top: 6.9rem;
  right: 19.6rem;
}
.header-container {
  margin: 0 auto;
  width: calc(100% - 23.2rem);
  padding-right: 8.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.primary-btn {
  background-color: var(--tertiary-color);
  color: var(--primary-color);
  width: 31.5rem;
  height: 6.5rem;
  font-family: 'DuplicateSans';
  border-radius: 2.7rem;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  transition-duration: 0.3s;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.3rem;
}
.primary-btn:hover{
  background-color: var(--primary-color);
  color: var(--tertiary-color);
}
.logo {
  width: 13.3rem;
  display: block;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 6.9rem;
  left: 11.7rem;
}
.logo img{
  width: 100%;
  display: block;
}
main{
  background-color: #000000;
}
.section1{
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section1 video{
  width: 130%;
  position: absolute;
  top: -20rem;
  right: -35%;
  z-index: 1;
  width: 295.5rem;
  top: -24.3rem;
  right: -83.2rem;
}
.sec1-bg{
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: -34.5rem;
}
.section1::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 33.9rem;
  background: linear-gradient(0deg, rgba(0,0,0,1) 30%, transparent 100%);
}
.title {
  position: absolute;
  width: 71.2rem;
  display: block;
  z-index: 3;
  right: 28.3rem;
  right: 26.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.section1 .container{
  margin-left: 33.3rem;
  margin-left: 28.3rem;
  margin-right: auto;
  height: 68.8rem;
  color: var(--primary-color);
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
html{
  scroll-behavior: smooth;
}
section{
  position: relative;
}
.sec1-zone2 p {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 2.7rem;
  font-family: 'DuplicateSans';
  font-weight: 400;
}
.sec1-zone2 img{
  width: 12.6rem;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.phone {
  width: 12.6rem;
  height: 12.6rem;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.phone::before{
  width: 11.1rem;
  height: 11.1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  background-color: #4ED964;
  transition: all 0.6s;
  content: '';
}
@keyframes phone {
  0% {
    transform: translate(-50%,-50%) rotate(0deg) scale(1);
    opacity: 1;
  }
  80% {
    transform: translate(-50%,-50%) rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,-50%) rotate(45deg) scale(1.5);
    opacity: 0;
  }
}
.phone.active::before {
  transform: translate(-50%,-50%) rotate(45deg) scale(1.5);
  opacity: 0;
}
.phone.active2::before {
  transform: translate(-50%,-50%) rotate(45deg) scale(0.8);
  opacity: 0;
}
.sec1-zone1-txt h3 {
  font-size: 7rem;
  line-height: 9.2rem;
  margin-bottom: 0;
  font-family: 'DuplicateSans';
  font-weight: 700;
}
.sec1-zone1-txt p {
  font-size: 4.8rem;
  line-height: 9.2rem;
  margin-bottom: 0;
  font-family: 'DuplicateSans';
  font-weight: 400;
}
.sec1-zone1-txt p b {
  font-family: 'DuplicateSans';
  font-weight: 700;
}
.sec1-zone1-txt{
  margin: 0 auto;
}
.sec1-zone1-txt1{
  width: 53.2rem;
}
.sec1-zone1-txt h2 {
  font-size: 13.6rem;
  line-height: 14.8rem;
  margin-bottom: 0;
  font-family: 'DuplicateSans';
  font-weight: 700;
}
.sec1-zone1{
  width: 53.2rem;
}
.section2{
  padding: 1.4rem 0 17.5rem 0;
}
.section2 .container{
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 99rem;
  margin: 0 auto;
}
.sec2-box{
  width: 36.1rem;
  text-align: center;
  color: var(--primary-color);
}
.sec2-box-txt h3 {
  font-size: 4.2rem;
  line-height: 4.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.sec2-box-txt p {
  font-size: 2rem;
  line-height: 4.5rem;
  margin-bottom: 3.5rem;
  font-weight: 400;
}
.sec2-box-img {
  cursor: pointer;
  border: 0.5rem solid var(--primary-color);
  border-radius: 5.5rem;
  height: 66.5rem;
  width: 36.1rem;
  overflow: hidden;
  position: relative;
}
.sec2-box-img .img1{
  width: 36.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.sec2-box-img .img2{
  width: 10.7rem;
  position: absolute;
  z-index: 2;
  opacity: 0.6;
  transition-duration: 0.3s;
  bottom: 8.3rem;
  left: 50%;
  transform: scale(1) translateX(-50%);
}
.sec2-box:hover .sec2-box-img .img2{
  transform: scale(1) translateX(-50%);
  opacity: 1;
}
.sec2-box-img.active h2,
.sec2-box-img.active .img1,
.sec2-box-img.active .img2{
  opacity: 0;
  z-index: -1;
}
.sec2-box-img iframe{
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



.sec2-box-img.active iframe{
  opacity: 1;
  z-index: 1;
}
.sec2-box1 h2 {
  font-size: 4.4rem;
  line-height: 5.4rem;
  position: absolute;
  top: 9.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-weight: 800;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  width: 28rem;
}
.sec2-box1 h2::before{
  content: '“';
  color: var(--secondary-color);
  font-size: 10.1rem;
  line-height: 10.1rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  position: absolute;
  top: -4rem;
  left: 5rem;
}
.sec2-box1 h2::after{
  content: '“';
  color: var(--secondary-color);
  font-size: 10.1rem;
  line-height: 10.1rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  position: absolute;
  bottom: -5rem;
  right: 2.5rem;
  transform: rotate(180deg);
}
 .sec2-box2 h2 {
  font-size: 4.4rem;
  line-height: 5.4rem;
  position: absolute;
  top: 13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-weight: 800;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  width: 28rem;
}
.sec2-box2 h2::before{
  content: '“';
  color: var(--secondary-color);
  font-size: 10.1rem;
  line-height: 10.1rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  position: absolute;
  top: -4rem;
  left: 6.5rem;
}
.sec2-box2 h2::after{
  content: '“';
  color: var(--secondary-color);
  font-size: 10.1rem;
  line-height: 10.1rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  position: absolute;
  bottom: -5rem;
  right: 6.5rem;
  transform: rotate(180deg);
}
.bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
  background-color: #000000;
  opacity: 0.6;
}
.bg.active{
  display: block;
}
.vod {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: 70%;
  width: 80%;
  z-index: 99999;
}
.vod iframe{
  width: 100%;
  height: 100%;
}
.vod.active{
  display: block;
}
.close-vod {
  position: fixed;
  top: 4rem;
  cursor: pointer;
  opacity: 0.7;
  transition-duration: 0.3s;
  right: 4rem;
  width: 3rem;
  z-index: 99998;
  display: none;
}
.close-vod.active {
  display: block;
}
.close-vod:hover{
  opacity: 1;
}
.section3 {
  position: relative;
  padding: 0 0 4.2rem 0;
  background-image: url('../images/sec3-2.jpg');
  background-position: center;
  background-size: cover;
  min-height: 127.2rem;
}
.section3 .container{
  position: relative;
  z-index: 10;
  color: var(--primary-color);
  text-align: center;
}
.section3 .h1 {
  font-size: 7.2rem;
  line-height: 7.1rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  color: var(--tertiary-color);
}
@-webkit-keyframes pulse{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(15deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(-2deg) scale(1);
  }
}
.section3 .h2 {
  font-size: 5.5rem;
  line-height: 5.9rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
  width: 73rem;
  height: 11.6rem;
  background-color: var(--tertiary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-transform: uppercase;
  transform: rotate(-2deg);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode:forwards;
   animation-fill-mode:forwards;
}
.section3.active .h2{
  -webkit-animation-name: pulse;
  animation-name: pulse;

}
.section3 .h3 {
  font-size: 4.4rem;
  line-height: 7.1rem;
  font-weight: 700;
  margin-bottom: 6.1rem;
  margin-top: 3.5rem;
  color: var(--secondary-color);
  position: relative;
}
.section3 .h3::after {
content: '';
position: absolute;
left: 50%;
bottom: -3rem;
transform: translateX(-50%);
width: 0; 
height: 0; 
border-left: 3.7rem solid transparent;
border-right: 3.7rem solid transparent;

border-top: 2.7rem solid var(--secondary-color);
}
.section3 .primary-btn{
  width: 43.6rem;
  font-size: 3.1rem;
  line-height: 3.1rem;
  font-family: 'DuplicateSans';
}
.sec3-list {
  width: 107.9rem;
  margin: 0 auto;
  margin-bottom: 4.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  position: relative;
  overflow: hidden;
  padding: 1.35rem 0;
  z-index: 5;
}
.sec3-list li{
  width: 33.33%;
  height: 33.8rem;
  position: relative;
}
.sec3-list li:nth-child(1),
.sec3-list li:nth-child(2),
.sec3-list li:nth-child(3){
  margin-bottom: 2.7rem;
}
.sec3-box{
  width: 33.1rem;
  height: 33.8rem;
  border-radius: 1.2rem;
  background-color: #A6B9BA;
  transition-duration: 0.9s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.sec3-box:hover{
  transition-duration: 0.3s;
}
.sec3-box-title p {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  padding-bottom: 2.8rem;
  margin: 0 auto 0 auto;
  color: #000000;
}
.sec3-box1 .sec3-box-title p {
  width: 20rem;
  transition-duration: 0.3s;
}
.sec3-img{
  display: block;
  margin: auto;
  transition-duration: 0.3s;
}
.sec3-box-title{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.plus-btn {
  position: absolute;
  width: 4rem;
  display: block;
  top: 2rem;
  right: 1.1rem;
}
.sec3-box:hover{
  width: 35.5rem;
  height: 36.2rem;
}
.sec3-box:hover .sec3-box-title p{
  font-weight: 700;
}
.sec3-box1 .sec3-box-title .sec3-img {
  width: 18.1rem;
}
.sec3-box.sec3-box1:hover .sec3-img{
  width: 20.3rem;
}
.sec3-box2 .sec3-box-title .sec3-img {
  width: 11rem;
}
.sec3-box.sec3-box2:hover .sec3-img{
  width: 12.7rem;
}
.sec3-box3 .sec3-box-title .sec3-img {
  width: 17.8rem;
}
.sec3-box.sec3-box3:hover .sec3-img{
  width: 19.7rem;
}
.sec3-box4 .sec3-box-title .sec3-img {
  width: 20rem;
}
.sec3-box.sec3-box4:hover .sec3-img{
  width: 22.9rem;
}
.sec3-box5 .sec3-box-title .sec3-img {
  width: 16.4rem;
}
.sec3-box.sec3-box5:hover .sec3-img{
  width: 18.4rem;
}
.sec3-box:hover .sec3-img{
  transform: rotate(-10deg);
}
.sec3-box2:hover .sec3-img,
.sec3-box5:hover .sec3-img{
  transform: rotate(10deg);
}
.section3::after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 46.6rem;
  background: linear-gradient(0deg, transparent 0%, rgba(0,0,0,1) 90%);
}
.section3::before{
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46.6rem;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 100%);
}
.sec3-box1.active{
  width: 105rem;
  height: 70.4rem;
  transform: initial;
  left: 1.4rem;
  top: 0;
  z-index: 6;
  cursor: initial;
  left: -34.4rem;
}
.sec3-box.sec3-box1.active:hover .sec3-img,
.sec3-box.sec3-box1.active .sec3-img{
  width: 8.7rem;
  transform: initial;
  margin: 0 3rem 0 2.6rem;
}
.sec3-box.sec3-box.active .sec3-box-title{
  flex-direction: initial;
  justify-content: flex-start;
  height: auto;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.sec3-box.sec3-box.active .sec3-box-title p{
  width: auto;
  font-weight: 700;
  text-align: left;
  margin: 0 auto 0 0;
  padding-bottom: 0;
}
.sec3-box.sec3-box.active .sec3-box-title p br{
  display: none;
}
.sec3-box.sec3-box.active .plus-btn{
  display: none;
}
.close-btn {
  display: none;
}
.sec3-box.sec3-box.active .close-btn {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 1.6rem;
  width: 5.3rem;
  cursor: pointer;
  transition-duration: 0.3s;
}
.sec3-box.sec3-box.active .close-btn:hover{
  transform: scale(1.05);
}
.sec3-box.sec3-box1 .sec3-box-text {
  opacity: 0;
}
.sec3-box.sec3-box1.active .sec3-box-text {
  width: 88.9rem;
  opacity: 1;
  margin: 0 auto;
  height: 54.4rem;
  padding: 6rem 0 1.5rem 0;
  background-image: url('../images/sec3-box-text.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.sec3-box.sec3-box1.active .sec3-box-text::after{   
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0.2;
}
.sec3-box.sec3-box1.active .sec3-box-text h3 {
  font-size: 2.6rem;
  line-height: 4.1rem;
  font-weight: 800;
  text-align: center;
  color: var(--primary-color);
  margin: 0 auto 1rem auto;
  width: 75rem;
  position: relative;
}
.sec3-box.sec3-box1.active .sec3-box-text h3::before{
  content: '“';
  font-size: 8.7rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  line-height: 8.7rem;
  color: var(--tertiary-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.5rem;
  z-index: 1;
}
.sec3-box.sec3-box1.active .sec3-box-text h2 {
  font-size: 3.7rem;
  line-height: 4.7rem;
  font-weight: 800;
  text-align: center;
  color: var(--primary-color);
  margin: 0 auto 7rem auto;
  position: relative;
}
.sec3-box.sec3-box1.active .sec3-box-text h2::before{
  content: '“';
  font-size: 8.7rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  line-height: 8.7rem;
  color: var(--tertiary-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: -5.5rem;
  z-index: 1;
}
.sec3-box.sec3-box1.active .sec3-box-text p {
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
  margin: 0 auto;
}
.sec3-box.sec3-box1.active .sec3-box-text p b {
  display: block;
}
.play-sec3 {
  margin: 0 auto 2.5rem auto;
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}
.play-sec3::after{
  content: '';
  position: absolute;
  left: 4.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-left: 4.1rem solid rgba(255, 255, 255, 0.52);
}
.play-sec3:hover{
  background-color: rgba(255, 255, 255, 0.43);
}
.play-sec3:hover::after{
  border-top: 2.7rem solid transparent;
  border-bottom: 2.7rem solid transparent;
  border-left: 4.5rem solid rgba(255, 255, 255, 1);
  left: 4rem;
}
.sec3-box{
  transition-duration: 0.3s;
}
.sec3-box.active{
  transition-duration: 0.6s;
}
.sec3-box2.active{
  width: 69.1rem;
  height: 70.4rem;
  transform: initial;
  left: 1.4rem;
  left: initial;
  right: 1.4rem;
  top: 0;
  z-index: 6;
  cursor: initial;
  transition-duration: 0.6s;
}
.sec3-box.sec3-box2.active:hover .sec3-img,
.sec3-box.sec3-box2.active .sec3-img{
  width: 5rem;
  transform: initial;
  margin: 0 3rem 0 2.6rem;
}
.sec3-box.sec3-box2 .sec3-box-text{
  width: 54.3rem;
  width: 60.8rem;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.sec3-box.sec3-box2 .sec3-box-text h3 {
  text-align: center;
  color: var(--tertiary-color);
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sec3-box.sec3-box2 .sec3-box-text h2 {
  text-align: center;
  color: #526364;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec3-box.sec3-box2 .sec3-box-text p {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 400;
  margin-bottom: 0;
}
.sec3-box.sec3-box2 .sec3-box-text p:nth-child(3){
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
  width: 54.3rem;
  margin-right: auto;
  margin-left: auto;
}
.sec3-box.sec3-box2 .sec3-box-text p:nth-child(3)::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 2px;
  width: 47rem;
  background-color: #526364;
}
.sec3-box.sec3-box2 .sec3-box-text h5 {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.sec3-box3.active{
  width: 105rem;
  height: 70.4rem;
  transform: initial;
  left: 1.4rem;
  top: initial;
  bottom: 0;
  z-index: 6;
  cursor: initial;
  transition-duration: 0.6s;
}
.sec3-box.sec3-box3.active:hover .sec3-img,
.sec3-box.sec3-box3.active .sec3-img{
  width: 7.6rem;
  transform: initial;
  margin: 0 3rem 0 2.6rem;
}
.sec3-box.sec3-box3 .sec3-box-text{
  width: 54.3rem;
  width: 75.2rem;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.sec3-box.sec3-box3 .sec3-box-text h3 {
  text-align: center;
  color: var(--tertiary-color);
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.sec3-box.sec3-box3 .sec3-box-text h2 {
  text-align: center;
  color: #526364;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec3-box.sec3-box3 .sec3-box-text p {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 400;
  margin-bottom: 0;
}
.sec3-box.sec3-box3 .sec3-box-text p:nth-child(3){
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.sec3-box.sec3-box3 .sec3-box-text p:nth-child(3)::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 2px;
  width: 47rem;
  background-color: #526364;
}
.sec3-box.sec3-box3 .sec3-box-text h5 {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.sec3-box4.active{
  width: 69.1rem;
  height: 70.4rem;
  transform: initial;
  left: -34.4rem;
  left: 1.4rem;
  top: initial;
  bottom: 0;
  z-index: 6;
  cursor: initial;
  transition-duration: 0.6s;
}
.sec3-box.sec3-box4.active:hover .sec3-img,
.sec3-box.sec3-box4.active .sec3-img{
  width: 8.85rem;
  transform: initial;
  margin: 0 3rem 0 2.6rem;
}
.sec3-box.sec3-box4 .sec3-box-text{
  width: 54.3rem;
  width: 60.8rem;
  margin: 0 auto;
  padding-top: 3.3rem;
}
.sec3-box.sec3-box4 .sec3-box-text h3 {
  text-align: center;
  color: var(--tertiary-color);
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sec3-box.sec3-box4 .sec3-box-text h2 {
  text-align: center;
  color: #526364;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec3-box.sec3-box4 .sec3-box-text p {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 400;
  margin-bottom: 0;
}
.sec3-box.sec3-box4 .sec3-box-text p:nth-child(3){
  padding-bottom: 3.3rem;
  position: relative;
  margin-bottom: 4rem;
  width: 54.3rem;
  width: 56rem;
  margin-right: auto;
  margin-left: auto;
}
.sec3-box.sec3-box4 .sec3-box-text p:nth-child(3)::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 2px;
  width: 47rem;
  background-color: #526364;
}
.sec3-box.sec3-box4 .sec3-box-text h5 {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.br-desk{
  display: none;
}
.sec3-box.sec3-box.active .sec3-box-title p br.br-desk{
  display: initial;
}
.sec3-box.sec3-box4.active .sec3-box-title{
  padding: 2.3rem 0;
}
.sec3-box5.active{
  width: 69.1rem;
  height: 70.4rem;
  transform: initial;
  left: initial;
  top: initial;
  bottom: 0;
  right: 1.4rem;
  z-index: 6;
  cursor: initial;
  transition-duration: 0.6s;
}
.sec3-box.sec3-box5.active:hover .sec3-img,
.sec3-box.sec3-box5.active .sec3-img{
  width: 6.3rem;
  transform: initial;
  margin: 0 3rem 0 2.6rem;
}
.sec3-box.sec3-box5 .sec3-box-text{
  width: 54.3rem;
  width: 60.8rem;
  margin: 0 auto;
  padding-top: 3rem;
}
.sec3-box.sec3-box5 .sec3-box-text h3 {
  text-align: center;
  color: var(--tertiary-color);
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sec3-box.sec3-box5 .sec3-box-text h2 {
  text-align: center;
  color: #526364;
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec3-box.sec3-box5 .sec3-box-text p {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 400;
  width: 53.4rem;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 2.8rem;
}
.sec3-box.sec3-box5 .sec3-box-text p:nth-child(3){
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
  width: 54.3rem;
  margin-right: auto;
  margin-left: auto;
}
.sec3-box.sec3-box5 .sec3-box-text p:nth-child(3)::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 2px;
  width: 47rem;
  background-color: #526364;
}
.sec3-box.sec3-box5 .sec3-box-text h5 {
  text-align: center;
  color: #526364;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section4 {
  padding: 8.4rem 0 11.4rem 0;
  text-align: center;
  position: relative;
  background-image: url(../images/sec4-2.jpg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section4::after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.6rem;
  background: linear-gradient(0deg, transparent 0%, rgba(0,0,0,1) 49%);
}
.section4::before{
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72.6rem;
  background: linear-gradient(0deg, rgba(0,0,0,1) 63%, transparent 100%);
}
.section4 .container {
  position: relative;
  z-index: 5;
}
.section4 h5{
  font-size: 4.8rem;
  line-height: 4.8rem;
  margin-bottom: 1.3rem;
  color: var(--primary-color);
}
.section4 h2{
  font-size: 9.6rem;
  line-height: 12.4rem;
  margin-bottom: 38.5rem;
  font-weight: 700;
  color: var(--secondary-color);
}
.sec4-p{
  width: 105.2rem;
  font-size: 3rem;
  line-height: 4.4rem;
  margin: 0 auto 4.2rem auto;
  font-weight: 400;
  color: var(--primary-color);
  text-shadow: 0 0 1rem #000000;
}
.sec4-p b{
  font-weight: 700;
}
.sec4-boxes {
  width: 106.6rem;
  margin: 0 auto;
}
.sec4-boxes-container1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.8rem;
}
.sec4-boxes-container1 a {
  width: 33.2rem;
  height: 28.7rem;
  border-radius: 3rem;
  background-color: var(--primary-color);
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.sec4-boxes-container1 a h3{
  font-size: 10.7rem;
  line-height: 12.1rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  color: var(--tertiary-color);
  transition-duration: 0.3s;
}
.sec4-boxes-container1 a p{
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 0;
  font-family: 'DuplicateSans';
  font-weight: 400;
}
.sec4-boxes-container1 a p b {
  font-family: 'DuplicateSans';
  font-weight: 700;
}
.sec4-boxes-container1 a:hover h3 {
  background-color: var(--tertiary-color);
  color: var(--primary-color);
  transform: rotate(-5deg);
  margin: 0 auto 1.1rem auto;
}
.sec4-boxes-container1 a:nth-child(1):hover h3{
  width: 22.3rem;
}
.sec4-boxes-container1 a:nth-child(2):hover h3{
  width: 29.4rem;
}
.sec4-boxes-container1 a:nth-child(3):hover h3{
  width: 30.5rem;
}
.sec4-boxes-container2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.4rem;
}
.a-brd{
  width: 33.2rem;
  height: 28.7rem;
  border: 0.3rem solid var(--tertiary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.1rem;
  line-height: 6.9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--tertiary-color);
  border-radius: 3rem;
  transition-duration: 0.3s;
}
.a-brd:hover{
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.sec4-boxes-info{
  width: 69.2rem;
  height: 28.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiary-color);
  border-radius: 3rem;
}
.sec4-boxes-info p{
  width: 57rem;
  text-align: center;
  color: var(--primary-color);
  font-size: 2.6rem;
  line-height: 4.8rem;
}
.sec4-boxes-info p b {
  font-weight: 700;
}
.sec3-list-mob {
  display: none;
}
.ancre {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -5rem;
  left: 0;
}
.sec2-box2 .sec2-box-txt h3{
  margin-bottom: 3rem;
}
.sec3-box.sec3-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: initial;
}
.sec3-box.sec3-box-title h2 {
  color: var(--tertiary-color);
  font-size: 5.9rem;
  line-height: 8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.sec3-box.sec3-box-title,
.sec3-box.sec3-box-title:hover {
  width: 33.1rem;
  height: 33.8rem;
}
.section5{
  display: none !important;
}
.section8 {
  text-align: center;
  background-color: #ffffff;
  padding: 7.3rem 0 15.5rem 0;
}
.section8 h2 {
  color: var(--tertiary-color);
  font-size: 6.8rem;
  line-height: 8.3rem;
  font-weight: 700;
  margin-bottom: 12.5rem;
  transform: translateY(-10rem);
  opacity: 0;
  transition-duration: 1s;
}
.section8.active h2{
  opacity: 1;
  transform: translateY(0);
}
.section8 h2 sup{
  font-size: 6.6rem;
  line-height: 8.3rem;
  font-weight: 700;
  position: absolute;
  padding-left: 1rem;
  top: -1rem;
}
.sec8-holder{
  display: flex;
  position: relative;
  width: 156.8rem;
  width: 166.4rem;
  margin: 0 auto;
  padding-left: 4.8rem;
}
#circle2 {
  position: relative;
  width: 30.3rem;
  height: 30.3rem;
  border-radius: 50%;
  background-color: #AFB0B3;
}
.circle-txt3{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
#circle2 canvas {
  width: 30.3rem !important;
  height: 30.3rem !important;
  transform: rotate(235deg);
}
.circle-txt3 span {
  color: #2B2E34;
  font-size: 6.9rem;
  line-height: 8.2rem;
  text-align: center;
  display: block;
  font-weight: 700;
}
.sec8-p {
  position: absolute;
  bottom: 4.2rem;
  left: 18.7rem;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #2B2E34;
  font-family: 'Arial Narrow';
  font-weight: 400;
}
.sec8-txt-container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 41.2rem;
  transition-duration: 1s;
  opacity: 0;
  transform: translateX(9rem);
}
.sec8-txt-container2{
  bottom: -3.8rem;
  transition-delay: 0.5s;
}
.section8.active .sec8-txt-container{
  opacity: 1;
  transform: translateX(0);
}
.sec8-txt-container1{
  top: -3.8rem;
}

.sec8-title{
  width: 24rem;
  text-align: left;
  font-size: 10.3rem;
  line-height: 10.3rem;
  font-weight: 700;
  font-family: 'DuplicateSans';
  font-weight: 700;
}
.sec8-txt{
  width: calc(100% - 24rem);
  text-align: left;
  font-size: 4.1rem;
  line-height: 5.6rem;
  margin-bottom: 0;
  color: #2B2E34;
  letter-spacing: -0.13rem;
}
.sec8-txt b{
  font-size: 4.1rem;
  line-height: 5.6rem;
  font-weight: 700;
  letter-spacing: -0.13rem;
}
.sec8-txt-container1 .sec8-title{
  color: #C50016;
  position: relative;
}
.sec8-txt-container2 .sec8-title{
  color: #85868A;
  font-size: 9rem;
  line-height: 9rem;
  position: relative;
}
.sec8-txt-container1 .sec8-title span{
  font-size: 9.9rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  display: inline-block;
  padding-left: 0.8rem;
}
.sec8-txt-container2 .sec8-title span{
  font-size: 8rem;
  font-family: 'DuplicateSans';
  font-weight: 700;
  display: inline-block;
  padding-left: 0.8rem;
}
.sec8-txt-container1 .sec8-title::after{
  content: '';
  width: 5.8rem;
  height: 1px;
  background-color: #2B2E34;
  position: absolute;
  left: 0rem;
  top: 0rem;
  left: -8rem;
  top: 7.7rem;
  transform: rotate(165deg);
}

.sec8-txt-container2 .sec8-title::after{
  content: '';
  width: 6.7rem;
  height: 1px;
  background-color: #2B2E34;
  position: absolute;
  left: 0rem;
  top: 0rem;
  left: -8.3rem;
  top: 2.3rem;
  transform: rotate(-155deg);
}