* {
  box-sizing: border-box;
  --purple: #443F6D;
  --purple-bg: hsl(246.52deg 40% 92%);
  --light: #615a9b;
  --dark: #363257;
  --highlight: #D0FF71;
  --cream: #EFEDE4;
}
html,
body {
  min-height: 100%;
  margin: 0;
}
body {
  background: #fff;
  color: #111;
  color: var(--purple);
  font: 16px/1.4 "Sofia Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
body.mobile-menu-open {
  overflow: hidden;
}
@media (min-width: 681px) {
  body {
    min-width: 1140px;
  }
}
h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0;
}
h1 { font-size: 46px; letter-spacing: -0.01em; font-weight: 700; }
h2 { font-size: 36px; letter-spacing: -0.01em; font-weight: 700; }
h3 { font-size: 32px; letter-spacing: -0.01em; font-weight: 700; }
h4 { font-size: 22px; letter-spacing: -0.01em; font-weight: 400; }
@media (max-width: 680px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  h3 { font-size: 26px; }
  h4 { font-size: 20px; }
  h1, h2, h3, h4 {
    line-height: 1.1;
  }
}
a { color: currentColor; text-decoration: none; }
b { font-weight: 600; }
p { margin: 0; }
.color-purple { background-color: var(--purple); }
.color-light-purple { background-color: var(--light); }
.color-cream { background-color: var(--cream); }
.highlight {
  color: var(--highlight);
}
.center {
  text-align: center;
}
.br::after {
  content: "\A";
  white-space: pre;
}
.button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  background: var(--highlight);
  background: var(--purple);
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  color: var(--purple);
  color: var(--highlight);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0 36px 2px;
  height: 60px;
}
.cta .button {
  transition: transform .1s;
}
@media (pointer: fine) {
  .cta .button:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 680px) {
  .button {
    font-size: 18px;
    padding: 0 28px 2px;
    height: 56px;
  }
}
.small-button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  background: var(--purple);
  color: var(--highlight);
  font-size: 16px;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  height: 52px;
  margin-top: 4px;
  padding: 0 22px;
}
.badge {
  display: inline-flex;
  background: var(--purple-bg);
  border-radius: 99px;
  color: var(--light);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-bottom: 16px;
}
.section {
  padding: 80px 0;
}
@media (max-width: 680px) {
  .section {
    padding: 40px 0;
  }
}
.section-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
  gap: 8px;
}
.section-header h3 {
  color: var(--purple);
  font-size: 42px;
  font-weight: 700;
}
.section-header h4 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 680px) {
  .section-header {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section-header h3 {
    font-size: 36px;
  }
  .section-header h3 + h4 {
    margin-top: 10px;
  }
}
/* Temp */
[animate] {
  animation: none !important;
  opacity: 1 !important;
}
[animate] { opacity: 0; }
[animate].visible { animation: animate-in .6s forwards; }
@keyframes animate-in {
    0% { opacity: 0; transform: translateY(10px) scale(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 680px) {
  [animate] {
    animation-delay: 0s !important; 
  }
}
#site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
#site,
#site .page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#site .page {
  background: var(--cream);
}
#site .page > div {
  flex-grow: 1;
}
#header {
  background: var(--purple);
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
@media (max-width: 680px) {
  #header .header-inner {
    padding-left: 20px;
  }
}
#header .logo {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}
#header .logo-inner {
  display: flex;
}
#header .logo img {
  height: 52px;
}
@media (max-width: 680px) {
  #header .logo img {
    height: 36px;
  }
}
#header .reunify {
  line-height: 1;
  color: var(--highlight);
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: 19px;
  margin-left: 12px;
}
#header .reunify b {
  display: block;
  font-weight: 600;
}
#header .reunify-inner {
  position: relative;
  padding-left: calc(16px + 1px);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 2px;
}
#header .reunify-inner::before {
  content: "";
  background: var(--highlight);
  opacity: .5;
  height: 26px;
  width: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 680px) {
  #header .reunify {
    top: 5px;
  }
  body:not(.start-page) #header .reunify {
    opacity: 0;
  }
}
@media (max-width: 440px) {
  #header .reunify {
    position: absolute;
    top: 38px;
    margin-left: 43px;
  }
  #header .reunify-inner {
    display: block;
    padding: 0;
  }
  #header .reunify-inner b {
    display: inline;
  }
  #header .reunify-inner::before {
    display: none;
  }
}
#header .links {
  display: flex;
  gap: 8px;
}
#header .links .link {
  background: rgb(0 0 0 / 0%);
  border-radius: 99px;
  color: var(--highlight);
  line-height: 38px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .1s;
  padding: 0 16px;
}
#header .links .link:hover {
  background: rgb(0 0 0 / 20%);
}
#header .toggle {
  cursor: pointer;
  background: rgb(0 0 0 / 32%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  user-select: none;
}
#mobile-menu {
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 300;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  padding-left: 20px;
}
body:not(.mobile-menu-open) #mobile-menu {
  display: none;
}
#mobile-menu .top {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#mobile-menu .mobile-menu-header,
#mobile-menu .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu .logo img {
  height: 36px;
}
#mobile-menu .toggle {
  cursor: pointer;
  background: rgb(0 0 0 / 24%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  user-select: none;
}
#mobile-menu .mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  gap: 24px;
}
#mobile-menu .mobile-menu-links a {
  display: flex;
  justify-content: center;
  color: var(--highlight);
}
#mobile-menu .bottom {
  color: var(--highlight);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
}
#mobile-menu .bottom b {
  font-weight: 600;
}
#start .intro {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  gap: 36px;
}
#start .intro h1 {
  font-weight: 900;
}
#start .intro h4 {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.4;
}
#start .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  position: relative;
  z-index: 1;
}
#start .cta .button {
  background: var(--highlight);
  color: var(--purple);
}
#start .section:has(.hero-video) {
  padding: 0;
}
#start .hero-video {
  width: 100%;
}
#start .hero-video video {
  display: block;
  min-width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: 0 70%;
}
@media (max-width: 680px) {
  #start .hero-video {
    overflow: hidden;
  }
  #start .hero-video video {
    height: 320px;
    object-position: 0 0%;
  }
}
#start .features {
  color: var(--dark);
  padding: 40px 0;
}
#start .features h3 {
  color: currentColor;
}
#start .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
#start .feature h3 {
  font-size: 22px;
}
#start .feature p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
#start .feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  margin-bottom: 16px;
  width: 120px;
  background: hsl(49.09deg 23.58% 94.57%);
  height: 120px;
  border-radius: 50%;
}
#start .feature-icon svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 680px) {
  #start .features {
    padding: 20px;
  }
  #start .feature {
    margin: 20px 0;
  }
  #start .feature-icon {
    margin-bottom: 0
  }
}
#start .image-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 50px;
  gap: 80px;
}
#start .image-text .small-button {
  margin-top: 24px;
}
#start .image-text img {
  /* height: 180px; */
}
#start .image-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
#start .image-text-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  font-size: 28px;
  font-weight: 600;
}
#start .image-text-wrapper p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1.8;
}
#start .image-text-wrapper h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
#start .image-text-wrapper h4 {
  color: var(--purple);
  font-size: 22px;
  font-weight: 700;
}
#start .image-text-wrapper .text {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  word-break: break-word;
}
#start .image-text-wrapper .image-wrapper {
  flex: 0 0 auto;
}
#start .image-text-wrapper .image-wrapper img {
  display: block;
  max-width: 100%;
}
#start .image-wide-block {
  background-image: url(/assets/tillmobil-woman.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 680px) {
  #start .image-text-header {
    display: none;
    font-size: 24px;
  }
  #start .image-text {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 20px;
  }
  #start .image-text-wrapper h3 {
    font-size: 36px;
  }
  #start .image-text-wrapper p {
    font-size: 16px;
  }
  #start .image-wide-block {
    margin-top: 60px;
  }
  #start .image-text-wrapper .image-wrapper {
    padding: 0 20px;
  }
}
#start .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  gap: 36px;
}
#start .quote-rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#start .quote-rating svg {
  width: 40px;
  height: 40px;
}
#start .quote-rating .icons {
  display: flex;
  color: var(--highlight);
  gap: 4px;
}
#start .quote-rating .text {
  font-size: 16px;
}
#start .quote-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#start .quote-author {
  font-size: 22px;
}
@media (max-width: 680px) {
  #start .quote-text {
    font-size: 26px;
  }
  #start .quote-author {
    font-size: 20px;
  }
}
#about {
  padding-bottom: 40px;
}
#about p b {
  font-weight: 700;
}
#about .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--highlight);
  padding-bottom: calc(200px - 20px);
}
#about .intro h1 {
  text-align: center;
}
#about .intro .badge {
  background: rgb(0 0 0 / 20%);
  color: #fff;
}
#about .image {
  margin-top: -200px;
}
#about .image img {
  display: block;
  border-radius: 4px;
  max-width: 100%;
}
#about .image-description {
  font-size: 14px;
  opacity: .7;
  padding: 8px 0;
}
#about .quote {
  font-size: 32px;
  font-weight: 600;
  padding: 0 160px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#about .about-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#about .about-text p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}
