/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Bold/ProximaNova-Black.woff');
    font-weight: normal;
}

@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Regular/ProximaNova-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: "opensans-regular";
    src: url('https://info.softserveinc.com/hubfs/fonts/OpenSans-Regular.ttf');
    font-weight: normal;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  line-height: normal;
  overflow-x: hidden!important;
}

.section-scroll {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.container-fluid {
  padding: 0!important;
  margin: 0!important;
}

#simple-translate {
  display: none!important;
}

/********** side nav ************/
.side-navigation {
  position: fixed;
  top: 50%;
  left: 0;
  border: 1px solid #111;
  padding: 10px 10px 10px 20px;
  z-index: 1000;
  background: #fff;
  width: 65px !important;
}

.side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-navigation ul li{
  width: 500%;
}

.side-link {
  display: inline-block;
  text-decoration: none;
}

.side-link::after {
    display: block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
    transition-timing-function: linear;
    content: '';
}

.side-link.active::after {
    width: 20px;
    height: 100px;
    border-color: black;
    transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
    transition-timing-function: linear;
}

.side-navigation ul li:last-child .side-link::after {
  content: none;
}

.side-link .number,
.side-link .text {
  display: inline-block;
  color: #111;
  font-family: 'proxima-black';
  font-size: 16px;
  opacity: 0.7;
  text-transform: uppercase;
}

.side-link .number {
  padding-right: 15px;
}

.active {
  opacity: 1;
}

.side-link .text {
  display: none;
  background: #fff;
  padding-right: 5px;
}

.side-link:hover .text,
.side-link:hover .number {
  display: inline-block;
  color: #111;
  opacity: 1;
}

.active .number {
  color: #007AFF !important;
}

