   *,
   *:before,
   *:after {
       -webkit-box-sizing: border-box;
       box-sizing: border-box
   }

   html {
       font-family: sans-serif;
       line-height: 1.15;
       -ms-text-size-adjust: 100%;
       -webkit-text-size-adjust: 100%
   }

   body {
       margin: 0
   }

   hr {
       -webkit-box-sizing: content-box;
       box-sizing: content-box;
       height: 0;
       overflow: visible
   }

   a:active,
   a:hover {
       outline-width: 0
   }

   svg:not(:root) {
       overflow: hidden
   }

   button,
   input,
   optgroup,
   select,
   textarea {
       font-family: sans-serif;
       font-size: 100%;
       line-height: 1.15;
       margin: 0
   }

   button,
   input {
       overflow: visible
   }

   button,
   select {
       text-transform: none
   }

   button,
   html [type="button"],
   [type="reset"],
   [type="submit"] {
       -webkit-appearance: button
   }

   .loader {
       display: inline-block;
       pointer-events: none;
       opacity: 0;
       -webkit-transition: opacity 200ms;
       transition: opacity 200ms
   }

   .loader--global {
       bottom: 25px;
       left: 25px;
       position: fixed;
       z-index: 99999
   }

   .loader--modal {
       margin: 15px auto
   }

   .loader--show {
       opacity: 1
   }

   .spinner {
       -webkit-animation: rotate 0.8s infinite linear;
       animation: rotate 0.8s infinite linear;
       border: 8px solid #597C54;
       border-right-color: transparent !important;
       border-radius: 50%;
       height: 35px;
       width: 35px
   }

   .spinner--small {
       border-width: 4px;
       height: 18px;
       width: 18px
   }

   @-webkit-keyframes rotate {
       0% {
           -webkit-transform: rotate(0deg);
           transform: rotate(0deg)
       }

       100% {
           -webkit-transform: rotate(360deg);
           transform: rotate(360deg)
       }
   }

   @keyframes rotate {
       0% {
           -webkit-transform: rotate(0deg);
           transform: rotate(0deg)
       }

       100% {
           -webkit-transform: rotate(360deg);
           transform: rotate(360deg)
       }
   }

   html {
       height: 100%
   }

   .sr-only {
       position: absolute;
       width: 1px;
       height: 1px;
       padding: 0;
       margin: -1px;
       overflow: hidden;
       clip: rect(0, 0, 0, 0);
       border: 0
   }

   .wf-loading .site__username,
   .wf-loading .site__intro,
   .wf-loading .site-btn__text,
   .wf-loading .site__footer-logo span {
       opacity: 0
   }

   .site,
   .config__site-container {
       border-top: 3px solid #273D3B;
       background: #fff;
       font: 400 18px/1.4 "Open Sans", sans-serif;
       min-height: 100%;
       position: relative
   }

   .site-bg {
       left: 0;
       height: 100vh;
       position: fixed;
       pointer-events: none;
       top: 0;
       width: 100%
   }

   .site--spam .site-container {
       background: #fff !important;
       color: #000 !important
   }

   .site-container,
   .site--config {
       padding-bottom: 65px
   }

   .config__site-container,
   .site--hide-branding,
   .site--config-hide-branding {
       padding-bottom: 0
   }

   .site--has-social .site-container,
   .site--config-has-social {
       padding-bottom: 135px
   }

   .site--has-social.site--hide-branding .site-container,
   .site--config-hide-branding.site--config-has-social {
       padding-bottom: 70px
   }

   .site--has-social.site--hide-branding .site-container .site__footer-social,
   .site--config-hide-branding.site--config-has-social .site__footer-social {
       margin-bottom: 0
   }

   .site--iframe .site-container {
       min-height: auto
   }

   .site.site--iframe-no-bg {
       background: none;
       border-top: none
   }

   .site.site--iframe-no-bg .site-container {
       background: none
   }

   .site.site--iframe-no-bg .site-bg {
       display: none
   }

   .site.site--iframe-no-bg .site__header {
       padding-top: 0
   }

   .site.site--iframe-no-bg .site__footer {
       padding-bottom: 0
   }

   a,
   button {
       text-decoration: none;
       -webkit-transition: all 250ms;
       transition: all 250ms
   }

   .site-container {
       background: #f7f7f7;
       min-height: 100vh;
       padding-left: 15px;
       padding-right: 15px;
       position: relative;
       overflow: hidden
   }

   .config__site-container {
       min-height: auto;
       min-height: unset
   }

   .site__article {
       max-width: 650px;
       margin: 0 auto
   }

   .site-icon {
       display: inline-block;
       width: 1em;
       height: 1em;
       stroke-width: 0;
       stroke: currentColor;
       fill: currentColor
   }

    .site-icon--tiktok {
       width: 0.9285714em
   }

   .site-icon--twitter {
       width: 0.9285714em
   }

   .site-icon--facebook {
       width: 0.5881428em
   }

   .site-icon--linkedin {
       width: 0.8571428em
   }

   .site-icon--youtube {
       width: 0.857142em
   }

   .site-icon--instagram {
       width: 0.89em
   }

   .site-icon--pinterest {
       width: 0.72em
   }

   .site-icon--vimeo {
       width: 1.005em
   }

   .site-icon--snapchat {
       width: 0.928571em
   }

   .site-icon--website {
       width: 0.96em
   }

   .site-icon--soundcloud {
       width: 1.285714em
   }

   .site-icon--behance {
       width: 1.142857em
   }

   .site__header {
       text-align: center;
       padding-top: 20px;
       position: relative
   }

   .site__header img {
       background: #fff;
       border: 2px solid #e9e9e9;
       border-radius: 50%;
       height: 100px;
       width: 100px
   }

   .site__username {
       font-weight: 700;
       font-size: 22px;
       font-family: inherit;
       line-height: 1.25;
       margin: 5px 0
   }

   .site__username a {
       color: #222;
       display: block;
       max-width: 100%;
       overflow: hidden;
       text-overflow: ellipsis
   }

   .site__intro {
       font-weight: 400;
       font-size: 16px;
       line-height: 1.6;
       margin: 12px 0 0;
       word-wrap: break-word;
       -webkit-hyphens: auto;
       -ms-hyphens: auto;
       hyphens: auto;
       white-space: normal
   }

   .site__footer {
       bottom: 0;
       left: 0;
       padding-bottom: 15px;
       position: absolute;
       width: 100%;
       text-align: center
   }

   .site__footer-social {
       list-style: none;
       margin: 0 0 14px;
       padding: 0
   }

   .site__footer-social>li {
       display: inline-block;
       margin: 0 14px
   }

   .site__footer-social>li:first-child {
       margin-left: 0
   }

   .site__footer-social>li:last-child {
       margin-right: 0
   }

   .site__footer-social a {
       color: #273D3B;
       font-size: 30px
   }

   .site__footer-social a:hover,
   .site__footer-social a:focus {
       color: #131e1d
   }

   .site__footer-social a svg {
       vertical-align: top
   }

   .site__footer-logo {
       color: #333;
       display: inline-block;
       padding: 3px 6px;
       text-decoration: none
   }

   .site__footer-logo svg,
   .site__footer-logo span {
       display: inline-block;
       vertical-align: middle
   }

   .site__footer-logo svg {
       height: 30px;
       margin-right: 6px;
       width: 40px
   }

   .site__footer-logo span {
       font-family: "Sanchez", serif;
       font-size: 17px;
       font-weight: 600
   }

   .site__spam-notice {
       color: red;
       text-align: center;
       font-size: 22px;
       line-height: 1.6
   }

   .site__spam-notice a {
       color: red;
       text-decoration: underline
   }

   .site__links {
       list-style: none;
       padding: 0;
       position: relative;
       margin: 0;
       margin-top: 20px
   }

   .site__links__li {
       position: relative
   }

   .site-links-title {
       font-weight: 700;
       font-size: 22px;
       font-family: inherit;
       line-height: 1.25;
       margin: 25px 0 10px;
       text-align: center
   }

   .site-btn {
       background: #273D3B;
       border: 1px solid #273D3B;
       border-radius: 0;
       color: #fff;
       cursor: pointer;
       display: block;
       font-family: inherit;
       margin-bottom: 8px;
       padding: 0;
       position: relative;
       overflow: hidden;
       width: 100%
   }

   .site-btn:hover,
   .site-btn:focus {
       background: #131e1d;
       color: #fff
   }

   .site-btn:active {
       -webkit-transform: scale(0.98);
       transform: scale(0.98)
   }

   .site-btn--disabled {
       pointer-events: none
   }

   .site-btn--loader {
       opacity: 0.6;
       width: 100%
   }

   .site-btn--loader:hover,
   .site-btn--loader:focus {
       opacity: 1
   }

   .site-btn--loader:disabled {
       cursor: none;
       opacity: 0.6
   }

   .site-btn__sizer {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex
   }

   .site-btn__img {
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
       display: block;
       max-width: 90px;
       width: 100%
   }

   .site-btn__img img {
       height: 0;
       padding-bottom: 100%;
       width: 100%;
       visibility: hidden;
       vertical-align: top
   }

   .site-btn__text {
       display: block;
       font-size: 15px;
       font-weight: 700;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 auto;
       flex: 1 0 auto;
       line-height: 1.4;
       max-width: 100%;
       padding: 18px 20px;
       text-align: center;
       word-wrap: break-word;
       overflow-wrap: break-word;
       white-space: normal
   }

   .site-btn__text--small {
       font-size: 13px
   }

   .site-btn__text span {
       width: 100%
   }

   .site-btn--has-img .site-btn__text {
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-flex: 1;
       -ms-flex-positive: 1;
       flex-grow: 1;
       max-width: calc(100% - 90px)
   }

   .site__delimiter {
       background: #333;
       border: 0;
       margin: 30px auto;
       height: 1px;
       width: 90px
   }

   .site__delimiter--medium {
       margin-bottom: 45px;
       margin-top: 45px
   }

   .site__delimiter--large {
       margin-bottom: 60px;
       margin-top: 60px
   }

   .site__links__li--email {
       -webkit-perspective: 1000px;
       perspective: 1000px
   }

   .site__links__li--email .site-btn,
   .site__links__li--email .site-email-form {
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden
   }

   .site__links__li--email.flip .site-email-form {
       -webkit-transform: rotateX(0deg);
       transform: rotateX(0deg)
   }

   .site__links__li--email.flip .site-btn:not(.site-email-form__btn) {
       -webkit-transform: rotateX(180deg);
       transform: rotateX(180deg)
   }

   .site__links__li--email.show-status .site-btn--email-status {
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex
   }

   .site__links__li--email.success .site-btn:not(.site-email-form__btn),
   .site__links__li--email.error .site-btn:not(.site-email-form__btn) {
       opacity: 0;
       visibility: hidden
   }

   .site__links__li--email.success .site-btn--email-status:not(.site-email-form__btn),
   .site__links__li--email.error .site-btn--email-status:not(.site-email-form__btn) {
       opacity: 1;
       visibility: visible
   }

   .site__links__li--email.error .site-btn--email-status {
       background: #c42f29 !important;
       border-color: #c42f29 !important;
       color: #fff !important
   }

   .site__links__li--email.shake {
       -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
       animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both
   }

   @-webkit-keyframes shake {

       10%,
       90% {
           -webkit-transform: translate3d(-1px, 0, 0);
           transform: translate3d(-1px, 0, 0)
       }

       20%,
       80% {
           -webkit-transform: translate3d(2px, 0, 0);
           transform: translate3d(2px, 0, 0)
       }

       30%,
       50%,
       70% {
           -webkit-transform: translate3d(-4px, 0, 0);
           transform: translate3d(-4px, 0, 0)
       }

       40%,
       60% {
           -webkit-transform: translate3d(4px, 0, 0);
           transform: translate3d(4px, 0, 0)
       }
   }

   @keyframes shake {

       10%,
       90% {
           -webkit-transform: translate3d(-1px, 0, 0);
           transform: translate3d(-1px, 0, 0)
       }

       20%,
       80% {
           -webkit-transform: translate3d(2px, 0, 0);
           transform: translate3d(2px, 0, 0)
       }

       30%,
       50%,
       70% {
           -webkit-transform: translate3d(-4px, 0, 0);
           transform: translate3d(-4px, 0, 0)
       }

       40%,
       60% {
           -webkit-transform: translate3d(4px, 0, 0);
           transform: translate3d(4px, 0, 0)
       }
   }

   .site-email-form-container {
       -webkit-transform-style: preserve-3d;
       transform-style: preserve-3d;
       position: relative
   }

   .site-email-form {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-transition: 0.6s;
       transition: 0.6s;
       -webkit-transform: rotateX(-180deg);
       transform: rotateX(-180deg);
       z-index: 1
   }

   .site-email-form .site-input {
       height: 100%
   }

   .site-email-form__input-group {
       -webkit-box-flex: 1;
       -ms-flex-positive: 1;
       flex-grow: 1
   }

   .site-input {
       border: 1px solid #273D3B;
       border-radius: 0;
       background: #fff;
       -webkit-box-shadow: none;
       box-shadow: none;
       color: #222;
       font-family: "Open Sans", sans-serif;
       font-size: 16px;
       height: 100%;
       padding: 0 1rem;
       width: 100%
   }

   .site-email-form__btn {
       border-top-left-radius: 0 !important;
       border-bottom-left-radius: 0 !important;
       font-family: inherit;
       -ms-flex-negative: 0;
       flex-shrink: 0;
       margin: 0;
       text-align: center;
       width: 90px
   }

   .site-email-form__btn:disabled {
       opacity: 0.6
   }

   .site-email-form,
   .site-btn--email-status {
       height: 100%;
       left: 0;
       position: absolute;
       -webkit-transition: 0.6s;
       transition: 0.6s;
       top: 0;
       width: 100%
   }

   .site-btn--email-status {
       display: none;
       -webkit-transform: translateX(0);
       transform: translateX(0)
   }

   .site-carousel {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       list-style: none;
       margin: 0 -4px 8px;
       padding: 0;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
       -ms-touch-action: pan-y;
       touch-action: pan-y;
       -webkit-transition: all 500ms;
       transition: all 500ms;
       -webkit-tap-highlight-color: transparent
   }

   .site-carousel.no-trans {
       -webkit-transition: none;
       transition: none
   }

   .site-carousel--show-movement:not(.site-carousel--interacted) {
       -webkit-animation: moveCarousel 750ms ease 0ms 1;
       animation: moveCarousel 750ms ease 0ms 1
   }

   @-webkit-keyframes moveCarousel {
       60% {
           -webkit-transform: translateX(-20px);
           transform: translateX(-20px)
       }
   }

   @keyframes moveCarousel {
       60% {
           -webkit-transform: translateX(-20px);
           transform: translateX(-20px)
       }
   }

   .site-carousel__item {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -ms-flex-negative: 0;
       flex-shrink: 0;
       padding-left: 4px;
       padding-right: 4px;
       -webkit-transition: all 500ms;
       transition: all 500ms;
       width: 100%
   }

   .site-carousel__item--no-trans {
       -webkit-transition: none;
       transition: none
   }

   .site-carousel__item--muted {
       opacity: .3
   }

   .site-carousel__item--hidden {
       opacity: 0;
       pointer-events: none
   }

   .site-carousel__item.loaded .site-carousel__item__link {
       opacity: 1
   }

   .site-carousel__item.loaded .loader {
       opacity: 0;
       visibility: hidden
   }

   .site-carousel__item .loader {
       top: 50%;
       left: 50%;
       position: absolute;
       -webkit-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%)
   }

   .site-carousel__item .spinner {
       border-color: #444
   }

   .site-carousel__item__inner {
       background: #ddd;
       position: relative;
       overflow: hidden;
       width: 100%
   }

   .site-carousel__item__link {
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       display: block;
       padding-bottom: 69.3%;
       opacity: 0;
       -webkit-transition: all 300ms;
       transition: all 300ms
   }

   @media (min-width: 544px) {
       .site__header {
           padding-top: 30px
       }

       .site__header img {
           height: 130px;
           width: 130px
       }

       .site__username {
           font-size: 26px
       }

       .site__links {
           margin-top: 30px
       }

       .site-btn__text {
           font-size: 16px
       }

       .site-btn__text--small {
           font-size: 14px
       }

       .site-input {
           font-size: 18px
       }
   }

   .site,
   .config__site-container {
       color: #ffffff;
       border-top: none;
       font-family: 'Roboto', 'Open Sans';
   }

   .site-container {
       /*background-color: #0d8e38;*/
   }

   .site-bg {
       background-image: url('https://images.unsplash.com/photo-1512620522629-ba18bef09290?ixlib=rb-1.2.1&w=544&h=800&fit=crop&q=85');
       background-size: cover;
       background-position: center;
       -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
       transition: all .3s ease;
   }

   @media (min-width: 544px) {
       .site-bg {
           background-image: url('https://images.unsplash.com/photo-1512620522629-ba18bef09290?ixlib=rb-1.2.1&w=992&h=1200&fit=crop&q=85');
           -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
           -o-transition: all .3s ease;
           transition: all .3s ease;
       }
   }

   @media (min-width: 992px) {
       .site-bg {
           background-image: url('https://images.unsplash.com/photo-1512620522629-ba18bef09290?ixlib=rb-1.2.1&w=1920&h=1200&fit=crop&q=85');
           -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
           -o-transition: all .3s ease;
           transition: all .3s ease;
       }
   }

   .site__header img {
       border: none;
   }

   .site__username a {
       color: #ffffff;
   }

   .site-btn {
       background: #ffffff;
       border: 0px solid #ffffff;
       border-radius: 20px;
       color: #000000;
       font-family: 'Roboto', 'Open Sans';
   }

   .site-btn:hover,
   .site-btn:focus {
       background: linear-gradient(to right top, #093028, #237a57, #4aaf87);
       border-color: #ffffff;
       color: #ffffff;
   }

   .site-btn__text {
       font-weight: 700;
   }

   .site-input {
       border-top-left-radius: 20px;
       border-bottom-left-radius: 20px;
       border: 0px solid #ffffff;
   }

   .site__footer-social a {
       color: #ffffff
   }

   .site__footer-social a:hover,
   .site__footer-social a:focus {
       color: #ffffff;
   }

   .path-1 {
       fill: #ffffff;
   }

   .path-2 {
       fill: #000000;
   }

   .site__footer-logo,
   .site__footer-logo:hover,
   .site__footer-logo:focus {
       color: #ffffff;
   }

   .site-carousel__item__inner {
       background: #dddddd;
       border-radius: 20px;
   }

   .site-carousel__item__inner .spinner {
       border-color: #444444;
   }

   .responsive-container {
       position: relative;
       overflow: hidden;
       padding-top: 56.25%;
   }

   .responsive-iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       border: 0;
       display: none;
   }

   #site-btn {
       font-family: 'Roboto', 'Open Sans';
       font-weight: 900;
       position: absolute;
       margin: 6em auto 0 auto;
       left: 0;
       right: 0;
       max-width: 650px;
       width: 100%;
       background: #ffffff;
       border: 0px solid #ffffff;
       border-radius: 20px;
       color: #000000;
       padding: 18px 20px;
       cursor: pointer;
       outline: 0;
       z-index: 1;
   }

   #site-btn:hover,
   #site-btn:focus {
       background: #000000;
       border-color: #ffffff;
       color: #ffffff;
   }

.icon-wrap {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    max-width: 46px;
    max-height: 46px;
    border-radius: 100%;
    z-index: 5;
}