.nav {
  height: 10vh;
  width: 100%;
  position: relative;
}

.fixed-nav {
  z-index: 244;
  position: fixed;
  background-color: #f9f9f993;
  border-bottom: 1px solid #E2E9EB;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding-top: -8px;
}

#navigation {
  height: 10vh;
  width: 100%;
}

.nav-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style-type: none;
  color: #879797;
  font-size: 1rem;
}

.navbar-links {
  -webkit-transform: color 400ms ease-in-out;
          transform: color 400ms ease-in-out;
}

.navbar-links:hover {
  color: #77C3C6;
}

.logo {
  margin-right: 32px;
}

.nav-left, .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 990px) {	
  .overlay {	
    -webkit-box-orient: vertical;	
    -webkit-box-direction: normal;	
        -ms-flex-direction: column;	
            flex-direction: column;	
    -webkit-box-align: start;	
        -ms-flex-align: start;	
            align-items: flex-start;	
    position: absolute;	
    top: 0;	
    left: 0;	
    font-size: 32px;	
    background-color: #f9f9f9f6;	
    width: 100%;	
    height: 100vh;	
    z-index: 400;	
    display: -webkit-box !important;	
    display: -ms-flexbox !important;	
    display: flex !important;	
    -webkit-box-align: center;	
        -ms-flex-align: center;	
            align-items: center;	
    -webkit-box-pack: center;	
        -ms-flex-pack: center;	
            justify-content: center;	
  }	
  .navbar {	
    display: none;	
  }	
  .secondary-btn {	
    display: none !important;	
  }	
}	
@media only screen and (min-width: 991px) {	
  .hamburger, .hamburger-box {	
    display: none !important;	
  }	
}	
@media only screen and (max-width: 1600px) {	
  .nav-wrapper {	
    padding: 0 5%;	
  }	
}

.secondary-btn {
  background-color: rgba(214, 214, 214, 0.2);
  padding: 24px;
  text-transform: uppercase;
  color: #879797;
  font-weight: 600;
  font-family: 'Rubik';
  border-radius: 8px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.secondary-btn:hover {
  background-color: rgba(214, 214, 214, 0.4);
}

.primary-btn {
  background: linear-gradient(94.36deg, #77C3C6 1.67%, #B0E3E7 101.97%);
  border-radius: 8px;
  padding: 24px 32px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 0.8rem!important;  
  font-family: 'Rubik';
  font-weight: 600;
  height: 56px;
  letter-spacing: 2px;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.primary-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.ghost-btn {
  border: 1px solid #879797;
  padding: 24px 32px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #879797;
  font-weight: 600;
  font-family: 'Rubik';
  height: 56px;
  font-size: 0.8rem!important;
  letter-spacing: 2px;
  letter-spacing: 2px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.ghost-btn:hover {
  background-color: #87979715;
}

h1 {
  font-size: 3.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #404747;
  overflow: hidden;
  position: relative;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #404747;
  text-align: left;
}

h3-green {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #396161;
  text-align: left;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #404747;
}

h5 {
  text-transform: uppercase;
  color: #404747;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.625em;
  letter-spacing: 3px;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
}

.underline {
  overflow: visible !important;
  position: relative;
  margin-left: 60px;
  display: inline-block;
}

.underline::after {
  content: '';
  background: #77C3C6;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 45%;
  margin-left: -60px;
}

.underline-white {
  overflow: visible !important;
  position: relative;
  margin-left: 60px;
  display: inline-block;
}

.underline-white::after {
  content: '';
  background: #ffffff;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 45%;
  margin-left: -60px;
}

.wavy {
  position: relative;
  z-index: 20;
}

.wavy::before {
  position: absolute;
  z-index: -1;
  content: '';
  background: url("./img/brush.svg") 0% 0% no-repeat;
  height: 20px;
  width: 100%;
  bottom: 0px;
  left: 10%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

p {
  color: #F9F9F9;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 2.125em;
}

.job-box > li {
  color: #939FAD;
  text-align: left;
}

.small-text {
  font-size: 16px;
  font-weight: 400;
  color: #404747;
  line-height: 32px;
}

.thin {
  font-weight: 400;
  font-size: 3.2em;
}

.thin-line-height {
  line-height: 1.5em;
}

.number {
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: 1px;
  color: #3961618f;
}

.light {
  color: #F9F9F9!important;
}

.dark {
  color: #404747!important;
}

.dark-green {
  color: #396161 !important;
}
.font-size {
  font-size: 1.2rem;
}

.small-font {
  font-size: 0.9rem;
}

.footer-text {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.footer-title {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: #5D9C9E;
  font-weight: 600;
}

.values-left{
  width: 80%;
}
@media only screen and (min-width: 1178px) {
  .hidetext {
    position: absolute;
    z-index: 200;
  }
  .h5 {
    height: 30px;
  }
  .h1 {
    height: 150px;
  }
}

#landing {
  height: 90vh;
  font-size: 14px;

}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 5rem;
}

.atf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 1440px;
  margin: 0 auto;
}

.atf-left {
  height: 80%;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  border-radius: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.atf-right {
  grid-column: 5 / -1;
  background-color: #FFFFFF;
  height: 90%;
  padding: 8rem 6rem; 
  border-radius: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  overflow: hidden;
  position: relative;
}

.atf-left, .atf-right {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.atf-content {
  margin-left: 2rem;
  margin-top: 2rem;
}

.video {
  width: auto;
  height: 100%;
  position: absolute;
}

@media only screen and (max-width: 990px) {
  .overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    background-color: #F9F9F9;
    width: 100%;
    height: 100vh;
    z-index: 400;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar {
    display: none;
  }
  .secondary-btn {
    display: none !important;
  }
}
@media only screen and (min-height: 500px) and (max-height: 899px) {
  .buttons > a {
    font-size: 1.2em;
  }
  .atf-right {
    height: 90%;
    padding: 9rem 5rem !important;
  }
  #landing {
    height: 90vh !important;
  }
}

@media only screen and (max-width: 768px) {
  #landing {
    font-size: 10px;
  }

  #about, #values {
    padding-top: 4rem; 
  }

  #careers {
    padding-top: 0rem; 
    padding-bottom: 4rem; 
  }
  .atf-right {
    grid-column: 2 / -1;
    z-index: 10;
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 4em;
    height: 75%;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .atf-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    height: 70%;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .atf-content {
    padding: 3rem;
    margin: 0;
  }
  .primary-btn, .ghost-btn {
    height: 56px;
    width: 170px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2em;
  }
  .buttons > a {
    font-size: 0.8em!important;
  }
  .mb-{
    margin-bottom: -8rem!important; 
  }
}

@media only screen and (min-width: 991px) {
  .hamburger, .hamburger-box {
    display: none !important;
  }
}



@media only screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
  .atf-right {
    padding-right: 80px;
  }
  #about, #solutions, #values, #technologies, #careers, #open-positions, .footer-container {
    padding-right: 5%;
    padding-left: 5%;
  }

  #solutions, #technologies {
    padding-top: 6rem;
  }
  
  #careers {
    margin-bottom: 0rem;
  }

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

}