#about .mff {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 80px;
  gap: 80px;
}
#about .mff img {
  height: 180px;
}
#about .mff .divider {
  background: rgb(0 0 0 / 10%);
  width: 1px;
  height: 60px;
}
@media (max-width: 680px) {
  #about .intro {
    padding-bottom: calc(60px - 10px);
  }
  #about .image {
    margin-top: -60px;
  }
  #about .quote {
    font-size: 30px;
    margin: 10px 0;
    padding: 0;
  }
  #about .mff {
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    margin-top: 60px;
    gap: 40px;
  }
  #about .mff .divider {
    display: none;
  }
}
#telecom {
  padding-bottom: 40px;
}
#telecom .telecom-header {
  text-align: center;
  margin-bottom: 60px;
}
#telecom .telecom-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  gap: 30px;
}
@media (max-width: 680px) {
  #telecom .telecom-footer {
    margin-top: 30px;
  }
}
#telecom [class^=col-sm] {
  margin-bottom: 30px;
}
#telecom .feature {
  background: #fff;
  border-radius: 8px 48px 24px 24px;
  padding: 30px;
  padding: 35px;
  height: 100%;
}
#telecom .feature h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#telecom .feature p {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.6;
}
#telecom .features-footer {
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}
@media (max-width: 680px) {
  #telecom h1 {
    font-size: 34px;
  }
  #telecom .features-footer {
    margin-top: 20px;
  }
}
#contact {
  padding-bottom: 40px;
}
#contact h3 {
  font-size: 28px;
  font-size: 26px;
}
#contact .link {
  color: var(--light);
  font-size: 22px;
  font-weight: 600;
}
#contact .small {
  color: #999;
  font-size: 16px;
}
#contact .contact-header {
  text-align: center;
  margin-bottom: 60px;
}
#contact .contact-header .badge {
  margin-bottom: 16px;
}
#contact .contact-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  border-radius: 8px 48px 24px 24px;
  padding: 30px;
  padding: 35px;
  gap: 16px;
}
#contact .contact-item p {
  line-height: 1.5;
}
#contact .contact-item-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#contact .contact-item-icon {
  background: var(--purple-bg);
  border-radius: 99px;
  color: var(--purple);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  width: 120px;
  height: 140px;
  height: 120px;
}
#contact .jobs {
  text-align: center;
  margin-top: 80px;
}
#contact .jobs h3 {
  margin-bottom: 12px;
}
#contact .jobs p {
  font-size: 20px;
}
#contact .jobs a {
  font-weight: 600;
}
@media (max-width: 680px) {
  #contact {
    padding-bottom: 0;
  }
  #contact .contact-header {
    margin-bottom: 30px;
  }
  #contact [class^=col-sm] + [class^=col-sm] {
    margin-top: 20px;
  }
  #contact .contact-item-icon-wrapper {
    margin: 20px 0 20px;
  }
  #contact .jobs {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
