body {
  background-color: #1c1c1c;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.styleguide {
  display: block;
  margin-top: 200px;
  padding-right: 30px;
  padding-left: 30px;
}

.rich_text h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.rich_text h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.rich_text h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.rich_text h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.rich_text h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.rich_text h6 {
  margin-bottom: 10px;
}

.rich_text p {
  margin-bottom: 10px;
}

.rich_text a {
  text-decoration: underline;
}

.rich_text a:hover {
  color: #edcd00;
}

.rich_text strong {
  font-weight: 900;
}

.large_p {
  font-size: 18px;
  line-height: 1.4;
}

.small_p {
  font-size: 13px;
  line-height: 1.4;
}

.small_p.on_black_title {
  font-weight: 900;
  letter-spacing: 1.5px;
}

.color_1 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #edcd00;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.color_2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #b20c0c;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.color_3 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #1c1c1c;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.color_4 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  color: #333;
}

.home_hero {
  height: 90vh;
}

.hero_slider {
  height: 90vh;
  background-color: transparent;
}

.hero_slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/meän.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_slide_opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(28, 28, 28, 0)), to(#1c1c1c));
  background-image: linear-gradient(180deg, transparent, rgba(28, 28, 28, 0) 50%, #1c1c1c);
}

.hero_slider_content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.cta {
  padding: 8px 15px;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.cta.primary {
  background-color: #b20c0c;
}

.cta.primary:hover {
  background-color: #8b1313;
}

.cta.secondary {
  background-color: #fff;
  color: #1c1c1c;
}

.cta.tertiary {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.cta.tertiary:hover {
  background-color: #fff;
  color: #1c1c1c;
}

.cta.tertiary.on_tools {
  margin-left: 10px;
}

.hero_slide_date {
  padding-left: 10px;
  border-left: 2px solid #b20c0c;
  font-weight: 500;
}

.hero_slide_name {
  margin-top: 10px;
  margin-bottom: 20px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.logo {
  width: 100px;
}

.logo_link {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navlinks {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navlink:hover {
  color: #edcd00;
}

.lang_selector {
  margin-left: 30px;
}

.social_links {
  line-height: 1;
}

.fa-brand {
  margin-left: 20px;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 24px;
}

.fa-brand:hover {
  color: #edcd00;
}

.info_intro {
  padding: 20px 20px 50px;
}

.info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_title {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: uppercase;
}

.title_line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  opacity: 0.1;
}

.info_container {
  max-width: 1100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.calendar_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.full_w_bg_section {
  padding: 100px 20px 150px;
  background-color: #b20c0c;
}

.full_w_content {
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.img_links_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yellow_title_wrap {
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.title_black_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c1c1c;
  text-align: center;
}

.fa-solid {
  font-family: 'Fa solid 900', sans-serif;
}

.fa-solid.on_link {
  position: relative;
  z-index: 3;
  color: #edcd00;
  font-size: 20px;
}

.fa-solid.on_navlink {
  margin-right: 4px;
  margin-left: 4px;
  color: #edcd00;
  font-size: 12px;
}

.fa-solid.on_i_title {
  margin-right: 8px;
}

.fa-solid.on_details {
  margin-right: 8px;
  color: #b20c0c;
}

.title_black_name {
  margin-top: 10px;
  color: #edcd00;
  font-size: 56px;
  line-height: 1.2;
}

.title_starts_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 230px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.star_on_title {
  font-family: 'Fa solid 900', sans-serif;
  color: #edcd00;
}

.star_on_title._2 {
  font-size: 14px;
}

.star_on_title._3 {
  font-size: 12px;
}

.img_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 180px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  text-align: center;
}

.img_link_txt {
  position: relative;
  z-index: 3;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 22px;
}

.link_opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(28, 28, 28, 0.5);
}

.link_img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  position: relative;
  z-index: 99;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #111;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_col.w_logo {
  padding-top: 0px;
}

.footer_logo {
  width: 120px;
  margin-bottom: 20px;
}

.small_rich_text {
  font-size: 14px;
}

.small_rich_text h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.small_rich_text h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.small_rich_text h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.small_rich_text h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.small_rich_text h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.small_rich_text h6 {
  margin-bottom: 10px;
}

.small_rich_text p {
  margin-bottom: 10px;
}

.small_rich_text a:hover {
  color: #edcd00;
}

.small_rich_text strong {
  font-weight: 900;
}

.footer_title {
  margin-bottom: 10px;
}

.footer_wave {
  position: absolute;
  left: 0%;
  top: -40px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 42px;
  background-image: url('../images/wave_footer.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.footer_links {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer_links:hover {
  color: #edcd00;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.copyright_txt {
  font-size: 13px;
  font-weight: 400;
}

.copy_link:hover {
  color: #edcd00;
}

.s_left_arrow {
  font-size: 30px;
}

.s_right_arrow {
  font-size: 30px;
}

.s_slide_nav {
  font-size: 12px;
}

.mobile_nav {
  position: relative;
  z-index: 4;
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.stripe {
  width: 31px;
  height: 1px;
  margin: 3px;
  background-color: #fff;
}

.nav_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close_nav_transparent {
  position: relative;
  z-index: 1;
  display: none;
}

.stripe_2 {
  width: 31px;
  height: 1px;
  margin: 3px;
  background-color: #fff;
}

.stripe_3 {
  width: 31px;
  height: 1px;
  margin: 3px;
  background-color: #fff;
}

.p_heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/vappukestit_web0061-min.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p_heading_opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c));
  background-image: linear-gradient(180deg, transparent, #1c1c1c);
}

.p_heading_content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p_heading_title {
  padding-left: 10px;
  border-left: 2px solid #b20c0c;
}

.p_content {
  padding-bottom: 150px;
}

.p_content_wrap {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.p_slider {
  height: 550px;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.p_slider.on_i {
  margin-top: 20px;
  margin-bottom: 50px;
}

.p_slide {
  height: 100%;
  padding: 20px;
  background-image: url('../images/jyta_disco0023-min.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block {
  padding-left: 10px;
  border-left: 2px solid #b20c0c;
}

.p_tools_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fa-on_cta {
  margin-right: 8px;
  font-family: 'Fa solid 900', sans-serif;
}

.access_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
}

.iggy_logo {
  width: 100px;
}

.iggy_link {
  margin-left: 30px;
}

.navlink_live {
  margin-left: 26px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navlink_live:hover {
  color: #edcd00;
}

.i_heading_content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 2px solid #b20c0c;
}

.i_heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/vappukestit_web0061-min.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.i_content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 150px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.i_sidebar {
  position: relative;
  z-index: 10;
}

.i_sidebar_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  width: 100%;
  margin-top: -143px;
  padding: 20px;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.f-field {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 15px;
  background-color: #fff;
  color: rgba(28, 28, 28, 0.5);
}

.f-field.send {
  background-color: #b20c0c;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.i_sidebar_title {
  margin-bottom: 10px;
}

.i_content_section {
  padding-right: 20px;
  padding-left: 20px;
}

.i_info {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.i_info_wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.i_info_detailed {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.i_detailed_title {
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navlinks {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vh;
    max-width: 300px;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1c1c1c;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .navlink {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .lang_selector {
    margin-top: 20px;
    margin-left: 0px;
  }

  .social_links {
    margin-top: 30px;
  }

  .fa-brand {
    margin-right: 15px;
    margin-left: 15px;
  }

  .img_link {
    min-height: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .mobile_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .close_nav_transparent {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .p_heading {
    padding-bottom: 20px;
  }

  .p_heading_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p_slider {
    height: 70vw;
  }

  .p_tools_wrap {
    margin-top: 20px;
  }

  .access_section {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iggy_link {
    margin-top: 30px;
    margin-left: 0px;
  }

  .navlink_live {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .i_heading_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .i_heading {
    padding-bottom: 20px;
  }

  .i_content {
    padding-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .i_sidebar_wrap {
    position: static;
    max-width: 450px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .cta.tertiary.on_tools {
    margin-top: 10px;
    margin-left: 0px;
  }

  .full_w_bg_section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .title_black_name {
    font-size: 36px;
  }

  .img_link_txt {
    font-size: 20px;
  }

  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer_col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright_txt {
    margin-bottom: 10px;
  }

  .p_content {
    padding-bottom: 100px;
  }

  .p_tools_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .i_content {
    padding-bottom: 100px;
  }

  .i_sidebar_wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .p_tools_wrap {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-a1a3aeff-16b8-ec39-0535-26a110d26fde-a7f21dd0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_901c123c-0b82-be2c-5f8a-c4095688e7a1-a7f21dd0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}