@media only screen and (min-width: 1301px) and (max-width: 5480px) {
  #about, #solutions, #values, #technologies, #careers, #open-positions, .footer-container {
    padding-right: 5%;
    padding-left: 5%; 
  }
  
}

@media only screen and (min-width: 1401px) and (max-width: 1480px) {
  #about, #solutions, #values, #technologies, #careers, #open-positions, .footer-container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 1600px) {
  .nav-wrapper {
    padding: 0 5%;
  }
}




@media only screen and (max-width: 460px) {
  .atf-right {
    grid-column: 1 / -1;
    background: transparent;
  }
  .atf-left {
    height: 150%;
    border-radius: 0;
    z-index: -1;
  }
  .atf-content {
    padding: 1rem;
  }
  .atf-content > h1 {
    color: #F9F9F9;
  }
  .atf-content > h5 {
    color: #77C3C6;
  }
  .buttons {
    margin-top: 7em;
  }
  .buttons > a {
    width: 100%;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #879797 !important;
  }
  
  .overlay {
    background: linear-gradient(#50CCCA, #43AEAC);
    color: #F9F9F9;
  }
  #solutions {
    margin-top: 4rem;
  }
  #technologies {
    margin-top: 4rem;
  }

  #open-positions{
    margin-top: 0rem;
    padding-top: 4rem!important;
  }

  #map{
    margin-top: 4rem!important;
  }

}


@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #landing {
    font-size: 12px;
  }
  .primary-btn, .ghost-btn {
    height: 56px;
    width: 170px;
  }
  .atf-right {
    padding-left: 3em;
    padding-right: 4em;
    font-size: 12px;
  }
  .atf-left {
    height: 60%;
  }
  .buttons {
    margin-top: 3rem;
  }
  
}


@media only screen and (min-height: 1200px) {
  #landing {
    height: 60vh;
  }
}