/********** Title panel nav ************/
.title-panel {
  /*background-image: conic-gradient(transparent 25%, #03043d 25%, #03043d 0,#03043d 75%, transparent 0);*/
  background: #000;
  background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/nav-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.title-panel ul {
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
  max-width: 960px;
  margin: 90px auto 90px!important;
  float: none !important;
  list-style: none;
  padding: 24px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.title-panel ul li {
  flex-basis: 16%;
}

.title-panel ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.title-panel ul li a {
  color: #fff;
  display: block;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 24px;
}

.title-panel ul li span {
  color: #17C583;
  display: block;
  font-family: 'proxima-black';
  font-size: 24px;
  padding-bottom: 0;
}

.section-wrapper {
  display: flex !important;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto 0!important;
  float: none !important;
}

/****************** Page title ********************/
#section-title {
  background: #000;
  background-image: radial-gradient(55.27% 61.8% at 42.15% 70.74%, rgba(0, 122, 255, 0.55) 0%, rgba(1, 19, 68, 0.00) 100%), url(https://info.softserveinc.com/hubfs/2023/campaigns/abm-mckensey/mckensey-hero-bg.png), linear-gradient(210deg, #007AFF 18.46%, #030303 133.53%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 50%, cover, 100%;
  background-position: -30% 110%, 50% 45%, 100% 100%;
}

.service-page-title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 0 80px;
} 

.service-page-title-image {
  flex-basis: 30%;
  min-width: 325px;
  max-width: 325px;
  min-height: 330px;
  max-height: 330px;
  margin: 40px auto;
  position: relative;
  background: #000;
}

.service-page-title-image_big {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-top: -44px;
  margin-left: 18px;
  position: absolute;
  top: -5%;
  bottom: 0;
  max-width: 320px;
  margin: 0;
}

.service-page-title-image_small {
  max-width: 230px;
  position: absolute;
  left: 5%;
  bottom: 0;
  max-width: 140px;
  margin: 0;
}

.service-page-title-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.service-page-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.service-page-description {
  max-width: 70%;
  font-size: 16px;
  font-family: 'Open sans';
  line-height: normal;
  color: #fff;
}

.service-page-description span {
  font-weight: bold;
}

.service-page-description h3 {
  margin: 0;
  font-size: 24px;
  font-family: 'proxima-black';
  line-height: 1.2;
}

.service-page-description p {
  margin: 0;
  padding: 0;
}
/********************** Services section ****************/
.section-services {
  padding-bottom: 80px;
}

.section-services ul {
  display: grid;
  grid-gap: 24px;
  grid-template: 1fr 1fr / 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-services ul li {
  padding: 24px;
  display: flex;
  gap: 24px;
  border: 1px solid #000;
}

.section-services ul li div {
  flex-basis: 70%;
}

.section-services ul li h3 {
  margin-top: 0;
  font-size: 24px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
}

.section-services ul li figure {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.section-services ul li img {
  max-width: 150px !important;
  width: 90%  !important;
}


/*********************** Brochure section ***********************************/
.section-methods {
  background: linear-gradient(210deg, #007AFF 18.46%, #030303 133.53%);
}

.section-methods .section-heading h2 {
  color: #fff;
}

.section-methods .section-heading h2::before {
  background: none;
  box-shadow: none;
}

.section-methods p {
  color: #fff;
}

.section-methods-list {
  display: flex;
  gap: 24px;
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
}
  
  
.section-methods-list li {
  padding-left: 30px;
  border-left: 1px solid #fff;
}


.section-methods-list li h3 {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
}


/**************** Section Stats **************************/
.stats-content ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
  gap: 3%;
}

.stats-content li {
  flex-basis: 30%;
  margin-bottom: 35px;
  height: 100%;
  min-height: 210px;
}

.stats-content li h3,
.stats-content .desc {
  font-size: 14px;
  color: #D1D1D1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'proxima-black';
  font-weight: normal;
}

.stats-content li h3 {
  font-size: 24px;
  color: #D1D1D1;
}

.stats-content p {
  line-height: 22px;
}

.stats-content .number {
  padding-bottom: 10px;
  color: #007AFF;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'proxima-black';
  font-weight: normal;
  border-bottom: 2px solid #D1D1D1;
}

.stats-content .number span {
  display: block;
  height: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'proxima-black';
  padding-bottom: 25px;
  margin-top: 15px;
  font-weight: 400;
  color: #111;
  line-height: 18px;
}

.stats-content .number span.small {
  display: inline;
  color: #007AFF;
  font-size: 60px;
  line-height: 60px;
  font-family: 'proxima-black';
  font-weight: normal;
}

.stats-content .desc {
  padding-top: 5px;
  padding-right: 20px;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'proxima-black';
  line-height: 18px;
}

/***************** Section Expert *********************/
.expert-section figure {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  border-top: 2px solid #000;
  margin: 60px auto 100px;
  padding: 40px 40px 0;
}

.expert-section figure img {
  max-width: 290px;
  flex-basis: 30%;
}


.expert-section figcaption {
  flex-basis: 70%;
}

.expert-section h3 {
  margin-top: 70px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-family: 'proxima-black';
  font-weight: normal;
}

.expert-section figcaption a {
  color: #000;
}

.expert-section figcaption .button-color {
  margin-top: 30px;
  color: #fff;
}

.expert-section figcaption .button-color:hover {
  color: #F89020;
}

/************  Section with map  ********/
.section-map {
  background: url(https://info.softserveinc.com/hubfs/2023/campaigns/abm-mckensey/map-new.png), linear-gradient(210deg, #007AFF 18.46%, #030303 133.53%);
  background-repeat: no-repeat, no-repeat;
  background-size: 1440px 844px, 100%;
  background-position: 50% 50%, 0 0;
  min-height: 1000px !important;
}

.section-map  .section-heading h2::before {
  content: none;
}

/************  Section partners  ********/
.section-partners .section-heading h2 {
  color: #000;
}

.section-partners  .section-methods .section-heading h2::before {
  background: none;
  box-shadow: none;
}

.section-partners ul {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0 0 100px;
}

.section-partners ul li,
.section-partners ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**************** Meeting block  ***********************/
.meeting-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.meeting-block-left {
  flex-basis: 50%;
  display: flex;
}

.meeting-block-right {
  flex-basis: 35%;
  display: flex;
  justify-content: flex-start;
}

.meeting-block-right img {
  max-width: 130px;
}

.meeting-block-right figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.meeting-block-right figcaption {
  display: inline-block;
  padding-top: 10px;
  color: #fff;
  font-style: italic;
  text-align: center;
}

/*********** section-invite ***********/
 .section-invite {
  background: linear-gradient(90deg, #FFF 0.1%, rgba(255, 255, 255, 0.80) 33.87%, rgba(255, 255, 255, 0.00) 58.33%), url(https://info.softserveinc.com/hubfs/2023/campaigns/abm-mckensey/team-photo-image.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  background-position: 100% 100%, 100% 50%;
}

 .section-invite h2 {
  padding: 10vw 8vw;
  font-size: 44px;
  color: #000;
  font-family: 'proxima-black';
  font-weight: normal;
  line-height: 100%;
}

/************  Section heading  ********/

.section-heading {
  padding-top: 90px;
  padding-bottom: 60px;
}

.section-heading h2 {
  position: relative;
  z-index: 1;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.2;
  color: #000;
}

.section-heading p {
  margin-top: 30px;
}

.section-heading h2::before {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 90px;
  height: 90px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.35);
  content: '';
  z-index: -1;
}

.service-page-title-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

/**********************  Button styles  ***************************/

.button-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 325px;
  height: 64px;
  padding: 0 60px;
  color: #fff;
  font-size: 14px;
  font-family:  'proxima-black';
  line-height: 116%;
  text-transform: uppercase;
  text-decoration: none!important;
  transition: all 0.3s ease-in-out;    
  background-color: #F89020;
  border: 2px solid #F89020;
}

.button-color:visited{
  color: #fff;
}

.button-color:focus {
  color: #fff;
}

.button-color:hover:visited,
.button-color:hover:focus, {
  color: #F89020 !important;
}

.button-color:hover {
  color: #F89020;
  box-shadow: inset 260px 0 50px 5px #fff;
  border: 2px solid #F89020;
  text-decoration: none !important;
}

.button-color-black {
  background-color: #111;
  border: 2px solid #111;
}

.button-color-black:hover {
  color: #111;
  box-shadow: inset 260px 0 50px 5px #fff;
  border: 2px solid #111;
  text-decoration: none !important;
}

/************ Form ***********/
.section-form {
  background: linear-gradient(210deg, #007AFF 18.46%, #030303 133.53%);
}

.section-form .section-heading h2 {
  margin-left: 20px;
  color: #fff;
  font-size: 88px;
}

.section-form .section-heading h2::before {
  top: 7px;
  background: #000;
  box-shadow: 0px 5px 20px 0px rgba(3, 3, 3, 0.35);
}

@media only screen and (min-width: 2560px)  {
  .button-color,
  .service-page-description p {
    font-size: 18px;
  }
  
  .service-page-title-logo {
    max-width: calc(93px * 1.44);
  }

  .section-invite h2 {
    font-size: calc(44px * 1.44);
    max-width: 80vw;
    margin: 0 auto;
  }
} 

@media only screen and (max-width: 1440px) {  
  .section-map {  
    background-size: 80%, 100%!important;
    min-height: 900px !important;
  }  
}

@media only screen and (max-width: 1240px) {  
  .title-panel ul {
    margin-left: 10vw!important;
    margin-right: 6vw!important;
  }
  
  .title-panel ul li a {
    font-size: 1.4vw;
  }
  
  .title-panel ul li span {
    font-size: 2vw;
  }
  
  .section-map {  
    min-height: 700px !important;
  }  
  
  .section-invite h2 {
    font-size: 3vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .section-wrapper {
    padding-left: 100px!important;
    padding-right: 20px;
  }
  
  .service-page-title-image {
    min-width: auto;
    min-height: auto;
    max-height: 220px;
  }
}

@media only screen and (max-width: 1080px) {
  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-content li {
    flex-basis: 47%;
  }
}

@media screen and (min-width: 641px) and (max-width: 940px) {
  .service-page-heading {
    font-size: 7vw;
  }
  
  .expert-section figure {
    padding-left: 0;
    padding-right: 0;
  }
  
  .expert-section figure img {
    max-width: 200px;
    aspect-ratio: 1/1;
    height: 240px;
  }
}

@media only screen and (max-width: 867px)  {  
  .section-map {  
    background-size: 100%, 100%!important;
  }
}

@media only screen and (max-width: 767px) {
  .side-navigation {
    display: none!important;
  }
  
  .title-panel {
    display: none!important;
  }
  
  .title-panel ul {
    display: none!important;
  }
  
  .service-page-title-wrapper {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
  }
  
  .service-page-title-image {
    margin-bottom: 70px;
  }
  
  .service-page-title-image .hs-cta-wrapper {
    bottom: -350px;
    display: block;
    position: relative;
  }
  
  .service-page-title-image .hs-cta-wrapper a {
    margin-top: 0;
  }
  
  .section-heading {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .section-heading h2 {
    margin-left: 0;
  }
  
  .section-services ul {
    grid-template-columns: 1fr;
  }
  
  
  .stats-content-small li {
    flex-basis: 466%;
  }
  
   .stats-content-small li {
    padding-right: 0;
  }
  
  .stats-content-small li:nth-child(odd) {
    padding-right: 20px;
  }
  
  .stats-content ul { 
    justify-content: space-around;
  }
  
  .stats-content .number {
    font-size: 60px;
    line-height: 70px;
  }
  
  .stats-content .desc {
     font-size: 16px;
    line-height: 22px;
  }
  
  .section-partners ul {
    grid-template-columns: 1fr 1fr;
  }
  
  .section-partners ul li img {
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 680px) {  
  .service-page-heading {
    font-size: 36px !important;
  }
  
  .service-page-description {
    max-width: 100%;
  }
  
  .section-services ul li {
    flex-direction: column-reverse;
  }
  
  .section-services ul li figure {
    margin-bottom: 25px;
  }
  
  .section-services ul li img {
    max-width: 120px !important;
  }
  
  .section-methods-list {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 50px;
  }
  
  .expert-section figure {
    flex-direction: column;
  }
  
  .expert-section h3 {
    margin-top: 0;
  }
  
  .section-map {  
    min-height: 500px !important;
  }  
}

@media only screen and (max-width: 560px) { 
  .section-heading h2::before {
    top: -15px;
    left: -10px;
    width: 50px;
    height: 50px;
  }
  
  .section-form .section-heading h2 {
    font-size: 36px;
  }
  
  .section-form .section-heading h2::before {
    top: -5px;
  }
  
  .section-heading h2 {
    margin-left: 0;
    font-size: 36px;
  }

  .stats-content li {
    flex-basis: 100%;
  }
  
  .stats-content .number,
  .stats-content .number span.small {
    font-size: 48px;
    line-height: 54px;
  }
  
  .expert-section figure {
    padding-left: 0;
    padding-right: 0;
    gap: 30px;
  }
  
  .expert-section figure img {
    max-width: 160px;
  }
  
  .section-map {  
    min-height: 350px !important;
  } 
  
  .section-partners ul {
    grid-template-columns: 1fr;
    margin: 0 0 50px;
  }
  
  .section-partners ul li img {
    max-width: 40% !important;
  }
  
  .section-partners ul li figure {
    min-height: 110px;
  }
  
  .meeting-block {
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 40px;
    gap: 80px;
  }
  
  .section-invite {
    background-position: 100% 100%, 77% 50%;
  }
}

@media (max-width: 475px) {
  .service-page-description h3
    font-size: 18px;
    line-height: 24px;
  }
}

/***********  Footer ************/
.footer-container {
  background: #000 !important;
}

.footer-container {
  padding: 0;
  background: #000;
}

.footer-wrapper {
  width: 100%!important;
  max-width: 1064px!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 40px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adress p {
  margin: 0;
  font-size: 14px;
  font-family: "opensans-regular";
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.logos p {
  min-width: 180px;
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logos table {
  width: 75px!important;
  align-self: flex-end;
}

.logos p > img {
  display: none;
}

@media only screen and (max-width: 600px) {
  .logos-wrapper > a {
    width: 100px;
    margin-bottom: 5px;
    margin-right: 10%;
  }
  .logos-wrapper > a > img {
    width: 95px;
  }
  .logos-wrapper > img {
    width: 20%!important;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .logos table {
    align-self: center;
  }
  
  .logos p {
    justify-content: flex-start;
  }
}

/******** animations ***********/

@media only screen and (orientation: portrait) {
  .service-page-title-image_big {
    -webkit-animation-name: molecule-dancing-port;
    animation-name: molecule-dancing-port;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

@media only screen and (orientation: landscape) {
  .service-page-title-image_big {
    -webkit-animation-name: molecule-dancing-land;
    animation-name: molecule-dancing-land;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

@media only screen and (orientation: portrait) {
  .service-page-title-image_small {
    -webkit-animation-name: molecule-dancing-port;
    animation-name: molecule-dancing-port;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
}

@media only screen and (orientation: landscape) {
  .service-page-title-image_small {
    -webkit-animation-name: molecule-dancing-land;
    animation-name: molecule-dancing-land;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
}


@keyframes molecule-dancing-port {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center;
  }

  25% {
    transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      transform: rotate(-10deg);
    }
  }

  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center;
  }

  75% {
    transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      transform: rotate(10deg);
    }
  }
}

@-webkit-keyframes molecule-dancing-port {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center;
  }

  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg);
    }
  }

  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center;
  }

  75% {
    -webkit-transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg);
    }
  }
}

@keyframes molecule-dancing-land {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center;
  }

  25% {
    transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      transform: rotate(-10deg);
    }
  }

  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center;
  }

  75% {
    transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      transform: rotate(10deg);
    }
  }
}

@-webkit-keyframes molecule-dancing-land {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center;
  }

  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg);
    }
  }

  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center;
  }

  75% {
    -webkit-transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg);
    }
  }
}