@font-face {
  font-family: 'Caecilia LT Pro 45';
  src: url('../fonts/CaeciliaLTPro-75Bold.woff2') format('woff2'), url('../fonts/CaeciliaLTPro-75Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
}
*:focus {
  outline: none;
}
input,
textarea,
select {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
.backgroundLazy.lazy {
  background: none !important;
}
html,
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  word-break: break-word;
  overflow-x: hidden;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html .text p a,
body .text p a {
  color: #60b22f;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
html .text p a:hover,
body .text p a:hover {
  opacity: 0.6;
}
.contentWrapper {
  width: 1590px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.bigTitle {
  color: #60b22f;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  font-family: 'Caecilia LT Pro 45';
}
.normalTitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.quoteTitle {
  color: #60b22f;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}
.button {
  margin-top: 10px;
  display: inline-block;
  padding: 13px 20px;
  text-align: center;
  background: #60b22f;
  color: #fff;
  text-decoration: none;
  min-width: 100%;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 25px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #fff !important;
  background: #000;
}
.grecaptcha-badge {
  visibility: hidden;
}
.select2-container--default .select2-dropdown {
  background: transparent;
  border-radius: 25px;
  border: none;
  border-top: none;
  overflow: hidden;
  margin-top: 10px;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #fff;
  color: #000;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background: #60b22f;
  color: #fff;
}
.videoOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoOverlay.active {
  opacity: 1;
  visibility: visible;
}
.videoOverlay .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.9;
  cursor: pointer;
}
.videoOverlay .overlayContent {
  position: relative;
  z-index: 1;
  background: transparent;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
.videoOverlay .overlayContent .close {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  width: 24px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoOverlay .overlayContent .close:hover {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.videoOverlay .overlayContent .close .bar {
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
}
.videoOverlay .overlayContent .close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.videoOverlay .overlayContent .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.videoOverlay .overlayContent .iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoOverlay .overlayContent .iframeWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
}
@media all and (max-width: 768px) {
  .bigTitle {
    font-size: 40px;
    line-height: 46px;
  }
  .normalTitle {
    font-size: 18px;
    line-height: 28px;
  }
  .quoteTitle {
    font-size: 22px;
    line-height: 32px;
  }
  .videoOverlay .overlayContent {
    margin-top: 60px;
  }
  .videoOverlay .overlayContent .close {
    top: -35px;
  }
}
/*# sourceMappingURL=default.css.map */