:root {
  --color-bg1: #ffffff;
  --color-bg2: #b0d2e1;
  --color1: 200, 18, 255;
  --color2: 221, 74, 255;
  --color3: 100, 220, 255;
  --color4: 200, 50, 50;
  --color5: 180, 180, 50;
  --color-interactive: 255,49,48;
  --circle-size: 80%;
  --blending: hard-light;
}

@-webkit-keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.fix-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fix-bg .gradient-bg {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
}
.fix-bg .gradient-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(224, 224, 224), rgba(138, 138, 138, 0));
  min-width: 100vw;
  min-height: 100vh;
}
.fix-bg .gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}
.fix-bg .gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 1) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  -webkit-animation: moveVertical 8s ease infinite;
          animation: moveVertical 8s ease infinite;
  opacity: 1;
}
.fix-bg .gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 1) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 7s reverse infinite;
  opacity: 1;
}
.fix-bg .gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 1) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  -webkit-animation: moveInCircle 9s linear infinite;
          animation: moveInCircle 9s linear infinite;
  opacity: 1;
}
.fix-bg .gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 1) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  -webkit-animation: moveHorizontal 9s ease infinite;
          animation: moveHorizontal 9s ease infinite;
  opacity: 0.7;
}
.fix-bg .gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 1) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  -webkit-animation: moveInCircle 7s ease infinite;
          animation: moveInCircle 7s ease infinite;
  opacity: 1;
}
.fix-bg .gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 1) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

