html {
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  font-family: "Coop Expanded", "OpenSans-Regular", sans-serif;
  line-height: 24px;
  font-size: 17px;
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
  color: #333333;
}

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

#wrapper {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1016px 280px;
  gap: 15px;
  max-width: 100%;
  width: 100%;
}

/* HEADER */
header {
  display: block;
  background-color: #ffffff;
  top: 0;
}

.header-wrapper {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  height: 32px;
  transition: height 0.2s ease-in-out;
}

header .header-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

/* TYPOGRAPHY */

h3 {
  font-family: "Coop Expanded Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
}
.box h4,
p {
  margin: 0;
}

h1,
h2 {
  font-family: "RuderPlakat-Regular", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: font-size 0.2s ease-in-out;
}

h2.section-title {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 46px;
  line-height: 52px;
}

h2.section-title b {
  font-weight: 400;
}

.intro #banner-img {
  width: 100%;
  max-height: 227px;
  object-fit: cover;
  object-position: 50% 30%;
}

h2.intro-header {
  margin-top: 0;
  font-size: 68px;
  line-height: 76px;
  word-wrap: break-word;
}

h2.intro-header span,
h2.intro-header b {
  color: #f59c00;
  font-weight: 400;
}

.contact-details a {
  text-decoration: none !important;
  color: #333333 !important;
}
.contact-details a:hover {
  color: #f59c00 !important;
}

/* STICKY JOB BANNER */
#sticky-header {
  display: none;
  position: fixed;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #f5f5f5;
  transition: top 0.15s ease-in-out;
}
#sticky-header.static {
  display: block;
  position: static;
}

#sticky-header-logo {
  margin-bottom: 5px;
}

#sticky-header .inner {
  padding: 20px 20px 10px;
}

#sticky-header h1 {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  hyphens: auto;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sticky-header .banner-stats {
  gap: 20px;
  margin-top: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 400px) {
  #sticky-header .banner-stats {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

#sticky-header .banner-stats img {
  height: 22px;
  margin-right: 6px;
}

/* JOB BANNER */
.job-banner {
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.job-banner.sticky {
  z-index: 9000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.job-banner.sticky .banner-stats {
  gap: 42px;
  font-size: 15px;
}
.job-banner.sticky .banner-stats img {
  height: 22px;
}

.job-banner .inner-wrapper {
  padding: 30px;
  transition: padding 0.2s ease-in, font-size 0.2s ease-in;
}

.job-banner.sticky .inner-wrapper {
  padding: 20px;
}

.job-banner h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1.38px;
  word-wrap: break-word;
  transition: font-size 0.2s ease-in;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-banner .flex-split {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
}

.job-banner .flex-split img {
  height: 34px;
}

.job-banner.sticky h1 {
  /* margin-top: 10px; */
  font-size: 36px;
  line-height: 42px;
}

.banner-stats {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 64px;
  font-size: 22px;
  line-height: 32px;
}

.banner-stats div {
  display: flex;
  align-items: center;
  line-height: 130%;
}

.banner-stats img {
  margin-right: 10px;
  height: 36px;
}

/* BUTTONS LINKS */
a:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a.text-btn {
  background: white;
  padding: 14px 16px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Coop Expanded", sans-serif;
  text-decoration: none;
  color: #333333;
  transition: background 0.2s ease-in-out;
}

a.text-btn#open-email-modal span {
  margin-right: 8px;
  font-family: "CoopBd";
  font-weight: 400;
}

a.text-btn:hover {
  background: #f5f5f5;
  cursor: pointer;
}

a.text-btn img {
  margin-right: 10px;
}

a.main-btn,
button.main-btn {
  text-decoration: none;
  background: #f59c00;
  padding: 14px 16px;
  border-radius: 30px;
  border: 2px #f59c00;
  color: white;
  font-size: 22px;
  font-weight: normal;
  line-height: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: "Coop Expanded Bold", sans-serif;
  transition: background 0.2s ease-in-out;
}

a.main-btn.sticky {
  display: none;
  width: 80%;
  max-width: 400px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 26px;
  border-radius: 60px;
  /* font-family: "Coop Expanded", "OpenSans-Regular", sans-serif; */
  font-size: 16px;
  line-height: 22px;
  /* font-weight: 700; */
  z-index: 999;
  background-color: #f59c00;
  color: #fff;
  cursor: pointer;
}

.main-btn img {
  margin-left: 20px;
}
.main-btn.whatsapp img {
  margin-left: 4px;
}

a.main-btn.apply {
  padding: 15px 20px;
  border-radius: 60px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
}

a.main-btn.whatsapp{
  margin-bottom: 10px
}

a.main-btn:hover,
button.main-btn:hover {
  background: #ea5b0c;
  cursor: pointer;
}

/* outline-btn */
button.outline-btn,
a.outline-btn {
  text-decoration: none;
  background: white;
  padding: 8.35px 20px;
  border-radius: 30px;
  border: 1px solid #ea5b0c;
  color: #ea5b0c;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1.1px;
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Coop Expanded Bold", sans-serif;
  cursor: pointer;
  transition: background 0.2s ease;
}

button.outline-btn svg,
button.outline-btn img {
  margin-left: 20px;
}

button.outline-btn:hover,
a.outline-btn:hover {
  background: #ea5b0c;
  color: white;
}

button.outline-btn .hover-image,
a.outline-btn .hover-image {
  display: none;
}

button.outline-btn:hover .default-image,
a.outline-btn:hover .default-image {
  display: none;
}

button.outline-btn:hover .hover-image,
a.outline-btn:hover .hover-image {
  display: inline-block;
}

a.main-btn.apply:hover img,
a.main-btn.sticky.apply:hover img,
button.outline-btn:hover img {
  animation: sway 0.8s infinite;
}

a.jobs {
  font-family: "RuderPlakat-Regular", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
}

a.main-btn.toggleBenefits {
  font-size: 18px;
  padding: 12px 20px;
}

a.main-btn.toggleBenefits img {
  transition: all 0.12s ease-in-out;
}

a.main-btn.toggleBenefits.active img {
  transform: rotate(45deg);
}

a.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  transition: background-color 0.2s forwards;
  height: 34px;
  width: 34px;
  text-align: center;
}

