/* line 1, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone {
  width: 200px;
  height: 320px;
  background: #1f2834;
  margin: 0;
  padding: 38px 6px 0 6px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 26px 26px 0 0;
  -moz-border-radius: 26px 26px 0 0;
  -webkit-border-radius: 26px 26px 0 0;
  border-radius: 26px 26px 0 0;
  position: relative;
  z-index: 2;
}

/* line 15, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone img {
  width: 100%;
}

/* line 21, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rebeccapurple;
  position: absolute;
  top: 15px;
  left: 76px;
}

/* line 34, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rebeccapurple;
  position: absolute;
  top: 16px;
  right: 82px;
}

/* line 53, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: block;
  box-shadow: 1px 1px 10px #0000001f;
}

/* line 65, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-nav {
  height: 14px;
  width: 100%;
  padding: 10px 0 16px 10px;
}

/* line 71, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-nav .button {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
}

/* line 86, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen img {
  width: 100%;
  height: auto;
}

/* line 94, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-selected {
  position: absolute;
  top: -10px;
  right: 7px;
  color: #334999;
  font-size: 8px;
}

/* line 113, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 162, 191, 0.74);
  color: #fff;
  text-align: center;
  transition: opacity 1s ease;
  opacity: 0;
}

/* line 125, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-link-cover i {
  font-size: 30px;
  margin-top: 23%;
}

/* line 132, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen.screen-light {
  background: rgba(255, 255, 255, 0.06);
}

/* line 136, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .2s ease;
  opacity: 0;
}

/* line 146, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-cover .btn {
  position: relative;
  top: 40%;
}

/* line 155, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .btns {
  position: absolute;
  top: 30%;
  width: 100%;
  opacity: 0;
  transition: .2s opacity ease;
}

/* line 162, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .btns .btn {
  width: 60%;
  margin-bottom: 8px;
}

/* line 168, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover {
  box-shadow: 1px 1px 12px #0000002b;
}

/* line 173, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .screen-link-cover, .screen:hover .screen-cover {
  opacity: 1;
}

/* line 177, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .btns {
  opacity: 1;
}

/* line 181, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .img-responsive {
  opacity: .2;
}

/* line 188, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active {
  box-shadow: 1px 0px 20px #00000014;
}

/* line 192, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .screen-link-cover, .screen:active .screen-cover {
  opacity: 1;
}

/* line 196, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .btns {
  opacity: 1;
}

/* line 200, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .img-responsive {
  opacity: .2;
}

/* line 213, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet {
  width: 274px;
  height: 395px;
  background: #fff;
  margin: 0;
  padding: 50px 8px 0 8px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  border-radius: 12px;
  padding: 50px 8px 50px 8px;
  position: relative;
  z-index: 0;
}

/* line 233, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -4px;
}

/* line 247, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 28px;
}

/* line 263, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal {
  width: 350px;
  transform: rotate(90deg);
}

/* line 269, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal .details .camera {
  left: 171px;
}

/* line 273, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal .details .speaker {
  left: 159px;
}

/* line 287, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large {
  width: 100%;
  margin: 0 auto;
  background: #f6f6f8;
  box-shadow: 8px 8px 44px rgba(0, 0, 0, 0.5);
}

/* line 294, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #e0e5e9;
  background: #E6E6E6;
  padding-left: 8px;
  padding-top: 3px;
}

/* line 302, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #D2D2D2;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}

/* line 315, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .url {
  width: 400px;
  height: 20px;
  background: #fff;
  float: left;
  margin-left: 10px;
  margin-top: 1px;
  text-align: left;
  padding: 1px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
}

/* line 328, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .url .icon-lock {
  font-size: 16px;
  float: left;
  color: #222;
  padding-right: 5px;
}

/* line 337, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  /* line 344, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
  .url {
    max-width: 310px;
  }
}

/* line 353, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  background: #1f2834;
  position: relative;
  overflow: hidden;
  padding: 0 14px 14px 14px;
  display: block;
  transition: .3s ease all;
  box-shadow: 1px 1px 20px #00000038;
}

/* line 369, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-nav {
  height: 35px;
  width: 100%;
  padding: 11px 0 14px 2px;
  z-index: 999;
  background: #1f2834;
  position: relative;
}

/* line 377, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #333;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.2);
  background: rebeccapurple;
}

/* line 392, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt img {
  width: 100%;
  height: auto;
}

/* line 398, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 407, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 40, 52, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .3s ease all;
}

/* line 419, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-cover .screen-cover-btns {
  text-align: center;
  position: relative;
  top: 36%;
}

/* line 426, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt.is-mobile {
  border-radius: 16px 16px 0 0;
  width: 320px;
  padding: 0 0 8px 0;
}

/* line 431, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt.is-mobile .screen-nav {
  padding-left: 10px;
}

/* line 437, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt:hover .screen-cover {
  visibility: visible;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner {
  position: relative;
  background: #f8f9fc;
  padding: 100px 0 140px 0;
}

/* line 6, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .externalbanner-content {
  width: 100%;
  padding: 0 80px;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 13, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .externalbanner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  /* line 24, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner .externalbanner-img {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner h1 {
  color: #0b1d47;
  font-size: 86px;
  margin-top: 0;
  letter-spacing: -3px;
}

@media (max-width: 768px) {
  /* line 37, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner .externalbanner-content {
    padding: 0 30px;
  }
  /* line 41, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner h1 {
    font-size: 60px;
  }
}

/* line 46, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner p.externalbanner-lead {
  font-size: 22px;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 26px;
  color: #0b1d47;
  line-height: 32px;
}

/* line 56, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner p.click-trigger {
  color: #0b1d47;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.1;
}

/* line 65, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner select {
  height: 52px;
  width: 300px;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
  top: 2px;
  -webkit-appearance: initial;
}

/* line 75, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .btn {
  cursor: pointer;
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 18px;
  font-weight: 600;
}

/* line 94, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .btn-gray {
  background: rgba(51, 73, 153, 0.1);
  color: #222;
  margin-left: 8px;
}

/* line 99, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .btn-gray:hover {
  background: rgba(51, 73, 153, 0.2);
  color: #222;
}

/* line 106, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-md h1 {
  font-size: 70px;
  letter-spacing: -1px;
}

/* line 111, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-md p.externalbanner-lead {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  /* line 117, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner.externalbanner-md h1 {
    font-size: 60px;
  }
}

/* line 123, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-dark {
  background: #191d2c;
  padding-bottom: 100px;
}

/* line 127, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-dark h1, .pages .externalbanner.externalbanner-dark p {
  color: white;
}

/* line 134, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages,
.themes {
  color: #0b1d47;
}

@media (min-width: 1400px) {
  /* line 139, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .container,
.themes .container {
    width: 1320px;
  }
}

@media (min-width: 1700px) {
  /* line 145, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .container,
.themes .container {
    width: 1600px;
  }
}

/* line 150, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn.btn-purple,
.themes .btn.btn-purple {
  background-color: #334999;
  border-radius: 5px;
}

/* line 154, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn.btn-purple:hover,
.themes .btn.btn-purple:hover {
  background-color: #2b3d7f;
}

/* line 160, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn .far,
.themes .btn .far {
  margin: 0;
  transition: margin-left 0.2s ease;
}

/* line 165, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn:hover,
.themes .btn:hover {
  background-color: #2b3d7f;
}

/* line 168, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn:hover .far,
.themes .btn:hover .far {
  margin-left: 12px;
}

/* line 174, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn,
.themes .btn {
  cursor: pointer;
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 18px;
  font-weight: 600;
}

/* line 192, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn.btn-md2,
.themes .btn.btn-md2 {
  font-size: 15px;
  padding: 12px 16px;
}

/* line 200, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.landinginvites .btn.btn-purple, .pages.landingeventwebsites .btn.btn-purple,
.themes.landinginvites .btn.btn-purple,
.themes.landingeventwebsites .btn.btn-purple {
  background-color: #663399;
}

/* line 203, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.landinginvites .btn.btn-purple:hover, .pages.landingeventwebsites .btn.btn-purple:hover,
.themes.landinginvites .btn.btn-purple:hover,
.themes.landingeventwebsites .btn.btn-purple:hover {
  background-color: #2b3d7f;
}

/* line 209, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron-rating,
.themes .jumbotron-rating {
  margin-top: 120px;
}

/* line 212, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron-rating .jumbotron-rating-img,
.themes .jumbotron-rating .jumbotron-rating-img {
  width: 358px;
  display: block;
  margin-top: 12px;
  opacity: 0.7;
  margin-top: 9px;
}

/* line 227, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .navbar-default .navbar-toggle,
.themes .navbar-default .navbar-toggle {
  margin-top: 14px;
}

/* line 231, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .navbar-default .navbar-toggle .icon-bar,
.themes .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

/* line 235, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .form-header,
.themes .form-header {
  margin-bottom: 50px;
}

/* line 239, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new,
.themes .jumbotron.jumbotron-simple-new {
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #f1f1f1;
  color: #fff;
}

/* line 245, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new h1,
.themes .jumbotron.jumbotron-simple-new h1 {
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 0;
}

/* line 255, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new p.lead,
.pages .jumbotron.jumbotron-simple-new p.lead-has-max,
.themes .jumbotron.jumbotron-simple-new p.lead,
.themes .jumbotron.jumbotron-simple-new p.lead-has-max {
  color: #fff;
  opacity: 0.5;
}

/* line 261, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new .jumbotron-cover-2,
.themes .jumbotron.jumbotron-simple-new .jumbotron-cover-2 {
  opacity: 0.6;
}

/* line 265, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new p.help-block,
.themes .jumbotron.jumbotron-simple-new p.help-block {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.6;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 500;
}

/* line 275, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark {
  padding-top: 68px;
  padding-bottom: 70px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/* line 283, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark h1,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark h1 {
  color: #000;
}

/* line 288, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark p,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark p {
  color: #111;
}

/* line 301, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple .jumbotron-cover-2,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple .jumbotron-cover-2 {
  opacity: 0.7;
}

/* line 305, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple h1,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple h1 {
  color: #fff;
  font-size: 50px;
}

/* line 310, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple p,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple p {
  color: #fff;
  font-size: 18px;
  opacity: 0.6;
  font-weight: 500;
  margin-top: 0;
  line-height: 27px;
}

/* line 320, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white {
  padding-top: 68px;
  padding-bottom: 30px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}

/* line 326, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white h1,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white h1 {
  color: #000;
}

/* line 331, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white p,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white p {
  color: #999;
}

/* line 337, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron,
.themes .jumbotron {
  padding-top: 26px;
  padding-bottom: 102px;
  margin: 0;
  color: #fff;
  padding-top: 76px;
  padding-bottom: 140px;
  background-position: 0% 17%;
}

/* line 346, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron .jumbotron-cover,
.themes .jumbotron .jumbotron-cover {
  background-color: #242d39;
  opacity: 0.3;
}

/* line 351, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h1,
.themes .jumbotron h1 {
  font-size: 73px;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-family: outfit, sans-serif;
  letter-spacing: -0.5px;
}

/* line 360, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h1,
.pages .jumbotron p.lead,
.themes .jumbotron h1,
.themes .jumbotron p.lead {
  color: #fff;
}

/* line 365, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron p.lead,
.themes .jumbotron p.lead {
  font-size: 22px;
  font-weight: 500;
  margin-top: 16px;
}

/* line 372, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron p.lead-has-max,
.themes .jumbotron p.lead-has-max {
  max-width: 600px !important;
  margin: 0 auto 30px auto;
}

/* line 377, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-sm,
.themes .jumbotron.jumbotron-sm {
  padding-bottom: 30px;
}

/* line 381, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h4 a,
.themes .jumbotron h4 a {
  color: #fff;
  font-weight: 800;
}

/* line 385, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h4 a:hover,
.themes .jumbotron h4 a:hover {
  color: #fff;
}

/* line 390, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron .jumbotron-form,
.themes .jumbotron .jumbotron-form {
  background: #f8f9fc;
  padding: 40px;
  text-align: left;
  margin-top: 0px;
  position: relative;
  top: 40px;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 402, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron .jumbotron-form .btn-block,
.themes .jumbotron .jumbotron-form .btn-block {
  width: 100%;
}

/* line 407, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature,
.themes .jumbotron.jumbotron-feature {
  padding: 70px 0 110px;
}

/* line 410, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature p.lead,
.themes .jumbotron.jumbotron-feature p.lead {
  font-size: 18px;
  max-width: 600px;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 26px;
}

/* line 423, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature h1,
.themes .jumbotron.jumbotron-feature h1 {
  font-size: 60px;
  margin-top: 0;
}

/* line 428, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature .jumbotron-breadcrumb,
.themes .jumbotron.jumbotron-feature .jumbotron-breadcrumb {
  margin-bottom: 4px;
}

/* line 431, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature .jumbotron-breadcrumb a,
.themes .jumbotron.jumbotron-feature .jumbotron-breadcrumb a {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* line 440, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature.text-center p,
.themes .jumbotron.jumbotron-feature.text-center p {
  margin: 0 auto;
}

/* line 446, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated,
.themes .jumbotron.jumbotron-illustrated {
  padding: 70px 0 110px;
  background-color: #242d39;
  background-color: #242d39f7;
  background-color: #2d3846;
}

/* line 452, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated p.lead,
.themes .jumbotron.jumbotron-illustrated p.lead {
  font-size: 18px;
  max-width: 600px;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 26px;
}

/* line 465, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated h1,
.themes .jumbotron.jumbotron-illustrated h1 {
  font-size: 52px;
  margin-top: 0;
}

/* line 470, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover,
.themes .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-position: 277px 21%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 481, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover.jumbotron-illustrated-cover-texture,
.themes .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover.jumbotron-illustrated-cover-texture {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/f_auto,q_auto/v1716581624/texture2_r91vma.jpg);
  opacity: 0.1;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 489, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .click-trigger,
.themes .jumbotron.jumbotron-illustrated .click-trigger {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.6;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 500;
}

/* line 499, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb,
.themes .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb {
  margin-bottom: 4px;
}

/* line 502, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb a,
.themes .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb a {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* line 511, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated.text-center p,
.themes .jumbotron.jumbotron-illustrated.text-center p {
  margin: 0 auto;
}

/* line 517, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm h1,
.themes .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm h1 {
  font-size: 44px;
}

/* line 521, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm p,
.themes .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm p {
  margin-bottom: 0;
}

/* line 528, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1,
.themes h1 {
  color: black;
  font-size: 68px;
  line-height: 1;
  letter-spacing: 0;
  font-family: outfit, sans-serif;
}

/* line 535, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1 span.note,
.themes h1 span.note {
  font-size: 12px;
}

/* line 539, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1 span.underline,
.themes h1 span.underline {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 4px;
}

/* line 545, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1 span.underline:before,
.themes h1 span.underline:before {
  content: "";
  width: 130%;
  left: -28%;
  bottom: -10px;
  height: 14px;
  position: absolute;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1718659421/Vector_45_f7rkyw.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.86;
  border-radius: 1px;
}

/* line 561, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h2,
.pages .h2,
.themes h2,
.themes .h2 {
  font-size: 44px;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  font-family: outfit, sans-serif;
}

/* line 570, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages p.lead,
.themes p.lead {
  font-size: 20px;
  line-height: 27px;
}

/* line 576, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h3,
.themes h3 {
  font-family: outfit, sans-serif;
}

/* line 581, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landing p,
.home p {
  font-size: 16px;
  line-height: 25px;
  color: #555;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.74);
  font-size: 15px;
  color: #373e42;
  line-height: 26px;
  font-size: 16px;
  color: #373e42d1;
  line-height: 24px;
}

/* line 604, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landing p.small,
.home p.small {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-top: 22px;
}

/* line 610, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landing p.small .badge,
.home p.small .badge {
  background: #334999;
}

/* line 617, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .container ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin: 0 0 10px;
  padding-left: 18px;
  list-style: disc;
}

/* line 626, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .container ul li {
  list-style: disc;
}

/* line 632, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.npo .jumbotron {
  background-image: url(/home/npo_bg.jpg);
}

/* line 635, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.npo .jumbotron .jumbotron-cover {
  opacity: 0.52;
}

/* line 640, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search {
  position: relative;
  margin-top: 40px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 59px;
  background: #f8f9fc;
  padding: 32px 32px 28px 32px;
}

/* line 659, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group.jumbotron-search-group-btn {
  margin-top: 10px;
  text-align: center;
}

/* line 665, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group.jumbotron-search-group-btn .help-block {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 7px;
  color: #777;
}

/* line 674, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group .btn {
  height: 58px;
  border: 1px solid #334999;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 28px;
}

/* line 685, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group .select-enhanced select {
  height: 58px;
  margin: 0;
}

/* line 692, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group .select-enhanced:after {
  top: 4px;
}

/* line 698, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.conferences .jumbotron,
.pages.demo .jumbotron {
  background-image: url(/home/conference_bg.jpg);
  padding-top: 70px;
  background-position: 0 80%;
}

/* line 704, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.conferences .jumbotron .jumbotron-cover,
.pages.demo .jumbotron .jumbotron-cover {
  opacity: 0.42;
}

/* line 710, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .jumbotron {
  background-image: url(/home/festival_bg.jpg);
  background-position: 0 80%;
}

/* line 715, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .icon-block {
  margin-bottom: 0;
}

/* line 719, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .calc-block {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 30px;
}

/* line 724, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .calc-block .h2 {
  font-size: 52px;
  margin-top: 0;
}

/* line 729, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .calc-block p {
  opacity: 0.6;
}

/* line 735, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form {
  background: #000;
  color: #fff;
  padding: 32px 0;
  font-size: 18px;
}

/* line 744, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form h4 {
  display: inline-block;
  margin-right: 18px;
  line-height: 17px;
  opacity: 0.7;
}

/* line 751, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-toggle {
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 2px solid #334999;
  width: 50%;
  max-width: 520px;
  margin-left: 6px;
  transition: 0.4s all ease;
}

/* line 760, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-toggle:hover, .home-type-form .dropdown-toggle:active, .home-type-form .dropdown-toggle:focus {
  text-decoration: none;
  border-bottom: 2px solid rgba(51, 73, 153, 0.8);
  color: #334999;
}

/* line 769, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-menu {
  background: #000;
  width: 100%;
}

/* line 773, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-menu li > a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  transition: 0.1s all linear;
}

/* line 780, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-menu li > a:hover {
  background-color: #334999;
  color: #fff;
}

/* line 787, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .open .dropdown-menu {
  top: 146%;
}

/* line 792, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-logos {
  padding: 60px 0 100px;
  background-color: #efefef;
}

/* line 796, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-logos h4 {
  font-weight: bold;
  margin-bottom: 24px;
}

/* line 801, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-logos img {
  opacity: 0.9;
  /* border: 1px solid #ccc; */
}

