﻿html {
  box-sizing: border-box;
  font-size: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 87.5%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
  html {
    font-size: 75%;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
body {
  background-image: linear-gradient(180deg, #e7e6ea 0%, #e7e6ea 50%, #fff 50%);
  background-repeat: no-repeat;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  body {
    background-image: none;
    background-color: white;
  }
}
img,
svg {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
  zoom: 1;
}
.vse {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.vse__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 1500px;
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .vse__inner {
    width: 88.5%;
  }
}
@media only screen and (max-width: 768px) {
  .vse__inner {
    width: 95%;
  }
}
.vse__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.5% 0;
}
@media only screen and (max-width: 768px) {
  .vse__row {
    flex-direction: column;
    padding: 5% 0;
  }
}
.vse__box:last-of-type {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .vse__box:last-of-type {
    margin-top: 4.5%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .vse__box:last-of-type {
    margin-top: 6%;
  }
}
.vse__logo {
  width: 14.5vw;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
  .vse__logo {
    width: 14.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .vse__logo {
    width: 18.5rem;
  }
}
.vse__tagline {
  color: #c16e32;
  font: 700 0.625vw / 1.25 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
  .vse__tagline {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .vse__tagline {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .vse__tagline {
    font-size: 0.875rem;
  }
}
.vse__title {
  color: #333333;
  font: 400 1.625vw / 1.25 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  margin: 0.375% 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
  .vse__title {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .vse__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .vse__title {
    font-size: 2.25rem;
    margin: 1% 0;
  }
}
.vse__presenter {
  color: #333333;
  font: 400 1vw / 1.25 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
  .vse__presenter {
    font-size: 1.375vw;
  }
}
@media only screen and (max-width: 768px) {
  .vse__presenter {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .vse__presenter {
    font-size: 1.375rem;
  }
}
.vse__iframe-wrapper {
  position: relative;
  transition: all 500ms ease-in-out;
  min-height: 310px;
  height: 600px;
}
@media screen and (min-width: 1700px) {
  .vse__iframe-wrapper {
    height: 700px;
  }
}
@media only screen and (max-width: 999px) {
  .vse__iframe-wrapper {
    height: auto;
  }
}
.vse__iframe-wrapper.fullscreen {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.vse__iframe-fs-button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c16e32;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vse__chatForm-wrapper {
  margin-top: 30px;
}
.vse__fullscreen-icon {
  margin-right: 0.5rem;
  width: 1rem;
}
.vse__iframe {
  background-color: #fff;
  height: 100%;
  min-height: 42.5rem;
  width: 100%;
}