:root {
  --light-grey: #f7f9fc;
  --black: #0f0e17;
  --white: white;
  --dark-grey: #191821;
  --medium-grey: #27262e;
  --text-color: #797881;
  --off-white-dark: #d8e0f0;
  --ruskee: #b1855c;
  --grey: #535259;
  --blue: #4760ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--light-grey);
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 1.45;
}

h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.c-styles {
  width: 100vw;
  height: 100vh;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: scroll;
}

.c-styles_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.c-styles_item.is--100vh {
  height: 100vh;
}

.c-html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-global {
  display: none;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2vw;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.is--hidden-empty {
  background-color: #0000;
  width: 0;
  height: 0;
  padding: 0;
}

.c-nav {
  z-index: 2000;
  color: #000;
  background-color: #0f0e17e0;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav.is--alt {
  width: 100%;
  height: 90px;
  top: -90px;
}

.c-nav_logo-img {
  background-image: url('../images/Eliittimyynti-logosaddsa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  max-width: none;
  height: 2.5em;
}

.c-nav_button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: .6em;
  padding: .8em 2.2em;
  font-size: 1.1vw;
}

.c-nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 50em;
  display: flex;
}

.c-nav_menu-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_link {
  color: var(--white);
  cursor: pointer;
  align-items: center;
  padding: 1.8em 1em;
  display: flex;
  position: relative;
}

.c-nav_link.is--dropdown {
  display: none;
}

.c-nav_link-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
  line-height: .9;
}

.c-nav_icon {
  justify-content: center;
  align-items: center;
  width: .7em;
  height: .3em;
  margin-left: .3em;
  display: flex;
}

