
@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://f.hubspotusercontent10.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff/DINOffcPro.woff") format("woff"),
      url("https://f.hubspotusercontent10.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff2/DINOffcPro.woff2") format("woff2"),
        url("https://f.hubspotusercontent10.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/ttf/DINOffcPro.ttf") format("ttf");
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://f.hubspotusercontent10.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff/DINOffcPro-Medi.woff") format("woff"),
      url("https://f.hubspotusercontent10.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff2/DINOffcPro-Medi.woff2") format("woff2"),
        url("https://f.hubspotusercontent10.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/ttf/DINOffcPro-Medi.ttf") format("ttf");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  font-family: "DIN", Arial, sans-serif;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a:hover {
 text-decoration: none; 
}

.cta a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 1.35;
  align-items: center;
  border: 2px solid rgb(222, 46, 73);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  font-family: "DIN", Arial, sans-serif;
  min-width: 7.5rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.1s ease-out 0s;
  vertical-align: text-top;
  width: 100%;
  will-change: background, color;
  background: rgb(222, 46, 73);
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

.cta a:hover {
  background-color: #c10d28;
  border: 2px solid #c10d28;
  color: #ffffff;
  text-decoration: none; 
}

header {
  box-sizing: border-box;
  height: auto;
  padding: 0;
  pointer-events: none;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1080;
}

.container {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(122, 122, 122, 0.1);
  display: flex;
  pointer-events: auto;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: -1;
}

.fix {
  display: none;
}

.main {
  display: flex;
  flex-direction: row;
}

.main .logo-container a {
  line-height: 0;
}

.main .logo-container {
  flex: 1;
}

.main .logo-container .logo .svg {
  height: 100%;
  max-width: 180px;
  width: 100%;
}

.main .cta-container {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 16px 40px;
  position: fixed;
  width: 100vw;
  z-index: 1100;
}

.primary {
  align-items: center;
  display: flex;
  background: #fff;
}

.primary.logo {
  justify-content: flex-end;
  height: 54px;
  margin-left: 24px;
}

.primary.cta {
  justify-content: center;
  width: 100%;
}

.secondary {
  align-items: center;
  display: flex;
}

.secondary .links ul .styledlink a,
.secondary .links ul .styledlink button {
  color: #646060;
  justify-content: flex-start;
}

.styledlink {
  border-bottom: 1px solid rgb(236, 236, 236);
  padding: 24px 0;
  position: relative;
  width: 100%;
}

.secondary .links ul .styledlink {
  background: rgb(236, 236, 236);
  border-bottom: 1px solid rgba(95, 93, 89, 0.1);
}

.styledlink button {
  padding-right: 8px;
  width: 100%;
}

.styledlink a,
.styledlink button {
  align-items: center;
  color: #303030;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  margin-left: 24px;
  text-decoration: none;
}

.secondary .links ul .styledlink a,
.secondary .links ul .styledlink button {
  font-size: 12px;
}

.styledlink a:hover,
.styledlink button:hover {
  text-decoration: none; 
}

.nav {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 54px);
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 54px;
  transform: translateX(100%);
  transition: 0.65s;
  width: 100%;
  z-index: 1080;
}

.nav.open {
  transform: translateX(0);
}

.nav .links {
  flex: initial;
  width: 100%;
}

.nav .links ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hamburger {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 150;
}

.hamburger .button-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-right: 8px;
  width: 40px;
}

.hamburger .button-container .icon {
  background: #646060;
  border-radius: 10px;
  height: 3px;
  margin-top: 10px;
  position: relative;
  transition: 0.5s;
  width: 26px;
}

.hamburger .button-container .icon::before,
.hamburger .button-container .icon::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background: #646060;
  border-radius: 10px;
  transition: 0.5s;
}

.hamburger .button-container .icon::before {
  transform: translateY(-8px);
}

.hamburger .button-container .icon::after {
  transform: translateY(8px);
}

.hamburger .button-container.open .icon {
  background: transparent;
}

.hamburger .button-container.open .icon::before {
  transform: translateY(0) rotate(-45deg);
}

.hamburger .button-container.open .icon::after {
  transform: translateY(0) rotate(45deg);
}

.hamburger .button-container .text {
  color: #646060;
  margin-top: 12px;
}

@media (min-width: 960px) {
  header {
    top: 0;
  }

  .container {
    align-items: center;
    flex-direction: column;
    position: sticky;
  }

  .fix {
    display: initial;
    height: 35px;
    background: #f7f7f7;
    position: absolute;
    width: 100%;
  }

  .main {
    position: relative;
    max-width: 1280px;
    width: 100%;
  }

  .main .logo-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1;
  }

  .main .logo-container .logo {
    margin-left: 8px;
    justify-content: flex-start;
  }
  
  .main .logo-container .logo .svg {
    height: auto;
    max-width: none;
    width: 90%;
  }

  .main .cta-container {
    align-items: flex-end;
    flex-direction: column;
    flex: 1;
    height: auto;
    justify-content: flex-end;
    margin-right: 8px;
    padding: initial;
    position: initial;
    width: auto;
    z-index: 1;
  }

  .primary {
    height: 54px;
    width: 100%;
  }

  .primary.logo {
    margin-left: auto
  }

  .primary.cta {
    justify-content: flex-start;
    width: auto;
  }

  .secondary {
    width: auto;
    background: #f7f7f7;
    height: 35px;
    width: 100%;
  }

  .secondary.central {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  .styledlink {
    border-bottom: none;
    padding: 16px 16px;
    width: auto;
  }
  
  .secondary .links ul .styledlink {
    background: none;
    border-bottom: none;
  }

  .styledlink button {
    padding-right: 0;
  }

  .styledlink a,
  .styledlink button {
    font-size: 16px;
    margin: 0;
  }
  
  .secondary .links ul .styledlink a,
  .secondary .links ul .styledlink button {
    font-size: 13px;
  }

  .nav {
    align-items: center;
    background: #f7f7f7;
    flex-direction: column-reverse;
    flex: 7;
    height: auto;
    overflow-x: initial;
    overflow-y: initial;
    position: initial;
    transform: initial;
    width: auto;
  }

  .nav .links ul {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav .primary .links ul .styledlink {
    display: flex;
    height: 54px;
    padding: 0 16px;
  }
  
  .hamburger {
    display: none;
  }
}