a.icon-btn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

a.icon-btn:hover {
  cursor: pointer;
  background: #f5f5f5;
}
a.icon-btn:hover img {
  transform: scale(0.95);
}

a.icon-btn#scroll-btn {
  border: 1px solid #f59c00;
  padding: 30;
  border-radius: 60px;
  height: 78px;
  width: 60px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -40px;
  display: none;
}
#route-btn {
  margin-top: 20px;
}
#route-btn img {
  max-width: 25px;
}

/* BENEFITS CAROUSEL */
.slick-button-spacer {
  padding-left: 35px;
  padding-right: 35px;
}
.slick-container {
  min-width: 100%;
  width: 0;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 12px;
}

.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0 -10px;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 67px;
  outline: none;
  border: none;
  padding: none;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  transition: transform 0.15s linear;
  border-radius: 4px;
}

.custom-prev:hover,
.custom-next:hover {
  transform: scale(1.1);
}
.custom-prev {
  left: -35px;
}

.custom-next {
  right: -35px;
}

.custom-next img,
.custom-prev img {
  width: 15px;
  height: auto;
}

.benefit {
  height: 160px;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.benefit-container h4 {
  margin: 10px 0;
}
.benefit-img {
  height: 120px;
}

.benefit-details {
  display: none;
}

/* UTIL */
.mobile-only,
.print-only {
  display: none;
}
.flex-center {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.mt-0 {
  margin-top: 0;
}

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

.container-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-4 .col {
  display: flex;
  flex-direction: column;
}

/* SECTION */
section {
  margin-top: 72px;
}
section#tasks {
  margin-top: 106px;
}
section.intro {
  margin-top: 0px;
  margin-bottom: 60px;
}
section#process-section {
  margin-top: 107px;
}

.sticky-container {
  position: sticky;
  top: 0;
  z-index: 9000;
  padding-top: 10px;
}

/* BOXES */
.box {
  border: 1px solid #333333;
  border-radius: 10px;
  margin: 5px;
  padding: 15px;
}
#main-info .box {
  margin: 0;
}
.box.wichtig {
  border-color: #f59c00;
}

.contact-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}
.box.contact-outline {
  margin: 0;
  padding: 20px;
}

.contact-box img,
#mobile-contact .contact-outline img {
  width: 100%;
  margin: 15px 0;
}

.box.contact-outline img {
  width: 100%;
  margin-bottom: 15px;
}

.contact-box h4 {
  margin: 0;
}
.address-details,
.important-details {
  margin-top: 20px;
}

.side-bar .box {
  margin: 15px 0;
  padding: 20px;
}

.side-bar .contact-box,
.side-bar .contact-outline {
  margin-top: 15px;
}