@media only screen and (min-width: 1600px) {
  .atf-content > h1 {
    font-size: 4.5em;
    height: 170px;
  }
}

@media only screen and (min-width: 2440px) {
  .atf-left {
    height: 70%;
  }
  .atf-right {
    height: 80%;
  }
  #landing {
    height: 70vh;
  }
}



h1 {
  font-size: 3.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #404747;
  overflow: hidden;
  position: relative;
}

h2 {
  /*font-size: 16px;*/
  font-size: 1.1rem;
  line-height: 32px;
  font-weight: 500;
  color: #939FAD;
  text-align: left;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #404747;
  text-align: left;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #404747;
}

h5 {
  text-transform: uppercase;
  color: #404747;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.625em;
  letter-spacing: 3px;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
}

.underline {
  overflow: visible !important;
  position: relative;
  margin-left: 60px;
  display: inline-block;
}

.underline::after {
  content: '';
  background: #77C3C6;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 45%;
  margin-left: -60px;
}

.wavy {
  position: relative;
  z-index: 20;
}

.wavy::before {
  position: absolute;
  z-index: -1;
  content: '';
  background: url("./img/brush.svg") 0% 0% no-repeat;
  height: 20px;
  width: 100%;
  bottom: 0px;
  left: 10%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

p {
  color: #F9F9F9;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 2.125em;
}

.job-box > li {
  color: #939FAD;
}

.small-text {
  font-size: 16px;
  font-weight: 400;
  color: #404747;
  line-height: 32px;
}

.thin {
  font-weight: 400;
  font-size: 3.2em;
}

.thin-line-height {
  line-height: 1.5em;
}

.number {
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: 1px;
  color: #3961618f;
}

.dark {
  color: #F9F9F9;
}

.font-size {
  font-size: 1.2rem;
}

.small-font {
  font-size: 0.9rem;
}

.footer-text {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: #F9F9F9;
}

.footer-title {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: #F9F9F9;;
  font-weight: 600;
}
.wave_shape img {

  display:block;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1178px) {
  .hidetext {
    position: absolute;
    z-index: 200;
  }
  .h5 {
    height: 30px;
  }
  .h1 {
    height: 150px;
  }
}

#about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  
}

.about-left {
  transform: translate(0px, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-right {
  transform: translate(0px, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}

.vertical-line {
  height: 77px;
  width: 2px;
  background-color: #E2E9EB;
  display: none;
}

#solutions {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  padding-bottom: 32px;
}

.card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  gap: 40px;
}

#values {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
 
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.values-left > p {
  width: 80%;
}

.values-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
}

.value-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

#technologies {
  text-align: center;
  overflow-x: hidden;
}

#open-positions {
  text-align: center;
  overflow-x: hidden;
  padding-top: 8rem;
}
.hire-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  width: 100%;
  
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  gap: 80px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deco-line {
  position: absolute;
  height: 8px;
  width: 635px;
  background-color: #77C3C6;
  top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


.careers-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.careers-right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content max-content;
      grid-template-columns: -webkit-max-content -webkit-max-content;
      grid-template-columns: max-content max-content;
  -ms-grid-rows: min-content min-content;
      grid-template-rows: -webkit-min-content -webkit-min-content;
      grid-template-rows: min-content min-content;
  gap: 1.5rem;

  }

.perk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  background: #52737480;
  border-radius: 16px;
  padding: 2rem 3rem;
}

.careers-hiring-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #77C3C6;
  top: 0;
  right: 0;
  content: 'HIRING!';
  color: #fff;
  margin-left: 4px;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 0 5px;
  height: 19px;
}

.perk > ion-icon {
  font-size: 3rem;
}

.perk:nth-child(1) ion-icon {
  color: rgb(91, 91, 91);
}

.perk:nth-child(2) ion-icon {
  color: rgb(91, 91, 91);
}

.perk:nth-child(3) ion-icon {
  color: rgb(91, 91, 91);
}

.perk:nth-child(4) ion-icon {
  color: rgb(91, 91, 91);
}

.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.mail > ion-icon {
  color: #F9F9F9!important;
  font-size: 1.5rem;
}

.icon-light{
  color: #F9F9F9!important;
}


.accordion {
  background: rgba(204, 204, 204, 0.15);
  color: #404747;
  cursor: pointer;
  padding: 1rem 4rem;
  width: 100%;
  border: none;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  gap: 8px;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  position: relative;
}

