@charset "UTF-8";
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, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

@font-face {
  font-family: "GalanoClassicBold";
  src: url("fonts/GalanoClassic-Bold.eot");
  src: url("fonts/GalanoClassic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoClassic-Bold.woff2") format("woff2"), url("fonts/GalanoClassic-Bold.woff") format("woff"), url("fonts/GalanoClassic-Bold.ttf") format("truetype"), url("fonts/GalanoClassic-Bold.svg#GalanoClassic-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "GalanoClassicMediumItalic";
  src: url("fonts/GalanoClassic-MediumItalic.eot");
  src: url("fonts/GalanoClassic-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoClassic-MediumItalic.woff2") format("woff2"), url("fonts/GalanoClassic-MediumItalic.woff") format("woff"), url("fonts/GalanoClassic-MediumItalic.ttf") format("truetype"), url("fonts/GalanoClassic-MediumItalic.svg#GalanoClassic-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "GalanoClassicHeavy";
  src: url("fonts/GalanoClassic-Heavy.eot");
  src: url("fonts/GalanoClassic-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoClassic-Heavy.woff2") format("woff2"), url("fonts/GalanoClassic-Heavy.woff") format("woff"), url("fonts/GalanoClassic-Heavy.ttf") format("truetype"), url("fonts/GalanoClassic-Heavy.svg#GalanoClassic-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "GalanoClassic";
  src: url("fonts/GalanoClassic-Regular.eot");
  src: url("fonts/GalanoClassic-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoClassic-Regular.woff2") format("woff2"), url("fonts/GalanoClassic-Regular.woff") format("woff"), url("fonts/GalanoClassic-Regular.ttf") format("truetype"), url("fonts/GalanoClassic-Regular.svg#GalanoClassic-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "GalanoClassicMedium";
  src: url("fonts/GalanoClassic-Medium.eot");
  src: url("fonts/GalanoClassic-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoClassic-Medium.woff2") format("woff2"), url("fonts/GalanoClassic-Medium.woff") format("woff"), url("fonts/GalanoClassic-Medium.ttf") format("truetype"), url("fonts/GalanoClassic-Medium.svg#GalanoClassic-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "GalanoClassicSemibold";
  src: url("fonts/GalanoClassic-SemiBold.eot");
  src: url("fonts/GalanoClassic-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/GalanoClassic-SemiBold.woff2") format("woff2"), url("fonts/GalanoClassic-SemiBold.woff") format("woff"), url("fonts/GalanoClassic-SemiBold.ttf") format("truetype"), url("fonts/GalanoClassic-SemiBold.svg#GalanoClassic-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }
html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #362f2d;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.wrapper {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 100px; }

section {
  background-color: #fff;
  position: relative;
  padding: 40px 0; }
section.light {
  background-color: #f5f5f5; }
section.dark {
  background-color: #012139; }

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 240px;
  padding: 14px 30px;
  background-color: #012139;
  border: #012139 1px solid;
  cursor: pointer; }
.btn span + i {
  margin-left: 10px; }
.btn i + span {
  margin-left: 10px; }
.btn:hover {
  color: #012139;
  background-color: #fff; }
.btn.trans1 {
  color: #012139;
  background-color: transparent; }
.btn.trans1:hover {
  color: #fff;
  background-color: #012139; }
.btn.trans2 {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
.btn.trans2:hover {
  color: #012139;
  background-color: #fff; }
.btn.btnLight {
  color: #fff;
  background-color: #34d6e7;
  border-color: #34d6e7; }
.btn.btnLight:hover {
  color: #34d6e7;
  background-color: #fff; }

.btnBig {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-align: center;
  position: relative;
  width: auto;
  min-width: 240px;
  height: 56px;
  padding: 0 30px;
  overflow: hidden;
  border: #012139 2px solid; }
.btnBig span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #012139;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }
.btnBig span em {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
  margin-top: 4px; }
.btnBig span em sup {
  font-size: 8px;
  font-size: 0.5rem; }
.btnBig:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #35cfdf;
  background: linear-gradient(-90deg, #aff7ff 0%, #ffffff 100%); }
.btnBig:hover {
  background-color: #012139; }
.btnBig:hover span {
  color: #fff; }
.btnBig:hover:before {
  opacity: 0; }
.btnBig img {
  max-width: 30px;
  position: relative;
  margin-right: 10px; }
.btnBig.v2 span em {
  margin-top: 0;
  margin-bottom: 4px; }
.btnBig.dark span {
  color: #fff; }
.btnBig.dark:before {
  background: #35cfdf;
  background: linear-gradient(-90deg, #35cfdf 0%, #ffffff 100%); }
.btnBig.dark:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: rgba(255, 255, 255, 0.2) 2px solid;
  background-color: #012139; }
.btnBig.dark:hover span {
  color: #012139; }
.btnBig.dark:hover:before {
  background: #35cfdf;
  background: linear-gradient(-90deg, rgba(175, 247, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  opacity: 1; }
.btnBig.dark:hover:after {
  border: none;
  background-color: transparent; }

.btnOrange {
  border-color: #ff5800;
  background-color: #fff; }
.btnOrange:before {
  display: none; }
.btnOrange:hover {
  color: #fff;
  background-color: #ff5800; }

.btnCont.center {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }

p {
  line-height: 1.4; }
p + p, p + ul, p + ol {
  margin-top: 20px; }

strong {
  font-weight: 700; }

ul {
  line-height: 1.4;
  padding-left: 20px; }
ul li ul, ul li ol {
  margin-top: 20px; }
ul li + li {
  margin-top: 10px; }
ul + p, ul + ul, ul + ol {
  margin-top: 20px; }

ol {
  line-height: 1.4;
  padding-left: 20px; }
ol li ul, ol li ol {
  margin-top: 20px; }
ol li + li {
  margin-top: 10px; }
ol + p, ol + ul, ol + ol {
  margin-top: 20px; }
ol.letters {
  list-style: lower-alpha; }
ol.romans {
  list-style: lower-roman; }

dl {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #012139;
  margin-bottom: 30px; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block;
  font-weight: 400; }
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  color: #fff; }
h1.borderHeader, h2.borderHeader, h3.borderHeader, h4.borderHeader, h5.borderHeader, h6.borderHeader {
  position: relative; }
h1.borderHeader:after, h2.borderHeader:after, h3.borderHeader:after, h4.borderHeader:after, h5.borderHeader:after, h6.borderHeader:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: -20px;
  width: 120px;
  height: 2px;
  background-color: #012139;
  display: block; }
h1.spHeader span, h2.spHeader span, h3.spHeader span, h4.spHeader span, h5.spHeader span, h6.spHeader span {
  font-size: 0.8em;
  font-weight: 700;
  color: #01628a; }

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

.sectionSpecialTitle {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 40px 0; }
.sectionSpecialTitle h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0; }
.sectionSpecialTitle span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #2d829a;
  display: block; }
.sectionSpecialTitle strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #012139; }

sup {
  vertical-align: super;
  font-size: smaller; }

.center {
  text-align: center; }

img {
  width: 100%;
  height: auto;
  display: block; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
  border: #362f2d 1px solid; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #012139; }
input[type="text"].lined, input[type="password"].lined, input[type="email"].lined, input[type="search"].lined, textarea.lined, select.lined {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: #34d6e7 2px solid; }

span.error {
  font-size: 12px;
  font-size: 0.75rem;
  color: red; }

textarea {
  min-height: 150px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select {
  position: relative;
  display: block; }
.select select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  padding-right: 40px;
  padding-left: 20px;
  border: #34d6e7 2px solid; }
.select:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 12px;
  pointer-events: none; }

.radioButton {
  position: relative;
  width: auto;
  display: inline-block; }
.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer; }
.radioButton input:hover ~ .checkmark {
  background-color: #34d6e7; }
.radioButton input:hover ~ span {
  color: #012139; }
.radioButton input:checked ~ .checkmark {
  background-color: #34d6e7; }
.radioButton input:checked ~ span {
  color: #012139; }
.radioButton .checkmark {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #34d6e7 2px solid; }
.radioButton span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #34d6e7;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 12px 20px; }

.radioCustom {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-weight: 300;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.radioCustom input {
  z-index: 99999;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  margin: 0; }
.radioCustom input:checked ~ .checkmark:after {
  opacity: 1;
  filter: alpha(opacity=100); }
.radioCustom .checkmark {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #012139; }
.radioCustom .checkmark:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  color: white;
  height: 12px;
  width: 12px;
  background-color: #34d6e7;
  opacity: 0;
  filter: alpha(opacity=0); }
.radioCustom .checkmark + span {
  margin-left: 5px; }

label {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }
label sup {
  color: #012139; }
label.error {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
  display: inline-block; }
label + input, label + textarea, label + select, label + .select, label + .radioGroup, label + .radioButtonGroup {
  margin-top: 10px; }

.required {
  color: #34d6e7; }

fieldset + fieldset, fieldset + .fsTwoCols {
  margin-top: 20px; }

.fsTwoCols + .fsTwoCols, .fsTwoCols + fieldset {
  margin-top: 20px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.privacyContent a {
  color: #34d6e7;
  text-decoration: underline; }
.privacyContent a:hover {
  text-decoration: none; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (min-width: 760px) {
  .sectionSpecialTitle {
    padding: 60px 0; }
  .sectionSpecialTitle h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .sectionSpecialTitle span {
    font-size: 24px;
    font-size: 1.5rem; }
  .sectionSpecialTitle strong {
    font-size: 42px;
    font-size: 2.625rem; } }
@media only screen and (min-width: 960px) {
  .wrapper {
    padding-top: 100px; }

  section {
    padding: 70px 0; }

  .btnBig {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    min-width: 320px;
    height: 80px; }
  .btnBig span {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px; }
  .btnBig span em {
    font-size: 16px;
    font-size: 1rem; }
  .btnBig.dark:after {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px; }
  .btnBig.small {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    min-width: 240px;
    height: 56px; }
  .btnBig.small span {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px; }
  .btnBig.small span em {
    font-size: 12px;
    font-size: 0.75rem; }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 50px; }

  h1, .h1 {
    font-size: 48px;
    font-size: 3rem; }

  h2, .h2 {
    font-size: 42px;
    font-size: 2.625rem; }

  h3, .h3 {
    font-size: 36px;
    font-size: 2.25rem; }

  h4, .h4 {
    font-size: 28px;
    font-size: 1.75rem; }

  h5, .h5 {
    font-size: 24px;
    font-size: 1.5rem; }

  h6, .h6 {
    font-size: 20px;
    font-size: 1.25rem; }

  .fsTwoCols {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify; }
  .fsTwoCols fieldset {
    width: calc(50% - 10px); }
  .fsTwoCols fieldset + fieldset {
    margin-top: 0; } }
header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 15px 0 20px;
  background-color: #012139;
  z-index: 10; }
header .headerAlter {
  margin-bottom: 5px; }
header .headerAlter .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end; }
header .headerAlter ul {
  margin-right: -5px; }
header .headerAlter ul li a {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff; }
header .headerAlter ul li a i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 5px; }
header .headerAlter ul li a span {
  font-size: 12px;
  font-size: 0.75rem; }
header .headerAlter ul li.regLink a {
  min-width: 160px;
  height: 30px;
  padding: 0 20px; }
header .headerAlter ul li.regLink a:hover {
  border-color: #fff; }
header .headerAlter ul li.waLink {
  position: fixed;
  right: 110px;
  top: 52px; }
header .headerAlter ul li.waLink a i {
  font-size: 34px;
  font-size: 2.125rem;
  margin-right: 0; }
header .headerAlter ul li.waLink a span {
  display: none; }
header .headerAlter ul li + li {
  margin-top: 0; }
header .headerTop {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-top: 0; }
header .headerTop .container {
  position: relative; }
header .headerTop .wantExpo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-weight: 700;
  color: #012139;
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100px;
  right: 110px;
  top: 2px;
  padding: 4px 10px;
  border: #34d6e7 2px solid;
  z-index: 5;
  background-color: #34d6e7; }
header .headerTop .wantExpo:hover {
  background-color: #fff;
  border-color: #fff; }
header .headerTop .lang {
  display: block;
  position: absolute;
  right: 60px;
  top: 5px;
  z-index: 5; }
header .headerTop .lang img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover; }
header .headerMain {
  position: relative; }
header .headerMain .container {
  position: relative; }
header .headerMain .logo {
  display: block;
  width: 100%;
  max-width: 160px;
  position: relative;
  top: -26px; }
header .headerMain nav {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
  background-color: rgba(1, 33, 57, 0.8);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all; }
header .headerMain nav ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding-left: 0; }
header .headerMain nav ul > li {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px; }
header .headerMain nav ul > li a {
  display: block; }
header .headerMain nav ul > li + li {
  margin-top: 0; }
header .headerMain nav ul > li .subMenu {
  margin-top: 5px; }
header .headerMain nav ul > li .subMenu li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 10px; }
header .headerMain nav ul > li .subMenu li + li {
  margin-top: 0; }
header .headerMain nav.show {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all; }
header .movilMenu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: block;
  right: 10px;
  width: 40px;
  height: 36px;
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  margin-top: -5px; }
header .movilMenu span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff; }
header .movilMenu span + span {
  margin-top: 4px; }
header .movilMenu.open span {
  background-color: #fff; }
header .movilMenu.open span:nth-child(1), header .movilMenu.open span:nth-child(4) {
  opacity: 0;
  filter: alpha(opacity=0); }
header .movilMenu.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 4px; }
header .movilMenu.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px; }

@media only screen and (min-width: 960px) {
  header {
    height: 100px;
    padding: 0; }
  header .headerAlter {
    padding-top: 20px; }
  header .headerAlter ul {
    position: relative;
    width: 140px;
    padding-left: 0;
    margin-left: 0; }
  header .headerAlter ul li a {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #fff; }
  header .headerAlter ul li a i {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 5px; }
  header .headerAlter ul li a span {
    font-size: 12px;
    font-size: 0.75rem; }
  header .headerAlter ul li.regLink {
    position: absolute;
    right: 5px;
    top: 28px;
    z-index: 1; }
  header .headerAlter ul li.regLink a {
    min-width: 140px;
    height: 32px; }
  header .headerAlter ul li.waLink {
    position: relative;
    right: initial;
    top: initial;
    margin-left: 5px; }
  header .headerAlter ul li.waLink a i {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 5px; }
  header .headerAlter ul li.waLink a span {
    display: inline-block; }
  header .headerTop .wantExpo {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
    width: 195px;
    height: 40px;
    right: 110px;
    top: 0;
    padding: 10px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  header .headerTop .lang {
    right: 180px;
    top: 6px; }
  header .headerMain {
    margin-top: -10px; }
  header .headerMain .container {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify; }
  header .headerMain .logo {
    max-width: 190px;
    top: -12px; }
  header .headerMain nav {
    position: relative;
    left: initial;
    top: initial;
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    margin-right: -10px;
    padding-left: 20px;
    background-color: transparent;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    margin-right: 200px; }
  header .headerMain nav ul {
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row; }
  header .headerMain nav ul > li {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding: 0; }
  header .headerMain nav ul > li a {
    display: block;
    padding: 10px; }
  header .headerMain nav ul > li:hover a {
    color: #34d6e7; }
  header .headerMain nav ul > li .subMenu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    position: absolute;
    width: 200px;
    margin-top: 0;
    padding-top: 15px;
    opacity: 0;
    pointer-events: none; }
  header .headerMain nav ul > li .subMenu li {
    width: 100%;
    padding: 0; }
  header .headerMain nav ul > li .subMenu li a {
    display: block;
    width: 100%;
    color: #362f2d;
    background-color: #fff;
    border: #0c6c94 2px solid;
    border-top: none; }
  header .headerMain nav ul > li .subMenu li a:hover {
    background-color: #34d6e7; }
  header .headerMain nav ul > li .subMenu li:last-child a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
  header .headerMain nav ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto; }
  header .headerMain nav ul > li + li {
    margin-top: 0; }
  header .movilMenu {
    display: none; } }
footer .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
footer .container .footerLogo {
  width: 100%;
  margin-bottom: 40px; }
footer .container .footerLogo .logo {
  display: block; }
footer .container .footerLogo .logo img {
  max-width: 215px; }
footer .container .footerLeft .footerLogos {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
footer .container .footerLeft .footerLogos .footerLogoBox {
  margin-right: 15px;
  margin-bottom: 30px; }
footer .container .footerLeft .footerLogos .footerLogoBox img.comecarne {
  width: 108px; }
footer .container .footerLeft .footerLogos .footerLogoBox img.capcomecarne {
  width: 75px; }
footer .container .footerLeft .footerLogos .footerLogoBox img.cintermex {
  width: 110px; }
footer .container .footerLeft .footerLogos .footerLogoBox img.seminario {
  width: 65px; }
footer .container .footerLeft .footerLogos .footerLogoBox img.virtuales {
  width: 120px; }
footer .container .footerLeft .footerMenu {
  padding-bottom: 50px; }
footer .container .footerLeft .footerMenu ul li a {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-weight: 700; }
footer .container .footerLeft .footerMenu ul li a i {
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 5px; }
footer .container .footerLeft .footerMenu ul li a:hover span {
  text-decoration: underline; }
footer .container .footerLeft .footerMenu ul li + li {
  margin-top: 10px; }
footer .container .footerRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0;
  border-top: #cfcfd1 2px solid; }
footer .container .footerRight .rsFooter {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-bottom: 30px; }
footer .container .footerRight .rsFooter li a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(76%) sepia(45%) saturate(804%) hue-rotate(143deg) brightness(94%) contrast(93%); }
footer .container .footerRight .rsFooter li a i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  font-size: 1.25rem;
  color: #34d6e7; }
footer .container .footerRight .rsFooter li + li {
  margin-top: 0;
  margin-left: 20px; }
footer .container .footerRight .frLink:hover {
  text-decoration: underline; }
footer .container .footerRight .copy {
  margin-top: 30px; }

@media only screen and (min-width: 960px) {
  footer .container {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    padding-bottom: 80px; }
  footer .container .footerLogo {
    padding-top: 10px;
    margin-bottom: 0; }
  footer .container .footerLogo .logo img {
    max-width: 190px; }
  footer .container .footerLeft {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  footer .container .footerLeft .footerLogos .footerLogoBox {
    margin-right: 30px;
    margin-bottom: 0; }
  footer .container .footerLeft .footerLogos .footerLogoBox img.comecarne {
    width: 95px; }
  footer .container .footerLeft .footerLogos .footerLogoBox img.capcomecarne {
    width: 65px; }
  footer .container .footerLeft .footerLogos .footerLogoBox img.cintermex {
    width: 110px; }
  footer .container .footerLeft .footerLogos .footerLogoBox img.seminario {
    width: 70px; }
  footer .container .footerLeft .footerLogos .footerLogoBox img.virtuales {
    width: 120px; }
  footer .container .footerLeft .footerMenu {
    padding-bottom: 0; }
  footer .container .footerLeft .footerMenu ul li a {
    font-size: 14px;
    font-size: 0.875rem; }
  footer .container .footerRight {
    width: auto;
    padding: 0;
    border-top: none; }
  footer .container .footerRight .rsFooter li a img {
    width: 16px;
    margin-top: 3px; }
  footer .container .footerRight .rsFooter li a i {
    font-size: 16px;
    font-size: 1rem; }
  footer .container .footerRight .frLink {
    font-size: 14px;
    font-size: 0.875rem; }
  footer .container .footerRight .copy {
    font-size: 14px;
    font-size: 0.875rem; } }
.placeBar {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  background-color: #fff; }
.placeBar .container {
  position: relative; }
.placeBar .placeBarInner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 30px; }
.placeBar .placeBarInner img {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 20px;
  height: auto; }
.placeBar .placeBarInner p {
  line-height: 1.1; }
.placeBar .placeBarInner p span {
  display: block; }

.mainBanner {
  width: 100%;
  height: calc(100vh - 130px);
  padding: 0; }
.mainBanner .mainBannerMedia {
  position: relative;
  width: 100%;
  height: 100%; }
.mainBanner .mainBannerMedia iframe {
  display: none; }
.mainBanner .mainBannerMedia img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.mainBanner .mainBannerInfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35cfdf;
  background: linear-gradient(180deg, rgba(53, 207, 223, 0.8) 0%, rgba(53, 207, 223, 0.7) 50%, rgba(255, 255, 255, 0.5) 100%); }
.mainBanner .mainBannerInfo .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px; }
.mainBanner .mainBannerInfo .mainBannerInfoInner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  width: 100%;
  max-width: 360px;
  margin-top: 60px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 100%);
  position: relative;
  z-index: 2;
  overflow: hidden; }
.mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerTop {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px; }
.mainBanner .mainBannerInfo .mainBannerInfoInner h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #012139;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 2px 3px 0px white; }
.mainBanner .mainBannerInfo .mainBannerInfoInner h1 span {
  display: block; }
.mainBanner .mainBannerInfo .mainBannerInfoInner h1 strong {
  color: #fff;
  text-shadow: 0px 3px 0px #24a8b7; }
.mainBanner .mainBannerInfo .mainBannerInfoInner p {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #012139;
  padding-top: 15px; }
.mainBanner .mainBannerInfo .mainBannerInfoInner p:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #012139; }
.mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerBottom {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5); }
.mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerBottom .registerLink {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #012139;
  width: 100%;
  display: block;
  padding: 15px 30px; }
.mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerBottom .registerLink span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  position: relative;
  display: block;
  margin-top: 5px;
  padding-top: 7px; }
.mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerBottom .registerLink span sup {
  font-size: 12px;
  font-size: 0.75rem; }
.mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerBottom .registerLink span:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: 0;
  width: 80px;
  height: 2px;
  display: block;
  background-color: #e7ba25; }
.mainBanner .mainBannerInfo .mainBannerBtn {
  display: none; }
.mainBanner .mainBannerInfo .mainBannerBtndos {
  position: absolute;
  bottom: 70px;
  width: calc(100% - 210px);
  z-index: 2; }
.mainBanner .mainBannerInfo .mainBannerBtndos [class*="btn"] {
  min-width: initial;
  width: 100%; }
.mainBanner .mainBannerInfo .mainBannerBtntres {
  position: absolute;
  bottom: -5px;
  width: calc(100% - 210px);
  z-index: 3; }
.mainBanner .mainBannerInfo .mainBannerBtntres [class*="btn"] {
  min-width: initial;
  width: 100%; }

.circleDate {
  position: relative;
  height: 160px;
  top: -166px;
  overflow: hidden;
  z-index: 1; }
.circleDate .container {
  position: relative;
  width: 100%;
  height: 160px; }
.circleDate .circleDateWrap {
  position: absolute;
  right: 20px;
  top: 0;
  width: 150px;
  height: 160px; }
.circleDate .circleDateWrap img {
  position: relative; }
.circleDate .circleDateWrap .circleDateText {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  margin-top: -2px; }
.circleDate .circleDateWrap p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #012139;
  text-align: center;
  position: relative;
  line-height: 1.2; }
.circleDate .circleDateWrap p strong {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase; }
.circleDate .circleDateWrap p span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block; }
.circleDate .circleDateWrap p + p {
  margin-top: 5px; }
.circleDate .circleDateWrap p + p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #012139; }
.circleDate.prev {
  margin-bottom: -160px; }

.mainLabel {
  padding: 20px 0;
  background-color: #fff; }
.mainLabel h2 {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  letter-spacing: inherit;
  margin-bottom: 0; }
.mainLabel .mainLabelBtn {
  position: relative;
  margin-top: 10px;
  padding-top: 10px; }
.mainLabel .mainLabelBtn:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: 0;
  width: 90%;
  max-width: 400px;
  height: 2px;
  background-color: #32b3c0;
  display: block; }
.mainLabel .mainLabelBtn p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
.mainLabel .mainLabelBtn [class*="btn"] {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 240px; }

.homeDownloadApp .hDownAppBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeDownloadApp .container {
  position: relative;
  z-index: 1; }
.homeDownloadApp .hDownAppWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
.homeDownloadApp .hDownAppWrapLeft {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%; }
.homeDownloadApp .hDownAppWrapLeft img {
  width: 90%;
  margin: 0 auto; }
.homeDownloadApp .hDownAppWrapRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%; }
.homeDownloadApp .hDownAppWrapRightList {
  padding-top: 10px; }
.homeDownloadApp .hDownAppWrapRightList p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }
.homeDownloadApp .hDownAppWrapRightList ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding-left: 0; }
.homeDownloadApp .hDownAppWrapRightList ul li a img {
  max-width: 140px; }
.homeDownloadApp .hDownAppWrapRightList ul li + li {
  margin-top: 0;
  margin-left: 20px; }
.homeDownloadApp .hDownAppWrapRightQR {
  margin-top: 30px; }
.homeDownloadApp .hDownAppWrapRightQR img {
  max-width: 140px;
  margin: 0 auto; }

.homeLodging {
  position: relative;
  overflow: hidden; }
.homeLodging .bglodging {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -100px;
  width: 600px; }
.homeLodging .container {
  position: relative; }
.homeLodging .container > h3 {
  position: relative; }
.homeLodging .hlodgingText {
  position: relative; }
.homeLodging .hlodgingText .hlodgingTextLeft .hlodgingTextInner {
  text-align: center; }
.homeLodging .hlodgingText .hlodgingTextLeft .hlodgingTextInner [class*="btn"] {
  margin-top: 30px; }
.homeLodging .hlodgingText .hlodgingTextLeft .hlodgingTextInner [class*="btnBig"] {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 30px; }
.homeLodging .hlodgingText .hlodgingTextRight {
  margin-top: 30px; }
.homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
.homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg .hlodgingTextRightImgInner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 2%;
  top: 2%;
  width: 93%;
  height: 90%;
  overflow: hidden; }
.homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg .hlodgingTextRightImgInner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg .hlodgingTextRightImgDec {
  position: absolute;
  right: -5%;
  bottom: -8%;
  width: 40%; }

.homeExpo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 80px 0 160px; }
.homeExpo .bgExpo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeExpo .bgExpoDots01 {
  display: none; }
.homeExpo .bgExpoDots02 {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: auto;
  height: 160px;
  object-fit: cover; }
.homeExpo .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #35cfdf;
  background: linear-gradient(0deg, #35cfdf 0%, rgba(53, 207, 223, 0.7) 100%); }
.homeExpo .container {
  position: relative; }
.homeExpo .container > h2 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
.homeExpo .hExpoText {
  position: relative;
  z-index: 1; }
.homeExpo .hExpoTextLeft .hExpoTextLeftCircle {
  position: relative;
  width: 100%;
  max-width: 170px;
  margin: 0 auto; }
.homeExpo .hExpoTextLeft .hExpoTextLeftCircle img {
  width: 100%;
  height: auto; }
.homeExpo .hExpoTextLeft .hExpoTextLeftCircle p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-weight: 700;
  text-align: center; }
.homeExpo .hExpoTextLeft .hExpoTextLeftCircle p strong {
  font-size: 48px;
  font-size: 3rem;
  color: #01628a;
  line-height: 0.9;
  display: block;
  text-shadow: 2px 3px 0px white; }
.homeExpo .hExpoTextLeft .hExpoTextLeftCircle p span {
  font-size: 18px;
  font-size: 1.125rem; }
.homeExpo .hExpoTextLeft .expNatInt {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }
.homeExpo .hExpoTextLeft .expNatInt em {
  color: #fff; }
.homeExpo .hExpoTextRight {
  margin-top: 40px; }
.homeExpo .hExpoTextRight .hExpoTextRightBtn [class*="btnBig"] {
  max-width: 280px;
  margin: 0 auto;
  display: table; }
.homeExpo .hExpoTextRight .hExpoTextRighBar {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  margin-top: 40px; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span {
  display: block;
  width: 30px;
  height: 3px;
  display: block; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span:nth-child(1) {
  background-color: #ffcb04; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span:nth-child(2) {
  background-color: #f67d33; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span:nth-child(3) {
  background-color: #cf0c0e; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span:nth-child(4) {
  background-color: #a41a4b; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span:nth-child(5) {
  background-color: #00628a; }
.homeExpo .hExpoTextRight .hExpoTextRighBar span:nth-child(6) {
  background-color: #1b384b; }

.homeMasterConf {
  background-color: #012139; }
.homeMasterConf h2 {
  color: #fff;
  text-align: center; }
.homeMasterConf h2.borderHeader:after {
  background-color: #acf8ff; }
.homeMasterConf h2.spHeader span {
  color: #fff; }
.homeMasterConf .hMasterConfInnerText {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  padding: 20px 0 40px; }
.homeMasterConf .hMasterConfSlider {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }
.homeMasterConf .hMasterConfSlider:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #012139;
  background: linear-gradient(90deg, #012139 0%, rgba(1, 33, 57, 0) 100%);
  z-index: 1; }
.homeMasterConf .hMasterConfSlider:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #012139;
  background: linear-gradient(270deg, #012139 0%, rgba(1, 33, 57, 0) 100%);
  z-index: 1; }
.homeMasterConf .hMasterConfSlider .hMasterConfSldEle {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  display: block;
  padding: 0 5px; }
.homeMasterConf .hMasterConfSlider .hMasterConfSldEle img {
  width: 100%;
  height: auto; }
.homeMasterConf .hMasterConfSlider .hMasterConfSldEle.slick-current {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.homeMasterConf .hMasterConfSlider .slick-dots {
  margin-top: 20px;
  position: relative;
  bottom: initial; }
.homeMasterConf .hMasterConfSlider .slick-dots li {
  margin: 0; }
.homeMasterConf .hMasterConfSlider .slick-dots li button {
  position: relative; }
.homeMasterConf .hMasterConfSlider .slick-dots li button:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  opacity: 1; }
.homeMasterConf .hMasterConfSlider .slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px; }
.homeMasterConf .hMasterConfSlider .slick-dots li:before {
  display: none; }
.homeMasterConf .hMasterConfBtn {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px; }
.homeMasterConf .hMasterConfBtn [class*="btn"] {
  width: 100%;
  max-width: 360px; }

.homeWorkshops {
  position: relative;
  padding: 80px 0; }
.homeWorkshops .hWsBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeWorkshops .container {
  position: relative;
  z-index: 1; }
.homeWorkshops .hWorkshopsWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column-reverse;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  position: relative; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 430px;
  margin: 0 auto;
  margin-top: 40px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: #012139 2px solid; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb1 {
  background-color: rgba(26, 74, 115, 0.04); }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb2 {
  background-color: rgba(255, 255, 255, 0.34); }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb3 {
  background-color: #63abb8; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb4 {
  background-color: rgba(26, 74, 115, 0.04); }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb5 {
  background-color: rgba(26, 74, 115, 0.26); }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c1 {
  background-color: #00a2c9;
  border-color: #034164; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c2 {
  background-color: #00608b;
  border-color: #034164; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c3 {
  background-color: #01ccdd;
  border-color: #195474; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c4 {
  background-color: #0192b1;
  border-color: #034164; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c5 {
  background-color: #00d7e4;
  border-color: #195474; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c6 {
  background-color: #006a92;
  border-color: #034164; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c7 {
  background-color: #35adbb;
  border-color: #195474; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c8 {
  background-color: #00507d;
  border-color: #034164; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c9 {
  background-color: #00d5e3;
  border-color: #195474; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.c10 {
  background-color: #31acbb;
  border-color: #034164; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb1 {
  left: 0;
  top: 84px;
  width: 30px;
  height: 30px;
  opacity: 0.26; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb2 {
  left: 260px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.43; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb3 {
  left: 305px;
  top: 170px;
  width: 20px;
  height: 20px;
  opacity: 0.26; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb4 {
  left: 310px;
  top: 230px;
  width: 40px;
  height: 40px;
  opacity: 0.26; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.fb5 {
  left: 85px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.26; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b1 {
  left: 36px;
  top: 20px;
  width: 60px;
  height: 60px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b1 p {
  font-size: 6px;
  font-size: 0.375rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b2 {
  left: 170px;
  top: 0;
  width: 60px;
  height: 60px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b2 p {
  font-size: 10px;
  font-size: 0.625rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b3 {
  left: 100px;
  top: 55px;
  width: 90px;
  height: 90px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b3 p {
  font-size: 11px;
  font-size: 0.6875rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b4 {
  left: 235px;
  top: 55px;
  width: 90px;
  height: 90px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b4 p {
  font-size: 11px;
  font-size: 0.6875rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b5 {
  left: 20px;
  top: 140px;
  width: 75px;
  height: 75px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b5 p {
  font-size: 7px;
  font-size: 0.4375rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b6 {
  left: 120px;
  top: 145px;
  width: 160px;
  height: 160px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b6 p {
  font-size: 20px;
  font-size: 1.25rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b7 {
  left: 0;
  top: 240px;
  width: 115px;
  height: 115px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b7 p {
  font-size: 16px;
  font-size: 1rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b8 {
  left: 130px;
  top: 330px;
  width: 60px;
  height: 60px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b8 p {
  font-size: 6px;
  font-size: 0.375rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b9 {
  right: 0;
  top: 290px;
  width: 110px;
  height: 110px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b9 p {
  font-size: 12px;
  font-size: 0.75rem; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b10 {
  left: 220px;
  bottom: 0;
  width: 40px;
  height: 40px; }
.homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb.b10 p {
  font-size: 6px;
  font-size: 0.375rem; }
.homeWorkshops .hWorkshopsRight p {
  text-align: center; }
.homeWorkshops .hWorkshopsRight .hWorkshopsRightBtn {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px; }
.homeWorkshops .hWorkshopsRight .hWorkshopsRightBtn [class*="btnBig"] {
  max-width: 280px;
  margin: 0 auto;
  display: table; }
.homeWorkshops .hWorkshopsRight .hWorkshopsRightBtn .floatBoarder {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; }
.homeWorkshops .hWorkshopsRight .hWorkshopsRightBtn .floatBoarder:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 160px;
  height: 2px;
  display: block;
  background-color: #012139;
  display: block; }

.homeLines {
  position: relative; }
.homeLines .hlBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeLines .container {
  position: relative;
  z-index: 1; }
.homeLines .hLinesIntro .hLinesIntroText {
  text-align: center; }
.homeLines .hLinesIntro .hLinesIntroText [class*="btnBig"] {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 40px; }
.homeLines .hLinesIntro .hLinesIntroImg {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  margin-top: 60px; }
.homeLines .hLinesIntro .hLinesIntroImg img {
  width: 80%; }
.homeLines .hLinesIntro .hLinesIntroImg img.hliiSec {
  width: 50%;
  position: absolute;
  bottom: -13%;
  right: 0; }
.homeLines .hLinesList {
  margin-top: 80px; }
.homeLines .hLinesList .hLinesListWrap {
  overflow: auto;
  width: 100%;
  max-width: 510px;
  max-height: 470px;
  margin: 0 auto; }
.homeLines .hLinesList .hLinesListWrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px; }
.homeLines .hLinesList .hLinesListWrap::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5); }
.homeLines .hLinesList .hLinesListWrap [class*="btnBig"] {
  margin: 20px; }
.homeLines .hLinesExtra {
  margin-top: 60px; }
.homeLines .hLinesExtra img {
  max-width: 410px;
  margin: 0 auto; }

.homeMap {
  color: #fff;
  padding: 120px 0;
  background-color: #012139; }
.homeMap h2, .homeMap h3, .homeMap h4 {
  color: #fff; }
.homeMap .hMap p {
  text-align: center;
  margin-bottom: 30px; }
.homeMap .hMap p i {
  margin-right: 5px; }
.homeMap .hMap [class*="btn"] {
  display: table;
  margin: 0 auto;
  margin-top: 30px; }
.homeMap .hMapWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column-reverse;
  -webkit-box-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse; }
.homeMap .hMapWrapLeft {
  margin-top: 80px; }
.homeMap .hMapWrapLeft img {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto; }
.homeMap .hMapWrapRight {
  position: relative;
  text-align: center;
  padding-bottom: 40px; }
.homeMap .hMapWrapRight p {
  margin-bottom: 40px; }
.homeMap .hMapWrapRight p strong {
  color: #34d6e7; }
.homeMap .hMapWrapRight [class*="btnBig"] {
  max-width: 280px;
  margin: 0 auto; }
.homeMap .hMapWrapRight .floatBoarder {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; }
.homeMap .hMapWrapRight .floatBoarder:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 120px;
  height: 2px;
  display: block;
  background-color: #fff;
  display: block; }

.homeFaqs {
  position: relative;
  overflow: hidden; }
.homeFaqs .bgFaqs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeFaqs .container {
  position: relative; }
.homeFaqs .hFaqsWrap .hFaqsLeft {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
.homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }
.homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg .hFaqsLeftImgInner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 2%;
  top: 2%;
  width: 93%;
  height: 90%;
  overflow: hidden; }
.homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg .hFaqsLeftImgInner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg .hFaqsLeftImgDec {
  position: absolute;
  right: -25%;
  bottom: -15%;
  width: 70%; }
.homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg .hFaqsLeftImgDec .hFaqsLeftImgDecInner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 2%;
  top: 2%;
  width: 93%;
  height: 90%;
  overflow: hidden; }
.homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg .hFaqsLeftImgDec .hFaqsLeftImgDecInner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeFaqs .hFaqsWrap .hFaqsLeft + .hFaqsRight {
  margin-top: 80px; }
.homeFaqs .hFaqsWrap .hFaqsRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: #fff 4px solid; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
  position: relative;
  padding-right: 40px;
  cursor: pointer; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc dt .toggleBtn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc dt .toggleBtn i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-size: 1rem;
  color: #34d6e7; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc dt .toggleBtn i:before {
  display: block; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc dd {
  display: none; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc.open {
  border-color: #34d6e7;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc.open dt {
  padding-bottom: 20px; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc.open dt .toggleBtn {
  background-color: #34d6e7; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc.open dt .toggleBtn i {
  color: #fff; }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc.open dt .toggleBtn i:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.homeFaqs .hFaqsWrap .hFaqsRight .hFaqsAcc + .hFaqsAcc {
  margin-top: 20px; }

.homeMedia {
  position: relative;
  overflow: hidden; }
.homeMedia .bgMedia {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeMedia .container {
  position: relative; }
.homeMedia .container > h2, .homeMedia .container > h3 {
  text-align: center; }
.homeMedia .hMedia {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%; }
.homeMedia .hMedia .hMediaEle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: block;
  padding: 0 20px; }
.homeMedia .hMedia .hMediaEle img {
  max-width: 200px;
  margin: 0 auto; }

.homeSponsors {
  position: relative;
  padding: 180px 0; }
.homeSponsors .hSponsorsBar {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 30px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto; }
.homeSponsors .hSponsorsBar span {
  display: block;
  width: 30px;
  height: 3px;
  display: block; }
.homeSponsors .hSponsorsBar span:nth-child(1) {
  background-color: #ffcb04; }
.homeSponsors .hSponsorsBar span:nth-child(2) {
  background-color: #f67d33; }
.homeSponsors .hSponsorsBar span:nth-child(3) {
  background-color: #cf0c0e; }
.homeSponsors .hSponsorsBar span:nth-child(4) {
  background-color: #a41a4b; }
.homeSponsors .hSponsorsBar span:nth-child(5) {
  background-color: #00628a; }
.homeSponsors .hSponsorsBar span:nth-child(6) {
  background-color: #1b384b; }
.homeSponsors:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #012139; }
.homeSponsors .hSponsorsWrap {
  position: relative; }
.homeSponsors .hSponsorsWrap .hsfloatCircle1 {
  display: none; }
.homeSponsors .hSponsorsWrap .hsfloatCircle2 {
  position: absolute;
  left: calc(100% - 120px);
  top: -120px;
  width: 120px;
  height: auto; }
.homeSponsors .hSponsorsWrap .hsfloatCircle3 {
  position: absolute;
  left: 0;
  top: -50px;
  width: 50px;
  height: auto; }
.homeSponsors .hSponsorsWrap .hsfloatCircle4 {
  display: none; }
.homeSponsors .hSponsorsWrap .hsfloatCircle5 {
  display: none; }
.homeSponsors .hSponsorsWrap .hsfloatCircle6 {
  position: absolute;
  right: 0;
  bottom: -160px;
  width: 142px; }
.homeSponsors .hSponsorsWrap .hSponsorsCircle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0 auto;
  background-color: #012139; }
.homeSponsors .hSponsorsWrap .hSponsorsCircle h1, .homeSponsors .hSponsorsWrap .hSponsorsCircle h2 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.homeSponsors .hSponsorsWrap .hSponsorsCircle h1:after, .homeSponsors .hSponsorsWrap .hSponsorsCircle h2:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  width: 80px;
  height: 2px;
  bottom: -10px;
  display: block;
  background-color: #2d829a; }
.homeSponsors .hSponsorsWrap [class*="btn"] {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 40px; }

.homeCompActivities {
  position: relative;
  overflow: hidden;
  background-color: #012139; }
.homeCompActivities .bgCompActTop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 380px;
  background-color: #012139; }
.homeCompActivities .bgCompActTop img {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: 90%;
  max-width: 520px; }
.homeCompActivities .bgCompActBottom {
  position: absolute;
  left: 0;
  top: 380px;
  width: 100%;
  height: calc(100% - 380px); }
.homeCompActivities .bgCompActBottom img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.homeCompActivities .container {
  position: relative; }
.homeCompActivities .container > h2, .homeCompActivities .container > h3 {
  color: #fff;
  text-align: center; }
.homeCompActivities .container > h2.borderHeader:after, .homeCompActivities .container > h3.borderHeader:after {
  background-color: #0aa8c6; }
.homeCompActivities .container > h2.spHeader span, .homeCompActivities .container > h3.spHeader span {
  color: #fff; }
.homeCompActivities .hCompActCarousel {
  margin-top: 80px; }
.homeCompActivities .hCompActCarSlider {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.homeCompActivities .hCompActCarSlider:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #012139;
  background: linear-gradient(90deg, #012139 0%, rgba(1, 33, 57, 0) 100%);
  z-index: 1; }
.homeCompActivities .hCompActCarSlider:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #012139;
  background: linear-gradient(270deg, #012139 0%, rgba(1, 33, 57, 0) 100%);
  z-index: 1; }
.homeCompActivities .hCompActCarSlider .hCompActCarSldEle {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 0 10px; }
.homeCompActivities .hCompActCarSlider .hCompActCarSldEle img {
  width: 100%;
  height: auto; }
.homeCompActivities .hCompActCarSlider .slick-dots {
  margin-top: 20px;
  position: relative;
  bottom: initial; }
.homeCompActivities .hCompActCarSlider .slick-dots li {
  margin: 0; }
.homeCompActivities .hCompActCarSlider .slick-dots li button {
  position: relative; }
.homeCompActivities .hCompActCarSlider .slick-dots li button:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  opacity: 1; }
.homeCompActivities .hCompActCarSlider .slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px; }
.homeCompActivities .hCompActCarSlider .slick-dots li:before {
  display: none; }
.homeCompActivities .hCompActBtn {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px; }
.homeCompActivities .hCompActBtn [class*="btn"] {
  width: 100%;
  max-width: 360px; }

.homeMainSponsors {
  position: relative;
  overflow: hidden; }
.homeMainSponsors .bgMainSpon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeMainSponsors .container {
  position: relative; }
.homeMainSponsors .hMainSponWrap {
  margin-top: 60px; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 0; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid li {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 50%;
  margin: 5px 0; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid li a {
  position: relative;
  display: block;
  width: 120px;
  height: 125px; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid li a .bgMainSponCircle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid li a .imgSponsorBrand {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid li a .imgSponsorBrand.sp {
  width: 60%; }
.homeMainSponsors .hMainSponWrap .hMainSponGrid li + li {
  margin-top: 0; }
.homeMainSponsors .hMainSponWrap .hMainSponBtn {
  margin-top: 60px; }
.homeMainSponsors .hMainSponWrap .hMainSponBtn [class*="btn"] {
  max-width: 280px;
  margin: 0 auto; }

.homeBuschSect {
  position: relative; }
.homeBuschSect .hBuschSectWrap .hBuschSectLeft img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightLabel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  top: 0;
  padding: 10px 30px;
  background-color: #012139; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightText p {
  text-align: center;
  font-weight: 700; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightText img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightMore p {
  text-align: center;
  font-weight: 700; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightMore a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff5800;
  display: block;
  text-align: center;
  margin-top: 10px; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightBtn {
  margin-top: 30px; }
.homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightBtn [class*="btn"] {
  margin: 0 auto;
  max-width: 240px; }

.promoText {
  margin-top: -300px;
  padding: 70px 0;
  background-color: #012139; }
.promoText .container {
  position: relative; }
.promoText .promoTextImg {
  position: absolute;
  left: 43%;
  top: -10px; }
.promoText .promoTextImg img {
  max-width: 150px; }
.promoText .promoTextInner {
  color: #fff;
  position: relative; }
.promoText .promoTextInner h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0; }

.prevVideo {
  position: relative;
  overflow: hidden; }
.prevVideo .bgVideo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.prevVideo .container {
  position: relative; }
.prevVideo .prevVideoWrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.prevVideo .prevVideoWrap .video-js {
  width: 100%;
  height: 210px; }
.prevVideo .prevVideoWrap .embed-container {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.gallery {
  position: relative;
  overflow: hidden; }
.gallery .bgGallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.gallery .container {
  position: relative; }
.gallery .galleryGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -4px; }
.gallery .galleryGrid .galleryBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 4px; }
.gallery .galleryGrid .galleryBox img {
  height: 175px;
  object-fit: cover; }
.gallery .galleryGrid .galleryBox.hide {
  display: none; }
.gallery .btnCont {
  margin-top: 20px; }

.contact:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
  background-color: #fff;
  display: block; }
.contact .container {
  position: relative; }
.contact .contactWrap .contactLeft .contactLeftInfo {
  color: #fff;
  position: relative;
  padding-top: 30px; }
.contact .contactWrap .contactLeft .contactLeftInfo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 4px;
  background-color: #fff;
  display: block; }
.contact .contactWrap .contactLeft .contactLeftInfo p.iconParag {
  position: relative;
  padding-left: 30px; }
.contact .contactWrap .contactLeft .contactLeftInfo p.iconParag i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px; }
.contact .contactWrap .contactLeft .contactLeftInfo p.iconParag i:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.contact .contactWrap .contactLeft .contactLeftInfo p.iconParag a:hover {
  text-decoration: underline; }
.contact .contactWrap .contactLeft .contactLeftMap {
  display: none; }
.contact .contactWrap .contactRight {
  margin-top: 40px; }
.contact .contactWrap .contactRight .contactRightBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  background-color: #fff; }
.contact .contactWrap .contactRight .contactRightBox .radioButtonGroup {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.contact .contactWrap .contactRight .contactRightBox .radioButtonGroup [class*="radioButton"] {
  width: calc(50% - 5px); }
.contact .contactWrap .contactRight .contactRightBox .radioGroup {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.contact .contactWrap .contactRight .contactRightBox .radioGroup [class*="radioCustom"] + [class*="radioCustom"] {
  margin-left: 20px; }
.contact .contactWrap .contactRight .contactRightBox .btnCont {
  margin-top: 30px; }

@media only screen and (min-width: 520px) {
  .mainBanner .mainBannerInfo .container {
    padding-left: 40px;
    padding-right: 40px; }
  .mainBanner .mainBannerInfo .mainBannerInfoInner h1 {
    font-size: 36px;
    font-size: 2.25rem; }
  .mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerTop {
    padding: 30px; }
  .mainBanner .mainBannerInfo .mainBannerBtndos.mainBannerBtntres {
    max-width: 220px; }

  .circleDate {
    height: 215px;
    top: -236px; }
  .circleDate .container {
    height: 215px; }
  .circleDate .circleDateWrap {
    width: 200px;
    height: 215px; }
  .circleDate .circleDateWrap .circleDateText {
    width: calc(100% - 40px); }
  .circleDate .circleDateWrap .circleDateText p {
    font-size: 20px;
    font-size: 1.25rem; }
  .circleDate .circleDateWrap .circleDateText p strong {
    font-size: 12px;
    font-size: 0.75rem; }
  .circleDate .circleDateWrap .circleDateText p span {
    font-size: 18px;
    font-size: 1.125rem; }
  .circleDate.prev {
    margin-bottom: -215px; }

  .homeMainSponsors .hMainSponWrap .hMainSponGrid {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center; }
  .homeMainSponsors .hMainSponWrap .hMainSponGrid li {
    margin: 10px 0; }
  .homeMainSponsors .hMainSponWrap .hMainSponGrid li a {
    width: 160px;
    height: 166px; } }
@media only screen and (min-height: 760px) {
  .mainBanner .mainBannerInfo .mainBannerBtndos {
    width: calc(100% - 260px);
    bottom: 96px; }
  .mainBanner .mainBannerInfo .mainBannerBtntres {
    width: calc(100% - 260px);
    bottom: 20px; }

  .circleDate {
    height: 215px;
    top: -236px; }
  .circleDate .container {
    height: 215px; }
  .circleDate .circleDateWrap {
    width: 200px;
    height: 215px; }
  .circleDate .circleDateWrap .circleDateText {
    width: calc(100% - 40px); }
  .circleDate .circleDateWrap .circleDateText p {
    font-size: 20px;
    font-size: 1.25rem; }
  .circleDate .circleDateWrap .circleDateText p strong {
    font-size: 12px;
    font-size: 0.75rem; }
  .circleDate .circleDateWrap .circleDateText p span {
    font-size: 18px;
    font-size: 1.125rem; }
  .circleDate.prev {
    margin-bottom: -215px; } }
@media only screen and (min-width: 960px) {
  .placeBar .placeBarInner p {
    font-weight: 700; }
  .placeBar .placeBarInner p span {
    display: inline-block;
    padding-right: 5px; }

  .mainBanner {
    height: calc(100vh - 190px); }
  .mainBanner .mainBannerMedia {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .mainBanner .mainBannerMedia iframe {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    display: block; }
  .mainBanner .mainBannerMedia img {
    display: none; }
  .mainBanner .mainBannerInfo {
    background: #35cfdf;
    background: linear-gradient(0deg, #35cfdf 0%, rgba(53, 207, 223, 0.2) 70%); }
  .mainBanner .mainBannerInfo .container {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .mainBanner .mainBannerInfo .mainBannerInfoInner {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    border: rgba(255, 255, 255, 0.2) 3px solid; }
  .mainBanner .mainBannerInfo .mainBannerInfoInner .mainBannerInfoInnerTop {
    padding: 30px 40px; }
  .mainBanner .mainBannerInfo .mainBannerInfoInner h1 {
    font-size: 52px;
    font-size: 3.25rem;
    margin-bottom: 20px; }
  .mainBanner .mainBannerInfo .mainBannerInfoInner p {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 20px; }
  .mainBanner .mainBannerInfo .mainBannerBtn {
    position: absolute;
    top: 40px;
    right: 20px;
    display: block; }
  .mainBanner .mainBannerInfo .mainBannerBtn [class*="btnBig"] {
    width: 420px; }
  .mainBanner .mainBannerInfo .mainBannerBtndos {
    position: absolute;
    top: 140px;
    right: 20px;
    display: block;
    width: auto;
    max-width: initial; }
  .mainBanner .mainBannerInfo .mainBannerBtndos [class*="btnBig"] {
    width: 420px; }
  .mainBanner .mainBannerInfo .mainBannerBtntres {
    position: absolute;
    top: 240px;
    right: 20px;
    display: block;
    width: auto;
    max-width: initial; }
  .mainBanner .mainBannerInfo .mainBannerBtntres [class*="btnBig"] {
    width: 420px; }

  .circleDate {
    height: 278px;
    top: -220px; }
  .circleDate .container {
    height: 278px; }
  .circleDate .circleDateWrap {
    top: 0;
    width: 260px;
    height: 278px; }
  .circleDate .circleDateWrap .circleDateText {
    margin-top: -4px; }
  .circleDate .circleDateWrap .circleDateText p {
    font-size: 24px;
    font-size: 1.5rem; }
  .circleDate .circleDateWrap .circleDateText p strong {
    font-size: 14px;
    font-size: 0.875rem; }
  .circleDate .circleDateWrap .circleDateText p span {
    font-size: 21px;
    font-size: 1.3125rem; }
  .circleDate.prev {
    margin-bottom: -278px; }

  .mainLabel {
    padding: 40px 0; }
  .mainLabel h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .mainLabel .mainLabelBtn {
    margin-top: 20px;
    padding-top: 20px; }
  .mainLabel .mainLabelBtn p {
    font-size: 24px;
    font-size: 1.5rem; }
  .mainLabel .mainLabelBtn [class*="btn"] {
    margin-top: 20px; }

  .homeDownloadApp .hDownAppWrapLeft {
    width: 30%; }
  .homeDownloadApp .hDownAppWrapLeft img {
    max-width: 220px; }
  .homeDownloadApp .hDownAppWrapRight {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row-reverse;
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    position: relative;
    width: 70%;
    padding-left: 7.5%; }
  .homeDownloadApp .hDownAppWrapRight:before {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    left: 0;
    width: 3px;
    height: 90%;
    display: block;
    background-color: #012139; }
  .homeDownloadApp .hDownAppWrapRightList ul li a img {
    max-width: 240px; }
  .homeDownloadApp .hDownAppWrapRightQR {
    padding-right: 40px; }
  .homeDownloadApp .hDownAppWrapRightQR img {
    max-width: 240px; }

  .homeMasterConf .hMasterConfInnerText {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 20px 0 60px; }
  .homeMasterConf .hMasterConfSlider {
    max-width: 1200px;
    padding: 0 20px; }
  .homeMasterConf .hMasterConfSlider:before, .homeMasterConf .hMasterConfSlider:after {
    display: none; }
  .homeMasterConf .hMasterConfSlider .hMasterConfSldEle {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    padding: 0 30px; }
  .homeMasterConf .hMasterConfSlider .hMasterConfSldEle:nth-child(odd) {
    margin-top: 80px; }
  .homeMasterConf .hMasterConfSlider .slick-prev {
    left: -10px; }
  .homeMasterConf .hMasterConfSlider .slick-prev:before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-width: 25px 20px 25px 0;
    border-color: transparent #FFF transparent transparent;
    transform: rotate(0deg);
    opacity: 1; }
  .homeMasterConf .hMasterConfSlider .slick-next {
    right: -10px; }
  .homeMasterConf .hMasterConfSlider .slick-next:before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(0deg);
    opacity: 1; }

  .homeWorkshops .hWorkshopsWrap {
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .homeWorkshops .hWorkshopsLeft {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 150px 0; }
  .homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles {
    -moz-transform: scale(1.6667);
    -ms-transform: scale(1.6667);
    -webkit-transform: scale(1.6667);
    transform: scale(1.6667); }
  .homeWorkshops .hWorkshopsLeft .hWorkshopsLeftBubbles .hwslb {
    border-width: 1.3px; }
  .homeWorkshops .hWorkshopsRight {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 80px; }
  .homeWorkshops .hWorkshopsRight p {
    font-size: 26px;
    font-size: 1.625rem; }

  .homeLodging .bglodging {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    object-fit: contain;
    object-position: 85%; }
  .homeLodging .container {
    position: relative; }
  .homeLodging .container > h3 {
    position: relative; }
  .homeLodging .hlodgingText {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
    width: 100%; }
  .homeLodging .hlodgingText .hlodgingTextLeft {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    width: 50%; }
  .homeLodging .hlodgingText .hlodgingTextLeft .hlodgingTextInner {
    text-align: left;
    width: 100%;
    max-width: 480px; }
  .homeLodging .hlodgingText .hlodgingTextLeft .hlodgingTextInner p {
    font-size: 20px;
    font-size: 1.25rem; }
  .homeLodging .hlodgingText .hlodgingTextLeft .hlodgingTextInner [class*="btnBig"] {
    margin: 0;
    margin-top: 30px; }
  .homeLodging .hlodgingText .hlodgingTextRight {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-top: 0; }
  .homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg {
    position: relative;
    width: 75%;
    max-width: initial;
    margin: 0 auto; }
  .homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg .hlodgingTextRightImgInner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 2%;
    top: 2%;
    width: 93%;
    height: 90%;
    overflow: hidden; }
  .homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg .hlodgingTextRightImgInner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homeLodging .hlodgingText .hlodgingTextRight .hlodgingTextRightImg .hlodgingTextRightImgDec {
    position: absolute;
    right: -5%;
    bottom: -8%;
    width: 40%; }

  .homeExpo {
    padding: 100px 0 200px; }
  .homeExpo .bgExpoDots01 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 350px;
    display: block; }
  .homeExpo .bgExpoDots02 {
    right: 10%;
    height: 200px; }
  .homeExpo .hExpoText {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .homeExpo .hExpoText .hExpoTextLeftCircle {
    max-width: 250px; }
  .homeExpo .hExpoText .hExpoTextLeftCircle p {
    font-size: 22px;
    font-size: 1.375rem; }
  .homeExpo .hExpoText .hExpoTextLeftCircle p strong {
    font-size: 72px;
    font-size: 4.5rem; }
  .homeExpo .hExpoText .hExpoTextLeftCircle p span {
    font-size: 24px;
    font-size: 1.5rem; }
  .homeExpo .hExpoText .expNatInt {
    font-size: 36px;
    font-size: 2.25rem;
    max-width: 340px; }
  .homeExpo .hExpoTextLeft {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .homeExpo .hExpoTextRight {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .homeExpo .hExpoTextRight .hExpoTextRightBtn [class*="btnBig"] {
    max-width: 440px; }
  .homeExpo .hExpoTextRight .hExpoTextRighBar {
    max-width: 400px; }
  .homeExpo .hExpoTextRight .hExpoTextRighBar span {
    width: 40px;
    height: 4px; }

  .homeLines .hLinesIntro {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row-reverse;
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .homeLines .hLinesIntro .hLinesIntroText {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 80px; }
  .homeLines .hLinesIntro .hLinesIntroText p {
    font-size: 26px;
    font-size: 1.625rem; }
  .homeLines .hLinesIntro .hLinesIntroImg {
    max-width: 620px;
    margin-top: 0; }
  .homeLines .hLinesList {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 120px; }
  .homeLines .hLinesList .hLinesListWrap {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    max-width: initial;
    max-height: initial;
    overflow: visible; }
  .homeLines .hLinesList .hLinesListWrap [class*="btnBig"] {
    width: calc(25% - 40px); }
  .homeLines .hLinesExtra {
    margin-bottom: -180px; }
  .homeLines .hLinesExtra img {
    margin: 0; }

  .homeMap {
    padding: 80px 0; }
  .homeMap .hMap p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px; }
  .homeMap .hMap [class*="btn"] {
    margin-top: 40px; }
  .homeMap .hMapWrap {
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .homeMap .hMapWrapLeft {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-top: 0; }
  .homeMap .hMapWrapRight {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .homeMap .hMapWrapRight p {
    font-size: 24px;
    font-size: 1.5rem; }
  .homeMap .hMapWrapRight [class*="btnBig"] {
    max-width: 480px; }

  .homeFaqs .hFaqsWrap {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .homeFaqs .hFaqsWrap .hFaqsLeft {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 50%; }
  .homeFaqs .hFaqsWrap .hFaqsLeft .hFaqsLeftImg {
    width: 75%;
    max-width: initial;
    margin: 0; }
  .homeFaqs .hFaqsWrap .hFaqsLeft + .hFaqsRight {
    margin-top: 0; }
  .homeFaqs .hFaqsWrap .hFaqsRight {
    width: 50%;
    padding-left: 40px; }

  .homeMedia .hMedia .hMediaEle {
    width: 25%; }

  .homeSponsors {
    position: relative;
    padding: 180px 0; }
  .homeSponsors .hSponsorsBar {
    position: absolute;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    left: initial;
    position: absolute;
    top: 80px;
    right: 180px;
    max-width: 400px; }
  .homeSponsors .hSponsorsBar span {
    width: 40px;
    height: 4px; }
  .homeSponsors .hSponsorsWrap {
    position: relative; }
  .homeSponsors .hSponsorsWrap .hsfloatCircle1 {
    position: absolute;
    left: 80px;
    top: 0;
    width: 160px;
    height: auto;
    display: block; }
  .homeSponsors .hSponsorsWrap .hsfloatCircle2 {
    left: initial;
    right: 80px;
    top: 0;
    width: 160px; }
  .homeSponsors .hSponsorsWrap .hsfloatCircle3 {
    left: initial;
    right: 0;
    top: -50px;
    width: 40px; }
  .homeSponsors .hSponsorsWrap .hsfloatCircle4 {
    position: absolute;
    left: 0;
    top: 200px;
    width: 90px;
    height: auto;
    display: block; }
  .homeSponsors .hSponsorsWrap .hsfloatCircle5 {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 60px;
    height: auto;
    display: block;
    mix-blend-mode: multiply; }
  .homeSponsors .hSponsorsWrap .hSponsorsCircle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    background-color: #012139; }
  .homeSponsors .hSponsorsWrap .hSponsorsCircle h1, .homeSponsors .hSponsorsWrap .hSponsorsCircle h2 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  .homeSponsors .hSponsorsWrap .hSponsorsCircle h1:after, .homeSponsors .hSponsorsWrap .hSponsorsCircle h2:after {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 80px;
    height: 2px;
    bottom: -10px;
    display: block;
    background-color: #2d829a; }
  .homeSponsors .hSponsorsWrap [class*="btn"] {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 40px; }

  .homeCompActivities .bgCompActTop {
    height: 420px; }
  .homeCompActivities .bgCompActBottom {
    top: 420px;
    height: calc(100% - 420px); }
  .homeCompActivities .hCompActCarSlider:before, .homeCompActivities .hCompActCarSlider:after {
    display: none; }
  .homeCompActivities .hCompActBtn {
    margin-top: 60px; }

  .homeMainSponsors .hMainSponWrap .hMainSponGrid {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto; }
  .homeMainSponsors .hMainSponWrap .hMainSponGrid li {
    width: 33.33%; }
  .homeMainSponsors .hMainSponWrap .hMainSponGrid li a {
    width: 200px;
    height: 207px; }

  .homeBuschSect {
    padding-top: 0; }
  .homeBuschSect .hBuschSectWrap {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .homeBuschSect .hBuschSectWrap .hBuschSectLeft {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-top: 70px; }
  .homeBuschSect .hBuschSectWrap .hBuschSectLeft img {
    max-width: 480px; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-top: 70px; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightLabel {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 20px 40px; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightText {
    margin-top: 60px; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightText p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightText img {
    max-width: initial; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightMore p {
    font-size: 24px;
    font-size: 1.5rem; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightMore a {
    font-size: 28px;
    font-size: 1.75rem; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightBtn {
    margin-top: 30px; }
  .homeBuschSect .hBuschSectWrap .hBuschSectRight .hBuschSectRightBtn [class*="btn"] {
    margin: 0 auto;
    max-width: 240px; }

  .promoText {
    margin-top: -360px;
    padding: 100px 0; }
  .promoText .promoTextImg {
    left: 86%;
    top: -80px; }
  .promoText .promoTextImg img {
    max-width: 190px; }
  .promoText .promoTextInner h2 {
    font-size: 36px;
    font-size: 2.25rem; }

  .prevVideo .bgVideo {
    width: 60%; }
  .prevVideo .prevVideoWrap .video-js {
    height: 540px; }

  .gallery .galleryGrid {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; }
  .gallery .galleryGrid .galleryBox {
    width: 25%;
    padding: 10px; }
  .gallery .galleryGrid .galleryBox img {
    height: 300px; }
  .gallery .btnCont {
    margin-top: 30px; }

  .contact {
    padding-bottom: 0; }
  .contact:before {
    height: 70px; }
  .contact .contactWrap {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .contact .contactWrap .contactLeft {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 60px; }
  .contact .contactWrap .contactLeft .contactLeftInfo {
    width: 100%;
    max-width: 460px; }
  .contact .contactWrap .contactLeft .contactLeftMap {
    display: block;
    width: 100%;
    max-width: 460px;
    margin-top: 30px; }
  .contact .contactWrap .contactRight {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-top: 0; }
  .contact .contactWrap .contactRight .contactRightBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px;
    background-color: #fff; }
  .contact .contactWrap .contactRight .contactRightBox .radioButtonGroup {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify; }
  .contact .contactWrap .contactRight .contactRightBox .radioButtonGroup [class*="radioButton"] {
    width: calc(50% - 5px); }
  .contact .contactWrap .contactRight .contactRightBox .radioGroup {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-top: 18px; }
  .contact .contactWrap .contactRight .contactRightBox .radioGroup [class*="radioCustom"] + [class*="radioCustom"] {
    margin-left: 20px; }
  .contact .contactWrap .contactRight .contactRightBox .btnCont {
    margin-top: 30px; } }
.genBanner {
  position: relative;
  padding: 0; }
.genBanner .genBannerImg {
  position: relative; }
.genBanner .genBannerImg img {
  width: 100%;
  height: auto;
  min-height: 420px;
  max-height: 600px;
  object-fit: cover; }
.genBanner .genBannerImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #35cfdf;
  background: linear-gradient(0deg, rgba(53, 207, 223, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%); }
.genBanner .genBannerText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.genBanner .genBannerText h1, .genBanner .genBannerText h2, .genBanner .genBannerText h3 {
  text-align: center; }
.genBanner .genBannerText h1.borderHeader, .genBanner .genBannerText h2.borderHeader, .genBanner .genBannerText h3.borderHeader {
  color: #fff;
  margin-bottom: 30px; }
.genBanner .genBannerText h1.borderHeader:after, .genBanner .genBannerText h2.borderHeader:after, .genBanner .genBannerText h3.borderHeader:after {
  background-color: #fff; }
.genBanner .genBannerText [class*="btn"] {
  margin: 0 auto;
  display: table; }

.directory {
  overflow: hidden;
  position: relative;
  padding: 60px 0 90px; }
.directory .container {
  position: relative; }
.directory .bgDots {
  position: absolute;
  bottom: -400px;
  right: -200px;
  width: 100%;
  max-width: 800px; }
.directory .directorySearch {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
.directory .directorySearch .directorySearchInput {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 80px);
  padding-right: 20px; }
.directory .directorySearch .directorySearchInput:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 12px; }
.directory .directorySearch .directorySearchInput input {
  padding-left: 40px;
  border: none;
  background-color: #f5f5f5; }
.directory .directorySearch .directorySearchView {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.directory .directorySearch .directorySearchView .dirViewMode {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  cursor: pointer; }
.directory .directorySearch .directorySearchView .dirViewMode i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #999; }
.directory .directorySearch .directorySearchView .dirViewMode:hover {
  background-color: #f5f5f5; }
.directory .directorySearch .directorySearchView .dirViewMode.active {
  background-color: #34d6e7; }
.directory .directorySearch .directorySearchView .dirViewMode.active i {
  color: #fff; }
.directory .directoryGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
.directory .directoryGrid .directoryGridBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  padding: 0 20px;
  margin: 30px 0; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxImg {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 10px; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxImg img {
  width: 100%;
  max-width: 260px;
  height: auto;
  max-height: 110px;
  object-fit: contain;
  display: block;
  margin-right: 60px; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxImg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #c1c1c1; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxText {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxText p {
  margin-bottom: 5px; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxText p + p {
  margin-top: 0; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxText a {
  color: #34d6e7;
  word-break: break-all; }
.directory .directoryGrid .directoryGridBox .directoryGridBoxText a:hover {
  text-decoration: underline; }
.directory .directoryGrid .directoryGridBox:nth-child(2n) .directoryGridBoxImg:after {
  opacity: 0; }
.directory .directoryGrid.list {
  margin-top: 10px; }
.directory .directoryGrid.list .directoryGridBox {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 0; }
.directory .directoryGrid.list .directoryGridBox .directoryGridBoxImg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  height: auto;
  padding: 0 10px; }
.directory .directoryGrid.list .directoryGridBox .directoryGridBoxImg img {
  max-width: 80px;
  max-height: initial;
  margin: 0 auto; }
.directory .directoryGrid.list .directoryGridBox .directoryGridBoxImg:after {
  display: none !important; }
.directory .directoryGrid.list .directoryGridBox .directoryGridBoxText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 75%;
  padding: 0 10px;
  margin-top: 0; }
.directory .directoryGrid.list .directoryGridBox .directoryGridBoxText p, .directory .directoryGrid.list .directoryGridBox .directoryGridBoxText a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  width: 33.33%;
  margin-bottom: 0; }
.directory .directoryGrid.list .directoryGridBox .directoryGridBoxText p strong, .directory .directoryGrid.list .directoryGridBox .directoryGridBoxText a strong {
  display: block; }
.directory .directoryGrid.list .directoryGridBox + .directoryGridBox {
  border-top: #c1c1c1 1px solid; }

.directoryMoreBtn {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px; }

@media only screen and (min-width: 760px) {
  .genBanner .genBannerImg img {
    min-height: 500px; }
  .genBanner .genBannerText h1, .genBanner .genBannerText h2, .genBanner .genBannerText h3 {
    text-align: left; }
  .genBanner .genBannerText h1.borderHeader, .genBanner .genBannerText h2.borderHeader, .genBanner .genBannerText h3.borderHeader {
    margin-bottom: 40px; }
  .genBanner .genBannerText h1.borderHeader:after, .genBanner .genBannerText h2.borderHeader:after, .genBanner .genBannerText h3.borderHeader:after {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }
  .genBanner .genBannerText [class*="btn"] {
    margin: 0;
    display: inline-block; }

  .directory .bgDots {
    bottom: -600px; }
  .directory .directoryGrid {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .directory .directoryGrid .directoryGridBox {
    width: 33.33%;
    padding: 0 20px; }
  .directory .directoryGrid .directoryGridBox .directoryGridBoxImg {
    height: 190px; }
  .directory .directoryGrid .directoryGridBox:nth-child(2n) .directoryGridBoxImg:after {
    opacity: 1; }
  .directory .directoryGrid .directoryGridBox:nth-child(3n) .directoryGridBoxImg:after {
    opacity: 0; }
  .directory .directoryGrid .directoryGridBox:last-child .directoryGridBoxImg:after {
    opacity: 0 !important; }
  .directory .directoryGrid .directoryGridBox + .directoryGridBox {
    border-top: none; }
  .directory .directoryGrid.list {
    margin-top: 30px; }
  .directory .directoryGrid.list .directoryGridBox {
    padding: 20px 0; }
  .directory .directoryGrid.list .directoryGridBox .directoryGridBoxImg {
    padding: 0 20px; }
  .directory .directoryGrid.list .directoryGridBox .directoryGridBoxText p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 20px; } }
@media only screen and (min-width: 960px) {
  .directory .directoryGrid .directoryGridBox {
    width: 25%; }
  .directory .directoryGrid .directoryGridBox:nth-child(3n) .directoryGridBoxImg:after {
    opacity: 1; }
  .directory .directoryGrid .directoryGridBox:nth-child(4n) .directoryGridBoxImg:after {
    opacity: 0; } }
.workshopSect {
  position: relative;
  overflow: hidden; }
.workshopSect .wsBgMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.workshopSect .bgWSDots01 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 190px;
  display: block;
  opacity: 0.5; }
.workshopSect .container {
  position: relative;
  z-index: 1; }
.workshopSect .workshopSectTitle h2 {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #012139; }
.workshopSect .masterConfSectTitle .spHeader span {
  color: #012139; }
.workshopSect .masterConfSectIntro {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px; }
.workshopSect .masterConfSectIntro ul {
  list-style: disc; }
.workshopSect .workshopSectIntro .workshopSectIntroBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.7); }
.workshopSect .workshopSectIntro .workshopSectIntroBox .wssibDisc {
  position: absolute;
  right: -82px;
  top: -55px;
  width: 100%;
  height: auto;
  max-width: 130px; }
.workshopSect .workshopSectBtn {
  margin-top: 30px; }
.workshopSect .workshopSectBtn.masterConfBtn {
  padding: 20px 0 30px; }
.workshopSect .workshopSectGrid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px; }
.workshopSect .workshopSectGridSlider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1; }
.workshopSect .workshopSectGridSlider .slick-arrow:before {
  display: none; }
.workshopSect .workshopSectGridSlider .slick-arrow:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.workshopSect .workshopSectGridSlider .slick-prev {
  left: -30px; }
.workshopSect .workshopSectGridSlider .slick-prev:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #012139 transparent transparent;
  transform: rotate(0deg); }
.workshopSect .workshopSectGridSlider .slick-next {
  right: -10px; }
.workshopSect .workshopSectGridSlider .slick-next:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #012139;
  transform: rotate(0deg); }
.workshopSect .workshopSectGridEle {
  position: relative;
  overflow: hidden; }
.workshopSect .workshopSectGridEle .wssgeBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.workshopSect .workshopSectGridEle .wssgePhoto {
  position: relative;
  width: 200px;
  height: 200px; }
.workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoBig {
  position: relative; }
.workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoBig img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: relative;
  z-index: 1; }
.workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoBig:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -25px;
  top: -15px;
  width: 230px;
  height: 230px;
  display: block;
  background-color: #fff; }
.workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoSmall {
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: 1; }
.workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoSmall img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: relative;
  z-index: 1; }
.workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoSmall:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 90px;
  height: 90px;
  display: block;
  background-color: #fff; }
.workshopSect .workshopSectGridEle .wssgePhoto.twoImg {
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 200px;
  margin: 0 auto; }
.workshopSect .workshopSectGridEle .wssgePhoto.twoImg .wssgePhotoBig + .wssgePhotoBig {
  position: absolute;
  left: 210px;
  top: 0;
  z-index: 1; }
.workshopSect .workshopSectGridEle .wssgePhoto.twoImg .wssgePhotoBig + .wssgePhotoBig:before {
  left: -5px; }
.workshopSect .workshopSectGridEle .wssgePhoto.twoImg .wssgePhotoSmall {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 110px;
  margin-top: 35px; }
.workshopSect .workshopSectGridEle .wssgeInfo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 1; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPerson {
  margin-top: 40px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPerson h3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-transform: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPerson h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPerson h3 + span {
  display: block; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance {
  display: inline-block;
  margin-top: 20px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance span {
  font-weight: 500;
  color: #01628a; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  padding-left: 0;
  margin-top: 10px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a {
  display: inline-block; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a img {
  max-width: 40px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a em {
  display: none; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li + li {
  margin-top: 0;
  margin-left: 5px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS {
  position: relative;
  margin-top: 20px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: #012139 2px solid; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS .wssgeInfoWSDate {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  margin-top: 10px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS .wssgeInfoWSDate p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #012139; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS .wssgeInfoWSDate p + p {
  margin-top: 0; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  position: absolute;
  right: 0;
  bottom: calc(100% - 37px);
  width: 54px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert span {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #012139;
  text-align: center;
  top: -15px;
  display: block; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert img {
  width: 100%; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert.v2 {
  width: 40px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert.v2 span {
  font-size: 9px;
  font-size: 0.5625rem;
  width: 88px;
  top: -35px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert h3 {
  min-height: 35px;
  padding-right: 70px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWSDesc {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: justify;
  margin-top: 30px; }
.workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWSDesc p + p {
  margin-top: 15px; }
.workshopSect .workshopSectGridEle .wssgePrice {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  padding: 0 20px;
  position: relative;
  margin-top: 30px;
  z-index: 1; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  padding-right: 20px; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #01628a; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText p + ul {
  margin-top: 10px; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText ul {
  font-size: 12px;
  font-size: 0.75rem;
  list-style: disc; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText ul li {
  color: #01628a; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText ul li + li {
  margin-top: 2px; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice .wssgePricePriceNumber {
  position: relative;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice .wssgePricePriceNumber strong {
  margin-right: 5px; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice .wssgePricePriceNumber sup {
  font-size: 10px;
  font-size: 0.625rem; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice .wssgePricePriceNumber:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 60px;
  height: 2px;
  display: block;
  background-color: #01628a; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice [class*="btnBig"] {
  min-width: initial; }
.workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice [class*="btnBig"].floatBtn {
  margin-top: 10px; }
.workshopSect .workshopSectGridEle.masterConfGridEle {
  padding-bottom: 30px; }
.workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfo .wssgeInfoPerson p, .workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfo .wssgeInfoPerson span {
  color: #01618b; }
.workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfo .wssgeInfoWS h3 {
  border-bottom-color: #1aaab8; }
.workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfo .wssgeInfoWSDate p {
  color: #01628a; }
.workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfo .wssgeInfoWSDate p.limitedSpace {
  font-weight: 400; }
.workshopSect .workshopSectGridEle.masterConfGridEle + .masterConfGridEle {
  margin-top: 30px; }

@media only screen and (min-width: 520px) {
  .workshopSect .workshopSectIntro .workshopSectIntroBox .wssibDisc {
    right: -160px;
    top: -60px;
    max-width: 200px; }
  .workshopSect .workshopSectGrid {
    padding: 0 40px; }
  .workshopSect .workshopSectGridSlider .slick-prev {
    left: -60px; }
  .workshopSect .workshopSectGridSlider .slick-next {
    right: -40px; }
  .workshopSect .workshopSectGridEle .wssgePhoto.twoImg {
    left: 2%;
    transform: none; } }
@media only screen and (min-width: 760px) {
  .workshopSect .workshopSectGridEle + .workshopSectGridEle {
    margin-top: 40px; } }
@media only screen and (min-width: 960px) {
  .workshopSect .bgWSDots01 {
    max-width: 360px; }
  .workshopSect .workshopSectIntro {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center; }
  .workshopSect .workshopSectIntro .workshopSectIntroBox {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    width: 320px;
    max-width: initial;
    margin: 0 40px;
    padding: 40px 20px; }
  .workshopSect .workshopSectIntro .workshopSectIntroBox .wssibDisc {
    right: -140px;
    top: -140px;
    max-width: 220px; }
  .workshopSect .masterConfSectIntro ul li {
    font-size: 24px;
    font-size: 1.5rem; }
  .workshopSect .workshopSectGrid {
    margin-top: 50px;
    padding: 0; }
  .workshopSect .workshopSectGridEle {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .workshopSect .workshopSectGridEle .wssgePhoto {
    width: 340px;
    height: 340px;
    z-index: 2; }
  .workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoBig {
    left: -40px;
    top: -20px; }
  .workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoBig img {
    width: 340px;
    height: 340px; }
  .workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoBig:before {
    left: -50px;
    top: -35px;
    width: 400px;
    height: 400px; }
  .workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoSmall {
    right: 0;
    bottom: 10px; }
  .workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoSmall img {
    width: 120px;
    height: 120px; }
  .workshopSect .workshopSectGridEle .wssgePhoto .wssgePhotoSmall:before {
    left: -15px;
    top: -15px;
    width: 150px;
    height: 150px; }
  .workshopSect .workshopSectGridEle .wssgePhoto.twoImg {
    left: initial;
    width: 340px;
    height: 640px;
    margin: 0; }
  .workshopSect .workshopSectGridEle .wssgePhoto.twoImg .wssgePhotoBig + .wssgePhotoBig {
    left: -40px;
    top: 300px; }
  .workshopSect .workshopSectGridEle .wssgePhoto.twoImg .wssgePhotoBig + .wssgePhotoBig:before {
    left: -50px; }
  .workshopSect .workshopSectGridEle .wssgePhoto.twoImg .wssgePhotoSmall {
    position: absolute;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    left: initial;
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    right: 0; }
  .workshopSect .workshopSectGridEle .wssgeInfo {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: calc(100% - 520px);
    padding-top: 40px;
    padding-bottom: 40px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPersonWrap {
    order: 1; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPerson {
    order: 1;
    margin-top: 20px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPerson h3:before {
    left: -360px;
    width: 360px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance {
    order: 2; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert {
    bottom: calc(100% - 57px); }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert.v2 {
    width: 45px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert h3 {
    min-height: 45px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS .wssgeInfoWSDate {
    padding-top: 0; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS .wssgeInfoWSDate p {
    font-size: 24px;
    font-size: 1.5rem; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWSDesc {
    font-size: 14px;
    font-size: 0.875rem;
    order: 2; }
  .workshopSect .workshopSectGridEle .wssgePrice {
    flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    width: 260px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px; }
  .workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText {
    width: 100%;
    padding-right: 0;
    margin-top: 20px; }
  .workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText p {
    font-size: 14px;
    font-size: 0.875rem; }
  .workshopSect .workshopSectGridEle .wssgePrice .wssgePriceText ul {
    font-size: 14px;
    font-size: 0.875rem; }
  .workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice {
    width: 100%; }
  .workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice .wssgePricePriceNumber {
    font-size: 24px;
    font-size: 1.5rem; }
  .workshopSect .workshopSectGridEle .wssgePrice .wssgePricePrice [class*="btn"].floatBtn {
    position: absolute;
    bottom: 40px;
    white-space: nowrap;
    width: calc(100% - 40px);
    margin-top: 0; }
  .workshopSect .workshopSectGridEle.masterConfGridEle {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgePhoto {
    width: 420px;
    height: 420px; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgePhoto .wssgePhotoBig img {
    width: 420px;
    height: 420px; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgePhoto .wssgePhotoBig:before {
    width: 480px;
    height: 480px; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgePhoto.twoImg {
    left: -2%;
    width: 340px;
    height: 640px; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgePhoto.twoImg .wssgePhotoBig img {
    width: 340px;
    height: 340px; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgePhoto.twoImg .wssgePhotoBig:before {
    width: 400px;
    height: 400px; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfo {
    width: calc(100% - 480px); }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfoWS {
    position: initial; }
  .workshopSect .workshopSectGridEle.masterConfGridEle .wssgeInfoWS .wssgeInfoWSDate p.limitedSpace {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.5); }
  .workshopSect .workshopSectBtn {
    margin-top: 40px; } }
@media only screen and (min-width: 1102px) {
  .workshopSect .workshopSectIntro .workshopSectIntroBox {
    width: 380px; } }
@media only screen and (min-width: 1280px) {
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoPersonWrap {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-bewteeen;
    -webkit-justify-content: space-bewteeen;
    -ms-flex-pack: space-bewteeen; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance span {
    display: none; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row-reverse;
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a img {
    max-width: 20px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a em {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #01628a;
    display: inline-block;
    margin-right: 5px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li a:hover em {
    text-decoration: underline; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoSemblance ul li + li {
    margin-top: 5px;
    margin-left: 0; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert {
    width: 75px;
    bottom: calc(100% - 70px); }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert .wssgetCert.v2 {
    width: 55px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS.withCert h3 {
    min-height: 60px;
    padding-right: 120px; }
  .workshopSect .workshopSectGridEle .wssgeInfo .wssgeInfoWS h3 {
    padding-right: 180px;
    min-height: 60px; } }
.compActSect {
  position: relative;
  overflow: hidden; }
.compActSect .caBgMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.compActSect .container {
  position: relative;
  z-index: 1; }
.compActSect .compActSectTitle h2 {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #012139; }
.compActSect .compActSectIntro {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  margin-top: 40px; }
.compActSect .compActSectIntro p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0c6c94; }
.compActSect .compActSectIntro p strong {
  font-weight: 700; }
.compActSect .compActSectIntro:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: -20px;
  width: 210px;
  height: 2px;
  background-color: #012139;
  display: block; }
.compActSect .compActSectGrid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px; }
.compActSect .compActSectGridSlider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1; }
.compActSect .compActSectGridSlider .slick-arrow:before {
  display: none; }
.compActSect .compActSectGridSlider .slick-arrow:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.compActSect .compActSectGridSlider .slick-prev {
  left: -30px; }
.compActSect .compActSectGridSlider .slick-prev:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #012139 transparent transparent;
  transform: rotate(0deg); }
.compActSect .compActSectGridSlider .slick-next {
  right: -10px; }
.compActSect .compActSectGridSlider .slick-next:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #012139;
  transform: rotate(0deg); }
.compActSect .compActSectGridEle {
  position: relative;
  overflow: hidden; }
.compActSect .compActSectGridEle .casgeBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.compActSect .compActSectGridEle .casgePhoto {
  position: relative;
  width: 160px;
  height: 160px; }
.compActSect .compActSectGridEle .casgePhoto .casgePhotoBig {
  position: relative; }
.compActSect .compActSectGridEle .casgePhoto .casgePhotoBig img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: relative;
  z-index: 1; }
.compActSect .compActSectGridEle .casgePhoto .casgePhotoBig:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -25px;
  top: -15px;
  width: 190px;
  height: 190px;
  display: block;
  background-color: #fff; }
.compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall {
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 1; }
.compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  position: relative;
  z-index: 1; }
.compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 60px;
  height: 60px;
  display: block;
  background-color: #fff; }
.compActSect .compActSectGridEle .casgeInfo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 45px;
  z-index: 1; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #012139;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 160px);
  height: 175px; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #2d829a;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #012139; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct {
  text-align: center;
  position: relative;
  padding: 20px 0; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActDate p {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00527e;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActSimple {
  margin-top: 20px; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActSimple p {
  text-transform: uppercase; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActSimple p em {
  font-weight: 600; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActLoc {
  margin-top: 20px; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActLoc span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #00527e;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActLoc p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoAct:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: -1px;
  width: 150px;
  height: 2px;
  background-color: #32b3c0;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding-top: 20px; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle {
  width: calc(50% - 20px); }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle p {
  text-align: center; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle p span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #00527e;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle p strong {
  font-size: 18px;
  font-size: 1.125rem;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle.sp {
  font-size: 16px;
  font-size: 1rem;
  width: 100%; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle.sp span {
  font-size: 16px;
  font-size: 1rem; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet.extended {
  max-width: initial; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet.extended .casgeInfoActDetEle {
  width: 100%; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet.extended .casgeInfoActDetEle p.simpleTextDesc {
  font-size: 12px;
  font-size: 0.75rem; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet.extended .casgeInfoActDetEle p.simpleTextDesc strong {
  font-size: 12px;
  font-size: 0.75rem; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet.extended .casgeInfoActDetEle p.simpleTextDesc.lighted {
  color: #00527e; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: -1px;
  width: 220px;
  height: 2px;
  background-color: #32b3c0;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoSoon {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 20px 40px; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoSoon strong {
  font-size: 28px;
  font-size: 1.75rem;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgeInfoSoon:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: -1px;
  width: 150px;
  height: 2px;
  background-color: #32b3c0;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  padding: 0 20px;
  margin-top: 45px;
  z-index: 1; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 100px);
  padding-right: 20px; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextIntro p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #00527e;
  text-align: right; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextIntro h3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  text-align: right;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 0 10px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextIntro h3:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextIntro h3 + span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #00527e;
  text-align: right;
  display: block; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextDesc {
  margin-top: 10px; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextDesc p {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonImg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  position: relative;
  z-index: 1; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonImg img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonImg picture {
  display: block;
  position: relative; }
.compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonImg picture:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  display: block;
  background-color: #fff; }
.compActSect .compActSectGridEle .casgePrice {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  position: relative;
  padding: 0 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 1; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice p {
  text-align: center; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceNumber {
  position: relative;
  font-weight: 700; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceNumber sup {
  font-size: 10px;
  font-size: 0.625rem; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceNumber + .casgePricePriceSec {
  margin-top: 0; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceSec {
  position: relative;
  font-weight: 700;
  color: #1a4e53;
  padding-bottom: 11px; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceSec:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 60px;
  height: 2px;
  display: block;
  background-color: #32b3c0; }
.compActSect .compActSectGridEle .casgePrice .casgePricePrice [class*="btnBig"] {
  min-width: initial;
  margin-top: 20px; }
.compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceCount p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #00527e;
  text-align: center;
  display: block;
  margin-bottom: 10px; }
.compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceCount .casgePriceCountWrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 80px;
  padding: 20px;
  border: #00527e 2px solid; }
.compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceCount .casgePriceCountWrap span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: block; }
.compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceNoCost p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #00527e;
  text-transform: uppercase; }
.compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceNoCost span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #00527e;
  display: block;
  margin-top: 5px; }
.compActSect .compActSectGridEle .casgePrice:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
  display: block;
  background-color: #3d86a4; }
.compActSect .compActSectGridEle .casgePrice.sp {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
.compActSect .compActSectGridEle .casgePrice.soon:after {
  display: none; }
.compActSect .compActSectGridEle .casgePrice.withExtra {
  flex-direction: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.compActSect .compActSectGridEle .casgePrice.withExtra .casgePricePrice {
  width: calc(50% - 10px); }
.compActSect .compActSectGridEle .casgePrice.withExtra .casgePriceExtra {
  width: calc(50% - 10px); }
.compActSect .compActSectGridEle .casgePrice.extended .casgePricePrice {
  width: 100%; }
.compActSect .compActSectGridEle .casgePrice.extended .casgePriceExtra {
  width: 100%; }

@media only screen and (min-width: 520px) {
  .compActSect .compActSectGrid {
    padding: 0 40px; }
  .compActSect .compActSectGridSlider .slick-prev {
    left: -60px; }
  .compActSect .compActSectGridSlider .slick-next {
    right: -40px; }
  .compActSect .compActSectGridEle .casgePhoto {
    width: 200px;
    height: 200px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoBig img {
    width: 200px;
    height: 200px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoBig:before {
    left: -25px;
    top: -15px;
    width: 230px;
    height: 230px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall {
    bottom: -10px;
    right: -20px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall img {
    width: 80px;
    height: 80px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall:before {
    left: -5px;
    top: -5px;
    width: 90px;
    height: 90px; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle {
    width: calc(100% - 200px);
    height: 210px; } }
@media only screen and (min-width: 760px) {
  .compActSect .compActSectIntro {
    max-width: 760px; }
  .compActSect .compActSectIntro p {
    font-size: 18px;
    font-size: 1.125rem; }
  .compActSect .compActSectGrid {
    margin-top: 80px;
    padding: 0; }
  .compActSect .compActSectGridEle {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .compActSect .compActSectGridEle:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  .compActSect .compActSectGridEle:nth-child(even) .casgePhoto .casgePhotoBig {
    left: initial;
    right: -40px; }
  .compActSect .compActSectGridEle:nth-child(even) .casgePhoto .casgePhotoBig:before {
    left: initial;
    right: -50px; }
  .compActSect .compActSectGridEle:nth-child(even) .casgePhoto .casgePhotoSmall {
    left: 0;
    right: initial; }
  .compActSect .compActSectGridEle:nth-child(even) .casgePhoto .casgePhotoSmall:before {
    left: initial;
    right: -15px; }
  .compActSect .compActSectGridEle + .compActSectGridEle {
    margin-top: 40px; }
  .compActSect .compActSectGridEle .casgePhoto {
    width: 340px;
    height: 340px;
    z-index: 2; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoBig {
    left: -40px;
    top: -20px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoBig img {
    width: 340px;
    height: 340px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoBig:before {
    left: -50px;
    top: -35px;
    width: 400px;
    height: 400px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall {
    right: 0;
    bottom: 10px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall img {
    width: 120px;
    height: 120px; }
  .compActSect .compActSectGridEle .casgePhoto .casgePhotoSmall:before {
    left: -15px;
    top: -15px;
    width: 150px;
    height: 150px; }
  .compActSect .compActSectGridEle .casgeInfo {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: calc(100% - 520px);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 15px; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle span {
    font-size: 24px;
    font-size: 1.5rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoTitle strong {
    font-size: 42px;
    font-size: 2.625rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActDate p {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 40px; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActLoc span {
    font-size: 16px;
    font-size: 1rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoAct .casgeInfoActLoc p {
    font-size: 22px;
    font-size: 1.375rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoAct:before {
    width: 300px; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle p span {
    font-size: 14px;
    font-size: 0.875rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet .casgeInfoActDetEle p strong {
    font-size: 18px;
    font-size: 1.125rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoActDet:before {
    width: 380px; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoSoon {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 20px 20px 0; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoSoon strong {
    font-size: 42px;
    font-size: 2.625rem; }
  .compActSect .compActSectGridEle .casgeInfo .casgeInfoSoon:before {
    width: 300px; }
  .compActSect .compActSectGridEle .casgeInfo .casgePerson {
    position: relative; }
  .compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText {
    width: 100%;
    padding-right: 0; }
  .compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonText .casgePersonTextIntro h3:before {
    right: -100px;
    width: 100px; }
  .compActSect .compActSectGridEle .casgeInfo .casgePerson .casgePersonImg {
    position: absolute;
    left: calc(100% + 40px);
    top: -40px;
    width: 180px; }
  .compActSect .compActSectGridEle .casgePrice {
    flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    width: 260px;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 0; }
  .compActSect .compActSectGridEle .casgePrice .casgePricePrice {
    width: 100%; }
  .compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceNumber {
    font-size: 24px;
    font-size: 1.5rem; }
  .compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceSec {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 20px; }
  .compActSect .compActSectGridEle .casgePrice .casgePricePrice p.casgePricePriceSec:after {
    width: 120px; }
  .compActSect .compActSectGridEle .casgePrice .casgePricePrice [class*="btnBig"] {
    margin-top: 60px; }
  .compActSect .compActSectGridEle .casgePrice .casgePricePrice [class*="btnBig"].noMargin {
    margin-top: 0; }
  .compActSect .compActSectGridEle .casgePrice .casgePriceExtra {
    position: relative;
    margin-top: 80px; }
  .compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceNoCost {
    position: relative; }
  .compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceNoCost p.noCostLabel {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    background-color: #fff; }
  .compActSect .compActSectGridEle .casgePrice .casgePriceExtra .casgePriceNoCost:before {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: -50px;
    width: 60px;
    height: 2px;
    display: block;
    background-color: #32b3c0; }
  .compActSect .compActSectGridEle .casgePrice .casgePriceExtra.noBtn {
    margin-top: 0; }
  .compActSect .compActSectGridEle .casgePrice .casgePriceExtra.noBtn .casgePriceNoCost:before {
    display: none; }
  .compActSect .compActSectGridEle .casgePrice.sp {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end; }
  .compActSect .compActSectGridEle .casgePrice.withExtra {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start; }
  .compActSect .compActSectGridEle .casgePrice.withExtra .casgePricePrice {
    width: 100%; }
  .compActSect .compActSectGridEle .casgePrice.withExtra .casgePriceExtra {
    width: 100%; }
  .compActSect .compActSectGridEle .casgePrice.invert {
    flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end; }
  .compActSect .compActSectGridEle .casgePrice:after {
    display: none; } }
.sponsorsSect .sponSectOnlyBtn {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px; }
.sponsorsSect .sponSectOnlyBtn [class*="btnBig"] {
  max-width: 240px; }
.sponsorsSect .sponSectOnlyBtn + .sponsorsSectTabs {
  margin-top: 40px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu {
  margin-bottom: 40px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  padding-left: 0; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li {
  min-width: auto;
  max-width: 380px;
  width: calc(50% - 5px);
  cursor: pointer; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li span {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li.active {
  background-color: #012139; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li.active span {
  color: #fff; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li.active:before {
  opacity: 0; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li + li {
  margin-top: 0; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap {
  position: relative;
  padding-top: 20px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: 0;
  width: calc(100% - 40px);
  max-width: 960px;
  height: 2px;
  background-color: #012139;
  display: block;
  z-index: 1; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .bgSponsorsMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .container {
  position: relative; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle {
  display: none; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox {
  padding-top: 30px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox.imgVer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 2px solid; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle h3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #012139;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 0;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.2) 100%); }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%); }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText .sbetPrice {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText .sbetPrice .sbetPlaces {
  font-weight: 400;
  color: #9e204d;
  padding-left: 10px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  list-style: disc;
  color: #012139; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText ul li {
  position: relative;
  font-style: italic; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText ul li .conditions {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  text-align: right; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText ul li .conditions.left {
  text-align: left; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText ul li + li {
  margin-top: 5px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText .sbetCopy {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
  padding-right: 100px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle .sponsorsBoxEleText .sbetTag {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: 0; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle.soldout {
  border-color: #dd0000; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle.soldout .sponsorsBoxEleText .sbetTag {
  background-color: #dd0000; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle.available {
  border-color: #4ed471; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle.available .sponsorsBoxEleText .sbetTag {
  background-color: #4ed471; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle .sponsorsBox .sponsorsBoxEle + .sponsorsBoxEle {
  margin-top: 20px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponSectTabsEle.active {
  display: block;
  -webkit-animation: fade-in 0.5s ease;
  -moz-animation: fade-in 0.5s ease; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponsorsInfoText {
  position: relative;
  padding: 20px 0 40px; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponsorsInfoText p {
  text-align: center; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponsorsInfoText p a {
  font-weight: 700;
  display: block; }
.sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponsorsInfoText p a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 760px) {
  .sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center; }
  .sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li span {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .sponsorsSect .sponsorsSectTabs .sponSectTabsMenu ul li + li {
    margin-left: 40px; }
  .sponsorsSect .sponsorsSectTabs .sponSectTabsWrap .sponsorsInfoText {
    padding: 40px 0 80px; } }
.exibFloorSect {
  position: relative; }
.exibFloorSect .exibFloorSectBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top; }
.exibFloorSect .container {
  position: relative; }
.exibFloorSect .exibFloorSectGrid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px; }
.exibFloorSect .exibFloorSectGridSlider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1; }
.exibFloorSect .exibFloorSectGridSlider .slick-arrow:before {
  display: none; }
.exibFloorSect .exibFloorSectGridSlider .slick-arrow:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.exibFloorSect .exibFloorSectGridSlider .slick-prev {
  left: -30px; }
.exibFloorSect .exibFloorSectGridSlider .slick-prev:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #012139 transparent transparent;
  transform: rotate(0deg); }
.exibFloorSect .exibFloorSectGridSlider .slick-next {
  right: -10px; }
.exibFloorSect .exibFloorSectGridSlider .slick-next:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #012139;
  transform: rotate(0deg); }
.exibFloorSect .exibFloorSectGridEle {
  position: relative;
  overflow: hidden; }
.exibFloorSect .exibFloorSectGridEle .efsgeBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto {
  position: relative;
  width: 200px;
  height: 200px; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoMain {
  position: relative; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoMain img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: relative;
  z-index: 1; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoMain:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -25px;
  top: -15px;
  width: 230px;
  height: 230px;
  display: block;
  background-color: #f6f6f6; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoSmall {
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: 1; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoSmall img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: relative;
  z-index: 1; }
.exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoSmall:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 90px;
  height: 90px;
  display: block;
  background-color: #fff; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 1; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson {
  margin-top: 40px; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson p {
  color: #01628a; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson h3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-transform: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson h3 + span {
  display: block; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: #1dabb9 2px solid; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 10px; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #01628a; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate p + p {
  margin-top: 0; }
.exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate p.smText {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400; }

@media only screen and (min-width: 520px) {
  .exibFloorSect .exibFloorSectGrid {
    padding: 0 40px; }
  .exibFloorSect .exibFloorSectGridSlider .slick-prev {
    left: -60px; }
  .exibFloorSect .exibFloorSectGridSlider .slick-next {
    right: -40px; } }
@media only screen and (min-width: 760px) {
  .exibFloorSect .exibFloorSectGridEle + .exibFloorSectGridEle {
    margin-top: 40px; } }
@media only screen and (min-width: 960px) {
  .exibFloorSect .exibFloorSectGrid {
    margin-top: 80px;
    padding: 0; }
  .exibFloorSect .exibFloorSectGridEle {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto {
    width: 420px;
    height: 420px;
    z-index: 2; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoMain {
    left: -40px;
    top: -20px; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoMain img {
    width: 420px;
    height: 420px; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoMain:before {
    left: -50px;
    top: -35px;
    width: 480px;
    height: 480px; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoSmall {
    right: 20px;
    bottom: 30px; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoSmall img {
    width: 120px;
    height: 120px; }
  .exibFloorSect .exibFloorSectGridEle .efsgePhoto .efsgePhotoSmall:before {
    left: -15px;
    top: -15px;
    width: 150px;
    height: 150px; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: calc(100% - 460px);
    padding-top: 20px;
    padding-bottom: 40px; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson {
    order: 1;
    margin-top: 20px; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoPerson h3:before {
    left: -360px;
    width: 360px; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate {
    padding-top: 0; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate p {
    font-size: 24px;
    font-size: 1.5rem; }
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS .efsgeInfoWSDate p.smText {
    font-size: 20px;
    font-size: 1.25rem; } }
@media only screen and (min-width: 1280px) {
  .exibFloorSect .exibFloorSectGridEle .efsgeInfo .efsgeInfoWS h3 {
    padding-right: 180px;
    min-height: 60px; } }
.buschSect {
  position: relative; }
.buschSect .buschBgMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: container;
  object-position: top; }
.buschSect .container {
  position: relative; }
.buschSect .buschBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff; }
.buschSect .buschBox .buschBoxTitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #ff5800;
  margin-bottom: 40px; }
.buschSect .buschBox .buschBoxTitle h1 {
  color: #fff;
  margin-bottom: 0; }
.buschSect .buschBox .buschBoxTitle .buschBoxTitleImg img {
  width: 100%;
  height: auto;
  max-width: 240px;
  margin: 0 auto; }
.buschSect .buschBox .buschBoxText h1, .buschSect .buschBox .buschBoxText h2, .buschSect .buschBox .buschBoxText h3, .buschSect .buschBox .buschBoxText h4, .buschSect .buschBox .buschBoxText h5, .buschSect .buschBox .buschBoxText h6 {
  color: #ff5800; }
.buschSect .buschBox .buschBoxText p + h1, .buschSect .buschBox .buschBoxText p + h2, .buschSect .buschBox .buschBoxText p + h3, .buschSect .buschBox .buschBoxText p + h4, .buschSect .buschBox .buschBoxText p + h5, .buschSect .buschBox .buschBoxText p + h6, .buschSect .buschBox .buschBoxText ul + h1, .buschSect .buschBox .buschBoxText ul + h2, .buschSect .buschBox .buschBoxText ul + h3, .buschSect .buschBox .buschBoxText ul + h4, .buschSect .buschBox .buschBoxText ul + h5, .buschSect .buschBox .buschBoxText ul + h6, .buschSect .buschBox .buschBoxText ol + h1, .buschSect .buschBox .buschBoxText ol + h2, .buschSect .buschBox .buschBoxText ol + h3, .buschSect .buschBox .buschBoxText ol + h4, .buschSect .buschBox .buschBoxText ol + h5, .buschSect .buschBox .buschBoxText ol + h6 {
  margin-top: 30px; }
.buschSect .buschBox .buschBoxText .buschBoxTextList li {
  position: relative;
  padding-left: 20px; }
.buschSect .buschBox .buschBoxText .buschBoxTextList li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #ff5800; }
.buschSect .buschBox .buschBoxImg img {
  max-width: 580px;
  height: auto;
  margin: 0 auto; }

@media only screen and (min-width: 960px) {
  .buschSect .buschBox {
    padding: 30px; }
  .buschSect .buschBox .buschBoxTitle {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-bottom: 50px; }
  .buschSect .buschBox .buschBoxTitle h1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 240px);
    padding-right: 20px; }
  .buschSect .buschBox .buschBoxTitle .buschBoxTitleImg {
    width: 240px; }
  .buschSect .buschBox .buschBoxText p, .buschSect .buschBox .buschBoxText ul, .buschSect .buschBox .buschBoxText ol {
    font-size: 18px;
    font-size: 1.125rem; }
  .buschSect .buschBox .buschBoxText p + h1, .buschSect .buschBox .buschBoxText p + h2, .buschSect .buschBox .buschBoxText p + h3, .buschSect .buschBox .buschBoxText p + h4, .buschSect .buschBox .buschBoxText p + h5, .buschSect .buschBox .buschBoxText p + h6, .buschSect .buschBox .buschBoxText ul + h1, .buschSect .buschBox .buschBoxText ul + h2, .buschSect .buschBox .buschBoxText ul + h3, .buschSect .buschBox .buschBoxText ul + h4, .buschSect .buschBox .buschBoxText ul + h5, .buschSect .buschBox .buschBoxText ul + h6, .buschSect .buschBox .buschBoxText ol + h1, .buschSect .buschBox .buschBoxText ol + h2, .buschSect .buschBox .buschBoxText ol + h3, .buschSect .buschBox .buschBoxText ol + h4, .buschSect .buschBox .buschBoxText ol + h5, .buschSect .buschBox .buschBoxText ol + h6 {
    margin-top: 50px; }
  .buschSect .buschBox .buschBoxImg {
    height: auto;
    margin: 0 auto; } }