#footer {
  background: var(--purple);
  color: var(--highlight);
  padding: 100px 0;
}
@media (max-width: 680px) {
  #footer {
    padding: 60px 0 40px;
  }
}
#footer h4 {
  font-size: 18px;
  font-weight: 600;
}
#footer .company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
}
#footer .company a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 680px) {
  #footer h4 {
    margin-top: 32px;
  }
  #footer .company {
    align-items: center;
    margin: 0 0 12px;
  }
}
#footer .logo img {
  height: 52px;
  position: relative;
  left: -8px;
}
#footer .links,
#footer .items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0;
  gap: 12px;
}
#footer .links a {
  border-bottom: 1px solid transparent;
  color: var(--highlight);
  font-weight: 300;
  margin-bottom: -1px;
}
#footer .links a:hover {
  border-bottom: 1px solid var(--highlight);
}
#footer .items {
  gap: 20px;
}
#footer .email,
#footer .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
}
#footer .email a,
#footer .phone a {
  font-size: 24px;
  font-weight: 600;
}
#footer .socials {
  color: var(--highlight);
  margin-top: 1em;
}
#footer .socials-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
#footer .socials-icons {
  display: flex;
  align-items: center;
  position: relative;
  left: -4px;
  gap: 8px;
}
#footer .socials a {
  transition: transform .1s;
}
#footer .socials a:hover {
  transform: rotate(-10deg) scale(1.2);
}
#footer .socials svg {
  width: 38px;
  height: 38px;
}
#footer .socials .instagram svg {
  width: 34px;
  height: 34px;
}
#copyright {
  background: var(--purple);
  box-shadow: 0 -1px 0 rgb(255 255 255 / 6%);
  color: var(--highlight);
  padding: 24px 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 680px) {
  #copyright {
    font-size: 14px;
  }
}

