@media only screen and (min-width: 0px) {
  /* lora-regular - latin */
  @font-face {
    font-display: swap;
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/lora-v35-latin-regular.woff2") format("woff2");
  }
  /* lora-700 - latin */
  @font-face {
    font-display: swap;
    font-family: "Lora";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/lora-v35-latin-700.woff2") format("woff2");
  }
  /* dm-sans-regular - latin */
  @font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/dm-sans-v15-latin-regular.woff2") format("woff2");
  }
  /* dm-sans-700 - latin */
  @font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/dm-sans-v15-latin-700.woff2") format("woff2");
  }
  /* dm-sans-900 - latin */
  @font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/dm-sans-v15-latin-900.woff2") format("woff2");
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/poppins-v21-latin-regular.woff2") format("woff2");
  }
  /* poppins-500 - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/poppins-v21-latin-500.woff2") format("woff2");
  }
  /* poppins-700 - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/poppins-v21-latin-700.woff2") format("woff2");
  }
  /* poppins-900 - latin */
  @font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/poppins-v21-latin-900.woff2") format("woff2");
  }
  * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  h1 {
    font-family: "poppins", serif;
    line-height: 1.25;
  }
  h1 span {
    font-family: "poppins", serif;
  }
  h2,
  span {
    font-family: "DM Sans", serif;
  }
  h4 {
    font-family: "poppins", serif;
    color: white;
    line-height: 1.75;
    font-family: "DM Sans", sans-serif;
  }
  p,
  a {
    font-family: "DM Sans", sans-serif;
    line-height: 1.75;
  }
  p span,
  a span {
    font-family: "DM Sans", sans-serif;
  }
  .topper {
    color: #57977A;
    font-family: "DM Sans", serif;
  }
  html {
    margin: 0 auto;
    background-color: #272727;
  }
  main {
    overflow-x: hidden;
  }
  .logo-text h1 span {
    font-family: "Lora";
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  body {
    min-height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    content: "";
    background-size: 35px;
    background-image: url("../assets/grid1.png");
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    min-height: 100vh;
    max-width: 1920px;
    position: relative;
    background-color: #fff;
    content: "";
    background-image: url("../assets/grid1.png");
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
li .active {
  -webkit-text-decoration: 2px underline #FDD860;
          text-decoration: 2px underline #FDD860;
  text-underline-offset: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 999px) {
  #hamburger {
    z-index: 500;
    cursor: pointer;
  }
  #hamburger.active {
    transition: 0.3s;
    transform: rotate(360deg);
  }
  .line {
    transition: 0.3s;
  }
  .line1.active {
    transform: translate(0px, 10px) rotate(225deg);
    width: 30px;
  }
  .line2.active {
    transform-origin: center;
    transform: translate(0px, 0%) rotate(-225deg);
    width: 30px;
  }
  .line3.active {
    transform: translate(0%, -20px);
    opacity: 0%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  #overlay {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.25);
    min-height: 100vh;
    width: 100%;
  }
  #overlay.active {
    display: block;
    position: fixed;
    z-index: 500;
  }
}
@media only screen and (min-width: 1000px) {
  .logo,
  .navigation ul,
  .navigation ul li,
  .navigation ul li a {
    transition: 0.05s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  #hamburger {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hamburger span {
    width: 33px;
    border-radius: 100vw;
    background-color: white;
    height: 4px;
    margin: 3px 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 399px) {
  #hamburger {
    position: absolute;
    top: 12px;
    right: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 400px) and (max-width: 499px) {
  #hamburger {
    position: absolute;
    top: 14px;
    right: 20px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 500px) and (max-width: 599px) {
  #hamburger {
    position: absolute;
    top: 22px;
    right: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 600px) and (max-width: 999px) {
  #hamburger {
    position: absolute;
    top: 25px;
    right: 40px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #hamburger {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 499px) {
  .navigation {
    height: clamp(0px, 32vw, 170px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 500px) and (max-width: 699px) {
  .navigation {
    height: clamp(150px, 28vw, 200px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 700px) and (max-width: 999px) {
  .navigation {
    height: clamp(200px, 25vw, 250px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 767px) {
  .navigation {
    content: "";
    background-image: url(/assets/nav-mobile.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 475px) and (max-width: 767px) {
  .navigation {
    content: "";
    background-image: url(/assets/nav-mobile-larger.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 768px) and (max-width: 999px) {
  .navigation {
    content: "";
    background-image: url(/assets/nav-tablet.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .navbar {
    display: flex;
    flex-direction: column;
  }
  .logo {
    position: absolute;
    z-index: 1;
    width: 60%;
  }
  .navigation #navigation-inner {
    height: 100dvh;
    width: 60%;
    min-width: 250px;
    max-width: 350px;
    position: fixed;
    right: -350px;
    top: 0;
    z-index: 500;
    background-color: rgba(37, 37, 37, 0.97);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navigation #navigation-inner li {
    margin: 4px;
    padding: 10px;
  }
  .navigation #navigation-inner li a {
    letter-spacing: 0.5px;
    color: white;
  }
  .navigation #navigation-inner li a:hover {
    color: #FDD860;
  }
  .navigation #navigation-inner.active {
    border-left: 3px solid #57977A;
    right: 0px;
  }
  .navigation .more-btn {
    font-family: "DM Sans", sans-serif;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navigation .more-btn img {
    position: relative;
    top: 1px;
    left: 5px;
    width: 10px;
    height: 13px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .navigation {
    content: "";
    background-image: url(/assets/nav-desktop.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    width: 65vw;
    max-width: 1300px;
    height: 350px;
  }
  .navigation .contact {
    background-color: #FDD860;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    min-width: 125px;
    border-color: #111111;
    transition: 0.3s;
    color: #111111;
    text-shadow: none;
  }
  .navigation .contact:hover {
    background-color: #FDD860;
    transition: 0.3s;
    color: black;
    box-shadow: 1px 1px 4px black, 1px 3px 10px black, 1px 1px 15px rgba(0, 0, 0, 0.5);
  }
  .navigation .contact:hover span {
    position: relative;
    transition: 0.3s;
  }
  .navigation .more-btn {
    font-family: "DM Sans", sans-serif;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px clamp(12px, 1.2vw, 15px);
  }
  .navigation .more-btn img {
    position: relative;
    right: -5px;
    top: 1px;
    width: 10px;
    height: 13px;
  }
  .navigation ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
  }
  .navigation ul li a {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: white;
    padding: 25px clamp(12px, 1.2vw, 15px);
    text-shadow: 1px 1px 5px #111111;
  }
  .navigation ul li a:hover {
    color: rgb(114.7857142857, 174.2142857143, 147.2857142857);
    color: #FDD860;
  }
  .navigation ul .contact a {
    padding: 10px 15px;
  }
  .navigation ul .contact a:hover {
    background-color: #FDD860;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .navigation ul {
    margin-top: 45px;
    margin-right: 10px;
  }
  .navigation ul li {
    margin: 0 0px;
  }
  .navigation ul li a {
    font-size: 15px;
  }
  .contact-btn {
    margin-left: 15px !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (max-width: 1199px) {
  .navigation ul {
    margin-top: 50px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 5px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1200px) and (max-width: 1299px) {
  .navigation ul {
    margin-top: 55px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 5px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .navigation ul {
    margin-top: 60px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 10px;
  }
  .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .navigation ul {
    margin-top: 65px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 12.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .navigation ul {
    margin-top: 70px;
    margin-right: 20px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .navigation ul {
    margin-top: 70px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) and (max-width: 1749px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) and (max-width: 1749px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 17.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1750px) and (max-width: 1799px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 25px;
  }
  .navigation ul li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1800px) and (max-width: 1849px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 35px;
  }
  .navigation ul li {
    margin: 0 22.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1850px) {
  .navigation ul {
    margin-top: 75px;
    margin-right: 50px;
  }
  .navigation ul li {
    margin: 0 30px 0 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .more-btn ul {
    transition: 0.3s;
    display: none;
    z-index: 500;
  }
  .more-btn:hover {
    transition: 0.3s;
    color: #FDD860;
    font-family: "DM Sans", sans-serif;
  }
  .more-btn:hover ul {
    margin-right: 0;
    background-color: rgba(51, 51, 51, 0.9450980392);
    border: 1px #57977A solid;
    border-radius: 100vw;
    height: 275px;
    width: 275px;
    position: absolute;
    top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1300px) {
  .more-btn:hover ul {
    height: 250px;
    width: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .more-btn:hover ul::after {
    content: " ";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 150px;
    left: 225px;
    z-index: -1;
    background-color: hsla(153, 45%, 63%, 0.2);
    border-radius: 100vw;
    transition: animation 0.3s ease-in-out;
    animation: floatAfter 28s infinite linear;
  }
  .more-btn:hover ul::before {
    content: " ";
    width: 115px;
    height: 115px;
    position: absolute;
    bottom: 100px;
    left: -40px;
    z-index: -1;
    background-color: hsla(153, 45%, 63%, 0.1);
    border-radius: 100vw;
    transition: 3s ease-in-out;
    animation: floatBefore 20s infinite linear;
  }
  .more-btn:hover ul li {
    padding: 5px;
  }
  .more-btn:hover ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 999px) {
  .dropdown-list {
    display: none;
  }
  .more-btn.mobile-open {
    padding: 0 !important;
    margin: 10px 0 !important;
    display: flex;
    flex-direction: column;
  }
  .more-btn.mobile-open img {
    display: none;
  }
  .more-btn.mobile-open::before {
    content: "";
    background-image: url("/assets/caret-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 19px;
    width: 11px;
    height: 13.5px;
    right: -30px;
  }
  .dropdown-list.show-dropdown {
    display: block;
    display: flex;
    flex-direction: column;
    background-color: rgba(33, 33, 33, 0.97);
    width: 60%;
    min-width: 250px;
    max-width: 350px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 0px) and (max-width: 415px) {
  .dropdown-list.show-dropdown {
    border-left: 1.5px solid #57977A;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 399px) {
  .logo {
    margin-top: -10px;
    margin-left: -20.5%;
    transform: scale(0.65) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 400px) and (max-width: 449px) {
  .logo {
    margin-top: -5px;
    margin-left: -17.5%;
    transform: scale(0.7) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 450px) and (max-width: 499px) {
  .logo {
    margin-top: -5px;
    margin-left: -12.5%;
    transform: scale(0.75) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 500px) and (max-width: 599px) {
  .logo {
    margin-top: 0px;
    margin-left: -10%;
    transform: scale(0.8) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 600px) and (max-width: 999px) {
  .logo {
    margin-top: 15px;
    margin-left: -4.5%;
    transform: scale(0.85) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .logo {
    z-index: 2;
    margin-top: 30px;
    margin-left: -4.5%;
    transform: scale(0.85) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (max-width: 1224px) {
  .logo {
    margin-top: 35px;
    margin-left: -3.5%;
    transform: scale(0.9) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1225px) and (max-width: 1299px) {
  .logo {
    margin-top: 45px;
    margin-left: -3.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .logo {
    margin-top: 45px;
    margin-left: -1.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .logo {
    margin-top: 50px;
    margin-left: 0%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .logo {
    margin-top: 50px;
    margin-left: 0.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .logo {
    margin-top: 50px;
    margin-left: 1.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) {
  .logo {
    margin-top: 60px;
    margin-left: 1.5%;
    transform: scale(0.95) !important;
  }
}
@media only screen and (min-width: 0px) {
  .logo {
    position: absolute;
    z-index: 5;
    left: 0;
    left: 4.5%;
    width: 125px;
    height: 125px;
    display: flex;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) {
  .logo {
    left: 5.5%;
  }
}
@media only screen and (min-width: 0px) {
  .logo .circle {
    position: relative;
  }
  .logo .logo-a {
    position: absolute;
    left: -17px;
    top: -25px;
    height: 125px;
  }
  .logo .logo-s {
    position: absolute;
    left: 6px;
    top: -5px;
    height: 135px;
  }
  .logo .logo-t {
    position: absolute;
    left: 36px;
    top: 25px;
    height: 135px;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    position: relative;
    top: -5px;
    color: black;
    font-family: "Lora";
    transition: 0.3s;
    line-height: 0.95;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .logo-text {
    color: white !important;
  }
}
@media only screen and (min-width: 0px) {
  .logo-text h1 {
    font-size: 3.75em;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 1px;
  }
  .logo-text p {
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 0px) {
  .logo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .logo {
    position: relative;
  }
}
@media only screen and (min-width: 0px) {
  .logo .logo-a,
  .logo .logo-s,
  .logo .logo-t {
    position: absolute;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.5s ease-out;
  }
  .logo .logo-text h1 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    display: flex;
    gap: 0px;
  }
  .logo .logo-text span {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .logo .logo-text p {
    letter-spacing: 0;
    display: flex;
    gap: 0.75px;
  }
  .logo:hover .logo-a {
    animation: balloonInflate 0.5s 0s ease-out forwards;
  }
  .logo:hover .logo-s {
    animation: balloonInflate 0.5s 0.1s ease-out forwards;
  }
  .logo:hover .logo-t {
    animation: balloonInflate 0.5s 0.225s ease-out forwards;
  }
  .logo:hover .logo-text .h1 {
    animation: upAnimation 0.2s 0.65s ease-out forwards;
  }
  .logo:hover .logo-text .h2 {
    animation: upAnimation 0.2s 0.7s ease-out forwards;
  }
  .logo:hover .logo-text .h3 {
    animation: upAnimation 0.2s 0.75s ease-out forwards;
  }
  .logo:hover .logo-text .h4 {
    animation: upAnimation 0.2s 0.8s ease-out forwards;
  }
  .logo:hover .logo-text .h5 {
    animation: upAnimation 0.2s 0.85s ease-out forwards;
  }
  .logo:hover .logo-text .h6 {
    animation: upAnimation 0.2s 0.9s ease-out forwards;
  }
  .logo:hover .logo-text .p1 {
    animation: downAnimation 0.3s 1s ease-out forwards;
  }
  .logo:hover .logo-text .p2 {
    animation: downAnimation 0.3s 1.02s ease-out forwards;
  }
  .logo:hover .logo-text .p3 {
    animation: downAnimation 0.3s 1.04s ease-out forwards;
  }
  .logo:hover .logo-text .p4 {
    animation: downAnimation 0.3s 1.06s ease-out forwards;
  }
  .logo:hover .logo-text .p5 {
    animation: downAnimation 0.3s 1.08s ease-out forwards;
  }
  .logo:hover .logo-text .p6 {
    animation: downAnimation 0.3s 1.1s ease-out forwards;
  }
  .logo:hover .logo-text .p7 {
    animation: downAnimation 0.3s 1.12s ease-out forwards;
  }
  .logo:hover .logo-text .p8 {
    animation: downAnimation 0.3s 1.14s ease-out forwards;
  }
  .logo:hover .logo-text .p9 {
    animation: downAnimation 0.3s 1.16s ease-out forwards;
  }
  .logo:hover .logo-text .p10 {
    animation: downAnimation 0.3s 1.18s ease-out forwards;
  }
  .logo:hover .logo-text .p11 {
    animation: downAnimation 0.3s 1.2s ease-out forwards;
  }
  .logo:hover .logo-text .p12 {
    animation: downAnimation 0.3s 1.22s ease-out forwards;
  }
  .logo:hover .logo-text .p13 {
    animation: downAnimation 0.3s 1.24s ease-out forwards;
  }
  .logo:hover .logo-text .p14 {
    animation: downAnimation 0.3s 1.26s ease-out forwards;
  }
  .logo:hover .logo-text .p15 {
    animation: downAnimation 0.3s 1.28s ease-out forwards;
  }
  .logo:hover .logo-text .p16 {
    animation: downAnimation 0.3s 1.3s ease-out forwards;
  }
  .logo:hover .logo-text .p17 {
    animation: downAnimation 0.3s 1.32s ease-out forwards;
  }
  .logo:hover .logo-text .p18 {
    animation: downAnimation 0.3s 1.34s ease-out forwards;
  }
  .logo:hover .logo-text .p19 {
    animation: downAnimation 0.3s 1.36s ease-out forwards;
  }
  .logo:hover .logo-text .p20 {
    animation: downAnimation 0.3s 1.38s ease-out forwards;
  }
  .logo:hover .logo-text .p21 {
    animation: downAnimation 0.3s 1.4s ease-out forwards;
  }
  .logo:hover .logo-text .p22 {
    animation: downAnimation 0.3s 1.42s ease-out forwards;
  }
  .logo:hover .logo-text .p23 {
    animation: downAnimation 0.3s 1.44s ease-out forwards;
  }
  @keyframes upAnimation {
    40% {
      color: #57977A;
    }
    50% {
      transform: translateY(-4px);
      color: #57977A;
    }
    60% {
      color: #57977A;
    }
  }
  @keyframes balloonInflate {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.125);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes downAnimation {
    40% {
      color: #57977A;
    }
    50% {
      transform: translateY(4px);
      color: #57977A;
    }
    60% {
      color: #57977A;
    }
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  .footer-blob img {
    width: 100%;
  }
  .footer-inner {
    margin-top: -25px;
    background-color: #333333;
    background-image: url(/assets/texture-background.webp);
  }
  .footer-logo {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .footer-logo img {
    width: 100%;
    max-width: 300px;
  }
  .footer-body {
    height: auto;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .footer-navigation {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    color: white;
    margin-bottom: 50px;
  }
  .footer-navigation h1 {
    font-size: 28px;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: 4px solid #57977A;
  }
  .footer-navigation ul {
    justify-content: flex-start;
  }
  .footer-navigation ul li a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: white;
    font-size: 16px;
    padding: 10px 10px 10px 0;
  }
  .footer-navigation ul li a:hover {
    color: #FDD860;
  }
  .footer-contact {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-bottom: 100px;
  }
  .footer-contact h1 {
    color: white;
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 4px solid #57977A;
  }
  .footer-contact div {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .footer-contact div a {
    font-family: "Lora", sans-serif;
    letter-spacing: 0.5px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    margin-left: 25px;
  }
  .footer-contact div a:hover {
    color: #FDD860;
  }
  .footer-contact div a span {
    font-size: 18px;
  }
  .footer-contact div .email::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 7px;
  }
  .footer-contact div .phone-number::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 3.5px;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    background-color: #57977A;
    text-align: center;
  }
  .footer-bottom a {
    font-size: clamp(9px, 2.5vw, 13px);
    color: black;
    transition: 0.3s;
  }
  .footer-bottom a:hover {
    transition: 0.3s;
    color: white;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-blob img {
    width: 100%;
    margin-bottom: -50px;
  }
  .footer-inner {
    min-height: 500px;
    background-color: #333333;
    background-image: url(/assets/texture-background.webp);
  }
  .footer-inner .footer-logo {
    display: flex;
    margin: 0 auto;
    margin-bottom: 150px;
    max-width: 350px;
  }
  .footer-inner .footer-body {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1400px) {
  .footer-inner .footer-body {
    width: 80%;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-navigations {
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .footer-navigations h1 {
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 4px solid #57977A;
  }
  .footer-navigations ul {
    display: flex;
    flex-direction: row;
    padding: 15px 0 0 0;
  }
  .footer-navigations ul li a {
    font-size: 16px;
    padding: 0 25px 0 0;
    color: white;
  }
  .footer-navigations ul li a:hover {
    color: #FDD860;
  }
  .footer-contact {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: end;
  }
  .footer-contact h1 {
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 4px solid #57977A;
  }
  .footer-contact div {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .footer-contact div a {
    font-family: "Lora", sans-serif;
    letter-spacing: 0.5px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    margin-right: 25px;
  }
  .footer-contact div a:hover {
    color: #FDD860;
  }
  .footer-contact div a span {
    font-size: 18px;
  }
  .footer-contact div .email::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 7px;
  }
  .footer-contact div .phone-number::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../assets/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 3.5px;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    background-color: #57977A;
    text-align: center;
  }
  .footer-bottom a {
    font-size: clamp(9px, 2.5vw, 13px);
    color: black;
    transition: 0.3s;
  }
  .footer-bottom a:hover {
    transition: 0.3s;
    color: white;
  }
}
.hero-text,
.hero-image {
  transition: 0.2s;
  position: relative;
}

@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .hero {
    padding-top: 30px;
    position: relative;
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .hero .hero-text {
    position: relative;
    z-index: 2;
    color: #111111;
    max-width: 625px;
    margin: 0 auto;
    text-align: center;
  }
  .hero .hero-text .topper {
    font-weight: 700;
    font-size: clamp(24px, 6vw, 28px);
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .hero .hero-text .topper span {
    position: relative;
    top: -2px;
    margin: 0 2px;
    font-size: 16px;
  }
  .hero .hero-text h1 {
    font-size: clamp(42px, 8vw, 80px);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.125;
    text-wrap: balance;
  }
  .hero .hero-text p {
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 550px;
  }
  .hero .hero-text div {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .hero .hero-text div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 25px 30px;
    margin-right: 15px;
    border-radius: 100vh;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 16px;
    color: #111111;
    box-shadow: 1px 2px 5px rgba(51, 51, 51, 0.5);
    transition: 0.3s;
  }
  .hero .hero-text div a:hover {
    transition: 0.3s;
    box-shadow: 1px 2px 5px #111111;
  }
  .hero .hero-text div a:hover {
    position: relative;
    transition: 0.3s;
  }
  .hero .hero-text div a:hover span {
    position: relative;
    top: -0.5px;
    transition: 0.3s;
  }
  .hero .hero-text div .contact-button {
    background-color: #FDD860;
  }
  .hero .hero-text div .services-button {
    background-color: white;
  }
  .hero .hero-image {
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  .hero .hero-image .hero-guy {
    width: 100%;
    max-width: 650px;
    margin-top: 15px;
  }
  .hero .hero-image .floats {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) {
  .hero {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .hero .hero-text {
    position: relative;
    z-index: 2;
    margin-top: 140px;
    color: #111111;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1400px) {
  .hero .hero-text {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) {
  .hero .hero-text .topper {
    font-weight: 700;
    font-size: 28px;
  }
  .hero .hero-text .topper span {
    position: relative;
    top: -2px;
    margin: 0 2px;
    font-size: 16px;
  }
  .hero .hero-text h1 {
    font-family: "Poppins", serif;
    font-size: 80px;
    font-weight: 700;
    width: 650px;
    margin: 5px 0 15px;
    line-height: 1.125;
    letter-spacing: -1px;
  }
  .hero .hero-text p {
    width: 680px;
    font-size: clamp(18px, 1.5vw, 20px);
    margin-bottom: 35px;
  }
  .hero .hero-text p span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-color: #77cba5;
  }
  .hero .hero-text div {
    display: flex;
    flex-direction: row;
  }
  .hero .hero-text div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 25px 40px;
    margin-right: 15px;
    border-radius: 100vh;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 16px;
    color: #111111;
    box-shadow: 1px 2px 5px rgba(51, 51, 51, 0.5);
    transition: 0.3s;
  }
  .hero .hero-text div a:hover {
    transition: 0.3s;
    box-shadow: 1px 2px 5px #111111;
  }
  .hero .hero-text div .contact-button {
    background-color: #FDD860;
  }
  .hero .hero-text div .services-button {
    background-color: white;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .floats {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) {
  .doll {
    position: absolute;
    filter: saturate(0.85);
    top: 175px;
    left: 150px;
    width: 75px;
    height: 95px;
    z-index: 3;
    animation: float2 40s infinite alternate linear;
  }
  .headphones {
    position: absolute;
    top: 70px;
    left: 275px;
    width: 50px;
    height: 75px;
    z-index: 3;
    animation: float3 50s infinite alternate linear;
  }
  .phone {
    position: absolute;
    top: 40px;
    left: 400px;
    width: 63px;
    height: 69px;
    z-index: 3;
    animation: float4 30s infinite alternate linear;
  }
  .light {
    position: absolute;
    top: 90px;
    left: 575px;
    width: 45px;
    height: 68px;
    z-index: 3;
    animation: float3 35s infinite alternate linear;
  }
  .red-pen {
    position: absolute;
    top: 200px;
    left: 275px;
    width: 35px;
    height: 60px;
    z-index: 3;
    animation: float 60s infinite alternate linear;
  }
  .yellow-pen {
    position: absolute;
    top: 210px;
    left: 550px;
    width: 40px;
    height: 55px;
    z-index: 3;
    animation: float2 40s infinite alternate linear;
  }
  .white-pen {
    position: absolute;
    top: 200px;
    left: 615px;
    width: 50px;
    height: 45px;
    z-index: 3;
    animation: float3 50s infinite alternate linear;
  }
  .star {
    position: absolute;
    filter: saturate(0.85);
    top: 320px;
    left: 200px;
    width: 50px;
    height: 50px;
    z-index: 3;
    animation: float4 35s infinite alternate linear;
  }
  .papers {
    position: absolute;
    filter: grayscale(0.5);
    top: 400px;
    left: 100px;
    width: 108px;
    height: 113px;
    z-index: 3;
    animation: float2 65s infinite alternate linear;
  }
  .camera {
    filter: saturate(0.85);
    position: absolute;
    top: 300px;
    left: 630px;
    width: 72px;
    height: 51px;
    z-index: 3;
    animation: float4 25s infinite alternate linear;
  }
  .letter {
    position: absolute;
    filter: saturate(0.75);
    top: 400px;
    left: 685px;
    width: 71px;
    height: 46px;
    z-index: 3;
    animation: float4 55s infinite alternate linear;
  }
  @keyframes float {
    0% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
    10% {
      transform: translate(5px, -2.5px) scale(1.02) rotate(2deg);
    }
    20% {
      transform: translate(5px, 0) scale(0.98) rotate(-2deg);
    }
    30% {
      transform: translate(5px, 5px) scale(1.02) rotate(2deg);
    }
    40% {
      transform: translate(0, 5px) scale(0.98) rotate(-2deg);
    }
    50% {
      transform: translate(-5px, 5px) scale(1.02) rotate(2deg);
    }
    60% {
      transform: translate(-5px, 0) scale(0.98) rotate(-2deg);
    }
    70% {
      transform: translate(-5px, -5px) scale(1.02) rotate(2deg);
    }
    80% {
      transform: translate(0, -5px) scale(0.98) rotate(-2deg);
    }
    90% {
      transform: translate(5px, -5px) scale(1.02) rotate(2deg);
    }
    100% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
  }
  @keyframes float2 {
    0% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
    10% {
      transform: translate(10px, 0) scale(1.02) rotate(5deg);
    }
    20% {
      transform: translate(0, 10px) scale(0.98) rotate(-5deg);
    }
    30% {
      transform: translate(-10px, 0) scale(1.02) rotate(5deg);
    }
    40% {
      transform: translate(0, -10px) scale(0.98) rotate(-5deg);
    }
    50% {
      transform: translate(10px, 0) scale(1.02) rotate(5deg);
    }
    60% {
      transform: translate(0, 10px) scale(0.98) rotate(-5deg);
    }
    70% {
      transform: translate(-10px, 0) scale(1.02) rotate(5deg);
    }
    80% {
      transform: translate(0, -10px) scale(0.98) rotate(-5deg);
    }
    90% {
      transform: translate(10px, 0) scale(1.02) rotate(5deg);
    }
    100% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
  }
  @keyframes float3 {
    0% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
    10% {
      transform: translate(10px, 0) scale(1.02) rotate(5deg);
    }
    20% {
      transform: translate(10px, 10px) scale(0.98) rotate(-5deg);
    }
    30% {
      transform: translate(0, 10px) scale(1.02) rotate(5deg);
    }
    40% {
      transform: translate(-10px, 10px) scale(0.98) rotate(-5deg);
    }
    50% {
      transform: translate(-10px, 0) scale(1.02) rotate(5deg);
    }
    60% {
      transform: translate(-10px, -10px) scale(0.98) rotate(-5deg);
    }
    70% {
      transform: translate(0, -10px) scale(1.02) rotate(5deg);
    }
    80% {
      transform: translate(10px, -10px) scale(0.98) rotate(-5deg);
    }
    90% {
      transform: translate(10px, 0) scale(1.02) rotate(5deg);
    }
    100% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
  }
  @keyframes float4 {
    0% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
    10% {
      transform: translate(10px, 0) scale(1.02) rotate(10deg);
    }
    20% {
      transform: translate(0, 10px) scale(0.98) rotate(-10deg);
    }
    30% {
      transform: translate(-10px, 0) scale(1.02) rotate(10deg);
    }
    40% {
      transform: translate(0, -10px) scale(0.98) rotate(-10deg);
    }
    50% {
      transform: translate(10px, 0) scale(1.02) rotate(10deg);
    }
    60% {
      transform: translate(0, 10px) scale(0.98) rotate(-10deg);
    }
    70% {
      transform: translate(-10px, 0) scale(1.02) rotate(10deg);
    }
    80% {
      transform: translate(0, -10px) scale(0.98) rotate(-10deg);
    }
    90% {
      transform: translate(10px, 0) scale(1.02) rotate(10deg);
    }
    100% {
      transform: translate(0, 0) scale(1) rotate(0deg);
    }
  }
  .pc-light {
    position: absolute;
    top: 74px;
    left: 182px;
    width: 456px;
    height: 400px;
    z-index: 2;
    animation: light 2s infinite alternate ease-in-out;
  }
  @keyframes light {
    0% {
      opacity: 100%;
    }
    25% {
      opacity: 75%;
    }
    50% {
      opacity: 15%;
    }
    75% {
      opacity: 75%;
    }
    100% {
      opacity: 100%;
    }
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .hero-image {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .hero-image {
    transform: scale(0.85);
    left: -175px;
    top: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1100px) and (max-width: 1199px) {
  .hero-image {
    transform: scale(0.9);
    left: -165px;
    top: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1200px) and (max-width: 1299px) {
  .hero-image {
    transform: scale(0.95);
    left: -100px;
    top: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .hero-image {
    left: -100px;
    top: -40px;
    transform: scale(0.95);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .hero-image {
    left: -75px;
    top: -40px;
    transform: scale(0.95);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .hero-image {
    left: -50px;
    top: -30px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .hero-image {
    left: 0px;
    top: -30px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1700px) and (max-width: 1799px) {
  .hero-image {
    left: 50px;
    top: -25px;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1800px) {
  .hero-image {
    left: 50px;
    top: -25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 600px) and (max-width: 999px) {
  .hero-text {
    margin-top: 30px;
    margin-left: 25px;
  }
  .hero-text img {
    width: 85%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .hero-text {
    margin-left: 2%;
  }
  .hero-text img {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1100px) and (max-width: 1199px) {
  .hero-text {
    margin-left: 1.5%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1200px) and (max-width: 1299px) {
  .hero-text {
    margin-left: 2.5%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .hero-text {
    margin-left: 3.5%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .hero-text {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .hero-text {
    margin-left: 5.5%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .hero-text {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1700px) {
  .hero-text {
    margin-left: 7.5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  .what-we-do-top-blob {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .what-we-do-top-blob img {
    position: relative;
    width: 100%;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) and (max-width: 450px) {
  .what-we-do-top-blob img {
    width: 150%;
    left: -90px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  #what-we-do {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    background: #333333 url("./assets/images/index/texture-background.webp") no-repeat center/cover;
    padding-bottom: 50px;
  }
  .what-we-do-header {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 75px;
    width: 90%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) and (min-width: 0px) and (max-width: 450px) {
  .what-we-do-header {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) {
  .what-we-do-header h2 {
    letter-spacing: 1px;
    color: #77cba5;
    font-weight: 700;
    font-size: clamp(18px, 5vw + 1rem, 24px);
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .what-we-do-header h2 span {
    white-space: nowrap;
  }
  .what-we-do-header h1 {
    color: white;
    font-size: clamp(42px, 11vw, 80px);
    letter-spacing: -1px;
    margin-bottom: 25px;
    line-height: 1.125;
    text-shadow: 2px 2px 0px #222;
  }
  .what-we-do-header h1 span {
    color: #77cba5;
  }
  .what-we-do-header p {
    color: white;
    font-size: 16px;
    line-height: 1.75;
    text-shadow: 1px 1px 0px #222;
    transition: 0.2s;
  }
  .what-we-do-header p strong {
    color: #77cba5;
    white-space: nowrap;
  }
  .what-we-do-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    margin: 0 auto;
  }
  .what-we-do-body .item {
    color: white;
    text-align: center;
    max-width: 86%;
    margin: 0 auto 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 50px;
    border: 1px hsla(153, 27%, 47%, 0.75) solid;
    border-radius: 15px;
    background-color: rgb(42.075, 42.075, 42.075);
    transition: 0.2s;
  }
  .what-we-do-body .item:last-child {
    margin-bottom: 0;
  }
  .what-we-do-body .item:hover {
    border-color: hsl(153, 27%, 47%);
    background-color: rgb(38.25, 38.25, 38.25);
    transition: 0.2s;
  }
  .what-we-do-body .item:hover .image-1,
  .what-we-do-body .item:hover .image-2 {
    filter: saturate(1);
  }
  .what-we-do-body .item:hover .image-3 {
    filter: saturate(1.3);
  }
  .what-we-do-body .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw 75vw 100vw 75vw;
    width: 250px;
    height: 225px;
    margin-bottom: -15px;
  }
  .what-we-do-body .item .image img {
    width: 125px;
  }
  .what-we-do-body .item .image-1 {
    transform: scale(1.3);
    filter: saturate(0.8);
  }
  .what-we-do-body .item .image-2 {
    transform: scale(1.1);
    filter: saturate(0.7);
  }
  .what-we-do-body .item .image-3 {
    transform: scale(0.9);
  }
  .what-we-do-body .item h2 {
    width: 300px;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .what-we-do-body .item p {
    max-width: 350px;
    padding: 0 25px;
    margin: 0 auto;
  }
  .what-we-do-bottom-blob {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .what-we-do-bottom-blob img {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 999px) and (max-width: 450px) {
  .what-we-do-bottom-blob img {
    width: 120%;
    margin-top: -2px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .what-we-do-top-blob {
    position: absolute;
    margin-top: -400px;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .what-we-do-top-blob img {
    position: relative;
    bottom: 0;
    z-index: -1;
  }
  .floats {
    top: 0;
    position: absolute;
  }
  #what-we-do {
    margin-top: 100px;
    padding-bottom: 125px;
    background: #333333;
    background: url(../assets/background-texture.webp);
  }
  .what-we-do-header {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 75px;
  }
  .what-we-do-header h2 {
    letter-spacing: 1.5px;
    color: #77cba5;
  }
  .what-we-do-header h1 {
    color: white;
    font-size: 64px;
    margin-bottom: 25px;
    letter-spacing: -1px;
    text-shadow: 2px 2px 0px #222;
  }
  .what-we-do-header h3 {
    color: white;
  }
  .what-we-do-header h3 span {
    color: #77cba5;
  }
  .what-we-do-header p {
    max-width: 750px;
    color: white;
    font-size: 18px;
    line-height: 1.75;
    text-shadow: 1px 1px 0px #222;
    margin: 0 auto 25px;
  }
  .what-we-do-header p span {
    white-space: nowrap;
  }
  .what-we-do-header p strong {
    color: #77cba5;
  }
  .here-for-a-reason {
    max-width: 1200px;
    margin: 0 auto;
  }
  .here-for-a-reason h1 {
    color: white;
    font-size: 64px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 0px #222;
  }
  .here-for-a-reason h1 span {
    color: #77cba5;
  }
  .what-we-do-body {
    display: flex;
    flex-direction: row;
    max-width: 80rem;
    margin: 0 auto;
  }
  .what-we-do-body .item {
    color: white;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 50px;
    border: 1px hsla(153, 27%, 47%, 0.75) solid;
    border-radius: 15px;
    background-color: rgb(44.625, 44.625, 44.625);
    transition: 0.2s;
    margin: 0 12.5px;
  }
  .what-we-do-body .item:hover {
    border-color: hsl(153, 27%, 47%);
    background-color: #222;
    transition: 0.2s;
  }
  .what-we-do-body .item:hover .image-1,
  .what-we-do-body .item:hover .image-2 {
    filter: saturate(1);
  }
  .what-we-do-body .item:hover .image-3 {
    filter: saturate(1.3);
  }
  .what-we-do-body .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw 75vw 100vw 75vw;
    width: 250px;
    height: 225px;
    margin-bottom: -15px;
  }
  .what-we-do-body .item .image img {
    width: 150px;
  }
  .what-we-do-body .item .image-1 {
    transform: scale(1.3);
    filter: saturate(0.8);
  }
  .what-we-do-body .item .image-2 {
    transform: scale(1.1);
    filter: saturate(0.7);
  }
  .what-we-do-body .item .image-3 {
    transform: scale(0.9);
  }
  .what-we-do-body .item h2 {
    width: 300px;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  .what-we-do-body .item p {
    max-width: 350px;
    padding: 0 25px;
    margin: 0 auto;
  }
  .what-we-do-bottom-blob {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .what-we-do-bottom-blob img {
    position: relative;
    width: 100%;
    margin-top: -25px;
  }
}
@media only screen and (min-width: 0px) {
  .what-we-do {
    max-width: 1275px;
    margin: 0 auto;
    display: grid;
    gap: 25px;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .what-we-do .item {
    min-width: 300px;
    max-height: 300px;
    padding: 50px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 1px #77cba5 solid;
    border-radius: 15px;
    background: rgba(80, 143, 112, 0.1);
    text-align: center;
    box-shadow: 3px 3px 5px rgba(20, 20, 20, 0.75);
    transition: 0.4s;
    transform: translateY(0px);
  }
  .what-we-do .item h1 {
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: "DM Sans", serif;
    text-shadow: 1px 1px 1px #222;
    transition: 0.75s;
  }
  .what-we-do .item p {
    color: white;
    position: absolute;
    max-width: 250px;
    visibility: hidden;
    opacity: 0;
  }
  .what-we-do .item img {
    height: 75px;
    width: 75px;
    padding: 10px;
    filter: drop-shadow(0px 0px 20px rgba(253, 216, 96, 0.75));
    opacity: 1;
    transition: 0.4s;
  }
  .what-we-do .item:hover {
    min-width: 300px;
    max-height: 300px;
    padding: 50px 25px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75), 0px 0px 15px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
  }
  .what-we-do .item:hover h1 {
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
  }
  .what-we-do .item:hover img {
    background-color: #77cba5;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
    border: 1px #77cba5 solid;
    border-radius: 15px;
    height: 75px;
    width: 75px;
    padding: 15px;
    opacity: 1;
    transform: translateY(-90px);
    transition: 0.4s;
  }
  .what-we-do .item:hover p {
    padding-top: 20px;
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 700px) and (max-width: 1200px) {
  .what-we-do {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    gap: 25px;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 699px) {
  .what-we-do {
    max-width: 600px;
    min-height: 300px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    gap: 5px;
    row-gap: 5px;
    padding: 0 2px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .what-we-do .item {
    min-width: 150px;
    min-height: 300px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 699px) and (min-width: 0px) and (max-width: 450px) {
  .what-we-do .item {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 699px) {
  .what-we-do .item h1 {
    font-size: 16px;
    line-height: 1.75;
    transition: 0s;
  }
  .what-we-do .item img {
    width: 45px;
    height: 45px;
    padding: 0;
    transition: 0s;
  }
  .what-we-do .item:hover {
    min-width: 150px;
    min-height: 300px;
    height: 100%;
    padding: 15px;
    transition: 0s;
  }
  .what-we-do .item:hover h1 {
    font-size: 20px;
    transition: 0s;
  }
  .what-we-do .item:hover p {
    padding: 0 3px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.75;
    transition: 0s;
  }
  .what-we-do .item:hover img {
    display: none;
    opacity: 0;
    transition: 0s;
  }
  .what-we-do .item.active h1 {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }
  .what-we-do .item.active p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.75;
    transition: 0s;
  }
  .what-we-do .item.active img {
    display: none;
    transition: 0s;
  }
}
@media only screen and (min-width: 0px) {
  #quote-1 {
    margin: 50px 0;
  }
  #quote-1 h1 {
    padding: 50px 0;
    font-size: clamp(1.75em, 4.75vw, 3em);
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    color: #111111;
  }
  #quote-1 h1 span {
    padding: 0 3px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #quote-1 h1 {
    padding: 0px 0;
    text-wrap: pretty;
  }
}
@media only screen and (min-width: 0px) {
  .sleep-z {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    transform: rotate(-5deg);
  }
  @keyframes floatAndWobble {
    0% {
      transform: scale(0.5) translateY(0) translateX(0);
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      transform: scale(0.7) translateY(-25px) translateX(-10px);
    }
    75% {
      transform: scale(0.8) translateY(-50px) translateX(10px);
      opacity: 1;
    }
    100% {
      transform: scale(1) translateY(-75px) translateX(-5px);
      opacity: 0;
    }
  }
  .sleep-z .z {
    max-width: 20px;
    animation: floatAndWobble 3s ease-in-out forwards infinite;
  }
  .sleep-z .z-1 {
    opacity: 0;
    animation-delay: 0.25s;
  }
  .sleep-z .z-2 {
    opacity: 0;
    animation-delay: 0.5s;
  }
  .sleep-z .z-3 {
    opacity: 0;
    animation-delay: 0.75s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 324px) {
  .sleep-z {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 325px) and (max-width: 340px) {
  .sleep-z {
    right: 80px;
    top: -250px;
    transform: scale(0.75) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 341px) and (max-width: 360px) {
  .sleep-z {
    right: 85px;
    top: -260px;
    transform: scale(0.8) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 361px) and (max-width: 380px) {
  .sleep-z {
    right: 100px;
    top: -280px;
    transform: scale(0.8) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 381px) and (max-width: 389px) {
  .sleep-z {
    right: 105px;
    top: -290px;
    transform: scale(0.8) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 390px) and (max-width: 399px) {
  .sleep-z {
    right: 105px;
    top: -290px;
    transform: scale(0.8) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 400px) and (max-width: 459px) {
  .sleep-z {
    right: 120px;
    top: -290px;
    transform: scale(0.8) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 460px) and (max-width: 549px) {
  .sleep-z {
    right: 150px;
    top: -340px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 550px) and (max-width: 699px) {
  .sleep-z {
    right: 210px;
    top: -390px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 700px) and (max-width: 799px) {
  .sleep-z {
    right: 260px;
    top: -470px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 800px) and (max-width: 899px) {
  .sleep-z {
    right: 55px;
    top: -230px;
    transform: scale(0.7) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 900px) and (max-width: 999px) {
  .sleep-z {
    right: 75px;
    top: -250px;
    transform: scale(0.8) rotate(-5deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1099px) {
  .sleep-z {
    right: 100px;
    top: -260px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (max-width: 1199px) {
  .sleep-z {
    right: 100px;
    top: -290px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1200px) and (max-width: 1299px) {
  .sleep-z {
    right: 120px;
    bottom: 1025px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1300px) and (max-width: 1399px) {
  .sleep-z {
    right: 140px;
    bottom: 1050 px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1499px) {
  .sleep-z {
    right: 150px;
    bottom: 1070px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1500px) and (max-width: 1599px) {
  .sleep-z {
    right: 170px;
    bottom: 1075px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1600px) and (max-width: 1699px) {
  .sleep-z {
    right: 180px;
    bottom: 1090px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1700px) and (max-width: 1799px) {
  .sleep-z {
    right: 200px;
    bottom: 1090px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1800px) {
  .sleep-z {
    right: 220px;
    bottom: 1110px;
  }
}
@media only screen and (min-width: 0px) {
  #about {
    position: relative;
    top: -5px;
    background: #333333;
    background: url(../assets/background-texture.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -1px;
  }
  #about .about-inner {
    max-width: 1300px;
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: clamp(50px, 5vw + 1rem, 100px);
    padding-left: 25px;
    position: relative;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #about .about-inner {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-top: 75px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 300px;
    border-left: 2px #77cba5 solid;
    transform: rotate(-35deg) translateX(30px) translateY(110px);
    background-color: rgba(119, 203, 165, 0.5);
    animation: floatY 3s ease-in-out infinite alternate;
    z-index: 0;
  }
  @keyframes floatY {
    0% {
      transform: rotate(-35deg) translateX(30px) translateY(110px);
    }
    100% {
      transform: rotate(-35deg) translateX(30px) translateY(120px);
    }
  }
  #about .about-inner::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 300px;
    border-left: 2px #77cba5 solid;
    transform: rotate(-35deg) translateX(50px) translateY(80px);
    background-color: rgba(119, 203, 165, 0.5);
    animation: floatYBefore 8s ease-in-out infinite alternate;
  }
  @keyframes floatYBefore {
    0% {
      transform: rotate(-35deg) translateX(50px) translateY(80px);
    }
    100% {
      transform: rotate(-35deg) translateX(50px) translateY(90px);
    }
  }
  #about .about-inner .about-text {
    max-width: 600px;
  }
  #about .about-inner .about-text h2 {
    color: #77cba5;
    margin-bottom: 5px;
  }
  #about .about-inner .about-text h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 0px #222;
  }
  #about .about-inner .about-text h1 span {
    color: #77cba5;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #about .about-inner .about-text h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-text p {
    color: white;
    margin-bottom: 25px;
    font-size: 18px;
    transition: 0.3s;
  }
  #about .about-inner .about-text p:hover .arrow-right {
    position: relative;
    margin-left: 10px;
    top: 1.5px;
    transition: 0.3s;
  }
  #about .about-inner .about-text p span {
    color: #77cba5;
  }
  #about .about-inner .about-text p a {
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: 0.3s;
    font-size: 17px;
    padding: 15px 0;
    color: #FDD860;
    font-weight: bolder;
  }
  #about .about-inner .about-text p .arrow-right {
    position: relative;
    margin-left: 3px;
    top: 1.5px;
    transition: 0.3s;
  }
  #about .about-inner .about-text p:last-of-type {
    margin: 50px 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  #about .about-inner .about-image {
    border: 2px #77cba5 solid;
    position: relative;
    max-width: 800px;
    height: 700px;
    border-radius: 100vw;
    z-index: 1;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #about .about-inner .about-image {
    max-width: 400px;
    height: 400px;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-image::after {
    content: " ";
    width: 225px;
    height: 225px;
    position: absolute;
    top: -40px;
    left: 250px;
    z-index: 0;
    border: 1px solid #77cba5;
    background-color: hsla(153, 45%, 63%, 0.1);
    border-radius: 100vw;
    transition: animation 0.3s ease-in-out;
    animation: floatAfter 28s infinite linear;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #about .about-inner .about-image::after {
    left: 200px;
    width: 150px;
    height: 150px;
    transition: 3s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #about .about-inner .about-image::after {
    left: 100px;
  }
}
@media only screen and (min-width: 0px) {
  @keyframes floatAfter {
    0%, 100% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(3px, -3px);
    }
    10% {
      transform: translate(6px, -6px);
    }
    15% {
      transform: translate(10px, -8px);
    }
    20% {
      transform: translate(15px, -10px);
    }
    25% {
      transform: translate(18px, -12px);
    }
    30% {
      transform: translate(22px, -8px);
    }
    35% {
      transform: translate(25px, -3px);
    }
    40% {
      transform: translate(28px, 3px);
    }
    45% {
      transform: translate(30px, 8px);
    }
    50% {
      transform: translate(28px, 12px);
    }
    55% {
      transform: translate(25px, 15px);
    }
    60% {
      transform: translate(22px, 18px);
    }
    65% {
      transform: translate(18px, 22px);
    }
    70% {
      transform: translate(15px, 23px);
    }
    75% {
      transform: translate(10px, 27px);
    }
    80% {
      transform: translate(6px, 30px);
    }
    85% {
      transform: translate(3px, 28px);
    }
    90% {
      transform: translate(0, 25px);
    }
    95% {
      transform: translate(-3px, 20px);
    }
  }
  #about .about-inner .about-image::before {
    content: " ";
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -25px;
    left: -10px;
    z-index: 0;
    border: 1px solid #77cba5;
    background-color: hsla(153, 45%, 63%, 0.1);
    border-radius: 100vw;
    transition: 3s ease-in-out;
    animation: floatBefore 20s infinite linear;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #about .about-inner .about-image::before {
    width: 150px;
    height: 150px;
    transition: 3s;
    bottom: -5px;
    left: 10px;
  }
}
@media only screen and (min-width: 0px) {
  @keyframes floatBefore {
    0%, 100% {
      transform: translate(0, 0);
    }
    5% {
      transform: translate(-3px, 3px);
    }
    10% {
      transform: translate(-6px, 6px);
    }
    15% {
      transform: translate(-10px, 8px);
    }
    20% {
      transform: translate(-15px, 10px);
    }
    25% {
      transform: translate(-18px, 12px);
    }
    30% {
      transform: translate(-22px, 8px);
    }
    35% {
      transform: translate(-25px, 3px);
    }
    40% {
      transform: translate(-28px, -3px);
    }
    45% {
      transform: translate(-30px, -8px);
    }
    50% {
      transform: translate(-28px, -12px);
    }
    55% {
      transform: translate(-25px, -15px);
    }
    60% {
      transform: translate(-22px, -18px);
    }
    65% {
      transform: translate(-18px, -22px);
    }
    70% {
      transform: translate(-15px, -25px);
    }
    75% {
      transform: translate(-10px, -28px);
    }
    80% {
      transform: translate(-6px, -30px);
    }
    85% {
      transform: translate(-3px, -28px);
    }
    90% {
      transform: translate(0, -25px);
    }
    95% {
      transform: translate(3px, -20px);
    }
  }
  #about .about-inner .about-image img {
    position: relative;
    border-radius: 100vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    transform: scaleX(-1);
  }
  #about .about-inner .about-image .image-text {
    font-family: "DM Sans", serif;
    position: absolute;
    background-color: white;
    left: 140px;
    bottom: 35px;
    z-index: 2;
    text-align: center;
    padding: 25px 30px;
    border-radius: 25px;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #about .about-inner .about-image .image-text {
    bottom: -25px;
    left: 150px;
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #about .about-inner .about-image .image-text {
    left: 75px;
    bottom: 0px;
    transform: scale(0.8);
    padding: 20px;
    width: 200px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-image .image-text h1 {
    font-size: 20px;
  }
  #about .about-inner .about-image .image-text p {
    font-size: 16px;
    line-height: 1.25;
  }
  #about .about-inner .about-image .image-text span {
    display: inline-block;
    letter-spacing: -4.5px;
    margin: 0;
  }
  #about .about-inner .about-image:hover h1 .n1 {
    animation: upAnimation 0.2s 0.2s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n2 {
    animation: upAnimation 0.2s 0.25s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n3 {
    animation: upAnimation 0.2s 0.3s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n4 {
    animation: upAnimation 0.2s 0.35s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n5 {
    animation: upAnimation 0.2s 0.4s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n6 {
    animation: upAnimation 0.2s 0.45s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n7 {
    animation: upAnimation 0.2s 0.5s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n8 {
    animation: upAnimation 0.2s 0.55s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n9 {
    animation: upAnimation 0.2s 0.6s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n10 {
    animation: upAnimation 0.2s 0.65s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n11 {
    animation: upAnimation 0.2s 0.7s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n12 {
    animation: upAnimation 0.2s 0.75s ease-in-out forwards;
  }
  #about .about-inner .about-image:hover h1 .n13 {
    animation: upAnimation 0.2s 0.8s ease-in-out forwards;
  }
  @keyframes upAnimation {
    40% {
      color: #77cba5;
    }
    50% {
      transform: translateY(-2px);
      color: #77cba5;
    }
    60% {
      color: #77cba5;
    }
    100% {
      color: black;
    }
  }
}
@media only screen and (min-width: 0px) {
  .nature-of-business {
    background-color: #222;
    padding: 50px;
    color: white;
    margin: 0 auto;
    margin-top: -5px;
  }
  .nature-of-business-blob {
    position: relative;
    display: block;
    transform: scaleY(-1);
    margin-top: -10px;
  }
}
@media only screen and (min-width: 0px) {
  #why-choose-us {
    background-color: #333;
    background-image: url(../assets/background-texture.webp);
    margin-top: -5px;
  }
  #why-choose-us .why-choose-us-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0 125px;
    gap: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  #why-choose-us .why-choose-us-inner {
    flex-direction: column-reverse;
    padding: 25px 0 75px;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-image {
    width: 100%;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-image .cards {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) and (min-width: 0px) and (max-width: 450px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-image .cards {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-image .card {
    width: 100%;
    max-width: 300px;
    border-radius: 25px;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-image .card-even {
    position: relative;
    top: 25px !important;
  }
}
@media only screen and (min-width: 0px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-header {
    position: relative;
    z-index: 20;
    max-width: 600px;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-header h2 {
    color: #77cba5;
    margin-bottom: 5px;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-header h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 0px #222;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-header h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-header p {
    color: white;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 25px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-header p span {
    font-weight: bolder;
    color: #77cba5;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-image .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    max-width: 550px;
    gap: 10px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-image .cards {
    gap: 5px;
  }
}
@media only screen and (min-width: 0px) {
  #why-choose-us .why-choose-us-inner .why-choose-us-image .cards .card {
    max-width: 300px;
    border-radius: 25px;
    box-shadow: 2px 2px 0px #222;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-image .cards .card-even {
    position: relative;
    top: -75px;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-button {
    margin: 50px 0;
    transition: 0.3s;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-button a {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 17px;
    padding: 15px 0;
    color: #FDD860;
    transition: 0.3s;
    font-weight: bolder;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-button img {
    transition: 0.3s;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-button:hover {
    transition: 0.3s;
  }
  #why-choose-us .why-choose-us-inner .why-choose-us-button:hover .arrow-right {
    transition: 0.3s;
    position: relative;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 0px) {
  #quote .quote-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
  #quote .quote-inner h1 {
    padding: 100px 0 0;
    font-size: clamp(1.75em, 4.75vw, 3em);
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    color: #111;
    font-family: "poppins", serif;
    position: relative;
    overflow: visible;
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #quote .quote-inner h1 {
    padding: 50px 0 100px;
  }
}
@media only screen and (min-width: 0px) {
  #portfolio {
    padding: 100px 0;
    background-color: #333;
    background-image: url(../assets/background-texture.webp);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #portfolio {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 0px) {
  #portfolio .portfolio-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1400px;
  }
  .portfolio-header {
    margin: 0 auto 75px;
  }
  .portfolio-header h2 {
    color: #77cba5;
    margin-bottom: 5px;
  }
  .portfolio-header h1 {
    max-width: 600px;
    color: white;
    font-size: 48px;
    margin-bottom: 75px;
    text-transform: capitalize;
    text-shadow: 2px 2px 0px #222;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .portfolio-header h1 {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 0px) {
  .portfolio-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .portfolio-body {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  .portfolio-body .item {
    display: flex;
    flex-direction: column;
    width: 33%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .portfolio-body .item {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  .portfolio-body .item a img {
    position: relative;
    margin-bottom: 15px;
    transition: 0.3s;
    max-width: 350px;
    width: 100%;
    filter: drop-shadow(1px 1px 30px #000);
    z-index: 1;
  }
  .portfolio-body .item a img:hover {
    filter: drop-shadow(1px 1px 35px #77cba5);
    transition: 0.3s;
    transform: scale(1.025);
  }
  .portfolio-body .item h1 {
    font-family: "DM sans", sans-serif;
    margin-bottom: 25px;
    font-size: 24px;
    color: #77cba5;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #111;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .portfolio-body .item h1 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  .portfolio-body .item p {
    margin-bottom: 25px;
    color: white;
    position: relative;
    z-index: 2;
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .portfolio-body .item p {
    max-width: 500px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 0px) {
  .portfolio-body .item div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
  }
  .portfolio-body .item div a {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 17px;
    padding: 15px 0;
    transition: 0.3s;
    color: #FDD860;
    font-weight: bolder;
  }
  .portfolio-body .item div:hover {
    gap: 15px;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) {
  #payment {
    background-color: #333;
    content: "";
    background-image: url("../assets/background-texture.webp");
  }
  .payment-header {
    background: #333;
    background-image: url(../assets/background-texture.webp);
    margin: 0 auto;
    padding: 25px 0 40px;
    text-align: center;
  }
  .payment-header h2 {
    color: #77cba5;
    font-size: 24px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .payment-header h2 span {
    white-space: nowrap;
  }
  .payment-header h1 {
    width: 94%;
    color: white;
    font-size: 60px;
    margin: 0 auto;
    line-height: 1.125;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .payment-header h1 {
    font-size: 42px;
    line-height: 1.125;
  }
}
@media only screen and (min-width: 0px) {
  .payment-header p span {
    color: #77cba5;
  }
  .tier-system {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tier-system .tier {
    background: #3c3c3c;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: clamp(25px, 5vw + 1rem, 40px);
    width: 30%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 3px 3px 10px #111;
    transition: 0.3s;
    border: 1px solid #77cba5;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .tier-system .tier {
    padding: 30px 25px 25px;
  }
}
@media only screen and (min-width: 0px) {
  .tier-system .tier:hover {
    transition: 0.3s;
    background: #222;
  }
  .tier-system .tier:hover .tier-price a {
    transition: 0.2s;
    background-color: white;
    box-shadow: 0 0 15px 2px #77cba5;
  }
  .tier-system .tier .tier-header {
    text-align: left;
    color: white;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 25px;
    text-align: center;
  }
  .tier-system .tier .tier-header h3 {
    font-family: "DM Sans", sans-serif;
    text-shadow: 1px 1px 0px #222;
    letter-spacing: -1px;
    margin: 0 auto 5px;
    padding-bottom: 2px;
    color: #FDD860;
    transition: 0.2s;
    border-radius: 5px;
    font-size: 32px;
    filter: drop-shadow(0px 0px 3px black);
    text-transform: uppercase;
  }
  .tier-system .tier .tier-header h3 span {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .tier-system .tier .tier-header h3 {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 0px) {
  .tier-system .tier .tier-header h2 {
    text-transform: capitalize;
    font-size: 1.125rem;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    color: white;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 0px #222;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .tier-system .tier .tier-header h2 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 0px) {
  .tier-system .tier .tier-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .tier-system .tier .tier-section li {
    font-family: "DM Sans", sans-serif;
    color: white;
    line-height: 1.75;
    text-shadow: 1px 1px 0px #222;
  }
  .tier-system .tier .tier-section li span {
    font-size: 12px;
    color: #999;
  }
  .tier-system .tier .tier-section img {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .tier-system .tier .tier-section ul div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  }
  .tier-system .tier .tier-section strong {
    color: #FDD860;
  }
  .tier-system .tier .tier-price {
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .tier-system .tier .tier-price h2 {
    font-size: 2.5rem;
    color: white;
    line-height: 1;
    text-shadow: 2px 2px 0px #222;
  }
  .tier-system .tier .tier-price h2 span {
    font-size: 16px;
    color: white;
  }
  .tier-system .tier .tier-price p {
    font-size: 1rem;
    color: #77cba5;
    text-shadow: 1px 1px 0px #222;
    margin-bottom: 35px;
  }
  .tier-system .tier .tier-price a {
    background-color: #FDD860;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 25px 40px;
    border-radius: 100vw;
    position: relative;
    transition: 0.3s;
  }
  .tier-system .tier .tier-price a:hover {
    transition: 0.3s;
    box-shadow: 0 0 25px 3px #77cba5;
  }
  .tier-system .tier-1,
  .tier-system .tier-3 {
    transform: scale(0.975);
  }
  .tier-system .tier-2 {
    box-shadow: 1px 1px 15px #77cba5;
    border: 3px solid #77cba5;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .tier-system {
    flex-direction: column;
    align-items: center;
  }
  .tier-system .tier {
    width: 90%;
    max-width: 450px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) and (min-width: 0px) and (max-width: 450px) {
  .tier-system .tier {
    width: 92%;
  }
}
@media only screen and (min-width: 0px) {
  .piggy-bank {
    position: absolute;
    max-width: 600px;
    width: 150%;
    right: 80px;
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 0px) {
  #faq {
    background-color: #333;
    background-image: url("../assets/background-texture.webp");
    padding: 100px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "poppins";
    display: flex;
    flex-direction: row;
  }
  #faq .faq-header h1 {
    font-size: 2em;
    color: white;
  }
  #faq .faq-header h1 span {
    color: #77cba5;
  }
  #faq .faq-header div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #faq .faq-header div a {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 17px;
    padding: 15px 0;
    transition: 0.3s;
    color: #FDD860;
    font-weight: bolder;
  }
  #faq .faq-header div:hover .arrow-right {
    position: relative;
    margin-left: 10px;
    top: 1.5px;
    transition: 0.3s;
  }
  #faq .piggy-bank {
    position: relative;
    max-width: 600px;
    width: 150%;
    right: 80px;
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .contract-top-blob img {
    margin-bottom: -2px;
    width: 100%;
  }
  #contract {
    position: relative;
    top: -5px;
    background-color: #333333;
    background-image: url(./assets/images/index/texture-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact-header {
    color: white;
    display: block;
    width: 90%;
  }
  .contact-header p {
    max-width: 700px;
    text-align: center;
    margin-bottom: 25px;
  }
  .contact-header p span {
    color: #77cba5;
  }
  .contact-header a {
    color: #FDD860;
    border-bottom: 2px solid #FDD860;
    margin: 0 auto;
    padding: 0 2px 3px;
    transition: 0.2s;
  }
  .contact-header a:hover {
    padding: 0 8px 3px;
    transition: 0.2s;
    color: rgb(253.3167701863, 222.1770186335, 121.1832298137);
    border-bottom: 2px solid #FDD860;
  }
  .note {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .contact-header {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .contact-header h1 {
    padding-top: 25px;
    color: white;
    text-align: left;
    font-size: 38px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 0px #222;
  }
  .contact-header h1 span {
    color: #77cba5;
    font-size: 36px;
  }
  .contact-header p {
    text-align: left;
    text-shadow: 1px 1px 0px #222;
    max-width: 550px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .contact-header {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .contact-header h1 {
    padding-top: 125px;
    color: white;
    text-align: center;
    font-size: 54px;
    margin-bottom: 25px;
    line-height: 1.25;
    text-shadow: 2px 2px 0px #222;
  }
  .contact-header h1 span {
    font-size: 54px;
    color: #77cba5;
  }
  .contact-header h1 .break {
    display: none;
  }
  .contact-header p {
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 18px;
    max-width: 625px;
    text-shadow: 1px 1px 0px #222;
  }
}
@media only screen and (min-width: 0px) {
  .seperator img {
    margin: -5px 0;
    width: 100%;
  }
  .contract-midbottom-blob img {
    width: 100%;
    margin-bottom: -10px;
    margin-top: -1px;
  }
  .contract-midbottom-blob-2 {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  .coin1 {
    position: absolute;
    top: 150px;
    left: 30px;
    animation: float 5s ease-in-out infinite;
  }
  .coin2 {
    position: absolute;
    top: 50px;
    left: 40px;
    animation: float 5s ease-in-out infinite;
    animation-delay: -1s;
  }
  .coin3 {
    position: absolute;
    top: 90px;
    left: 110px;
    animation: float 5s ease-in-out infinite;
    animation-delay: -2s;
  }
  @keyframes float {
    0% {
      transform: translateY(0) rotateY(0deg) scale(0.75);
    }
    50% {
      transform: translateY(-10px) rotateY(45deg) scale(0.75);
    }
    100% {
      transform: translateY(0) rotateY(0deg) scale(0.75);
    }
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  .coin1 {
    position: absolute;
    top: 220px;
    left: 80px;
    animation: float 5s ease-in-out infinite;
  }
  .coin2 {
    position: absolute;
    top: 70px;
    left: 90px;
    animation: float 5s ease-in-out infinite;
    animation-delay: -1s;
  }
  .coin3 {
    position: absolute;
    top: 140px;
    left: 160px;
    animation: float 5s ease-in-out infinite;
    animation-delay: -2s;
  }
  @keyframes float {
    0% {
      transform: translateY(0) rotateY(0deg) scale(0.85);
    }
    50% {
      transform: translateY(-10px) rotateY(45deg) scale(0.85);
    }
    100% {
      transform: translateY(0) rotateY(0deg) scale(0.85);
    }
  }
}
@media only screen and (min-width: 0px) {
  #quote-2 {
    padding: 0px 0 75px 0;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #quote-2 {
    padding: 0px 0 50px 0;
  }
}
@media only screen and (min-width: 0px) {
  #quote-2 h1 {
    text-align: center;
    font-size: clamp(1.75em, 4.75vw, 3em);
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 15px;
    text-wrap: pretty;
  }
  #quote-2 p {
    max-width: 900px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    text-wrap: pretty;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #quote-2 p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) {
  #quote-2 div {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 25px 0 0 0;
    display: flex;
    flex-direction: row;
  }
  #quote-2 div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 25px 40px;
    margin-right: 15px;
    border-radius: 100vh;
    border: 1px solid rgba(51, 51, 51, 0.5);
    font-size: 16px;
    color: #111111;
    box-shadow: 1px 2px 5px rgba(51, 51, 51, 0.5);
    transition: 0.3s;
  }
  #quote-2 div a:hover {
    transition: 0.3s;
    box-shadow: 1px 2px 5px #111111;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 385px) {
  #quote-2 div a span {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #quote-2 div .contact-button {
    background-color: #FDD860;
  }
  #quote-2 div .services-button {
    background-color: white;
  }
}/*# sourceMappingURL=index.css.map */