.c-svg {
  color: #b1855c;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.c-nav_dropdown {
  height: 0;
  min-height: 0;
  max-height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.c-nav_dropdown-list {
  background-color: var(--medium-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 13em;
  display: none;
  position: relative;
}

.c-nav_dropdown-item {
  width: 100%;
}

.c-nav_dropdown-link {
  border-bottom: .12em solid var(--dark-grey);
  color: var(--white);
  width: 100%;
  padding: 1.1em;
  font-weight: 400;
}

.c-nav_dropdown-link:hover {
  background-color: var(--dark-grey);
}

.c-nav_dropdown-text {
  font-size: .8em;
  font-weight: 400;
}

.c-nav_external-link {
  width: 100%;
}

.c-nav_hamburger {
  display: none;
}

.c-section {
  background-color: #000;
  align-items: center;
  padding: 1em 5vw 3em 10vw;
}

.c-section.is--hero {
  z-index: 4;
  background-image: linear-gradient(to right, var(--black), #0f0e17ba 29%, #0f0e1700 52%), linear-gradient(to top, #0f0e17, #0f0e17e3 21%, #0f0e1700 60%);
  align-items: center;
  min-height: 100vh;
  padding-top: 11.1em;
  padding-bottom: 11.1em;
  display: flex;
  position: relative;
}

.c-section.is--footer-spacer {
  height: 100%;
  padding: 0;
}

.c-section.is--events {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-section.is--events.is--rekrytointi-sivulla {
  max-width: 100vw;
  padding-top: 1em;
  padding-bottom: 2em;
  display: none;
}

.c-section.is--events.is--homepagella {
  padding-top: 2vw;
  padding-bottom: 3vw;
}

.c-section.is--events.rekrere {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 0;
  display: none;
}

.c-section.is--mission {
  background-color: #0000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  padding-top: 3em;
  position: relative;
  overflow: hidden;
}

.c-section.is--mission._1 {
  padding-top: 6.2em;
  padding-bottom: 6.7em;
}

.c-section.is--homepage {
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-section.is--footer {
  border-top: .12em solid var(--off-white-dark);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 85%;
}

.c-section.is--header {
  padding-top: 6.9em;
  position: relative;
}

.c-section.is--header.is--white {
  color: var(--black);
  background-color: #07060a;
  padding-top: 12.8em;
  display: block;
}

.c-section.is--header.is--white.is--yrityksille-sivulla {
  background-color: #000;
  padding-top: 8.4em;
  display: block;
}

.c-section.is--header.is--white.is--yrityksille-sivulla.sas {
  background-color: #fff;
  margin-top: 0;
}

.c-section.is--header.is--white.is--copia {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 3vw;
  display: grid;
}

.c-section.is--header.ytttrrr {
  margin-top: 70px;
}

.c-section.is--404 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.c-section.is--collection-hide {
  background-color: #07060a;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.c-section.is--media {
  min-height: 60vh;
  padding-top: 9em;
  display: block;
}

.c-section.is--popup-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-section.is--tiimikortin-j-lkeen, .c-section.is--hidden {
  display: block;
}

.c-section.komi {
  background-color: #fff;
  justify-content: center;
  padding-top: 4.7em;
  padding-bottom: 4.7em;
  display: none;
}

.c-section.valkonenyrityksille {
  background-color: #fff;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.c-hero {
  color: var(--white);
  background-color: #333957;
  position: relative;
}

.c-button {
  text-align: center;
  background-color: #818181;
  border-width: 0;
  border-radius: .6em;
  padding: .9em 1.9em;
}

.c-button:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.c-button.is--white {
  background-color: var(--white);
  color: var(--black);
}

.c-button.is--white.is--button-2 {
  margin-top: .6em;
  display: block;
}

.c-button.is--hero-button1 {
  margin-right: 1em;
}

.c-button.is--black {
  color: #fff;
  background-color: #b1855c;
  border-radius: .3em;
}

.c-button.is--black.is--musta {
  color: #fff;
  background-color: #b1855c;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: .4em;
  font-size: 1vw;
}

.c-button.is--black.is--musta.top-m {
  margin-top: 16px;
}

.c-button.is--black.etus {
  margin-top: 0;
  font-size: 1vw;
}

.c-button.is--black.top {
  margin-top: 21px;
}

.c-button.is--button1 {
  margin-top: .6em;
  margin-right: 1em;
}

.c-button.is--section_button {
  margin-top: 2em;
}

.c-button.is--full-width {
  width: 100%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.2em;
  font-weight: 700;
}

.c-button.is--more {
  cursor: pointer;
}

.c-button.is--event-button.is--top {
  margin-top: 2.5em;
  display: none;
}

.c-button.is--share {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.3em;
  margin-top: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.c-button.is--but2 {
  margin-top: .6em;
  margin-right: 1em;
}

.c-hero_contain {
  overflow: hidden;
}

.c-hero_h1-contain {
  margin-bottom: 2em;
  padding-bottom: 1em;
  overflow: hidden;
}

.c-hero_bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.c-bg-vid {
  width: 100%;
  height: 100%;
}

.div-block {
  height: 100%;
}

.c-hero_photo {
  z-index: 3;
  background-image: url('../images/port-08974.JPG');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-hero_message {
  background-color: #27262e33;
  border-radius: .6em;
  width: 26em;
  margin-bottom: 2em;
  margin-right: 2em;
  padding: 2em;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-hero_icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
  display: flex;
}

.c-hero_message-title {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.is--hero-link {
  border-bottom: .1em solid var(--white);
  color: var(--white);
  font-weight: 400;
}

.c-hero_message-x {
  margin-top: .8em;
  margin-right: .8em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-hero_message-icon {
  width: 1.2em;
}

.c-events_link {
  background-color: var(--white);
  color: var(--black);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  display: flex;
}

.c-events_link.rekrt {
  box-shadow: 7px 9px 13px -4px #000;
}

.c-events_list {
  grid-template-rows: auto;
  grid-template-columns: 20em 20em 20em 1fr;
  grid-auto-columns: 1fr;
  width: 200vw;
  margin-top: 5.6em;
  display: flex;
}

.c-events_img {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-events_img-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.c-events_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.c-events_content.rerere {
  background-color: #000;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.c-events_date-time {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.c-events_date {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.6em;
  font-weight: 400;
  display: flex;
}

.c-event_icon {
  width: 1em;
  margin-right: .5em;
  display: none;
}

.c-events_item {
  width: 27vw;
  min-width: 27vw;
  max-width: 27vw;
  padding-right: 1em;
}

.c-events_wraper {
  margin-bottom: 37px;
  display: flex;
  overflow: visible;
}

.c-events_bg {
  z-index: -1;
  background-color: var(--black);
  width: 100vw;
  height: 60%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.c-offset-heading {
  width: 90vw;
  margin-top: 2em;
  margin-left: 10vw;
  padding-right: 10vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.is--display {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  font-family: Cinzel, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 500;
}

.c-large-header {
  z-index: 3;
  background-color: #fff;
  width: 100vw;
  max-width: 100vw;
  height: 8em;
  margin-bottom: 5em;
  margin-left: -10vw;
  overflow: hidden;
}

.c-large-header.is--page {
  margin-top: 3em;
}

.c-large-header.hidden {
  display: none;
}

.c-large-header_contain {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.is--display-line {
  background-color: #000;
  width: 10em;
  min-width: 10em;
  height: .2em;
  margin-left: 2.8em;
  margin-right: 2.8em;
}

.is--display-line.is--inverted {
  filter: invert();
  color: #fff;
  background-color: #000;
  flex: 0 auto;
}

.c-mission {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.c-mission_photo {
  background-color: var(--white);
  background-image: url('../images/e-t-s-01512.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: .6em;
  justify-content: center;
  align-items: flex-end;
  width: 25vw;
  min-width: 25vw;
  height: 31vw;
}

.c-mission_photo.is--yrityksille {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/port-08974.JPG'), url('../images/mission-photo.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  margin-top: 0;
  display: block;
  position: relative;
}

.c-mission_photo.yrityksille {
  background-image: url('../images/e-t-s-01785.JPG');
}

.c-mission_photo.rekr {
  background-image: url('../images/e-t-s-01478.JPG');
}

.c-mission_content {
  flex-direction: column;
  width: 100%;
  padding-left: 9vw;
}

.c-mission_content.como {
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

.c-mission_content.dis {
  padding-left: 0;
}

.c-mission_content.is--padding {
  padding-right: 9vw;
}

.is--mission-heading {
  color: #fff;
  max-width: 887px;
  margin-bottom: 1.4em;
  font-size: 1em;
}

.is--mission-heading.is--comboclass-etusivulla {
  color: #fff;
  margin-bottom: .8em;
  font-size: 1em;
}

.is--mission-heading.is--blakk {
  color: #fff;
  padding-left: 0;
  padding-right: 9vw;
  font-size: 1em;
}

.is--mission-heading.musta {
  color: #000;
}

.c-circle {
  z-index: -1;
  width: auto;
  max-width: none;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 10% 0% auto;
}

.c-sermon {
  color: var(--white);
  background-image: linear-gradient(to top, #0f0e17c4, #0f0e17b0 28%, #0f0e1700 56%);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 40vw;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sermon_bg {
  z-index: -1;
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 51%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  position: absolute;
  inset: 0%;
}

.c-sermon_tag {
  background-color: #ffffff1c;
  border-radius: 100vw;
  padding: .6em 1.4em;
}

.c-sermon_buttons {
  display: flex;
}

.c-sermon_title {
  margin-top: .6em;
  margin-bottom: .4em;
  padding: .2em;
}

.is--sermon-tag {
  font-size: .9em;
}

.c-homepage_item {
  width: 39.3vw;
  min-height: 22vw;
  margin-bottom: 1em;
}

.c-homepage_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6em;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.c-homepage_link {
  background-color: var(--black);
  border-radius: .6em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.c-homepage_fill {
  z-index: 2;
  color: var(--white);
  text-align: center;
  background-color: #0f0e177a;
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.c-footer_top {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.c-footer_info {
  justify-content: space-between;
  align-items: flex-start;
  width: 52vw;
  min-width: 52vw;
  max-width: 52vw;
  display: flex;
}

.c-footer_item {
  padding-right: 3em;
}

.c-footer_item-title {
  color: var(--black);
  margin-bottom: 1em;
  font-weight: 500;
}

.c-footer_text {
  color: var(--text-color);
  white-space: pre;
  line-height: 2;
}

.c-footer_link {
  color: var(--text-color);
  margin-bottom: .6em;
  font-weight: 400;
  display: block;
}

.c-form_fields {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-form_field {
  border-style: solid;
  border-width: .1em 0 .1em .1em;
  border-color: var(--text-color);
  border-radius: .4em 0 0 .4em;
  height: 2.8em;
  min-height: 2.8em;
  max-height: 2.8em;
  margin-bottom: 0;
  padding: .3em 1.5em;
  font-size: 100%;
}

.c-form_field:focus {
  border-color: var(--text-color);
}

.c-form_submit {
  background-color: var(--black);
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  height: 2.8em;
  min-height: 2.8em;
  max-height: 2.8em;
  padding: .4em 1.6em;
  font-size: 100%;
}

.is--footer_disclaimer {
  margin-top: 1em;
}

.c-form {
  width: 25vw;
  margin-bottom: 0;
}

.c-form_success {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border-radius: .4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 1.4em;
}

.c-form_success.is--dark {
  color: #fff;
}

.c-footer_bottom {
  border-top: .12em solid var(--off-white-dark);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.c-footer_privacy-link {
  font-weight: 400;
}

.c-social_link {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.4em;
}

.c-social_link.is--vimeo, .c-social_link.is--spotify, .c-social_link.is--twitter, .c-social_link.is--yt {
  display: none;
}

.c-social_icon {
  object-fit: contain;
  width: 1.9em;
  height: 1.6em;
}

.c-nav_link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_menu-scroll {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-overflow {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-overflow.is--yrityksille_wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: block;
}

.c-header_img {
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 5em;
  position: relative;
  overflow: hidden;
}

.c-header_img.is--piilossa {
  position: static;
}

.c-header_img._0 {
  display: block;
}

.c-header_text {
  color: #fff;
  text-align: left;
  white-space: pre-wrap;
  max-width: 1583.22px;
  padding-bottom: .5em;
}

.c-header_text._2 {
  font-size: 3em;
}

.c-header_text.is--blakk {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 3.4em;
}

.c-header_text.musta {
  color: #000;
  font-size: 3.4em;
}

.c-header_bg {
  z-index: 1;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.c-header_bg.is--darkest {
  display: block;
}

.c-header_bg.is--darkest.is--hoide {
  color: #000;
  display: none;
}

.c-header_content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1583.22px;
  height: 100%;
  display: flex;
  position: relative;
}

.c-content {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.c-content.is--flip {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-media {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
  position: relative;
}

.c-contain {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-contain.is--flipped {
  flex-direction: row-reverse;
}

.c-content_contain {
  color: #fff;
  width: 50%;
}

.c-content_contain.is--full-width-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-image {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  max-width: none;
  height: 24em;
  position: relative;
}

.c-image.is--wider {
  z-index: 2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-image.is--wider.is--reversed-wider {
  border-radius: 0 .6em .6em 0;
  inset: 0% 0% auto auto;
}

.c-video {
  z-index: 1;
  background-color: var(--black);
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-video.is--wide-vid {
  z-index: 2;
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50vw;
  min-width: 50vw;
  position: absolute;
  inset: -10% auto auto 0%;
}

.c-video.is--wide-vid.is--reversed-wide-vid {
  border-radius: 0 .6em .6em 0;
  left: auto;
  right: 0%;
}

.c-vid {
  z-index: 1;
  width: 100%;
}

.c-section_paragraph {
  margin-top: 1em;
}

.c-three-column_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 84vw;
  display: flex;
}

.c-three-column_item {
  color: #fff;
  width: 24vw;
  min-width: 24vw;
  margin-top: 3em;
  margin-right: 4vw;
}

.c-three-column_p {
  margin-top: 1em;
}

.is--404 {
  background-color: var(--black);
  color: var(--white);
}

.is--404-heading {
  margin-bottom: 3em;
}

.c-image2 {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  border-radius: 0 .6em .6em 0;
  width: 50vw;
  max-width: none;
  height: 24em;
  margin-left: -10vw;
  position: relative;
}

.c-image2.sdds {
  width: 50vw;
  margin-left: 33vw;
}

.is-1tm {
  color: #fff;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.2;
}

.is--title {
  color: #fff;
  margin-top: .4em;
  font-weight: 500;
}

.c-staff_list {
  cursor: grab;
  justify-content: flex-start;
  align-items: stretch;
  width: 200vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-staff_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 27.2vw;
  min-width: 27.2vw;
  max-width: 27.2vw;
  padding-right: 1em;
}

.c-staff_card {
  background-color: var(--white);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.c-staff_photo {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  width: 100%;
  height: 30vw;
  position: relative;
  overflow: hidden;
}

.c-staff_info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.4em 2em;
  font-size: .8em;
}

.c-staff_title {
  color: var(--text-color);
  text-align: right;
  margin-left: 1em;
}

.c-staff_info-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--dark {
  color: #000;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.c-groups_wrap {
  justify-content: center;
  display: flex;
}

.c-groups_list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 65vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-groups_item {
  width: 20.3vw;
  min-width: 20.3vw;
  padding-bottom: 1em;
  padding-right: 1em;
}

.c-groups_link {
  z-index: 4;
  color: var(--white);
  text-align: center;
  background-color: #2a2933;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.8em 1.2em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-groups_link:hover {
  background-color: var(--medium-grey);
}

.brand-color {
  text-align: center;
}

.c-numeroita {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-groups_heading {
  margin-top: .9em;
}

.c-group_columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
}

.c-group_column-small {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 24vw;
  padding: 3em 1.9em;
  font-size: 80%;
  position: sticky;
  top: 7vw;
}

.c-group_column-large {
  width: 54.5vw;
}

.c-group_filter-title {
  margin-bottom: 1em;
  font-weight: 500;
}

.c-filter {
  background-color: var(--medium-grey);
  border-radius: .2em;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.c-filter_button {
  color: #fffc;
  justify-content: space-between;
  align-items: center;
  padding: 1.1em 1.9em;
  display: flex;
  position: relative;
}

.c-filter_list {
  background-color: var(--black);
  color: var(--text-color);
  border-bottom-right-radius: .6em;
  border-bottom-left-radius: .6em;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.c-switch {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.c-switch_icon {
  width: 1.7em;
}

.c-switch_heading {
  margin-left: .9em;
  font-weight: 500;
}

.c-switch_head {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-switch_switch {
  border-radius: 100vw;
  justify-content: flex-end;
  width: 3em;
  min-width: 3em;
  margin-left: 1em;
}

.c-switch_fill {
  background-color: var(--text-color);
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: .2em;
  display: block;
}

.c-switch_circle {
  background-color: var(--white);
  border-radius: 100vw;
  width: 1.3em;
  height: 1.3em;
}

.c-groups_empty {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  padding: 1.3em;
}

.c-groups-item_link {
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.1em;
  padding: .9em 3.2em .9em 1.7em;
  display: flex;
  position: relative;
}

.c-groups_info {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: .6em;
  font-weight: 400;
  display: flex;
}

.c-groups_item-icon {
  color: var(--text-color);
  width: .9em;
  margin-right: .5em;
}

.c-group_info-text {
  white-space: nowrap;
  margin-right: .3em;
}

.c-groups_info-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: .6em;
  display: flex;
}

.c-groups_image {
  background-color: var(--medium-grey);
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  width: 4.5em;
  height: 4.5em;
  margin-right: 1.2em;
}

.c-groups_img {
  z-index: 1;
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.c-groups_child {
  width: 1.3em;
  margin-bottom: 1em;
  margin-right: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-filter_link {
  color: var(--white);
  text-align: left;
  border: 0 solid #000;
  width: 100%;
  padding: .6em 1.3em;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.c-filter_link:hover {
  background-color: var(--medium-grey);
  text-align: left;
}

.c-filter_text {
  text-align: left;
}

.c-filter-hide-text {
  font-size: 0;
}

.c-media_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-media_link {
  margin-left: 1em;
}

.c-media_icon {
  width: 1.6em;
  margin-right: .5em;
}

.c-media_button-flex {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: none;
}

.c-group_columns2 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5em;
  display: flex;
}

.c-group_left {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 54.5vw;
  padding: 3.3em 3.3em 5.4em;
  position: relative;
}

.c-group_right {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24vw;
  padding: 3.3em 2.1em;
  display: flex;
}

.c-group_p {
  color: var(--text-color);
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.c-group_item {
  justify-content: flex-start;
  align-items: center;
  padding-top: .9em;
  display: flex;
}

.c-group_icon {
  width: .9em;
  margin-right: .6em;
}

.is--inline-text {
  margin-right: .3em;
}

.c-child {
  background-color: var(--medium-grey);
  border-top-left-radius: .6em;
  border-bottom-right-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.6em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-child_icon {
  width: 1.1em;
  margin-right: .5em;
}

.c-group_img {
  background-color: var(--medium-grey);
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  width: 6em;
  height: 6em;
}

.c-group-leader_title {
  color: var(--text-color);
  margin-bottom: 2.1em;
}

.c-group_leader-name {
  margin-top: 1em;
  margin-bottom: .3em;
}

.c-popup_bg {
  z-index: 1;
  background-color: #0f0e17f0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-popup {
  z-index: 3000;
  width: 100vw;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-popup_module {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 44vw;
  padding: 2.8em 4em;
  position: relative;
}

.c-popup_p {
  color: var(--text-color);
  margin-top: .5em;
  margin-bottom: 1.4em;
}

.c-popup_form {
  z-index: 5;
  margin-bottom: 0;
  position: relative;
}

.c-popup-form_field {
  background-color: var(--medium-grey);
  color: var(--white);
  border: 0 solid #000;
  border-radius: .6em;
  min-height: 4em;
  margin-bottom: 1em;
  padding: 1em 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.c-popup-form_field:focus {
  color: var(--white);
  background-color: #131216;
}

.c-popup-form_field::placeholder {
  color: var(--text-color);
}

.c-popup_x {
  margin-top: 1.2em;
  margin-right: 1.2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-popup_x-icon {
  width: 1.8em;
}

.c-form_radio {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.7em;
  padding-left: 1.5em;
  display: flex;
}

.c-form_radio-button {
  border-width: .2em;
  border-color: var(--white);
  width: 1.8em;
  min-width: 1.8em;
  height: 1.8em;
  margin-left: -1.5em;
  margin-right: .6em;
  box-shadow: 0 0 #0000;
}

.c-form_radio-button.w--redirected-checked {
  background-color: var(--white);
  box-shadow: 0 0 #0000;
}

.c-form_radio-label {
  color: var(--text-color);
}

.c-form_radios {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 2em;
  display: flex;
}

.c-event_wrap {
  display: none;
}

.c-event_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-event_item {
  width: 39.2vw;
  padding-bottom: 1.3em;
}

.c-event_link {
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--shown-empty {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  margin-top: 1em;
  padding: 3.6em;
}

.is--white {
  color: var(--white);
  cursor: pointer;
}

.c-even-columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.c-column_even {
  background-color: #444;
  border-radius: .6em;
  width: 39vw;
  padding: 2.9em;
}

.c-event_description {
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}

.c-events_info {
  justify-content: flex-start;
  align-items: center;
  padding-top: .9em;
  display: flex;
}

.c-events_icon {
  width: 1.1em;
  margin-right: .8em;
}

.c-event_date-and-time {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-column_even-img {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 39vw;
  height: 50vh;
  padding: 0;
}

.c-events_img2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  height: 100%;
}

.is--event-button {
  width: 100%;
  margin-top: 1.5em;
}

.c-sermon_info {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: .8em;
  font-weight: 400;
  display: flex;
}

.c-sermon_info-contain {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  font-size: .9em;
  display: flex;
}

.c-livestream_card {
  background-color: var(--dark-grey);
  border-radius: .6em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
  padding: 4.9em 5.8em;
  display: flex;
}

.c-livestream_card-text {
  padding-right: 2em;
}

.c-livestream_title {
  margin-bottom: .3em;
  line-height: 1;
}

.c-sermon_play {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-sermon_button {
  background-color: var(--dark-grey);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  transform: scale(0);
}

.c-sermon_icon {
  width: 26%;
  position: relative;
  right: -2%;
}

.c-sermon_column {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-sermon_video {
  width: 53vw;
}

.c-sermon_info-div {
  background-color: var(--dark-grey);
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25.6vw;
  padding: 1.8em 2.3em;
  display: flex;
}

.c-share_text {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.c-share_text.is--2nd-text {
  display: none;
}

.c-share_icon {
  width: 1.3em;
  margin-right: .6em;
}

.c-share_icon.is--check {
  width: 1.7em;
  height: 1.7em;
  display: none;
}

.c-sermon_images {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.7vw;
  display: flex;
}

.c-sermon_img {
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  height: 100%;
}

.c-sermon_img-contain {
  width: 25.6vw;
  height: 25.6vw;
}

.is--contact_p {
  color: var(--text-color);
  margin-top: .6em;
  margin-bottom: 1em;
}

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

.c-contact_left {
  width: 40vw;
  padding-right: 5em;
}

.c-contact_left._3 {
  margin-top: 7px;
}

.c-contact_right {
  width: 40vw;
}

.c-contact_img {
  object-fit: cover;
  border-top-left-radius: .6em;
  border-bottom-left-radius: .6em;
  width: 50vw;
  max-width: none;
  height: 30vw;
  margin-top: 2em;
}

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

.c-contact_info {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 1em;
  display: flex;
}

.c-contact_icon {
  width: 1em;
  margin-right: .8em;
}

.c-contact_text {
  color: #fff;
  text-align: left;
  white-space: pre;
  font-size: .75em;
  font-weight: 400;
}

.c-contact_form {
  margin-bottom: 0;
  padding-top: 1em;
}

.c-contact_form-field {
  color: var(--black);
  border: 0 solid #0000;
  border-radius: .2em;
  height: 3.9em;
  margin-bottom: .6em;
  padding: 1.1em 1.9em;
}

.c-contact_form-field:focus {
  color: var(--black);
  background-color: #e9ecf1;
}

.c-contact_form-field::placeholder {
  color: var(--text-color);
}

.c-contact_form-field.is--message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 6.5em;
  margin-bottom: 2em;
}

.c-contact_form-field.is--message._3 {
  margin-bottom: .6em;
}

.c-sermon_link {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-events_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  position: relative;
}

.c-sermon_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.4em .5em .4em;
  display: flex;
}

.c-sermon_item {
  width: 25.5vw;
  min-width: 25.5vw;
  margin-right: 1.5vw;
  padding-bottom: 1.3em;
}

.c-sermon_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 107%;
  margin-top: 2em;
  display: flex;
}

.c-homepage_link-photo {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.c-homepage_overflow {
  position: relative;
  overflow: hidden;
}

.c-homepage_overflow-heading2 {
  position: absolute;
  inset: 100% auto auto 0%;
}

.c-events_img-photo {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.c-staff_photo-img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.c-header_img-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
}

.c-header_container {
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.text-span {
  color: #999;
  display: none;
}

.heading {
  display: none;
}

.c-numero {
  color: #fff;
  font-size: 3vw;
}

.paragraph {
  padding-top: 1em;
}

.paragraph.kssa {
  color: #fff;
}

.div-block-2 {
  margin-top: 0;
  padding-top: 2em;
  padding-left: 10vw;
}

.is--txt {
  width: 50%;
  padding-left: 2em;
  padding-right: 0;
}

.is--kuva-tai-checkmarks {
  flex: 1;
  width: 50%;
}

.slide__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button__icon {
  height: 11px;
  margin-right: 8px;
  transform: translate(0, -1px);
}

.items {
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.slide__parallax-1 {
  width: 100%;
  height: 100%;
}

.c-cloned-etusivu {
  background-color: #000;
  display: none;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu__scrim {
  background-color: #13131380;
  position: fixed;
  inset: 0%;
}

.menu__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.menu__title {
  color: #131313;
}

.slider {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
}

.slide {
  height: 100%;
}

.navbar--delete-me {
  z-index: 9999;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.style--mono {
  line-height: 1;
}

.style--mono.xs {
  font-size: 10px;
}

.menu__body {
  z-index: 9999;
  transform-origin: 0%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 448px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 24px;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.menu-icon {
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.slide__image {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.analytics-link {
  color: #ffffff80;
  text-align: right;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

.link {
  text-decoration: underline;
}

.menu {
  display: none;
  position: fixed;
  inset: 0%;
}

.slide__link {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 27vw;
  display: flex;
}

.twitter {
  margin-bottom: 0;
  position: fixed;
  inset: auto auto 32px 32px;
}

.slider__mask {
  overflow: visible;
}

.menu__iframe {
  border-top: 1px solid #ececec;
  flex: 1;
  margin: 16px -24px 0;
  overflow: scroll;
}

.cursor__arrow {
  width: 28px;
}

.slide__title {
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 8.2em;
  line-height: 100%;
}

.item {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.item.item--divided {
  border-left: 1px solid #ffffff40;
  padding-left: 16px;
}

.item.opens--menu {
  display: flex;
}

.slide__parallax-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 25% 0% auto;
}

.cursor__dot {
  background-color: #fd3846;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.button {
  color: #131313;
  letter-spacing: .5px;
  background-color: #fd3846;
  background-image: url('../images/grunge.png');
  background-position: 100% 0;
  background-size: 540%;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 9px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 8px 6px -6px #000;
}

.button:hover {
  color: #131313;
  transform: translate(0, -1px);
  box-shadow: 0 12px 16px -6px #000;
}

.button.button--white {
  background-color: #fff;
}

.button.button--white.button--outline {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff40;
  padding: 15px 19px;
  transition: border .2s, transform .2s, box-shadow .2s;
}

.button.button--white.button--outline:hover {
  border-color: #4254ff;
}

.slide__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.avatar {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 4px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 9px #0000003d;
}

.hide {
  display: none;
}

.c-text__landing {
  z-index: 22;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 17.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.c-paragraph {
  z-index: 23;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-list-wrapper {
  display: block;
}

.coin-logo {
  width: 82%;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: none;
}

.sticky-header-column {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 15vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-info-column {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 88%;
  display: flex;
}

.large-hero-text {
  z-index: 90;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1;
  position: static;
  bottom: 290.609px;
}

.large-hero-text.outline-text {
  font-weight: 700;
}

.clone-hero-minimal {
  color: #fff;
  background-color: #000;
  display: none;
}

.hero-coin-section {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.hero-coin-wrap {
  background-color: #83838347;
  border: 1px solid #777;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 35rem;
  display: flex;
  position: relative;
  top: 1.4rem;
  left: -11.8rem;
}

.hero-coin-wrap.frosted {
  width: 20em;
  height: 20em;
  position: relative;
  inset: 7.5rem auto auto -30.3rem;
}

.sticky-info-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 21vh;
  display: flex;
}

.wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.play-button-img {
  filter: invert();
  width: 30px;
  height: 30px;
}

.heading-4 {
  width: 60ch;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.profile-wrap {
  z-index: 1;
  opacity: .43;
  margin-left: 5rem;
  position: absolute;
  inset: 7% auto auto 1.8rem;
}

.profile-wrap._2 {
  inset: auto 5rem 0% auto;
}

.play-button-pulse {
  z-index: 1;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.pulse-button-wrap {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.pulse-button-wrap:hover {
  transform: scale(1.1);
}

.pulse-button-wrap:active {
  transform: none;
}

.about-text-wrap {
  z-index: 5;
  width: 900px;
  margin-bottom: 2rem;
  padding-left: 5.1rem;
  padding-right: 5.1rem;
  position: relative;
}

.play-button-text {
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 400;
}

.summary-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1300px;
  min-height: 20vh;
  padding: 7.6rem 7.7rem;
  display: flex;
  position: relative;
}

.event-video-btn-wrap {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.about-text-large {
  letter-spacing: -3px;
  margin-bottom: 1.4rem;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

.pulsing-play-button {
  z-index: 2;
  border: 1px solid #f8f8f8;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px 20px 20px 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.pulse-button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.outline {
  z-index: 0;
  border: .01em solid #a5a5a5;
  position: absolute;
  inset: -10px 0% 0% -10px;
}

.section-dose {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: block;
}

.profile-image {
  perspective: 1000px;
  object-fit: cover;
  width: 20rem;
  height: 30rem;
}

.container {
  flex: 1;
  max-width: 1440px;
}

.ths13-menu-icon-bar-bottom {
  background-color: #f2f2f2;
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-hero-slide-number-divider {
  color: #ffc000;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(20deg);
}

.ths13-hero-slide-number {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-menu-nav-link-1 {
  color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths13-hero-slide-content {
  justify-content: center;
  align-items: center;
  max-width: 1234px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths13-menu-link-hover-text {
  position: absolute;
}

.ths13-hero-footer-scroll-text-wrapper {
  opacity: .8;
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.ths13-silde-number-inner-wrapper {
  overflow: hidden;
}

.ths13-menu-icon-bar-top {
  background-color: #f2f2f2;
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-heading-h1-wrapper {
  overflow: hidden;
}

.ths13-heading-h1-wrapper.hidden {
  display: none;
}

.ths13-brand {
  flex: 1;
}

.ths13-brand.w--current {
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.ths13-logo {
  width: 12em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ths13-menu-link-text {
  font-size: 2em;
}

.ths13-social-links-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
  overflow: hidden;
}

.ths13-nav-link-text {
  text-transform: capitalize;
  font-size: 2em;
}

.ths13-menu-nav-links-wrapper {
  line-height: 1;
}

.ths13-nav-link-hover-text {
  display: none;
  position: absolute;
}

.ths13-menu-link-wrapper {
  cursor: pointer;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths13-menu-link-text-wrapper {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.ths13-menu-link-text-wrapper.hidden {
  display: none;
}

.ths13-menu {
  z-index: 8;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths13-menu-footer {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-slide-number-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90px;
  height: 90px;
  display: none;
  position: absolute;
  inset: auto 2% 0% auto;
}

.ths13-menu-contact-info-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
}

.ths13-menu-contact-link {
  color: #f2f2f2a6;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths13-menu-contact-link:hover {
  color: #f2f2f2;
}

.ths13-menu-contact-link.ths13-no-margin-bottom {
  margin-bottom: 0;
}

.ths13-menu-contact-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  overflow: hidden;
}

.ths13-menu-nav-link-text {
  font-size: .7em;
  line-height: 1.1;
}

.ths13-social-links-divider {
  color: #ffc000;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(20deg);
}

.ths13-hero-section-footer {
  z-index: 7;
  justify-content: flex-start;
  align-items: stretch;
  width: 66.6667%;
  height: 90px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-nav-link {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b1855c;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #ffffff8c;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 5em;
  margin-top: 33px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths13-hero-footer-scroll-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: none;
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-menu-icon-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.ths13-menu-icon-wrapper.hidden {
  display: none;
}

.ths13-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths13-hero-section {
  background-image: linear-gradient(#00000042, #00000042), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.ths13-hero-section.hidden {
  display: none;
}

.ths13-hero-slide-total-number {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-social-link {
  opacity: .65;
  margin-right: 45px;
  transition: opacity .2s ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-hero-slider {
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
}

.ths13-hero-slider.hidden {
  display: none;
}

.ths13-social-icon {
  width: 2em;
  display: none;
}

.ths13-contact-address {
  color: #f2f2f2;
  text-align: right;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ths13-overlay {
  mix-blend-mode: soft-light;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.ths13-hero-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  inset: 0% 0% 0% auto;
}

.ths13-scroll-line {
  background-color: #f2f2f2;
  width: 2px;
  height: 50px;
}

.ths13-heading-h1 {
  color: #f2f2f2;
  text-align: center;
  margin-top: 0;
}

.ths13-scroll-line-wrapper {
  opacity: .8;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.body {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.hidden {
  display: block;
}

.div-block-3 {
  max-width: 957.891px;
  margin-top: 5.2em;
}

.heading-5 {
  color: #000;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  font-size: 1em;
  display: flex;
}

.div-block-4 {
  z-index: 1;
  background-image: radial-gradient(circle, #000, #fff);
  border-radius: .6em;
  position: relative;
  top: 10px;
  left: 7px;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw 5vw;
}

.hover-link-wrapper.centered {
  inset: auto;
}

.hover-link-wrapper.scroll-link-wrapper {
  display: block;
}

.speaker-list-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.nav-bar-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.half-dual {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 36px;
  display: grid;
}

.large-heading {
  color: #fff;
  padding-bottom: 64px;
  font-size: 60px;
}

.footer-credits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ffffff73;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

.feature-item {
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.left-item, .feature-item.right-item {
  background-color: #343434;
  border-radius: 10px;
  padding: 1.6em;
}

.feature-item.middle-item {
  background-color: #343434;
  border-radius: 10px;
  margin-top: -48px;
  margin-bottom: 0;
  padding: 1.6em;
}

.featured-logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.feature-descriptor {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-shade.third-height {
  height: 40%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.mobile-speaker-text {
  display: none;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-icon-wrapper.white {
  color: #dbe2f0;
  letter-spacing: -.05em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.showreel-wrapper {
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px #000;
}

.navigation-cover {
  background-color: #1e2029;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 12px 36px -8px #0000000d;
}

.gradient-background-fill {
  background-color: var(--ruskee);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 101%;
}

.logos-heading-wrapper {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-2.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section-2.footer.is--fuk {
  display: block;
}

.section-2.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  display: block;
  overflow: hidden;
}

.section-2.no-top-padding {
  padding-top: 0;
}

.section-2.no-top-padding.is--turha {
  display: block;
}

.section-2.thin-section {
  max-width: 100vw;
  margin-top: 166px;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.section-2.thin-section.hidden {
  display: none;
}

.section-2.is--turha {
  display: block;
}

.section-2.is--turha.is--logot__refet {
  display: none;
}

.overlay-social {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  display: flex;
}

.slide-nav {
  display: none;
}

.quick-list-overlay {
  z-index: 100;
  background-color: #12141db3;
  display: none;
  position: fixed;
  inset: 0%;
}

.about-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 6vw;
  display: flex;
}

.body-display {
  color: #aeb3bd;
  font-size: 1em;
  line-height: 1.3;
}

.body-display.large {
  color: #bfc4ce;
  font-size: 18px;
  line-height: 1.6em;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.off-page-menu {
  z-index: 101;
  color: #12141d;
  background-color: #fff;
  flex-direction: column;
  width: 45vw;
  padding-top: 160px;
  padding-left: 36px;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.centered-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.lottie-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.five {
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.team-one {
  background-image: url('../images/Team002.jpeg');
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.six {
  background-image: url('../images/Portrait004.jpg');
  background-position: 50% 0;
}

.speaker-image.two {
  background-image: url('../images/Portrait002.jpg');
}

.speaker-image.team-two {
  background-image: url('../images/Team003.jpeg');
}

.speaker-image.team-three {
  background-image: url('../images/Team004.jpeg');
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.team-four {
  background-image: url('../images/Team005.jpeg');
}

.speaker-image.one {
  background-image: url('../images/Portrait003.jpg');
}

.reg-icon {
  z-index: 10;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 9px 36px -8px #0000003d;
}

.footer-pages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-name {
  z-index: 10;
  font-size: 64px;
  position: relative;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 33vh;
  margin: 120px 0 48px;
  display: grid;
}

.nav-bar {
  background-color: #0000;
  justify-content: center;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.slide-arrow {
  width: 18px;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-list-wrapper {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-list-collection-item:first-child {
  border-top: 1px solid #dbe2f0;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-2.dark {
  color: #62708b;
  white-space: nowrap;
  border-color: #dbe2f0;
  font-weight: 400;
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
}

.footer-nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.max-450 {
  max-width: 450px;
}

.wrapper-2 {
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.wrapper-2.shade-wrapper {
  background-color: #1e2029;
  position: static;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.three-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.social-block {
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.trl {
  border-top-style: solid;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.team-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-gallery {
  height: 100%;
}

.thin-span {
  font-weight: 400;
}

.clip {
  overflow: hidden;
}

.solid-line {
  background-color: #1e2029;
  flex: 1;
  height: 1px;
  margin-left: 36px;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.dual-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.showreel-video {
  z-index: 1;
  opacity: .23;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-cover {
  background-color: #1e2029;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.legal-link {
  color: #ffffff73;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.nav-menu-wrapper {
  z-index: 101;
  align-items: stretch;
  display: flex;
  position: relative;
}

.showreel-heading {
  z-index: 2;
  opacity: .03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  inset: auto auto -38px;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-list-icon {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 14px;
  display: flex;
  box-shadow: 0 12px 60px -8px #000;
}

.speaker-quick-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  padding-right: 12px;
  display: grid;
  overflow: auto;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.social-items {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/GradientSquare.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  color: #fff;
}

.heading-9.is--cms_pagella {
  font-size: 4em;
  font-weight: 700;
}

.heading-9.is--cms_pagella.is--span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 51%;
  background-repeat: no-repeat;
  background-size: 140%;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-10 {
  color: #fff;
  font-family: Cinzel, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.heading-11 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #fff;
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.is--hoiding {
  display: block;
}

.c-containeri {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 1584.81px;
  display: grid;
}

.c-containeri.is--flipped {
  flex-direction: row-reverse;
}

.kortti {
  background-color: #fff;
  border-radius: 11px;
  width: 15em;
  height: 20em;
}

.c-contti {
  padding: 3.3em;
}

.link-ja-img {
  position: relative;
}

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

.link-2 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 4em;
}

.image-inter {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.item-collection {
  width: 50%;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Background-Blur.jpg');
  background-position: 20%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-12 {
  color: #fff;
}

.text-span-3 {
  color: #86b7ff;
  font-weight: 700;
}

.heading-13 {
  color: #fff;
}

.collection-list-wrapper-2 {
  display: none;
}

.footer-social-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.footer-link {
  color: #b6bcce;
  letter-spacing: -.01em;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
  border: 1px solid #37456c;
}

.social-icon-2 {
  color: var(--ruskee);
  background-color: #67718e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin: 8px;
  transition: all .3s;
  display: flex;
}

.social-icon-2:hover {
  color: #1355ff;
  background-color: #fff;
}

.section-footer {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 100px 5% 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 15em;
  margin-bottom: 32px;
}

.footer-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: none;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-footer {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 1em;
  font-weight: 400;
  line-height: 32px;
}

.icon-social {
  color: var(--ruskee);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  z-index: 2;
  color: #fff;
  position: relative;
  top: -235px;
}

.heading-14 {
  color: #fff;
}

.cards-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.card-2-2 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #20202080;
  border-radius: 16px;
  flex-direction: column;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card-2-2:hover {
  box-shadow: none;
}

.card-image-wrap {
  border-radius: 12px;
  width: 100%;
  padding: 20px 20px 0;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 15em;
}

.card-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px 20px 20px;
  display: flex;
  overflow: hidden;
}

.card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
}

.card-subtitle {
  color: #ffffff73;
  text-transform: uppercase;
  font-size: 14px;
}

.card-text {
  color: #ffffffba;
  margin-top: 12px;
}

.card-2 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #20202080;
  border-radius: 16px;
  flex-direction: column;
  width: 18.7em;
  height: 20em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card-2:hover {
  box-shadow: none;
}

.card-image-2 {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.card-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
}

.card-text-2 {
  color: #ffffff78;
  margin-top: 12px;
}

.k-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.k-kortti-raps {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 20em;
}

.div-block-5 {
  display: flex;
}

.c-section-2 {
  padding: 3em 10vw;
}

.c-section-2.is--collection-hide {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-color: #c4874f;
  background-image: none;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-15 {
  padding-bottom: .5em;
  font-family: Cinzel, sans-serif;
  font-weight: 500;
}

.image-2 {
  object-fit: cover;
  border-radius: 5px;
  line-height: 1.5;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 30%;
  background-size: 20em;
  -webkit-background-clip: text;
  background-clip: text;
}

.grid {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  place-items: center;
}

.kortsut {
  display: none;
}

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

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  display: none;
}

.paragraph-2 {
  font-family: Open Sans, sans-serif;
  display: none;
}

.contains-glowz {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.heading-16 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 220%;
}

.paragraph-3 {
  font-family: DM Sans, sans-serif;
  font-size: 1.2vw;
}

.paragraph-4 {
  color: #fff;
  padding-top: .25em;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
}

.div-block-6 {
  width: 97%;
  height: 97%;
}

.div-block-7 {
  position: static;
  inset: auto 0% 15%;
}

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

.div-block-8 {
  height: 0;
}

.heading-17, .heading-18 {
  color: #fff;
}

.link-div {
  padding-top: 1em;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embed {
  object-fit: fill;
  width: 100%;
  height: 88%;
}

.html-embed.d {
  width: 80vw;
  height: 40vh;
}

.div-block-9 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  width: 100vw;
  height: 100vh;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.section-nav {
  justify-content: center;
  align-items: center;
  display: none;
}

.lista-nav {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-nav-div {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link-nav-div:hover {
  z-index: 10;
  position: relative;
}

.sy-img-hd {
  transform-origin: 0 0;
  height: 50vh;
  display: none;
  position: absolute;
}

.link-block--nav {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  font-size: 4em;
  transition: all .2s;
  position: relative;
}

.link-block--nav:hover {
  letter-spacing: .2vw;
}

.heading-20 {
  display: none;
}

.div-block-11 {
  flex: 1;
  padding: 7%;
}

.div-block-12 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 30px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.body-2, .body-3, .body-4 {
  background-color: #000;
}

.html-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.sasaas {
  display: none;
}

.text-span-6 {
  color: #59c47e;
}

.heading-21 {
  font-size: 2em;
}

.is--valkonentxtx {
  color: #b1855c;
  font-family: Cinzel, sans-serif;
  font-weight: 500;
}

.is-yht-kortti-sivulla {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-6, .paragraph-7 {
  color: #fff;
}

.body-5 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.yrityksille-kohta {
  padding-left: 4em;
  padding-right: 4em;
}

.heading-22.sa {
  padding-right: 0;
  font-size: 1em;
}

.heading-23 {
  color: #000;
  padding-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 3.3em;
  font-weight: 500;
}

.ty-nh-h1 {
  color: #fff;
  padding-bottom: 19px;
  font-family: Cinzel, sans-serif;
  font-size: 3.3em;
  font-weight: 500;
}

.yrrrttt {
  color: #000;
  max-width: 800px;
  font-size: 1em;
}

.rek, .rekre, .rekry {
  color: #fff;
}

.rekryto {
  color: #000;
}

.button-3 {
  background-color: #b1855c;
  border-radius: 8px;
  margin-top: 27px;
  padding: 11px 20px;
  font-weight: 700;
}

.button-3._4 {
  margin-top: 2px;
  font-size: 1.2rem;
}

.heading-24 {
  color: #fff;
  padding-bottom: 17px;
  font-family: Cinzel, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fortum {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Fortum_HQ_Keilaniemi_2017.jpg');
  background-position: 0 0, 50% 66%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.fortum.footer {
  padding-top: 220px;
  padding-bottom: 180px;
  overflow: hidden;
}

.fortum.footer.is--fuk {
  display: block;
}

.fortum.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  display: block;
  overflow: hidden;
}

.fortum.no-top-padding {
  padding-top: 0;
}

.fortum.no-top-padding.is--turha {
  display: block;
}

.fortum.thin-section {
  max-width: 100vw;
  margin-top: 166px;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  overflow: hidden;
}

.fortum.is--turha {
  display: block;
}

.fortum.is--turha.is--logot__refet, .fortum.hidden {
  display: none;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.heading-25 {
  color: #fff;
  text-align: left;
  padding-top: 18px;
}

.image-5 {
  width: 100px;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  padding-top: 15px;
  font-size: 1.1vw;
}

.d-57-menu-trigger-wrapper {
  z-index: 9;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 50px;
  margin-top: 60px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.d-57-menu-wrapper {
  z-index: 9;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.d-57-gradient-line {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9 25%, #ffaff9 50%, #ff47f9 75%, #ff47f9);
  width: 200%;
  position: absolute;
  inset: 0;
}

.d-57-menu-item-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-end;
  font-size: 18px;
  display: flex;
}

.d-57-trigger-line {
  background-color: #fff;
  width: 60%;
  height: 5px;
  position: absolute;
}

.d-57-menu-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.d-57-menu-item {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.d-57-line-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 2px;
  margin-top: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-s {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.logo {
  width: 11rem;
}

.logo.small {
  width: 9rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.nav-link-block {
  flex: 1;
}

.nav-link-block.w--current {
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.close-button {
  cursor: pointer;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid #2c50fa;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #fff;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.menu-icon-2 {
  width: 2rem;
}

.menu-button-2 {
  flex: 0 auto;
  margin-top: 0;
  padding: 0 0 0 1.5rem;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: block;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.navbar_component {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000082;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  position: fixed;
}

.side-menu-background {
  z-index: 1;
  background-color: var(--ruskee);
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white {
  color: #fff;
  font-size: 2rem;
}

.text-size-large.text-color-white.w--current {
  font-size: 2rem;
}

.txtholder {
  z-index: 22;
  background-image: linear-gradient(to top, #000, #fff0 10%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-26 {
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-27 {
  font-family: Cinzel, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

.link-3 {
  color: #fff;
  font-weight: 400;
}

.slider_left {
  width: 50%;
  position: relative;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-2.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider_right {
  width: 40%;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.section-header {
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-navigation-wrapper {
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
}

.section-tittle {
  color: #fff;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
}

.slider-list {
  display: flex;
}

.page {
  width: 100%;
}

.slider-item {
  border: 1px solid #727272;
  border-radius: 10px;
  flex: none;
  width: 30vw;
  height: 70vh;
  margin-right: 32px;
  overflow: hidden;
}

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

.section-4.slider-section {
  overflow: hidden;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  margin-right: 16px;
}

.slide-linkb {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 24px;
  display: flex;
  position: relative;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-content {
  color: #141414;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.slide-title {
  margin-bottom: 0;
  font-size: 1.7em;
}

.bold-text {
  font-size: 1em;
}

.body-6 {
  background-color: #09080e;
}

.div-block-15 {
  height: 60vh;
  padding-top: 115px;
}

.ecosta-tag {
  margin-top: 25px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.ecosta-link {
  color: #cecece;
  font-size: .6em;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-16 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-17 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.p-w {
  color: var(--white);
  line-height: 1.3;
}

.p-w.m {
  color: var(--black);
}

.h333 {
  color: #fff;
  margin-top: 34px;
  font-size: 1.2em;
}

.asd {
  color: var(--white);
}

.heading-28 {
  margin-top: 1em;
  font-size: 1.3em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3.3em;
  }

  .c-nav {
    padding: 1em 2.1em;
  }

  .c-nav_button {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .c-nav_menu {
    z-index: 1;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .c-nav_menu-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .c-nav_link {
    border-bottom: .1em solid var(--dark-grey);
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
    font-size: 20px;
  }

  .c-nav_link.is--dropdown {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .c-nav_link-text {
    line-height: 1.5;
  }

  .c-nav_icon.is--filter {
    font-size: 1.7em;
  }

  .c-nav_dropdown {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .c-nav_dropdown-list {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  .c-nav_dropdown-link {
    border-bottom-color: var(--dark-grey);
    background-color: var(--black);
    color: var(--text-color);
    min-height: 3em;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .c-nav_dropdown-link:hover {
    background-color: var(--black);
  }

  .c-nav_hamburger {
    z-index: 2;
    display: block;
    position: relative;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .c-section.is--hero {
    background-image: linear-gradient(#0f0e1766, #0f0e1766), linear-gradient(to top, #0f0e17, #0f0e17e3 21%, #0f0e1700 60%);
    flex-direction: column;
    justify-content: center;
    padding-top: 8.4em;
    padding-bottom: 3em;
  }

  .c-section.is--mission {
    padding-top: 2em;
  }

  .c-section.is--header.is--white {
    padding-top: 7.6em;
  }

  .c-section.is--header.is--white.is--yrityksille-sivulla {
    padding-top: 14.8em;
  }

  .c-section.is--media {
    flex-flow: column;
    align-self: auto;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    padding-top: 3em;
    display: flex;
    overflow: hidden;
  }

  .c-button:hover {
    background-image: linear-gradient(#0000, #0000);
  }

  .c-button.is--white.is--hero-button2, .c-button.is--hero-button1 {
    margin-bottom: 1em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .c-button.is--black.etus {
    font-size: 18px;
  }

  .c-hero_contain {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-hero_h1 {
    font-size: 4em;
  }

  .c-hero_h1-contain {
    margin-bottom: 1em;
  }

  .c-hero_message {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .c-events_list {
    margin-top: 4em;
    padding-left: 5vw;
  }

  .c-events_content {
    padding: 1.5em 1.2em;
  }

  .c-events_date-time {
    margin-top: .9em;
    display: block;
  }

  .c-events_date {
    margin-top: .7em;
  }

  .c-events_wraper {
    margin-left: -5vw;
  }

  .c-events_bg {
    height: 50%;
  }

  .c-offset-heading {
    width: 95vw;
    margin-top: .5em;
    margin-left: 5vw;
    padding-right: 5vw;
  }

  .is--display {
    font-size: 5em;
  }

  .c-large-header {
    height: 6em;
    margin-left: -5vw;
  }

  .c-mission_photo {
    width: 32vw;
    min-width: 32vw;
    height: 45vw;
  }

  .c-mission_content {
    width: 52vw;
    padding-left: 5vw;
  }

  .c-sermon {
    min-height: 60vw;
    padding: 1.6em;
  }

  .c-homepage_item {
    width: 44vw;
    min-height: 30vw;
    margin-bottom: 2vw;
  }

  .c-homepage_list {
    margin-top: 4em;
  }

  .c-homepage_fill {
    padding: 1.2em;
  }

  .c-footer_top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .c-footer_info {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .c-form_field, .c-form_submit {
    font-size: 16px;
  }

  .c-form {
    width: 100%;
    margin-top: 3em;
  }

  .c-nav_hamburger_icon {
    width: 2em;
  }

  .c-logo_wrap {
    z-index: 3;
    position: relative;
  }

  .c-nav_link-wrap {
    border-bottom: .1em solid var(--dark-grey);
    justify-content: space-between;
    width: 100%;
    min-height: 3em;
    padding: .9em 1.1em;
  }

  .c-nav_menu-scroll {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 5.9em 3.8em 8.2em;
    overflow: scroll;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-overflow.mobile {
    flex-flow: column-reverse;
    padding-top: 7em;
  }

  .c-header_img {
    height: 0;
    display: block;
  }

  .c-content.is--flip {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-contain {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .c-content_contain.is--full-width-content {
    width: 80%;
  }

  .c-video.is--wide-vid {
    top: -5%;
  }

  .c-three-column_list {
    width: 93vw;
  }

  .c-three-column_item {
    width: 27vw;
    min-width: 27vw;
  }

  .c-image2 {
    height: 40vw;
    margin-left: -5vw;
  }

  .c-image2.sdds {
    margin-left: 31vw;
  }

  .c-staff_list {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-staff_item {
    width: 31vw;
    min-width: 31vw;
    max-width: 31vw;
  }

  .c-staff_photo {
    height: 38vw;
  }

  .c-groups_list {
    width: 93vw;
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-groups_item {
    width: 23vw;
    min-width: 23vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
  }

  .c-groups_link:hover {
    background-color: var(--dark-grey);
  }

  .c-group_columns {
    display: block;
  }

  .c-group_column-small {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    top: 0;
  }

  .c-group_column-large {
    width: 100%;
  }

  .c-switch_switch {
    width: 4em;
    min-width: 4em;
  }

  .c-switch_fill {
    padding: .4em;
  }

  .c-switch_circle {
    width: 1.4em;
    height: 1.4em;
  }

  .c-group_columns2 {
    display: block;
  }

  .c-group_left {
    width: 100%;
    margin-bottom: 2em;
  }

  .c-group_right {
    width: 100%;
  }

  .c-popup_module {
    width: 70vw;
  }

  .c-event_item {
    width: 44vw;
    padding-bottom: 2.5vw;
  }

  .c-column_even {
    width: 44vw;
  }

  .c-event_date-and-time {
    display: block;
  }

  .c-column_even-img {
    width: 44vw;
  }

  .c-sermon_info-contain {
    display: flex;
  }

  .c-livestream_card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 2.4em 1.9em;
  }

  .c-livestream_card-text {
    padding-bottom: 1.4em;
    padding-right: 0;
  }

  .c-livestream_title {
    margin-bottom: .2em;
  }

  .c-sermon_video {
    width: 59.5vw;
  }

  .c-sermon_info-div {
    width: 29vw;
  }

  .c-sermon_img-contain {
    width: 29vw;
    height: 29vw;
  }

  .c-contact_left {
    width: 45vw;
    padding-right: 2.2em;
  }

  .c-contact_right {
    width: 45vw;
  }

  .c-contact_img {
    width: 50vw;
    margin-top: 1.3em;
  }

  .c-contact_stats {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

  .c-sermon_item {
    width: 44vw;
    margin-right: 2vw;
  }

  .c-sermon_list {
    width: 103%;
  }

  .div-block-2 {
    padding-top: 2em;
    padding-right: 10vw;
  }

  .is--txt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .is--kuva-tai-checkmarks {
    height: 20em;
  }

  .slide__title {
    font-size: 12vw;
  }

  .c-text__landing {
    width: 41vw;
  }

  .coin-logo {
    width: 17rem;
  }

  .sticky-header-column {
    align-items: flex-start;
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-info-column {
    margin-right: .4rem;
  }

  .large-hero-text {
    font-size: 6rem;
    font-weight: 800;
  }

  .hero-coin-wrap {
    width: 17rem;
  }

  .sticky-info-column {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .profile-wrap {
    margin-left: .3rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .about-text-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .play-button-text {
    font-size: 1.7rem;
  }

  .summary-wrapper {
    flex-direction: column;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .event-video-btn-wrap {
    flex-wrap: wrap;
  }

  .about-text-large {
    font-size: 5.4rem;
  }

  .outline {
    top: -11px;
    bottom: 5%;
    left: -1px;
  }

  .profile-image {
    width: 16rem;
    height: 400px;
  }

  .ths13-logo {
    margin-right: 0;
  }

  .ths13-nav-link, .hover-link-wrapper.scroll-link-wrapper {
    display: none;
  }

  .speaker-list-icon-wrapper {
    background-color: #ffffff0d;
    border: 1px #ffffff17;
    border-radius: 100px;
    margin-right: 24px;
    padding: 3px 3px 3px 18px;
  }

  .half-dual {
    grid-row-gap: 36px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
  }

  .large-heading {
    font-size: 48px;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .feature-item.middle-item {
    margin-top: 0;
  }

  .featured-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-button-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .menu-button {
    border-left: 1px solid #ffffff1a;
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 24px;
    font-size: 18px;
    display: flex;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: transparent;
    background-color: #0000;
    background-image: url('../images/Background-Blur.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .nav-link {
    border-bottom: 1px solid #ffffff1a;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nav-link.mobile-speaker-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-style: none;
    padding: 0 12px 0 0;
    font-size: 14px;
    display: flex;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .gradient-background-fill {
    background-position: 0%;
    background-size: 174%;
  }

  .logos-heading-wrapper {
    margin-bottom: 24px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .section-2.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section-2.thin-section {
    margin-top: 652px;
    margin-bottom: 48px;
  }

  .nav-menu {
    background-color: #1e2029;
  }

  .off-page-menu {
    width: 70vw;
  }

  .centered-intro {
    margin-bottom: 48px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-bar {
    height: 75px;
  }

  .box {
    min-height: 400px;
    margin-bottom: -140px;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 60px;
  }

  .social-block {
    cursor: default;
  }

  .team-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: auto;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-gallery {
    min-height: 300px;
  }

  .social-text {
    display: none;
  }

  .speaker-info {
    max-width: 470px;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-list-icon {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .social-items {
    background-size: auto 160%;
    width: 100%;
    height: 100%;
  }

  .section-footer {
    padding-bottom: 140px;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
  }

  .cards-wrap {
    grid-column-gap: 24px;
  }

  .card-subtitle {
    order: -1;
    margin-bottom: 12px;
  }

  .card-text, .card-text-2 {
    margin-top: 8px;
  }

  .c-section-2 {
    padding: 2em 5vw;
  }

  .image-2 {
    object-fit: cover;
    border-radius: 11px;
    width: 80vw;
    height: 100%;
  }

  .is--valkonentxtx {
    font-family: Cinzel, sans-serif;
    font-weight: 500;
  }

  .button-3 {
    background-color: #b1855c;
    border-radius: 6px;
    margin-top: 19px;
  }

  .fortum {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .fortum.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .fortum.thin-section {
    margin-top: 652px;
    margin-bottom: 48px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .side-menu-text-wrap, .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu_component {
    display: block;
  }

  .side-menu-background {
    z-index: 0;
    display: block;
  }

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

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slide-content {
    padding: 8px;
  }

  .heading-28 {
    margin-top: 1em;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .c-section.is--header {
    padding-top: 9em;
  }

  .c-section.is--header.is--white.is--yrityksille-sivulla {
    padding-top: 11em;
  }

  .c-section.is--header.is--white.is--copia {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .c-section.is--media {
    padding-left: 0;
    padding-right: 0;
  }

  .c-button.is--black.etus {
    display: none;
  }

  .c-button.is--share {
    margin-top: 2em;
  }

  .c-hero_h1 {
    font-size: 8vw;
  }

  .c-events_list {
    width: 100vw;
    overflow: scroll;
  }

  .c-events_item {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
  }

  .is--display {
    font-size: 4em;
  }

  .c-large-header {
    height: 5em;
  }

  .is--display-line {
    width: 8em;
    min-width: 8em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .c-mission {
    flex-direction: column-reverse;
    margin-top: .8em;
    display: flex;
  }

  .c-mission_photo {
    width: 100%;
    min-width: 100%;
    margin-top: 2em;
    margin-bottom: 3em;
  }

  .c-mission_photo.is--yrityksille {
    margin-top: 3.5em;
  }

  .c-mission_content {
    width: 99%;
  }

  .is--mission-heading.is--comboclass-etusivulla {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .c-circle {
    width: 90%;
    height: auto;
  }

  .c-sermon {
    min-height: 80vw;
  }

  .c-homepage_item {
    width: 100%;
    min-height: 40vw;
    margin-bottom: 1em;
  }

  .c-footer_top {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-footer_info {
    flex-direction: column;
  }

  .c-footer_item {
    margin-bottom: 2em;
    padding-right: 0;
  }

  .c-form {
    margin-top: 0;
  }

  .c-footer_bottom {
    text-align: center;
    display: block;
  }

  .c-footer_privacy-link {
    margin-top: 2em;
    display: block;
  }

  .c-footer_social {
    margin-top: 1.5em;
  }

  .c-social_link {
    padding-left: .8em;
    padding-right: .8em;
  }

  .c-nav_menu-scroll {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-overflow.mobile {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .c-header_img {
    height: 0;
    margin-top: 3em;
  }

  .c-header_text {
    padding-bottom: 0;
  }

  .c-media {
    margin-bottom: 2em;
  }

  .c-contain {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-contain.is--flipped {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .c-content_contain {
    width: 100%;
  }

  .c-content_contain.is--full-width-content {
    width: 90%;
  }

  .c-image.is--wider {
    width: 95vw;
  }

  .c-video.is--wide-vid {
    width: 95vw;
    min-width: 95vw;
    top: -3%;
  }

  .c-three-column_list {
    width: 100%;
    display: block;
  }

  .c-three-column_item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .c-image2 {
    width: 95vw;
    height: 60vw;
  }

  .c-image2.sdds {
    width: 100%;
    margin-left: 0;
  }

  .c-staff_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .c-staff_item {
    width: 45vw;
    min-width: 45vw;
    max-width: none;
  }

  .c-staff_photo {
    height: 55vw;
  }

  .c-groups_item {
    width: 30.8vw;
    min-width: 30.8vw;
  }

  .c-groups_info {
    margin-top: .3em;
  }

  .c-groups_info-block {
    padding-top: .4em;
    display: block;
  }

  .c-popup_module {
    width: 100%;
  }

  .c-event_item {
    width: 100%;
    padding-bottom: 5vw;
  }

  .c-even-columns {
    display: block;
  }

  .c-column_even {
    width: 100%;
  }

  .c-column_even-img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_column {
    display: block;
  }

  .c-sermon_video {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_info-div {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .c-sermon_images {
    padding-top: 5vw;
    display: block;
  }

  .c-sermon_img {
    width: 90vw;
    height: 90vw;
    margin-bottom: 5vw;
  }

  .c-sermon_img-contain {
    width: auto;
    height: auto;
  }

  .c-contact {
    display: block;
  }

  .c-contact_left {
    width: 100%;
    padding-right: 0;
  }

  .c-contact_right {
    width: 100%;
    margin-top: 3em;
  }

  .c-contact_img {
    width: 95vw;
    height: 60vw;
  }

  .c-contact_form-field.is--message {
    max-width: 200%;
  }

  .c-sermon_content {
    padding-bottom: .8em;
  }

  .c-sermon_item {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .c-sermon_list {
    width: 100%;
  }

  .div-block-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .is--kuva-tai-checkmarks {
    padding-top: 2em;
  }

  .coin-logo, .hero-coin-wrap {
    width: 15rem;
  }

  .wrapper {
    width: 100%;
  }

  .profile-wrap {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .profile-wrap._2 {
    width: auto;
    right: 1.3rem;
  }

  .play-button-text {
    font-size: 1.5rem;
  }

  .summary-wrapper {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .event-video-btn-wrap {
    flex-wrap: wrap;
  }

  .outline {
    top: 14px;
  }

  .ths13-menu-link-text {
    display: none;
  }

  .ths13-menu-nav-link-text, .ths13-nav-link {
    font-size: .5em;
  }

  .ths13-header {
    padding: 1.1em 2.3em;
  }

  .ths13-heading-h1 {
    font-size: 4em;
  }

  .div-block-3 {
    margin-top: .7em;
  }

  .speaker-list-icon-wrapper {
    margin-right: 18px;
    padding-left: 18px;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .large-heading {
    font-size: 42px;
  }

  .menu-button {
    padding-left: 18px;
    font-size: 16px;
  }

  .nav-link.mobile-speaker-text {
    padding-right: 12px;
    font-size: 12px;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .section-2.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .off-page-menu {
    width: 90vw;
  }

  .speaker-name {
    font-size: 48px;
  }

  .nav-bar {
    height: 70px;
  }

  .box {
    margin-bottom: -100px;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .background-cover {
    width: 100%;
  }

  .brand {
    font-size: 22px;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .speaker-list-icon {
    min-width: 40px;
    min-height: 40px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .c-containeri {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-containeri.is--flipped {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .footer-wrapper-2 {
    margin-bottom: 60px;
  }

  .cards-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card-subtitle {
    margin-bottom: 4px;
  }

  .card-text, .card-text-2 {
    margin-top: 2px;
  }

  .heading-15 {
    padding-left: 30px;
    font-size: 2.5em;
  }

  .image-2 {
    padding-top: 0;
    display: none;
  }

  .grid {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .button-3 {
    background-color: #b1855c;
    border-radius: 5px;
    margin-top: 21px;
  }

  .fortum.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .side-menu-text-wrap, .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-wrapper {
    overflow: hidden;
  }

  .side-menu_component {
    display: block;
    overflow: scroll;
  }

  .side-menu-background {
    z-index: 6;
    display: block;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-26 {
    font-size: 25px;
  }

  .slider_left {
    width: 100%;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .heading-28 {
    margin-top: 1em;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7em;
  }

  .c-nav {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-section.is--events.rekrere {
    padding-top: 0;
  }

  .c-section.is--header {
    padding-bottom: 1em;
  }

  .c-section.is--header.is--white.is--yrityksille-sivulla {
    padding-top: 3em;
  }

  .c-section.is--header.is--white.is--yrityksille-sivulla.sas {
    margin-top: 0;
    padding-top: 4.8em;
  }

  .c-section.is--header.ytttrrr {
    padding-top: 4.9em;
  }

  .c-section.is--media {
    padding-top: 2.5em;
    padding-bottom: 3.3em;
  }

  .c-button.is--white.is--button-2 {
    width: 100%;
    margin-top: 1em;
  }

  .c-button.is--black.is--musta {
    border: 1px solid #ffffff7a;
    border-radius: .3em;
    font-size: 3vw;
  }

  .c-button.is--button1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .c-button.is--full-width {
    font-size: 1em;
  }

  .c-button.is--but2 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .c-hero_h1 {
    font-size: 10vw;
  }

  .c-events_link {
    margin-top: 0;
    padding-top: 0;
  }

  .c-events_list {
    padding-left: 0;
  }

  .c-events_img-fill {
    border-top-left-radius: .6em;
    border-top-right-radius: .6em;
  }

  .c-events_date {
    margin-top: 0;
  }

  .c-events_item {
    width: 88vw;
    min-width: 88vw;
    max-width: 88vw;
    padding-bottom: 23px;
  }

  .is--display {
    font-size: 3em;
  }

  .c-large-header {
    height: 4em;
  }

  .c-large-header_contain {
    font-size: 3vw;
  }

  .is--display-line {
    width: 6em;
    min-width: 6em;
    height: .13em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .c-mission {
    margin-top: -6em;
  }

  .c-mission.is--yri-kohas {
    margin-top: 0;
  }

  .c-mission.koma {
    margin-top: .8em;
  }

  .c-mission_photo.is--onmobile {
    display: none;
  }

  .c-mission_content {
    padding-left: 1vw;
  }

  .c-mission_content.como {
    padding-left: 0;
    padding-right: 0;
  }

  .is--mission-heading {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .is--mission-heading.is--blakk {
    font-size: 1.1em;
  }

  .is--mission-heading.musta {
    color: #000;
  }

  .c-sermon {
    background-image: linear-gradient(#0f0e17bd, #0f0e17bd);
    min-height: 100vw;
    padding: 1.5em;
  }

  .c-sermon_buttons {
    width: 100%;
  }

  .c-sermon_title {
    margin-top: .4em;
    margin-bottom: .4em;
  }

  .c-homepage_item {
    min-height: 70vw;
  }

  .c-nav_menu-scroll {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .c-header_img {
    height: 100vw;
  }

  .c-header_img.is--piilossa {
    display: none;
  }

  .c-header_img._0 {
    height: 0;
    display: none;
  }

  .c-header_text.musta {
    color: #000;
  }

  .c-header_bg.is--darkest {
    display: block;
  }

  .c-image2 {
    width: 95vw;
  }

  .c-image2.sdds {
    border-radius: 8px;
    width: 100%;
    margin-left: 0;
  }

  .c-staff_item {
    width: 88vw;
    min-width: 88vw;
  }

  .c-staff_photo {
    height: 100vw;
  }

  .c-groups_list {
    width: 95vw;
  }

  .c-groups_item {
    width: 80vw;
    min-width: 47vw;
    padding-bottom: 4vw;
    padding-right: 0;
  }

  .c-groups-item_link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 1.3em;
  }

  .c-groups_info {
    justify-content: center;
    margin-top: .5em;
    margin-right: 0;
  }

  .c-groups_info-block {
    text-align: center;
    padding-top: .7em;
  }

  .c-groups_text {
    margin-top: 1.4em;
  }

  .c-groups_image {
    margin-right: 0;
  }

  .c-media_header {
    display: block;
  }

  .c-media_link {
    margin-top: 1em;
    margin-left: 0;
  }

  .c-media_button-flex {
    text-align: left;
  }

  .c-group_left {
    margin-bottom: 1.5em;
    padding-top: 2.4em;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-group_right {
    padding: 1.8em 1.4em 2.6em;
  }

  .c-popup_module {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }

  .c-popup_x {
    margin-top: .8em;
    margin-right: .8em;
  }

  .c-popup_x-icon {
    width: 1.4em;
  }

  .c-form_radio {
    margin-bottom: 1em;
  }

  .c-form_radios {
    padding-bottom: 1em;
    display: block;
  }

  .c-column_even {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-livestream_card {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-livestream_title {
    margin-bottom: .6em;
    font-size: 1.8em;
  }

  .c-sermon_info-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-contact_form {
    padding-left: 1em;
    padding-right: 1em;
  }

  .c-events_img-photo {
    border-top-left-radius: .6em;
    border-top-right-radius: .6em;
  }

  .c-numero.is--hanks-asiakast {
    font-size: 2.6em;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .is--txt {
    padding-left: .25em;
  }

  .is--kuva-tai-checkmarks {
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .coin-logo {
    width: 12rem;
    margin-top: 1rem;
  }

  .sticky-header-column {
    width: 100%;
    height: auto;
    min-height: 50vh;
    position: static;
  }

  .hero-info-column {
    margin-right: 0;
  }

  .large-hero-text {
    text-align: left;
    margin-bottom: .1rem;
    font-size: 4rem;
  }

  .hero-coin-section {
    flex-direction: column;
  }

  .hero-coin-wrap {
    width: 12rem;
    margin-top: 1rem;
  }

  .sticky-info-column {
    width: 100%;
  }

  .wrapper {
    flex-direction: column;
  }

  .profile-wrap {
    opacity: .26;
    padding-left: 8%;
    padding-right: 8%;
  }

  .play-button-text {
    font-size: 1.3rem;
  }

  .event-video-btn-wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .about-text-large {
    font-size: 3rem;
  }

  .profile-image {
    width: 12rem;
    height: 300px;
  }

  .ths13-menu-nav-link-1 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .ths13-brand, .ths13-brand.w--current {
    margin-top: 0;
  }

  .ths13-social-links-wrapper {
    width: 24%;
    display: none;
  }

  .ths13-menu-link-wrapper {
    flex: 1;
  }

  .ths13-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .ths13-menu-footer {
    background-image: linear-gradient(#0000 18%, #456b8d7d);
  }

  .ths13-slide-number-wrapper {
    display: none;
  }

  .ths13-menu-contact-info-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .ths13-menu-contact-link, .ths13-menu-contact-link.ths13-no-margin-bottom {
    margin-top: 0;
  }

  .ths13-menu-contact-info {
    width: 100%;
  }

  .ths13-menu-nav-link-text {
    font-size: .5em;
  }

  .ths13-menu-icon-wrapper {
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }

  .ths13-header {
    margin-top: 12px;
  }

  .ths13-hero-section {
    overflow: hidden;
  }

  .ths13-hero-slider-nav {
    align-items: center;
    display: none;
  }

  .ths13-heading-h1 {
    padding: 0;
    font-family: DM Sans, sans-serif;
    font-size: 3em;
    font-weight: 700;
  }

  .body {
    padding-top: 0;
  }

  .hidden {
    overflow: hidden;
  }

  .div-block-3 {
    flex-direction: column;
    display: flex;
  }

  .heading-5 {
    text-align: left;
  }

  .featured-logo-item {
    padding: 0;
  }

  .speaker-list-icon-wrapper {
    margin-left: 0;
    margin-right: 18px;
    padding: 0;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .featured-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    display: grid;
  }

  .menu-button {
    padding-left: 18px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .nav-link.mobile-speaker-text {
    display: none;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .gradient-background-fill {
    background-color: #b1855c;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .logos-heading-wrapper {
    border-bottom: 1px solid #1e2029;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-2.home-hero-section {
    padding-bottom: 36px;
  }

  .section-2.thin-section {
    margin-top: 0;
    margin-bottom: 36px;
  }

  .quick-list-overlay {
    display: none;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .off-page-menu {
    width: 95vw;
    padding-top: 100px;
    padding-left: 24px;
  }

  .reg-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .footer-pages {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .trio-cards {
    max-height: none;
  }

  .nav-bar {
    height: 65px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .social-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
  }

  .box {
    min-height: 250px;
    margin-bottom: -100px;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .solid-line {
    margin-left: 0;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .dual-title-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .brand {
    font-size: 18px;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .c-contti {
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    font-size: 2.9em;
  }

  .image-inter {
    display: none;
  }

  .item-collection {
    width: 100%;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .card-image, .card-image-2 {
    height: 240px;
  }

  .heading-15 {
    padding-left: 10px;
    font-size: 2.4em;
  }

  .image-2 {
    width: 100vw;
  }

  .grid {
    grid-row-gap: 3em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .html-embed {
    object-fit: cover;
  }

  .link-block--nav {
    text-align: left;
    margin-top: 10px;
    font-size: 3em;
  }

  .is--valkonentxtx {
    font-family: Cinzel, sans-serif;
    font-weight: 500;
  }

  .yrityksille-kohta {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-22 {
    font-size: 1.1em;
  }

  .heading-22.sa {
    color: #000;
  }

  .heading-23 {
    color: #000;
    padding-bottom: 14px;
  }

  .ty-nh-h1 {
    font-size: 2.7em;
  }

  .rekryto {
    padding-top: 4px;
  }

  .heading-24 {
    padding-top: 36px;
  }

  .fortum {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fortum.home-hero-section {
    padding-bottom: 36px;
  }

  .fortum.thin-section {
    margin-top: 0;
    margin-bottom: 36px;
  }

  .image-5 {
    width: 72px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .d-57-menu-trigger-wrapper {
    margin-left: 20px;
  }

  .d-57-menu-wrapper {
    width: 100%;
    padding-left: 20px;
  }

  .d-57-menu-item-text {
    font-size: 16px;
  }

  .side-menu-text-wrap, .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-wrapper {
    width: 100%;
  }

  .nav-link-block {
    margin-top: 0;
  }

  .nav-link-block.w--current {
    justify-content: flex-start;
  }

  .menu-button-2 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .side-menu_component {
    width: 100%;
    display: block;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .side-menu-background {
    width: 100%;
    display: block;
  }

  .txtholder {
    padding-left: 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .slider-item {
    width: 78vw;
    height: 110vw;
  }

  .slide-content {
    height: auto;
    padding: 12px;
  }

  .slide-title {
    font-size: 22px;
    font-weight: 400;
  }

  .ecosta-link {
    font-size: .8em;
  }

  .h333 {
    padding-bottom: 1em;
  }

  .heading-28 {
    margin-top: 1em;
    font-size: 1.2em;
  }
}

#w-node-_291618e4-ee54-647b-6deb-179ec021ca1f-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca20-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca21-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca22-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca23-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca63-5384cc9a {
  place-self: center;
}

#w-node-_291618e4-ee54-647b-6deb-179ec021ca68-5384cc9a {
  place-self: center start;
}

#w-node-_7415557c-e6ba-761c-e324-38d7e8f5c168-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c169-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c16a-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c16b-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c16c-5384cc9b {
  place-self: center;
}

#w-node-_7415557c-e6ba-761c-e324-38d7e8f5c182-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c191-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1a0-5384cc9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1b2-5384cc9b {
  place-self: center;
}

#w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1b7-5384cc9b {
  place-self: center start;
}

#w-node-_14bc60a0-ea72-d080-ca61-485e09acf920-5384cc9b, #w-node-_33119dac-6ac7-9322-fb69-1925e144920d-5384cc9b, #w-node-b6c19bab-c45e-9e66-478c-8517249e93b1-5384cc9d, #w-node-b6c19bab-c45e-9e66-478c-8517249e93b7-5384cc9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c182-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c191-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1a0-5384cc9b {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_291618e4-ee54-647b-6deb-179ec021ca64-5384cc9a {
    place-self: center;
  }

  #w-node-_291618e4-ee54-647b-6deb-179ec021ca68-5384cc9a {
    justify-self: center;
  }

  #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1b3-5384cc9b {
    place-self: center;
  }

  #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1b7-5384cc9b {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_291618e4-ee54-647b-6deb-179ec021ca1f-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca20-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca21-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca22-5384cc9a, #w-node-_291618e4-ee54-647b-6deb-179ec021ca23-5384cc9a, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c168-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c169-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c16a-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c16b-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c16c-5384cc9b {
    justify-self: start;
  }

  #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c182-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c191-5384cc9b, #w-node-_7415557c-e6ba-761c-e324-38d7e8f5c1a0-5384cc9b {
    grid-row: span 1 / span 1;
  }
}


