@font-face {
  font-family: "Futura PT";
  src: url("/FuturaPT-Book.woff") format("woff");
}
body,
html {
  color: #333333;
  font-family: "Futura PT", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  opacity: 0.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}
h1 {
  font-size: 3.5625em !important;
}
h2 {
  font-size: 49px !important;
	font-weight:900 !important;
}
h3 {
  font-size: 2.3175em !important;
}
h4 {
  font-size: 1.625em !important;
}
h5 {
  font-size: 1.4375em !important;
}
h6 {
  font-size: 1.3125em !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5em !important;
  }
  h2 {
    font-size: 2em !important;
  }
  h3 {
    font-size: 1.65em !important;
  }
  h4 {
    font-size: 1.45em !important;
  }
  h5 {
    font-size: 1.3em !important;
  }
  h6 {
    font-size: 1.15em !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  h1 {
    font-size: 2.8em !important;
  }
  h2 {
    font-size: 2.4em !important;
  }
  h3 {
    font-size: 2em !important;
  }
  h4 {
    font-size: 1.75em !important;
  }
  h5 {
    font-size: 1.5em !important;
  }
  h6 {
    font-size: 1.25em !important;
  }
}
input::placeholder {
  font-size: 0.825em;
}
b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

p {
  padding-bottom: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

.container {
  width: 100%;
}

.container:before {
  content: none !important;
}

#et-main-area {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow-x: hidden;
}

#main-content {
  width: 100%;
}

#main-content > .container {
  padding-top: 0 !important;
}

.actionButton {
  display: inline-block;
  position: relative;
  padding: 1em 3em;
  background-color: #fff;
  border: 2px solid #fff;
  color: #0e747e !important;
  font-size: 1.0625em;
  letter-spacing: 2px;
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.actionButton:hover {
  background-color: #0e747e;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.large {
  font-size: 1.125em;
}

.larger {
  font-size: 200%;
}

.largest {
  font-size: 250%;
}

.rounded {
  border-radius: 12px !important;
}

.canWrap {
  overflow-wrap: break-word;
}

.chopOff {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

#header {
  background: #000;
  /*   box-shadow: 0 -4px 20px 10px #0004; */
}

#headerLogo {

  max-width: 400px;
  image-rendering: -webkit-optimize-contrast;
}

#mainMenu a {
  color: #fff;
  font-size: 1.0625em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

#mainMenu a i,
.socials i,
#toggleMenu,
#closeMenu {
  /*   font-size: 150%; */
  color: #333333 !important;
}

#mainMenu li {
  position: relative;
  padding: 0 calc(100% / 80);
  margin: 0 2%;
}

#mainMenu ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  padding: 1em;
  background: #333333;
  border: none;
  color: #fff !important;
  box-shadow: 0 0 8px 0 #00000044;
  z-index: 99;
}

#mainMenu ul.submenu ul.submenu {
  top: 0;
  left: 100%;
}

#mainMenu li:hover > ul.submenu {
  display: inline-block;
  max-width: 170px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

/* #mainMenu ul.submenu > li:not(:last-of-type) {
  border-bottom: 1px solid #fff8;
} */

.menu-items {
  font-size: 1.5em !important;
  /*     padding: 0.5em clamp(0.8rem, 1vw, 3rem); */
}

.menu-btn {
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
}

#mainMenu ul.submenu > li a {
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 0.5em 1em;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .headerIcons {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #mainMenu > li > a.children:after {
    /*     content: "\f078";
    font-family: "Font Awesome 5 Pro"; */
    font-weight: 900;
    padding-left: 3px;
    transform: scale(0.66);
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  #mainMenu > li:after {
    content: none !important;
  }

  #mainMenu li {
    padding-left: 1em;
    padding-right: 1em;
  }

  #mainMenu ul.submenu {
    display: block;
    position: relative;
    top: auto !important;
    left: 0 !important;
    width: 100%;
    padding: 0 1em;
    border: none;
    box-shadow: none;
    transform: none;
    background-color: #fff;
    color: #333333;
  }
  #mainMenu ul.submenu > li a {
    color: #333333 !important;
    display: block;
  }

  #mainMenu ul.submenu > li:not(:last-of-type) {
    border-bottom: none;
  }

  #menuContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    overflow: auto;
    z-index: 999;
  }

  #header.open #menuContainer {
    opacity: 1;
    pointer-events: initial;
    width: 100%;
    box-shadow: 20px 0px 20px #0004;
  }

  #menuContainer #mainMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
    background: #fff;
  }

  #header.open #menuContainer #mainMenu {
    transform: none;
  }
}

.et_post_meta_wrapper {
  display: none;
}

.single .et_pb_post {
  margin: 0;
  padding: 0;
}

.gform_fields .gfield_label {
  display: none !important;
}

.gform_fields input,
.gform_fields textarea,
.gform_fields input:focus,
.gform_fields textarea:focus {
  font-weight: 400;
  color: #000;
  border: 1px solid #707070 !important;
  padding: 0.5em 1em !important;
  border-radius: 2em !important;
}

.gform_fields input::placeholder,
.gform_fields textarea::placeholder {
  color: #707070;
  font-weight: 300;
}

.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
#gform_submit_button_2{
	visibility:hidden;
}

.gform_button[type="submit"] {
  all: unset;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0.7em 4em;
    background-color: #FFF134;
    /* border: 2px solid #0e747e; */
    border-radius: 25em;
    color: #000 !important;
    font-size: 1.0625em;
    letter-spacing: 2px;
    opacity: 1;
    text-transform: uppercase;
    transition: opacity 0.2s ease-in-out;
	font-weight:900;
}