.active, .accordion:hover {
  background-color: rgba(214, 214, 214, 0.4);
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.top-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.top-content div > ion-icon {
  font-size: 2.5rem;
  color: #77C3C6;
}

.bottom-content {
  display: -ms-grid;
  display: grid;
  /*-ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;*/
  gap: 24px;
}

.accordion:before {
  content: url("./img/chevron-down.svg");
  font-size: 13px;
  color: #777;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5rem;
}

.active:before {
  content: url("./img/chevron-up.svg");
}



footer {
  background: linear-gradient(#4ECAC7, #3D9F9D);
  position: relative;
  padding: 6rem 0;
}

footer:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #5d9c9e9a;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col {
  margin-left: auto;
  margin-right: auto;
}

.footer-col ul li {
  list-style-type: none;
}

.horizontal-line {
  background-color: #F9F9F9;
  height: 1px;
  border: none;
  margin: 2rem 0;
}

.copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}

.f-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.f-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.icon-small-size {
  font-size: 1.1rem !important;
}

.socials > a {
  font-size: 2rem;
  color: #F9F9F9;
}

.map {
  overflow: hidden;
  padding-bottom: 26%;
  position: relative;
  height: 0;
  margin-top: 8rem;
}

.map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.btn-top {
  position: fixed;
  bottom: 2em;
  right: 1.6em;
  font-size: 2rem;
  color: #F9F9F9;
  background-color: #f9f9f993;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0.8rem;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 300;
}

.btn-top:hover {
  cursor: pointer;
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.show {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #about {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    font-size: 10px;
    padding-top: 0rem;
    padding-bottom: 0rem
  }
  #solutions, #technologies {
    padding-top: 0rem;
  }
  #open-positions{
    padding-top: 4rem;
  }
  p {
    font-size: 1rem;
  }
  .details {
    width: 100%;
    padding-bottom: 156px;
  }
  .about-left {
    margin-bottom: 4em;
  }
  #solutions {
    font-size: 10px;
  }
  h4 {
    font-size: 20px;
  }
  #values {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    font-size: 10px;
  }
  .values-left {
    margin-bottom: 4em;
  }
  .values-left > p {
    width: 80%;
  }
  #values {
    padding-bottom: 0 !important;
  }
  .value-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2em;
    gap: 8px;
  }
  #technologies {
    font-size: 10px;
  }
  #open-positions {
    font-size: 10px;
  }
  #careers {
    font-size: 10px;
  }

  .careers-left {
    margin-bottom: 4rem;
  }
  .card-group {
    width: 100%;
  }
  .card-group p {
    width: 100%;
  }
  .wavy::before {
    background-size: contain;
    bottom: -8px;
  }
  .top-content {
    gap: 2rem !important;
  }
  .top-content > div {
    display: inline;
  }
}

.job-box {
  list-style-type: none;
  padding: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #404747;
}

.job-box > li:not(:last-child) {
  margin-bottom: 1rem;
}

.job-box > li {
  position: relative;
  line-height: 2;
}

.job-box > li::before {
  content: "\2022";
  color: #77C3C6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.job-box > h3 {
  margin-bottom: 1.5rem;
}



@media only screen and (min-width: 769px) {
  .footer-grid .footer-col:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .footer-grid .footer-col:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .footer-grid .footer-col:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .footer-grid .footer-col:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  html {
    font-size: 16px;
  }
  .card-group {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer-text {
    font-size: 1rem !important;
  }
  .footer-title {
    font-size: 1rem !important;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer-col {
    margin-left: 0;
    margin-right: 0;
  }
  .copyrights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .hire-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 24px;
  }
  .careers-right {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
  }
  .deco-line {
    width: 50%;
  }
  .accordion {
    line-height: 1.3;
    font-size: 1rem;
    text-align: left;
    padding-left: 4rem;
  }
  .perk {
    
    padding: 2rem 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
  .perk > p {
    line-height: 1.3 !important;
  }
  .bottom-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 24px;
  }
  .map {
    padding-bottom: 40% !important;
    margin-top: 4rem;
  }
  .btn-top {
    bottom: 1.2em;
    right: 1.2em;
    font-size: 1rem;
  }
  .wave_shape img{
    width: 100%;
  }
}

.underline-link {
  color: #396161;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.underline-link::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #396161;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .hire-box {
    padding: 0px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  #solutions {
    padding-top: 6rem;
}
}
@media only screen and (min-width: 1440px) {
  #solutions {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 8rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #ffffff;
  }
  #values {
    
  }

  #technologies {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 8rem;
  }
}


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Rubik', sans-serif;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}