/* line 809, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home #footer {
  margin-top: 0;
}

/* line 813, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted {
  background: #000;
  color: #fff;
  padding: 100px 0 0;
  position: relative;
}

/* line 819, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted h2 {
  color: #fff;
}

/* line 823, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted p {
  color: #999;
}

/* line 827, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted #clientlogos {
  opacity: 0.3;
  margin: 50px auto 90px auto;
  max-width: 680px;
  width: 100%;
}

/* line 838, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes {
  background: #101010;
  color: #fff;
  padding: 80px 0 100px;
  position: relative;
}

/* line 844, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes p {
  color: #999;
}

/* line 848, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes .screen {
  margin-top: 40px;
}

/* line 854, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .showcase-carousel-item {
  float: left;
  width: 33.333333%;
}

/* line 859, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .screen {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px 0 10px;
}

/* line 863, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .screen .screen-nav .button {
  width: 6px;
  height: 6px;
  background: #333;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 877, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .screen-container {
  padding: 0 22px;
}

/* line 882, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* line 888, app/assets/stylesheets/enterprise/../styles/pages.scss */
.features section {
  margin-bottom: 40px;
}

/* line 893, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* line 897, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside h2 {
  margin: 0 0 30px;
}

/* line 901, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside section {
  display: block;
  margin-bottom: 40px;
}

/* line 912, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside hr {
  margin: 50px 0 60px;
}

/* line 916, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside #clientlogos {
  margin-top: 30px;
  opacity: 0.5;
  max-width: 500px;
  margin: 30px auto 0 auto;
  width: 100%;
}

/* line 925, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home .iframe-takeover-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: #fff;
  z-index: 999999999999;
  padding: 30px 0 60px;
}

/* line 937, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home .iframe-takeover-container .screen {
  width: 100%;
  max-width: 100%;
}

/* line 942, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home .iframe-takeover-container iframe {
  width: 100%;
  min-height: 500px;
}

/* line 948, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-bg-image {
  display: block;
  width: 100%;
  height: 160px;
  background-size: cover;
}

/* line 955, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase .page-has-aside section {
  margin-bottom: 30px;
  background: #f8f9fc;
  padding: 20px;
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 964, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themes .page-has-aside section {
  margin: 70px 0 100px;
}

/* line 974, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-submenu-border {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

/* line 982, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .col-pricing {
  float: left;
  width: 31.5%;
}

/* line 988, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well hr {
  border-color: #555;
}

/* line 991, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well i {
  position: relative;
}

@media (max-width: 768px) {
  /* line 999, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .has-mobile-margin {
    margin-bottom: 30px;
  }
  /* line 1003, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pricing .col-pricing {
    width: 100%;
  }
}

/* line 1008, app/assets/stylesheets/enterprise/../styles/pages.scss */
.dropdown-menu .fa-fw {
  font-size: 22px;
  float: left;
  margin-right: 10px;
}

