:root {
  --white: white;
  --black: black;
}

/* max screen for the website */
.page-container {
  margin: 0 auto;
  box-sizing: border-box;
}

.content-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 32px;
}

#trakkem-icon {
  background-image: url("../images/trakkem_pro_symbol.svg");
  background-repeat: no-repeat;
  scale: 1.5;
  height: 50px;
  width: 50px;
  margin-bottom: 48px;
}

.body.h1.h2.h3 {
  color: #ff846b;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #ff846b;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #ff846b;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff846b;
}

.image {
  text-align: left;
  width: 85vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-1 {
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  position: relative;
}

.section-2 {
  justify-content: center;
  display: flex;
}

.tacking-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 80px;
  margin: 0px;
}

.tracking-hero {
  position: relative; /* Needed to position the video behind */
  border-radius: 50px;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  overflow: hidden; /* Hide overflow from video */
  z-index: 1;
}

.tracking-hero:hover {
  transform: scale(1.01);
  transition: transform 0.7s ease;
  box-shadow: #ffc6bb 0px 10px 40px 5px;
}
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.tacking-section .tracking-hero h2.heading-3 {
  color: #fff !important; /* Or any color you want */
}

.tracking-hero .paragraph {
  color: #fff;
}

.p-text-tracking {
  display: block;
  color: #ffffff;
  width: 100%;
  margin-top: 40px;
  font-size: 26px;
  line-height: 1.4em;
}

.button-tra {
  color: #ffffff;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button-tra:hover {
  color: #ff846b;
  font-size: 30px;
  transform: scale(1.1);
}

