.call_to_action {width:100%;font-size: 1.4em;font-weight: 700;text-transform: uppercase;text-align: center;padding: 22px 12px;margin: 8px auto 0;box-sizing: border-box;color: #fff;background-color: #0ba985;border: 0;cursor: pointer;border-radius: 5px;display: block;font-family: 'Roboto', sans-serif;}
.call_to_action:hover { color:#fff; background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 0.4));background-color: #0ba985;}

.call_to_action_green_lemon {width:100%;font-size: 1.4em;font-weight: 700;text-transform: uppercase;text-align: center;padding: 22px 12px;margin: 8px auto 0;box-sizing: border-box;color: #fff;background-image: linear-gradient(#1abf06,#0f8800)!important; border: 0;cursor: pointer;border-radius: 5px;display: block;font-family: 'Roboto', sans-serif;}
.call_to_action_green_lemon:hover { color:#fff; background-image: linear-gradient(#0f8800,#1abf06)!important;}

.call_to_action_red {width:100%;font-size: 1.4em;font-weight: 700;text-transform: uppercase;text-align: center;padding: 22px 12px;margin: 8px auto 0;box-sizing: border-box;color: #fff;background-image: linear-gradient(to bottom, #e54747 0%,#bb0e31 100%); border: 0;cursor: pointer;border-radius: 5px;display: block;font-family: 'Roboto', sans-serif;}
.call_to_action_red:hover { color:#fff; background-image: linear-gradient(to bottom, #bb0e31 0%,#e54747 100%)}

.videowrapper {
  width: 90%;
  margin: 0 auto;
}
.videowrapper span {
	position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  margin: 0 auto;
}
.videowrapper span iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.b-loaded, .b-error{opacity:1!important}

.video-wrapper  iframe{
  border: 0;
}body {
            background: #0b0d0f
        }
        
        #loader {
            display: block;
            width: 150px;
            height: 150px;
            left: 50%;
            position: absolute;
            margin-left: -75px;
            top: 50%;
            margin-top: -75px
        }
        
        .animate__animated {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-duration: var(--animate-duration);
            animation-duration: var(--animate-duration);
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both
        }
        
        @-webkit-keyframes pulse {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            50% {
                -webkit-transform: scale3d(1.2, 1.2, 1.2);
                transform: scale3d(1.2, 1.2, 1.2)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        @keyframes pulse {
            0% {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
            50% {
                -webkit-transform: scale3d(1.2, 1.2, 1.2);
                transform: scale3d(1.2, 1.2, 1.2)
            }
            to {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
        }
        
        .animate__pulse {
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            animation: pulse 1.5s infinite
        }
        
        svg {
            width: 100%
        }