/* line 1014, app/assets/stylesheets/enterprise/../styles/pages.scss */
#make-it-your-own {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* line 1018, app/assets/stylesheets/enterprise/../styles/pages.scss */
#make-it-your-own h2 {
  font-family: "Viva Beautiful W01";
  font-weight: 400;
  font-size: 68px;
  line-height: 30px;
}

/* line 1027, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home2-secondary .screen {
  margin-top: 20px;
  margin-bottom: -12px;
  margin-top: 30px;
  padding: 0 8px 0 8px;
  border: 1px solid #d8d8d8;
  max-width: 885px;
  background: #f8f9fc;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

/* line 1041, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 1045, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1050, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events h5 {
  margin-top: 0;
  font-size: 15px;
}

/* line 1055, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events i {
  font-size: 50px;
}

/* line 1060, app/assets/stylesheets/enterprise/../styles/pages.scss */
.icon-block {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 1064, app/assets/stylesheets/enterprise/../styles/pages.scss */
.icon-block i {
  display: inline-block;
  background: #334999;
  color: #fff;
  border-radius: 50%;
  font-size: 34px;
  line-height: 34px;
  padding: 17px;
}

/* line 1076, app/assets/stylesheets/enterprise/../styles/pages.scss */
.founders img {
  max-width: 140px;
  border-radius: 50%;
  margin: 0 auto;
}

/* line 1082, app/assets/stylesheets/enterprise/../styles/pages.scss */
#features {
  background: #f7f9fb;
  padding-top: 80px;
  position: relative;
  margin-top: -70px;
  padding-bottom: 80px;
}

/* line 1090, app/assets/stylesheets/enterprise/../styles/pages.scss */
#internal {
  background: #f7f9fb;
  background: #f1f3f5;
  margin-top: 100px;
  padding: 10px 0 100px;
}

/* line 1098, app/assets/stylesheets/enterprise/../styles/pages.scss */
.testimonial-stars {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 4px;
  color: #334999;
}

/* line 1105, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-2 {
  background: #efefef;
  padding: 40px 0;
  margin: 80px 0 100px;
  height: 500px;
}

/* line 1111, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-2 .quote-container {
  padding: 20px;
  background: #fff;
  margin-top: 50px;
}

/* line 1119, app/assets/stylesheets/enterprise/../styles/pages.scss */
#examples .col-md-4 {
  height: 400px;
}

/* line 1124, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-cs {
  background-size: contain;
  padding: 100px 0 0;
  background-repeat: no-repeat;
  background-color: #2f3440;
  color: #fff;
}

/* line 1133, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-theme-container {
  background: #1f2834;
  padding: 60px 0 100px;
}

/* line 1138, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase {
  padding-top: 0;
  overflow: hidden;
}

/* line 1142, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .col-md-3 {
  padding: 0;
}

/* line 1146, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3 {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  font-weight: 900;
  display: inline-block;
  padding-bottom: 10px;
  padding: 26px 12px 26px 62px;
  border: 1px solid #eaeaea;
  background: #f8f9fc;
  position: relative;
  cursor: pointer;
}

/* line 1160, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3 i {
  font-size: 46px;
  margin-right: 10px;
  color: #21a2bf;
  float: left;
}

/* line 1167, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.active, #home-showcase .h3:hover {
  border-bottom: 3px solid #334999;
}

/* line 1173, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.middle:after, #home-showcase .h3.middle:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

/* line 1186, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.middle:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f8f9fc;
  border-width: 52px;
  margin-top: -52px;
  border-width: 52px 0 52px 40px;
  border-color: transparent transparent transparent #f8f9fc;
  left: 99%;
  z-index: 10;
}

/* line 1196, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.middle:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #eaeaea;
  border-width: 52px;
  margin-top: -52px;
  border-width: 52px 0 52px 40px;
  border-color: transparent transparent transparent #eaeaea;
  z-index: 9;
}

/* line 1208, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .home-showcase-nav {
  margin: 20px 0 30px 0;
}

/* line 1212, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .screen {
  margin-top: 50px;
  position: relative;
  top: 10px;
}

/* line 1218, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase p {
  max-width: 756px;
  margin: 0 auto;
}

/* line 1224, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase #home-showcase-desc {
  margin-top: 32px;
}

/* line 1229, app/assets/stylesheets/enterprise/../styles/pages.scss */
#why-switch {
  background: #f7f9fb;
  background: #f1f3f5;
  margin-top: 100px;
  padding: 10px 0 100px;
}

/* line 1236, app/assets/stylesheets/enterprise/../styles/pages.scss */
#why-switch h3 {
  font-weight: 600;
  font-size: 18px;
}

/* line 1241, app/assets/stylesheets/enterprise/../styles/pages.scss */
#why-switch p {
  color: #888;
}

/* line 1246, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-how-it-works .row {
  margin-bottom: 100px;
  margin-top: 50px;
}

/* line 1251, app/assets/stylesheets/enterprise/../styles/pages.scss */
#offer-details {
  padding-top: 160px;
}

/* line 1254, app/assets/stylesheets/enterprise/../styles/pages.scss */
#offer-details p {
  font-size: 12px;
  color: #999;
}

/* line 1260, app/assets/stylesheets/enterprise/../styles/pages.scss */
#websites {
  position: relative;
  z-index: 9999;
}

/* line 1266, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -20px;
}

/* line 1271, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form label {
  color: #fff;
}

/* line 1275, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form .input-primary {
  color: #000;
}

/* line 1279, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form .btn {
  width: 100%;
}

/* line 1283, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form .input-group p {
  font-size: 11px;
}

/* line 1289, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home2-intro-container {
  padding-top: 50px;
  padding: 120px 0 160px;
  overflow: hidden;
  background: #f8f9fc;
  background: #efefef;
}

/* line 1300, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container {
  padding-top: 50px;
  padding: 60px 0 160px;
  overflow: hidden;
}

/* line 1307, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container .col-offset-container {
  width: 50%;
  float: left;
  margin-left: -20%;
  position: relative;
}

/* line 1314, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container .col-offset-container-right {
  width: 60%;
  margin-left: 7%;
  float: left;
}

/* line 1326, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container .icon {
  display: block;
  font-size: 48px;
  line-height: 48px;
}

/* line 1333, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home4-container {
  margin-bottom: 120px;
}

/* line 1341, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home4-container .h2 {
  margin-top: 100px;
}

/* line 1346, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-desc {
  display: none;
}

/* line 1349, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-desc.active {
  display: block;
}

/* line 1354, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector {
  margin: 30px 0 24px;
}

/* line 1357, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .icon {
  display: block;
  font-size: 48px;
  line-height: 48px;
}

/* line 1363, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2 {
  cursor: pointer;
  opacity: 0.6;
}

/* line 1367, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2.active {
  opacity: 1;
}

/* line 1370, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2.active:after {
  content: "\f107";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}

/* line 1384, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2:hover {
  opacity: 1;
}

/* line 1390, app/assets/stylesheets/enterprise/../styles/pages.scss */
#offer-benefits {
  padding-top: 40px;
  padding-bottom: 100px;
}

/* line 1395, app/assets/stylesheets/enterprise/../styles/pages.scss */
#tools {
  padding-top: 50px;
  padding-bottom: 100px;
}

/* line 1400, app/assets/stylesheets/enterprise/../styles/pages.scss */
#tools .section {
  margin-top: 60px;
}

/* line 1404, app/assets/stylesheets/enterprise/../styles/pages.scss */
#tools .h4 {
  margin: 40px 0 0 0;
}

/* line 1409, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta {
  padding: 80px 0 140px;
  color: #222;
  background: #fff;
  top: -1px;
  position: relative;
  overflow: hidden;
}

/* line 1418, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-logos {
  margin-top: 60px;
}

/* line 1422, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-quote {
  font-size: 18px;
  max-width: 600px;
  margin: 30px auto 10px auto;
  position: relative;
  width: 90%;
  font-weight: 400;
}

/* line 1430, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-quote:before {
  content: "\201C";
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
  font-family: Arial;
  font-size: 48px;
  line-height: 48px;
  opacity: 0.3;
}

/* line 1441, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-quote:after {
  content: "\201D";
  display: block;
  position: absolute;
  bottom: 2px;
  right: -20px;
  font-family: Arial;
  font-size: 48px;
  line-height: 48px;
  opacity: 0.3;
}

/* line 1455, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-logos {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 1459, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-logos .h4 {
  color: #c7c7c7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 1466, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-logos img {
  opacity: 0.2;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

/* line 1474, app/assets/stylesheets/enterprise/../styles/pages.scss */
.floating-btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}