/* === CLEANED SCROLL LOTTIE SECTION === */
.lottie-section-2 {
  width: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.lottie-container-2 {
  max-width: 1200px;
  margin: 0 auto;
}

.flex-block-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.lottie-2 {
  flex: 1 1 300px;
  max-width: 500px;
  height: auto;
}

.div-block-10 {
  flex: 1 1 400px;
  padding: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .flex-block-4 {
    flex-direction: column;
    text-align: center;
  }

  .div-block-10 {
    padding: 0;
  }
}

/* Alerts Section */

.alerts-container {
  padding: 0;
}

.alerts-section {
  width: 100%;
  padding: 80px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fdfcfb; /* optional */
  border-radius: 50px;
  border: 1px solid #f8e0dc;
}

.alert-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.alert-column-1 {
  width: 65%;
  padding-right: 40px;
}

.alert-image {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-animation {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.heading {
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-2 {
  color: #283942;
  text-align: center;
  white-space: normal;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
}

.section-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.lottie-animation {
  width: 800px;
  height: 800px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  min-width: 500px;
}

.lottie-animation-2 {
  width: auto;
  height: 100%;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  height: 700px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

#trakkem-device {
  padding-bottom: 48px;
}

.heading-3 {
  color: #ff846b;
  width: 100%;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1em;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.paragraph {
  color: #283942;
  width: 100%;
  margin-top: 40px;
  font-size: 26px;
  line-height: 1.4em;
}

.section-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  padding: 40px 80px;
}

.section-6 {
  padding: 40px 80px;
  position: static;
}

.section-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  color: #283942;
  white-space: normal;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.3em;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.heading-4:hover {
  transform: scale(1.1);
}

.button {
  font-size: 30px;
}

.button-2 {
  color: #283942;
  background-color: rgba(56, 152, 236, 0);
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button-2:hover {
  color: #ff846b;
  font-size: 30px;
  transform: scale(1.1);
}

.flex-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.heading-5 {
  text-align: left;
  white-space: normal;
  width: auto;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-6 {
  text-align: right;
  font-size: 80px;
  line-height: 1.3em;
}

.section-8 {
  padding: 130px 80px;
  overflow: hidden;
}

.body {
  font-family: Poppins, sans-serif;
}

.section-9 {
  padding-bottom: 120px;
  overflow: visible;
}

.text-span,
.text-span-2,
.text-span-3 {
  color: #ff846b;
}

.text-span-4,
.text-span-5 {
  color: #283942;
}

.div-block {
  background-color: #ff846b;
  border-radius: 50px;
  padding: 40px 80px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.div-block:hover {
  transform: scale(1.1);
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
}

.image-4 {
  text-align: left;
  display: block;
  position: relative;
  left: auto;
  right: 0;
}

.section-10 {
  padding-bottom: 120px;
  width: 100%;
}

.h4 {
  float: none;
  text-align: right;
  white-space: pre-wrap;
  width: auto;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-span-6 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
  color: #283942;
}

.image-5 {
  clear: right;
  height: 470px;
  margin-left: 0;
  display: block;
  position: static;
  left: 16vw;
  transform: translate(12vw);
}

.track {
  height: 500vw;
}

.carmera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
}

.height {
  background-image: linear-gradient(#1f1715, #fff);
  height: 500dvh;
  position: relative;
  overflow: visible;
}

.sticky {
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  display: flex;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.full-page {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  border: 0 solid #000;
  width: 100vw;
}

.link-block {
  text-decoration: none;
}

.div-block-2 {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.cookies_text {
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.cookies_text.footersec {
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-12 {
  padding: 40px 140px;
  overflow: hidden;
}

.div-block-3 {
  align-self: center;
  width: 100%;
}

.div-block-4 {
  width: 50%;
}

.div-block-5 {
  align-self: center;
  width: 50%;
}

.div-block-6 {
  width: 25%;
}

.div-block-7 {
  background-color: #f4f4f4;
  border-radius: 100px;
  width: 690px;
  padding: 40px 90px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.paragraph-2 {
  color: #283942;
}

.paragraph-2.card-text {
  font-size: 18px;
  line-height: 1.3em;
}

.heading-8 {
  color: #283942;
}

.heading-8.card-subtitle {
  font-size: 20px;
  line-height: 1.2em;
}

.heading-9 {
  color: #283942;
}

.heading-9.features-card {
  font-size: 18px;
}

.list {
  color: #283942;
}

.list.list-card {
  font-size: 18px;
  line-height: 1.5em;
}

.card-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.3em;
  display: block;
}

.div-block-8 {
  align-items: center;
  display: flex;
}

.div-block-8.wrap-elements-card {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.image-8 {
  flex: none;
  position: relative;
  transform: translate(65px);
}

.text-block {
  color: #283942;
  background-color: #cbcbcb;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.text-block.label,
.text-block.label.last-label {
  margin-right: 0;
}

.text-block.badge {
  color: #fff;
  background-color: #ff9e6b;
  flex: none;
}

.div-block-9 {
  background-color: #cbcbcb;
}

.header-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.labels-for {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.lottie-section {
  width: 100%;
  height: 800vh;
}

.lottie-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lottie {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.lottie-section-2 {
  width: 100%;
  height: 400vh;
}

.lottie-section-2.mobile {
  display: none;
}

.lottie-container-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.lottie-2 {
  background-color: #fff;
  width: 40%;
  height: auto;
}

.div-block-10 {
  width: 60%;
  margin-top: 0;
}

.lottie-section-3 {
  width: 100%;
  height: 400vh;
}

.lottie-container-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.div-block-11 {
  width: 50%;
  margin-top: 0;
}

.lottie-3 {
  background-color: #fff;
  width: 50%;
  height: auto;
}

.lottie-section-circular {
  width: 100%;
  height: 400vh;
}

.div-block-12 {
  width: 50%;
  margin-top: 0;
}

.lottie-circular {
  background-color: #fff;
  width: 50%;
  height: auto;
}

.hero-cover {
  margin-top: -650px;
  padding-bottom: 40px;
  overflow: visible;
}

.image-9 {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.world {
  width: 1200px;
  margin-top: auto;
  display: block;
  position: relative;
  top: auto;
}

.lottie-mobile,
.section-cicular-mobile {
  display: none;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.div-block-13.wrap-elements-card {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.div-block-14 {
  background-color: #f4f4f4;
  border-radius: 100px;
  width: 690px;
  padding: 40px 90px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.image-10 {
  flex: none;
  position: relative;
  transform: translate(65px);
}

.flex-offset-2 {
  flex-flow: column;
  margin-right: auto;
  display: flex;
}

.flex-offset-2.mobile-trackers {
  display: none;
}

.heading-10 {
  color: #283942;
}

.heading-10.card-subtitle {
  font-size: 20px;
  line-height: 1.2em;
}

.heading-10.features-card {
  font-size: 18px;
}

.paragraph-3 {
  color: #283942;
}

.paragraph-3.card-text {
  font-size: 18px;
  line-height: 1.3em;
}

.link {
  color: #ff846b;
  font-weight: 700;
  text-decoration: none;
}

.link:visited {
  color: #34495f;
}

.link-2 {
  color: #ff846b;
  font-weight: 700;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #ff846b;
  border: 1px solid #ff846b;
  border-radius: 20px;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #ff846b;
  background-color: #fff;
  border-color: #ff846b;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager2_button {
  color: #ff846b;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 3rem;
  padding: 0.5rem;
  transition: color 0.2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #d66e59;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #ff846b;
  border-radius: 0 30px;
  padding: 0.75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, 0.1);
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner2_button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff846b;
  border-radius: 20px;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: rgba(255, 255, 255, 0.6);
  background-color: #283849;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #ff846b;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #ff846b;
  background-size: auto;
  border-color: #ff846b;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: 0.125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: rgba(27, 38, 49, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_label {
  color: #ff846b;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #34495f;
  border-radius: 20px;
  margin-top: 0.75rem;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #34495f;
  border-top-left-radius: 30px;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  border-radius: 30px;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 991px) {
  .text-span-6 {
    font-size: 48px;
  }

  #trakkem-device {
    font-size: 48px;
    text-align: center;
    padding-bottom: 16px;
  }

  #footer-book-button {
    font-size: 32px;
    text-align: center;
    padding-bottom: 16px;
  }

  .image {
    position: relative;
    top: auto;
  }

  .section-1 {
    min-height: 300px;
    max-height: 300px;
    display: block;
  }

  .section-2 {
    display: flex;
  }

  .flex-block {
    object-fit: fill;
    flex-wrap: wrap;
  }

  .image-2 {
    max-width: 65%;
  }

  /*track section*/

  .tacking-section {
    padding: 40px;
    height: auto;
  }

  .p-text-tracking {
    margin-top: 20px;
    font-size: 24px;
  }

  .tracking-hero {
    height: auto;
  }

  /*alerts section */
  .alert-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .alert-column-1 {
    width: 100%;
    height: auto;
    padding-right: 0;
    order: 2;
  }
  .alert-image {
    width: 50%;
    height: auto;
    order: 1;
  }

  .alerts-section {
    padding: 80px 80px; /* tighter padding for smaller screens */
  }

  .heading-2 {
    width: 100%;
    font-size: 26px;
  }

  .lottie-animation {
    width: 100%;
    height: auto;
  }

  .lottie-animation-2 {
    width: 400px;
    height: auto;
  }

  .heading-3 {
    font-size: 65px;
  }

  .section-7 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .button-2 {
    line-height: 1.2em;
  }

  .heading-5 {
    width: auto;
    font-size: 65px;
  }

  .heading-6 {
    font-size: 65px;
  }

  .section-9 {
    padding: 80px;
  }

  .div-block {
    border-radius: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-7 {
    font-size: 50px;
  }

  .section-10 {
    text-align: left;
  }

  .image-5 {
    transform: translate(23vw);
  }

  .sticky {
    overflow: hidden;
  }

  .full-page.is-horizontal-scroll-section {
    align-self: center;
  }

  .footer {
    width: auto;
  }

  .footer.email {
    text-align: right;
    width: 100%;
  }

  .cookies_text.footersec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-12 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    order: 1;
    width: 100%;
  }

  .div-block-6 {
    width: 25%;
  }

  .div-block-7 {
    padding: 90px 70px 40px;
  }

  .div-block-8.wrap-elements-card {
    flex-flow: column;
    justify-content: center;
    align-self: center;
  }

  .image-8 {
    width: auto;
    height: 300px;
    transform: translate(0, 90px);
  }

  .labels-for {
    flex-flow: wrap;
  }

  .lottie-section {
    display: none;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    height: auto;
  }

  .lottie-2 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    height: auto;
  }

  .div-block-11 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .lottie-3 {
    order: -1;
    width: 70%;
  }

  .div-block-12 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .lottie-circular {
    order: -1;
    width: 70%;
  }

  .hero-cover {
    margin-top: -300px;
  }

  .image-9.world {
    width: 650px;
  }

  .div-block-13.wrap-elements-card {
    flex-flow: column;
    justify-content: center;
    align-self: center;
  }

  .div-block-14 {
    padding: 90px 70px 40px;
  }

  .image-10 {
    width: auto;
    height: 300px;
    transform: translate(0, 90px);
  }

  .flex-offset-2.mobile-trackers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .link:hover {
    color: #c3462c;
  }

  .email_footer {
    width: 30%;
  }

  .link-2 {
    font-weight: 700;
    text-decoration: none;
  }

  .link-2:hover {
    color: #c3462c;
  }

  .link-2:visited {
    color: #34495f;
  }
}

.lottie-container-3 {
  padding: 40px 60px;
}

.section-12 {
  padding: 40px 60px;
}

@media screen and (max-width: 767px) {
  .text-span-6 {
    font-size: 220%;
    font-weight: 600;
    line-height: 1.3em;
  }

  #trakkem-device {
    font-size: 220%;
    text-align: center;
    padding-bottom: 16px;
  }

  #footer-book-button {
    font-size: 150%;
    text-align: center;
  }

  .image {
    top: auto;
  }

  .section-1 {
    min-height: 250px;
    max-height: 250px;
    display: block;
  }

  .section-2 {
    display: flex;
  }

  .flex-block {
    flex-wrap: wrap;
  }

  .heading {
    font-size: 45px;
  }

  .lottie-animation-2 {
    width: 350px;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-3 {
    font-size: 55px;
  }

  .paragraph {
    margin-top: 20px;
  }

  .section-5,
  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4 {
    font-size: 45px;
  }

  .flex-block-3 {
    flex-flow: wrap;
  }

  .heading-5 {
    font-size: 55px;
  }

  .heading-6 {
    font-size: 50px;
  }

  .section-8 {
    padding: 80px 60px;
  }

  .section-9 {
    padding: 60px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .section-10 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .h4 {
    font-size: 45px;
  }

  .horizontal-scroll-wrap {
    display: none;
    overflow: hidden;
  }

  .full-page.is-horizontal-scroll-section {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: auto;
    display: block;
  }

  .footer {
    text-align: center;
    width: 100%;
  }

  .footer.email {
    text-align: center;
  }

  .section-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lottie-animation-3 {
    order: -1;
    width: 300px;
  }

  .div-block-7 {
    border-radius: 70px;
    width: 90%;
    padding: 40px;
  }

  .paragraph-2.card-text {
    font-size: 16px;
  }

  .heading-8.card-subtitle {
    font-size: 18px;
  }

  .heading-9.features-card,
  .list.list-card {
    font-size: 16px;
  }

  .card-title {
    font-size: 28px;
  }

  .div-block-8.wrap-elements-card {
    align-self: stretch;
  }

  .image-8 {
    transform: translate(0, 35px);
  }

  .text-block.label,
  .text-block.badge {
    font-size: 16px;
  }

  .header-card {
    flex-flow: row;
  }

  .labels-for {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .lottie-section {
    display: none;
  }

  .lottie-container {
    height: 60vh;
  }

  .lottie-section-2 {
    display: none;
  }

  .lottie-section-2.mobile {
    height: 100vh;
    display: block;
  }

  .lottie-container-2 {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .lottie-container-3 {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .lottie-3 {
    width: 70%;
  }

  .lottie-section-circular {
    display: none;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .lottie-circular {
    width: 70%;
  }

  .hero-cover {
    margin-top: -200px;
    padding-bottom: 20px;
  }

  .image-9.world {
    width: 500px;
  }

  .lottie-mobile,
  .section-cicular-mobile {
    display: block;
  }

  .div-block-13.wrap-elements-card {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-14 {
    border-radius: 70px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .image-10 {
    height: 37%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translate(0, 35px);
  }

  .flex-offset-2.mobile-trackers {
    display: block;
  }

  .heading-10.card-subtitle {
    font-size: 18px;
  }

  .heading-10.features-card,
  .paragraph-3.card-text {
    font-size: 16px;
  }

  .email_footer {
    width: 100%;
    margin-top: 10px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .tacking-section {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  .content-container {
    padding: 0;
  }

  .image {
    top: auto;
  }

  .section-1 {
    min-height: 150px;
    max-height: 150px;
    display: block;
  }

  .heading {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .text-span-6 {
    font-size: 24px;
    text-align: center;
  }

  #trakkem-device {
    font-size: 24px;
    text-align: center;
    padding-bottom: 16px;
  }

  #footer-book-button {
    font-size: 16px;
    text-align: center;
  }

  .section-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lottie-animation-2 {
    width: 146%;
  }

  .heading-3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 40px;
  }

  .paragraph {
    font-size: 24px;
  }

  .section-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-6 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .section-7 {
    height: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4 {
    font-size: 30px;
  }

  /* alert section */
  .alert-flex-container {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }

  .alerts-container {
    padding: 20px;
  }

  .alerts-section {
    padding: 20px 20px; /* tighter padding for smaller screens */
  }

  .button-2,
  .button-2:hover {
    font-size: 24px;
  }

  .heading-5 {
    font-size: 38px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .section-8 {
    padding: 60px 25px;
  }

  .section-9 {
    padding: 40px 25px;
  }

  .div-block {
    border-radius: 30px;
    padding: 10px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .section-10 {
    padding: 0px 25px 40px 25px;
  }

  .h4 {
    text-align: left;
    font-size: 35px;
  }

  #center-text {
    color: red;
  }

  .div-block-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #trakkem-icon {
    scale: 1;
  }

  .footer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cookies_text {
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookies_text.footersec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-4 {
    align-self: auto;
  }

  .div-block-6 {
    width: 0%;
  }

  .lottie-animation-3 {
    width: 220px;
  }

  .div-block-7 {
    border-radius: 40px;
    padding: 20px;
  }

  .paragraph-2.card-text {
    text-align: left;
  }

  .heading-8.card-subtitle {
    text-align: left;
    font-size: 16px;
  }

  .list.list-card {
    padding-left: 20px;
    font-size: 14px;
  }

  .card-title {
    text-align: left;
    width: 100%;
    font-size: 20px;
  }

  .div-block-8.wrap-elements-card {
    height: 100%;
  }

  .image-8 {
    width: auto;
    height: 180px;
    transform: translate(0, 20px);
  }

  .text-block.label {
    padding: 7px;
    font-size: 14px;
  }

  .text-block.badge {
    text-align: center;
    padding: 6px 7px;
    font-size: 13px;
  }

  .header-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .labels-for {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .lottie-section {
    background-color: #fff;
    height: 280vh;
  }

  .lottie-container {
    background-color: var(--white);
    border: 0 solid #000;
    height: 35vh;
    margin-top: 0;
  }

  .lottie {
    background-color: #fff;
    width: 100%;
  }

  .lottie-section-2.mobile {
    height: 100%;
    padding: 0;
  }

  .lottie-container-2 {
    height: 100%;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .lottie-2 {
    width: 90%;
  }

  .div-block-10 {
    align-self: auto;
    height: 100%;
  }

  .lottie-container-3 {
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-11 {
    align-self: auto;
    height: 100%;
  }

  .lottie-3 {
    width: 100%;
  }

  .div-block-12 {
    align-self: auto;
    height: 100%;
  }

  .lottie-circular {
    width: 90%;
  }

  .hero-cover {
    padding-bottom: 5px;
  }

  .image-9.world {
    width: 350px;
    margin-top: auto;
  }

  .div-block-13.wrap-elements-card {
    height: 100%;
  }

  .div-block-14 {
    border-radius: 40px;
    padding: 20px;
  }

  .image-10 {
    width: auto;
    height: 250px;
    transform: translate(0, 20px);
  }

  .heading-10.card-subtitle {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-3.card-text {
    text-align: left;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 0.5rem;
  }

  .fs-cc-prefs2_close {
    padding: 0.5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_label {
    font-size: 0.875rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }
}