#wichtig-row {
  margin-top: 10px;
}

.container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-row-gap: 50px;
}

#main-info.container-2 {
  gap: 5px;
}

#tasks .container-2 {
  gap: 20px;
}

.testimonial {
  margin-top: 12px;
  font-size: 13px;
  line-height: 19px;
}

/* PROCESS LIST */
.styled-list ul {
  list-style-type: none; /* Remove default bullets */
  padding: 0px;
}

.styled-list ul li {
  padding: 10px 0;
  border-top: 1px solid #333333;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding-left: 40px;
}
.styled-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGxpbmUgeDE9IjEiIHkxPSI1IiB4Mj0iMTMiIHkyPSI1IiBzdHJva2U9IiNlYTViMGMiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgIDxsaW5lIHgxPSIxMCIgeTE9IjEuNSIgeDI9IjE0IiB5Mj0iNSIgc3Ryb2tlPSIjZWE1YjBjIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICA8bGluZSB4MT0iMTAiIHkxPSI4LjUiIHgyPSIxNCIgeTI9IjUiIHN0cm9rZT0iI2VhNWIwYyIgc3Ryb2tlLXdpZHRoPSIxIi8+DQo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}

.ui-accordion-header.process-item-header {
  color: #333333;
  font-family: "Coop Expanded Bold", sans-serif;
  padding: 10px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.12s forwards;
  background: none;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  border: none;
  border-top: 1px solid #333333;
  border-radius: 0;
}
.ui-accordion-header-active.process-item-header {
  color: #333333;
}

.ui-accordion-header.process-item-header img,
.ui-accordion-header-active.process-item-header img {
  transition: transform 0.2s ease;
}

.ui-accordion-header-active.process-item-header img {
  transform: rotate(45deg);
}

.process-item-header:hover {
  cursor: pointer;
  background: rgb(244, 244, 244);
}

.process-item-content.ui-accordion-content {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #333333;
  border: none;
  font-family: "Coop Expanded", "OpenSans-Regular", sans-serif;
  line-height: 24px;
}
.process-item-content img {
  width: 115px;
  margin-right: 20px;
}

/*SOCIAL*/
#share-section .main-icons.flex-center {
  gap: 30px;
}

.share-header {
  margin-bottom: 30px;
}
.tooltip-container {
  position: relative;
}

.tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff; /* Set a white background */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1; /* Make the tooltip appear above the button */
}