/* line 1488, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1492, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks #user-img {
  padding: 0;
}

/* line 1495, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks #user-img img {
  border-radius: 50%;
}

/* line 1500, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks #testimonial-logos {
  margin: 40px 0 100px;
  opacity: 0.2;
}

/* line 1506, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble-img {
  border-radius: 50%;
  margin-top: 36px;
}

/* line 1511, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble {
  background: #334999;
  color: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

/* line 1519, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}

/* line 1526, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble:after {
  left: 100%;
  bottom: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #334999;
  border-width: 20px;
  margin-top: -20px;
}

/* line 1543, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans {
  position: relative;
}

/* line 1546, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan {
  text-align: center;
  background: #f7f9fb;
  padding: 30px 20px;
  margin-top: 30px;
}

/* line 1553, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan h2 {
  color: #334999;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #21afbf;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 1565, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan p.price {
  font-size: 30px;
  margin: 0;
}

/* line 1570, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan p.price-qualifier {
  margin: 0 0 60px;
  font-size: 11px;
  font-weight: 600;
}

/* line 1576, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.features {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  font-size: 22px;
  font-weight: 500;
  display: none;
}

/* line 1584, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.features li {
  margin: 10px 0;
}

/* line 1589, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.secondary-features {
  margin: 30px 0 40px;
  font-weight: 500;
}

/* line 1593, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.secondary-features li {
  margin: 16px 0;
}

/* line 1596, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.secondary-features li.disabled {
  text-decoration: line-through;
  opacity: 0.3;
  display: none;
}

/* line 1604, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan .btn {
  text-align: center;
}

/* line 1609, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1617, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-annual-container, .enterprise .pricing-annual-container {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #888;
}

/* line 1623, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-annual-container a, .enterprise .pricing-annual-container a {
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
}

/* line 1630, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-annual-container a.active, .enterprise .pricing-annual-container a.active {
  border-bottom: 2px solid #888;
  color: #888;
}

/* line 1637, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well, .enterprise .well {
  position: relative;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.04);
  background: #1f2834;
  color: #fff;
}

/* line 1643, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .banner, .enterprise .well .banner {
  position: absolute;
  width: 100%;
  background: #334999;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

/* line 1654, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .icon, .enterprise .well .icon {
  font-size: 80px;
  display: none;
}

/* line 1659, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well i.icon-feature, .enterprise .well i.icon-feature {
  font-size: 60px;
}

/* line 1663, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well h3, .enterprise .well h3 {
  margin: 20px 0 12px;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

/* line 1672, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price, .enterprise .well .price {
  font-size: 28px;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  font-size: 80px;
}

/* line 1680, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price strike, .enterprise .well .price strike {
  opacity: 0.5;
}

/* line 1685, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price-unit, .enterprise .well .price-unit {
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: lowercase;
  margin-top: 7px;
  opacity: 0.5;
}

/* line 1693, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well p.price-overview, .enterprise .well p.price-overview {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #b7b7b7;
  min-height: 100px;
}

/* line 1701, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well ul.plan-limits, .enterprise .well ul.plan-limits {
  min-height: 0;
  padding-bottom: 14px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 56px;
}

/* line 1713, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well li, .enterprise .well li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

/* line 1718, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well li.unavailable, .enterprise .well li.unavailable {
  text-decoration: line-through;
  opacity: 0.5;
}

/* line 1723, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well li .fa-question-circle, .enterprise .well li .fa-question-circle {
  color: #ccc;
}

/* line 1728, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price-billed, .enterprise .well .price-billed {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 11px;
  /* top: 2px; */
  line-height: 26px;
  font-weight: 600;
  opacity: 0.4;
}

/* line 1739, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .well-banner-new, .enterprise .well .well-banner-new {
  position: absolute;
  width: 100%;
  background: rebeccapurple;
  padding: 6px 0;
  color: #fff;
  top: -6px;
  left: 0;
}

/* line 1750, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.green .price, .enterprise .well.green .price {
  color: #2ea595;
}

/* line 1754, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.green .banner, .enterprise .well.green .banner {
  background: #2ea595;
}

/* line 1760, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2, .enterprise .well.well-v2 {
  position: relative;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.04);
  background: #fff;
  color: #000;
  transition: 0.3s all ease;
}

/* line 1761, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .btn-block + .btn-block, .enterprise .well.well-v2 .btn-block + .btn-block {
  margin-top: 0;
}

/* line 1771, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2:hover, .enterprise .well.well-v2:hover {
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.14);
  transform: scale(1.02);
}

/* line 1776, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .pricing-demo-link, .enterprise .well.well-v2 .pricing-demo-link {
  line-height: 30px;
}

/* line 1781, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-blue .price, .enterprise .well.well-v2.well-v2-blue .price {
  color: #111;
  color: #334999;
}

/* line 1785, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-blue .badge, .enterprise .well.well-v2.well-v2-blue .badge {
  background-color: #334999;
}

/* line 1790, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-green .price, .enterprise .well.well-v2.well-v2-green .price {
  color: #2ea595;
}

/* line 1793, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-green .badge, .enterprise .well.well-v2.well-v2-green .badge {
  background-color: #2ea595;
}

/* line 1798, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price-description, .enterprise .well.well-v2 .price-description {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  color: black;
  min-height: 72px;
}

/* line 1807, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .pricing-badge, .enterprise .well.well-v2 .pricing-badge {
  position: absolute;
  top: -16px;
  right: 10px;
}

/* line 1813, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .banner, .enterprise .well.well-v2 .banner {
  position: absolute;
  width: 100%;
  background: #334999;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

/* line 1824, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .icon, .enterprise .well.well-v2 .icon {
  font-size: 80px;
  display: none;
}

/* line 1829, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 i.icon-feature, .enterprise .well.well-v2 i.icon-feature {
  font-size: 46px;
  color: black;
  display: block;
}

/* line 1835, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 h3, .enterprise .well.well-v2 h3 {
  margin: 20px 0 12px;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

/* line 1847, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price, .enterprise .well.well-v2 .price {
  font-size: 28px;
  font-weight: 400;
  color: rebeccapurple;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
}

/* line 1854, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price strike, .enterprise .well.well-v2 .price strike {
  opacity: 1;
  font-size: 18px;
}

/* line 1860, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price-unit, .enterprise .well.well-v2 .price-unit {
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: lowercase;
  margin-top: 7px;
  opacity: 0.5;
}

/* line 1868, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 p.price-overview, .enterprise .well.well-v2 p.price-overview {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #b7b7b7;
  min-height: 100px;
}

/* line 1876, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 ul.plan-limits, .enterprise .well.well-v2 ul.plan-limits {
  min-height: 0;
  padding-bottom: 14px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 56px;
}

/* line 1884, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 ul, .enterprise .well.well-v2 ul {
  margin-bottom: 60px;
  margin-top: 40px;
  list-style: none;
}

/* line 1891, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 li, .enterprise .well.well-v2 li {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 18px;
  list-style: none;
}

/* line 1897, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 li.unavailable, .enterprise .well.well-v2 li.unavailable {
  text-decoration: line-through;
  opacity: 0.5;
}

/* line 1902, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 li .fa-question-circle, .enterprise .well.well-v2 li .fa-question-circle {
  color: rebeccapurple;
  font-size: 12px;
  cursor: pointer;
}

/* line 1909, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .well-banner-new, .enterprise .well.well-v2 .well-banner-new {
  position: absolute;
  width: 100%;
  background: rebeccapurple;
  padding: 6px 0;
  color: #fff;
  top: -6px;
  left: 0;
}

/* line 1920, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.green .price, .enterprise .well.well-v2.green .price {
  color: #2ea595;
}

/* line 1924, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.green .banner, .enterprise .well.well-v2.green .banner {
  background: #2ea595;
}

/* line 1931, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets .row, .enterprise .price-included-bullets .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1936, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets p, .enterprise .price-included-bullets p {
  font-size: 16px;
  line-height: 26px;
  color: #848484d1;
}

/* line 1942, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets h5, .enterprise .price-included-bullets h5 {
  margin-top: 0;
  font-size: 15px;
}

/* line 1947, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets i.fal, .enterprise .price-included-bullets i.fal {
  font-size: 50px;
  margin-bottom: 20px;
}

/* line 1954, app/assets/stylesheets/enterprise/../styles/pages.scss */
.how-it-works-section {
  margin-bottom: 28px;
}

/* line 1957, app/assets/stylesheets/enterprise/../styles/pages.scss */
.how-it-works-section i {
  font-size: 60px;
  color: #334999;
  background: #334999;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  padding: 20px;
}

/* line 1969, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples {
  margin-top: 260px;
  display: none;
}

/* line 1973, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .samples-body {
  max-width: 756px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 1979, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img {
  float: left;
  width: 33.333333333%;
  height: 300px;
  position: relative;
}

/* line 1985, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img .sample-img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* line 1995, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img .sample-img-content {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
}

/* line 1996, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img .sample-img-content span.quotemark {
  font-size: 60px;
  display: block;
  line-height: 60px;
  font-family: Arial;
}

/* line 2011, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe {
  border-top: 3px solid #1a1a1a;
}

/* line 2014, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .homepage-notification {
  display: none;
}

/* line 2018, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .navbar {
  border: none;
}

/* line 2021, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .navbar .navbar-nav {
  display: none;
}

/* line 2029, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left {
  width: 68%;
  padding: 30px 80px 50px 80px;
  float: left;
}

@media (max-width: 768px) {
  /* line 2029, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .subscribe .checkout-container .checkout-left {
    padding: 30px;
  }
}

/* line 2038, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content {
  width: 100%;
  max-width: 700px;
  float: right;
}

/* line 2043, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content p.lead:after {
  content: "";
  width: 30px;
  height: 6px;
  display: block;
  background: #334999;
  margin-top: 20px;
}

/* line 2052, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content .form-header {
  margin-bottom: 30px;
  margin-top: 20px;
}

/* line 2056, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content .form-header #creditcards {
  max-width: 160px;
}

/* line 2060, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content .form-header h3 {
  margin: 0;
}

/* line 2065, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content form {
  min-height: 276px;
}

/* line 2070, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .clearfix {
  min-height: 440px;
}

/* line 2074, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-header-text {
  margin-bottom: 80px;
}

/* line 2078, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-tos {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 140px;
}

/* line 2085, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right {
  width: 32%;
  padding: 50px 62px;
  float: right;
  z-index: 99999;
  position: relative;
}

/* line 2092, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-cover {
  background: #f8f9fc;
  position: fixed;
  top: 3px;
  right: 0;
  height: 100%;
  width: 32%;
  border-left: 1px solid #e6e6e6;
}

/* line 2102, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content {
  position: relative;
  width: 100%;
  max-width: 290px;
  float: left;
}

/* line 2108, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content .well {
  margin-bottom: 40px;
}

/* line 2112, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section {
  margin-bottom: 70px;
}

/* line 2115, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .upgrade-benefits p {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 20px;
  color: #888;
}

/* line 2122, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .quote {
  font-size: 14px;
  line-height: 22px;
  color: #888;
}

/* line 2130, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .img-responsive {
  margin: 20px 0 40px;
  opacity: 0.5;
}

/* line 2135, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .fa-star {
  color: #2ea595;
  display: none;
}

/* line 2140, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .sample-container {
  margin-bottom: 40px;
}

/* line 2143, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .sample-container .sample {
  margin-top: 16px;
}

/* line 2145, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .sample-container .sample img {
  width: 30px;
  border-radius: 50%;
}

/* line 2157, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 999999999999;
}

/* line 2168, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

/* line 2178, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content {
  position: relative;
  background: #fff;
  padding: 50px 50px 36px 50px;
  top: 40px;
  margin: 0 auto;
  max-width: 600px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  width: 96%;
  background: #f8f9fc;
}

/* line 2192, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content .form-group {
  margin-bottom: 12px;
}

/* line 2196, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content i {
  font-size: 70px;
  line-height: 30px;
  display: inline-block;
  display: none;
}

/* line 2203, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content h1 {
  font-size: 54px;
  margin-top: 6px;
}

/* line 2208, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content p {
  font-size: 20px;
}

/* line 2222, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

/* line 2232, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-close:hover {
  opacity: 1;
}

/* line 2236, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-container.t-modal-container-visible {
  visibility: visible;
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes popin {
  /* line 2265, app/assets/stylesheets/enterprise/../styles/pages.scss */
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  /* line 2271, app/assets/stylesheets/enterprise/../styles/pages.scss */
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  /* line 2277, app/assets/stylesheets/enterprise/../styles/pages.scss */
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  /* line 2307, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .page-section .img-responsive {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  /* line 2313, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home2-intro-container {
    padding: 40px 0 60px;
  }
  /* line 2316, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home2-intro-container img {
    width: 100%;
    margin-top: 40px;
  }
  /* line 2322, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .jumbotron,
.landing .jumbotron,
.home .jumbotron {
    padding-bottom: 128px;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 2331, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home .jumbotron {
    background-position: 80% 50%;
  }
  /* line 2335, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .col-offset-container {
    display: none;
  }
  /* line 2339, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home3-intro-container .col-offset-container-right {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  /* line 2354, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home4-container img {
    position: relative;
    left: 0;
  }
  /* line 2360, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages h1 {
    font-size: 60px;
    line-height: 1.04;
  }
  /* line 2365, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home .jumbotron h1,
#jumbotron-2 h1,
.pages #jumbotron-4.jumbotron h1 {
    margin-top: 0;
    font-size: 42px !important;
    line-height: 1;
  }
  /* line 2373, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages #banner-v12.jumbotron {
    background-position: 85% 0% !important;
  }
  /* line 2377, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages #banner-v12.jumbotron h1 {
    font-size: 62px !important;
    line-height: 1;
  }
  /* line 2383, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box .form-group {
    display: block !important;
  }
  /* line 2387, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box select.form-control,
.banner-search-box .btn {
    width: 100% !important;
    left: 0 !important;
  }
  /* line 2394, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box-test {
    padding: 16px !important;
  }
  /* line 2398, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages h2 {
    font-size: 32px;
  }
  /* line 2402, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .page-has-aside {
    padding-top: 20px;
  }
  /* line 2406, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .subscribe .checkout-container .checkout-left {
    width: 100%;
  }
  /* line 2410, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .subscribe .checkout-container .checkout-right {
    display: none;
  }
}

/* line 2415, app/assets/stylesheets/enterprise/../styles/pages.scss */
.grecaptcha-badge {
  z-index: 999999 !important;
}

