@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400"); /* @FONTWARNING[{"type": "restricted", "family": "Trebuchet MS-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
.oneclick-cta {
  cursor: pointer;
  transition: all 0.3s ease;
}
.oneclick-cta:hover {
  transform: scale(1.05);
}
.fh-section {
  height: 100vh !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  width: 100% !important;
}
.resizeble-main-title {
    font-size: 88px !important;
    line-height: 96px !important;
  }
@media screen and (max-width: 1400px) {
  .resizeble-main-title {
    font-size: 64px !important;
    line-height: 72px !important;
  }
}
.shadowed-area-padding {
  padding: 6rem 5rem !important;
}
@media screen and (max-width: 1400px) {
  .shadowed-area-padding {
    padding: 2rem 1.5rem !important;
  }
}
@font-face {
  font-family: "Trebuchet_MS-Bold";
  src:  url("/fonts/TrebuchetMSBold.ttf");
}
/* @FONTWARNING[{"type": "restricted", "family": "Georgia-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Georgia-Bold";
  src: url("/fonts/georgiab.ttf");
}
/* @FONTWARNING[{"type": "restricted", "family": "Trebuchet MS-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Trebuchet_MS-Regular";
  src: url("/fonts/TrebuchetMS.ttf");
}
/* @FONTWARNING[{"type": "restricted", "family": "Segoe UI-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Segoe UI-Regular";
  src: url("Segoe UI-Regular");
}
.disclaimertext {
  font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 13px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 1%;
text-align: center;
vertical-align: middle;
color: #23040433;
margin-top: 10px;
}