/*
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #111;
  font: 20px/1.3 "Sofia Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  line-height: 1.3;
  margin: 0;
}
h1 { font-size: 46px; letter-spacing: -0.01em; font-weight: 700; }
h2 { font-size: 36px; letter-spacing: -0.01em; font-weight: 700; }
h3 { font-size: 32px; letter-spacing: -0.01em; font-weight: 700; }
h4 { font-size: 24px; letter-spacing: -0.01em; font-weight: 700; }
h5 { font-size: 20px; letter-spacing: -0.01em; font-weight: 700; }
a {
  text-decoration: none;
}
section {
  padding: 100px 0;
}
section .center-text{
  text-align: center;
}
p {
  font-size: 16px;
  line-height: 1.714;
  margin: 0;
}
ul {
  margin-top: 20px;
}
li {
  font-size: 16px;
  line-height: 1.714;
}
input,
select,
textarea {
  flex: 1;
  padding: 14px;
  border-radius: 10px 0 10px 10px;
  border: none;
}
select {
  padding: 14px; 
  border-radius: 10px 0 10px 10px; 
  border: none;
}
blockquote {
  margin-bottom: 50px;
}
.center {
  align-content: center;
  justify-content: space-between;
}
.cream-color-bg {
  background-color: #EFEDE4;
  color: #443F6D;
}
.push-right {
  display: flex;
  justify-content: flex-end;
}
.navbar {
  background-color: #004225;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  top: 0;
  z-index: 10;
}
.navbar .container {
  width: 100%;
  max-width: 100%;
}
.navbar .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu a {
  color: #d8ff4f;
  text-decoration: none;
  margin-left: 30px;
  font-weight: 700;
  font-size: 16px;
}
.main-menu a:hover {
  text-decoration: underline;
}
.hero-section {
  display: flex;
  flex-direction: column;
  max-height: 1160px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.hero-text-wrapper {
  background-color: #443F6D;
  color: white;
  flex: 0 0 calc(50vh - 130px);
  max-height: 428px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  text-align: center;
}
.hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}
.hero-section .highlight {
  color: #d8ff4f;
  font-weight: 700;
}
.hero-section .subtext {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e4e4e4;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -58%);
  object-fit: cover;
  z-index: 1;
}
.cta-button-wrapper {
  position: absolute;
  top: calc(50vh - 150px);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.cta-button {
  display: inline-block;
  width: 255px;
  height: 41px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #d6ff5c;
  color: #004225;
  border: none;
  border-radius: 19px;
  cursor: pointer;
  text-decoration: none;
}
.cta-button:hover {
  background-color: #cde947;
}
.hero-image {
  flex: 0 0 50vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 50vh;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #004225;
}
.purple-theme {
  background-color: #443F6D;
  color: white;
}
.purple-theme .highlight {
  color: #D0FF71;
}
.cta-button.purple-btn {
  background-color: #443F6D;
  color: #D0FF71;
  margin-top: 20px;
}
.purple-theme .cta-button {
  background-color: #D0FF71;
  color: #443F6D;
}
.purple-theme .main-menu a {
  color: #D0FF71;
}
.purple-theme .main-menu a:hover {
  text-decoration: underline;
}
.purple-theme .subtext {
  color: #e4e4e4;
}
.hero-cta-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  position: relative;
  top: -4.5px;
  z-index: 5;
}
.communication-section {
  background-color: #efede4;
  color: #443f6d;
  padding: 100px 0;
  display: flex;
    flex-direction: column;
  align-items: center;
}
.communication-section .section-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.communication-section .image-col {
  position: relative;
}
.communication-section .second-row {
  margin-top: 80px;
}
.communication-section .title {
  text-align: center;
  margin-bottom: 60px;
}
.circle-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0;
}
.circle-image {
  width: 100%;
  display: block;
}
.cta-circle {
  position: absolute;
  top: -70px;
  right: -60px;
  width: 211px;
  height: 211px;
  background-color: #9999ff;
  color: #d0ff71;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  padding: 32px 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.cta-circle img {
  margin-top: 8px;
  width: 46px;
  height: auto;
}
.bg-image-section {
  background-image: url('/assets/tillmobil-woman.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 620px;
  max-height: 620px;
  width: 100%;
  animation: backgroundPan 20s ease-in-out infinite alternate;
}
.steps-section {
  background-color: #EFEDE4;
  color: #443F6D;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.steps-subtext {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}
.step-title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.steps-section p {
  font-size: 16px;
  line-height: 1.714;
  margin: 0 auto;
  max-width: 280px;
}
.step-icon {
  height: 60px;
  margin: 20px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.communication-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.communication-content .row {
  margin-bottom: 40px;
}
.communication-content h4 {
  margin-bottom: 20px;
}
.page-hero-section {
  justify-items: center;
}
.about-page .hero-image{
  min-height: auto;
}
.job-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.job-section .container {
  justify-content: center;
}
.job-section img {
  border-radius: 8px;
  margin-top: 50px;
}
.push-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-page .content-wrapper,
.job-section .content-wrapper {
  display: flex;
  flex-direction: column;
}
.about-page .center-text {
  flex-direction: column;
}
.established-badge {
  background-color: #d0ff71;
  color: #443F6D;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 20px;
  max-width: 255px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero-heading {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  color: white;
}
.quote-section {
  padding: 80px 0;
  background: #fff;
  color: #111;
  text-align: center;
}
.quote-section blockquote {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 40px;
  color: #443F6D;
}
.tillmobil-footer {
  background-color: #443F6D;
  color: #D0FF71;
  min-height: 542px;
  padding: 80px 60px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tillmobil-footer .container {
  max-width: 100%;
}
.tillmobil-footer .reunify-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top:0;
}
.tillmobil-footer h5 {
  color: #D0FF71;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tillmobil-footer p {
  margin: 0 0 10px;
}
.tillmobil-footer ul {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}
.tillmobil-footer ul li {
  margin-bottom: 8px;
}
.tillmobil-footer ul li a {
  color: #D0FF71;
  text-decoration: underline;
  font-size: 16px;
}
.footer-bottom {
  opacity: 0.4;
}
.footer-bottom.container {
  max-width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  gap: 20px;
}
.footer-bottom p {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 2px;
  color: #9999FF;
  font-weight: 300;
  opacity: 0.6;
}
.footer-modern {
  position: relative;
  color: #D0FF71;
  padding: 100px 20px;
  overflow: hidden;
}
.footer-modern h5 {
  color: #D0FF71;
  margin-bottom: 10px;
}
.footer-modern a {
  color: #D0FF71;
  text-decoration: underline;
}
.footer-logos {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-logos img {
  height: 36px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
}
.footer-logos img:hover {
  transform: scale(1.05);
  opacity: 1;
}
.footer-bottom-text {
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  color: #D0FF71;
}
.page {
  background-color: #EFEDE4;
}
.contact-hero-section {
  padding: 120px 0;
  background-color: #EFEDE4;
  color: #443F6D;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.contact-subheading {
  background-color: #443F6D;
  color: #D0FF71;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.contact-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact-item img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.contact-item h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-item p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.contact-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.switch-words-wrapper {
  display: inline-block;
  position: relative;
}
.switch-words-wrapper span {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-20%);
}
.switch-words-wrapper .is-visible {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.switch-words-wrapper .is-hidden {
  opacity: 0;
  transform: translate(20%);
}
.contact-video {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  border-radius: 5px;
}
.contact-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-39%, -56%);
  object-fit: cover;
  z-index: 1;
}
.contact-overlay {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 2rem;
}
.contact-text {
  padding-right: 40px;
}
@keyframes backgroundPan {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
*/

#error {
  background: var(--purple);
  box-shadow: 0 1px 0 rgb(255 255 255 / 6%);
  color: var(--highlight);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#error a {
  border-bottom: 1px solid currentColor;
  font-size: 18px;
}
@media (max-width: 680px) {
  #error {
    padding: 160px 0;
  }
}