/* line 2419, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-main-banner {
  background-image: url(https://images.unsplash.com/photo-1530461215976-31923a646c83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2229&q=80);
  background-size: cover;
  height: 550px;
}

/* line 2424, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-main-banner .home-main-banner-img-container {
  margin: 0 auto;
  position: relative;
  top: -50px;
  text-align: center;
}

/* line 2430, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-main-banner .home-main-banner-img-container img {
  height: 600px;
  width: auto;
  display: inline-block;
}

@media (max-width: 1200px) {
  /* line 2439, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 400px;
  }
  /* line 2443, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 450px;
  }
}

@media (max-width: 992px) {
  /* line 2451, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .col-has-padding {
    padding-left: 15px !important;
  }
}

@media (max-width: 1000px) {
  /* line 2457, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 300px;
  }
  /* line 2461, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 350px;
  }
  /* line 2467, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .themerow .col-md-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  /* line 2473, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 200px;
  }
  /* line 2477, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 250px;
  }
}

@media (max-width: 500px) {
  /* line 2485, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 130px;
  }
  /* line 2489, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 180px;
  }
}

/* line 2496, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section {
  padding: 80px 0 90px;
  overflow: hidden;
}

/* line 2500, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section .col-padding-right {
  padding-right: 50px;
}

/* line 2504, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section .col-padding-left {
  padding-left: 50px;
}

/* line 2512, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

/* line 2519, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section p.list i {
  color: #334999;
}

/* line 2524, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section p.lead {
  opacity: 0.5;
  margin-bottom: 14px;
}

/* line 2534, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section section {
  margin-bottom: 24px;
}

/* line 2543, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-builder-new img {
  width: 200%;
  max-width: 122%;
  position: relative;
  top: -4px;
}

/* line 2552, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-reg-new img {
  width: 118%;
  max-width: 118%;
  float: right;
  margin-right: 28px;
  position: relative;
  top: -20px;
}

/* line 2562, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-invite-new {
  padding-top: 90px;
}

/* line 2564, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-invite-new img {
  width: 200%;
  max-width: 108%;
  position: relative;
  top: -10px;
}

/* line 2572, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme {
  background: #191d25;
  padding: 80px 0 90px;
  color: #fff;
}

/* line 2577, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme .col-padding-right {
  padding-right: 90px;
}

/* line 2581, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme img {
  max-width: 124%;
}

/* line 2585, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme p {
  color: #ffffff9c;
}

/* line 2589, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme p.lead {
  color: #fff;
}

/* line 2594, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-professional-logos {
  padding: 40px 0;
}

/* line 2598, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-fee-offer {
  padding: 40px 0;
}

/* line 2602, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-share {
  background: #f1f1f1;
  padding: 80px 0 90px;
}

/* line 2606, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-share img {
  max-width: 116%;
}

/* line 2610, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-share hr {
  border-top: 1px solid #ccc;
}

/* line 2615, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-showcase {
  background: #f1f1f1;
  padding: 80px 0 90px;
}

/* line 2619, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-showcase .badge {
  margin-top: 40px;
}

/* line 2624, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-enterprise-features {
  padding-top: 0px;
  padding-bottom: 50px;
}

/* line 2629, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-enterprise-faq {
  padding: 80px 0 100px;
  background: #1f2834;
  color: #fff;
}

/* line 2634, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-enterprise-faq h2 {
  margin-bottom: 30px;
}

/* line 2639, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example {
  background: #f1f1f1;
  padding: 30px 0 0;
}

/* line 2643, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example img {
  margin: 0 auto;
}

/* line 2648, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example h2 {
  font-size: 44px;
}

/* line 2652, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example p {
  font-size: 15px;
  line-height: 23px;
  color: #313131d1;
}

/* line 2659, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary {
  padding-top: 70px;
  color: #fff;
}

/* line 2663, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary h1 {
  color: #fff;
}

/* line 2667, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary .page-intro-cta {
  margin-top: 44px;
  margin-bottom: 30px;
}

/* line 2672, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary .h4 a {
  color: #fff;
  font-weight: 600;
}

/* line 2678, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro {
  padding-top: 40px;
}

/* line 2681, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro .page-intro-content {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* line 2686, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro .page-intro-cta {
  margin-top: 44px;
  margin-bottom: 30px;
}

/* line 2691, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro .h4 a {
  color: black;
  font-weight: 600;
}

/* line 2697, app/assets/stylesheets/enterprise/../styles/pages.scss */
.badge {
  background-color: rebeccapurple;
}

/* line 2701, app/assets/stylesheets/enterprise/../styles/pages.scss */
a.badge {
  background-color: rebeccapurple;
  color: #fff;
}

/* line 2705, app/assets/stylesheets/enterprise/../styles/pages.scss */
a.badge:hover {
  background-color: #4e2a71;
}

/* line 2710, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-top-bar {
  background: #1f28340f;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 500;
  height: 4px;
}

/* line 2719, app/assets/stylesheets/enterprise/../styles/pages.scss */
.brand-color {
  color: #334999;
}

