/* Slider */
/* line 3, app/assets/stylesheets/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, app/assets/stylesheets/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, app/assets/stylesheets/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, app/assets/stylesheets/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, app/assets/stylesheets/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, app/assets/stylesheets/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, app/assets/stylesheets/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, app/assets/stylesheets/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, app/assets/stylesheets/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 1, app/assets/stylesheets/toggleSwitch.scss */
html,
body {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

/* Checkbox Switcher */
/* line 11, app/assets/stylesheets/toggleSwitch.scss */
input.checkbox_switch {
  height: 0px;
  width: 0px;
  visibility: hidden;
}

/* line 17, app/assets/stylesheets/toggleSwitch.scss */
label.checkbox_switch_label {
  cursor: pointer;
  text-indent: -99999px;
  z-index: 50;
  width: 45px;
  height: 25px;
  top: -20px;
  display: block;
  position: relative;
  background-image: url(../svg/switcher-bg-f2ec93b169b832070cbf2e2de49589ac17df1c366e2677811b234549ab5f2869.svg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

/* line 31, app/assets/stylesheets/toggleSwitch.scss */
label.checkbox_switch_label:before {
  position: absolute;
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 0;
  background-image: url(../svg/swither-button-acdbf17be89c63453816e8b4d794faf0f4fd25d5e9d8779ef34f9beda7655f9d.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* line 45, app/assets/stylesheets/toggleSwitch.scss */
.checkbox_switch:checked + .checkbox_switch_label:before {
  left: 22px;
}

/* line 49, app/assets/stylesheets/toggleSwitch.scss */
.purple_shadow {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  top: -496px;
  right: -500px;
  width: 1200px;
  height: 1200px;
}

@media only screen and (min-width: 800px) {
  /* line 62, app/assets/stylesheets/toggleSwitch.scss */
  .purple_shadow {
    top: -700px;
    right: -300px;
    width: 1324px;
    height: 1324px;
  }
  /* line 69, app/assets/stylesheets/toggleSwitch.scss */
  .purple_shadow.brand-signup {
    height: 1125px;
    top: -725px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 76, app/assets/stylesheets/toggleSwitch.scss */
  .orange_shadow.insight-360 {
    top: 0%;
  }
}

/* line 81, app/assets/stylesheets/toggleSwitch.scss */
.orange_shadow {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  z-index: -1;
  top: 40%;
  right: -300px;
  background-size: contain;
  width: 1324px;
  height: 1324px;
}

/* line 94, app/assets/stylesheets/toggleSwitch.scss */
.orange_shadow.brand-signup {
  height: 0px;
}

/* line 98, app/assets/stylesheets/toggleSwitch.scss */
.mobile_nav_close {
  display: none;
  max-width: 24px;
}

/* line 103, app/assets/stylesheets/toggleSwitch.scss */
.mobile-nav-toggle.active .mobile_nav_close {
  display: block;
}

/* line 107, app/assets/stylesheets/toggleSwitch.scss */
.mobile-nav-toggle.active .mobile_nav_open {
  display: none;
}

/* line 111, app/assets/stylesheets/toggleSwitch.scss */
.mobile_menu {
  max-width: 600px;
  height: calc(100vh - 80px);
  position: absolute;
  z-index: 5000;
  top: 80px;
  right: -700px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* line 124, app/assets/stylesheets/toggleSwitch.scss */
.mobile_menu.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* line 130, app/assets/stylesheets/toggleSwitch.scss */
.mobile-arrow {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

/* line 135, app/assets/stylesheets/toggleSwitch.scss */
.mobile_menu a.active .mobile-arrow {
  transform: rotate(0deg);
}

/* line 139, app/assets/stylesheets/toggleSwitch.scss */
.mobile-sub-nav.active {
  display: block;
}

/** Dropdown Update **/
/* line 145, app/assets/stylesheets/toggleSwitch.scss */
.dropdown-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