@font-face {
  font-family: "Better Brush";
  src: url("../fonts/BetterBrush.woff2") format("woff2"), url("../fonts/BetterBrush.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.betterBrush {
  font-family: "Better Brush";
  color: red;
}

.header_logo {
  height: 50px;
}

.no-bg {
  background: none !important;
  background-color: transparent !important;
}

.no-side-cut .slide .image:before, .no-side-cut .slide .video-wrapper:before {
  background: none !important;
}
.no-side-cut .slide .image:after, .no-side-cut .slide .video-wrapper:after {
  background: none !important;
}

.nav-bar {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 80px;
  background: rgba(45, 45, 50, 0.5019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 111;
}
.nav-bar .inner_nav {
  box-sizing: border-box;
  border-bottom: 3px solid #4a4a53;
  display: flex;
  height: 100%;
}
.nav-bar .inner_nav .logo {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 10px 10px 10px 30px;
}
.nav-bar .inner_nav .logo a {
  height: calc(100% - 10px);
}
.nav-bar .inner_nav .logo img {
  height: 100%;
}
.nav-bar .inner_nav .contact_header {
  display: flex;
  box-sizing: border-box;
  padding: 15px 0px;
  position: relative;
  font-size: 12px;
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: rgba(53, 53, 58, 0.4588235294);
}
.nav-bar .inner_nav .contact_header a {
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 6px;
  font-weight: 200;
  display: flex;
  align-items: center;
}
.nav-bar .inner_nav .contact_header a i {
  font-size: 18px;
  color: #b2b2b2;
}
.nav-bar .inner_nav .contact_header a .description {
  color: white;
}
.nav-bar .inner_nav .contact_header hr {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  height: 6px;
  width: 100px;
  background-color: #f53132;
  margin: 0;
}
.nav-bar .inner_nav .menu_wrapper {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-bar .inner_nav .menu_wrapper .burger-menu {
  display: flex;
  align-items: center;
}

.side-bar {
  width: 80px;
  height: calc(100vh - 80px);
  position: fixed;
  left: 0;
  top: 80px;
  background: rgba(45, 45, 50, 0.5019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 3px solid #4a4a53;
  z-index: 111;
}
.side-bar .mav_designation {
  width: 100%;
  height: 50%;
  font-size: 9px;
  letter-spacing: 2px;
  box-sizing: border-box;
  position: relative;
}
.side-bar .mav_designation .designation_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  width: 40px;
  height: 50%;
  background-color: #35353a;
}
.side-bar .mav_designation .designation_wrapper .text {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 200px;
  transform: rotate(-90deg);
  color: white;
}
.side-bar .mav_designation .designation_wrapper .text .mav-sig {
  font-family: "Better Brush";
  font-size: 10px;
}
.side-bar .social_media {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.side-bar .social_media hr {
  border: none;
  width: 6px;
  height: 55px;
  background-color: #f53132;
  margin: 0;
}
.side-bar .social_media a {
  padding: 14px 0;
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bottom_menu_bar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 111;
  display: flex;
}
.bottom_menu_bar .button {
  width: 200px;
  height: 60px;
  background-color: #f53132;
}
.bottom_menu_bar .slide_button {
  display: flex;
  font-size: 10px;
  letter-spacing: 3px;
  cursor: pointer;
}
@-webkit-keyframes reveal {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes reveal {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.bottom_menu_bar .slide_button .left {
  width: 160px;
  height: 60px;
  bottom: -100%;
  background-color: #f53132;
  border-right: 1px solid #414040;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
  -webkit-animation: reveal 0.2s 1 ease-in-out;
          animation: reveal 0.2s 1 ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  color: #000000;
}
.bottom_menu_bar .slide_button .left:hover:before {
  height: 100%;
}
.bottom_menu_bar .slide_button .left:hover {
  color: #f53132 !important;
}
.bottom_menu_bar .slide_button .left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  transition: all 200ms linear;
  background: #35353a;
}
.bottom_menu_bar .slide_button .left span {
  position: relative;
  z-index: 2;
}
.bottom_menu_bar .slide_button .left i {
  margin-right: 10px;
}
.bottom_menu_bar .slide_button .right {
  width: 220px;
  height: 60px;
  bottom: -100%;
  background-color: #35353a;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
  -webkit-animation: reveal 0.2s 1 ease-in-out;
          animation: reveal 0.2s 1 ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  color: #909090;
}
.bottom_menu_bar .slide_button .right:hover:before {
  height: 100%;
}
.bottom_menu_bar .slide_button .right:hover {
  color: #000000 !important;
}
.bottom_menu_bar .slide_button .right:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  transition: all 200ms linear;
  background: #f53132;
}
.bottom_menu_bar .slide_button .right span {
  position: relative;
  z-index: 2;
}
.bottom_menu_bar .slide_button .right i {
  margin-left: 10px;
}

.container {
  box-sizing: border-box;
  padding: 80px 0 0 80px;
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: 650px;
}
.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1400px !important;
}
.hero .container .row {
  width: 100%;
}
.hero .container .row .intro {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .container .row .intro .intro_wrapper .title {
  position: relative;
}
.hero .container .row .intro .intro_wrapper .title .paint {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -195px;
}
.hero .container .row .intro .intro_wrapper .title .paint img {
  height: 275px;
  width: auto;
}
.hero .container .row .intro .intro_wrapper .title .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  line-height: 1.2 !important;
}
.hero .container .row .intro .intro_wrapper .title .text .inline-wrapper {
  display: flex;
  align-items: center;
}
.hero .container .row .intro .intro_wrapper .title .text .outline {
  font-family: "Arial Black";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: black !important;
  font-size: 70px;
  letter-spacing: 4px;
  margin: 0 !important;
  color: black !important;
  line-height: 1.2;
}
.hero .container .row .intro .intro_wrapper .title .text .blend {
  position: relative;
}
.hero .container .row .intro .intro_wrapper .title .text .difference {
  font-family: "Arial Black";
  font-size: 70px;
  letter-spacing: 4px;
  margin: 0 !important;
  line-height: 1.2;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url("https://i.giphy.com/vfmeozeLsQIJG.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  position: relative;
}
.hero .container .row .intro .intro_wrapper .title .text .difference:before {
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  transition: opacity 0.6s;
  width: 100%;
}
.hero .container .row .intro .intro_wrapper .title .text .mav-font {
  font-family: "Better Brush";
  color: #ff3130 !important;
  font-size: 28px !important;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 20px;
  background: #252525;
}
.hero .container .row .intro .intro_wrapper .description {
  max-width: 460px;
}
.hero .container .row .intro .intro_wrapper .description p {
  font-size: 21px;
  color: #242424 !important;
  text-align: left;
  font-weight: 300;
  line-height: 1.5 !important;
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero .container .row .intro .intro_wrapper .button {
  width: 100%;
  display: flex;
}
.hero .container .row .intro .intro_wrapper .button button {
  border-radius: 60px;
  border: none !important;
  height: 60px;
  width: 200px;
  padding: 5px 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .container .row .intro .intro_wrapper .button button:last-child {
  margin-left: 10px;
}
.hero .container .row .intro .intro_wrapper .button button span {
  letter-spacing: 3px;
}
.hero .container .row .intro .intro_wrapper .button button img {
  height: 30px;
  margin-left: 10px;
}
.hero .container .row .intro .intro_wrapper .button .color {
  background: #252525;
  color: white !important;
}
.hero .container .row .intro .intro_wrapper .button .color span {
  color: white !important;
}
.hero .container .row .intro .intro_wrapper .button .plain {
  background: white;
  color: #252525 !important;
}
.hero .container .row .intro .intro_wrapper .button .plain span {
  color: #252525 !important;
}
.hero .container .row .perspective-slider {
  height: 100%;
  min-height: 400px;
}
.hero .container .row .perspective-slider .slide {
  height: 100% !important;
}
.hero .container .row .perspective-slider .slide .image {
  transform: none !important;
  background: grey;
  position: relative;
  overflow: hidden;
}
.hero .container .row .perspective-slider .slide .image .slider-inner-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: -50px;
}
.hero .container .row .hero-image {
  box-shadow: rgba(0, 0, 0, 0.4) -5px 5px, rgba(0, 0, 0, 0.3) -10px 10px, rgba(0, 0, 0, 0.2) -15px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75vh;
  min-height: 500px;
  box-sizing: border-box;
  -webkit-animation: radius-animate 30s infinite ease-in-out;
          animation: radius-animate 30s infinite ease-in-out;
}
@-webkit-keyframes radius-animate {
  0% {
    border-radius: 91% 100% 47% 43%/43% 43% 85% 36%;
  }
  50% {
    border-radius: 0;
  }
  100% {
    border-radius: 91% 100% 47% 43%/43% 43% 85% 36%;
  }
}
@keyframes radius-animate {
  0% {
    border-radius: 91% 100% 47% 43%/43% 43% 85% 36%;
  }
  50% {
    border-radius: 0;
  }
  100% {
    border-radius: 91% 100% 47% 43%/43% 43% 85% 36%;
  }
}

.showcase_wrapper {
  position: relative;
}
.showcase_wrapper .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 10px;
  margin-bottom: 10px;
  color: white;
}
.showcase_wrapper .big_text {
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Arial Black";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1.9px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2196078431) !important;
  font-size: 90px;
  letter-spacing: 3vw;
  margin: 0 !important;
  color: black !important;
  line-height: 1;
}
.showcase_wrapper .showcase .text-anime {
  color: black !important;
  margin: 70px 0 4vw !important;
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 20px;
}

.services-section .services_video {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
}
.services-section .image-anime img {
  -o-object-position: top;
     object-position: top;
}
.services-section .category {
  opacity: 1;
  color: black;
}
.services-section .description {
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}

.perspective-slider .slide-dark .image {
  background-position: bottom !important;
}
.perspective-slider .slide-dark .image .overlay-black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(47deg, black, transparent, transparent);
}
.perspective-slider .slide-dark .image .keywords .desc {
  color: #ffffff !important;
}
.perspective-slider .slide-dark .image .keywords .key {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.perspective-slider .slide-dark .category {
  color: white !important;
}
.perspective-slider .slide-dark h1 {
  -webkit-text-stroke-color: rgb(255, 255, 255) !important;
}
.perspective-slider .slide-dark .description {
  color: #ffffff !important;
}
.perspective-slider .slide .image {
  background: white;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.perspective-slider .slide .image .slider-inner-img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0%;
}
.perspective-slider .slide .image .slider-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 30px;
  text-align: left;
}
.perspective-slider .slide .image .slider-content .category {
  color: #35353a;
  font-size: 40px;
  margin-bottom: 0 !important;
}
.perspective-slider .slide .image .slider-content h1 {
  font-family: "Arial Black";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: black;
  font-size: 50px;
  letter-spacing: 4px;
  margin: 0 !important;
  color: black !important;
  line-height: 1.2;
}
.perspective-slider .slide .image .slider-content .description {
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 20px;
  max-width: 35%;
}
.perspective-slider .slide .image .slider-content .keywords {
  display: flex;
  align-items: center;
}
.perspective-slider .slide .image .slider-content .keywords .desc {
  margin-right: 5px;
  color: #212121;
}
.perspective-slider .slide .image .slider-content .keywords .key {
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #35353a;
  color: #212121;
  border-radius: 50px;
  margin-right: 5px;
}
.perspective-slider .slide .image .slider-content .button {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.perspective-slider .slide .image .slider-content .button button {
  border-radius: 60px;
  border: none !important;
  height: 60px;
  width: 200px;
  padding: 5px 15px 5px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perspective-slider .slide .image .slider-content .button button span {
  letter-spacing: 3px;
}
.perspective-slider .slide .image .slider-content .button button img {
  height: 30px;
  margin-left: 10px;
}
.perspective-slider .slide .image .slider-content .button .color {
  background: #252525;
  color: white !important;
}
.perspective-slider .slide .image .slider-content .button .color span {
  color: white !important;
}
.perspective-slider .slide .image .slider-content .button .plain {
  background: white;
  color: #252525 !important;
}
.perspective-slider .slide .image .slider-content .button .plain span {
  color: #252525 !important;
}

.parax {
  transition: all 0.7s ease-in-out;
}

blockquote p {
  color: #242424 !important;
}

.p-top-0 {
  padding-top: 0;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-left-0 {
  padding-left: 0;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-75 {
  margin-top: 75px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-85 {
  margin-top: 85px;
}

.m-top-100 {
  margin-top: 100px;
}

.m-bottom-0 {
  margin-bottom: 0px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-75 {
  margin-bottom: 75px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}/*# sourceMappingURL=mavsketch.css.map */