/* line 2723, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature {
  text-align: center;
  border: 1px solid #f5f5f5;
}

/* line 2727, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature i {
  font-size: 80px;
}

/* line 2731, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature.well-white {
  background: #fff;
  border: none;
  box-shadow: none;
}

/* line 2737, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature.well-dark {
  background: #ffffff0d;
  border: none;
  color: #fff;
  box-shadow: none;
}

/* line 2743, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature.well-dark p {
  color: #fff;
}

/* line 2748, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature h2 {
  font-size: 32px;
}

/* line 2754, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise .jumbotron {
  background-image: url(/assets/home/enterprise_bg.jpg);
  background-position: 100%;
  padding-bottom: 0;
  background-position: 50%;
}

/* line 2760, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise .jumbotron p.lead {
  margin-bottom: 40px;
}

/* line 2766, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-features {
  padding: 80px 0 100px;
  background: #1f2834;
  color: #fff;
}

/* line 2771, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-features p {
  color: #ccc;
}

/* line 2777, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-ticketingfeatures .feature-block {
  background: none;
  box-shadow: none;
}

/* line 2783, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-fees {
  background: #f8f9fc;
}

/* line 2795, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-faq h2 {
  margin-bottom: 40px;
}

/* line 2800, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-integrations-logos {
  background-color: #f8f9fc;
  padding-bottom: 120px;
}

/* line 2805, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventwebsites .jumbotron-secondary {
  background-image: url(https://images.unsplash.com/photo-1511988617509-a57c8a288659?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80);
}

/* line 2808, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventwebsites .jumbotron-secondary .jumbotron-cover {
  background-color: #000;
  opacity: 0.7;
}

/* line 2814, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* line 2818, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen {
  position: relative;
  text-align: center;
}

/* line 2822, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen .screen-cover {
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.8;
  opacity: 0;
  transition: 0.3s opacity ease;
}

/* line 2834, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -24px;
  opacity: 0;
  transition: 0.3s all ease;
  transform: scale(0.9);
}

/* line 2847, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen:hover .btn {
  opacity: 1;
  transform: scale(1);
}

/* line 2852, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen:hover .screen-cover {
  opacity: 0.6;
}

/* line 2863, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themerow {
  position: relative;
}

/* line 2866, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themerow .themerow-arrow {
  position: absolute;
  top: 88px;
  right: -35px;
  font-size: 44px;
  color: #1f2834;
}

/* line 2873, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themerow .themerow-arrow:hover {
  color: rebeccapurple;
}

/* line 2879, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 2883, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen {
  overflow: visible;
  position: relative;
}

/* line 2887, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen .btn {
  position: absolute;
  top: 0;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -26px;
}

/* line 2901, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen:hover img {
  opacity: 0.5;
}

/* line 2905, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen:hover .btn {
  visibility: visible;
  opacity: 1;
}

/* line 2910, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen:hover .paper img {
  top: 10px;
  opacity: 1;
}

/* line 2916, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .themerow {
  margin-bottom: 64px;
}

/* line 2920, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta {
  margin-top: 20px;
}

/* line 2923, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .badge {
  text-transform: capitalize;
  background-color: #efefef;
  color: #555;
}

/* line 2929, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-icon-action {
  color: #999;
  text-decoration: none;
}

/* line 2933, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-icon-action:hover {
  color: rebeccapurple;
}

/* line 2939, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-types .badge {
  background-color: #c3c3c3;
}

/* line 2943, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-types:hover .badge {
  background-color: rebeccapurple;
}

/* line 2948, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta p {
  font-size: 14px;
  line-height: 24px;
}

/* line 2954, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes.page-section-popular-themes-professional {
  background-color: #efefef;
  margin-top: 80px;
  padding-top: 40px;
}

/* line 2961, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale {
  background: #f4f6fa;
  background: #f8f9fc;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 2968, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well {
  background-color: #fff;
  margin: 15px;
  text-align: center;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 10px #00000008;
  height: 100%;
}

/* line 2976, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well i {
  font-size: 60px;
  color: #334999;
}

/* line 2981, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well h3,
.page-section-feauturesthatscale .well .h3 {
  font-weight: 700;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

/* line 2988, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well p {
  margin-bottom: 0;
}

/* line 2993, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .slick-arrow-container {
  font-size: 30px;
  text-align: right;
  margin-right: 10px;
  margin-top: 6px;
}

/* line 2999, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .slick-arrow-container .slick-arrows {
  display: inline-block;
  color: #999;
  margin-left: 22px;
}

/* line 3004, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .slick-arrow-container .slick-arrows:hover {
  color: #334999;
}

/* line 3011, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-track {
  display: flex !important;
}

/* line 3015, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-slide {
  height: inherit !important;
}

/* line 3019, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-support {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1684440651/eventplanners_mubwmt.jpg);
  background-size: cover;
  background-position: -306px 20%;
  background-position: -26px 0%;
  background-size: 60%;
}

/* line 3030, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope {
  position: absolute;
  bottom: -12px;
  right: 20px;
  margin: 50px auto 0;
  width: 98px;
  height: 66px;
  background: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 3042, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope:before,
.envelope:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 33px 49px;
}

/* line 3051, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope:before {
  border-bottom-color: #fff;
  top: -100%;
  left: 0px;
}

/* line 3056, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope:after {
  border-right-color: #f9f9f9;
  border-left-color: #fff;
  border-bottom-color: #fff;
  top: 0;
  transform: rotate(360deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3066, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper {
  width: 87px;
  height: 66px;
  margin: 0 auto;
  border-radius: 5px;
  position: absolute;
  left: 6px;
  top: -33px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3077, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper img {
  position: relative;
  top: 22px;
  transition: 0.3s top ease;
}

/* line 3083, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper:before,
.paper:after {
  position: absolute;
  left: 12px;
  background: #e3f1fc;
  height: 4px;
}

/* line 3092, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper:before {
  top: 14px;
  width: 31px;
}

/* line 3096, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper:after {
  right: 12px;
  top: 28px;
  box-shadow: 0 8px 0 #e3f1fc, 0 16px 0 #e3f1fc, 0 24px 0 #e3f1fc, 0 40px 0 #e3f1fc;
}

/* line 3103, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens {
  position: relative;
}

/* line 3106, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .phone {
  position: absolute;
  bottom: 0;
  right: -30px;
  overflow: hidden;
  border-bottom: none;
}

/* line 3114, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope {
  position: absolute;
  bottom: -12px;
  margin: 0;
  z-index: 9999;
  width: 98px;
  height: 66px;
  right: 100px;
  width: 150px;
  height: 100px;
  background: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 3129, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope:before,
.screens .envelope:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 50px 75px;
}

/* line 3138, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope:before {
  border-bottom-color: #fff;
  top: -100%;
  left: 0px;
}

/* line 3143, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope:after {
  border-right-color: #efefef;
  border-left-color: #fff;
  border-bottom-color: #fff;
  top: 0;
  transform: rotate(360deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3153, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper {
  width: 140px;
  height: 100px;
  margin: 0 auto;
  border-radius: 5px;
  position: absolute;
  left: 6px;
  top: -50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3164, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper img {
  position: relative;
  top: 28px;
  transition: 0.3s top ease;
}

/* line 3170, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper:before,
.screens .paper:after {
  position: absolute;
  left: 12px;
  background: #e3f1fc;
  height: 4px;
}

/* line 3179, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper:before {
  top: 14px;
  width: 31px;
}

/* line 3183, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper:after {
  right: 12px;
  top: 28px;
  box-shadow: 0 8px 0 #e3f1fc, 0 16px 0 #e3f1fc, 0 24px 0 #e3f1fc, 0 40px 0 #e3f1fc;
}

/* line 3192, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-design img {
  position: relative;
  left: -50px;
}

/* line 3198, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-features {
  background-color: #1f2834;
  color: #fff;
  padding: 70px 0 70px;
}

/* line 3203, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-features i {
  font-size: 56px;
  color: #334999;
}

/* line 3209, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-content {
  padding: 40px 0 0px;
}

/* line 3212, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-content i {
  display: none;
}

/* line 3217, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-integrations {
  padding-top: 40px;
}

/* line 3221, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-cta {
  background-color: #f1f1f1;
  padding: 40px 0 50px;
}

/* line 3226, app/assets/stylesheets/enterprise/../styles/pages.scss */
.taglist {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

/* line 3231, app/assets/stylesheets/enterprise/../styles/pages.scss */
.taglist .badge {
  position: relative;
  top: -1px;
  text-transform: capitalize;
}

/* line 3239, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-test {
  position: relative;
  background-color: #242d39;
  padding: 24px 30px 26px 30px;
  margin-top: 58px;
  margin-bottom: 0;
}

/* line 3247, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-test .form-group {
  margin-bottom: 0;
}

/* line 3251, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-test .banner-search-box-test-arrow {
  position: absolute;
  top: -48px;
  left: -125px;
  width: 157px;
  transform: rotate(-8deg);
}

/* line 3260, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-new {
  position: relative;
}

/* line 3263, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-new .banner-search-box-arrow {
  position: absolute;
  top: -48px;
  left: -125px;
  width: 157px;
  transform: rotate(-8deg);
}

/* line 3272, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box {
  position: relative;
}

/* line 3275, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box .banner-search-box-arrow {
  position: absolute;
  top: -48px;
  left: -140px;
  width: 142px;
  transform: rotate(-10deg);
}

@media (max-width: 992px) {
  /* line 3286, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box-test .form-group {
    width: 100% !important;
  }
}

/* line 3292, app/assets/stylesheets/enterprise/../styles/pages.scss */
.number {
  position: absolute;
  left: -24px;
  font-size: 65px;
  opacity: 0.1;
  font-weight: 700;
  top: -5px;
}

/* line 3301, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* line 3305, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional .h2 {
  font-size: 36px;
  letter-spacing: 0;
}

/* line 3310, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional p {
  color: #3a3a3ad1;
}

/* line 3314, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional p.lead {
  opacity: 0.6;
}

/* line 3319, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-professional-quotes {
  background: #f1f1f1;
  padding: 80px 0 64px;
}

/* line 3323, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-professional-quotes .img-left {
  width: 60px;
  float: left;
  margin: 0 16px 10px 0;
  border-radius: 50%;
}

/* line 3331, app/assets/stylesheets/enterprise/../styles/pages.scss */
.templates {
  margin-right: -10px;
}

/* line 3336, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template {
  position: relative;
  float: left;
  width: 33.33333%;
}

/* line 3346, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template .template-content {
  margin: 10px;
}

/* line 3351, app/assets/stylesheets/enterprise/../styles/pages.scss */
.col50 {
  width: 33.33333%;
}

/* line 3356, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu h4 {
  padding: 0 2px;
}

/* line 3359, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu a {
  display: block;
  color: black;
  padding: 1px 3px;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.2s ease all;
  font-size: 17px;
  margin-bottom: 6px;
}

/* line 3374, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu a:hover {
  color: #334999;
}

/* line 3378, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu a sup {
  background-color: rebeccapurple;
  color: #fff;
  padding: 1px;
}

@media (max-width: 992px) {
  /* line 3387, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .templates {
    margin-left: -10px;
  }
  /* line 3391, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .col50,
.template {
    width: 100%;
  }
  /* line 3396, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .page-section-support {
    background-image: none;
  }
  /* line 3400, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .feature-quote-content {
    margin-left: 0;
  }
  /* line 3404, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .feature-quote-content {
    margin-left: 0 !important;
  }
  /* line 3408, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .feature-quote-mark {
    display: none;
  }
}

/* line 3413, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s ease all;
}

/* line 3422, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec {
  margin-bottom: 20px;
  background-color: #1f2834;
  position: relative;
  top: 0;
  transition: 0.2s ease all;
}

/* line 3429, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
  color: #fff;
  padding: 26px 10px;
}

/* line 3436, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec .navbar-nav > li > a.view-active {
  opacity: 0.5;
}

/* line 3440, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec .navbar-nav > li > a.link-has-icon:hover {
  color: #334999;
}

/* line 3446, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external.active {
  visibility: visible;
  opacity: 1;
}

/* line 3450, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external.active .navbar.navbar-default.navbar-ec {
  top: 0;
}

/* line 3455, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav {
  padding: 14px;
  margin-bottom: 20px;
  background-color: #1f2834;
}

/* line 3460, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a {
  color: #fff;
  display: inline-block;
}

/* line 3465, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a.link-is-highlighted {
  background-color: rebeccapurple;
}

/* line 3472, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a.link-has-icon {
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

/* line 3477, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a.link-has-icon:hover {
  background-color: #334999;
}

/* line 3484, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-cover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fc;
  transition: 0.3s ease all;
}

/* line 3495, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-cover.active {
  visibility: visible;
  opacity: 1;
}

/* line 3501, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-bodycopy {
  padding-top: 0;
  margin-top: 40px;
}

/* line 3505, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-bodycopy p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
}

/* line 3513, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-related-themes.page-section-popular-themes {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #191d25;
  color: #fff;
}

/* line 3520, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block {
  background: #f8f9fc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 3525, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block .feature-block-icon {
  display: block;
  float: left;
  background: #1f2834;
  padding: 23px;
  width: 100px;
  margin-right: 18px;
  position: absolute;
  height: 100%;
  text-align: center;
  color: #fff;
}

/* line 3537, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block .feature-block-icon i {
  position: relative;
  top: 30%;
}

/* line 3543, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block .feature-block-content {
  margin-left: 100px;
  padding: 20px;
}

/* line 3551, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landingselltickets .feature-block,
.selltickets .feature-block {
  background: none;
  box-shadow: none;
}

/* line 3558, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-type h5 a {
  color: inherit;
  text-decoration: none;
}

/* line 3562, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-type h5 a:hover {
  color: #334999;
}

/* line 3569, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .top {
  margin-top: 100px !important;
}

/* line 3573, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .create-new-breadcrumbs {
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 16px;
  color: black;
  border-bottom: 1px solid #e8e8e8;
  z-index: 9;
  font-weight: 600;
}

/* line 3586, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .create-new-breadcrumbs span {
  display: inline-block;
  margin: 0 6px;
  color: #777;
}

/* line 3592, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .create-new-breadcrumbs strong {
  color: #334999;
}

/* line 3597, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .radio {
  margin-bottom: 0 !important;
}

/* line 3601, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .form-header-inline {
  margin-top: 36px;
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}

/* line 3609, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list .panel-body {
  padding: 0 15px;
}

/* line 3611, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list .panel-body a {
  font-size: 14px;
}

/* line 3616, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: black;
  margin-right: 30px;
  padding: 6px 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}

/* line 3627, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a:hover {
  color: #334999;
}

/* line 3631, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a.theme-filter:hover {
  color: #334999;
  background-color: #efefef;
}

/* line 3636, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a.active {
  color: #334999;
  background-color: #efefef;
}

/* line 3640, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #efefef;
  border-width: 8px;
  margin-top: -8px;
}

/* line 3659, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme h3 {
  margin-top: 10px;
}

/* line 3665, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .screen-link .btn {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -26px;
}

/* line 3679, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .screen-link:hover img {
  opacity: 0.5;
}

/* line 3683, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .screen-link:hover .btn {
  visibility: visible;
  opacity: 1;
}

/* line 3690, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading {
  opacity: 0;
  transition: 0.2s ease all;
  color: #fff;
}

/* line 3695, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading.active {
  opacity: 0.8;
}

/* line 3699, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading.complete {
  opacity: 1;
}

/* line 3702, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading.complete i {
  color: rebeccapurple;
}

/* line 3709, app/assets/stylesheets/enterprise/../styles/pages.scss */
#theme-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}

/* line 3720, app/assets/stylesheets/enterprise/../styles/pages.scss */
#theme-loader h2 {
  margin-top: 140px;
}