.green-background {
  background: linear-gradient(#43AEAC, #50CCCA);
}

.max-width {
  max-width: 1440px;
  margin: 0 auto;
} 

.p-tb {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.p-tb-min {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.p-tb-32 {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.p-tb-max {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.m-b {
  margin-bottom: 1em;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb- {
  margin-bottom: -11rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.pt-32 {
  padding-top: 2rem;
}

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

.color-default {
  color: initial !important;
}

.pt-48 {
  padding-top: 3rem;
}

.container {
  width: 100%;
  height: 100%;
  margin-top: 14rem;
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circle {
  border: 2px dashed #BCC6C9;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: relative;
  z-index: -1;
}

.inner {
  border: 2px dashed #98A4A7;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.inner2 {
  background: linear-gradient(94.36deg, rgba(119, 195, 198, 0.1) 1.67%, rgba(176, 227, 231, 0.1) 101.97%);
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.outer {
  border: 2px dashed #DADEDF;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.outer2 {
  background: linear-gradient(94.36deg, rgba(119, 195, 198, 0.1) 1.67%, rgba(176, 227, 231, 0.1) 101.97%);
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.blob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  background-color: white;
  -webkit-box-shadow: 0px 19px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 19px 30px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-left: -36px;
  margin-top: -36px;
  z-index: 10;
}

.circle .blob:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(180px, 80px);
          transform: rotate(0deg) translate(180px, 80px);
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
  background-image: url("./img/aws.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
}

.circle .blob:nth-child(2) {
  -webkit-transform: rotate(0deg) translate(200px, -80px);
          transform: rotate(0deg) translate(200px, -80px);
  background-image: url("./img/php.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  -webkit-animation: float-8 4s ease-in-out infinite;
          animation: float-8 4s ease-in-out infinite;
}

.circle .blob:nth-child(3) {
  -webkit-transform: rotate(0deg) translate(-160px, -240px);
          transform: rotate(0deg) translate(-160px, -240px);
  -webkit-animation: float-2 6s ease-in-out infinite;
          animation: float-2 6s ease-in-out infinite;
  background-image: url("./img/vbox.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  width: 72px;
  height: 72px;
}

.circle .blob:nth-child(4) {
  -webkit-transform: rotate(0deg) translate(-80px, 70px);
          transform: rotate(0deg) translate(-80px, 70px);
  background-image: url("./img/vue.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  -webkit-animation: float-9 5s ease-in-out infinite;
          animation: float-9 5s ease-in-out infinite;
}

.circle .blob:nth-child(5) {
  -webkit-transform: rotate(0deg) translate(220px, -210px);
          transform: rotate(0deg) translate(220px, -210px);
  background-image: url("./img/ads.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}

.circle .blob:nth-child(6) {
  -webkit-transform: rotate(0deg) translate(120px, -160px);
          transform: rotate(0deg) translate(120px, -160px);
  background-image: url("./img/angular.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  width: 48px;
  height: 48px;
}

.circle .blob:nth-child(7) {
  -webkit-transform: rotate(0deg) translate(70px, -280px);
          transform: rotate(0deg) translate(70px, -280px);
  background-image: url("./img/base.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  width: 48px;
  height: 48px;
}

.circle .blob:nth-child(8) {
  -webkit-transform: rotate(0deg) translate(360px, 40px);
          transform: rotate(0deg) translate(360px, 40px);
  background-image: url("./img/react.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  width: 48px;
  height: 48px;
  -webkit-animation: float-6 5s ease-in-out infinite;
          animation: float-6 5s ease-in-out infinite;
}

.circle .blob:nth-child(9) {
  -webkit-transform: rotate(0deg) translate(160px, 240px);
          transform: rotate(0deg) translate(160px, 240px);
  background-image: url("./img/docker.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  -webkit-animation: float-7 8s ease-in-out infinite;
          animation: float-7 8s ease-in-out infinite;
}

.circle .blob:nth-child(10) {
  -webkit-transform: rotate(0deg) translate(-110px, 270px);
          transform: rotate(0deg) translate(-110px, 270px);
  background-image: url("./img/adminer.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: 64px;
  height: 64px;
}

.circle .blob:nth-child(11) {
  -webkit-transform: rotate(0deg) translate(-230px, 190px);
          transform: rotate(0deg) translate(-230px, 190px);
  background-image: url("./img/laravel.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  -webkit-animation: float-5 5s ease-in-out infinite;
          animation: float-5 5s ease-in-out infinite;
}

.circle .blob:nth-child(12) {
  -webkit-transform: rotate(0deg) translate(-360px, 20px);
          transform: rotate(0deg) translate(-360px, 20px);
  background-image: url("./img/html.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  width: 64px;
  height: 64px;
  -webkit-animation: float-4 4s ease-in-out infinite;
          animation: float-4 4s ease-in-out infinite;
}

.circle .blob:nth-child(13) {
  -webkit-transform: rotate(0deg) translate(-310px, -170px);
          transform: rotate(0deg) translate(-310px, -170px);
  background-image: url("./img/js.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
}

.circle .blob:nth-child(14) {
  -webkit-transform: rotate(0deg) translate(-140px, -140px);
          transform: rotate(0deg) translate(-140px, -140px);
  background-image: url("./img/revive.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 92px;
  height: 48px;
  -webkit-animation: float-3 4s ease-in-out infinite;
          animation: float-3 4s ease-in-out infinite;
}

.box {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 16px;
  margin-left: -49px;
  margin-top: -49px;
  z-index: 10;
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translate(180px, 75px);
            transform: translate(180px, 75px);
  }
  50% {
    -webkit-transform: translate(180px, 85px);
            transform: translate(180px, 85px);
  }
  to {
    -webkit-transform: translate(180px, 75px);
            transform: translate(180px, 75px);
  }
}

@keyframes float {
  from {
    -webkit-transform: translate(180px, 75px);
            transform: translate(180px, 75px);
  }
  50% {
    -webkit-transform: translate(180px, 85px);
            transform: translate(180px, 85px);
  }
  to {
    -webkit-transform: translate(180px, 75px);
            transform: translate(180px, 75px);
  }
}

@-webkit-keyframes float-2 {
  from {
    -webkit-transform: translate(-160px, -245px);
            transform: translate(-160px, -245px);
  }
  50% {
    -webkit-transform: translate(-160px, -255px);
            transform: translate(-160px, -255px);
  }
  to {
    -webkit-transform: translate(-160px, -245px);
            transform: translate(-160px, -245px);
  }
}

@keyframes float-2 {
  from {
    -webkit-transform: translate(-160px, -245px);
            transform: translate(-160px, -245px);
  }
  50% {
    -webkit-transform: translate(-160px, -255px);
            transform: translate(-160px, -255px);
  }
  to {
    -webkit-transform: translate(-160px, -245px);
            transform: translate(-160px, -245px);
  }
}

@-webkit-keyframes float-3 {
  from {
    -webkit-transform: translate(-140px, -140px);
            transform: translate(-140px, -140px);
  }
  50% {
    -webkit-transform: translate(-140px, -150px);
            transform: translate(-140px, -150px);
  }
  to {
    -webkit-transform: translate(-140px, -140px);
            transform: translate(-140px, -140px);
  }
}

@keyframes float-3 {
  from {
    -webkit-transform: translate(-140px, -140px);
            transform: translate(-140px, -140px);
  }
  50% {
    -webkit-transform: translate(-140px, -150px);
            transform: translate(-140px, -150px);
  }
  to {
    -webkit-transform: translate(-140px, -140px);
            transform: translate(-140px, -140px);
  }
}

@-webkit-keyframes float-4 {
  from {
    -webkit-transform: translate(-360px, 20px);
            transform: translate(-360px, 20px);
  }
  50% {
    -webkit-transform: translate(-360px, 25px);
            transform: translate(-360px, 25px);
  }
  to {
    -webkit-transform: translate(-360px, 20px);
            transform: translate(-360px, 20px);
  }
}

@keyframes float-4 {
  from {
    -webkit-transform: translate(-360px, 20px);
            transform: translate(-360px, 20px);
  }
  50% {
    -webkit-transform: translate(-360px, 25px);
            transform: translate(-360px, 25px);
  }
  to {
    -webkit-transform: translate(-360px, 20px);
            transform: translate(-360px, 20px);
  }
}

@-webkit-keyframes float-5 {
  from {
    -webkit-transform: translate(-230px, 185px);
            transform: translate(-230px, 185px);
  }
  50% {
    -webkit-transform: translate(-230px, 200px);
            transform: translate(-230px, 200px);
  }
  to {
    -webkit-transform: translate(-230px, 185px);
            transform: translate(-230px, 185px);
  }
}

@keyframes float-5 {
  from {
    -webkit-transform: translate(-230px, 185px);
            transform: translate(-230px, 185px);
  }
  50% {
    -webkit-transform: translate(-230px, 200px);
            transform: translate(-230px, 200px);
  }
  to {
    -webkit-transform: translate(-230px, 185px);
            transform: translate(-230px, 185px);
  }
}

@-webkit-keyframes float-6 {
  from {
    -webkit-transform: translate(360px, 40px);
            transform: translate(360px, 40px);
  }
  50% {
    -webkit-transform: translate(360px, 60px);
            transform: translate(360px, 60px);
  }
  to {
    -webkit-transform: translate(360px, 40px);
            transform: translate(360px, 40px);
  }
}

@keyframes float-6 {
  from {
    -webkit-transform: translate(360px, 40px);
            transform: translate(360px, 40px);
  }
  50% {
    -webkit-transform: translate(360px, 60px);
            transform: translate(360px, 60px);
  }
  to {
    -webkit-transform: translate(360px, 40px);
            transform: translate(360px, 40px);
  }
}

@-webkit-keyframes float-7 {
  from {
    -webkit-transform: translate(160px, 240px);
            transform: translate(160px, 240px);
  }
  50% {
    -webkit-transform: translate(160px, 265px);
            transform: translate(160px, 265px);
  }
  to {
    -webkit-transform: translate(160px, 240px);
            transform: translate(160px, 240px);
  }
}

@keyframes float-7 {
  from {
    -webkit-transform: translate(160px, 240px);
            transform: translate(160px, 240px);
  }
  50% {
    -webkit-transform: translate(160px, 265px);
            transform: translate(160px, 265px);
  }
  to {
    -webkit-transform: translate(160px, 240px);
            transform: translate(160px, 240px);
  }
}

@-webkit-keyframes float-8 {
  from {
    -webkit-transform: translate(200px, -80px);
            transform: translate(200px, -80px);
  }
  50% {
    -webkit-transform: translate(200px, -90px);
            transform: translate(200px, -90px);
  }
  to {
    -webkit-transform: translate(200px, -80px);
            transform: translate(200px, -80px);
  }
}

@keyframes float-8 {
  from {
    -webkit-transform: translate(200px, -80px);
            transform: translate(200px, -80px);
  }
  50% {
    -webkit-transform: translate(200px, -90px);
            transform: translate(200px, -90px);
  }
  to {
    -webkit-transform: translate(200px, -80px);
            transform: translate(200px, -80px);
  }
}

@-webkit-keyframes float-9 {
  from {
    -webkit-transform: translate(-80px, 70px);
            transform: translate(-80px, 70px);
  }
  50% {
    -webkit-transform: translate(-80px, 80px);
            transform: translate(-80px, 80px);
  }
  to {
    -webkit-transform: translate(-80px, 70px);
            transform: translate(-80px, 70px);
  }
}

@keyframes float-9 {
  from {
    -webkit-transform: translate(-80px, 70px);
            transform: translate(-80px, 70px);
  }
  50% {
    -webkit-transform: translate(-80px, 80px);
            transform: translate(-80px, 80px);
  }
  to {
    -webkit-transform: translate(-80px, 70px);
            transform: translate(-80px, 70px);
  }
}

@media only screen and (max-width: 768px) {
  .circle {
    width: 200px;
    height: 200px;
  }
  .box {
    margin-top: -25px;
  }
  .box > img {
    width: 50%;
  }
  .inner {
    width: 100px;
    height: 100px;
  }
  .inner2 {
    width: 180px;
    height: 180px;
  }
  .outer {
    width: 300px;
    height: 300px;
  }
  .outer2 {
    width: 280px;
    height: 280px;
  }
  .blob {
    width: 48px !important;
    height: 48px !important;
  }
  @-webkit-keyframes float-7 {
    from {
      -webkit-transform: translate(100px, 170px);
              transform: translate(100px, 170px);
    }
    50% {
      -webkit-transform: translate(100px, 185px);
              transform: translate(100px, 185px);
    }
    to {
      -webkit-transform: translate(100px, 170px);
              transform: translate(100px, 170px);
    }
  }
  @keyframes float-7 {
    from {
      -webkit-transform: translate(100px, 170px);
              transform: translate(100px, 170px);
    }
    50% {
      -webkit-transform: translate(100px, 185px);
              transform: translate(100px, 185px);
    }
    to {
      -webkit-transform: translate(100px, 170px);
              transform: translate(100px, 170px);
    }
  }
  .circle .blob:nth-child(9) {
    background-size: 70%;
  }
  .circle .blob:nth-child(4) {
    background-size: 60%;
  }
  @-webkit-keyframes float {
    from {
      -webkit-transform: translate(140px, 75px);
              transform: translate(140px, 75px);
    }
    50% {
      -webkit-transform: translate(140px, 85px);
              transform: translate(140px, 85px);
    }
    to {
      -webkit-transform: translate(140px, 75px);
              transform: translate(140px, 75px);
    }
  }
  @keyframes float {
    from {
      -webkit-transform: translate(140px, 75px);
              transform: translate(140px, 75px);
    }
    50% {
      -webkit-transform: translate(140px, 85px);
              transform: translate(140px, 85px);
    }
    to {
      -webkit-transform: translate(140px, 75px);
              transform: translate(140px, 75px);
    }
  }
  .circle .blob:nth-child(1) {
    background-size: 80%;
  }
  .circle .blob:nth-child(2) {
    background-size: 70%;
  }
  @-webkit-keyframes float-8 {
    from {
      -webkit-transform: translate(140px, -80px);
              transform: translate(140px, -80px);
    }
    50% {
      -webkit-transform: translate(140px, -90px);
              transform: translate(140px, -90px);
    }
    to {
      -webkit-transform: translate(140px, -80px);
              transform: translate(140px, -80px);
    }
  }
  @keyframes float-8 {
    from {
      -webkit-transform: translate(140px, -80px);
              transform: translate(140px, -80px);
    }
    50% {
      -webkit-transform: translate(140px, -90px);
              transform: translate(140px, -90px);
    }
    to {
      -webkit-transform: translate(140px, -80px);
              transform: translate(140px, -80px);
    }
  }
  @-webkit-keyframes float-3 {
    from {
      -webkit-transform: translate(-90px, -100px);
              transform: translate(-90px, -100px);
    }
    50% {
      -webkit-transform: translate(-90px, -110px);
              transform: translate(-90px, -110px);
    }
    to {
      -webkit-transform: translate(-90px, -100px);
              transform: translate(-90px, -100px);
    }
  }
  @keyframes float-3 {
    from {
      -webkit-transform: translate(-90px, -100px);
              transform: translate(-90px, -100px);
    }
    50% {
      -webkit-transform: translate(-90px, -110px);
              transform: translate(-90px, -110px);
    }
    to {
      -webkit-transform: translate(-90px, -100px);
              transform: translate(-90px, -100px);
    }
  }
  .circle .blob:nth-child(10) {
    -webkit-transform: rotate(0deg) translate(-110px, 160px);
            transform: rotate(0deg) translate(-110px, 160px);
  }
  @-webkit-keyframes float-2 {
    from {
      -webkit-transform: translate(-130px, -180px);
              transform: translate(-130px, -180px);
    }
    50% {
      -webkit-transform: translate(-130px, -195px);
              transform: translate(-130px, -195px);
    }
    to {
      -webkit-transform: translate(-130px, -180px);
              transform: translate(-130px, -180px);
    }
  }
  @keyframes float-2 {
    from {
      -webkit-transform: translate(-130px, -180px);
              transform: translate(-130px, -180px);
    }
    50% {
      -webkit-transform: translate(-130px, -195px);
              transform: translate(-130px, -195px);
    }
    to {
      -webkit-transform: translate(-130px, -180px);
              transform: translate(-130px, -180px);
    }
  }
  .circle .blob:nth-child(7), .circle .blob:nth-child(5), .circle .blob:nth-child(8), .circle .blob:nth-child(12) {
    display: none;
  }
  .circle .blob:nth-child(11) {
    background-size: 60%;
  }
  @-webkit-keyframes float-5 {
    from {
      -webkit-transform: translate(50px, 40px);
              transform: translate(50px, 40px);
    }
    50% {
      -webkit-transform: translate(50px, 50px);
              transform: translate(50px, 50px);
    }
    to {
      -webkit-transform: translate(50px, 40px);
              transform: translate(50px, 40px);
    }
  }
  @keyframes float-5 {
    from {
      -webkit-transform: translate(50px, 40px);
              transform: translate(50px, 40px);
    }
    50% {
      -webkit-transform: translate(50px, 50px);
              transform: translate(50px, 50px);
    }
    to {
      -webkit-transform: translate(50px, 40px);
              transform: translate(50px, 40px);
    }
  }
  .circle .blob:nth-child(13) {
    -webkit-transform: rotate(0deg) translate(60px, -70px);
            transform: rotate(0deg) translate(60px, -70px);
    background-size: 100%;
  }
  /* .p-tb {
    padding-top: 4rem;
    padding-bottom: 4rem;
  } */
  .container {
    margin-bottom: 9rem;
  }
  .perk div h6 {
    font-size: 1rem;
  }
  .perk div p {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-top: 0.5rem;
  }
  
}
/*# sourceMappingURL=style.css.map */