
/* END LEGACY STYLES */
/* MIXINS FOR MEDIA QUERIES */
/* MIXINS FOR TYPOGRAPHY */
/* ANIMATIONS  */
@-webkit-keyframes animate-float {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0px); } }
@keyframes animate-float {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0px); } }

.se-btn {
  display: inline-block;
  border-radius: 25px;
  background-color: #2CA371;
  border: 2px solid #2CA371;
  color: #fff;
  min-height: 36px;
  min-width: 170px;
  font: 900 16px/40px "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0 40px 0 40px;
  /*
  &.se-btn-disabled {
    background-color: #ccc;
    border: 2px solid #ccc;
  
    &:hover,
    &:focus {
      background-color: #ccc;
      border: 2px solid #ccc;
    }
  }
  */ }
  .se-btn:hover, .se-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1c6747;
    border: 2px solid #1c6747; }
  .se-btn.se-btn-alt {
    color: #2CA371;
    background-color: transparent; }
  .se-btn.se-btn-loading {
    color: #2b6d32;
    background: #2b6d32 url(/assets/img/buttons/spinner.gif) center 8px no-repeat;
    background-size: 25px 25px;
    border: 2px solid #2b6d32; }
  .se-btn.se-btn-outline {
    background-color: transparent;
    color: #2CA371; }
    .se-btn.se-btn-outline:hover, .se-btn.se-btn-outline:focus {
      background-color: transparent;
      color: #1c6747;
      border: 2px solid #1c6747; }
    .se-btn.se-btn-outline.se-btn-white {
      color: #fff;
      background-color: transparent;
      border: 2px solid #fff; }
      .se-btn.se-btn-outline.se-btn-white:hover, .se-btn.se-btn-outline.se-btn-white:focus {
        background-color: transparent;
        color: #d9d9d9;
        border: 2px solid #d9d9d9; }
  .se-btn.se-btn-white {
    background-color: #fff;
    color: #2CA371;
    border: 2px solid #fff; }
    .se-btn.se-btn-white.se-btn-alt {
      color: #fff; }
    .se-btn.se-btn-white:hover, .se-btn.se-btn-white:focus {
      background-color: #fff;
      color: #1c6747;
      border: 2px solid #fff; }
  .se-btn.se-btn-grey {
    background-color: #757575;
    border: 2px solid #757575; }
    .se-btn.se-btn-grey:hover, .se-btn.se-btn-grey:focus {
      background-color: #4f4f4f;
      border: 2px solid #4f4f4f; }
  .se-btn.se-btn-purple {
    background-color: #5d55a8;
    border: 2px solid #5d55a8; }
    .se-btn.se-btn-purple:hover, .se-btn.se-btn-purple:focus {
      background-color: #413b75;
      border: 2px solid #413b75; }
  .se-btn.se-btn-transparent {
    background-color: transparent;
    color: #2CA371; }
    .se-btn.se-btn-transparent:hover, .se-btn.se-btn-transparent:focus {
      background-color: transparent;
      color: #1c6747;
      border: 2px solid #1c6747; }
    .se-btn.se-btn-transparent.se-btn-white {
      color: #fff;
      border: 2px solid #d9d9d9; }
      .se-btn.se-btn-transparent.se-btn-white:hover, .se-btn.se-btn-transparent.se-btn-white:focus {
        color: #d9d9d9;
        border: 2px solid #d9d9d9; }
  .se-btn.se-btn-opaque {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    min-height: 40px; }
    .se-btn.se-btn-opaque:hover, .se-btn.se-btn-opaque:focus {
      background-color: rgba(255, 255, 255, 0.6);
      border: none; }
  .se-btn.se-btn-transparent {
    border: none; }
    .se-btn.se-btn-transparent:hover, .se-btn.se-btn-transparent:focus {
      border: none; }
  .se-btn.se-btn-facebook {
    position: relative;
    background-color: #3a5998;
    border: 2px solid #3a5998;
    padding: 0 20px 0 58px; }
    @media (max-width: 320px) {
      .se-btn.se-btn-facebook {
        font-size: 12px; } }
    .se-btn.se-btn-facebook.se-btn-loading {
      color: #3a5998;
      background: #3a5998 url(/assets/img/buttons/spinner-facebook.gif) center 8px no-repeat;
      background-size: 25px 25px; }
    .se-btn.se-btn-facebook:before {
      position: absolute;
      top: 3px;
      left: 20px;
      display: block;
      content: '';
      background-image: url(/assets/img/sprite_2019-12-13-09-30.png);
      background-position: 0px -340px;
      width: 27px;
      height: 34px;
      width: 27px;
      height: 34px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .se-btn.se-btn-facebook:before {
          background-image: url(/assets/img/sprite_2019-12-13-09-30@2x.png);
          background-size: 487px 450px; } }
    .se-btn.se-btn-facebook:hover, .se-btn.se-btn-facebook:focus {
      background-color: #253961;
      border: 2px solid #253961;
      border: 2px solid #253961; }
      .se-btn.se-btn-facebook:hover.se-btn-loading, .se-btn.se-btn-facebook:focus.se-btn-loading {
        color: #253961;
        background: #253961 url(/assets/img/buttons/spinner-facebook-hover.gif) center 8px no-repeat;
        background-size: 25px 25px; }
  .se-btn.se-btn-paragraphs {
    width: 130px;
    min-width: 0;
    margin: 15px 0;
    padding: 13px 20px; }
    @media only screen and (min-width: 768px) and (max-width: 800px) {
      .se-btn.se-btn-paragraphs {
        margin: 4px 0; } }
    @media (min-width: 414px) {
      .se-btn.se-btn-paragraphs {
        min-width: 180px;
        max-width: 260px; } }
    @media screen and (max-width: 767px) {
      .se-btn.se-btn-paragraphs {
        margin-left: 4px;
        margin-right: 4px;
        padding: 13px; } }
  .se-btn.se-wide-btn {
    width: 256px; }
    @media (max-width: 767px) {
      .se-btn.se-wide-btn {
        max-width: 256px;
        min-width: 256px; } }
  .se-btn.se-btn-home {
    font: 18px/18px "ProximaNovaExCn-Black", Helvetica, Arial, sans-serif;
    clear: both;
    letter-spacing: 1.2px;
    transition: 0.2s;
    padding: 13px 35px;
    min-width: 176px; }
  .se-btn:not(:last-of-type) {
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .se-btn:not(:last-of-type) {
        margin-right: 4px; } }

.se-dark-theme .se-btn {
  background-color: #2CA371;
  border: 2px solid #2CA371; }
  .se-dark-theme .se-btn:hover, .se-dark-theme .se-btn:focus {
    background-color: #4dcf98;
    border: 2px solid #4dcf98; }

.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  transition: all .25s ease-in;
  opacity: .4;
  position: absolute;
  z-index: 2;
  top: 20px;
  background: 0 0;
  border: 0;
  font-size: 32px;
  cursor: pointer; }

.carousel .control-arrow:hover {
  opacity: 1; }

.carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ''; }

.carousel .control-disabled.control-arrow {
  opacity: 0;
  cursor: inherit;
  display: none; }

.carousel .control-prev.control-arrow {
  left: 0; }

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff; }

.carousel .control-next.control-arrow {
  right: 0; }

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff; }

.carousel {
  position: relative;
  width: 100%; }

.carousel * {
  box-sizing: border-box; }

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none; }

.carousel .carousel {
  position: relative; }

.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: 0 0;
  top: 50%;
  margin-top: -13px;
  font-size: 18px; }

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden; }

.carousel .thumbs {
  transition: all .15s ease-in;
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap; }

.carousel .thumb {
  transition: border .15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px; }

.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: 0; }

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333; }

.carousel .thumb img {
  vertical-align: top; }

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden; }

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px; }

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2); }

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height .15s ease-in; }

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column; }

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-vertical .slider {
  flex-direction: column; }

.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%; }

.carousel .slider.animated {
  transition: all .35s ease-in-out; }

.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background: #000; }

.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0; }

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0; }

.carousel .slide .legend {
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: .25;
  transition: opacity .35s ease-in-out; }

.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%; }

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0; } }

.carousel .control-dots .dot {
  transition: opacity .25s ease-in;
  opacity: .3;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px; }

.carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1; }

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff; }

.carousel:hover .slide .legend {
  opacity: 1; }