/* line 3724, app/assets/stylesheets/enterprise/../styles/pages.scss */
#theme-loader.active {
  opacity: 1;
  visibility: visible;
}

/* line 3731, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogresults h2 {
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0;
}

/* line 3736, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogresults h2 a {
  color: #334999;
  font-weight: 600;
}

/* line 3742, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogresults .h5 {
  font-size: 16px;
}

/* line 3750, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogcontent {
  margin-top: 30px;
  margin-bottom: 100px;
}

/* line 3754, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogcontent h1 {
  font-weight: 500;
  font-size: 60px;
}

/* line 3760, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogcontent h2 {
  font-weight: 600;
  font-size: 28px;
}

/* line 3771, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad {
  background: #f8f9fc;
  padding: 30px;
}

/* line 3776, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad h5 {
  font-size: 22px;
  font-family: outfit;
}

/* line 3781, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad p {
  margin-bottom: 20px;
}

/* line 3785, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad .btn {
  margin-bottom: 30px;
}

/* line 3790, app/assets/stylesheets/enterprise/../styles/pages.scss */
#typesthemesamples {
  margin-top: 40px;
  margin-bottom: 70px;
}

/* line 3794, app/assets/stylesheets/enterprise/../styles/pages.scss */
#typesthemesamples h2 {
  font-weight: 700;
  font-style: normal;
}

/* line 3799, app/assets/stylesheets/enterprise/../styles/pages.scss */
#typesthemesamples p {
  margin-top: 30px;
}

/* line 3804, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .thumbnail {
  padding: 0;
  position: relative;
  border: none;
}

/* line 3809, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .thumbnail .thumbnail-badge {
  position: absolute;
  top: -16px;
  right: 10px;
}

/* line 3815, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .thumbnail .thumbnail-desc {
  color: #888;
}

/* line 3820, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-progress-meter {
  width: 600px;
  height: 6px;
  background: #999;
  position: relative;
  margin: 0 auto 30px auto;
}

/* line 3827, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-progress-meter .pages-progress-meter-progress {
  position: absolute;
  width: 33.33333%;
  height: 6px;
  top: 0;
  left: 0;
  background: rebeccapurple;
}

/* line 3838, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock hr.hr {
  border-top: 1px solid #999;
}

/* line 3842, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock .quoteblock-quote {
  font-size: 28px;
  line-height: 40px;
  position: relative;
  font-weight: 600;
}

/* line 3849, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock .quoteblock-mark {
  position: absolute;
  left: -50px;
  color: #333;
}

/* line 3854, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock .quoteblock-mark2 {
  position: absolute;
  right: -16px;
  bottom: 4px;
  color: #333;
}

/* line 3862, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .ui-state-default,
.pages .ui-widget-content .ui-state-default,
.pages .ui-widget-header .ui-state-default,
.pages .ui-button,
html .pages .ui-button.ui-state-disabled:hover,
html .pages .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: rebeccapurple;
  border-radius: 50%;
  cursor: pointer;
}

/* line 3874, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .ui-widget-content {
  background: #f8f9fc;
}

/* line 3878, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-reviews {
  padding: 40px 0 50px;
}

/* line 3883, app/assets/stylesheets/enterprise/../styles/pages.scss */
.review-block .img-responsive {
  height: 25px;
  margin-bottom: 14px;
}

/* line 3889, app/assets/stylesheets/enterprise/../styles/pages.scss */
.review-block .review-block-stars {
  font-size: 25px;
}

/* line 3892, app/assets/stylesheets/enterprise/../styles/pages.scss */
.review-block .review-block-details {
  font-size: 20px;
}

/* line 3897, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quote-block-new {
  font-size: 20px;
}

/* line 3900, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quote-block-new .pull-left {
  padding: 0 20px 40px 0;
  font-size: 40px;
}

@media (max-width: 992px) {
  /* line 3907, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .review-block {
    margin-bottom: 30px;
  }
}

/* line 3912, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest {
  background-color: #dbe0da;
  padding: 62px 0 140px 0;
  position: relative;
}

/* line 3917, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .col-md-6 {
  padding-right: 40px;
}

/* line 3921, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .newheadertest-content {
  width: 46%;
}

/* line 3925, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest h1 {
  font-family: "Outfit", sans-serif;
  font-size: 62px;
}

/* line 3930, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .btn {
  background-color: #334999;
}

/* line 3934, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .newheadertest-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: 50% 40%;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1662522069/planner_i2xsng.jpg);
}

/* line 3946, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newthemeheader h3 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  border-bottom: 6px solid #334999;
  padding-bottom: 12px;
  display: inline-block;
}

/* line 3955, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote {
  background-color: #334999;
  padding-top: 58px;
  padding-bottom: 78px;
  color: #fff;
}

/* line 3961, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-planner {
  border-radius: 50%;
  border: 6px solid #242d39;
  max-width: 132px;
  position: relative;
  top: -10px;
}

/* line 3969, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-content {
  margin-left: 50px;
}

/* line 3973, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-quote {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 28px;
  position: relative;
}

/* line 3980, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-attribution {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  position: relative;
}

/* line 3987, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-mark {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 3994, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-mark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  opacity: 0.1;
}

/* line 4002, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-logo {
  margin-top: 50px;
}

/* line 4005, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-logo img {
  width: 180px;
}

@media (max-width: 992px) {
  /* line 4012, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .newheadertest {
    padding: 30px 0 0 0;
  }
  /* line 4015, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .newheadertest .newheadertest-bg {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: 50%;
    background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1662522069/planner_i2xsng.jpg);
    background-position: 45% 33%;
  }
  /* line 4024, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .newheadertest .newheadertest-content {
    width: 100%;
    margin-bottom: 60px;
  }
}

/* line 4032, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item {
  margin-bottom: 50px;
}

/* line 4035, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item .h3 {
  font-size: 22px;
  font-weight: 800;
  font-family: outfit, sans-serif;
  margin-bottom: 0;
}

/* line 4041, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item .h3 a {
  color: #334999;
  text-decoration: none;
}

/* line 4045, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item .h3 a:hover {
  text-decoration: none;
  color: #263773;
}

/* line 4054, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item.faq-new-item-visible .plusminus:before {
  transform: rotate(90deg);
}

/* line 4057, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item.faq-new-item-visible .plusminus:after {
  transform: rotate(180deg);
}

/* line 4065, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new-content {
  padding-left: 45px;
}

/* line 4068, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new-content p {
  margin: 0;
  margin-top: 20px;
}

/* line 4074, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form {
  background: #f8f9fc;
}

/* line 4077, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form ul,
.enterprise-form li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 4084, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form li {
  margin-bottom: 20px !important;
}

/* line 4088, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form .enterprise-form-container {
  background: white;
  padding: 30px 50px;
  position: relative;
  top: -61px;
  box-shadow: 2px 2px 10px #00000017;
}

/* line 4097, app/assets/stylesheets/enterprise/../styles/pages.scss */
.side-quote {
  position: relative;
  padding-left: 20px;
}

/* line 4101, app/assets/stylesheets/enterprise/../styles/pages.scss */
.side-quote:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: 10px;
  height: 30px;
  background-color: #334999;
}