.gform_button[type="submit"]:hover {
  background-color: #fff;
  color: black !important;
  transition: all 0.2s ease-in-out;
}

.footerHeader .gform_button[type="submit"]:hover {
  background-color: #fff;
  color: #eca4c8 !important;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper {
  margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half) {
  padding-right: 0 !important;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 4% !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0 !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 4px !important;
}

.gform_wrapper .description_above .gfield_description {
  padding-bottom: 0 !important;
}
.gform_wrapper form{
	text-align: center !important;
}

/* Start new styles */
.active{
	border-bottom: 7px solid yellow;
}
.active a {
/*   color: #0e747e !important; */
}
#headerB {
  background-color: #2567fc;
    height: 12em;
    margin-bottom: -2.2% !important;
    color: #fff;
    letter-spacing: 1.5px;
    border-radius: 0px 0px 22px 22px;
    width: 15%;
}

.footerHeading {
  font: normal normal 900 19px/25px Futura PT;
  letter-spacing: 1.9px;
  color: #000000;
  opacity: 1;
}
.footerH {
  font: normal normal 900 19px/25px Futura PT;
  letter-spacing: 1.9px;
  color: #000000;
  opacity: 1;
  margin: 4% 0;
}
.footerH1 {
  font: normal normal 900 19px/25px Futura PT;
  letter-spacing: 1.9px;
  color: #000000;
  opacity: 1;
  margin: 3% 0% 3% 30%;
	color:#fff;
}
.footerP {
  font: normal normal 900 13px/17px Futura PT;
  letter-spacing: 1.3px;
  color: #ffffff;
  opacity: 1;
}
.footerP a:hover{
	    opacity: 0.8;
    color: black;
    text-decoration: none;
}
.footerFormH {
  font: normal normal 900 19px/25px Futura PT;
    letter-spacing: 1.9px;
    color: #2567FC;
    opacity: 1;
    margin: 35% 0 0 0;
    padding: 10px 18px;
    background: #ffffff;
    border-radius: 22px;
}

#input_2_1 {
  margin-top: -1em;
}
.headerLogp{
	height:10em;
}
@media (max-width: 981px) {
	.headerLogp{
		height:7em;
	}
  #headerLogo {
    width: 8em;
    margin: 0 10% 0 50%;
    padding: 0 !important;
  }
  .contactD {
    margin: 0 19%;
  }
  #mainMenu a {
    color: black;
  }
  #headerB {
    background-color: white;
    height: auto;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    border-radius: 0px;
    width: 100%;
  }
  .registerHB {
    margin: 0 33% !important;
  }
}

.footerBackground {
  background: url(/wp-content/uploads/2021/11/Group-171.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/* //about */

.scrollmenu {
  /* background-image: url('/Group\ 171.png'); */
  /* background-color: blue; */
  overflow: auto;
  white-space: nowrap;
}
.scrollmenu div {
  display: inline-block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
.scrollmenu h1{
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.history-part{
/* display: flex !important; */
align-items: center;
width: 34%;
}
.history-text{
  transform: translateY(-5em);
  white-space: normal;
  width: 70%;
	color:#000000;
	font-size:1.6em;
	font-weight: 600;
}
.history-part h1{
 color: #2567FC;
	letter-spacing: 4.1px;
    text-transform: uppercase;
}
@media screen and (max-width: 992px){
  .scrollmenu {
    /* background-image: url('/Group\ 171.png'); */
    /* background-color: blanchedalmond; */

  }
  .scrollmenu div {
    display:inline-block;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    margin: 0;
  }
  .scrollmenu h1{

  }
	.history-part h1 {
		opacity:0.3;
	}

  .history-part{
  /* display: flex !important; */
  align-items: center;
  width:100%;

/*     margin-right: 8em !important;
 */
  }
  .history-text{
    transform: translateY(0);
    width: 70%;
  }
}
.gchoice_4_10_0{
	    font-size: 2em;
    color: white;
    margin: 0 7% !important;
	font-weight: 600;
}
.gchoice_4_10_1,.gchoice_6_10_0,.gchoice_6_10_1{
	    font-size: 2em;
    color: white;
    margin: 0 10% !important;
	font-weight: 600;
}
#choice_4_10_0,#choice_4_10_1,#choice_6_10_0,#choice_6_10_1{
	height:35px !important;
	width:35px !important;
	vertical-align:middle !important;
}
/* #choice_4_10_1{
	height:35px !important;
	width:35px !important;
	vertical-align:middle !important;
} */
#field_4_11,#field_6_11{
	font-size: 2em;
    color: white;
    font-weight: 600;}


#input_4_1, #input_4_2, #input_4_3, #input_4_4, #input_4_5, #input_4_6, #input_4_7, #field_4_12{
	font-size:1.5em;
}
.ginput_container_checkbox{
	text-align: left;
    padding: 0 15%;
}
#field_4_17, #gfield_description_4_17{
	font-size: 1.5em;
    color: white;
    font-weight: 600;
}
#input_4_17{
	font-size:1.5em;
}
@media screen and (max-width: 992px){
	.ginput_container_checkbox{
		padding: 0 5%;
	}
	#field_4_17{
		font-size:1.5em !important;
	}
	#gfield_description_4_17{
		font-size:1.4em;
	}
	.footerFormH {
		margin:10% 0;
	}

}

.et_pb_column_2_tb_header::after {
	background: inherit;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: -50%;
	width: 100%;
	z-index: -1;
}