.social-icons a {
  background-color: #acacac;
  margin: 1px;
  width: 40px;
  height: 40px;
  margin: 1px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a.facebook:hover {
  background-color: #3c5a99;
}
.social-icons a.twitter:hover {
  background-color: #000000;
}
.social-icons a.linkedin:hover {
  background-color: #0077b5;
}
.social-icons a.xing:hover {
  background-color: #026466;
}

/* FOOTER */
footer {
  margin-top: 90px;
  padding: 40px 40px;
  background: #333333;
  color: white;
  font-size: 17px;
  line-height: 28px;
  animation: slideInFromBottom 0.7s forwards;
}
footer h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

footer .container-4 {
  column-gap: 48px;
}
.social {
  font-size: 15px;
}
.follow-icons {
  margin-top: 14px;
  gap: 13px;
}
.follow-icons a {
  transition: transform 0.15s ease-in-out;
}
.follow-icons a:hover {
  transform: scale(1.08);
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 17px;
}

footer a:hover {
  color: #f59c00;
}

/* MODAL */
.blocker {
  background-color: rgba(255, 255, 255, 0.6);
}
.jquery-modal .modal {
  box-shadow: none;
  border: 1px solid #333333;
  min-width: 900px;
  width: 900px;
  padding: 50px;
}
.close-modal {
  display: none !important;
}

.modal .flex-between h2 {
  margin: 0;
  font-size: 54px;
  line-height: 52px;
}

.modal .flex-between .icon-btn {
  margin-top: -15px;
  margin-right: -20px;
}
.modal p {
  font-size: 22px;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.send2me-confirmation {
  margin: 5px;
  margin-top: 20px;
  color: #6acd13;
  display: none;
}
.send2me-error {
  margin: 5px;
  margin-top: 20px;
  color: rgb(224, 39, 39);
  display: none;
}

/* FORM */
input {
  border: none;
  outline: none;
  padding: 9.5px 20px;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #f0f0f0;
}

/* Style the flat grey-background input */
.flat-input {
  background-color: #f0f0f0;
  min-width: 400px;
  height: 23px;
  margin-right: 10px;
}

.flat-input:focus {
  border: 2px solid #f59c00;
}

.tablet-only {
  display: none;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1400px) {
  .header-wrapper {
    padding: 30px 25px;
  }
  .main-content {
    padding-left: 25px;
  }

  .side-bar {
    padding-right: 25px;
    box-sizing: border-box;
  }
  #wrapper {
    display: grid;
    grid-template-columns: 1fr 270px;
  }
  footer {
    padding: 43px 25px;
  }
  footer .container-4 {
    column-gap: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .flat-input {
    min-width: initial;
  }
  .jquery-modal .modal {
    min-width: 90%;
    width: initial;
  }
}
@media screen and (max-width: 950px) and (min-width: 600px) {
  .tablet-only {
    display: inherit;
  }
}

@media screen and (max-width: 950px) {
  .side-bar {
    display: none;
  }
  .main-content {
    padding-right: 25px;
  }
  #wrapper {
    display: block;
  }

  a.main-btn.sticky {
    display: flex;
  }

  .container-4 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }

  .job-banner.sticky {
    margin-left: -25px;
    margin-right: -25px;
  }

  .job-banner.sticky .banner-stats img {
    height: 24px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 760px) {
  .modal .flex-center {
    flex-direction: column;
    gap: 10px;
  }

  .modal .flex-center * {
    align-self: stretch;
  }
  .modal .flex-center input {
    margin-right: 0;
  }

  h2.section-title {
    font-size: 36px;
    line-height: 40px;
  }

  section {
    margin-top: 40px;
  }

  section#process-section {
    margin-top: 75px;
  }

  section.intro {
    margin-bottom: 40px;
  }

  /* mobile banner */
  .job-banner .flex-split img {
    margin-bottom: 15px;
  }

  .job-banner .flex-split {
    flex-direction: column-reverse;
  }

  .job-banner .banner-stats {
    flex-direction: column;
    margin-right: 5px;
    align-items: start;
    display: flex;
    gap: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  /* mobile sticky banner */

  .job-banner.sticky .flex-split img {
    margin-bottom: 0px;
  }
  .job-banner.sticky .banner-stats {
    flex-direction: row;
    align-items: start;
    gap: 10px;
    font-size: 13px;
  }

  .job-banner .banner-stats img {
    height: 36px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  header img {
    height: 27px;
  }

  .jquery-modal .modal {
    padding: 20px;
    vertical-align: top;
    margin-top: 20%;
  }
  .modal .flex-between .icon-btn {
    margin-top: 5px;
    margin-right: -15px;
  }
  .modal .flex-between h2 {
    font-size: 36px;
    line-height: normal;
  }
  .modal p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .follow-icons {
    margin-bottom: 30px;
  }

  body {
    line-height: 23px;
    font-size: 16px;
  }

  .styled-list ul li {
    font-size: 13px;
    line-height: 18px;
  }

  .process-item-content.ui-accordion-content {
    font-size: 17px;
    line-height: 24px;
  }

  .intro p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }

  h2.intro-header {
    font-size: 46px;
    line-height: 52px;
  }

  a.icon-btn#scroll-btn {
    display: flex;
  }
  a.text-btn img {
    margin-right: 0px;
  }

  .container-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  section#tasks {
    margin-top: 40px;
  }
  #tasks .container-2 {
    gap: 40px;
  }

  .process-item-content.ui-accordion-content {
    flex-direction: column;
  }
  .process-item-content.ui-accordion-content img {
    height: 150px;
    margin: 0;
    margin-top: -40px;
  }

  .mobile-only {
    display: inherit;
  }

  .desktop-only {
    display: none;
  }

  .container-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .container-4 .col {
    align-items: start;
  }

  .job-banner {
    margin-left: -25px;
    margin-right: -25px;
  }
  .job-banner h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .job-banner {
    display: none;
  }

  .modal .flex-between {
    flex-direction: column-reverse;
    margin-top: -20px;
  }

  .modal .flex-between .icon-btn {
    align-self: flex-end;
  }
}

/* ANIMATIONS */
.slide-in-top {
  animation: slideInFromTop 0.7s forwards;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-bottom {
  animation: slideInFromBottom 0.7s forwards;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInFromLeft 0.7s forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right {
  animation: slideInFromRight 0.7s forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

h4,
h4 b,
p b {
  font-family: "Coop Expanded Bold", sans-serif;
  font-weight: normal;
}