/* line 4112, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll {
  padding-top: 20px;
  padding-bottom: 70px;
}

/* line 4113, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .slick-slide {
  opacity: 0.5;
}

/* line 4115, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .slick-slide.slick-active {
  opacity: 1;
}

/* line 4123, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .themesample {
  padding: 10px;
}

/* line 4127, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll h3 {
  font-weight: 800;
  font-size: 26px;
  font-family: outfit;
}

/* line 4133, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .screen {
  background: #f8f9fc;
  border: 1px solid #ececec;
}

/* line 4140, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio {
  color: #000;
}

/* line 4143, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio h3 {
  font-size: 30px;
  font-family: outfit;
  margin-top: 4px;
  color: #334999;
}

/* line 4150, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio .btn {
  display: none;
}

/* line 4154, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}

/* line 4163, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventtypeselector .form-control {
  width: 380px;
  margin-bottom: 6px;
}

/* line 4168, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventtypeselector .btn {
  width: 380px;
}

@media (max-width: 768px) {
  /* line 4175, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .eventtypeselector .form-control {
    width: 100%;
  }
  /* line 4179, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .eventtypeselector .btn {
    width: 100%;
  }
}

/* line 4187, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .h2-sm {
  font-size: 30px;
}

/* line 4191, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 4195, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left img {
  width: 100%;
  max-width: 100%;
  float: right;
  margin-right: 28px;
  position: relative;
  top: -20px;
}

/* line 4205, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left-basic {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* line 4209, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left-basic img {
  width: 100%;
  float: right;
  margin-right: 28px;
  position: relative;
  top: -20px;
}

/* line 4219, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-right {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* line 4223, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-right img {
  width: 118%;
  max-width: 118%;
  float: left;
  margin-right: 28px;
  position: relative;
  top: 0px;
}

/* line 4233, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-quote {
  background: #f8f9fc;
  width: 715px;
  margin: 0 auto;
  padding: 45px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

/* line 4241, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-quote .h5 {
  font-family: Outfit;
  font-size: 16px;
  line-height: 26px;
}

/* line 4248, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel {
  position: relative;
  padding-top: 20px;
  padding-bottom: 0;
}

/* line 4253, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-texture {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/f_auto,q_auto/v1716581624/texture2_r91vma.jpg);
  opacity: 0.05;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4265, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-intro {
  margin-bottom: 20px;
}

/* line 4268, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-intro h2 {
  margin: 0;
  margin-bottom: 20px;
}

/* line 4274, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box {
  background-color: #fff;
  margin: 10px;
  text-align: center;
  border: 1px solid #efefef;
  height: 94%;
  padding: 20px;
}

/* line 4282, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box i {
  font-size: 60px;
  color: #334999;
}

/* line 4287, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box img {
  max-width: 200px;
  margin: 0 auto;
}

/* line 4292, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box h3,
.pagecontent .pagecontent-carousel .pagecontent-carousel-box .h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 4px;
}

/* line 4299, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box p {
  margin-bottom: 0;
}

/* line 4304, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-arrows {
  font-size: 30px;
  text-align: right;
  margin-top: 6px;
  position: relative;
}

/* line 4311, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-arrows .pagecontent-carousel-arrow {
  display: inline-block;
  color: #999;
  margin-left: 22px;
}

/* line 4316, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-arrows .pagecontent-carousel-arrow:hover {
  color: #334999;
}

/* line 4323, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-two-column,
.pagecontent .pagecontent-feature-left,
.pagecontent .pagecontent-feature-right {
  margin-top: 100px;
  margin-bottom: 140px;
}

/* line 4330, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* line 4334, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list .pagecontent-feature-list-intro {
  margin-bottom: 30px;
}

/* line 4338, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list h2 {
  margin-bottom: 22px;
}

/* line 4342, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list h3 {
  margin-top: 0;
}

/* line 4347, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-faq {
  margin-top: 80px;
  margin-bottom: 120px;
}

/* line 4352, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 4356, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison .fa-xmark {
  color: #bf3121;
}

/* line 4364, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison .navbar-logo {
  margin-top: 4px;
}

/* line 4367, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison .navbar-logo .a {
  fill: black;
}

/* line 4374, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-track {
  display: flex !important;
}

/* line 4378, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-slide {
  height: inherit !important;
}

/* line 4386, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 {
  color: #241c19;
  background: #fef9ef;
  font-family: "Quattrocento Sans", serif;
}

/* line 4391, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h1 {
  color: #000;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 4400, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h1 span {
  font-style: italic;
  color: #c07858;
}

/* line 4408, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h2 {
  color: #000;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

/* line 4418, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h2 span {
  font-style: italic;
  color: #c07858;
}

/* line 4426, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .happenly-fixed {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 20px;
  background: #2423200f;
}

/* line 4436, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .happenly-fixed a {
  color: #241c19;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
}

/* line 4445, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar.navbar-happenly-links {
  width: 320px;
  position: absolute;
  top: 30px;
  margin: 0 auto;
  left: 50%;
  margin-left: -160px;
}

/* line 4454, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar.navbar-happenly-links .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

/* line 4466, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly {
  background: none;
  border: none;
  width: 100%;
  position: absolute;
}

/* line 4472, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly li a {
  font-size: 16px;
  color: #131212;
  line-height: 50px;
}

/* line 4478, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly .btn {
  font-size: 15px;
  color: white;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
}

/* line 4486, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly.navbar-happenly-top {
  border-bottom: 1px solid #efefef;
  background: #fef9ef;
  padding-top: 20px;
  padding-bottom: 10px;
  top: 0;
  position: fixed;
}

/* line 4494, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly.navbar-happenly-top .navbar-happenly-select {
  opacity: 1;
}

/* line 4500, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly .navbar-happenly-select {
  padding-top: 6px;
  font-size: 15px;
  padding-right: 16px;
  opacity: 0;
}

/* line 4506, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly .navbar-happenly-select select {
  background: none;
  border: none;
  border-bottom: 1px solid #111;
}

/* line 4530, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .btn {
  background: #1a1a1a;
}

/* line 4535, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron {
  padding-top: 156px;
}

/* line 4539, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron h1 {
  color: #000;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 4548, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron h1 span {
  font-style: italic;
  color: #c07858;
}

/* line 4555, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron p {
  margin: 0 auto 30px auto;
  max-width: 600px;
}

/* line 4561, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron .jumbotron-update {
  border: 1px solid black;
  opacity: .5;
  color: black;
  margin-bottom: 10px;
}

/* line 4570, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-ec {
  display: none;
}

/* line 4574, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Quattrocento Sans", serif;
  margin-bottom: 0;
  margin-top: 35px;
  border-top: 1px solid #c07858;
  padding-top: 20px;
}

/* line 4583, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 .plusminus:before, .site2 .faq-new .faq-new-item .h3 .plusminus:after {
  background-color: #c07858;
}

/* line 4587, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 .plusminus:before {
  width: 2px;
  margin-left: -1px;
}

/* line 4593, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 .plusminus:after {
  height: 2px;
  margin-top: -1px;
}

/* line 4600, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 a {
  color: #c07858;
}

/* line 4606, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features {
  margin-top: 160px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* line 4613, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features .feature-images {
  position: relative;
}

/* line 4617, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features .feature-images .img1 {
  width: 150%;
  max-width: 150%;
  position: relative;
  left: 280px;
}

/* line 4624, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features .feature-images .img2 {
  position: absolute;
  bottom: -60px;
  left: 59px;
  width: 96%;
}

/* line 4634, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-wordwall {
  margin-bottom: 100px;
}

/* line 4638, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes {
  padding-top: 120px;
  padding-bottom: 320px;
  background-color: #222;
  overflow: hidden;
}

/* line 4644, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .theme-overflow {
  position: absolute;
  width: 90%;
  left: 38%;
  margin-top: 24px;
}

/* line 4651, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .envelope {
  display: block;
}

/* line 4656, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes h2, .site2 .site2-themes p {
  color: #fff;
}

/* line 4660, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes p {
  opacity: .9;
  max-width: 300px;
}

/* line 4666, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen {
  background: #222;
}

/* line 4671, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen .img-responsive {
  opacity: .9;
}

/* line 4675, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen .btn {
  position: absolute;
  top: 40%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
}

/* line 4686, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen:hover .img-responsive {
  opacity: .2;
}

/* line 4690, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen:hover .btn {
  opacity: 1;
}

/* line 4702, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing {
  margin-top: 80px;
  margin-bottom: 200px;
}

/* line 4706, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-enterprisewell {
  margin-top: 110px;
  background: transparent;
  border: 1px solid #d8d8d8;
  background: #f1ece3;
  padding: 31px 43px;
}

/* line 4713, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-enterprisewell h5 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
}

/* line 4722, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-cards h3 {
  font-size: 30px;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  font-style: italic;
}

/* line 4734, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-cards h5 {
  color: #c07858;
}

/* line 4738, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-cards p {
  margin-bottom: 30px;
}

/* line 4747, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-benefits {
  background: #2423200f;
  padding: 20px 0;
}

/* line 4751, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-benefits h5 {
  display: inline-block;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  font-style: italic;
}

/* line 4763, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #1a1a1a;
  color: #fff;
}

/* line 4769, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-footer .footer-tier1 {
  margin-bottom: 140px;
}

/* line 4775, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-footer .footer-tier3 a, .site2 .site2-footer .footer-tier2 a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

/* line 4787, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-images img {
  float: left;
}

/* line 4791, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-images:after {
  content: "Foo";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

/* line 4803, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .testimonial-stars {
  color: #c07858;
}

/* line 4814, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}

/* line 4820, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: normal !important;
  *word-spacing: normal !important;
}

/* line 4830, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slabtextdone .slabtext {
  display: block;
}

/* line 4836, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise,
.pages.landingeventmanagement {
  color: #111;
}

/* line 4840, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #primarylinks, .pages.enterprise #primaryfooter, .pages.enterprise #notitifcation2, .pages.enterprise #footersocial,
.pages.landingeventmanagement #primarylinks,
.pages.landingeventmanagement #primaryfooter,
.pages.landingeventmanagement #notitifcation2,
.pages.landingeventmanagement #footersocial {
  display: none;
}

/* line 4844, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #enterprisesalesbtn,
.pages.landingeventmanagement #enterprisesalesbtn {
  display: inline-block  !important;
}

/* line 4847, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #enterprisesalesbtn .navbar-btn,
.pages.landingeventmanagement #enterprisesalesbtn .navbar-btn {
  display: block;
}

/* line 4852, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #footer .footer-secondary,
.pages.landingeventmanagement #footer .footer-secondary {
  margin-top: 40px;
}

/* line 4855, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #secondarypromolinks, .pages.enterprise #notitifcation1,
.pages.landingeventmanagement #secondarypromolinks,
.pages.landingeventmanagement #notitifcation1 {
  display: block;
}

/* line 4859, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #switcher-old,
.pages.landingeventmanagement #switcher-old {
  display: none;
}

/* line 4863, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise .pricing-well,
.pages.landingeventmanagement .pricing-well {
  background: #fff;
  color: #111;
  margin: 50px 10px 0 10px;
  padding: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}

/* line 4870, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise .pricing-well:after, .pages.enterprise .pricing-well .pricing-well-plan-desc,
.pages.landingeventmanagement .pricing-well:after,
.pages.landingeventmanagement .pricing-well .pricing-well-plan-desc {
  display: none;
}

/* line 4874, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #plan_enterprise,
.pages.landingeventmanagement #plan_enterprise {
  display: none;
}

/* line 4879, app/assets/stylesheets/enterprise/../styles/pages.scss */
.osano-cm-widget {
  display: none !important;
}

/* line 4883, app/assets/stylesheets/enterprise/../styles/pages.scss */
p.subtle {
  font-size: 14px;
  line-height: 20px;
  color: #888;
}
