@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #333333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bold, .next-step .go-to p, .video-block .container .video-text p {
  font-family: "Montserrat";
  font-weight: 700;
}

.semibold, footer .container a, header .container .tagline span {
  font-family: "Montserrat";
  font-weight: 600;
}

.regular {
  font-family: "Montserrat";
  font-weight: 400;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

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

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/** START HEADER **/
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  header .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 15px;
  }
}
header .container .logo {
  max-width: 290px;
}
@media (max-width: 575px) {
  header .container .logo {
    order: 2;
    max-width: 120px;
  }
}
header .container .tagline {
  font-size: 32px;
  text-align: right;
}
@media (max-width: 991px) {
  header .container .tagline {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  header .container .tagline {
    order: 1;
  }
}
header .container .tagline span {
  display: block;
  color: orange;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

/** END HEADER **/
/** START CONTENT **/
.video-block {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .video-block {
    margin: 0 0 25px;
  }
}
.video-block .container {
  position: relative;
  overflow: hidden;
}
.video-block .container img {
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  max-height: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .video-block .container img {
    min-height: 290px;
  }
}
.video-block .container .video-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 50px 0;
}
.video-block .container .video-text p {
  font-size: 62px;
  line-height: 90px;
  letter-spacing: 2px;
  color: orange;
  transition: all 0.3s ease;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 50px;
}
.video-block .container .video-text:hover p {
  color: #fff;
}
.video-block .container .video-text a:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .video-block .container .video-text p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
.video-block .container .video-text a i {
  font-size: 120px;
  color: orange;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .video-block .container .video-text a i {
    font-size: 70px;
  }
}
.video-block .container iframe {
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  z-index: -1;
}
.video-block .container iframe.played {
  z-index: 9;
}
.scroll {
  font-weight: 700;
  font-size: 16px;
  display: none;
  margin: 5px 0 0;
  align-items: center;
  justify-content: flex-start;
}
.scroll svg {
  margin: 0 0 0 10px;
  width: 18px;
}
.next-step {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .next-step {
    margin: 0 0 25px;
  }
}
.next-step .title {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .next-step .title {
    font-size: 16px;
    line-height: 24px;
  }
  .scroll {
    display: inline-flex;
  }
}
.next-step .go-to {
  position: relative;
  display: flex;
  margin: 0 0 25px;
}
.next-step .go-to:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.next-step .go-to img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-height: 600px;
  transition: all 0.3s ease;
}
.next-step .go-to:hover p {
  color: #ffa500;
}
.next-step .go-to:hover i {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .next-step .go-to img {
    min-height: 290px;
  }
}
.next-step .go-to p {
  position: absolute;
  left: 0;
  bottom: 150px;
  font-size: 32px;
  line-height: 90px;
  z-index: 3;
  letter-spacing: 2px;
  color: orange;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  width: 100%;
  padding: 0 15px;
  justify-content: center;
}
@media (max-width: 767px) {
  .next-step .go-to p {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 26px;
  }
}
.next-step .go-to p i {
  color: orange;
  font-size: 90px;
  margin: 0 55px 0 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .next-step .go-to p i {
    font-size: 60px;
    margin: 0 15px 0 0;
  }
}

.survey-content p {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin: 0 0 15px;
}

.survey-content ul li {
  font-style: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}

.survey-content ul {
  list-style-type: disc;
  padding: 0 0 0 30px;
}

.survey-content .subtitle {
  font-weight: 700;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .survey-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 15px;
  }
  .survey-content ul li {
    font-style: 16px;
    line-height: 22px;
    margin: 0 0 10px;
  }
}

table {
  width: 100%;
}

.table-overflow {
  width: 100%;
  overflow: auto;
  margin: 0 0 35px;
}

.add-info {
  font-size: 12px;
  margin: 5px 0 0;
  display: block;
}

table thead th,
table tbody td {
  padding: 10px 5px;
  border: 1px solid #000;
  vertical-align: middle;
}

table thead th[scope="col"],
table tbody td[scope="col"] {
  white-space: nowrap;
  padding: 10px;
}

table tbody td {
  padding: 10px 15px;
  border: 1px solid #000;
  text-align: center;
}

/** END CONTENT **/
/** START FOOTER **/
footer {
  padding: 25px 0;
  border-top: 1px solid #000;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container a {
  font-size: 32px;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .container a {
    font-size: 18px;
  }
}
footer .container a:hover {
  text-decoration: underline;
}

/** START FOOTER **/

/*# sourceMappingURL=app.css.map */
