@charset "UTF-8";
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #000;
  -webkit-border-radius: 0;
  border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: #fff;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: 0 0;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: 0 0;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: 0;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.block .formbox h4 {
  color: #e80c86;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 15px;
}
.block .formbox h4 span {
  display: block;
  font-weight: 700;
  font-size: 21px;
  color: #000;
}
.bannimg {
  position: absolute;
  top: -102px;
  left: 72%;
  width: auto;
  max-width: 1000px;
}
.formbox {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  max-width: 90%;
}
.formbox button {
  width: 100%;
  border: none;
}
.formbox .intl-tel-input {
  margin-bottom: 15px;
  border-radius: 5px;
}
.formbox input[type="email"],
.formbox input[type="number"],
.formbox input[type="text"] {
  border-radius: 8px;
}
.formbox .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 20px;
}
.formbox .intl-tel-input .country-list .country {
  margin: 0;
}
.formbox .intl-tel-input.separate-dial-code .selected-dial-code {
  color: #000;
}
.formbox textarea {
  border-radius: 8px;
  resize: none;
}
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0 0;
}
.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: 0 0;
}
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}
.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
html {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
html {
  font-size: 100%;
}
body {
  background: #000;
  color: #222;
  cursor: auto;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 90%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
.site-wrap {
  background-color: #fff;
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
body .fancybox-inner {
  overflow-y: auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  max-width: none;
  width: auto;
}
.row .row:after,
.row .row:before {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:after,
.row .row.collapse:before {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
}
.accordion:after,
.accordion:before {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
  background: #efefef;
  color: #222;
  display: block;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
  font-size: 16px;
  padding: 16px;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 15px;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: #fff;
  display: block;
}
form {
  margin: 0 0 16px;
}
form .row .row {
  margin: 0 -8px;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 8px;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 8px;
}
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 16px;
  padding: 9px 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
.postfix,
.prefix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.postfix.button,
.section-pricing .plan .postfix.plan__link {
  border-color: true;
}
.prefix.button,
.section-pricing .plan .prefix.plan__link {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button.radius,
.section-pricing .plan .prefix.radius.plan__link {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius,
.section-pricing .plan .postfix.radius.plan__link {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round,
.section-pricing .plan .prefix.round.plan__link {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round,
.section-pricing .plan .postfix.round.plan__link {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
label.prefix,
span.prefix {
  background: #f2f2f2;
  border-right: 0;
  color: #333;
  border-color: #ccc;
}
label.postfix,
span.postfix {
  background: #f2f2f2;
  color: #333;
  border-color: #ccc;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 45px;
  margin: 0 0 16px;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: 0;
}
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
textarea:disabled {
  background-color: #ddd;
  cursor: default;
}
fieldset[disabled] input[type="color"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="week"],
fieldset[disabled] textarea,
input[type="color"][disabled],
input[type="color"][readonly],
input[type="date"][disabled],
input[type="date"][readonly],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="email"][disabled],
input[type="email"][readonly],
input[type="month"][disabled],
input[type="month"][readonly],
input[type="number"][disabled],
input[type="number"][readonly],
input[type="password"][disabled],
input[type="password"][readonly],
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="text"][disabled],
input[type="text"][readonly],
input[type="time"][disabled],
input[type="time"][readonly],
input[type="url"][disabled],
input[type="url"][readonly],
input[type="week"][disabled],
input[type="week"][readonly],
textarea[disabled],
textarea[readonly] {
  background-color: #ddd;
  cursor: default;
}
input[type="color"].radius,
input[type="date"].radius,
input[type="datetime-local"].radius,
input[type="datetime"].radius,
input[type="email"].radius,
input[type="month"].radius,
input[type="number"].radius,
input[type="password"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="text"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="week"].radius,
textarea.radius {
  border-radius: 3px;
}
form .row .prefix-radius.row.collapse button,
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse button,
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse button,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse button,
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
textarea[rows] {
  height: auto;
}
textarea {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 14px;
  line-height: normal;
  padding: 8px;
  border-radius: 0;
  height: 37px;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999;
}
select:disabled {
  background-color: #ddd;
  cursor: default;
}
select[multiple] {
  height: auto;
}
input[type="checkbox"],
input[type="file"],
input[type="radio"],
select {
  margin: 0 0 16px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 8px;
  margin-right: 16px;
  margin-bottom: 0;
  vertical-align: baseline;
}
input[type="file"] {
  width: 100%;
  color: #fff;
}
fieldset {
  border: 1px solid #ddd;
  margin: 18px 0;
  padding: 20px;
}
fieldset legend {
  background: #fff;
  font-weight: 700;
  margin-left: -3px;
  margin: 0;
  padding: 0 3px;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: #f04124;
  color: #fff;
}
[data-abide] small.error,
[data-abide] span.error {
  display: none;
}
small.error,
span.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: #f04124;
  color: #fff;
}
.error input,
.error select,
.error textarea {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 16px;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: #f04124;
  color: #fff;
}
.error > label > small {
  background: 0 0;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}
input.error,
select.error,
textarea.error {
  margin-bottom: 0;
}
label.error {
  color: #f04124;
}
.inline-list {
  list-style: none;
  margin-left: -22px;
  margin-right: 0;
  margin: 0 auto 17px;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 22px;
}
.inline-list > li > * {
  display: block;
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #ddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  font-family: consolas, menlo, courier, monospace;
  font-size: inherit;
  margin: 0;
  padding: 2px 4px 0;
  border-radius: 3px;
}
.label {
  display: inline-block;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 11px;
  background-color: #008cba;
  color: #fff;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #fff;
}
.label.warning {
  background-color: #f08a24;
  color: #fff;
}
.label.success {
  background-color: #43ac6a;
  color: #fff;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333;
}
.switch {
  border: 0;
  margin-bottom: 24px;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  background: #ddd;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
  position: relative;
  text-indent: 100%;
  width: 64px;
  height: 32px;
  transition: left 0.15s ease-out;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  background: #fff;
  content: "";
  display: block;
  height: 24px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 24px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #008cba;
}
.switch input:checked + label:after {
  left: 36px;
}
.switch label {
  height: 32px;
  width: 64px;
}
.switch label:after {
  height: 24px;
  width: 24px;
}
.switch input:checked + label:after {
  left: 36px;
}
.switch label {
  color: transparent;
  background: #ddd;
}
.switch label:after {
  background: #fff;
}
.switch input:checked + label {
  background: #008cba;
}
.switch.large label {
  height: 40px;
  width: 80px;
}
.switch.large label:after {
  height: 32px;
  width: 32px;
}
.switch.large input:checked + label:after {
  left: 44px;
}
.switch.small label {
  height: 28px;
  width: 56px;
}
.switch.small label:after {
  height: 20px;
  width: 20px;
}
.switch.small input:checked + label:after {
  left: 32px;
}
.switch.tiny label {
  height: 24px;
  width: 48px;
}
.switch.tiny label:after {
  height: 16px;
  width: 16px;
}
.switch.tiny input:checked + label:after {
  left: 28px;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 32px;
}
.switch.round label:after {
  border-radius: 32px;
}
[data-magellan-expedition-clone],
[data-magellan-expedition] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}
[data-magellan-expedition-clone] .sub-nav,
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition-clone] .sub-nav dd,
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition-clone] .sub-nav a,
[data-magellan-expedition] .sub-nav a {
  line-height: 1.8em;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table {
  background: #fff;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  table-layout: auto;
}
table caption {
  background: 0 0;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
table thead {
  background: #f5f5f5;
}
table thead tr td,
table thead tr th {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px 10px;
}
table tfoot {
  background: #f5f5f5;
}
table tfoot tr td,
table tfoot tr th {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px 10px;
}
table tr td,
table tr th {
  color: #222;
  font-size: 14px;
  padding: 9px 10px;
  text-align: left;
}
table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
  display: table-cell;
  line-height: 18px;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:after,
.tabs:before {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs .tab-title,
.tabs dd {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs .tab-title > a,
.tabs dd > a {
  display: block;
  background-color: #efefef;
  color: #222;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
  font-size: 16px;
  padding: 16px 32px;
}
.tabs .tab-title > a:hover,
.tabs dd > a:hover {
  background-color: #e1e1e1;
}
.tabs .tab-title.active a,
.tabs dd.active a {
  background-color: #fff;
  color: #222;
}
.tabs.radius .tab:first-child a,
.tabs.radius dd:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical .tab-title,
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.tabs-content {
  margin-bottom: 24px;
  width: 100%;
}
.tabs-content:after,
.tabs-content:before {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 15px 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 15px;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 15px;
}
@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 20px !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 16px;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}
.th {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.th:focus,
.th:hover {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
  border-radius: 3px;
}
.has-tip {
  border-bottom: dotted 1px #ccc;
  color: #333;
  cursor: help;
  font-weight: 700;
}
.has-tip:focus,
.has-tip:hover {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
.contain-to-grid {
  width: 100%;
  background: #333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 45px;
  z-index: 98;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
a {
  color: #e80a89;
  line-height: inherit;
  text-decoration: none;
}
a img {
  border: 0;
}
p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 19.5px;
  line-height: 1.6;
}
p aside {
  font-size: 14px;
  font-style: italic;
  line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 3px;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 8px;
}
hr {
  border: 0;
  background-color: #ddd;
  clear: both;
  height: 1px;
  margin: 20px 0 19px;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, liberation mono, Courier, monospace;
  font-weight: 400;
  padding: 2px 5px 1px;
}
dl,
ol,
ul {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 20px;
}
ul {
  margin-left: 18px;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ol,
ul.no-bullet li ul {
  margin-left: 20px;
  margin-bottom: 0;
  list-style: none;
}
ul li ol,
ul li ul {
  margin-left: 20px;
  margin-bottom: 0;
}
ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 18px;
}
ul.circle {
  list-style-type: circle;
  margin-left: 18px;
}
ul.disc {
  list-style-type: disc;
  margin-left: 18px;
}
ul.no-bullet {
  list-style: none;
}
ol {
  margin-left: 22px;
}
ol li ol,
ol li ul {
  margin-left: 20px;
  margin-bottom: 0;
}
dl dt {
  margin-bottom: 5px;
  font-weight: 700;
}
dl dd {
  margin-bottom: 12px;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
.vcard {
  display: inline-block;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  padding: 10px 12px;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: 700;
  font-size: 15px;
}
.vevent .summary {
  font-weight: 700;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  padding: 0 1px;
}
@media only screen and (min-width: 40.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.inner-wrap:after,
.inner-wrap:before {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 45px;
  line-height: 45px;
  position: relative;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 18px;
}
.left-small {
  height: 45px;
  position: absolute;
  top: 0;
  width: 45px;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  height: 45px;
  position: absolute;
  top: 0;
  width: 45px;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  height: 45px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 45px;
}
.tab-bar-section.right {
  left: 45px;
  right: 0;
}
.tab-bar-section.middle {
  left: 45px;
  right: 45px;
}
.tab-bar .menu-icon {
  color: #fff;
  display: block;
  height: 45px;
  padding: 0;
  position: relative;
  text-indent: 35px;
  transform: translate3d(0, 0, 0);
  width: 45px;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 14.5px;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
@media only screen {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium-down,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large-down,
  .hide-for-medium-down,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium-down,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-down,
  .hidden-for-medium-down,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium-down,
  table.show-for-small,
  table.show-for-small-down,
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium-down,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium-down,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium-down,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-medium,
  td.hide-for-medium-only,
  td.hide-for-medium-up,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium-down,
  td.show-for-small,
  td.show-for-small-down,
  td.show-for-small-only,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-only,
  th.hide-for-medium-up,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium-down,
  th.show-for-small,
  th.show-for-small-down,
  th.show-for-small-only,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large-down,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-down,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-only,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-only,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large,
  table.show-for-large-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large,
  td.show-for-large-down,
  td.show-for-large-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large,
  th.show-for-large-down,
  th.show-for-large-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge,
  td.show-for-xlarge-down,
  td.show-for-xlarge-only,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge,
  th.show-for-xlarge-down,
  th.show-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.hide-for-xlarge-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.hide-for-xlarge-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.hide-for-xlarge-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-down,
  td.hide-for-xlarge-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge,
  td.show-for-xxlarge-down,
  td.show-for-xxlarge-only,
  td.show-for-xxlarge-up,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down,
  th.hide-for-xlarge-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge,
  th.show-for-xxlarge-down,
  th.show-for-xxlarge-only,
  th.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
.hide-for-portrait,
.show-for-landscape {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.hide-for-portrait,
  table.show-for-landscape {
    display: table !important;
  }
  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group !important;
  }
  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group !important;
  }
  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row !important;
  }
  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  table.hide-for-landscape,
  table.show-for-portrait {
    display: table !important;
  }
  thead.hide-for-landscape,
  thead.show-for-portrait {
    display: table-header-group !important;
  }
  tbody.hide-for-landscape,
  tbody.show-for-portrait {
    display: table-row-group !important;
  }
  tr.hide-for-landscape,
  tr.show-for-portrait {
    display: table-row !important;
  }
  td.hide-for-landscape,
  td.show-for-portrait,
  th.hide-for-landscape,
  th.show-for-portrait {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.print-only {
  display: none !important;
}
@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
.inverted {
  background: #222;
}
.inverted,
.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted h5,
.inverted h6 {
  color: #fff;
}
.wistia-player {
  width: 320px;
  height: 240px;
}
.section-awards {
  background: #f3f3f3;
}
.section-awards ul {
  margin: 0;
  list-style: none;
  text-align: center;
}
.section-awards li {
  display: inline-block;
  padding: 14px 28px 14px 0;
}
.section-awards img {
  height: 25px;
}
.section-tools {
  text-align: center;
}
.section-tools .tools {
  list-style: none;
}
@media only screen and (min-width: 40.0625em) {
  .section-tools .tools {
    display: block;
    padding: 0;
    margin: 0 -10px;
  }
  .section-tools .tools:after,
  .section-tools .tools:before {
    content: " ";
    display: table;
  }
  .section-tools .tools:after {
    clear: both;
  }
  .section-tools .tools > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 10px 20px;
  }
  .section-tools .tools > li {
    list-style: none;
    padding: 0 10px 20px;
    width: 33.33333%;
  }
  .section-tools .tools > li:nth-of-type(1n) {
    clear: none;
  }
  .section-tools .tools > li:nth-of-type(3n + 1) {
    clear: both;
  }
}
.tool {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center 30px;
}
.tool h3 {
  padding-top: 120px;
}
.section-pricing .plans {
  list-style: none;
}
@media only screen and (min-width: 40.0625em) {
  .section-pricing .plans {
    display: block;
    padding: 0;
    margin: 0 -10px;
  }
  .section-pricing .plans:after,
  .section-pricing .plans:before {
    content: " ";
    display: table;
  }
  .section-pricing .plans:after {
    clear: both;
  }
  .section-pricing .plans > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 10px 20px;
  }
  .section-pricing .plans > li {
    list-style: none;
    padding: 0 10px 20px;
    width: 25%;
  }
  .section-pricing .plans > li:nth-of-type(1n) {
    clear: none;
  }
  .section-pricing .plans > li:nth-of-type(4n + 1) {
    clear: both;
  }
}
.section-pricing .plans > li {
  height: 300px;
  padding: 0;
}
.section-pricing .plan {
  position: relative;
}
.section-pricing .plan .plan__link {
  position: absolute;
  bottom: 0;
}
.section-pricing .plan.plan--popular .plan__link {
  position: absolute;
  bottom: 0;
}
.section-footer,
.section-our-mission,
.section-success-stories {
  text-align: center;
}
.social-media a {
  color: #fff;
}
.social-media ul {
  list-style: none;
}
.social-media li {
  display: inline-block;
  padding: 10px;
}
body {
  font-family: gilroy-medium;
  font-size: 0.875em;
}
h1,
h2,
h3,
h4,
h5,
h6,
html {
  letter-spacing: normal;
  font-weight: 300;
}
a.arrow:after {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 0.75em;
}
a {
  color: #e80a89;
}
a.button {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
a:hover {
  color: #e80a89;
  text-decoration: underline;
}
a.button:hover {
  text-decoration: inherit;
}
ul {
  list-style: none;
}
ol li,
ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  padding-left: 9px;
  margin-bottom: 16px;
}
ul li {
  list-style: none;
}
ul li:before {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 5px;
  content: "\f111";
  vertical-align: middle;
  margin: 0;
  margin-left: -16px;
}
.cq-placeholder {
  min-height: 50px;
  min-width: 50px;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body.blog-template .contain .text-component {
  font-size: 16px;
  font-weight: 400;
  line-height: 23pt;
}
body.blog-template .contain .text-component p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23pt;
}
body.blog-template .contain .column-control .row {
  margin-top: 45px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
body.blog-template .contain .text-component img {
  margin-top: 36px;
  margin-bottom: 36px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.blog-template .contain .text-component a {
  color: #e80a89;
}
body.blog-template .contain .text-component a:hover {
  color: #e80a89;
}
body.blog-template .contain .text-component a:focus {
  color: #e80a89;
}
body.blog-template .contain .text-component h1 {
  font-size: 60px;
  font-weight: 300;
}
body.blog-template .contain .text-component h2 {
  font-size: 48px;
  font-weight: 300;
}
body.blog-template .contain .text-component h3 {
  font-size: 36px;
  font-weight: 300;
}
body.blog-template .contain .text-component h4 {
  font-size: 24px;
  font-weight: 300;
}
body.blog-template .contain .text-component h5 {
  font-size: 18px;
  font-weight: 300;
}
body.blog-template .contain .text-component h6 {
  font-size: 14px;
  font-weight: 300;
}
body.blog-template .generic-block.section {
  clear: both;
}
.square-box:after {
  content: "";
  display: block;
  margin-top: 100%;
}
.square-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rss-block,
.rss-block p a,
.rss-block p a:hover {
  text-align: center;
  color: gray;
}
.rss-block p {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 70px;
}
.rss-block p img {
  height: 16px;
  margin-right: 8px;
  margin-top: -3px;
}
.scrollarea {
  position: relative;
  overflow: hidden;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.3;
}
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
  background: transparent none repeat scroll 0 0;
  opacity: 1;
  border-radius: 3px;
  transition: background-color 0.4s ease 0, opacity 0.4s ease 0;
}
.ps-container > .ps-scrollbar-x-rail:hover,
.ps-container > .ps-scrollbar-y-rail:hover {
  background: #444 none repeat scroll 0 0 !important;
  opacity: 0.6 !important;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: gray;
  opacity: 0.6 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  height: 20px;
  background: #181818 none repeat scroll 0 0 !important;
  border-radius: 3px;
}
#demandbase-autocomplete ul li:before {
  display: none;
}
@font-face {
  font-family: fontawesome;
  src: url(../css/main/fonts/fontawesome-webfont.html);
  src: url(../css/main/fonts/fontawesome-webfont.html) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.html) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../css/main/fonts/fontawesome-webfont.html) format("truetype"),
    url(../css/main/fonts/fontawesome-webfont.html) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: gotham a, gotham b, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
}
[dir="rtl"] .slick-prev:before {
  content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
}
[dir="rtl"] .slick-next:before {
  content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::after,
.aem-Grid::before {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--1
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--2
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10
  > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11
  > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12
  > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  display: none;
}
@media (max-width: 640px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--1
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--2
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10
    > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11
    > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12
    > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--1
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--2
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10
    > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11
    > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12
    > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    display: none;
  }
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translate(0);
}
[data-aos="fade-up"] {
  transform: translateY(100px);
}
[data-aos="fade-down"] {
  transform: translateY(-100px);
}
[data-aos="fade-right"] {
  transform: translate(-100px);
}
[data-aos="fade-left"] {
  transform: translate(100px);
}
[data-aos="fade-up-right"] {
  transform: translate(-100px, 100px);
}
[data-aos="fade-up-left"] {
  transform: translate(100px, 100px);
}
[data-aos="fade-down-right"] {
  transform: translate(-100px, -100px);
}
[data-aos="fade-down-left"] {
  transform: translate(100px, -100px);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translateY(100px) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translateY(-100px) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate(-100px) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate(100px) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translateY(100px) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translateY(-100px) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate(-100px) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate(100px) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translate(0);
}
[data-aos="slide-up"] {
  transform: translateY(100%);
}
[data-aos="slide-down"] {
  transform: translateY(-100%);
}
[data-aos="slide-right"] {
  transform: translateX(-100%);
}
[data-aos="slide-left"] {
  transform: translateX(100%);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.search-template .site-wrap {
  background: #000;
}
.search-template #content {
  padding: 15px 0;
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.search-section {
  background: 0 0;
  padding: 20px;
}
#search-filter-left {
  width: 310px;
  max-width: 310px;
  border-right: 15px solid #000;
  display: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
  position: relative;
  background: #000;
}
#search-content-right {
  margin: 0 auto;
  max-width: 1090px;
  padding: 0 40px;
  position: relative;
  background: #222;
}
.search-template #content #search-filter-left {
  display: table-cell;
}
.search-loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #222;
  opacity: 0.75;
  top: 0;
  left: 0;
  display: none;
}
#search-field {
  height: 44px;
  padding: 0;
  border-radius: 2px;
  background: #363636;
  margin-top: 20px;
}
#search-field form {
  display: block;
  height: 100%;
}
#search-field button {
  width: auto;
  height: 18px;
  background: 0 0;
  margin: 0;
  min-width: 0;
  padding: 13px 26px;
  float: left;
  border: 0;
  box-sizing: content-box;
}
#search-field button::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #888;
  vertical-align: middle;
}
#search-field-input-container {
  height: 100%;
  margin-left: 70px;
}
#search-field input {
  border: 0;
  margin: 0;
  box-shadow: none;
  background: 0 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  padding: 0;
  position: absolute;
}
#search-field input::-webkit-input-placeholder {
  color: #888;
}
#search-field input::-moz-placeholder {
  color: #888;
}
#search-field input:-ms-input-placeholder {
  color: #888;
}
#search-results-section {
  margin-top: 20px;
}
.search-template #global-footer,
.search-template .global-header--wrapper,
.search-template .global-header--wrapper.light {
  background: #222;
}
@media screen and (max-width: 1024px) {
  #search-filter-left {
    display: none !important;
  }
  #search-content-right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .search-template #content {
    padding: 10px 0 0;
  }
  #search-content-right {
    padding: 0;
  }
  #search-field-wrapper {
    padding: 0 40px;
  }
  #search-field {
    margin: 20px 0 0;
    height: 28px;
  }
  #search-field button {
    padding: 3px 13px;
    float: right;
  }
  #search-field button::before {
    font-size: 12px;
  }
  #search-field-input-container {
    margin-right: 38px;
    margin-left: 0;
  }
  #search-field input {
    font-size: 14px;
    padding-left: 15px;
  }
  #search-results-section {
    margin-top: 8px;
  }
}
.role-iq-content .block_hero {
  background-image: url(../images/roleiq/roleiq-hero-bg.html);
}
.role-iq-content .ps-badge {
  margin-bottom: 40px;
  margin-top: -30px;
}
.role-iq-content .block_hero .roleiq-badge {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  background: #ffb115;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  margin-top: 45px;
  display: table;
}
.role-iq-content .block_hero h1 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.role-iq-content .block_hero .text-3 {
  margin-bottom: 40px;
}
.role-iq-content .role-hero-icon img {
  width: 250px;
  margin-top: 30px;
}
.role-iq-content .roleiq {
  background: #222;
  padding: 10px;
  position: relative;
  min-height: 400px;
  margin-top: 30px;
}
.role-iq-content .roleiq-item {
  display: flex;
  margin-bottom: 5px;
}
.role-iq-content .roleiq-course,
.role-iq-content .roleiq-tab {
  flex: 0 0 50%;
}
.role-iq-content .roleiq-tab {
  background: #181818;
  height: 75px;
  font-size: 16px;
  font-weight: 200;
  border-left: 5px solid transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 15px;
}
.role-iq-content .roleiq-tab .beta-tag {
  color: #000;
  background-color: #ffb115;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.role-iq-content .roleiq-tab.active {
  border-left-color: #50bfa3;
  background: #363636;
}
.role-iq-content .roleiq-tab.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -28px;
  border: 0 solid transparent;
  border-bottom-width: 37px;
  border-top-width: 37px;
  border-left: 28px solid #363636;
}
.role-iq-content .roleiq-tab.active + .roleiq-course {
  display: block;
}
.role-iq-content .roleiq-tab.active + .roleiq-course .roleiq-course--svg {
  display: block;
}
.role-iq-content .roleiq-course {
  display: none;
  position: absolute;
  width: 50%;
  padding: 20px 30px 30px;
  top: 0;
  right: 0;
  font-size: 18px;
}
.role-iq-content .roleiq-course--header {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .role-iq-content .roleiq-course--header {
    display: none;
  }
}
.role-iq-content .roleiq-course--header img {
  width: 60px;
}
.role-iq-content .roleiq-course--svg {
  position: relative;
  background-image: url(../../content/dam/codenests2/product/roleiq/ps_graph.html);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 250px;
}
.role-iq-content .roleiq-course--overlay {
  background: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
.role-iq-content .roleiq-course--overlay > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.role-iq-content .roleiq-course--overlay .button.button--small {
  margin-top: 10px;
}
.role-iq-content .roleiq-tab .roleiq-image img {
  width: 60px;
}
@media only screen and (max-width: 1024px) {
  .role-iq-content .roleiq-item {
    flex-direction: column;
  }
  .role-iq-content .roleiq-course,
  .role-iq-content .roleiq-tab {
    flex: 0 0 100%;
  }
  .role-iq-content .roleiq-tab.active:after {
    display: none;
  }
  .role-iq-content .roleiq-tab {
    height: 75px;
    padding-left: 80px;
  }
  .role-iq-content .roleiq-tab .roleiq-image {
    position: absolute;
    left: 0;
  }
  .role-iq-content .roleiq-course {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
  .role-iq-content .roleiq-course .roleiq-course--header {
    font-size: 16px;
  }
}
.role-iq-content .block_howitworks .what-is-role-video {
  position: relative;
  bottom: -6px;
}
.role-iq-content .block_howitworks .what-is-role-video video {
  max-width: 100%;
}
.role-iq-content .block_howitworks .what-is-role-steps {
  margin-top: 5px;
  margin-bottom: 40px;
}
.role-iq-content
  .block_howitworks
  .what-is-role-steps
  .image-text-component-3
  .text-3 {
  margin-left: 15px;
}
.role-iq-content .block_howitworks .what-is-role-steps:first-child {
  margin-top: 60px;
}
@media only screen and (min-width: 1025px) {
  .role-iq-content .block_howitworks .what-is-role-video {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1192px) {
  .role-iq-content .block_howitworks .what-is-role-video {
    bottom: -51px;
  }
}
.role-iq-content .generic-block.generic-block-custom {
  overflow: inherit;
}
.role-iq-content .block_roleiqlevel {
  position: relative;
}
.role-iq-content .role-level-cards {
  margin-top: 50px;
}
.role-iq-content .block_roleiqlevel .roleiq-card {
  background: #222;
  border-radius: 15px;
  padding: 20px 20px 15px;
  position: relative;
}
.role-iq-content .block_roleiqlevel .roleiq-header {
  display: flex;
}
.role-iq-content .block_roleiqlevel .roleiq-card--image {
  flex: 0 0 80px;
  position: relative;
}
.role-iq-content .block_roleiqlevel .roleiq-card--image img.img-role {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 55px;
}
.role-iq-content .block_roleiqlevel .roleiq-card--text {
  color: #48bfa3;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.role-iq-content .block_roleiqlevel .roleiq-card--text span {
  color: #888;
  font-size: 12px;
  font-weight: 200;
  display: block;
  padding-left: 3px;
}
.role-iq-content .block_roleiqlevel .roleiq-body {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 200;
}
.role-iq-content .block_roleiqlevel .roleiq-footer {
  border-top: 1px solid #494849;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px 0;
  display: flex;
  justify-content: space-between;
}
.role-iq-content .block_roleiqlevel .roleiq-footer img {
  width: auto;
  height: 30px;
}
.role-iq-content .block_roleiqlevel .roleiq-footer img:nth-of-type(2) {
  height: 40px;
}
.role-iq-content .block_roleiqlevel .roleiq-badge {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  background: #2babe2;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  margin-top: 10px;
  display: table;
}
.role-iq-content .role-level-bottom-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.role-iq-content .block_roleiqlevel .roleiq-card.no-card {
  background: 0 0;
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .role-iq-content .block_roleiqlevel .roleiq-card.no-card .roleiq-card--text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .bannimg {
    display: none;
  }
  .formbox {
    max-width: 100%;
  }
  .role-iq-content .block_roleiqlevel .roleiq-card.no-card {
    flex-direction: column;
    align-items: center;
  }
  .role-iq-content .block_roleiqlevel .roleiq-card.no-card .roleiq-header {
    margin-bottom: 50px;
    justify-content: center;
  }
}
.resource-recorded-webinar .share__links,
.resource-white-paper-template .share__links {
  margin: 0;
}
.resource-recorded-webinar .text-component a,
.resource-white-paper-template .text-component a {
  color: #e80a89;
}
.resource-white-paper-template h4 {
  font-weight: 300;
}
.resource-recorded-webinar .columns[class*="-6"] {
  padding: 0 60px;
}
.resource-recorded-webinar
  .generic-block.section:last-child
  .columns[class*="-6"]:first-child {
  padding-left: 160px;
}
.resource-recorded-webinar
  .generic-block.section:last-child
  .columns[class*="-6"]:last-child {
  padding-right: 160px;
}
.resource-recorded-webinar h3 {
  margin: 34px 0 30px;
}
.resource-recorded-webinar .mktoForm {
  padding: 0 !important;
}
.resource-recorded-webinar .mktoForm .mktoLabel {
  line-height: 1 !important;
  padding: 0;
  margin-bottom: 8px;
}
.resource-recorded-webinar .mktoForm input[type="text"],
.resource-recorded-webinar .mktoForm select,
.resource-recorded-webinar .mktoForm textarea {
  margin-bottom: 20px !important;
}
.resource-center-video .section.video {
  margin: 50px 0;
}
.resource-center-video .section.ps-button {
  margin-top: 40px;
}
.resource-training .generic-block.section:nth-child(3) .generic-block-wrapper,
.resource-white-paper-template
  .generic-block.section:nth-child(3)
  .generic-block-wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .resource-recorded-webinar .columns[class*="-6"] {
    padding: 0 15px;
  }
  .resource-recorded-webinar
    .generic-block.section:last-child
    .columns[class*="-6"]:first-child {
    padding-left: 15px;
  }
  .resource-recorded-webinar
    .generic-block.section:last-child
    .columns[class*="-6"]:last-child {
    padding-right: 15px;
  }
  .resource-recorded-webinar .mktoForm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .resource-training .generic-block.section:nth-child(3) .generic-block-wrapper,
  .resource-white-paper-template
    .generic-block.section:nth-child(3)
    .generic-block-wrapper {
    padding: 40px 0;
  }
}
@media all and (max-width: 360px) {
  .resource-center-video .marketo-form-component,
  .resource-recorded-webinar .marketo-form-component,
  .resource-white-paper-template .marketo-form-component {
    margin: 0;
  }
}
#course-page-hero.project h1 {
  margin-top: 30px;
  float: left;
  clear: left;
}
#course-page-hero.project .main .container {
  float: left;
  width: 60%;
}
#course-page-hero.project #course-page-description {
  margin-bottom: 20px;
}
#course-page-hero .project-badge {
  background-color: #fff;
  padding: 5px 10px 0;
  width: 109px;
  border-radius: 2px;
  float: left;
}
#course-page-hero .project-icon {
  float: left;
  width: 35%;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  max-width: 330px;
  margin-left: 5%;
}
#course-page-hero .project-badge .badge-icon {
  color: #f2f2f2;
  width: 18px;
  float: left;
}
#course-page-hero .project-badge .badge-text {
  float: left;
  text-transform: uppercase;
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}
#course-page-hero.project {
  background-image: none;
  background-color: #2d2740;
}
@media all and (max-width: 800px) {
  #course-page-hero.project .main .container {
    width: 100%;
    transform: none;
    top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #course-page-hero.project {
    height: auto;
  }
  #course-page-hero .project-badge {
    transform: translateX(-50%);
    margin-left: 50%;
  }
  #course-page-hero .project-icon {
    display: none;
  }
}
.project-template #course_modules .accordion-content__row__title {
  max-width: 100%;
}
.project-template #course_modules .accordion-content__row:hover {
  background: inherit;
}
.project-template #course_modules .accordion-title__time {
  margin-right: 20px;
  margin-top: 2px;
  font-size: 10px;
  color: #999;
  font-weight: 100;
}
@media screen and (min-width: 801px) {
  .project-template #course_modules .accordion-title__title {
    max-width: 90%;
  }
  .project-template #course_modules .accordion-title__time {
    width: 100%;
    float: left;
    text-align: left;
    clear: left;
    margin-top: 8px;
  }
}
.privacypolicy-template .global-header--wrapper {
  background: #000;
}
.privacy-policy.content-block {
  padding-top: 150px;
}
.privacy-policy .title {
  padding-bottom: 50px;
}
.privacy-policy .columns {
  text-align: left;
  padding-top: 35px;
  padding-left: 0;
  margin-left: 0;
}
.privacy-policy .columns .title {
  padding-bottom: 0;
}
.privacy-policy .columns a {
  font-weight: 300;
}
.privacy-policy .columns p {
  font-size: 14px;
}
.privacy-policy
  #content
  > div
  > div.column-control.section
  > div
  > div
  > div
  > div.large-4.columns
  > div:nth-child(2) {
  padding-top: 80px;
  padding-bottom: 10px;
}
.press-release-template2 .publish-date-component {
  font-size: 13px;
  display: block;
  color: #a9a9a9;
  font-weight: 400;
  margin-top: -5px;
}
.press-release-template2 .about-ps-divider {
  margin: 20px 0 40px;
}
.press-release-template .columns[class*="-4"] .title:first-child {
  margin-bottom: 16px;
}
.press-release-template .columns[class*="-4"] .title h6 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.press-release-template .columns[class*="-4"] .link,
.press-release-template .columns[class*="-4"] .link a,
.press-release-template .columns[class*="-4"] .text p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.press-release-template .columns[class*="-4"] .text p {
  color: #555;
}
.press-release-template .columns[class*="-4"] .ps-button {
  margin-top: 30px;
}
.press-release-template .columns[class*="-4"] h6 {
  font-weight: 400;
}
.press-release-template .breadcrumb-component > div {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #aaa;
  font-weight: 200;
}
.press-release-template .breadcrumb-component .breadcrumb__link,
.press-release-template .breadcrumb-component span {
  font-size: 12px;
  font-weight: 200;
}
.press-release-template .publish-date-component {
  font-size: 12px;
  display: block;
  color: #a9a9a9;
  font-weight: 200;
}
.press-release-template .columns[class*="-8"] p {
  font-size: 14px;
  line-height: 26px;
  color: #555;
}
.press-release-template h3 {
  margin-bottom: 33px;
}
.press-release-template h1 {
  margin: 73px 0 17px;
}
@media screen and (max-width: 640px) {
  .press-release-template {
    text-align: center;
  }
  .press-release-template .generic-block.section .generic-block-wrapper {
    min-height: 120px;
    padding: 70px 0 25px;
  }
  .press-release-template h1 {
    font-size: 24px;
    padding: 59px 0 31px;
  }
  .press-release-template .columns[class*="-4"] {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
  }
  .press-release-template h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
  }
  .press-release-template .publish-date-component {
    font-size: 11px;
  }
  .press-release-template .columns[class*="-8"] {
    padding: 0;
  }
  .press-release-template .columns[class*="-8"] .parsys.section {
    padding: 0 15px;
  }
  .press-release-template .columns[class*="-8"] p {
    text-align: left;
  }
}
.press-release-template #content .contain .breadcrumb,
.press-release-template #content .contain .column-control .medium-4,
.press-release-template #content .contain .generic-block:nth-of-type(1),
.press-release-template #content .contain .previousrelease {
  display: none;
}
.press-release-template #content .contain .column-control .medium-8 {
  width: 100% !important;
}
.press-release-template #content .contain .column-control .medium-8 .title h3 {
  text-align: left;
}
.learning-paths-page {
  background-color: #181818;
  padding-bottom: 100px;
}
.learning-paths-page .row {
  max-width: 1100px;
}
.learning-paths-page .row.highlights {
  margin-bottom: 40px;
}
.learning-paths-page .row.highlights ul {
  column-gap: 50px;
  column-count: 3;
  -webkit-column-break-inside: avoid;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .learning-paths-page .row.highlights ul {
    column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .learning-paths-page .row.highlights ul {
    column-count: 1;
  }
}
.learning-paths-page .row.highlights #paths-prerequisite {
  margin-top: 20px;
}
.learning-paths-page .row.border-top {
  border-top: 1px solid #222;
}
.learning-paths-page .paths-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/paths_background.html);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .paths-header {
    text-align: center;
  }
}
.learning-paths-page .paths-header img.course-image {
  border-radius: 50%;
  border: 1px solid #555;
  margin-bottom: -110px;
  margin-left: -90px;
  max-width: 80px;
}
@media only screen and (max-width: 1300px) {
  .learning-paths-page .paths-header img.course-image {
    margin-left: -66px;
    max-width: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .paths-header img.course-image {
    margin-left: 0;
    margin-bottom: 15px;
    max-width: 80px;
  }
}
.learning-paths-page .paths-header h1 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .paths-header h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 4px;
  }
}
.learning-paths-page .paths-header p.authors,
.learning-paths-page .paths-header p.authors a {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
  margin-bottom: 10px;
  line-height: 14px;
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .paths-header p.authors,
  .learning-paths-page .paths-header p.authors a {
    font-size: 11px;
    line-height: 14px;
  }
}
.learning-paths-page .paths-header .path-description p {
  font-weight: 300;
}
.learning-paths-page .paths-header .path-description p span#readless a,
.learning-paths-page .paths-header .path-description p span#readmore a {
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
}
.learning-paths-page .paths-header .button.button--small {
  min-width: 160px;
}
.learning-paths-page .paths-header h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}
.learning-paths-page .paths-header .related-col {
  padding-left: 60px;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .learning-paths-page .paths-header .related-col {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .paths-header .related-col {
    padding-left: 0;
  }
}
.learning-paths-page .paths-header .related-col .related-h {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .learning-paths-page .paths-header .related-col .related-h {
    margin-top: 0;
  }
}
.learning-paths-page .paths-header .related-col p.related-p {
  margin-top: 10px;
}
.learning-paths-page .paths-header .related-col p.related-p a {
  color: #858585;
  text-decoration: none;
}
.learning-paths-page .paths-header .related-col span.related {
  border: 1px solid #555;
  padding: 7px 15px;
  border-radius: 30px;
  background-color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) and (min-width: 641px) {
  .learning-paths-page .paths-header .row {
    max-width: 2000px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.learning-paths-page h2,
.learning-paths-page h3 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.learning-paths-page p {
  color: #858585;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 400;
}
.learning-paths-page a {
  color: #e80a89;
}
.learning-paths-page ul {
  margin-left: 0;
}
.learning-paths-page ul li {
  color: #aaa;
  padding-left: 0;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 15px;
  list-style-type: disc;
  margin-left: 18px;
}
.learning-paths-page ul li:before {
  display: none;
}
.learning-paths-page .columns + .columns:last-child {
  float: left;
}
.learning-paths-page #paths-gutter {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 640px) {
  .learning-paths-page #paths-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.learning-paths-page #paths-gutter .paths-information-container {
  min-height: 30px;
}
.learning-paths-page #ps_skill {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -90px;
  margin-bottom: 60px;
  width: 650px;
}
@media only screen and (max-width: 1300px) {
  .learning-paths-page #ps_skill {
    margin-top: 50px;
    width: 700px;
  }
}
@media only screen and (max-width: 900px) {
  .learning-paths-page #ps_skill {
    width: 100%;
  }
}
.learning-paths-page #ps_skill #ps_graph {
  min-height: 300px;
}
.learning-paths-page #ps_skill .ps_graph--skill {
  font-size: 21px;
  font-weight: 500;
}
.learning-paths-page #ps_skill .ps_graph--hint {
  fill: #ddd;
  font-size: 16px;
  font-weight: 500;
}
.learning-paths-page #ps_skill .ps_graph--large {
  fill: #fff;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
}
.learning-paths-page #ps_skill .ps_graph--large span {
  color: #26c1fb;
}
.learning-paths-page #ps_skill .ps_graph--medium {
  fill: #fff;
  font-size: 24px;
  font-weight: 500;
}
.learning-paths-page #ps_skill .ps_graph--small {
  fill: #ddd;
  font-size: 20px;
  font-weight: 500;
}
.learning-paths-page #ps_skill .ps_graph--range {
  fill: #aaa;
  font-size: 18px;
  font-weight: 400;
}
.learning-paths-page #ps_skill .ps_graph--rate {
  fill: #aaa;
  font-size: 18px;
  font-weight: 700;
}
.learning-paths-page #ps_skill .ps_graph--num {
  fill: #fff;
  font-size: 36px;
  font-weight: 400;
}
.learning-paths-page #ps_skill .ps_graph--blue {
  fill: #26c1e1;
}
.learning-paths-page #ps_skill .ps_graph--green {
  fill: #86ce21;
}
.learning-paths-page #ps_skill .ps_graph--yellow {
  fill: #ffc200;
}
.learning-paths-page #ps_skill .ps_skill {
  background: #181818;
  border: solid 1px #555;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 900px;
  min-height: 300px;
}
.learning-paths-page #ps_skill .ps_skill--btn {
  background: #e80a89;
  border: solid 1px #e80a89;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.learning-paths-page #ps_skill .ps_skill--btn:focus {
  outline: 0;
}
.learning-paths-page #ps_skill .ps_skill--btn:hover {
  color: #fff;
  text-decoration: none;
}
.learning-paths-page #ps_skill .ps_skill--overlay {
  background: rgba(24, 24, 24, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.learning-paths-page #ps_skill .ps_skill--content {
  color: #fff;
  left: 50%;
  padding: 20px 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 96%;
  transform: translate(-50%, -50%);
}
.learning-paths-page #ps_skill .ps_skill--results {
  color: #aaa;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.learning-paths-page #ps_skill .ps_skill--tech {
  font-size: 20px;
  font-weight: 500;
}
.learning-paths-page #ps_skill .ps_skill--title {
  font-size: 21px;
  line-height: 28px;
}
.learning-paths-page #ps_skill .ps_skill svg {
  display: block;
}
@keyframes ps_skill--animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.learning-paths-page #ps_skill a {
  text-decoration: none;
}
.learning-paths-page #ps_skill .ps_skill--image {
  margin-bottom: 20px;
}
.learning-paths-page #ps_skill .ps_skill--image img {
  width: 148px;
}
@media only screen and (max-width: 400px) {
  .learning-paths-page #ps_skill .ps_skill--image {
    margin-bottom: 10px;
  }
}
.learning-paths-page #ps_skill .ps_skill--headline {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 400px) {
  .learning-paths-page #ps_skill .ps_skill--headline {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.learning-paths-page .difficulty-container .difficulty-header {
  cursor: pointer;
}
.learning-paths-page .difficulty-container .difficulty-header h3 {
  color: #555;
  line-height: 55px;
}
.learning-paths-page .difficulty-container .difficulty-header > h3 > span {
  width: 14px;
  height: 10px;
  background: url(../images/learning-paths/down-arrow.html) 0 no-repeat;
  margin-right: 15px;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s;
}
.learning-paths-page .difficulty-container .difficulty-content {
  display: none;
  overflow: hidden;
  position: relative;
}
.learning-paths-page .difficulty-container .difficulty-content > p {
  width: 50%;
  font-weight: 400;
}
.learning-paths-page .difficulty-container.active .difficulty-header > h3 {
  color: #fff;
}
.learning-paths-page
  .difficulty-container.active
  .difficulty-header
  > h3
  > span {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.learning-paths-page .difficulty-container.active .difficulty-content {
  display: block;
  overflow: visible;
}
.learning-paths-page .path-tiles {
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.learning-paths-page .path-course-block {
  width: 240px;
  float: left;
  margin-bottom: 20px;
  margin-left: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .learning-paths-page .path-course-block {
    width: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .path-course-block {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 0;
  }
}
.learning-paths-page .path-course-block .course-box {
  position: relative;
  border: 3px solid #181818;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 641px) {
  .learning-paths-page .path-course-block .course-box {
    height: 100%;
  }
}
.learning-paths-page .path-course-block.active .course-box {
  border: 3px solid #fff;
}
.learning-paths-page .path-course-block.active .course-box:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0;
  border-color: #fff transparent transparent transparent;
}
.learning-paths-page .path-course-block .course-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 120px;
  position: relative;
  z-index: 0;
  background-size: cover !important;
}
.learning-paths-page .path-course-block .course-top .hands-on-badge {
  background-color: #fff;
  padding: 3px 6px 0;
  width: 96px;
  margin-top: 10px;
  border-radius: 2px;
}
.learning-paths-page
  .path-course-block
  .course-top
  .hands-on-badge.interactive-course {
  width: 118px;
}
.learning-paths-page
  .path-course-block
  .course-top
  .hands-on-badge
  .badge-icon {
  color: #f2f2f2;
  width: 16px;
  float: left;
  margin-bottom: -2px;
}
.learning-paths-page
  .path-course-block
  .course-top
  .hands-on-badge
  .badge-text {
  float: left;
  text-transform: uppercase;
  color: #181818;
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
}
.learning-paths-page .path-course-block .course-top .course-number,
.learning-paths-page .path-course-block .course-top h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.learning-paths-page .path-course-block .course-top .course-number {
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .learning-paths-page .path-course-block .course-top {
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .path-course-block .course-top {
    display: none;
  }
}
.learning-paths-page .path-course-block .course-top {
  background-image: url(../images/generic.html);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.learning-paths-page .path-course-block .course-bottom {
  background-color: #222;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
  flex: auto;
}
.learning-paths-page .path-course-block .course-bottom .course-info-box {
  position: absolute;
  bottom: 10px;
}
.learning-paths-page .path-course-block .course-bottom h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px;
}
.learning-paths-page .path-course-block .course-bottom .mobile-course-info {
  display: none;
}
.learning-paths-page .path-course-block .course-bottom .course-author,
.learning-paths-page .path-course-block .course-bottom .course-date-time {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .path-course-block .course-bottom .mobile-course-info {
    display: inline;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
  }
  .learning-paths-page .path-course-block .course-bottom .course-author,
  .learning-paths-page .path-course-block .course-bottom .course-date-time,
  .learning-paths-page .path-course-block .course-bottom .mobile-course-info {
    color: #858585;
  }
  .learning-paths-page .path-course-block .course-bottom h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
.learning-paths-page .path-course-block .course-content {
  display: none;
  position: absolute;
  left: 4%;
  margin-top: 13px;
  width: 95%;
  max-width: 990px;
  padding: 30px 20px;
  background-color: #222;
  border-radius: 5px;
  z-index: 20;
  cursor: default;
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .path-course-block .course-content {
    position: static;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    padding: 20px 0;
  }
}
.learning-paths-page .path-course-block .course-content .button {
  color: #fff;
}
.learning-paths-page .path-course-block .course-content h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
}
.learning-paths-page .path-course-block .course-content p {
  color: #999;
  font-weight: 400;
}
.learning-paths-page .path-course-block .course-content ol {
  color: #fff;
  margin-left: 0;
}
.learning-paths-page .path-course-block .course-content ol li {
  border-top: 1px solid gray;
  padding: 10px 0 10px 5px;
  margin: 0;
  counter-increment: step-counter;
  position: relative;
  list-style: none;
}
.learning-paths-page .path-course-block .course-content li:before {
  content: counter(step-counter) ". ";
  position: relative;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  left: 0;
  vertical-align: top;
}
.learning-paths-page .path-course-block .course-content li span {
  float: right;
  color: #858585;
}
.learning-paths-page
  .path-course-block
  .course-content
  .table-of-contents
  li
  span {
  padding-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .learning-paths-page .hide-on-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .learning-paths-page .hide-on-mobile {
    display: none !important;
  }
}
#testAccessModal.practice_exam {
  text-align: center;
}
#site-promo {
  position: relative;
}
#site-promo .promo-close-button {
  z-index: 99998;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 20px;
  padding: 7px 15px;
  opacity: 0.7;
  cursor: pointer;
  text-shadow: 0 0 12px #000;
}
.cookie_notification {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  color: #aaa;
  background: linear-gradient(rgba(19, 19, 19, 0.9), rgba(19, 19, 19, 0.9));
  padding: 15px;
  width: 100%;
}
.cookie_notification.opted_out {
  padding: 10px;
}
.cookie_notification p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 0;
  float: left;
  width: 55%;
}
.cookie_notification.opted_out p {
  width: 60%;
}
.cookie_notification.opted_out .cookie_notification--opt_in {
  float: right;
  margin-top: 5px;
  font-size: 13px;
}
.cookie_notification p a {
  color: #aaa;
  font-weight: 500;
}
.cookie_notification .cookie_notification--opt_out {
  float: right;
  color: #777;
  font-size: 11px;
  margin-right: 15px;
  margin-top: 8px;
}
.cookie_notification .cookie_notification--opt_in {
  float: right;
  margin-bottom: 0;
  padding: 8px;
  letter-spacing: -0.75px;
  font-size: 12px;
}
@media all and (max-width: 1020px) and (min-width: 781px) {
  .cookie_notification.options .cookie_notification--opt_out {
    clear: right;
    margin-right: 0;
    margin-top: 4px;
  }
}
@media all and (max-width: 780px) {
  .cookie_notification.opted_out {
    text-align: center;
    padding-bottom: 20px;
  }
  .cookie_notification.opted_out p {
    width: 100%;
    margin-bottom: 3px;
  }
  .cookie_notification.opted_out .cookie_notification--opt_in {
    float: none;
    margin-top: 8px;
    font-size: 13px;
  }
}
@media all and (max-width: 780px) {
  .cookie_notification.options {
    text-align: center;
    padding: 15px 10px 20px;
  }
  .cookie_notification.options p {
    width: 100%;
  }
  .cookie_notification.options .cookie_notification--options {
    width: 300px;
    margin: 0 auto;
  }
  .cookie_notification.options .cookie_notification--opt_in {
    margin-top: 10px;
    float: left;
    margin-left: 5px;
  }
  .cookie_notification.options .cookie_notification--opt_out {
    margin-right: 0;
    margin-top: 3px;
    float: left;
    clear: both;
    margin-left: 105px;
  }
}
.jscom--blog_body.jscom--blog--post h1,
.jscom--blog_hero_content h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
body.js-blog-post-template {
  max-width: 100% !important;
  min-width: 0 !important;
}
.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #222;
}
.jscom--blog-body img {
  display: block;
  margin: 0;
  padding: 0;
}
.jscom--blog-body code {
  color: #fff;
  background-color: #000;
}
.jscom--blog-body {
  color: #fff;
  background: #000 url(../images/jscom-blog/triangles_bg.html) 0 53px;
  background-size: 960px 840px;
  background-attachment: fixed;
}
a.jscom--blog_post:hover {
  text-decoration: none;
}
.jscom--header_menu {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  right: 5px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  width: 40px;
  -webkit-tap-highlight-color: transparent;
}
.jscom--header_menu_line {
  background: #000;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  -webkit-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
  transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
}
.jscom--header_menu_line:first-of-type {
  top: 14px;
}
.jscom--header_menu_line:last-of-type {
  top: 26px;
}
.jscom--header-menu--open .jscom--header_menu_line {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    transform 0.1s 0.2s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    transform 0.1s 0.2s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    transform 0.1s 0.2s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    transform 0.1s 0.2s ease-in-out;
  transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    transform 0.1s 0.2s ease-in-out;
}
.jscom--header-menu--open .jscom--header_menu_line:first-of-type {
  opacity: 1;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jscom--header-menu--open .jscom--header_menu_line:last-of-type {
  opacity: 1;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jscom--header-menu--open .jscom--blog_nav .jscom--blog_nav_main {
  display: block;
}
.jscom--blog_nav {
  background: #2e2e2e;
  font-size: 11px;
  font-weight: 500;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.jscom--blog_nav .jscom--blog_nav_main {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.jscom--blog_nav .jscom--blog_nav_main a {
  border-bottom: solid 1px #ddd;
  color: #fff;
  display: block;
  padding: 14px 0 12px 32px;
}
.jscom--blog_nav .jscom--blog_nav_main a:hover {
  color: #999;
}
.jscom--blog_nav .jscom--blog_logo {
  display: block;
  float: left;
  padding: 10px;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.jscom--blog_nav a.rss-link {
  float: right;
  margin-top: 15px;
  margin-right: 18px;
}
.jscom--blog_nav a.rss-link img {
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 37.5em) {
  .jscom--header_menu {
    display: none;
  }
  .jscom--blog_nav .jscom--blog_nav_main {
    background: 0 0;
    display: block;
    top: 0;
    left: 200px;
    right: 0;
  }
  .jscom--blog_nav .jscom--blog_nav_main a {
    border-bottom: 0;
    float: left;
  }
  .jscom--blog_nav .jscom--blog_nav_main a:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .jscom--blog_nav .jscom--blog_logo {
    padding: 10px 50px;
    width: 240px;
  }
  .jscom--blog_nav .jscom--blog_nav_main {
    left: 240px;
  }
}
.jscom--blog_hero {
  height: 414px;
  position: relative;
}
.jscom--blog_hero_headline {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: -0.025em;
}
.jscom--blog_hero_subhead {
  color: #999;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  margin: 4px auto 24px;
  padding: 0 40px;
  letter-spacing: -0.025em;
}
.jscom--blog_hero_content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (min-width: 37.5em) {
  .jscom--blog_hero_content {
    position: absolute;
    top: 199px;
    left: 20px;
    right: 20px;
    text-align: left;
    transform: none;
  }
  .jscom--blog_hero_subhead {
    margin-bottom: 24px;
    margin-left: 1px;
    padding: 0;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 75em) {
  .jscom--blog_hero_content {
    left: 235px;
    right: 0;
    top: 199px;
  }
  .jscom--blog_hero_headline {
    font-size: 48px;
    line-height: 48px;
  }
  .jscom--blog_hero_subhead {
    font-size: 24px;
    line-height: 24px;
  }
}
.jscom--blog_hero_btn {
  background: #e80a89;
  border: solid 1px #e80a89;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  font-size: 14px;
  margin-top: -1px;
  margin-left: 5px;
  padding: 0 71px;
  border-radius: 2px;
}
.jscom--blog_hero_container {
  max-width: 1085px;
}
.jscom--blog_body {
  background: #2e2e2e;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 37.5em) {
  .jscom--blog_body {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 75em) {
  .jscom--blog_body {
    margin-left: 240px;
  }
}
.jscom--blog--post {
  margin-left: 0;
  padding: 0 20px;
}
@media only screen and (min-width: 75em) {
  .jscom--blog--post {
    margin-left: 0;
    padding-top: 40px;
    padding-left: 360px;
  }
}
.jscom--blog_body article {
  max-width: 960px;
  padding: 50px 0 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.jscom--blog_body time {
  border-top: solid 1px #e80a89;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 0;
  text-transform: uppercase;
}
.jscom--blog_body .jscom--blog_content {
  overflow: hidden;
  padding: 8px 0 48px;
}
.jscom--blog_body h2 {
  color: #fff;
}
.jscom--blog_body .jscom--blog_content h2 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
}
.jscom--blog_body .jscom--blog_content h2 a {
  color: #fff;
}
.jscom--blog_body .jscom--blog_content .jscom--blog_meta {
  color: #999;
  font-size: 10px;
  line-height: 18px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.jscom--blog_body .jscom--blog_content .jscom--blog_media {
  margin: -16px 0 32px;
  padding-top: 42%;
  position: relative;
  max-width: 600px;
}
.jscom--blog_body .jscom--blog_content .jscom--blog_media iframe,
.jscom--blog_body .jscom--blog_content .jscom--blog_media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.jscom--blog_body .jscom--blog_content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-right: 40px;
  max-width: 540px;
}
.jscom--blog_body .jscom--blog_post {
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .jscom--blog_body time {
    float: left;
    margin-right: 25px;
    padding: 32px 0;
    width: 100px;
  }
  .jscom--blog_body .jscom--blog_content {
    border-top: solid 1px #e6e6e6;
    padding: 32px 0 48px;
  }
}
.jscom--blog_article p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin: 30px 0;
}
.jscom--blog_article h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}
.jscom--blog_article_headline {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.jscom--blog_article_subhead {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  margin-bottom: 24px;
  margin-left: 1px;
  padding-right: 80px;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 75em) {
  .jscom--blog_article_headline {
    font-size: 48px;
    line-height: 48px;
  }
  .jscom--blog_article_subhead {
    font-size: 18px;
    line-height: 18px;
  }
}
pre.prettyprint {
  background: #fff;
  border: solid 1px #e9eaed !important;
  color: #747783;
  font-family: Terminal, Monaco, Monospace;
  font-size: 14px;
  line-height: 24px;
  padding: 24px 32px !important;
  border-radius: 2px;
  overflow: scroll;
}
pre .nocode {
  background-color: none;
  color: #fff;
}
pre .str {
  color: #ec008c;
}
pre .kwd {
  color: #8e95a3;
  font-weight: 700;
}
pre .com {
  color: #aaa;
}
pre .typ {
  color: #2a9fbc;
}
pre .lit {
  color: #000;
}
pre .pun {
  color: #a599ad;
}
pre .pln {
  color: #fff;
}
pre .tag {
  color: khaki;
  font-weight: 700;
}
pre .atn {
  color: #bdb76b;
  font-weight: 700;
}
pre .atv {
  color: #ffa0a0;
}
pre .dec {
  color: #98fb98;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #aeaeae;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clear:after,
.clear:before {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clear:after {
  clear: both;
}
.jscom--blog-body .javascript-header {
  height: 120px;
  background-color: #000;
}
.jscom--blog-body .javascript-header .javascript-logo {
  position: absolute;
  top: 28px;
  left: 40px;
  height: 65px;
}
.jscom--blog-body .javascript-header .logo-small {
  display: none;
}
.jscom--blog-body .javascript-header .header_utilities {
  position: absolute;
  float: none;
  top: 40px;
  right: 40px;
}
.jscom--blog-body .javascript-header .header_utilities a.header-link {
  color: #fff;
  margin-left: 50px;
}
.jscom--blog-body .javascript-header .header_utilities a.header-link.try {
  display: none;
}
@media screen and (max-width: 900px) {
  .jscom--blog-body .javascript-header {
    height: 80px;
  }
  .jscom--blog-body .javascript-header .javascript-logo {
    position: absolute;
    height: 50px;
    top: 17px;
    left: 10px;
  }
  .jscom--blog-body .javascript-header .header_utilities {
    top: 20px;
    right: 10px;
  }
  .jscom--blog-body .javascript-header .header_utilities a.header-link {
    margin-left: 14px;
  }
}
@media screen and (max-width: 700px) {
  .jscom--blog-body .javascript-header .logo-large {
    display: none;
  }
  .jscom--blog-body .javascript-header .logo-small {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .jscom--blog-body .javascript-header .header_utilities {
    top: 30px;
  }
  .jscom--blog-body .javascript-header .header_utilities a.header-link {
    display: inline !important;
    font-size: 13px;
  }
  .jscom--blog-body .javascript-header .header_utilities .button {
    display: none;
  }
}
.jscom--blog-body .javascript-footer {
  height: 100px;
  background-color: #000;
}
.jscom--blog-body .javascript-footer .left-content {
  float: left;
  padding-top: 30px;
  padding-left: 40px;
}
.jscom--blog-body .javascript-footer .left-content .javascript-logo {
  float: left;
  height: 40px;
}
.jscom--blog-body .javascript-footer .left-content .logo-small {
  float: left;
  display: none;
}
.jscom--blog-body .javascript-footer .left-content .copyright {
  float: left;
  font-size: 10px;
  color: #aaa;
  margin-top: 14px;
  margin-left: 20px;
}
.jscom--blog-body .javascript-footer .right-content {
  float: right;
  text-align: right;
  padding-top: 40px;
  padding-right: 50px;
}
.jscom--blog-body .javascript-footer .right-content .footer-divider,
.jscom--blog-body .javascript-footer .right-content a.footer-link {
  color: #eee;
  margin-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .jscom--blog-body .javascript-footer .left-content .logo-large {
    display: none;
  }
  .jscom--blog-body .javascript-footer .left-content .logo-small {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .jscom--blog-body .javascript-footer {
    height: 140px;
  }
  .jscom--blog-body .javascript-footer .left-content,
  .jscom--blog-body .javascript-footer .right-content {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .jscom--blog-body .javascript-footer div.left-content {
    padding-top: 20px;
    width: 225px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .jscom--blog-body .javascript-footer a.footer-link:nth-child(1) {
    margin-left: 0;
  }
}
.javascript-page .text-2 a,
.javascript-page .text-2 a:hover,
.javascript-page .text-3 a,
.javascript-page .text-3 a:hover,
.javascript-page .text-4 a,
.javascript-page .text-4 a:hover {
  color: #d53387 !important;
}
.javascript-page .javascript-header {
  height: 120px;
  background-color: #000;
}
.javascript-page .javascript-header .javascript-logo {
  position: absolute;
  top: 28px;
  left: 40px;
  height: 65px;
}
.javascript-page .javascript-header .logo-small {
  display: none;
}
.javascript-page .javascript-header .header_utilities {
  position: absolute;
  float: none;
  top: 40px;
  right: 40px;
}
.javascript-page .javascript-header .header_utilities a.header-link {
  color: #fff;
  margin-left: 50px;
}
.javascript-page .javascript-header .header_utilities a.header-link.try {
  display: none;
}
@media screen and (max-width: 900px) {
  .javascript-page .javascript-header {
    height: 80px;
  }
  .javascript-page .javascript-header .javascript-logo {
    position: absolute;
    height: 50px;
    top: 17px;
    left: 10px;
  }
  .javascript-page .javascript-header .header_utilities {
    top: 20px;
    right: 10px;
  }
  .javascript-page .javascript-header .header_utilities a.header-link {
    margin-left: 14px;
  }
}
@media screen and (max-width: 700px) {
  .javascript-page .javascript-header .logo-large {
    display: none;
  }
  .javascript-page .javascript-header .logo-small {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .javascript-page .javascript-header .header_utilities {
    top: 30px;
  }
  .javascript-page .javascript-header .header_utilities a.header-link {
    display: inline !important;
    font-size: 13px;
  }
  .javascript-page .javascript-header .header_utilities .button {
    display: none;
  }
}
.javascript-page .javascript-footer {
  height: 100px;
  background-color: #000;
}
.javascript-page .javascript-footer .left-content {
  float: left;
  padding-top: 30px;
  padding-left: 40px;
}
.javascript-page .javascript-footer .left-content a {
  float: left;
}
.javascript-page .javascript-footer .left-content .javascript-logo {
  height: 40px;
}
.javascript-page .javascript-footer .left-content .logo-small {
  display: none;
}
.javascript-page .javascript-footer .left-content .copyright {
  float: left;
  font-size: 10px;
  color: #aaa;
  margin-top: 14px;
  margin-left: 20px;
}
.javascript-page .javascript-footer .right-content {
  float: right;
  text-align: right;
  padding-top: 40px;
  padding-right: 50px;
}
.javascript-page .javascript-footer .right-content .footer-divider,
.javascript-page .javascript-footer .right-content a.footer-link {
  color: #eee;
  margin-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .javascript-page .javascript-footer .left-content .logo-large {
    display: none;
  }
  .javascript-page .javascript-footer .left-content .logo-small {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .javascript-page .javascript-footer {
    height: 140px;
  }
  .javascript-page .javascript-footer .left-content,
  .javascript-page .javascript-footer .right-content {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .javascript-page .javascript-footer div.left-content {
    padding-top: 20px;
    width: 225px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .javascript-page .javascript-footer a.footer-link:nth-child(1) {
    margin-left: 0;
  }
}
#course-page-hero.interactive h1 {
  margin-top: 30px;
  float: left;
  clear: left;
}
#course-page-hero.interactive .main .container {
  float: left;
  width: 60%;
}
#course-page-hero.interactive #course-page-description {
  margin-bottom: 20px;
}
#course-page-hero .interactive-course-badge {
  background-color: #fff;
  padding: 6px 10px 1px;
  width: 134px;
  border-radius: 2px;
  float: left;
}
#course-page-hero .interactive-icon {
  float: left;
  width: 38%;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  margin-left: 2%;
}
#course-page-hero .interactive-course-badge .badge-icon {
  color: #f2f2f2;
  width: 16px;
  float: left;
}
#course-page-hero .interactive-course-badge .badge-text {
  float: left;
  text-transform: uppercase;
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
}
#course-page-hero.interactive {
  background-image: none;
  background-color: #345566;
}
@media all and (max-width: 800px) {
  #course-page-hero.interactive .main .container {
    width: 100%;
    transform: none;
    top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #course-page-hero.interactive {
    height: auto;
  }
  #course-page-hero .interactive-course-badge {
    transform: translateX(-50%);
    margin-left: 50%;
  }
  #course-page-hero .interactive-icon {
    display: none;
  }
}
.interactive-course-template
  #course_modules__accordion
  .accordion-title__stats {
  float: left;
  clear: left;
  font-size: 10px;
  color: #aaa;
  font-weight: 100;
  margin-top: 4px;
}
.interactive-course-template
  #course_modules__accordion
  .accordion-title__stats
  .accordion-title__stats-separator {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
}
.interactive-course-template
  #course_modules__accordion
  .accordion-content__row__ic_type {
  width: 27%;
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  .interactive-course-template
    #course_modules__accordion
    .accordion-content__row__ic_type {
    display: none;
  }
}
.hubgatepage .marketo-form-component {
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 5px;
}
@media all and (max-width: 1024px) {
  .hubgatepage .marketo-form-component {
    margin-top: 0;
  }
}
.hubpage .hub-banner {
  text-align: center;
  background-color: #181818;
  height: 180px;
  padding-top: 50px;
}
.hubpage .hub-hero {
  background-color: #2b2b2b;
  color: #fff;
}
.hubpage .hub-hero .resource-type {
  background-color: #222;
  padding: 5px;
  padding-left: 10px;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  color: #fff;
}
.hubpage .hub-hero .resource-type img {
  height: 29px;
  margin-top: 0;
  margin-left: 8px;
}
.hubpage .hub-hero h1 {
  line-height: 1.2em;
  margin-top: 70px;
  max-width: 90%;
}
.hubpage .hub-hero h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
@media all and (max-width: 800px) {
  .hubpage .hub-hero h1 {
    font-size: 24px;
  }
}
.hubpage .hub-hero-overlap {
  background-color: #2b2b2b;
  height: 120px;
}
.hubpage .hub-hero-overlap img {
  margin-top: 30px;
  width: 100%;
}
.hubpage .side_share__links {
  width: 38px;
  margin-left: -60px;
  position: absolute;
  top: 15px;
}
.hubpage .side_share__links hr {
  margin: 0 0 10px;
}
.hubpage .side_share__links p {
  font-size: 10px;
  font-weight: 500;
  color: #555;
  line-height: 25px;
}
.hubpage .side_share__links .share__link {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hubpage .side_share__links .share__link:first-child {
  margin-left: 0;
}
.hubpage .contain {
  margin-top: 25px;
}
.hubpage .contain .text-2 p,
.hubpage .contain .text-3 p {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
}
.hubpage .hub-author-container {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
}
.hubpage .hub-author-container:before {
  content: "";
  background: linear-gradient(180deg, #f15b2a, #e80a89);
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hubpage .hub-author-container .circular {
  float: left;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: 5px;
}
.hubpage .hub-author-container .circular img {
  border-radius: 50%;
  width: 100px;
}
.hubpage .hub-author-container .author-text {
  float: left;
  margin-left: 140px;
}
.hubpage .hub-author-container .author-text h3 {
  font-size: 18px;
  font-weight: 400;
  color: #e80a89;
}
.hubpage .hub-author-container .author-text p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 200;
}
@media all and (max-width: 700px) {
  .hubpage .hub-author-container .author-text {
    margin-left: 0;
  }
  .hubpage .hub-author-container .circular {
    top: 0;
    position: relative;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-bottom: 15px;
  }
  .hubpage .hub-author-container:before {
    background: linear-gradient(90, #f15b2a, #e80a89);
    height: 8px;
    width: 100%;
  }
}
.hubpage .hub-author-container .clear {
  clear: both;
}
.hubpage .rss-block {
  margin-top: 50px;
}
.hubpage .rss-block p {
  margin-bottom: 50px;
}
.hubpage .hub-video-hero-container {
  position: relative;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
}
.hubpage .hub-video-hero-container embed,
.hubpage .hub-video-hero-container iframe,
.hubpage .hub-video-hero-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hubpage .hub-video-hero-image-wrap {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
.hubpage .hub-video-hero-image-wrap img {
  margin-top: 0;
}
.hubpage .hub-video-hero-image-wrap .hub-video-hero-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.hubpage .hub-video-hero-image-wrap .hub-video-hero-icon img {
  margin-top: initial;
  width: 101px;
}
.hubpage .hub-video-hero-image-wrap .hub-video-hero-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.event-template #content {
  padding-left: 50px;
  margin-bottom: 60px;
}
.event-template #content div {
  margin-bottom: 10px;
}
.event-template #content div.break {
  margin-top: 35px;
}
.event-template #content h1 {
  margin-bottom: 3px;
}
.course-template .nav-context,
.course-template .site-wrap,
.interactive-course-template .nav-context,
.interactive-course-template .site-wrap,
.project-template .nav-context,
.project-template .site-wrap {
  background: #000;
}
.course-template #content,
.interactive-course-template #content,
.project-template #content {
  margin: 0 auto;
  color: #fafafa;
  display: table;
  width: 100%;
  height: 100%;
}
.course-template #course-content-top,
.interactive-course-template #course-content-top,
.project-template #course-content-top {
  position: relative;
}
.course-template .clearfix:after,
.interactive-course-template .clearfix:after,
.project-template .clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.course-template .course-bottom-left,
.interactive-course-template .course-bottom-left,
.project-template .course-bottom-left {
  float: left;
  width: 77%;
}
.course-template .course-bottom-right,
.interactive-course-template .course-bottom-right,
.project-template .course-bottom-right {
  width: 23%;
  float: right;
  padding-left: 4px;
}
.course-template .course-info-tile,
.interactive-course-template .course-info-tile,
.project-template .course-info-tile {
  padding: 40px;
  position: relative;
  margin-bottom: 4px;
  background-color: #181818;
}
.course-template .course-info-tile h6,
.interactive-course-template .course-info-tile h6,
.project-template .course-info-tile h6 {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
}
.course-template .course-info-tile-right,
.interactive-course-template .course-info-tile-right,
.project-template .course-info-tile-right {
  width: 65%;
  float: right;
}
.course-template .course-info-tile-left,
.interactive-course-template .course-info-tile-left,
.project-template .course-info-tile-left {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.course-template .course-info-tile-right p,
.interactive-course-template .course-info-tile-right p,
.project-template .course-info-tile-right p {
  font-size: 14px;
  line-height: 1.6;
}
.course-template .course-sidebar-tile,
.interactive-course-template .course-sidebar-tile,
.project-template .course-sidebar-tile {
  margin-bottom: 4px;
  position: relative;
  background-color: #181818;
  padding: 16px;
}
.course-template .exercisefiles_link,
.interactive-course-template .exercisefiles_link,
.project-template .exercisefiles_link {
  color: #e80a89;
}
.course-template .exercisefiles_link:hover,
.interactive-course-template .exercisefiles_link:hover,
.project-template .exercisefiles_link:hover {
  color: #e80a89;
}
.course-template .course_mobile_accordion,
.interactive-course-template .course_mobile_accordion,
.project-template .course_mobile_accordion {
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px;
  background-color: #181818;
  margin-bottom: 8px;
  cursor: pointer;
  display: none;
  width: 100%;
}
.course-template .course_mobile_accordion:after,
.interactive-course-template .course_mobile_accordion:after,
.project-template .course_mobile_accordion:after {
  content: "+";
  float: right;
  font-size: 20px;
  font-weight: 300;
  color: #fa7d43;
  line-height: 0.7;
}
.course-template .course_mobile_accordion.accordion_open,
.interactive-course-template .course_mobile_accordion.accordion_open,
.project-template .course_mobile_accordion.accordion_open {
  margin-bottom: 0;
  border-bottom: 1px solid #333;
}
.course-template .course_mobile_accordion.accordion_open:after,
.interactive-course-template .course_mobile_accordion.accordion_open:after,
.project-template .course_mobile_accordion.accordion_open:after {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“";
}
@media all and (max-width: 800px) {
  .course-template .course-bottom-left,
  .course-template .course-bottom-right,
  .course-template .course-info-tile-left,
  .course-template .course-info-tile-right,
  .interactive-course-template .course-bottom-left,
  .interactive-course-template .course-bottom-right,
  .interactive-course-template .course-info-tile-left,
  .interactive-course-template .course-info-tile-right,
  .project-template .course-bottom-left,
  .project-template .course-bottom-right,
  .project-template .course-info-tile-left,
  .project-template .course-info-tile-right {
    width: 100%;
    float: left;
    padding: 0;
  }
  .course-template .course-info-tile,
  .interactive-course-template .course-info-tile,
  .project-template .course-info-tile {
    padding: 20px;
    width: 100%;
    margin-bottom: 2px;
  }
  .course-template .course-authors-wrapper .course-info-tile,
  .interactive-course-template .course-authors-wrapper .course-info-tile,
  .project-template .course-authors-wrapper .course-info-tile {
    margin-bottom: 1px;
  }
  .course-template .mobile-closed,
  .interactive-course-template .mobile-closed,
  .project-template .mobile-closed {
    display: none;
  }
  .course-template .course_mobile_accordion,
  .interactive-course-template .course_mobile_accordion,
  .project-template .course_mobile_accordion {
    display: inline-block;
  }
  .course-template .course-info-tile h6,
  .interactive-course-template .course-info-tile h6,
  .project-template .course-info-tile h6 {
    display: none;
  }
  .course-template .course-info-tile #course-description-tile-info h6,
  .interactive-course-template
    .course-info-tile
    #course-description-tile-info
    h6,
  .project-template .course-info-tile #course-description-tile-info h6 {
    display: inline-block;
  }
}
#course-page-hero h1 {
  margin-bottom: 0;
  font-size: 40px;
}
#course-page-hero,
#course-page-hero-ytwrapper {
  width: 77%;
  height: 100%;
  float: left;
  padding: 30px;
  position: relative;
  height: 550px;
  margin-bottom: 4px;
}
#course-page-hero-ytwrapper {
  padding: 0 !important;
}
#course-page-hero-ytcover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
#course-page-hero-ytwrapper .ps_video_intro_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  cursor: pointer;
  z-index: 6;
  background: rgba(54, 54, 54, 0.3);
  opacity: 1;
}
#course-page-hero .main {
  height: 100%;
  width: 100%;
}
#course-page-hero .main .container {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
#course-page-hero .columns {
  padding-left: 0;
  padding-right: 0;
}
#course-page-description {
  margin-bottom: 40px;
}
#course-page-hero h5 {
  margin-bottom: 18px;
  font-size: 13px;
  color: #aaa;
  padding-top: 2px;
}
#course-page-hero h5 a {
  color: #f2f2f2;
}
#course-page-hero .text-component {
  font-weight: 200;
  font-size: 18px;
  max-width: 75%;
}
#course-page-hero .course-hero-rating {
  width: 100px;
  padding-right: 10px;
}
#course-page-hero .course-hero-rating .fa {
  padding-right: 6px;
  color: #fff;
}
#course-page-hero .course-hero-rating .fa.gray {
  color: #666;
}
#course-page-hero .ps-button {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
#course-page-hero .ps-button i.fa-play {
  position: absolute;
  margin-left: 17px;
  margin-top: 15px;
  z-index: 1000;
}
#course-page-hero .ps-button a.button-overview_vid {
  border: 1px solid #fff;
  color: #fff;
}
#course-page-hero .ps-button a.button-landingRegister {
  background: 0 0;
  border: 1px solid #fff;
  padding: 15px;
}
#course-page-hero.has-course-image .main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.course-hero-info-tile {
  display: none;
}
@media all and (max-width: 800px) {
  #course-page-hero {
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  #course-page-hero-ytwrapper {
    width: 100%;
  }
  #course-page-hero .container {
    position: relative;
  }
  #course-page-hero h1 {
    font-size: 30px;
  }
  #course-page-hero .text-component {
    font-size: 14px;
    max-width: 100%;
    line-height: 22px;
  }
  #course-page-hero .ps-button {
    width: 100%;
  }
  .course-hero-info-tile {
    display: inline-block;
    margin-bottom: -4px;
  }
  #course-page-hero {
    margin-bottom: 0;
  }
}
#course-page-hero {
  background-image: url(../images/generic.html);
  background-position: 0 0;
}
#course-page-hero.architecture-construction {
  background-image: url(../images/architecture-construction.html);
}
#course-page-hero.business-professional {
  background-image: url(../images/business-professional.html);
}
#course-page-hero.creative-professional {
  background-image: url(../images/creative-professional.html);
}
#course-page-hero.data-professional {
  background-image: url(../images/data-professional.html);
}
#course-page-hero.it-ops {
  background-image: url(../images/it-ops.html);
}
#course-page-hero.manufacturing-design {
  background-image: url(../images/manufacturing-design.html);
}
#course-page-hero.software-development {
  background-image: url(../images/software-development.html);
}
#course-page-hero.security-professional {
  background-image: url(../images/security-professional.html);
}
#course_modules {
  width: 23%;
  float: none;
  height: 550px;
  overflow-y: scroll;
  padding-left: 4px;
  margin-bottom: 4px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.course_modules--shadow {
  width: 23%;
  float: left;
  padding-left: 4px;
  height: 100px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.7), transparent);
  right: 0;
  top: 450px;
  position: absolute;
  pointer-events: none;
}
#course_modules.row {
  max-width: 100%;
}
#course_modules .accordion-title:first-of-type {
  margin-top: 0;
}
#course_modules .accordion-title {
  outline: 0;
  line-height: 14px;
  cursor: pointer;
  background: #181818;
  padding: 18px;
  margin-top: 5px;
  position: relative;
}
#course_modules .accordion-title:hover {
  background: #1d1d1d;
}
#course_modules .accordion-title__title {
  float: left;
  max-width: 75%;
  font-size: 14px;
  font-weight: 100;
  line-height: 18px;
}
#course_modules .accordion-title__time {
  width: 20%;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: 100;
}
#course_modules .accordion-title__expand {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 18px;
}
#course_modules .accordion-title__expand::after {
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#course_modules .accordion-title.open .accordion-title__expand::after {
  content: "\f106";
}
#course_modules .accordion-content {
  background: #0a0a0a;
  font-size: 13px;
}
#course_modules .accordion-content a {
  color: #ccc;
}
#course_modules .accordion-content .fa-lock {
  float: left;
  font-size: 16px;
  width: 8%;
}
#course_modules .accordion-content__row {
  line-height: 16px;
  display: block;
  padding: 12px 18px 0;
  font-weight: 100;
}
#course_modules .accordion-content__row:hover {
  background: #121212;
}
#course_modules .accordion-content__row:after {
  content: "";
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #444;
  padding-top: 12px;
  margin: 12px -10px 0;
}
#course_modules .accordion-content__row:last-of-type:after {
  border-bottom: 0;
}
#course_modules .accordion-content__row__title {
  float: left;
  max-width: 65%;
}
#course_modules .accordion-content__row__time {
  width: 25%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  #course_modules .accordion-content__row__time {
    display: none;
  }
  #course_modules .accordion-content__row__title {
    max-width: 90%;
  }
}
@media all and (max-width: 800px) {
  #course_modules {
    width: 100%;
    height: auto;
    overflow: visible;
    padding-left: 0;
    margin-bottom: 8px;
  }
  #course_modules .accordion-title {
    margin-top: 0;
  }
  .mobile-accordion-content {
    margin-bottom: 8px;
  }
  .course_modules--shadow {
    display: none;
  }
}
.course-info__row {
  border-top: 2px solid #0d0d0d;
  line-height: 35px;
}
.course-info__row.first {
  border-top: 0;
  margin-top: -8px;
}
.course-info__row--left {
  width: 75px;
  font-size: 12px;
  font-weight: 400;
  float: left;
}
.course-info__row--right {
  font-weight: 400;
  font-size: 12px;
  float: right;
}
.course-info__row--right.difficulty-level {
  text-transform: capitalize;
}
.course-info__row--right.course-info__row--rating {
  color: #a9aaab;
}
.course-info__row .fa {
  color: #f9c32c;
  font-size: 13px;
  letter-spacing: 0.35em;
}
.course-info__row .fa-star.gray {
  color: #666;
}
.course-info__row--icon {
  width: 10px;
  margin-bottom: 3px;
  margin-left: 8px;
}
@media all and (max-width: 1079px) and (min-width: 801px) {
  .course-info__row--right {
    float: left;
    clear: left;
    margin-top: -17px;
  }
}
@media all and (max-width: 800px) {
  .course-info-tile-left {
    display: none;
  }
  .course-info-tile h6 {
    font-weight: 300;
    font-size: 16px;
  }
}
.course-info-tile-author .author_image_mask {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.course-info-tile-author .author_image {
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.course-info-tile-author .author_image a {
  color: #fbfcfd;
  font-size: 18px;
}
.course-info-tile-author .author_image a:hover {
  text-decoration: none;
  color: #fbfcfd;
}
.course-info-tile-author a.author_more_courses_button div {
  color: #e80a89;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 7px;
  font-weight: 500;
  margin-top: 40px;
}
.course-info-tile-author a.author_more_courses_button:hover {
  text-decoration: none;
}
.course-info-tile-author .author_more {
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
}
.course-info-tile-author .author_more__course_title {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
  color: #fbfcfd;
}
.course-info-tile-author .author_more__course {
  border-top: 1px solid #000;
  padding-top: 12px;
  position: relative;
}
.course-info-tile-author .author_more__course_duration,
.course-info-tile-author .author_more__course_level,
.course-info-tile-author .author_more__course_publishdate {
  float: left;
  color: #a6a6a6;
  font-size: 12px;
  margin-bottom: 14px;
}
.course-info-tile-author .author_more__course_duration {
  position: absolute;
  left: 110px;
}
.course-info-tile-author .author_more__course_publishdate {
  position: absolute;
  left: 190px;
}
@media all and (max-width: 800px) {
  .course-info-tile-author .course-info-tile-left {
    display: inline-block;
  }
  .course-info-tile-author .course-info-tile-left .author_image {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .course-info-tile-author .course-info-tile-left .author_image a {
    font-size: 14px;
    font-weight: 300;
  }
}
.module-transcript-title {
  color: #929292;
}
.ps-outline-tile {
  height: 204px;
  background-size: cover;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  border-radius: 5px;
}
.ps-outline-tile-content {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0 auto;
  width: 60%;
}
.ps-outline-tile img {
  width: 22%;
  margin-bottom: 8px;
}
.ps-outline-tile h5 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fbfcfd;
  margin-bottom: 12px;
}
.ps-outline-tile p {
  font-size: 13px;
  color: #e80a89;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 400;
}
.ps-outline-tile-tests {
  background-image: url(../images/skills.html);
}
.ps-outline-tile-paths {
  background-image: url(../images/paths.html);
}
.ps-outline-tile-mentoring {
  background-image: url(../images/mentors.html);
}
.ps-outline-tile-courses {
  background-image: url(../images/courses.html);
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .ps-outline-tile-parent {
    display: none;
  }
}
.ps-related-tile-parent {
  padding-bottom: 1px;
}
.ps-related-tile-parent h6 {
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}
.courses-recommend-container-mask {
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.courses-recommend-container {
  background-color: #1f1f1f;
  color: #fff;
  display: block;
  text-decoration: none;
}
.courses-recommend-container:hover {
  color: #fff;
  text-decoration: none;
}
.courses-recommend-container:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #f15b2a, #e80a89);
  width: 100%;
  height: 3px;
}
.courses-recommend-container .gradient-border {
  background: linear-gradient(90deg, #f15b2a, #e80a89);
  width: 100%;
  height: 4px;
}
.courses-recommend-container .courses-recommend-content {
  color: #fff;
  padding: 20px;
}
.courses-recommend-container .courses-recommend-content img {
  float: left;
  padding-right: 10px;
}
.courses-recommend-container .content-title {
  text-transform: uppercase;
  font-weight: 900;
  color: #9a9a9a;
  font-size: 10px;
  padding-top: 4px;
}
.courses-recommend-container .content-headline {
  font-size: 15px;
  margin: 18px 5px 12px auto;
  color: #fff;
  font-weight: 100;
}
.courses-recommend-container .courses-recommend-btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 200;
  color: #e80a89;
  border-radius: 4px;
  font-size: 12px;
}
.invite-modal-wrap {
  display: none;
}
.invite_modal__content {
  padding: 65px 100px;
  text-align: center;
  background: #222;
  color: #fafafa;
}
.invite_modal__content h3 {
  margin-bottom: 27px;
}
.invite_modal__callouts {
  margin-top: 42px;
}
.invite_modal__callouts a {
  margin: 0 9px;
}
.invite_modal__callouts a.cancel {
  color: #ddd;
}
.invite_modal__callouts a.cancel.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .invite_modal__content {
    padding: 40px 60px;
    text-align: center;
  }
  .invite_modal__content h3 {
    margin-bottom: 15px;
  }
  .invite_modal__callouts {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .invite_modal__content {
    padding: 20px 55px;
  }
}
@media only screen and (max-width: 640px) {
  .invite_modal__content {
    padding: 10px;
  }
  .invite_modal__callouts a {
    margin: 0 0 12px;
    display: block;
  }
  .invite_modal__callouts a.cancel {
    display: none;
  }
  .invite_modal__callouts a.cancel.mobile {
    display: block;
  }
  .invite_modal__callouts .button {
    min-width: inherit;
  }
}
.invite_modal__content a.cancel.corner {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #fff;
}
.invite_modal__content a.cancel.corner:hover {
  text-decoration: none;
}
.brws-pg {
  color: #fff;
}
.brws-pg #browse-top {
  background: #181818;
}
.brws-pg #browse-top .linklist-subnav {
  margin-left: -15px;
}
@media screen and (min-width: 641px) {
  .brws-pg #browse-top .row {
    max-width: 1520px;
  }
  .brws-pg #browse-top .medium-12.columns {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.brws-pg h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources,
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses,
.brws-pg .brws-pitches-wrapper .brws-pitches,
.brws-pg .brws-pricing-wrapper .brws-pricing-headline,
.brws-pg .brws-testimonials-wrapper .brws-testimonials,
.brws-pg .brws-trial-wrapper .brws-trial,
.brws-pg .brws-what-is-wrapper .brws-what-is {
  max-width: 1400px;
  margin: 0 auto;
}
.brws-pg .brws-pitches-wrapper {
  background: #181818;
}
.brws-pg .brws-pitches-wrapper .brws-pitches {
  color: #fff;
  font-size: 18px;
  padding: 30px 10px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches {
    font-size: 18px;
  }
}
.brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper {
  width: 25.3%;
  display: inline-block;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper {
    width: 100%;
  }
}
.brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch {
  margin: 0 auto;
  width: fit-content;
}
.brws-pg
  .brws-pitches-wrapper
  .brws-pitches
  .brws-pitch-wrapper
  .brws-pitch
  img {
  margin-right: 16px;
  margin-top: -5px;
  float: left;
  width: 40px;
}
.brws-pg
  .brws-pitches-wrapper
  .brws-pitches
  .brws-pitch-wrapper
  .brws-pitch
  img.checkmark {
  padding: 3px 0;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch {
    margin: 10px auto;
  }
}
@media screen and (max-width: 460px) {
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper .brws-pitch {
    width: 100%;
  }
  .brws-pg
    .brws-pitches-wrapper
    .brws-pitches
    .brws-pitch-wrapper
    .brws-pitch
    img,
  .brws-pg
    .brws-pitches-wrapper
    .brws-pitches
    .brws-pitch-wrapper
    .brws-pitch
    span {
    clear: both;
    transform: translateX(-50%);
    margin: 0 0 10px 50%;
  }
  .brws-pg
    .brws-pitches-wrapper
    .brws-pitches
    .brws-pitch-wrapper
    .brws-pitch
    span {
    width: 100%;
    float: left;
    text-align: center;
  }
}
.brws-pg .brws-paths-courses-wrapper {
  padding: 130px 60px 120px;
  background: #1f1f1f;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-paths-courses-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-paths-courses-wrapper {
    padding: 60px 15px;
  }
}
.brws-pg .brws-paths-courses-wrapper .brws-paths-courses h4 {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .brws-pg .brws-paths-courses-wrapper .brws-paths-courses .courses-top {
    max-width: 65%;
  }
}
.brws-pg
  .brws-paths-courses-wrapper
  .brws-paths-courses
  .brws-paths-courses-view-more-wrapper {
  text-align: center;
}
.brws-pg
  .brws-paths-courses-wrapper
  .brws-paths-courses
  .brws-paths-courses-view-more-wrapper
  a.brws-paths-courses-view-more:hover {
  text-decoration: none;
}
.brws-pg
  .brws-paths-courses-wrapper
  .brws-paths-courses
  .brws-paths-courses-view-more-wrapper
  a.brws-paths-courses-view-more {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #e80a89;
  padding-bottom: 3px;
}
.brws-pg .brws-what-is-wrapper {
  padding: 140px 60px 5px;
  background: #181818;
  margin-bottom: -30px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-what-is-wrapper {
    padding: 60px 60px 30px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-what-is-wrapper {
    padding: 60px 15px 5px;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is {
  text-align: center;
}
.brws-pg .brws-what-is-wrapper .brws-what-is h2 {
  font-family: tungsten a, tungsten b, sans-serif;
  line-height: 1;
  margin-bottom: 90px;
  font-size: 65px;
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is h2 {
    margin-bottom: 50px;
  }
}
.brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .brws-pg .brws-what-is-wrapper .brws-what-is .brws-what-is-points {
    display: flex;
    flex-wrap: wrap;
  }
}
.brws-pg
  .brws-what-is-wrapper
  .brws-what-is
  .brws-what-is-points
  .brws-what-is-point {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .brws-pg
    .brws-what-is-wrapper
    .brws-what-is
    .brws-what-is-points
    .brws-what-is-point {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .brws-pg
    .brws-what-is-wrapper
    .brws-what-is
    .brws-what-is-points
    .brws-what-is-point {
    width: 25%;
    padding: 0 15px;
  }
}
.brws-pg
  .brws-what-is-wrapper
  .brws-what-is
  .brws-what-is-points
  .brws-what-is-point
  img {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .brws-pg
    .brws-what-is-wrapper
    .brws-what-is
    .brws-what-is-points
    .brws-what-is-point
    img {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.brws-pg
  .brws-what-is-wrapper
  .brws-what-is
  .brws-what-is-points
  .brws-what-is-point
  p {
  color: #ccc;
  font-size: 12px;
  padding: 0 3%;
}
.brws-pg .what-is-codenests {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 640px) {
  .brws-pg .what-is-codenests {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brws-pg .brws-testimonials-wrapper {
  padding: 140px 15px 100px;
  background: url(../images/testimonials-bg.html);
  background-position: center;
  background-size: cover;
  background-repeat: none;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-testimonials-wrapper {
    padding: 60px 15px 30px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-testimonials-wrapper {
    padding: 15px;
  }
}
.brws-pg .brws-testimonials-wrapper .brws-testimonials {
  text-align: center;
  overflow: hidden;
}
.brws-pg .brws-testimonials-wrapper .brws-testimonials h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .brws-pg .brws-testimonials-wrapper .brws-testimonials h2 {
    padding: 0 45px;
  }
}
.brws-pg .brws-testimonials-wrapper .brws-testimonials .tl-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.brws-pg .brws-pricing-wrapper {
  background-image: linear-gradient(#181818, #000);
  padding: 140px 0 70px;
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-pricing-wrapper {
    padding: 60px 0;
  }
}
.brws-pg .brws-pricing-wrapper .brws-pricing-headline h2 {
  line-height: 35px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-pricing-wrapper .brws-pricing-headline h2 {
    padding: 0 60px;
  }
}
.brws-pg .brws-pricing-wrapper .brws-pricing-headline .ts-scribble-block img {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .brws-pg .brws-pricing-wrapper .brws-pricing-headline .ts-scribble-block img {
    width: 125px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-pricing-wrapper .brws-pricing-headline .ts-scribble-block img {
    width: 150px;
  }
}
.brws-pg .brws-other-resources-wrapper {
  background: #222;
  padding: 130px 60px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-other-resources-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-other-resources-wrapper {
    padding: 60px 15px;
  }
}
.brws-pg .brws-other-resources-wrapper .brws-other-resources h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .brws-pg
    .brws-other-resources-wrapper
    .brws-other-resources
    .brws-other-resources-col {
    display: flex;
  }
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .brws-pg
    .brws-other-resources-wrapper
    .brws-other-resources
    .brws-other-resources-col
    .brws-other-resources-authors {
    width: 45%;
  }
  .brws-pg
    .brws-other-resources-wrapper
    .brws-other-resources
    .brws-other-resources-col
    .brws-other-resources-authors
    h4 {
    max-width: 80%;
  }
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors
  a,
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors
  a:hover {
  color: #fff;
  text-decoration: none;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors
  .brws-other-resources-author {
  display: flex;
  align-items: center;
  padding: 30px 30px 0 0;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors
  .brws-other-resources-author
  img {
  border-radius: 50%;
  margin-right: 35px;
  filter: grayscale(100%);
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors
  .brws-other-resources-author
  .brws-other-resources-author-details
  .brws-other-resources-author-name {
  font-size: 20px;
  font-weight: 900;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-authors
  .brws-other-resources-author
  .brws-other-resources-author-details
  .brws-other-resources-author-title {
  font-size: 13px;
  color: #ccc;
  max-width: 280px;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-blogs {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .brws-pg
    .brws-other-resources-wrapper
    .brws-other-resources
    .brws-other-resources-col
    .brws-other-resources-blogs {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .brws-pg
    .brws-other-resources-wrapper
    .brws-other-resources
    .brws-other-resources-col
    .brws-other-resources-blogs {
    margin-top: 100px;
  }
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-blogs
  h4 {
  margin-bottom: 40px;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-blogs
  .brws-other-resources-blogs-item {
  color: #fff;
  padding: 30px;
  display: flex;
  background: #181818;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-blogs
  .brws-other-resources-blogs-item
  .brws-other-resources-blogs-item-title {
  font-size: 18px;
  padding-right: 25px;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-blogs
  .brws-other-resources-blogs-item
  .brws-other-resources-blogs-item-link {
  color: #0096ad;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}
.brws-pg
  .brws-other-resources-wrapper
  .brws-other-resources
  .brws-other-resources-col
  .brws-other-resources-blogs
  .brws-other-resources-blogs-item:hover {
  text-decoration: none;
}
.brws-pg .brws-trial-wrapper {
  padding: 100px 60px;
  background: #e80a89;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .brws-pg .brws-trial-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .brws-pg .brws-trial-wrapper {
    padding: 60px 15px;
  }
}
.brws-pg .brws-trial-wrapper .brws-trial h2 {
  margin-bottom: 30px;
  font-size: 45px;
  max-width: 500px;
  line-height: 45px;
}
.browse-landing #content {
  padding: 0 0 20px;
  background: #181818;
}
#role-landing-course-tabs ul {
  float: none;
}
#role-landing-course-tabs li {
  padding: 0;
  margin: 0 0 0 25px;
}
#role-landing-course-tabs li:first-child {
  margin: 0;
}
#role-landing-course-tabs li::before {
  margin: 0;
  content: "";
}
#browse-course-listing-component .tab-content {
  padding: 0 20px 20px;
}
#tab-courses-newest,
#tab-courses-popular {
  display: none;
}
#role-landing-course-tabs #tab-courses-newest,
#role-landing-course-tabs #tab-courses-popular,
.library-page #tab-courses-newest,
.library-page #tab-courses-popular {
  display: block;
}
#role-landing-course-tabs-view-all {
  margin: 20px 20px 0 0;
  font-size: 12px;
  float: right;
  color: #e80a89;
  font-weight: 200;
  display: none;
}
#browse-course-listing-component {
  background: #222;
  padding: 0;
}
.browse-course-listing-component--simplified__list {
  display: none;
  background: #222;
  padding: 20px;
}
.library-page .browse-course-listing-component--simplified__list {
  display: block;
}
#browse-course-listing-component h6 {
  color: #f2f2f2;
  text-transform: uppercase;
  padding-left: 20px;
}
.browse-course-listing-component--simplified__list h6 {
  color: #f2f2f2;
  text-transform: uppercase;
  padding-left: 10px;
}
.browse-course-listing-component--simplified__list ol {
  margin: 10px 0 0;
}
#browse-course-listing-component h6 {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #tab-courses-newest {
    display: block;
  }
  .browse-landing .course-columns,
  .browse-landing .side-columns {
    padding: 0;
  }
  #browse-course-listing-component {
    background: 0 0;
    padding: 20px 0;
  }
  #browse-course-listing-component .tab-content {
    padding: 0;
  }
  #browse-course-listing-component .search-results-rows {
    background: #222;
    padding: 0 20px;
  }
  .browse-course-listing-component--simplified__list {
    background: 0 0;
    padding: 20px 0;
  }
  .not-library-page .browse-course-listing-component--simplified__list {
    display: block;
  }
  .browse-course-listing-component--simplified__list .search-results-rows {
    background: #222;
    padding: 0 20px;
  }
  #browse-course-listing-component h6,
  .browse-course-listing-component--simplified__list h6 {
    padding: 0 20px;
  }
  .browse-course-listing-component--simplified__list ol li {
    padding-left: 0;
  }
  .browse-landing .search-results-section__footer {
    background: #222;
    margin: 5px 0 0;
    padding: 0 20px;
  }
}
.contributor-template .generic-block:first-child .generic-block-wrapper {
  padding-top: 150px;
}
.contributor-template .generic-block:first-child .row {
  max-width: 896px;
  padding: 0 40px;
}
.contributor-template .generic-block:first-child .large-4 {
  width: 23.5%;
  padding: 0;
}
.contributor-template .generic-block:first-child .large-8 {
  width: 76.5%;
  padding: 0 0 0 40px;
}
.contributor-template .text-component,
.contributor-template .text-component p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #363636;
}
.contributor-template .text-component p {
  margin: 0 0 30px;
}
.contributor-template .row .section.title h2 {
  font-size: 48px;
  font-weight: 200;
  color: #222;
  margin: 0 0 15px;
}
.contributor-template .image.section img {
  border-radius: 50%;
  max-width: 100%;
}
.contributor-image .contributor-image-container {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contributor-template .generic-block:first-child .generic-block-wrapper {
    padding-top: 125px;
  }
  .contributor-template .row .section.title h2 {
    font-size: 40px;
    line-height: 1.3em;
  }
  .contributor-template .generic-block:first-child .large-4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .contributor-template .generic-block:first-child .large-8 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .contributor-template .generic-block:first-child .row {
    padding: 0 15px;
  }
}
.blog-template
  #content
  .generic-block:nth-last-child(3)
  .generic-block-wrapper {
  padding: 0;
  min-height: 180px;
}
.blog-template #content .mktoForm {
  width: 415px !important;
  margin: 0 auto;
  max-width: none;
}
.blog-template #content .mktoForm input[type="email"] {
  background: 0 0;
  border: 1px solid #888;
  color: #fff;
  width: 255px !important;
}
.blog-template #content .mktoLabel {
  display: none;
}
.blog-template #content .mktoFormRow {
  float: left;
}
.blog-template #content .mktoButton {
  padding: 0;
  width: 140px;
  min-width: 0;
}
.blog-template #content .mktoButtonRow {
  margin: 0 0 0 20px !important;
}
.before_after_image {
  margin: 20px 0;
}
.before_after_image img {
  margin-top: 0;
  margin-bottom: 0;
}
.before_after_image img {
  max-width: 800px;
}
.blog-template #content .text-2 ol li {
  list-style: inherit;
}
.blog-template #content .text-2 ol li:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .blog-template #content .marketo-form-component {
    padding: 0 15px 30px;
  }
  .blog-template #content .mktoForm {
    max-width: 100%;
  }
  .blog-template #content .mktoFieldWrap,
  .blog-template #content .mktoForm .mktoFormCol,
  .blog-template #content .mktoFormRow {
    float: none;
  }
  .blog-template #content .mktoForm input[type="email"] {
    width: 100% !important;
  }
  .blog-template #content .mktoButton {
    width: 100%;
  }
  .blog-template #content .mktoButtonRow {
    margin: 15px 0 0 !important;
    width: 100%;
  }
}
.b2b-content .text-component p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
}
.b2b-content .main .text-component p {
  font-size: 20px;
  line-height: 1.33333;
}
.b2b-content .marketo-form__image img {
  max-width: 230px;
  margin: -80px auto 0;
  display: block;
}
@media all and (max-width: 1024px) {
  .b2b-content .marketo-form__image img {
    max-width: 330px;
  }
  .b2b-content .marketo-form-component {
    margin-top: 80px;
  }
}
@media all and (max-width: 640px) {
  .b2b-content .marketo-form__image img {
    max-width: 230px;
  }
}
.author-template #content {
  background: #181818;
}
#author-bio p,
.author-template #author-bio {
  font-size: 14px;
  color: #ccc;
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 1.6;
}
.author-page {
  display: flex;
  flex-direction: row;
}
.author-page .author__info {
  width: 30%;
  background: #000;
  padding: 60px 50px;
}
.author-page .author__info .author__image {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
}
.author-page .author__info .author__name h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}
.author-page .author__info .author__name > div {
  color: #e80a89;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.author-page .author__info .author__social {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 30px;
}
.author-page .author__info .author__social .social__link {
  margin-right: 15px;
}
.author-page .author__info .author__social .social__link img {
  width: auto;
  height: 20px;
}
.author-page .author__info .author__social .social__link.social_tw img {
  height: 18px;
}
.author-page .author__content {
  padding: 60px 50px;
  flex: 1;
}
.author-page .author__content h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 700;
  margin: 0 0 10px;
}
.author-page .author__courses .title__type {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #e80a89;
}
.author-page .author__courses .title__course {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.author-page .author__courses .title__info {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.author-page .author__courses .title__info > div {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #aaa;
  line-height: 1;
}
.author-page .author__courses .title__info > div:after {
  content: "\2022";
  padding: 0 10px;
  font-size: 9px;
}
.author-page .author__courses .title__info > div:last-child:after {
  display: none;
}
.author-page .author__stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.author-page .author__stats .stats__item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 2px solid #aaa;
  padding-left: 20px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .author-page .author__stats .stats__item h3 {
    height: 35px;
  }
}
.author-page .author__stats .stats__item div {
  font-size: 14px;
  color: #555;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.author-page .author__stats .stats__item div:last-child {
  margin-bottom: 0;
}
.author-page .author__stats .stats__item .stats__number {
  font-weight: 700;
  color: #e80a89;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3px;
}
.author-page .author__stats .stats__item .stats__topic {
  font-weight: 700;
  
}
.author-page .author__courses ul {
  margin: 30px 0 0;
  padding: 0;
}
.author-page .author__courses ul li {
  padding-left: 0;
}
.author-page .author__courses ul li:before {
  display: none;
}
.author-page .author__courses ul li a {
  display: flex;
  background: #000;
  padding: 15px;
  margin-top: 15px;
  text-decoration: none;
}
.author-page .author__courses ul li .author__courses__image {
  position: relative;
  width: 124px;
  height: 70px;
  overflow: hidden;
}
.author-page .author__courses ul li .author__courses__image .play__icon {
  width: 50px;
  height: 50px;
  background-image: url(../images/icons/playbutton%402x.html);
  background-size: 150px;
  background-position: -12px -12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.author-page .author__courses ul li .author__courses__info {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media all and (max-width: 1024px) {
  .author-page {
    flex-direction: column;
  }
  .author-page .author__info {
    width: 100%;
    display: flex;
  }
  .author-page .author__info .author__description {
    flex: 1;
    margin-left: 30px;
  }
  .author-page .author__info .author__name h1 {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .author-page .author__info {
    flex-direction: column;
    align-items: center;
  }
  .author-page .author__info .author__name {
    text-align: center;
  }
  .author-page .author__info .author__name h1 {
    margin-top: 45px;
  }
  .author-page .author__info .author__social {
    justify-content: center;
  }
  .author-page .author__info .author__social a:last-child {
    margin-right: 0;
  }
  .author-page .author__stats {
    flex-direction: column;
  }
  .author-page .author__stats .stats__item {
    border-left: 0;
    border-bottom: 2px solid #aaa;
    width: 100%;
    align-items: center;
    padding: 30px 0;
  }
  .author-page .author__content,
  .author-page .author__info {
    padding: 30px 20px;
  }
  .author-page .author__info .author__description {
    margin-left: 0;
  }
  .author-page .author__courses ul li .author__courses__image {
    display: none;
  }
  .author-page .author__courses ul li .author__courses__info {
    margin-left: 0;
  }
}
#search-results.row {
  max-width: 100%;
  padding: 40px 0 35px;
}
.search-template #content.tab-selected #search-results.row {
  padding-top: 15px;
}
.search-results-section h4 {
  border-bottom: 1px solid #333;
  margin: 0;
  color: #f2f2f2;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.search-template #content.tab-selected .search-results-section h4 {
  display: none;
}
#search-results h6 {
  color: #f2f2f2;
}
#search-results #pathContent {
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 1255px) {
  #search-results #pathContent li.has-test span {
    display: none;
  }
}
#search-results a.paths-page-view-all .search-results-section__footer.columns {
  margin-top: 10px;
}
#search-results #pathContent div.item .item-each {
  background-color: #181818;
}
#search-results #pathContent .item-each .item-text {
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
}
#search-results #pathContent .item-each .item-text ul li {
  font-size: 13px;
}
#search-results #pathContent .item-each .item-text ul li span {
  font-weight: 300;
}
.search-template #content.tab-selected #search-results h6 {
  display: none !important;
}
.search-results-page {
  border-top: 1px solid #000;
}
.search-results-page:first-child {
  border-top: 0;
}
.search-result {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.search-result:last-child {
  border-bottom: 0;
}
.search-result__title {
  margin-top: 5px;
}
.hands-on .search-result__title {
  margin-top: 0;
}
.search-result__title a {
  font-size: 18px;
  font-weight: 400;
  color: #d3d3d3;
}
.search-result__hands-on-type {
  color: #888;
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 0;
}
.search-result__hands-on-type .type-icon {
  fill: currentcolor;
  width: 18px;
  float: left;
}
.search-result__hands-on-type .type-text {
  margin-left: 5px;
  float: left;
}
.search-result__details {
  margin-top: 0;
  color: #888;
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 0;
  clear: left;
}
.search-result__details > div {
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
.search-result__author {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result__level {
  width: 100px;
  text-transform: Capitalize;
}
.search-result__date {
  width: 105px;
}
.search-result__duration {
  width: 100px;
}
.search-result__length {
  width: 100px;
}
.search-result__playlist {
  width: 130px;
}
.search-result__details a {
  color: #888;
}
.search-result__playlist a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  background: transparent url(../images/icon-plus-circle.html) top left
    no-repeat;
  background-size: 100% auto;
}
.search-result__rating {
  width: 140px;
}
.search-result__rating .fa {
  color: #ae8017;
}
.search-result__rating .fa-star.gray {
  color: #666;
}
.search-result__info {
  float: left;
  max-width: 700px;
}
.hands-on .search-result__info {
  margin-top: -5px;
}
.search-result__icon {
  float: left;
  width: 120px;
  height: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 1240px) {
  .search-result__icon {
    display: none;
  }
}
.search-result__icon img {
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.search-results-section__footer {
  background: #111;
  height: 40px;
  margin: 25px 0 50px;
}
.search-results-section__footer a,
a .search-results-section__footer p {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.search-template #content.tab-selected .search-results-section__footer {
  display: none;
}
.search-results-section__load-button {
  text-align: center;
  margin: 60px 0;
}
#search-results-target__pages .search-result__details {
  max-width: 550px;
}
#search-results .resource-tiles-row {
  margin: 30px -30px 5px;
}
#search-results .resource-tile {
  padding: 0 30px;
}
#search-results .resource-tile > a {
  border: 1px solid #363636;
  display: block;
  position: relative;
}
#search-results .resource-tile-image .square-box-content {
  padding: 0;
}
#search-results .resource-tile h5 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 200;
  color: #888;
  margin: 0;
  margin: 20px 0;
}
#search-results .resource-tile h5::after {
  background-image: linear-gradient(to top, #222 0, rgba(34, 34, 34, 0) 100%);
}
#search-results .resource-tile-text {
  background: 0 0;
  padding: 0 35px;
  min-height: 97px;
}
#search-results .author-row {
  margin: 0 -40px;
}
#search-results .author-row:first-child {
  margin-top: 40px;
}
#search-results .author-list-page {
  padding: 0 50px;
}
#search-results .author-row .columns {
  margin-bottom: 25px;
  padding: 0 50px;
}
#search-results .author-row a {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-weight: 200;
  height: 48px;
}
#search-results #author-list-view-all__thumbnail-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #555;
  border-radius: 50%;
}
#search-results #author-list-view-all__thumbnail-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-weight: 200;
  width: 100%;
}
#search-results #author-list-view-all__count {
  font-size: 41px;
  line-height: 41px;
}
#search-results-category-target-wrapper {
  display: none;
}
.search-template #content.tab-selected #search-results-category-target-wrapper {
  display: block;
}
.search-template #content.tab-selected #search-results-target {
  display: none;
}
@media screen and (max-width: 1440px) {
  .search-result::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 17px;
    line-height: 17px;
    color: #f2f2f2;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #search-results-target__pages .search-result::after {
    content: "";
  }
}
@media screen and (max-width: 1172px) {
  #search-results.row {
    padding: 15px 0;
    margin: 0 auto;
  }
  .search-result {
    padding: 10px 0;
  }
  .search-result::first-child {
    border: 0;
  }
  .search-results__details {
    margin-top: 5px;
  }
  .search-result__details > div {
    margin-left: 15px;
  }
  .search-result__rating {
    display: none;
  }
  .search-result__details > div.search-result__author {
    margin: 0;
  }
  .search-result__details,
  .search-result__title {
    margin: 0;
  }
  .search-result__title a {
    line-height: 20px;
  }
  .search-result__info {
    width: 100%;
    padding-right: 40px;
  }
  .hands-on .search-result__info {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #search-results #author-list-view-all__count {
    font-size: 30px;
    line-height: 30px;
  }
  #search-results #author-list-view-all__text {
    font-size: 10px;
    line-height: 17px;
  }
}
@media screen and (max-width: 640px) {
  .search-template #content {
    background: #222;
  }
  #search-results.row,
  .search-template #content.tab-selected #search-results.row {
    padding: 0;
  }
  #search-results h6 {
    font-size: 10px;
    color: #888;
    font-weight: 200;
    float: right;
    padding: 0 15px;
    margin: 24px 0 0;
  }
  #search-results #pathContent {
    margin-bottom: 0;
  }
  .search-template #content.tab-selected #search-results h6 {
    background: #363636;
    float: none;
    padding: 10px 15px;
    margin: 0;
    display: block !important;
  }
  .search-results-section h4 {
    padding: 15px;
    border-bottom: 1px solid #666;
    font-size: 19px;
  }
  .search-results-section {
    background: #363636;
  }
  .search-template #content.tab-selected .search-results-section {
    clear: both;
  }
  .search-results-rows {
    padding: 0 15px;
    border-top: 0;
  }
  .search-result__details > div {
    font-size: 10px;
    margin-right: 0;
  }
  .search-result__author {
    width: 80px;
  }
  .search-result__level {
    width: 65px;
  }
  .search-result__date {
    width: 80px;
  }
  .search-results-section__footer {
    background: #222;
    margin: 5px 0 0;
  }
  .search-template #content.tab-selected .search-result {
    border-top: 1px solid #000;
    border-bottom: 0;
  }
  #search-results-target__pages .search-result {
    padding: 15px 0;
  }
  #search-results-target__pages .search-result__title a {
    font-size: 15px;
    line-height: 25px;
  }
  #search-results .resource-tiles-row {
    margin: 15px 15px 0;
  }
  .search-template #content.tab-selected #search-results .resource-tiles-row {
    margin: 0 15px;
  }
  #search-results .resource-tile {
    margin-bottom: 30px;
    padding: 0;
  }
  #search-results .resource-tile h5::after {
    background-image: linear-gradient(to top, #000 0, rgba(34, 34, 34, 0) 100%);
  }
  #search-results .resource-tile > a {
    border: 1px solid transparent;
  }
  #search-results .resource-tile-text {
    background: #000;
  }
  #search-results .author-row {
    margin: 0;
  }
  #search-results .author-row:first-child {
    margin-top: 0;
  }
  #search-results .author-list-page {
    padding: 0;
  }
  #search-results .author-row:first-child .author-list-page {
    padding-top: 30px;
  }
  #search-results .author-row .columns {
    padding: 0 30px;
  }
  #search-results .author-row a {
    font-size: 10px;
    line-height: 17px;
  }
  #search-results .author-row a .author-name {
    height: 34px;
  }
  #search-results h6.search-results-section-count.paths {
    display: none !important;
  }
}
.author-row .columns {
  margin-bottom: 80px;
  float: left !important;
}
.author-row a {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #363636;
  font-weight: 300;
}
.author-row a .author-name {
  height: 54px;
}
.author-list-thumbnail {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.author-list-thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .author-row .columns {
    margin-bottom: 40px;
  }
}
#search-filter-left-content {
  background: #222;
  padding: 0 20px 50px;
}
.search-filter-header {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}
.search-filter-header a {
  color: #f2f2f2;
  display: block;
  padding: 20px 22px 20px 20px;
}
.search-filter-header a:hover {
  text-decoration: none;
}
.search-filter-header a::after {
  content: "+";
  float: right;
  text-align: center;
  width: 10px;
  font-size: 23px;
  color: #e80a89;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-filter-header a.open::after {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“";
}
#search-filter-left-header {
  margin: 30px 20px;
  color: #f2f2f2;
}
#search-filter-left-header::after {
  content: "";
  width: 0;
}
.search-filter-sections {
  border-bottom: 1px solid #000;
}
.search-filter-section {
  border-top: 1px solid #000;
}
.search-filter-options {
  display: none;
  margin-right: 14px;
  overflow-y: scroll;
}
.search-filter-options ul {
  max-height: 270px;
  margin: 0 20px 0 32px;
}
.search-filter-options li {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  padding: 0;
  margin-bottom: 5px;
}
.search-filter-options li.selected {
  display: none;
}
.search-filter-options li:last-child {
  margin-bottom: 20px;
}
.search-filter-options li a {
  color: #7a7a7a;
  display: block;
  word-wrap: break-word;
}
.search-filter-options li a:hover {
  text-decoration: none;
}
.search-filter-options li::before {
  margin: 0;
  content: "";
}
.search-filter-selected {
  margin: 0 8px 0 20px;
}
.search-filter-selected-option {
  background: #000;
  color: #fff;
  padding: 0 12px;
  line-height: 40px;
  font-size: 12px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  display: none;
  margin: 0 10px 20px;
  word-wrap: break-word;
}
.search-filter-selected-option.active {
  display: block;
}
.search-filter-selected-option:last-child {
  margin-bottom: 20px;
}
.search-filter-selected-option-remove::after {
  font-family: helvetica neue, Arial, sans-serif;
  content: "ÃƒÆ’Ã¢â‚¬â€";
  color: #fff;
  right: 15px;
  width: 10px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search-filter-bar {
  border-bottom: 1px solid #000;
}
#search-results-section {
  padding: 0;
}
#search-filter-tabs {
  float: left;
}
#search-filter-tabs ul {
  margin: 20px 0 0;
  padding: 0 20px;
}
#search-filter-tabs li {
  padding: 0;
  margin: 0 0 0 40px;
}
#search-filter-tabs li:first-child {
  margin: 0;
}
#search-filter-tabs li::before {
  margin: 0;
  content: "";
}
#search-filter-tabs.tabs .tab-title > a {
  background: 0 0;
  padding: 0 0 20px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
  border-bottom: 5px solid transparent;
}
#search-filter-tabs.tabs .tab-title.ui-tabs-active > a,
#search-filter-tabs.tabs .tab-title > a:hover {
  color: #f2f2f2;
  border-color: #e80a89;
  text-decoration: none;
}
#search-filter-options {
  float: right;
  padding: 12px 0 0;
  color: #fff;
  display: none;
}
.search-template #content.tab-selected #search-filter-options {
  display: block;
}
#search-filter-options select {
  width: auto;
  background: #2d2d2d;
  border: 0;
  margin: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 35px 6px 20px;
  font-weight: 300;
  color: #f2f2f2;
  border-radius: 4px;
}
#search-filter-options > div {
  display: inline-block;
  position: relative;
  font-weight: 400;
}
.search-filter-page-info {
  margin: 0 20px;
}
.search-filter-select-container::after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  line-height: 36px;
  pointer-events: none;
}
@media screen and (max-width: 1160px) {
  #search-filter-options,
  .search-template #content.tab-selected #search-filter-options {
    display: none;
  }
  #search-filter-tabs li {
    margin-left: 28px;
  }
}
@media screen and (max-width: 640px) {
  #search-filter-bar {
    border: 0;
    padding: 0 40px;
    margin-bottom: 10px;
  }
  #search-filter-tabs-select-wrapper {
    position: relative;
  }
  #search-filter-tabs-select-wrapper::after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    pointer-events: none;
    content: "\f0d7";
    color: #fff;
    line-height: 28px;
  }
  #search-filter-tabs-select {
    height: 28px;
    padding: 0 10px;
    border-radius: 9px;
    background: #363636;
    color: #fff;
    border: 1px solid #999;
  }
  #search-filter-tabs li {
    margin-left: 25px;
  }
}
.news-card-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-card-flexbox .news-card:hover {
  text-decoration: none;
}
.news-card-flexbox .news-card {
  width: 32%;
  margin: 1% 0;
  background-color: #222;
}
.news-card-flexbox .news-card .news-card-image-padding {
  padding: 20px;
  background-color: #fff;
}
.news-card-flexbox .news-card .news-card-image {
  height: 110px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-card-flexbox .news-card .news-card-content {
  padding: 20px;
  text-align: left;
}
.news-card-flexbox .news-card .news-card-content .news-card-date {
  color: #8f8f8f;
  font-size: 11px;
}
.news-card-flexbox .news-card .news-card-content .news-card-title {
  color: #fff;
  font-weight: 200;
  font-size: 16px;
}
.news-card-flexbox .news-card.filler {
  visibility: hidden;
  margin: 0;
  height: 0;
}
.news-card-feed-buttons {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .news-card-flexbox .news-card {
    width: 98%;
    margin: 1%;
  }
}
.news-archive-container {
  background-color: #222;
  width: 100%;
  color: #fff;
  padding: 25px;
  position: relative;
  margin-bottom: 40px;
}
.news-archive-container .news-archive-dd {
  position: absolute;
  top: 25px;
  right: 25px;
  transform: scale(1.5, 0.75);
  display: none;
  font-size: 12px;
  cursor: pointer;
}
.news-archive-container .news-archive-title {
  font-size: 18px;
  cursor: pointer;
}
.news-archive-container ul.news-archive-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.news-archive-container ul.news-archive-links li:before {
  content: "";
}
.news-archive-container ul.news-archive-links li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.news-archive-container ul.news-archive-links li a,
.news-archive-container ul.news-archive-links li a:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .news-archive-container {
    padding: 0;
  }
  .news-archive-container .news-archive-dd {
    display: block;
  }
  .news-archive-container .news-archive-title {
    font-size: 16px;
    text-align: left;
    padding: 20px;
  }
  .news-archive-container ul.news-archive-links {
    display: none;
    padding: 0 25px 25px;
  }
  .news-archive-container ul.news-archive-links li a {
    line-height: 30px;
    font-size: 16px;
    color: #aaa;
  }
}
.checkout-list {
  margin-left: 100px;
  margin-bottom: 8px;
}
.checkout-list ul {
  margin-left: 0;
}
.checkout-list-list {
  margin-bottom: 0;
}
.checkout-list-list li {
  font-size: 14px;
  padding-left: 0;
  line-height: inherit;
  margin-bottom: 8px;
}
.checkout-list-list li:before {
  margin-right: 0;
  content: " ";
}
.checkout-list-title {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}
.checkout-list-text {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
.checkout-list .button,
.checkout-list a.button {
  color: #fff;
  min-width: 0;
  float: left;
  margin-top: 30px;
}
.checkout-list p.business.buttonLink {
  margin-top: 45px;
  float: right;
  display: block;
  font-size: 14px;
  color: #127fc9;
  font-family: helvetica neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
}
.checkout-list p.business.buttonLink.hidden {
  display: none;
}
@media only screen and (max-width: 64em) {
  .checkout-list {
    margin-left: 0;
    margin-top: 75px;
    margin-bottom: 8px;
  }
}
.awards-row {
  margin-bottom: 40px;
  position: relative;
  transform-style: preserve-3d;
  background-color: #222;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
}
.awards-row-intro {
  color: #a9a9a9;
}
.awards-row-image-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.awards-row-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.awards-row-content {
  padding: 20px 25px;
}
.awards-row-date {
  color: #a9a9a9;
  font-size: 10px;
  margin-bottom: 5px;
}
.awards-row h5.awards-row-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 641px) {
  .awards-row-image-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 140px;
  }
  .awards-row-image {
    width: 170%;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .awards-row-content {
    width: calc(100% - 140px);
    position: relative;
    left: 140px;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .awards-row-image-container {
    height: 165px;
  }
}
.video-component {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-component.video-show-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  background: url(../images/icons/playbutton%402x.html) 0 0;
  width: 180px;
  height: 180px;
  background-size: 360px;
  margin-top: -90px;
  pointer-events: none;
}
.fancybox-inner .video-component.video-show-button:after {
  display: none;
}
.video-component.video-show-button.white-black-play-btn:after {
  background: url(../images/icons/playbutton%402x.html) 0 0;
  background-size: 360px;
}
.video-component.video-show-button.black-white-play-btn:after {
  background: url(../images/icons/playbutton%402x.html) 180px 0;
  background-size: 360px;
}
.video-component .wistia-video,
.video-component iframe,
.video-component object,
.video-component video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.video-component .video__playButton {
  width: 100px;
  height: 100px;
  background-image: url(../images/button-play.html);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
.youtube-popup {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.activate-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  cursor: pointer;
  display: block;
}
.video-component.video-aem {
  padding-bottom: inherit;
  height: inherit;
}
.video-component.video-aem .video-component--custom {
  position: relative;
}
.video-component video.video-background {
  display: none;
  height: auto;
  object-fit: fill;
}
@media screen and (max-width: 640px) {
  .activate-video.fancybox {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .video-component .video-component--custom .video-mobile--image {
    visibility: hidden;
  }
  .video-component .video-component--custom .video-mobile--image img {
    width: 100%;
  }
  .video-component video.video-background {
    display: block;
  }
}
body.header-popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.header-menu-open .header .header_nav {
  opacity: 1;
  visibility: visible;
}
.header-menu-open .header .header_nav ul li ul li a {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.header-menu-open .header .header_menu_line {
  opacity: 0;
  transition: opacity 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    transform 0.1s 0.2s ease-in-out;
}
.header-menu-open .header .header_menu_line:first-of-type {
  opacity: 1;
  top: 20px;
  transform: rotate(45deg);
}
.header-menu-open .header .header_menu_line:last-of-type {
  opacity: 1;
  top: 20px;
  transform: rotate(-45deg);
}
.header .codenests.horizontal--logo {
  position: relative;
  height: 60px;
  background-image: url(../images/PS_logo_sm.html);
  background-repeat: no-repeat;
  background-position: 6px 13px;
  background-size: auto 70%;
}
@media only screen and (min-width: 1025px) {
  .header .codenests.horizontal--logo {
    height: 83px;
    margin: 0;
    background-image: url(../images/PS_logo.html);
    background-size: 80% auto;
    background-position: center center;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .codenests.horizontal--logo {
    position: relative;
    height: 60px;
    width: 52px;
    background-image: url(../images/PS_logo_sm.html);
    background-repeat: no-repeat;
    background-position: 6px 13px;
    background-size: auto 70%;
  }
}
.header .codenests.horizontal--logo:before {
  display: none;
  content: "";
  width: 100%;
  padding-top: 33.33332%;
}
.header {
  background: rgba(33, 33, 33, 0.9);
  display: block;
  height: 70px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.header .codenests {
  float: left;
  position: relative;
  width: 56px;
  z-index: 999;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .header {
    height: 95px;
  }
  .header .codenests {
    width: 230px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header {
    height: 70px;
  }
}
.header .header_browse {
  left: 0;
  position: absolute;
  padding: 0 56px;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .header .header_browse {
    padding: 0 240px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .header_browse {
    padding: 0 56px;
  }
}
.header .header_browse .indbiz-dropdown .header_nav_secondary {
  position: relative;
  margin-right: 10px;
}
.header .header_browse .indbiz-dropdown .indbiz-dropdown--content {
  display: none;
  background: 0 0;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  transition: background 0.25s ease-in;
}
.header .header_browse .indbiz-dropdown .indbiz-dropdown--content a {
  display: block;
  padding: 15px;
  color: #000;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  background: 0 0;
}
.header .header_browse .indbiz-dropdown .header_nav_secondary i.icons {
  position: absolute;
  top: 13px;
  right: -3px;
  border-color: #ccc;
}
.header .header_browse .indbiz-dropdown.active .header_nav_secondary {
  color: #fff;
  opacity: 1;
}
.header .header_browse .indbiz-dropdown.active .header_nav_secondary i.icons {
  transform: scaleY(-1) rotate(45deg);
  top: 18px;
  border-color: #fff;
}
.header .header_browse .indbiz-dropdown.active .indbiz-dropdown--content {
  display: block !important;
  background: rgba(0, 0, 0, 0.8);
}
.header
  .header_browse
  .indbiz-dropdown.active
  .indbiz-dropdown--content
  .content-row {
  width: 100%;
  background: #121212;
}
.header .header_browse .indbiz-dropdown .indbiz-dropdown--column {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #fff;
  background: #121212;
  max-width: 1230px;
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
.header .header_browse .indbiz-dropdown .indbiz-dropdown--column .closebutton {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 999;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px;
  cursor: pointer;
}
.header .header_browse .indbiz-dropdown .indbiz-item {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  padding: 30px 0 30px 30px;
}
.header .header_browse .indbiz-dropdown .indbiz-item--desc {
  padding: 0 20px;
  font-size: 16px;
  flex: 0 0 260px;
}
.header .header_browse .indbiz-dropdown .indbiz-item--desc a {
  padding-left: 0 !important;
  color: rgba(232, 10, 137, 0.8) !important;
  font-weight: 700;
}
.header .header_browse .indbiz-dropdown .indbiz-item--title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .header_browse .indbiz-dropdown .indbiz-item--title:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #363636;
  margin: 5px 0 15px;
}
.header .header_browse .header_dropdown {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.header .header_browse .header_dropdown a.active,
.header .header_browse .header_dropdown a:hover {
  color: #ef552c !important;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .header .header_browse .header_dropdown {
    top: 70px;
  }
}
.header .header_browse .header_nav_courses {
  width: 120px;
  opacity: 1;
  color: #fff;
}
.header .header_browse .header_nav_courses,
.header .header_browse .header_nav_submenus {
  display: none;
}
.header .header_browse .header_nav_courses .header_nav_primary:hover {
  opacity: 0.5;
}
.header .header_browse .header_nav_submenus:hover .header_nav_secondary {
  color: #fff;
  opacity: 1;
}
.header
  .header_browse
  .header_nav_submenus:hover
  .header_nav_secondary
  i.icons {
  border-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .header .header_browse .header_nav--menu {
    display: block;
    float: left;
    padding: 23px 10px 22px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .header_browse .header_nav--menu {
    display: block;
    float: left;
    padding: 15px 10px 15px 0;
  }
  .header .header_browse .header_nav_search {
    width: 72%;
  }
  .header .header_browse .header_nav_submenus {
    display: none;
  }
}
.header .header_browse .header_nav_primary {
  color: #ccc;
  background-color: #1a1a1a;
  border-radius: 5px;
  border: 1px solid #555;
  display: block;
  padding: 0.5845em 1em;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 0;
}
.header .header_browse .header_nav_primary:hover,
.header .header_browse .header_nav_secondary:hover {
  opacity: 1;
  text-decoration: none;
}
.header .header_browse .header_nav_secondary {
  color: #ccc;
  font-size: 14px;
  text-align: left;
  padding: 10px 1.5em;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: block;
  font-weight: 700;
}
.header .header_browse i.icons {
  display: inline-block;
  height: 6px;
  position: relative;
  transform: rotate(45deg);
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  padding: 4px;
  float: right;
  top: 4px;
  transition: all 0.3s ease;
}
.header .header_browse .header_nav_primary.open i.icons {
  transform: scaleY(-1) rotate(45deg);
  top: 9px;
}
@media only screen and (min-width: 1025px) {
  .header .header_browse .header_nav_primary {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .header_browse .header_nav_secondary {
    padding-left: 2.4px;
    padding-right: 2.4px;
  }
}
.header .header_nav {
  background: #181818;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  transition-property: visibility, opacity;
  box-sizing: border-box;
}
.header .header_nav ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (min-width: 1025px) {
  .header .header_nav ul {
    display: table;
  }
}
.header .header_nav ul li {
  margin: 0;
  box-sizing: border-box;
}
.header .header_nav ul li:before {
  content: "";
}
.header .header_nav ul li:hover .header_nav_secondary {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .header .header_nav ul li {
    float: left;
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .header_nav {
    padding: 0;
  }
}
.header .header_nav ul li ul {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.header .header_nav ul li ul li {
  margin: 0 -20px;
  padding: 0;
}
.header .header_nav ul li ul li a {
  color: #aaa;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0;
  padding: 16px 0;
  margin-left: 24px;
  margin-right: 24px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  transform: scale(1.1) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
}
.header .header_nav ul li ul li a:hover {
  color: #fff;
}
.header .header_nav ul li ul li.mobile-signin {
  background: #222;
}
.header .header_nav ul li ul li.mobile-breaker {
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #222;
  padding: 8px 24px;
}
.header .header_nav ul li ul li:nth-child(16) a {
  transition-delay: 850ms, 850ms;
}
.header .header_nav ul li ul li:nth-child(15) a {
  transition-delay: 0.8s, 0.8s;
}
.header .header_nav ul li ul li:nth-child(14) a {
  transition-delay: 750ms, 750ms;
}
.header .header_nav ul li ul li:nth-child(13) a {
  transition-delay: 0.7s, 0.7s;
}
.header .header_nav ul li ul li:nth-child(12) a {
  transition-delay: 650ms, 650ms;
}
.header .header_nav ul li ul li:nth-child(11) a {
  transition-delay: 0.6s, 0.6s;
}
.header .header_nav ul li ul li:nth-child(10) a {
  transition-delay: 550ms, 550ms;
}
.header .header_nav ul li ul li:nth-child(9) a {
  transition-delay: 0.5s, 0.5s;
}
.header .header_nav ul li ul li:nth-child(8) {
  transition-delay: 450ms, 450ms;
}
.header .header_nav ul li ul li:nth-child(7) a {
  transition-delay: 0.4s, 0.4s;
}
.header .header_nav ul li ul li:nth-child(6) a {
  transition-delay: 350ms, 350ms;
}
.header .header_nav ul li ul li:nth-child(5) a {
  transition-delay: 0.3s, 0.3s;
}
.header .header_nav ul li ul li:nth-child(4) a {
  transition-delay: 250ms, 250ms;
}
.header .header_nav ul li ul li:nth-child(3) a {
  transition-delay: 0.2s, 0.2s;
}
.header .header_nav ul li ul li:nth-child(2) a {
  transition-delay: 150ms, 150ms;
}
.header .header_nav ul li ul li:nth-child(1) a {
  transition-delay: 0.1s, 0.1s;
}
.header .header_nav ul li ul li a.no-border {
  border-bottom-color: transparent;
}
.header .header_nav ul li.desktop-only {
  display: none;
}
.header .header_nav ul li.mobile-only {
  display: inherit;
}
@media only screen and (min-width: 1025px) {
  .header .header_nav ul li.desktop-only {
    display: table-cell;
  }
  .header .header_nav ul li.mobile-only {
    display: none;
  }
}
.header .container-lg {
  position: relative;
  margin: 0 240px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 1740px) {
  .header .container-lg {
    margin: 0 15%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .container-lg {
    margin: 0 56px;
  }
}
.header .header_search {
  padding: 15px 0;
  box-sizing: border-box;
}
.header .header_search input[type="text"] {
  background-color: transparent;
  background-image: url(../images/search.html);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 3px 7px;
  border: solid 1px #555;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  padding: 0.5845em 1em 0.5845em 2.5em;
  margin: 0;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  background-clip: padding-box;
  appearance: none;
  transition: all 0.3s ease;
}
.header .header_search input[type="text"]:focus {
  outline: 0;
}
.header .header_search input[type="text"]::placeholder {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .header .header_search input[type="text"] {
    font-size: 14px;
  }
}
.header .header_search input[type="text"].search-menu__search-term--shadow {
  color: #888;
  background-color: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .header_search {
    padding: 0;
    width: 100%;
    min-width: 300px;
  }
}
.header .header_search .header_search--form {
  position: relative;
}
.header .header_utilities {
  display: none;
  float: right;
  padding: 17px 16px 22px;
  position: relative;
  z-index: 999;
}
.header .header_utilities .btn-xs.flat {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .header .header_utilities {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .header_utilities {
    padding: 18px 16px;
  }
}
.header #header_tabs {
  max-height: 400px;
  overflow: hidden;
  margin: 0;
  margin-left: 240px;
}
@media only screen and (max-width: 1200px) {
  body .header #header_tabs {
    max-height: 100vh;
  }
  body .header #header_tabs ul {
    min-width: 35%;
  }
  body .header #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul {
    padding: 50px 30px 0;
  }
  body .header #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul {
    padding: 0 30px 40px;
  }
  body
    .header
    #header_tabs
    .header_tabs_column.paths.browse:nth-of-type(2)
    ul
    li
    a {
    padding-left: 12px;
  }
  body .header #header_tabs .header_tabs_column.assessments ul li.last {
    margin-bottom: 30px;
  }
}
.header #header_tabs--search div.header_tabs_column ul li a:hover {
  background: #363636;
}
.header #header_tabs,
.header #header_tabs--search {
  background: #181818;
  margin: 0 auto;
  max-width: 1230px;
  max-height: 75vh;
}
.header #header_tabs .closebutton,
.header #header_tabs--search .closebutton {
  position: absolute;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  right: 15px;
  font-weight: 700;
  top: 10px;
  cursor: pointer;
  z-index: 999;
}
.header #header_tabs ul,
.header #header_tabs--search ul {
  min-width: 25%;
  padding: 0;
  background: #222;
  margin: 0;
  overflow-y: hidden;
  height: 370px;
}
.header #header_tabs ul li,
.header #header_tabs--search ul li {
  margin-bottom: 8px;
}
.header #header_tabs ul li:before,
.header #header_tabs--search ul li:before {
  display: none;
}
.header #header_tabs ul .header_roles,
.header #header_tabs--search ul .header_roles {
  text-align: right;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
}
.header #header_tabs ul .header_roles.active,
.header #header_tabs--search ul .header_roles.active {
  color: #fff;
}
.header #header_tabs ul .header_roles.active a,
.header #header_tabs--search ul .header_roles.active a {
  color: #f0562d;
}
.header #header_tabs ul .header_roles.active:after,
.header #header_tabs--search ul .header_roles.active:after {
  content: "";
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to bottom, #f15a29 0, #e80a89 100%);
}
.header #header_tabs ul .header_roles a,
.header #header_tabs--search ul .header_roles a {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #363636;
}
.header #header_tabs ul .header_roles:hover a,
.header #header_tabs--search ul .header_roles:hover a {
  background: 0;
  color: #fff;
}
.header #header_tabs .header_tabs_content,
.header #header_tabs--search .header_tabs_content {
  display: none;
  width: 100%;
}
.header #header_tabs .header_tabs_content.active,
.header #header_tabs--search .header_tabs_content.active {
  display: inherit;
}
.header #header_tabs .header_tabs_content--container,
.header #header_tabs--search .header_tabs_content--container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header #header_tabs .header_tabs_content--container,
  .header #header_tabs--search .header_tabs_content--container {
    display: block;
  }
}
.header #header_tabs .header_tabs_column,
.header #header_tabs--search .header_tabs_column {
  flex: 1;
}
.header #header_tabs .header_tabs_column:nth-of-type(1),
.header #header_tabs--search .header_tabs_column:nth-of-type(1) {
  flex: 0 0 28%;
}
.header #header_tabs .header_tabs_column.browse:nth-of-type(1),
.header #header_tabs--search .header_tabs_column.browse:nth-of-type(1) {
  flex: 1;
}
.header #header_tabs .header_tabs_column.full-column,
.header #header_tabs--search .header_tabs_column.full-column {
  flex: 0 0 100%;
}
.header #header_tabs .header_tabs_column.full-column ul,
.header #header_tabs--search .header_tabs_column.full-column ul {
  padding: 28px;
}
.header #header_tabs .header_tabs_column.full-column ul li,
.header #header_tabs--search .header_tabs_column.full-column ul li {
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 10px;
}
.header #header_tabs .header_tabs_column.full-column ul li a,
.header #header_tabs--search .header_tabs_column.full-column ul li a {
  padding: 10px;
  background: #f1f1f1;
}
.header #header_tabs .header_tabs_column.full-column ul li.first,
.header #header_tabs--search .header_tabs_column.full-column ul li.first {
  display: block;
  padding: 0;
}
.header #header_tabs .header_tabs_column ul,
.header #header_tabs--search .header_tabs_column ul {
  background: 0 0;
  min-width: inherit;
  padding: 28px 15px 0;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header #header_tabs .header_tabs_column ul,
  .header #header_tabs--search .header_tabs_column ul {
    padding: 1.75em 1.75em 0;
  }
}
.header #header_tabs .header_tabs_column ul li,
.header #header_tabs--search .header_tabs_column ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.header #header_tabs .header_tabs_column ul li a,
.header #header_tabs--search .header_tabs_column ul li a {
  color: #ccc;
  padding: 8px 12px;
  display: block;
  font-weight: 500;
}
.header #header_tabs .header_tabs_column ul li a:hover,
.header #header_tabs--search .header_tabs_column ul li a:hover {
  color: #fff;
}
.header #header_tabs .header_tabs_column ul li.first,
.header #header_tabs--search .header_tabs_column ul li.first {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 12px;
  position: relative;
}
.header #header_tabs .header_tabs_column ul li.first:after,
.header #header_tabs--search .header_tabs_column ul li.first:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #363636;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
.header #header_tabs .header_tabs_column ul li.last,
.header #header_tabs--search .header_tabs_column ul li.last {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.header #header_tabs .header_tabs_column ul li.last a,
.header #header_tabs--search .header_tabs_column ul li.last a {
  color: rgba(232, 10, 137, 0.8);
  padding: 8px 12px;
  font-weight: 700;
}
.header #header_tabs .header_tabs_column ul li.last a:hover,
.header #header_tabs--search .header_tabs_column ul li.last a:hover {
  color: #e80a89;
}
.header #header_tabs .header_tabs_column.paths ul li,
.header #header_tabs--search .header_tabs_column.paths ul li {
  margin-bottom: 10px;
}
.header #header_tabs .header_tabs_column.paths ul li a,
.header #header_tabs--search .header_tabs_column.paths ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
.header #header_tabs .header_tabs_column.paths ul li a:hover,
.header #header_tabs--search .header_tabs_column.paths ul li a:hover {
  background: 0;
}
.header #header_tabs .header_tabs_column.paths ul li.first,
.header #header_tabs--search .header_tabs_column.paths ul li.first {
  margin-bottom: 30px;
}
.header #header_tabs .header_tabs_column.paths ul li.last,
.header #header_tabs--search .header_tabs_column.paths ul li.last {
  margin-top: 0;
  margin-bottom: 0;
}
.header #header_tabs .header_tabs_column.paths ul li.last a,
.header #header_tabs--search .header_tabs_column.paths ul li.last a {
  padding: 5px 10px;
}
.header #header_tabs .header_tabs_column.paths.browse .item .item-each,
.header #header_tabs--search .header_tabs_column.paths.browse .item .item-each {
  padding: 25px 20px 25px 70px;
}
.header #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul,
.header
  #header_tabs--search
  .header_tabs_column.paths.browse:nth-of-type(1)
  ul {
  padding: 50px 0 40px 30px;
}
.header #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul,
.header
  #header_tabs--search
  .header_tabs_column.paths.browse:nth-of-type(2)
  ul {
  padding: 50px 30px 40px 0;
}
.header #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
.header
  #header_tabs--search
  .header_tabs_column.paths.browse:nth-of-type(2)
  ul
  li
  a {
  padding-left: 0;
}
.header #header_tabs .header_tabs_column.paths .item a:hover .item-each,
.header
  #header_tabs--search
  .header_tabs_column.paths
  .item
  a:hover
  .item-each {
  background-color: #363636;
}
.header #header_tabs .header_tabs_column.paths .item .item-each,
.header #header_tabs--search .header_tabs_column.paths .item .item-each {
  background-color: #222;
  width: 100%;
  position: relative;
  padding: 0.85em 0.25em 0.45em 60px;
}
.header #header_tabs .header_tabs_column.paths .item .item-image,
.header #header_tabs--search .header_tabs_column.paths .item .item-image {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header #header_tabs .header_tabs_column.paths .item .item-text,
.header #header_tabs--search .header_tabs_column.paths .item .item-text {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.header #header_tabs .header_tabs_column.paths .item .item-text > ul,
.header #header_tabs--search .header_tabs_column.paths .item .item-text > ul {
  padding: 0;
}
.header #header_tabs .header_tabs_column.paths .item .item-text > ul li,
.header
  #header_tabs--search
  .header_tabs_column.paths
  .item
  .item-text
  > ul
  li {
  text-transform: none;
  color: #aaa;
  font-weight: 200;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}
.header #header_tabs .header_tabs_column.paths .item .item-text > ul li > span,
.header
  #header_tabs--search
  .header_tabs_column.paths
  .item
  .item-text
  > ul
  li
  > span {
  color: #fff;
  font-weight: 500;
}
.header #header_tabs--search.container-lg {
  margin: 0 16px 0 360px;
  max-width: 1024px;
}
@media only screen and (max-width: 1740px) {
  .header #header_tabs--search.container-lg {
    margin: 0 20%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header #header_tabs--search.container-lg {
    margin: 0 179px;
  }
}
@media only screen and (max-width: 767px) {
  .header #header_tabs--search.container-lg {
    margin: 0 56px;
  }
}
@media only screen and (max-width: 425px) {
  .header #header_tabs--search.container-lg {
    margin: 0;
  }
}
.header #header_tabs--search .header_tabs_column ul:last-of-type {
  padding: 28px;
}
.header #header_tabs--search .header_tabs_column ul li {
  margin-bottom: 0;
}
.header #header_tabs--search .header_tabs_column ul li a {
  display: block;
}
.header #header_tabs--search .header_tabs_column ul li a:hover {
  background: #f1f1f1;
}
.header #header_tabs--search .header_tabs_column ul li.selected a {
  background: #f1f1f1;
}
.header .container {
  padding: 0 16px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header .button.flat {
  background: 0 0;
  border: solid 1px transparent;
  padding: 10px 0px;
  text-transform: none;
  letter-spacing: normal;
}
.header .button.flat:hover {
  background: 0 0;
  border: solid 1px transparent;
}
.header .button {
  margin-left: 16px;
  padding: 10px 15px;
  min-width: unset;
  margin-bottom: 0;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.header .header_menu {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  right: 8px;
  top: 14px;
  margin: 0 auto;
  position: relative;
  float: right;
  width: 40px;
  background: #1a1a1a;
  border-radius: 5px;
  border: solid 1px #555;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .header .header_menu {
    display: none;
  }
}
.header .header_menu_line {
  background: #aaa;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
}
.header .header_menu_line:first-of-type {
  top: 13px;
}
.header .header_menu_line:last-of-type {
  top: 25px;
}
.header_padding {
  height: 70px;
  width: 100%;
  display: block;
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .header_padding {
    height: 85px;
    width: 100%;
    display: none;
    background-color: #000;
  }
}
@media only screen and (max-width: 1200px) {
  header .header_tabs_column {
    flex: 0 0 100% !important;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 1025px) {
  header .header_nav_secondary {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  header .header_search {
    padding: 0 !important;
    width: 400px;
  }
}
@media only screen and (min-width: 1201px) {
  header .header_search {
    padding: 0 !important;
    width: 480px;
  }
}
.search-menu__popout.show {
  top: 85px !important;
}
#header_dropdown--resultListCourses ul.header_dropdown--lists p {
  color: #000;
}
.header .header_browse .header_nav_submenus {
  padding-right: 0 !important;
}
.header .header_browse .header_nav_secondary {
  padding: 10px !important;
}
@media only screen and (min-width: 1201px) {
  header .header_search {
    width: 400px !important;
  }
}
.header .header_browse .header_nav_secondary.ps-live-nav-link {
  margin-top: -3px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05rem;
  display: block;
  color: #009eb5;
  line-height: 1.7;
}
footer#ftr {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #222;
  padding-bottom: 50px;
}
footer#ftr a,
footer#ftr a:hover {
  color: #fff;
  text-decoration: none;
}
footer#ftr .ftr-container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  footer#ftr .ftr-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  footer#ftr .ftr-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer#ftr .ftr-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer#ftr .ftr-container {
    padding: 0 80px;
  }
}
footer#ftr .ftr-col-last {
  border-top: 1px solid #363636;
  padding-top: 60px;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (min-width: 1200px) {
  footer#ftr .ftr-col-last {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer#ftr .ftr-col-last {
    padding-top: 50px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer#ftr .ftr-cat-links-col {
    flex: 1 0 33.3333%;
  }
  footer#ftr .ftr-cat-links-col.show-for-medium-only {
    flex: 1 0 33.3333%;
  }
  footer#ftr .ftr-cat-links-col.show-for-medium-only .share__link {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  footer#ftr .ftr-cat-links-col {
    flex: 1 0 50%;
    flex-direction: column-reverse;
  }
}
footer#ftr .ftr-row {
  font-size: 14px;
}
footer#ftr .ftr-dd {
  display: none;
}
footer#ftr .ftr-cat-header {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer#ftr .ftr-cat-header {
    margin-bottom: auto;
  }
}
footer#ftr .ftr-cat-links a {
  display: block;
  padding: 7px 0;
  line-height: 16px;
  cursor: pointer;
}
footer#ftr .ftr-cat-links a span {
  color: #e80a89;
  font-weight: 500;
}
footer#ftr .ftr-cat-links a,
footer#ftr .ftr-cat-links a:hover {
  color: #7c7c7d;
  font-weight: 500;
}
footer#ftr .ftr-cat-links a:last-child {
  margin-bottom: 35px;
}
footer#ftr .ftr-social-icons {
  text-align: center;
}
footer#ftr .ftr-social-icons a {
  height: 23px;
  width: 23px;
  display: inline-block;
  float: none;
  margin-left: 15px;
  opacity: 0.95;
  background-size: 23px 23px;
}
footer#ftr .ftr-btm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #aaa;
  font-weight: 500;
}
footer#ftr .ftr-btm a {
  color: #fff;
}
footer#ftr .ftr-btm.ftr-terms span {
  min-width: 130px;
  text-align: right;
}
footer#ftr .ftr-btm.ftr-copyright img {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
footer#ftr .ftr-btm .share__link {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  footer#ftr .ftr-cat-links {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  footer#ftr .ftr-container {
    display: block;
    text-align: center;
    padding: 0;
  }
  footer#ftr .ftr-cat-header,
  footer#ftr .ftr-cat-links,
  footer#ftr .ftr-cat-links-col {
    width: 100%;
  }
  footer#ftr .ftr-cat-header {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    border-top: 1px solid #353535;
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
    border-left: 0;
  }
  footer#ftr .ftr-cat-links-col {
    min-width: 100%;
    text-align: left;
    position: relative;
  }
  footer#ftr .ftr-cat-links-col.hide-for-medium-only,
  footer#ftr .ftr-cat-links-col.show-for-medium-only {
    display: block !important;
  }
  footer#ftr .ftr-cat-links-col:first-child {
    border-top: solid 1px #353535;
  }
  footer#ftr .ftr-cat-links-col:first-child .ftr-cat-header {
    border-top: 0;
  }
  footer#ftr .ftr-cat-links-col:last-child .ftr-cat-links a:last-child {
    margin-bottom: 10px;
  }
  footer#ftr .ftr-cat-links-col.ftr-col-last {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer#ftr .ftr-cat-links {
    display: none;
    width: 100%;
  }
  footer#ftr .ftr-cat-links a {
    transition: all ease-in 0.3s;
    padding: 15px 0 15px 30px;
    background-color: #181818;
  }
  footer#ftr .ftr-cat-links a:hover {
    background-color: #fff;
  }
  footer#ftr .ftr-cat-links a:last-child {
    margin-bottom: 0;
  }
  footer#ftr .ftr-dd {
    position: absolute;
    top: 35px;
    right: 30px;
    display: block;
    cursor: pointer;
    font-size: 8px;
  }
  footer#ftr .ftr-btm {
    flex-direction: column-reverse;
  }
  footer#ftr .ftr-btm.ftr-copyright {
    text-align: center;
    margin-right: 0;
    margin-top: 10px;
  }
  footer#ftr .ftr-btm.ftr-copyright img {
    margin-right: 0;
    margin-top: 50px;
  }
  footer#ftr .ftr-btm.ftr-terms {
    text-align: center;
    flex-direction: row;
  }
  footer#ftr .ftr-btm.ftr-terms span.hide-for-medium-only {
    display: none !important;
  }
}
.checkout-header--wrapper {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 13px;
  z-index: 999;
  background: #000;
  position: absolute;
}
.checkout-header--wrapper .global-header__logo {
  width: 160px;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 0 0 0 20px;
}
.checkout-header--wrapper .global-header__mobilelogo {
  width: 160px;
  display: none;
  overflow: hidden;
  float: left;
  margin: 0 0 0 20px;
}
.checkout-header-padding {
  width: 100%;
  height: 64px;
  clear: both;
  background-color: #222;
}
.checkout-header--wrapper .header_utilities {
  display: inline-block;
  float: right;
  padding: 0 16px 0 0;
  position: relative;
  z-index: 999;
}
.checkout-header--wrapper .button.flat,
.checkout-header--wrapper .button.flat:hover {
  background: 0 0;
  border: solid 1px transparent;
  padding: 10px 5px;
  text-transform: none;
  letter-spacing: normal;
}
.checkout-header--wrapper .button {
  margin-left: 16px;
  padding: 10px 15px;
  min-width: unset;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-header--wrapper .global-header__logo {
    display: none;
  }
  .checkout-header--wrapper .global-header__mobilelogo {
    display: block;
  }
  .global-header__link-wrapper > span.show-for-large-up {
    display: none !important;
  }
}
@media screen and (max-width: 440px) {
  .checkout-header--wrapper .header_sign_in_link {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .checkout-header--wrapper .global-header__mobilelogo,
  .checkout-header--wrapper.checkout-header--wrapper .global-header__logo {
    width: 140px !important;
  }
}
.checkout-footer-component footer {
  font-family: gotham a, gotham b, sans-serif;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-footer-component footer a {
  color: #e80a89;
}
.checkout-footer-component footer a:hover {
  color: #e80a89;
  text-decoration: underline;
}
.checkout-footer-component .footer-component {
  width: 100%;
  float: left;
  text-align: center;
  min-height: 70px;
}
.checkout-footer-component .footer-component {
  background-color: #000;
}
.checkout-footer-component .footer-component .footer__logo {
  margin: 138px auto 40px;
  width: 135px;
  height: 11px;
}
.checkout-footer-component .footer-component .footer__logo img {
  margin-left: 0;
}
.checkout-footer-component .footer-component .share__links {
  margin: 50px auto 0;
  width: 260px;
}
.checkout-footer-component .footer-component .footer__share .social-btns {
  margin-right: 0;
  margin-top: 35px;
  width: auto;
}
.checkout-footer-component .footer-component .footer__copyright {
  font-size: 12px;
  font-weight: 300;
  color: gray;
  margin-top: 27px;
}
.checkout-footer-component .footer-component .footer__copyright p {
  font-size: 12px;
}
.checkout-footer-component .footer-component .footer__copyright p a {
  color: gray;
}
.checkout-footer-component .footer-component .footer__copyright p a:hover {
  text-decoration: none;
}
.title2 h1 {
  font-family: Montserrat, sans-serif !important;
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .title2 h1 {
    font-size: 66px;
    line-height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .title2 h1 {
    font-size: 48px;
    line-height: 43px;
  }
}
.title2 h2 {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .title2 h2 {
    font-size: 34px;
  }
}
.title2 h3 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .title2 h3 {
    font-size: 28px;
  }
}
.title2 h4 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .title2 h4 {
    font-size: 20px;
  }
}
.title2 h5 {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .title2 h5 {
    font-size: 18px;
  }
}
.title2 h6 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 3px;
  font-weight: 700;
}
.title2 h2,
.title2 h3,
.title2 h4,
.title2 h5 {
  line-height: 1.2;
  font-weight: 400;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1,
.title2 h2,
.title2 h3,
.title2 h4,
.title2 h5,
.title2 h6 {
  margin: 0 0 30px;
}
.title2 .title--black {
  color: #222 !important;
}
.title2 .title--white {
  color: #fff !important;
}
.title2 .title--gray {
  color: #aaa !important;
}
.title2 .title--orange {
  color: #f15b2a !important;
}
.title2 .title--blue {
  color: #0096ad !important;
}
.title2 .title--pink {
  color: #e40084 !important;
}
.title2 .title--yellow {
  color: #ffba0e !important;
}
.title2 .title--green {
  color: #4cb272 !important;
}
.title2 .title--gradient {
  color: #fff;
  background: linear-gradient(to right, #f15b2a, #e80a89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title2 .title--right {
  text-align: right;
}
.title2 .title--left {
  text-align: left;
}
.title2 .title--center {
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .title2 .titleTablet--right {
    text-align: right;
  }
  .title2 .titleTablet--left {
    text-align: left;
  }
  .title2 .titleTablet--center {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .title2 .titleMobile--right {
    text-align: right;
  }
  .title2 .titleMobile--left {
    text-align: left;
  }
  .title2 .titleMobile--center {
    text-align: center;
  }
}
.title2 h1.title--ultra,
.title2 h2.title--ultra,
.title2 h3.title--ultra,
.title2 h4.title--ultra,
.title2 h5.title--ultra,
.title2 h6.title--ultra {
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
}
.title2 h1.title--ultra.desk-font-size-1,
.title2 h2.title--ultra.desk-font-size-1,
.title2 h3.title--ultra.desk-font-size-1,
.title2 h4.title--ultra.desk-font-size-1,
.title2 h5.title--ultra.desk-font-size-1,
.title2 h6.title--ultra.desk-font-size-1 {
  line-height: 76px;
}
.title2 h1.title--ultra.desk-font-size-2,
.title2 h2.title--ultra.desk-font-size-2,
.title2 h3.title--ultra.desk-font-size-2,
.title2 h4.title--ultra.desk-font-size-2,
.title2 h5.title--ultra.desk-font-size-2,
.title2 h6.title--ultra.desk-font-size-2 {
  line-height: 56px;
}
.title2 h1.title--ultra.desk-font-size-3,
.title2 h2.title--ultra.desk-font-size-3,
.title2 h3.title--ultra.desk-font-size-3,
.title2 h4.title--ultra.desk-font-size-3,
.title2 h5.title--ultra.desk-font-size-3,
.title2 h6.title--ultra.desk-font-size-3 {
  line-height: 43px;
}
.title2 h1.title--heaviest,
.title2 h2.title--heaviest,
.title2 h3.title--heaviest,
.title2 h4.title--heaviest,
.title2 h5.title--heaviest,
.title2 h6.title--heaviest {
  font-weight: 800;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1.title--heavier,
.title2 h2.title--heavier,
.title2 h3.title--heavier,
.title2 h4.title--heavier,
.title2 h5.title--heavier,
.title2 h6.title--heavier {
  font-weight: 700;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1.title--heavy,
.title2 h2.title--heavy,
.title2 h3.title--heavy,
.title2 h4.title--heavy,
.title2 h5.title--heavy,
.title2 h6.title--heavy {
  font-weight: 600;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1.title--bold,
.title2 h2.title--bold,
.title2 h3.title--bold,
.title2 h4.title--bold,
.title2 h5.title--bold,
.title2 h6.title--bold {
  font-weight: 500;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1.title--medium,
.title2 h2.title--medium,
.title2 h3.title--medium,
.title2 h4.title--medium,
.title2 h5.title--medium,
.title2 h6.title--medium {
  font-weight: 400;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1.title--book,
.title2 h2.title--book,
.title2 h3.title--book,
.title2 h4.title--book,
.title2 h5.title--book,
.title2 h6.title--book {
  font-weight: 300;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
.title2 h1.title--light,
.title2 h2.title--light,
.title2 h3.title--light,
.title2 h4.title--light,
.title2 h5.title--light,
.title2 h6.title--light {
  font-weight: 200;
  text-transform: none;
  font-family: gotham ssm a, gotham ssm b, sans-serif;
}
@media screen and (min-width: 1025px) {
  .title2 h1.desk-font-size-1,
  .title2 h2.desk-font-size-1,
  .title2 h3.desk-font-size-1,
  .title2 h4.desk-font-size-1,
  .title2 h5.desk-font-size-1,
  .title2 h6.desk-font-size-1 {
    font-size: 90px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-2,
  .title2 h2.desk-font-size-2,
  .title2 h3.desk-font-size-2,
  .title2 h4.desk-font-size-2,
  .title2 h5.desk-font-size-2,
  .title2 h6.desk-font-size-2 {
    font-size: 66px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-3,
  .title2 h2.desk-font-size-3,
  .title2 h3.desk-font-size-3,
  .title2 h4.desk-font-size-3,
  .title2 h5.desk-font-size-3,
  .title2 h6.desk-font-size-3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-4,
  .title2 h2.desk-font-size-4,
  .title2 h3.desk-font-size-4,
  .title2 h4.desk-font-size-4,
  .title2 h5.desk-font-size-4,
  .title2 h6.desk-font-size-4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-5,
  .title2 h2.desk-font-size-5,
  .title2 h3.desk-font-size-5,
  .title2 h4.desk-font-size-5,
  .title2 h5.desk-font-size-5,
  .title2 h6.desk-font-size-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-6,
  .title2 h2.desk-font-size-6,
  .title2 h3.desk-font-size-6,
  .title2 h4.desk-font-size-6,
  .title2 h5.desk-font-size-6,
  .title2 h6.desk-font-size-6 {
    font-size: 24px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-7,
  .title2 h2.desk-font-size-7,
  .title2 h3.desk-font-size-7,
  .title2 h4.desk-font-size-7,
  .title2 h5.desk-font-size-7,
  .title2 h6.desk-font-size-7 {
    font-size: 18px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-8,
  .title2 h2.desk-font-size-8,
  .title2 h3.desk-font-size-8,
  .title2 h4.desk-font-size-8,
  .title2 h5.desk-font-size-8,
  .title2 h6.desk-font-size-8 {
    font-size: 14px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-9,
  .title2 h2.desk-font-size-9,
  .title2 h3.desk-font-size-9,
  .title2 h4.desk-font-size-9,
  .title2 h5.desk-font-size-9,
  .title2 h6.desk-font-size-9 {
    font-size: 12px;
    line-height: 1.2;
  }
  .title2 h1.desk-font-size-1 {
    line-height: 76px;
  }
  .title2 h1.desk-font-size-2 {
    line-height: 56px;
  }
  .title2 h1.desk-font-size-3 {
    line-height: 43px;
  }
  .title2 h1.title--bold,
  .title2 h1.title--heavier,
  .title2 h1.title--medium {
    line-height: 1.2;
  }
  .title2 h1.title--bold.desk-font-size-1,
  .title2 h1.title--bold.desk-font-size-2,
  .title2 h1.title--bold.desk-font-size-3,
  .title2 h1.title--heavier.desk-font-size-1,
  .title2 h1.title--heavier.desk-font-size-2,
  .title2 h1.title--heavier.desk-font-size-3,
  .title2 h1.title--medium.desk-font-size-1,
  .title2 h1.title--medium.desk-font-size-2,
  .title2 h1.title--medium.desk-font-size-3 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .title2 h1.tablet-font-size-1,
  .title2 h2.tablet-font-size-1,
  .title2 h3.tablet-font-size-1,
  .title2 h4.tablet-font-size-1,
  .title2 h5.tablet-font-size-1,
  .title2 h6.tablet-font-size-1 {
    font-size: 90px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-2,
  .title2 h2.tablet-font-size-2,
  .title2 h3.tablet-font-size-2,
  .title2 h4.tablet-font-size-2,
  .title2 h5.tablet-font-size-2,
  .title2 h6.tablet-font-size-2 {
    font-size: 66px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-3,
  .title2 h2.tablet-font-size-3,
  .title2 h3.tablet-font-size-3,
  .title2 h4.tablet-font-size-3,
  .title2 h5.tablet-font-size-3,
  .title2 h6.tablet-font-size-3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-4,
  .title2 h2.tablet-font-size-4,
  .title2 h3.tablet-font-size-4,
  .title2 h4.tablet-font-size-4,
  .title2 h5.tablet-font-size-4,
  .title2 h6.tablet-font-size-4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-5,
  .title2 h2.tablet-font-size-5,
  .title2 h3.tablet-font-size-5,
  .title2 h4.tablet-font-size-5,
  .title2 h5.tablet-font-size-5,
  .title2 h6.tablet-font-size-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-6,
  .title2 h2.tablet-font-size-6,
  .title2 h3.tablet-font-size-6,
  .title2 h4.tablet-font-size-6,
  .title2 h5.tablet-font-size-6,
  .title2 h6.tablet-font-size-6 {
    font-size: 24px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-7,
  .title2 h2.tablet-font-size-7,
  .title2 h3.tablet-font-size-7,
  .title2 h4.tablet-font-size-7,
  .title2 h5.tablet-font-size-7,
  .title2 h6.tablet-font-size-7 {
    font-size: 18px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-8,
  .title2 h2.tablet-font-size-8,
  .title2 h3.tablet-font-size-8,
  .title2 h4.tablet-font-size-8,
  .title2 h5.tablet-font-size-8,
  .title2 h6.tablet-font-size-8 {
    font-size: 14px;
    line-height: 1.2;
  }
  .title2 h1.tablet-font-size-9,
  .title2 h2.tablet-font-size-9,
  .title2 h3.tablet-font-size-9,
  .title2 h4.tablet-font-size-9,
  .title2 h5.tablet-font-size-9,
  .title2 h6.tablet-font-size-9 {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .title2 h1.mobile-font-size-1,
  .title2 h2.mobile-font-size-1,
  .title2 h3.mobile-font-size-1,
  .title2 h4.mobile-font-size-1,
  .title2 h5.mobile-font-size-1,
  .title2 h6.mobile-font-size-1 {
    font-size: 90px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-2,
  .title2 h2.mobile-font-size-2,
  .title2 h3.mobile-font-size-2,
  .title2 h4.mobile-font-size-2,
  .title2 h5.mobile-font-size-2,
  .title2 h6.mobile-font-size-2 {
    font-size: 66px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-3,
  .title2 h2.mobile-font-size-3,
  .title2 h3.mobile-font-size-3,
  .title2 h4.mobile-font-size-3,
  .title2 h5.mobile-font-size-3,
  .title2 h6.mobile-font-size-3 {
    font-size: 48px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-4,
  .title2 h2.mobile-font-size-4,
  .title2 h3.mobile-font-size-4,
  .title2 h4.mobile-font-size-4,
  .title2 h5.mobile-font-size-4,
  .title2 h6.mobile-font-size-4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-5,
  .title2 h2.mobile-font-size-5,
  .title2 h3.mobile-font-size-5,
  .title2 h4.mobile-font-size-5,
  .title2 h5.mobile-font-size-5,
  .title2 h6.mobile-font-size-5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-6,
  .title2 h2.mobile-font-size-6,
  .title2 h3.mobile-font-size-6,
  .title2 h4.mobile-font-size-6,
  .title2 h5.mobile-font-size-6,
  .title2 h6.mobile-font-size-6 {
    font-size: 24px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-7,
  .title2 h2.mobile-font-size-7,
  .title2 h3.mobile-font-size-7,
  .title2 h4.mobile-font-size-7,
  .title2 h5.mobile-font-size-7,
  .title2 h6.mobile-font-size-7 {
    font-size: 18px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-8,
  .title2 h2.mobile-font-size-8,
  .title2 h3.mobile-font-size-8,
  .title2 h4.mobile-font-size-8,
  .title2 h5.mobile-font-size-8,
  .title2 h6.mobile-font-size-8 {
    font-size: 14px;
    line-height: 1.2;
  }
  .title2 h1.mobile-font-size-9,
  .title2 h2.mobile-font-size-9,
  .title2 h3.mobile-font-size-9,
  .title2 h4.mobile-font-size-9,
  .title2 h5.mobile-font-size-9,
  .title2 h6.mobile-font-size-9 {
    font-size: 12px;
    line-height: 1.2;
  }
}
.title2 h1.title-font-tungsten,
.title2 h2.title-font-tungsten,
.title2 h3.title-font-tungsten,
.title2 h4.title-font-tungsten,
.title2 h5.title-font-tungsten,
.title2 h6.title-font-tungsten {
  font-family: tungsten a, tungsten b, sans-serif;
  line-height: 1;
}
.title2 .disableBottomMargin {
  margin-bottom: 0 !important;
}
h1 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 1em;
  margin: 45px 0 30px;
}
h2 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 36px;
  font-weight: 200;
}
h3 {
  font-size: 30px;
  font-weight: 900;
  font-family: Montserrat, sans-serif !important;
}
h4 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 24px;
  font-weight: 200;
}
h5 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
h5.title--alternate,
h6.title--alternate {
  font-weight: 200;
}
.title--black {
  color: #222 !important;
}
.title--white {
  color: #fff !important;
}
.title--gray {
  color: #aaa !important;
}
.title--orange {
  color: #f15b2a !important;
}
.title--pink {
  color: #e80a89 !important;
}
.title--gradient {
  color: #fff;
  background: linear-gradient(to right, #f15b2a, #e80a89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--right {
  text-align: right;
}
.title--left {
  text-align: left;
}
.title--center {
  text-align: center;
}
h1.font-size-1,
h2.font-size-1,
h3.font-size-1,
h4.font-size-1,
h5.font-size-1,
h6.font-size-1 {
  font-size: 96px;
}
h1.font-size-2,
h2.font-size-2,
h3.font-size-2,
h4.font-size-2,
h5.font-size-2,
h6.font-size-2 {
  font-size: 60px;
}
h1.font-size-3,
h2.font-size-3,
h3.font-size-3,
h4.font-size-3,
h5.font-size-3,
h6.font-size-3 {
  font-size: 48px;
}
h1.font-size-4,
h2.font-size-4,
h3.font-size-4,
h4.font-size-4,
h5.font-size-4,
h6.font-size-4 {
  font-size: 36px;
}
h1.font-size-5,
h2.font-size-5,
h3.font-size-5,
h4.font-size-5,
h5.font-size-5,
h6.font-size-5 {
  font-size: 28px;
}
h1.font-size-6,
h2.font-size-6,
h3.font-size-6,
h4.font-size-6,
h5.font-size-6,
h6.font-size-6 {
  font-size: 24px;
}
h1.font-size-7,
h2.font-size-7,
h3.font-size-7,
h4.font-size-7,
h5.font-size-7,
h6.font-size-7 {
  font-size: 18px;
}
h1.font-size-8,
h2.font-size-8,
h3.font-size-8,
h4.font-size-8,
h5.font-size-8,
h6.font-size-8 {
  font-size: 14px;
}
h1.font-size-9,
h2.font-size-9,
h3.font-size-9,
h4.font-size-9,
h5.font-size-9,
h6.font-size-9 {
  font-size: 12px;
}
h1.title--ultra,
h2.title--ultra,
h3.title--ultra,
h4.title--ultra,
h5.title--ultra,
h6.title--ultra {
  font-weight: 900;
}
h1.title--heaviest,
h2.title--heaviest,
h3.title--heaviest,
h4.title--heaviest,
h5.title--heaviest,
h6.title--heaviest {
  font-weight: 800;
}
h1.title--heavier,
h2.title--heavier,
h3.title--heavier,
h4.title--heavier,
h5.title--heavier,
h6.title--heavier {
  font-weight: 700;
}
h1.title--heavy,
h2.title--heavy,
h3.title--heavy,
h4.title--heavy,
h5.title--heavy,
h6.title--heavy {
  font-weight: 600;
}
h1.title--bold,
h2.title--bold,
h3.title--bold,
h4.title--bold,
h5.title--bold,
h6.title--bold {
  font-weight: 500;
}
h1.title--medium,
h2.title--medium,
h3.title--medium,
h4.title--medium,
h5.title--medium,
h6.title--medium {
  font-weight: 400;
}
h1.title--book,
h2.title--book,
h3.title--book,
h4.title--book,
h5.title--book,
h6.title--book {
  font-weight: 300;
}
h1.title--light,
h2.title--light,
h3.title--light,
h4.title--light,
h5.title--light,
h6.title--light {
  font-weight: 200;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  h1.tablet-font-size-1,
  h2.tablet-font-size-1,
  h3.tablet-font-size-1,
  h4.tablet-font-size-1,
  h5.tablet-font-size-1,
  h6.tablet-font-size-1 {
    font-size: 96px;
  }
  h1.tablet-font-size-2,
  h2.tablet-font-size-2,
  h3.tablet-font-size-2,
  h4.tablet-font-size-2,
  h5.tablet-font-size-2,
  h6.tablet-font-size-2 {
    font-size: 60px;
  }
  h1.tablet-font-size-3,
  h2.tablet-font-size-3,
  h3.tablet-font-size-3,
  h4.tablet-font-size-3,
  h5.tablet-font-size-3,
  h6.tablet-font-size-3 {
    font-size: 48px;
  }
  h1.tablet-font-size-4,
  h2.tablet-font-size-4,
  h3.tablet-font-size-4,
  h4.tablet-font-size-4,
  h5.tablet-font-size-4,
  h6.tablet-font-size-4 {
    font-size: 36px;
  }
  h1.tablet-font-size-5,
  h2.tablet-font-size-5,
  h3.tablet-font-size-5,
  h4.tablet-font-size-5,
  h5.tablet-font-size-5,
  h6.tablet-font-size-5 {
    font-size: 28px;
  }
  h1.tablet-font-size-6,
  h2.tablet-font-size-6,
  h3.tablet-font-size-6,
  h4.tablet-font-size-6,
  h5.tablet-font-size-6,
  h6.tablet-font-size-6 {
    font-size: 24px;
  }
  h1.tablet-font-size-7,
  h2.tablet-font-size-7,
  h3.tablet-font-size-7,
  h4.tablet-font-size-7,
  h5.tablet-font-size-7,
  h6.tablet-font-size-7 {
    font-size: 18px;
  }
  h1.tablet-font-size-8,
  h2.tablet-font-size-8,
  h3.tablet-font-size-8,
  h4.tablet-font-size-8,
  h5.tablet-font-size-8,
  h6.tablet-font-size-8 {
    font-size: 14px;
  }
  h1.tablet-font-size-9,
  h2.tablet-font-size-9,
  h3.tablet-font-size-9,
  h4.tablet-font-size-9,
  h5.tablet-font-size-9,
  h6.tablet-font-size-9 {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  h1.mobile-font-size-1,
  h2.mobile-font-size-1,
  h3.mobile-font-size-1,
  h4.mobile-font-size-1,
  h5.mobile-font-size-1,
  h6.mobile-font-size-1 {
    font-size: 96px;
  }
  h1.mobile-font-size-2,
  h2.mobile-font-size-2,
  h3.mobile-font-size-2,
  h4.mobile-font-size-2,
  h5.mobile-font-size-2,
  h6.mobile-font-size-2 {
    font-size: 60px;
  }
  h1.mobile-font-size-3,
  h2.mobile-font-size-3,
  h3.mobile-font-size-3,
  h4.mobile-font-size-3,
  h5.mobile-font-size-3,
  h6.mobile-font-size-3 {
    font-size: 48px;
  }
  h1.mobile-font-size-4,
  h2.mobile-font-size-4,
  h3.mobile-font-size-4,
  h4.mobile-font-size-4,
  h5.mobile-font-size-4,
  h6.mobile-font-size-4 {
    font-size: 36px;
  }
  h1.mobile-font-size-5,
  h2.mobile-font-size-5,
  h3.mobile-font-size-5,
  h4.mobile-font-size-5,
  h5.mobile-font-size-5,
  h6.mobile-font-size-5 {
    font-size: 28px;
  }
  h1.mobile-font-size-6,
  h2.mobile-font-size-6,
  h3.mobile-font-size-6,
  h4.mobile-font-size-6,
  h5.mobile-font-size-6,
  h6.mobile-font-size-6 {
    font-size: 24px;
  }
  h1.mobile-font-size-7,
  h2.mobile-font-size-7,
  h3.mobile-font-size-7,
  h4.mobile-font-size-7,
  h5.mobile-font-size-7,
  h6.mobile-font-size-7 {
    font-size: 18px;
  }
  h1.mobile-font-size-8,
  h2.mobile-font-size-8,
  h3.mobile-font-size-8,
  h4.mobile-font-size-8,
  h5.mobile-font-size-8,
  h6.mobile-font-size-8 {
    font-size: 14px;
  }
  h1.mobile-font-size-9,
  h2.mobile-font-size-9,
  h3.mobile-font-size-9,
  h4.mobile-font-size-9,
  h5.mobile-font-size-9,
  h6.mobile-font-size-9 {
    font-size: 12px;
  }
}
h1.title-font-tungsten,
h2.title-font-tungsten,
h3.title-font-tungsten,
h4.title-font-tungsten,
h5.title-font-tungsten,
h6.title-font-tungsten {
  font-family: tungsten a, tungsten b;
  line-height: 1;
}
h1.title-font-gotham-ultra,
h2.title-font-gotham-ultra,
h3.title-font-gotham-ultra,
h4.title-font-gotham-ultra,
h5.title-font-gotham-ultra,
h6.title-font-gotham-ultra {
  font-family: gotham a, gotham b;
  line-height: 1;
}
.title .disableBottomMargin {
  margin-bottom: 0 !important;
}
.title .disableTopMargin {
  margin-top: 0 !important;
}
.text-4 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: inherit;
}
.text-4 a {
  color: #e80a89;
  border-bottom: 1px solid #e80a8900;
  padding-bottom: 3px;
}
.text-4 a:hover,
.text-4 a:visited {
  text-decoration: none;
}
.rte-editor .fs--tiny,
.text-4 .fs--tiny {
  display: inline;
  font-size: 12px;
  line-height: 22px;
}
.rte-editor .fs--normal,
.text-4 .fs--normal {
  display: inline;
  font-size: 16px;
  line-height: 30px;
}
.rte-editor .fs--medium,
.text-4 .fs--medium {
  display: inline;
  font-size: 20px;
  line-height: 24px;
}
.rte-editor .fs--large,
.text-4 .fs--large {
  display: inline;
  font-size: 28px;
  line-height: 38px;
}
.rte-editor p {
  font-weight: 300;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
}
.rte-editor .tc-black,
.text-4 .tc-black {
  color: #181818;
}
.rte-editor .tc-gray,
.text-4 .tc-gray {
  color: #ccc;
}
.rte-editor .tc-white,
.text-4 .tc-white {
  color: #fff;
}
.rte-editor p.remove-bottom-margin,
.text-4 p.remove-bottom-margin,
.text-4.section.remove-bottom-margin {
  margin-bottom: 0;
}
.text-4 table {
  margin: 0 auto;
}
.text-4 ul li:before {
  margin-top: 5px;
}
.text-4.section {
  margin-bottom: 40px;
  padding-right: 60px;
}
.text-3 p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
}
.text-3 a {
  color: #e80a89;
}
.text-3 a:hover,
.text-3 a:visited {
  text-decoration: underline;
}
.rte-editor .fs--twelve,
.text-3 .fs--twelve {
  display: inline;
  font-size: 12px;
  line-height: 18px;
}
.rte-editor .fs--fourteen,
.text-3 .fs--fourteen {
  display: inline;
  font-size: 14px;
  line-height: 24px;
}
.rte-editor .fs--sixteen,
.text-3 .fs--sixteen {
  display: inline;
  font-size: 16px;
  line-height: 26px;
}
.rte-editor .fs--eighteen,
.text-3 .fs--eighteen {
  display: inline;
  font-size: 18px;
  line-height: 30px;
}
.rte-editor .fs--twenty,
.text-3 .fs--twenty {
  display: inline;
  font-size: 20px;
  line-height: 34px;
}
.rte-editor .fs--twenty-two,
.text-3 .fs--twenty-two {
  display: inline;
  font-size: 22px;
  line-height: 36px;
}
.rte-editor .fs--twenty-four,
.text-3 .fs--twenty-four {
  display: inline;
  font-size: 24px;
  line-height: 38px;
}
.rte-editor .fs--twenty-six,
.text-3 .fs--twenty-six {
  display: inline;
  font-size: 26px;
  line-height: 40px;
}
.rte-editor .fs--twenty-eight,
.text-3 .fs--twenty-eight {
  display: inline;
  font-size: 28px;
  line-height: 42px;
}
.rte-editor .fs--thirty,
.text-3 .fs--thirty {
  display: inline;
  font-size: 30px;
  line-height: 46px;
}
.rte-editor .fs--thirty-two,
.text-3 .fs--thirty-two {
  display: inline;
  font-size: 32px;
  line-height: 48px;
}
.rte-editor p {
  font-weight: 300;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
}
.rte-editor .fw-two,
.text-3 .fw-two {
  font-weight: 200;
}
.rte-editor .fw-three,
.text-3 .fw-three {
  font-weight: 300;
}
.rte-editor .fw-four,
.text-3 .fw-four {
  font-weight: 400;
}
.rte-editor .fw-five,
.text-3 .fw-five {
  font-weight: 500;
}
.rte-editor .fw-seven,
.text-3 .fw-seven {
  font-weight: 700;
}
.rte-editor .tc-black,
.text-3 .tc-black {
  color: #222;
}
.rte-editor .tc-gray,
.text-3 .tc-gray {
  color: #aaa;
}
.rte-editor .tc-white,
.text-3 .tc-white {
  color: #fff;
}
.rte-editor .tc-orange,
.text-3 .tc-orange {
  color: #f15b2a;
}
.rte-editor .tc-pink,
.text-3 .tc-pink {
  color: #e80a89;
}
.rte-editor p.remove-bottom-margin,
.text-3 p.remove-bottom-margin {
  margin-bottom: 0;
}
.text-3 table {
  margin: 0 auto;
}
.scribble-circle,
.scribble-under,
.text-highlight-gradient {
  position: relative;
  z-index: 2;
}
.text-highlight-gradient-block {
  background: linear-gradient(to right, #f15b2a 0, #e80a89 100%);
  width: 100%;
  height: 75%;
  left: 0.15em;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.scribble-under-block {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 3;
  position: absolute;
  pointer-events: none;
}
.scribble-under-block img {
  position: absolute;
  left: 0.1em;
  bottom: 0.2em;
  transform: translateY(60%);
  width: 100%;
}
.scribble-circle-block {
  width: 120%;
  height: 100%;
  left: -10%;
  z-index: 3;
  position: absolute;
  pointer-events: none;
}
.scribble-circle-block img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  transform: translateY(-65%);
  top: 0.75em;
}
h1 .scribble-circle-block img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  transform: translateY(-65%);
  top: 0.6em;
}
.text-2 p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
}
.text-2 a {
  color: #e80a89;
}
.text-2 a:hover,
.text-2 a:visited {
  text-decoration: underline;
}
.rte-editor .fs--twelve,
.text-2 .fs--twelve {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}
.rte-editor .fs--fourteen,
.text-2 .fs--fourteen {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.rte-editor .fs--sixteen,
.text-2 .fs--sixteen {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
.rte-editor .fs--eighteen,
.text-2 .fs--eighteen {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
}
.rte-editor .fs--twenty,
.text-2 .fs--twenty {
  display: inline-block;
  font-size: 20px;
  line-height: 34px;
}
.rte-editor .fs--twenty-two,
.text-2 .fs--twenty-two {
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
}
.rte-editor .fs--twenty-four,
.text-2 .fs--twenty-four {
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
}
.rte-editor .fs--twenty-six,
.text-2 .fs--twenty-six {
  display: inline-block;
  font-size: 26px;
  line-height: 40px;
}
.rte-editor .fs--twenty-eight,
.text-2 .fs--twenty-eight {
  display: inline-block;
  font-size: 28px;
  line-height: 42px;
}
.rte-editor .fs--thirty,
.text-2 .fs--thirty {
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
}
.rte-editor .fs--thirty-two,
.text-2 .fs--thirty-two {
  display: inline-block;
  font-size: 32px;
  line-height: 48px;
}
.rte-editor p {
  font-weight: 300;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif;
}
.rte-editor .fw-two,
.text-2 .fw-two {
  font-weight: 200;
}
.rte-editor .fw-three,
.text-2 .fw-three {
  font-weight: 300;
}
.rte-editor .fw-four,
.text-2 .fw-four {
  font-weight: 400;
}
.rte-editor .fw-five,
.text-2 .fw-five {
  font-weight: 500;
}
.rte-editor .fw-seven,
.text-2 .fw-seven {
  font-weight: 700;
}
.rte-editor .tc-black,
.text-2 .tc-black {
  color: #222;
}
.rte-editor .tc-gray,
.text-2 .tc-gray {
  color: #aaa;
}
.rte-editor .tc-orange,
.text-2 .tc-orange {
  color: #f15b2a;
}
.rte-editor .tc-pink,
.text-2 .tc-pink {
  color: #e80a89;
}
.text-2 table {
  margin: 0 auto;
}
\ .text-component {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
}
.text-component a {
  color: #e80a89;
}
.text-component a:hover,
.text-component a:visited {
  text-decoration: underline;
}
.text-component p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
}
.text-component.p--hero {
  font-weight: 300;
  font-size: 20px;
}
.text-component.p--default {
  font-weight: 300;
  font-size: 14px;
}
.text-component.fs--twelve,
.text-component.fs--twelve p {
  font-size: 12px;
}
.text-component.fs--fourteen,
.text-component.fs--fourteen p {
  font-size: 14px;
}
.text-component.fs--sixteen,
.text-component.fs--sixteen p {
  font-size: 16px;
}
.text-component.fs--eighteen,
.text-component.fs--eighteen p {
  font-size: 18px;
}
.text-component.fs--twenty,
.text-component.fs--twenty p {
  font-size: 20px;
}
.text-component.fs--twenty-two,
.text-component.fs--twenty-two p {
  font-size: 22px;
}
.text-component.fs--twenty-four,
.text-component.fs--twenty-four p {
  font-size: 24px;
}
.text-component.fw-two p {
  font-weight: 200;
}
.text-component.fw-three p {
  font-weight: 300;
}
.text-component.fw-four p {
  font-weight: 400;
}
.text-component.fw-five p {
  font-weight: 500;
}
.text-component.fw-six p {
  font-weight: 600;
}
.text-component.fw-seven p {
  font-weight: 700;
}
.text-component.fw-eight p {
  font-weight: 800;
}
.text-component.fw-nine p {
  font-weight: 900;
}
.block--light .text-component.alt-color p {
  color: #555;
}
.block--dark .text-component.alt-color p {
  color: #aaa;
}
.targeted-section .targeted-section-marker {
  color: #fff;
  background-color: #000;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0;
}
.gtm-footer-cta.bg {
  background-image: url(../images/react-snippet.png);
}
.share__links {
  display: inline-block;
  transform: translateX(-50%);
  margin-left: 50%;
}
.share.section .share__links.left {
  margin-left: 0;
}
.share.section .share__links.right {
  margin-right: 0;
}
.share.section .share__links.center {
  margin-right: auto;
  margin-left: auto;
}
.share--share.share__links {
  width: 241px;
}
.share__link {
  background-repeat: no-repeat;
  float: left;
  display: inline-block;
  margin-left: 16px;
  width: 30px;
  height: 30px;
  position: relative;
  opacity: 0.5;
  background-size: 16px 16px;
  background-position: center;
}
.share__link:first-child {
  margin-left: 0;
}
.share--share .share__link:first-child {
  margin-left: 16px;
}
.share--link.share__links--large {
  width: 341px;
  padding-top: 10px;
}
.share--link.share__links--large .share__link {
  background-size: 30px 30px;
  margin-left: 32px;
}
.share--link.share__links--large .share__link:first-child {
  margin-left: 0;
}
.share__links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.share__links img {
  margin: 6px;
}
.share__links ul li {
  display: inline-block;
}
.share__link img {
  color: rgba(0, 0, 255, 0.5);
}
.share__link:hover {
  opacity: 1;
}
.share--share p {
  float: left;
  font-size: 1em;
  color: #989898;
  margin: 0;
  line-height: 30px;
}
.share--share .share__link {
  box-shadow: 0 0 1px 1px #fff;
  border-radius: 100%;
}
.share--share .share__link:hover {
  opacity: 1;
}
.block--light .share--share p {
  color: #555;
}
.block--light .share--share .share__link {
  border-color: #555;
  opacity: 1;
}
.block--light .share__link:hover {
  border-color: #e80a89;
}
.face-icon.ico {
  background-image: url(../images/Facebook_Icon.svg);
}
.tweet-icon.ico {
  background-image: url(../images/Twitter_Icon.svg);
}
.insta-icon.ico {
  background-image: url(../images/Instagram_Icon.svg);
}
.more-icon.ico {
  background-image: url(../images/More_Icon.html);
}
.linkedin-icon.ico {
  background-image: url(../images/LinkedIn_Icon.svg);
}
.youtube-icon.ico {
  background-image: url(../images/YouTube_Icon.html);
}
.block--light .face-icon,
.darkIcon.face-icon {
  background-image: url(../images/Facebook_Icon_Gray.html);
  opacity: 1;
}
.block--light .face-icon:hover,
.darkIcon.face-icon:hover {
  background-image: url(../images/Facebook_Icon_Orange.html);
}
.block--light .tweet-icon,
.darkIcon.tweet-icon {
  background-image: url(../images/Twitter_Icon_Gray.html);
  opacity: 1;
}
.block--light .tweet-icon:hover,
.darkIcon.tweet-icon:hover {
  background-image: url(../images/Twitter_Icon_Orange.html);
}
.block--light .insta-icon,
.darkIcon.insta-icon {
  background-image: url(../images/Instagram_Icon_Gray.html);
  opacity: 1;
}
.block--light .insta-icon:hover,
.darkIcon.insta-icon:hover {
  background-image: url(../images/Instagram_Icon_Orange.html);
}
.block--light .more-icon,
.darkIcon.more-icon {
  background-image: url(../images/More_Icon_Gray.html);
  opacity: 1;
}
.block--light .more-icon:hover,
.darkIcon.more-icon:hover {
  background-image: url(../images/More_Icon_Orange.html);
}
.block--light .linkedin-icon,
.darkIcon.linkedin-icon {
  background-image: url(../images/LinkedIn_Icon_Gray.html);
  opacity: 1;
}
.block--light .linkedin-icon:hover,
.darkIcon.linkedin-icon:hover {
  background-image: url(../images/LinkedIn_Icon_Orange.html);
}
.block--light .youtube-icon,
.darkIcon.youtube-icon {
  background-image: url(../images/YouTube_Icon_Gray.html);
  opacity: 1;
}
.block--light .youtube-icon:hover,
.darkIcon.youtube-icon:hover {
  background-image: url(../images/YouTube_Icon_Orange.html);
}
.landing-page-hero-block .share__links {
  width: 265px;
}
@media only screen and (max-width: 1024px) {
  .flex-block-container .share.section .share__links {
    margin-left: 25px !important;
  }
}
.rich-text-component {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
}
.rich-text-component a {
  color: #e80a89;
}
.rich-text-component a:hover,
.rich-text-component a:visited {
  text-decoration: underline;
}
.button,
button {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 30px;
  white-space: normal;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s;
}
.button:focus,
.button:hover,
button:focus,
button:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.button.button--disabled,
.button[disabled],
button.button--disabled,
button[disabled] {
  color: rgba(255, 255, 255, 0.2);
  background: #383838;
}
.button[disabled]:hover
  .button[disabled]:focus
  .button.button--disabled:hover
  .button.button--disabled:focus,
button[disabled]:hover
  button[disabled]:focus
  button.button--disabled:hover
  button.button--disabled:focus {
  background: #383838;
}
.button--secondary--white {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  padding: 14px 29px;
}
.button.button--large.button--secondary--white {
  padding: 19px 29px;
}
.button--secondary--white:focus,
.button.button--secondary--white:hover {
  color: #fff;
  background: 0 0;
  box-shadow: none;
}
.button.button--black {
  color: #fff;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.button.button--black:focus,
.button.button--black:hover {
  transform: translateY(-10px);
}
.button.button--green {
  color: #fff;
  background: #4cb272;
}
.button.button--green:focus,
.button.button--green:hover {
  color: #fff;
  background: #4cb272;
}
.button.button--yellow {
  color: #fff;
  background: #ffb115;
}
.button.button--yellow:focus,
.button.button--yellow:hover {
  color: #fff;
  background: #ffb115;
}
.button.button--blue {
  color: #fff;
  background: #0096ad;
}
.button.button--blue:focus,
.button.button--blue:hover {
  color: #fff;
  background: #0096ad;
}
.button.button--custom:focus,
.button.button--custom:hover {
  background: inherit;
}
.button.button--large {
  font-size: 14px;
  padding: 20px 30px;
  transition: 0.5s;
}
.block--black .button.button--secondary,
.block--dark .button.button--secondary,
.block--light .button.button--secondary,
.button.button--secondary,
.button.button--secondary--pink {
  color: #e80a89;
  border: 1px solid #e80a89;
  background: 0 0;
  padding: 14px 29px;
}
.block--black .button.button--large.button--secondary,
.block--dark .button.button--large.button--secondary,
.block--light .button.button--large.button--secondary,
.button.button--large.button--secondary,
.button.button--large.button--secondary--pink {
  padding: 19px 29px;
}
.button.button--secondary--pink:focus,
.button.button--secondary--pink:hover,
.button.button--secondary:focus,
.button.button--secondary:hover {
  color: #e80a89;
  background: 0 0;
  box-shadow: none;
}
.button--play::before {
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 17px;
  line-height: 17px;
  display: block;
  float: left;
  margin-right: 10px;
}
.psbutton--left {
  text-align: left;
}
.psbutton--right {
  text-align: right;
}
.psbutton--center {
  text-align: center;
}
.button-float-left {
  float: left;
  margin-right: 20px;
}
.pill-link.columns:last-child {
  float: left;
}
.pill-link a {
  display: block;
  color: #aaa;
  font-size: 18px;
  font-weight: 200;
  padding: 15px;
  background-color: #222;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}
.pill-link a.active,
.pill-link a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #111;
}
.row .pill-links.row {
  margin: 0 auto;
  margin-top: 0;
}
.logo {
  border: 0;
  display: block;
  vertical-align: middle;
  max-width: 164px;
  height: auto;
}
.link-list-text .linklist-subnav {
  padding: 15px 0;
}
.link-list-text .linklist-subnav.black {
  background-color: #181818;
}
.link-list-text .linklist-subnav.semi-black {
  background-color: #222;
}
.link-list-text .linklist-subnav .linklist-subnav--hide {
  display: none !important;
}
.link-list-text .linklist-subnav .linklist-subnav--container {
  margin: 0 auto;
  width: 100%;
}
.link-list-text .linklist-subnav ul {
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 5px 0;
}
.link-list-text .linklist-subnav.subnav-center ul {
  display: flex;
}
.link-list-text .linklist-subnav ul li {
  margin: 0;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  font-size: 15px;
}
.link-list-text .linklist-subnav.vertical-layout ul {
  width: 100%;
  flex-direction: column;
}
.link-list-text .linklist-subnav.vertical-layout ul li {
  width: 100%;
  padding-bottom: 10px;
}
.link-list-text .linklist-subnav.subnav-center ul li {
  display: inherit;
}
.link-list-text .linklist-subnav ul li:before {
  display: none;
}
.link-list-text .linklist-subnav ul li a {
  color: #aaa;
  font-weight: 400;
  font-size: 14px;
}
.link-list-text .linklist-subnav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.link-list-text .linklist-subnav .linklist-subnav--mobile {
  display: none;
  font-size: 15px;
  color: #fff;
}
.link-list-text .linklist-subnav .linklist-subnav--desktop-title {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .link-list-text .linklist-subnav.subnav-center ul,
  .link-list-text .linklist-subnav.subnav-center.open ul {
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  .link-list-text .linklist-subnav {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .link-list-text .linklist-subnav ul {
    display: none;
    padding: 0 15px 15px;
  }
  .link-list-text .linklist-subnav.subnav-center ul {
    display: none;
  }
  .link-list-text .linklist-subnav ul li {
    padding: 5px 0;
  }
  .link-list-text .linklist-subnav ul,
  .link-list-text .linklist-subnav ul li {
    width: 100%;
  }
  .link-list-text .linklist-subnav .linklist-subnav--mobile {
    display: block;
    position: relative;
    padding: 15px;
    cursor: pointer;
    padding-right: 40px;
  }
  .link-list-text .linklist-subnav .linklist-subnav--mobile:after {
    content: "ÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â²ÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â±";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
  }
  .link-list-text .linklist-subnav.open .linklist-subnav--mobile:after {
    content: "ÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â±ÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â²";
  }
  .link-list-text .linklist-subnav .linklist-subnav--desktop-title {
    display: none !important;
  }
}
.llr-wrapper {
  display: block;
}
.llr-wrapper a.llr-item {
  width: 100%;
  margin-bottom: 15px;
  background-color: #181818;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  min-height: 70px;
  color: #fff;
  text-decoration: none;
}
.llr-wrapper a.llr-item.llr-bg-semi-black,
.llr-wrapper a.llr-item.semi-black {
  background-color: #181818;
}
.llr-wrapper a.llr-item.black,
.llr-wrapper a.llr-item.llr-bg-black {
  background-color: #000;
}
.llr-wrapper a.llr-item.dark-grey,
.llr-wrapper a.llr-item.llr-bg-dark-grey {
  background-color: #222;
}
.llr-wrapper a.llr-item .llr-title-wrapper {
  max-width: calc(100% - 120px);
  flex: 1;
}
.llr-wrapper a.llr-item .llr-title-wrapper.llr-title-fullwidth {
  max-width: 100%;
}
.llr-wrapper a.llr-item .llr-title-wrapper .llr-title {
  font-size: 18px;
  font-weight: 700;
}
.llr-wrapper a.llr-item .llr-title-wrapper .llr-subtitle {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
}
.llr-wrapper a.llr-item .llr-link-text {
  color: #e80a89;
  max-width: 100px;
  flex: 1;
  margin-left: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .llr-wrapper.llr-auto-columns {
    display: flex;
    flex-wrap: wrap;
  }
  .llr-wrapper.llr-auto-columns .llr-item {
    width: calc(50% - 15px);
  }
  .llr-wrapper.llr-auto-columns .llr-item:nth-child(odd) {
    margin-right: 15px;
  }
  .llr-wrapper.llr-auto-columns .llr-item:nth-child(even) {
    margin-left: 15px;
  }
}
a.twenty-four-px {
  font-size: 24px;
}
a.eighteen-px {
  font-size: 18px;
}
a.fourteen-px {
  font-size: 14px;
}
a.twelve-px {
  font-size: 12px;
}
a.orange {
  color: #f15b2a;
}
a.pink {
  color: #e80a89;
}
a.grey {
  color: #aaa;
}
a.blue {
  color: #0096ad;
}
a.black {
  color: #222;
}
a.inherit {
  color: inherit;
}
a.bold {
  font-weight: 600;
}
.link.section a,
.link.section a.pink {
  border: 1px solid #e80a89;
  padding: 14px 40px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
  border-radius: 5px;
}
.link.section a.blue {
  border-bottom: 1px solid #0096ad;
  padding-bottom: 3px;
}
.link.section a:hover {
  text-decoration: none;
}
.link.section .link--left {
  text-align: left;
}
.link.section .link--right {
  text-align: right;
}
.link.section .link--center {
  text-align: center;
}
.image-text__image .image-wrapper,
.image.aem-GridColumn .image-wrapper,
.image.section .image-wrapper {
  position: relative;
}
.image-text__image .image--left,
.image.aem-GridColumn .image--left,
.image.section .image--left {
  float: left;
}
.image-text__image .image--left.overflow,
.image.aem-GridColumn .image--left.overflow,
.image.section .image--left.overflow {
  left: 0;
}
.image-text__image .image--center,
.image.aem-GridColumn .image--center,
.image.section .image--center {
  margin: 0 auto;
  display: block;
}
.image-text__image .image--center.overflow,
.image.aem-GridColumn .image--center.overflow,
.image.section .image--center.overflow {
  margin: initial;
  left: 50%;
  transform: translateX(-50%);
}
.image-text__image .image--right,
.image.aem-GridColumn .image--right,
.image.section .image--right {
  float: right;
}
.image-text__image .image--right.overflow,
.image.aem-GridColumn .image--right.overflow,
.image.section .image--right.overflow {
  right: 0;
}
.image-text__image .image--full,
.image.aem-GridColumn .image--full,
.image.section .image--full {
  width: 100%;
}
.image-text__image .image--full.overflow,
.image.aem-GridColumn .image--full.overflow,
.image.section .image--full.overflow {
  left: 0;
}
.image-text__image .overflow,
.image.aem-GridColumn .overflow,
.image.section .overflow {
  position: absolute;
  z-index: 999;
}
[data-img-width] {
  opacity: 0;
}
hr.hr_color_gray {
  background-color: #aaa;
}
hr.hr_color_black {
  background-color: #222;
}
hr.hr_color_orange {
  background-color: #f15b2a;
}
hr.hr_color_pink {
  background-color: #e80a89;
}
hr.hr_color_blue {
  background-color: #0096ad;
}
hr.hr_color_yellow {
  background-color: #ffba0e;
}
hr.hr_color_green {
  background-color: #4cb272;
}
hr.hr_color_gradient {
  background: linear-gradient(90deg, #f68a2e, #e82a89);
}
hr.hr_width_thin {
  height: 1px;
}
hr.hr_width_medium {
  height: 5px;
}
hr.hr_width_thick {
  height: 10px;
}
.mode-edit .generic-modal > .main {
  display: block;
}
.generic-modal > .main {
  display: none;
}
.hero-block {
  position: relative;
}
.hero-block .column-control .row.translucent {
  background-color: rgba(0, 0, 0, 0.5);
}
.column-control--divider.row {
  display: table;
}
.column-control--divider .columns {
  border-left: 1px solid #222;
  display: table-cell;
  float: none;
}
.column-control--divider .columns:first-child {
  border-left: 0;
}
.column-control--divider .columns + .columns:last-child {
  float: none;
}
.column-control--divider .columns[class*="-pull-"],
.column-control--divider .columns[class*="-push-"] {
  border-left: 1px solid #222;
}
.column-control--divider--light .columns {
  border-color: #ccc;
}
.padding-top-ten {
  padding-top: 10px;
}
.padding-top-twenty {
  padding-top: 20px;
}
.padding-top-thirty {
  padding-top: 30px;
}
.padding-top-forty {
  padding-top: 40px;
}
.padding-top-fifty {
  padding-top: 50px;
}
.padding-top-sixty {
  padding-top: 60px;
}
.padding-top-seventy {
  padding-top: 70px;
}
.padding-top-eighty {
  padding-top: 80px;
}
.padding-top-ninety {
  padding-top: 90px;
}
.padding-top-hundred {
  padding-top: 100px;
}
.padding-bottom-ten {
  padding-bottom: 10px;
}
.padding-bottom-twenty {
  padding-bottom: 20px;
}
.padding-bottom-thirty {
  padding-bottom: 30px;
}
.padding-bottom-forty {
  padding-bottom: 40px;
}
.padding-bottom-fifty {
  padding-bottom: 50px;
}
.padding-bottom-sixty {
  padding-bottom: 60px;
}
.padding-bottom-seventy {
  padding-bottom: 70px;
}
.padding-bottom-eighty {
  padding-bottom: 80px;
}
.padding-bottom-ninety {
  padding-bottom: 90px;
}
.padding-bottom-hundred {
  padding-bottom: 100px;
}
.column-control .column-control-container > .row.fullwidth {
  max-width: 100%;
}
.column-control .column-control-container > .row > .columns:first-child {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
}
.column-control .column-control-container > .row > .columns:last-child {
  padding-right: 15px;
}
.row.column-control--narrow {
  max-width: 900px;
}
.row.column-control--wide {
  max-width: 1200px;
}
.row.column-control--super-wide {
  max-width: 1400px;
}
.row.column-control--super-wide.nomg {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .row.add-flex.large {
    display: flex;
  }
}
@media screen and (min-width: 640px) {
  .row.add-flex.medium {
    display: flex;
  }
}
.row.add-flex.small {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .column-control--divider .columns[class*="large-"] {
    border: 0;
    float: left;
  }
  .column-control--divider .columns + .columns:last-child[class*="large-"] {
    float: right;
  }
  .column-control .column-control-container > .row > .columns[class*="large-"] {
    padding: 0 15px;
  }
  .column-control
    .column-control-container
    > .row
    > .columns.customPadding[class*="large-"] {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .gridStacking .columns[class*="large-"] {
    float: left;
    width: 50%;
    margin-bottom: 32px;
    border: 0;
  }
  .gridStacking .columns + .columns:last-child[class*="large-"] {
    float: left;
  }
  .gridStacking .columns[class*="large-"]:nth-child(odd) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .gridStacking .columns[class*="large-"] {
    width: 100%;
    margin-bottom: 16px;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .column-control--divider .columns[class*="medium-"] {
    border: 0;
    float: left;
  }
  .column-control--divider .columns + .columns:last-child[class*="medium-"] {
    float: right;
  }
  .gridStacking .columns[class*="medium-"] {
    float: left;
    width: 50%;
  }
  .gridStacking .columns + .columns:last-child[class*="medium-"] {
    float: left;
  }
  .column-control
    .column-control-container
    > .row
    > .columns[class*="medium-"] {
    padding: 0 15px;
  }
  .column-control
    .column-control-container
    > .row
    > .columns.customPadding[class*="medium-"] {
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-five-col {
    width: 20%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-five-col {
    width: 20%;
  }
}
.small-five-col {
  width: 20%;
}
.column-control .column-control-container > .row.no-padding-both > .columns,
.column-control
  .column-control-container
  > .row.no-padding-left
  > .columns:first-child,
.column-control
  .column-control-container
  > .row.no-padding-right
  > .columns:last-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.user-story-dialog-fieldset.coral-Form-fieldset {
  height: 100px !important;
}
.user-story-component {
  background-color: #fff;
  display: flex;
}
@media only screen and (max-width: 860px) {
  .user-story-component {
    flex-wrap: wrap;
  }
}
.user-story-component.block_left {
  flex-direction: row-reverse;
}
.user-story-component.block--black .text__author p,
.user-story-component.block--dark-gray .text__author p {
  color: #fff;
}
.user-story-component.block--black .text__quote p,
.user-story-component.block--dark-gray .text__quote p {
  color: #fff;
}
.user-story-component.row {
  max-width: 1312px;
}
.user-story-component .image__block {
  width: 50%;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}
.user-story-component .image__block img {
  border: 0;
  max-width: 100%;
  max-height: 900px;
  display: block;
}
@media only screen and (max-width: 860px) {
  .user-story-component .image__block {
    display: block;
    width: 100%;
    height: 40%;
  }
}
.user-story-component .text__block {
  width: 50%;
  padding: 0 0 60px 10px;
  align-self: flex-start;
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 60% !important;
  }
}
.user-story-component .text__block .text__icon {
  position: relative;
  width: 100%;
  height: 25%;
  margin: 0;
  padding: 0;
}
.user-story-component .text__block .text__icon .text__icon-img {
  height: 55px;
  width: 59px;
  display: block;
  margin: 20% 0 0;
}
.user-story-component .text__block .text__icon .text__icon-img img {
  border: 0;
  width: 100%;
  heigth: 100%;
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block .text__icon .text__icon-img {
    margin: 5% auto 0;
  }
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block .text__icon {
    height: 12%;
    text-align: center;
  }
}
.user-story-component .text__block .text__quote {
  padding: 6% 0 2%;
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block .text__quote {
    padding: 4% 0 2%;
  }
}
.user-story-component .text__block .text__quote p {
  width: 90%;
  font-size: 36px;
  word-wrap: break-word;
  font-weight: 200;
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block .text__quote p {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
}
.user-story-component .text__block .text__author {
  padding: 0;
}
.user-story-component .text__block .text__author p {
  width: 90%;
  font-size: 18px;
  word-wrap: break-word;
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block .text__author p {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
}
.user-story-component .text__block .text__link {
  padding: 0;
}
.user-story-component .text__block .text__link a {
  text-decoration: none;
  width: 90%;
  word-wrap: break-word;
}
@media only screen and (max-width: 860px) {
  .user-story-component .text__block .text__link a {
    margin: 2% auto;
    width: 80%;
    display: block;
  }
}
.tl-wrapper {
  padding: 3% 2%;
  position: relative;
  width: 100%;
  min-width: 300px;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.tl-wrapper h3,
.tl-wrapper h5 {
  text-align: center;
}
.tl-wrapper a:focus,
.tl-wrapper div:focus {
  outline: 0;
}
.tl-wrapper .tl-wrapper-inner {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .tl-wrapper .tl-wrapper-inner {
    padding: 0 35px;
    width: auto;
  }
}
.tl-wrapper .tl-wrapper-inner-btm {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.tl-wrapper .tl-tweets {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 50px 0;
}
.tl-wrapper .slick-slider .slick-track {
  display: flex;
}
.tl-wrapper .slick-next,
.tl-wrapper .slick-prev {
  position: absolute;
  top: 42%;
  margin-top: 0;
  cursor: pointer;
  min-width: 20px;
  height: 35px;
  z-index: 10;
  color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-sprite.html);
}
.tl-wrapper .slick-next:hover,
.tl-wrapper .slick-prev:hover {
  color: transparent;
  background-image: url(../images/arrow-sprite.html);
}
.tl-wrapper .slick-next:before,
.tl-wrapper .slick-prev:before {
  content: "" !important;
}
.tl-wrapper .slick-prev {
  left: 0;
  background-position: 0 0;
}
.tl-wrapper .slick-prev:hover {
  background-position: 0 -40px;
}
.tl-wrapper .slick-next {
  right: 0;
  background-position: -30px -40px;
}
.tl-wrapper .slick-next:hover {
  background-position: -30px 0;
}
.tl-wrapper .tl-tweets__tweet {
  border: 1px solid #e1e8ed;
  background: none #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  position: relative;
  border: 1px solid #ccc;
  padding: 15px;
  float: none;
  height: inherit;
}
@media only screen and (max-width: 640px) {
  .tl-wrapper .tl-tweets__tweet {
    margin: 0;
  }
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author {
  padding: 0;
  margin: 0;
  overflow: auto;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content {
  display: block;
  position: relative;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-author .tl-tweet-author-content img {
  float: left;
  margin: 0;
  width: 36px;
  height: 36px;
  overflow: auto;
  zoom: 1;
  vertical-align: middle;
  border: 0;
  display: inline-block;
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-tweet-author-user {
  float: left;
  width: 80%;
  text-align: left;
  padding-left: 4px;
  padding-top: 2px;
}
@media only screen and (max-width: 640px) {
  .tl-wrapper
    .tl-tweets__tweet
    .tl-tweet-author
    .tl-tweet-author-content
    .tl-tweet-author-user {
    width: 75%;
  }
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-tweet-author-user
  .tl-tweet-authorName {
  display: block;
  margin: 0;
  padding: 0 3px 1px 7px;
  color: #1c2022;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  max-width: 100%;
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-tweet-author-user
  .tl-tweet-authorName:hover {
  color: #55a4db;
  text-decoration: none;
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-tweet-author-user
  .tl-tweet-authorName
  .official {
  color: #fff;
  width: 1.11111em;
  display: inline-block;
  height: 1.25em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  background-image: url(../images/verifyicon.html);
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-tweet-author-user
  .tl-tweet-authorScreenName {
  margin: 0;
  padding: 0 2px 0 7px;
  display: block;
  font-size: 0.9em;
  color: #777;
  line-height: 1.2;
  max-width: 100%;
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-tweet-author-user
  .tl-tweet-authorScreenName:hover {
  color: #55a4db;
  text-decoration: none;
}
.tl-wrapper
  .tl-tweets__tweet
  .tl-tweet-author
  .tl-tweet-author-content
  .tl-download {
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-image: url(../images/icons/twitter-logo.html);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.tl-wrapper .tl-tweets__tweet .tweet-buttons {
  position: absolute;
  bottom: 2px;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-body {
  display: block;
  text-align: left;
  cursor: text;
  font-size: 14px;
  padding: 15px 0 30px;
  color: #222;
  overflow: hidden;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-metadata {
  display: block;
  font-size: 0.8em;
  color: #ababab;
  padding: 5px 0 30px;
  text-decoration: none;
}
.tl-wrapper .tl-tweets__tweet .tl-tweet-metadata:hover {
  color: #55a4db;
}
.tl-wrapper .tl-tweets__tweet ul {
  list-style: none !important;
  list-style-type: none !important;
  color: #697882;
  padding: 5px 0;
  margin: 0;
}
.tl-wrapper .tl-tweets__tweet ul li {
  float: left;
  margin: 0;
  padding: 0 4px 0 0;
  max-height: 24px;
  color: transparent;
}
.tl-wrapper .tl-tweets__tweet ul li a {
  color: #697882;
  overflow: auto;
  font-size: 0.7em;
  font-weight: 400;
}
.tl-wrapper .tl-tweets__tweet ul li a:hover {
  text-decoration: none;
}
.tl-wrapper .tl-tweets__tweet ul li a span {
  float: left;
  margin: -5px 0 0 -9px;
  padding: 0 0 2px 2px;
  height: 24px;
  color: #444;
}
.tl-wrapper .tl-tweets__tweet ul li a .tl-icon {
  float: left;
  height: 24px;
  width: 30px;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 15px;
}
.tl-wrapper .tl-tweets__tweet ul li a.tl-reply .tl-icon {
  background-image: url(../images/icons/twitter-reply-black.html);
}
.tl-wrapper .tl-tweets__tweet ul li a.tl-retweet .tl-icon {
  background-image: url(../images/icons/twitter-retweet-black.html);
  background-size: 20px;
}
.tl-wrapper .tl-tweets__tweet ul li a.tl-favorite .tl-icon {
  background-image: url(../images/icons/twitter-favorite-black.html);
  margin-left: 5px;
}
@media only screen and (max-width: 640px) {
  .tl-wrapper .tl-tweets__tweet {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .tl-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
    width: auto;
    min-width: 0;
  }
}
.techblog-author-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.techblog-author-container .circular {
  float: left;
  margin-top: 30px;
}
.techblog-author-container .circular img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 200px;
}
.techblog-author-container .author-text {
  float: right;
  width: 70%;
  margin-left: 0;
}
.techblog-author-container .author-text h4 {
  font-size: 18px;
  font-weight: 300;
  color: #adacac;
}
.techblog-author-container .author-text h3 {
  font-size: 25px;
  font-weight: 400;
}
.techblog-author-container .author-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.techblog-author-container .clear {
  clear: both;
}
@media only screen and (max-width: 799px) {
  .techblog-author-container .author-text {
    width: 100%;
    float: left;
    clear: left;
  }
  .techblog-author-container .circular {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.tabs.section {
  margin-top: 100px;
}
.tabs.section .tabs--list ul.tabs--parent {
  margin: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #666;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item {
  font-size: 24px;
  font-weight: 500;
  flex-grow: 1;
  flex-basis: 0%;
  text-align: center;
  margin: 0;
  padding: 30px 10px;
  position: relative;
  color: #aaa;
  cursor: pointer;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item:before {
  display: none;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item.active {
  font-weight: 700;
  color: inherit;
}
.tabs.section .tabs--list ul.tabs--parent li.tab--item.active .tabs--line {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 760px) {
  .tabs.section .tabs--list ul.tabs--parent {
    flex-direction: column;
    border-bottom-color: transparent;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item {
    font-size: 16px;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 1px solid #666;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item:last-child {
    border-bottom-color: transparent;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item.active {
    background: #363636;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item.active:before {
    background: #363636;
  }
}
.tabs.section .tabs--content .generic-block-wrapper {
  display: none;
}
.tabs.section .tabs--content .generic-block-wrapper.active {
  display: block;
}
.generic-block-wrapper.block--light .tabs.section .tabs--list ul.tabs--parent {
  border-bottom: 1px solid #aaa;
}
.generic-block-wrapper.block--light
  .tabs.section
  .tabs--list
  ul.tabs--parent
  li.tab--item {
  color: #555;
}
@media only screen and (max-width: 760px) {
  .generic-block-wrapper.block--light
    .tabs.section
    .tabs--list
    ul.tabs--parent
    li.tab--item.active {
    background: #eee;
  }
}
.generic-block-wrapper.block--light
  .tabs.section
  .tabs--list
  ul.tabs--parent
  li.tab--item.active
  .tabs--line {
  background-color: #555;
}
body.mode-edit .tabs.section .tabs--content .generic-block-wrapper {
  display: block !important;
}
.live_speakers {
  cursor: pointer;
  padding: 30px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.live_speakers:not(.active) {
  max-width: 325px;
}
.live_speakers:hover .live_speakers--hover {
  opacity: 0.6;
}
.live_speakers:hover .live_speakers--hovername {
  opacity: 1;
}
.live_speakers--image {
  margin: 0 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 1000px;
}
.live_speakers--image img {
  display: block;
  width: 100%;
}
.live_speakers--hover {
  background: #f05a28;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  border-radius: 1000px;
}
.live_speakers--hovername {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}
.live_speakers--name {
  color: #ea008a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-transform: uppercase;
}
.live_speakers--title {
  color: #6d6e70;
  height: 100px;
  hyphens: none;
}
.live_speakers--description {
  display: none;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 600px) {
  .live_speakers--description {
    font-size: 16px;
    line-height: 24px;
  }
}
.live_speakers--courses {
  display: none;
  font-size: 14px;
  margin-top: 20px;
}
.live_speakers--courses a {
  color: #555;
  display: block;
  text-decoration: underline;
}
@media only screen and (min-width: 37.5em) {
  .live_speakers--courses {
    font-size: 16px;
    line-height: 24px;
  }
}
.live_speakers--courses span {
  font-weight: 700;
  padding: 0 10px;
}
.live_speakers--courses strong {
  color: #ea008a;
  text-transform: uppercase;
}
.live_speakers.active {
  padding: 0;
  width: 100%;
}
.live_speakers.active .live_speakers--name {
  color: #222;
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 30px;
}
.live_speakers.active .live_speakers--title {
  display: none;
}
.live_speakers.active .live_speakers--image {
  margin: 50px auto 20px;
  width: 100px;
}
.live_speakers.active .live_speakers--description {
  display: block;
  text-align: left;
  padding: 0 50px 50px;
}
.live_speakers.active .live_speakers--courses {
  display: block;
  text-align: left;
  padding: 0 50px 50px;
}
.live_speakers.active:hover .live_speakers--hover {
  opacity: 0;
}
.live_speakers.active:hover .live_speakers--hovername {
  opacity: 0;
}
.speakers_modal {
  display: none;
}
.speakers_modal.active {
  display: block;
}
.speakers_modal.active .speakers_modal--overlay {
  opacity: 1;
}
.speakers_modal.active .speakers_modal--window {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media only screen and (min-width: 600px) {
  .speakers_modal.active .speakers_modal--window {
    transform: translate(-50%, -50%) scale(1);
  }
}
.speakers_modal--controls {
  display: none;
}
.speakers_modal--controls a {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  display: block;
  height: 70px;
  left: 10px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 9;
}
.speakers_modal--controls a:before {
  border-right: solid 2px #aaa;
  border-top: solid 2px #aaa;
  content: "";
  display: block;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
}
.speakers_modal--controls a:last-of-type {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 10px;
}
.speakers_modal--close {
  background: #fff
    url(../../../www.codenests.com/content/dam/codenests2/events/2017/live/ps_close_btn%402x.png)
    center center;
  background-size: 150% auto;
  border: solid 1px #ddd;
  border-top: 0;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 35px;
  z-index: 100001;
}
@media only screen and (min-width: 600px) {
  .speakers_modal--close {
    top: 10px;
    right: 40px;
  }
}
.speakers_modal--overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 100000;
}
.speakers_modal--window {
  bottom: 0;
  opacity: 0;
  left: 10px;
  overflow-x: hidden;
  overflow-scrolling: touch;
  position: fixed;
  right: 10px;
  top: 0;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 100002;
}
@media only screen and (min-width: 600px) {
  .speakers_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .speakers_modal--window {
    max-width: 900px;
  }
}
.speakers_modal.active .live_cards--container:before {
  background: #f05a28;
  background: -webkit-linear-gradient(left, #f05a28 0, #e80a89 100%);
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 999;
}
.live_cards.active .live_cards--container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
.live_cards.active .live_cards--container {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  z-index: 9;
}
.speaker.cq-Editable-dom {
  overflow: hidden;
}
.ps-badge {
  margin-bottom: 10px;
}
.ps-badge .ps-badge-wrapper {
  padding: 5px 8px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}
.ps-badge .ps-badge-wrapper.badge-semi-black {
  background-color: #181818;
  color: #fff;
}
.ps-badge .ps-badge-wrapper.badge-gray {
  background-color: #363636;
  color: #fff;
}
.ps-badge .ps-badge-wrapper.badge-lightGray {
  background-color: #555;
  color: #fff;
}
.ps-badge .ps-badge-wrapper.badge-orange {
  background-color: #f15b2a;
  color: #fff;
}
.ps-badge .ps-badge-wrapper.badge-pink {
  background-color: #e80a89;
  color: #fff;
}
.ps-badge .ps-badge-wrapper.badge-blue {
  background-color: #009eb5;
  color: #fff;
}
.ps-badge .ps-badge-wrapper.badge-yellow {
  background-color: #ffb115;
}
.api-price-styling {
  font-weight: 300;
  height: 75px;
  font-size: 19px;
  margin-top: -15px;
  display: inline-block;
}
.api-price-styling .curr-symbol {
  color: #aaa;
  position: relative;
  top: -30px;
  left: -5px;
}
.api-price-styling .curr-major {
  font-size: 65px;
  font-weight: 800;
}
.api-price-styling .curr-dec-sep {
  position: relative;
  top: -23px;
  left: 2px;
  display: none;
}
.api-price-styling .curr-minor {
  position: relative;
  top: -23px;
  display: none;
}
.pricing-plans {
  position: relative;
}
.pricing-plans .pricing_plan--container {
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
}
.pricing-plans .pricing_plan--container .pricing_plan--item {
  background-color: #222;
  padding-top: 50px;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding-bottom: 30px;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--item
  .pricing_plan--save {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 7px;
  background: #ffba0e;
  color: #000;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--item
  .pricing_plan--save.promo {
  text-transform: uppercase;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--item
  .pricing_plan--save.promo
  .curr-dec-sep,
.pricing-plans
  .pricing_plan--container
  .pricing_plan--item
  .pricing_plan--save.promo
  .curr-minor {
  display: none;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter h2 {
  font-size: 26px;
  font-weight: 100;
}
.pricing-plans .pricing_plan--container .pricing_plan--inverter h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  padding: 0 20px;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--inverter
  .pricing_plan--term {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 20px;
  color: #aaa;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--inverter
  .pricing_plan--bottom {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  margin: 20px 0 10px;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--inverter
  .pricing_plan--bottom
  .button--gradient {
  margin-bottom: 20px;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--inverter
  .pricing_plan--bottom
  a.trial {
  color: #0096ad;
}
.pricing-plans
  .pricing_plan--container
  .pricing_plan--inverter
  .pricing_plan--bottom
  .trial-wrapper {
  margin-bottom: 10px;
}
.pricing-plans .pricing_plan--list {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 80px;
  background-color: #181818;
  clear: both;
}
.pricing-plans .pricing_plan--listAll {
  margin: 0;
  padding: 35px 0 35px 60px;
  float: left;
  text-align: left;
}
.pricing-plans .pricing_plan--listAll li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
  color: #ddd;
  margin-bottom: 0;
}
.pricing-plans .pricing_plan--listAll li:before {
  display: none;
}
.pricing-plans .pricing_plan--listAll li .list-circle-checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
  background-color: #4b4b4b;
}
.pricing-plans .pricing_plan--listAll li .list-circle-checkmark:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
.pricing-plans .pricing_plan--box {
  justify-content: center;
  position: relative;
  margin-top: 70px;
}
.pricing-plans .pricing_plan--box .amount_box {
  position: relative;
}
.pricing-plans .pricing_plan--box .amount_box > sup.promo-original-price {
  position: relative;
  font-size: 14px;
  color: #aaa;
  top: -25px;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
}
.pricing-plans
  .pricing_plan--box
  .amount_box
  > sup.promo-original-price
  .curr-dec-sep,
.pricing-plans
  .pricing_plan--box
  .amount_box
  > sup.promo-original-price
  .curr-minor {
  display: none;
}
.pricing-plans body:not(:-moz-handler-blocked) .pricing_plan--container {
  margin: 4vw 1.8% 2vw;
}
.brws-pricing-wrapper .pricing-plans .top-clip,
.generic-block-wrapper.block--true-black .pricing-plans .top-clip {
  content: "";
  background-image: linear-gradient(
    to bottom,
    #181818,
    #181818 40%,
    transparent 100%,
    transparent
  );
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  height: 300px;
  -webkit-clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 25%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.pricing-plans p.team-disclaimer {
  margin-top: 30px;
  text-align: center;
  font-weight: 100;
  color: #888;
  font-size: 14px;
  clear: both;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .pricing-plans .pricing_plan--save {
    display: none;
  }
  .pricing-plans .pricing_plan--container {
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 360px !important;
    max-width: 100% !important;
  }
  .pricing-plans .pricing_plan--container .pricing_plan--item {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .pricing-plans .pricing_plan--list {
    height: auto !important;
    width: 360px !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 35px 0;
  }
  .pricing-plans .pricing_plan--list .pricing_plan--listAll {
    width: 100% !important;
    padding: 0 0 0 60px;
  }
  .pricing-plans body:not(:-moz-handler-blocked) .pricing_plan--container {
    margin: 5vw auto 0;
  }
}
.pricing-plans .pricing--allPlans .top-clip,
.pricing-plans .pricing--allPlans2 .top-clip {
  top: 280px;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher,
.pricing-plans .pricing--allPlans2 .pricing_plan--switcher {
  text-align: center;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher .fieldset,
.pricing-plans .pricing--allPlans2 .pricing_plan--switcher .fieldset {
  display: inline-block;
  position: relative;
  border-radius: 25px;
  border: 1px solid #555;
  margin-left: -10px;
  margin-right: -10px;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher input[type="radio"],
.pricing-plans .pricing--allPlans2 .pricing_plan--switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.pricing-plans
  .pricing--allPlans
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label
  + .switch,
.pricing-plans
  .pricing--allPlans
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label:nth-of-type(n)
  + .switch,
.pricing-plans
  .pricing--allPlans2
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label
  + .switch,
.pricing-plans
  .pricing--allPlans2
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label:nth-of-type(n)
  + .switch {
  transform: translateX(150px);
}
.pricing-plans
  .pricing--allPlans
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label:nth-of-type(1)
  + .switch,
.pricing-plans
  .pricing--allPlans2
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label:nth-of-type(1)
  + .switch {
  border-radius: 25px;
}
.pricing-plans
  .pricing--allPlans
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label:nth-of-type(2)
  + .switch,
.pricing-plans
  .pricing--allPlans2
  .pricing_plan--switcher
  input[type="radio"]:checked
  + label:nth-of-type(2)
  + .switch {
  border-radius: 25px;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher label,
.pricing-plans .pricing--allPlans2 .pricing_plan--switcher label {
  position: relative;
  z-index: 1;
  float: left;
  width: 150px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  margin-top: 7px;
  background: 0 0;
  padding: 0;
  line-height: initial;
}
.pricing-plans .pricing--allPlans .pricing_plan--switcher .switch,
.pricing-plans .pricing--allPlans2 .pricing_plan--switcher .switch {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 150px;
  background-color: #fff;
  border-radius: 25px;
  transition: transform 0.5s;
}
.pricing-plans .plans_individual .pricing_plan--wrapper {
  position: relative;
  width: 48%;
  float: left;
}
.pricing-plans .plans_individual .pricing_plan--wrapper.two-thirds {
  width: 64%;
}
.pricing-plans
  .plans_individual
  .pricing_plan--wrapper.two-thirds
  .pricing_plan--container {
  width: 50%;
  margin-bottom: 20px;
}
.pricing-plans
  .plans_individual
  .pricing_plan--wrapper.two-thirds
  .pricing_plan--item:first-of-type {
  border-right: 1px solid #181818;
}
.pricing-plans
  .plans_individual
  .pricing_plan--wrapper.two-thirds.solo-fallback {
  left: 50%;
  transform: translateX(-50%);
}
.pricing-plans .plans_individual .pricing_plan--wrapper.one-third {
  width: 32%;
  margin-left: 1%;
}
.pricing-plans
  .plans_individual
  .pricing_plan--wrapper.one-third
  .pricing_plan--container {
  margin-bottom: 20px;
}
.pricing-plans
  .plans_individual
  .pricing_plan--list
  h5.pricing_plan--list_header {
  margin-top: 0;
  padding-top: 40px;
  margin-left: 60px;
  margin-bottom: 20px;
  float: left;
}
.pricing-plans
  .plans_individual
  .pricing_plan--list
  hr.pricing_plan--list_header_separator {
  margin: 0 60px 15px;
  background: #363636;
}
.pricing-plans .plans_individual .pricing_plan--list .pricing_plan--listAll {
  padding-top: 0;
}
.pricing-plans
  .plans_individual
  .pricing_plan--list
  .pricing_plan--listAll.halfsize {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .pricing-plans .plans_individual .pricing_plan--wrapper {
    width: 100% !important;
    margin: 0 !important;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--wrapper.two-thirds
    .pricing_plan--item:first-of-type {
    border-bottom: 2px solid #181818;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--wrapper.one-third
    .pricing_plan--container,
  .pricing-plans
    .plans_individual
    .pricing_plan--wrapper.two-thirds
    .pricing_plan--container {
    margin-bottom: 0;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--list
    h5.pricing_plan--list_header {
    padding-top: 0;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--container.pricing_plan--premium {
    margin-top: 80px;
  }
}
.pricing-plans .plans_trial_only .pricing_plan--list {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .pricing-plans .plans_trial_only .pricing_plan--container,
  .pricing-plans .plans_trial_only .pricing_plan--list {
    width: 400px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .pricing-plans .pricing_plan--trial_disclaimer {
    text-align: center;
  }
}
.pricing-plans .plans_plus-yearly .pricing_plan--wrapper,
.pricing-plans .plans_premium .pricing_plan--wrapper {
  width: 60%;
  margin: 0 20%;
}
.pricing-plans .plans_individual.plans_premium .pricing_plan--list {
  height: 380px;
}
.pricing-plans .plans_business .pricing_plan--wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.pricing-plans .plans_business .pricing_plan--container {
  width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.pricing-plans .plans_business .pricing_plan--container .pricing_plan--item {
  padding-bottom: 0;
}
.pricing-plans .plans_business .pricing_plan--container .pricing_plan--term {
  margin-bottom: 40px;
}
.pricing-plans
  .plans_business
  .pricing_plan--container
  .pricing_plan--plan_summary {
  padding: 30px 20%;
  border-top: 1px solid #303030;
}
.pricing-plans
  .plans_business
  .pricing_plan--container
  .pricing_plan--plan_summary
  h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.pricing-plans .plans_business .pricing_plan--container .pricing_plan--bottom {
  margin: 0;
  background-color: #181818;
  padding: 0 0 50px;
  height: 540px;
}
.pricing-plans
  .plans_business
  .pricing_plan--container
  .pricing_plan--bottom
  .pricing_plan--listAll {
  padding-left: 20%;
  height: 430px;
}
.pricing-plans
  .plans_business
  .pricing_plan--container
  .pricing_plan--bottom
  .button--gradient {
  width: 60%;
}
@media all and (max-width: 1024px) {
  .pricing-plans .plans_business .pricing_plan--wrapper {
    display: block;
  }
  .pricing-plans .plans_business .pricing_plan--container {
    width: 500px !important;
  }
  .pricing-plans
    .plans_business
    .pricing_plan--container
    .pricing_plan--bottom {
    height: auto !important;
    padding-bottom: 20px;
  }
  .pricing-plans
    .plans_business
    .pricing_plan--container
    .pricing_plan--bottom
    .pricing_plan--listAll {
    height: auto;
  }
  .pricing-plans .plans_business .pricing_plan--enterprise {
    margin-top: 60px;
  }
}
@media all and (max-width: 500px) {
  .pricing-plans .plans_business .pricing_plan--plan_summary {
    padding: 30px 10% !important;
  }
  .pricing-plans .plans_business .pricing_plan--bottom .pricing_plan--listAll {
    padding-left: 10% !important;
  }
  .pricing-plans .plans_business .pricing_plan--bottom .button--gradient {
    width: 80% !important;
  }
}
.pricing-plans .pricing-plan--mini .plans_business .pricing_plan--bottom {
  padding-top: 35px;
  height: 155px;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--container {
  width: 30%;
  float: left;
  height: 485px;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--container
  .pricing_plan--item {
  padding-bottom: 0;
  min-height: 340px;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--container
  .pricing_plan--term {
  margin-bottom: 40px;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--container
  .pricing_plan--bottom {
  margin: 0;
  background-color: #181818;
  padding: 30px 0 20px;
  height: auto;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--container
  .pricing_plan--plan_summary {
  padding: 20px 10%;
  border-top: 1px solid #303030;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--container
  .pricing_plan--plan_summary
  h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container {
  width: 70%;
  float: left;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing-plan--singleList {
  flex: 1;
  height: 250px;
  padding: 30px 40px;
  background-color: #181818;
  color: #ddd;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .single--header {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li:before {
  display: none;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li {
  width: 45%;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 13px 0 13px 50px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li:nth-of-type(even) {
  width: 55%;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li
  img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list {
  background-color: #000;
  height: 235px;
  margin-bottom: 0;
  padding-left: 50px;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  .single--header {
  display: none;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  ul {
  width: 33%;
  padding: 25px 0;
}
.pricing-plans
  .pricing--proSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  ul
  li {
  font-size: 13px;
  padding: 4px 0;
}
.pricing-plans
  .pricing--proSinglePlans.pricing-plan--mini
  .pricing_plan--bottom {
  background-color: #222;
  padding-top: 0;
  height: auto;
}
.pricing-plans
  .pricing--proSinglePlans.pricing-plan--mini
  .pricing_plan--container {
  height: auto !important;
}
.pricing-plans
  .pricing--proSinglePlans.pricing-plan--mini
  .pricing_plan--container
  .pricing_plan--term {
  margin-bottom: 20px;
}
.pricing-plans
  .pricing--proSinglePlans.pricing-plan--mini
  .pricing-plan--singleList {
  height: 340px;
  padding: 60px 20px 60px 50px;
}
@media only screen and (max-width: 1024px) {
  .pricing-plans .pricing--proSinglePlans .pricing_plan--container {
    width: 400px !important;
    height: auto !important;
  }
  .pricing-plans .pricing--proSinglePlans .pricing_plan--feature-container {
    width: 100%;
  }
  .pricing-plans
    .pricing--proSinglePlans
    .pricing_plan--feature-container
    .pricing_plan--list
    ul {
    padding: 0;
  }
  .pricing-plans .pricing--proSinglePlans .single--header {
    letter-spacing: 3px;
  }
  .pricing-plans
    .pricing--proSinglePlans
    .pricing_plan--list.individual-features {
    margin-top: 0;
    width: 400px !important;
    background: #181818;
    padding-top: 0;
    padding-left: 40px;
  }
  .pricing-plans
    .pricing--proSinglePlans
    .pricing_plan--list.individual-features
    .single--header {
    display: block;
  }
  .pricing-plans .pricing--proSinglePlans .pricing-plan--singleList {
    width: 400px;
    max-width: 100%;
    height: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 30px 20px;
    border-top: 1px solid #303030;
  }
  .pricing-plans
    .pricing--proSinglePlans
    .pricing-plan--singleList
    .pricing_plan--singleListAll {
    flex-direction: column;
  }
  .pricing-plans
    .pricing--proSinglePlans
    .pricing-plan--singleList
    .pricing_plan--singleListAll
    li {
    width: 100%;
    font-size: 16px;
  }
  .pricing-plans
    .pricing--proSinglePlans.pricing-plan--mini
    .pricing-plan--singleList {
    border-top: 0;
  }
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--container {
  width: 30%;
  float: left;
  height: 485px;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--container
  .pricing_plan--item {
  padding-bottom: 0;
  min-height: 340px;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--container
  .pricing_plan--term {
  margin-bottom: 40px;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--container
  .pricing_plan--bottom {
  margin: 0;
  background-color: #181818;
  padding: 30px 0 20px;
  height: auto;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--container
  .pricing_plan--plan_summary {
  padding: 20px 10%;
  border-top: 1px solid #303030;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--container
  .pricing_plan--plan_summary
  h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container {
  width: 70%;
  float: left;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing-plan--singleList {
  flex: 1;
  height: 250px;
  padding: 20px 40px;
  background-color: #181818;
  color: #ddd;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .single--header {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li:before {
  display: none;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li {
  width: 48%;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 10px 0 10px 50px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li:nth-of-type(even) {
  width: 52%;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--singleListAll
  li
  img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list {
  background-color: #000;
  height: 235px;
  margin-bottom: 0;
  padding-left: 50px;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  .single--header {
  display: none;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  ul {
  width: 30%;
  padding: 25px 0;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  ul.set2 {
  width: 40%;
}
.pricing-plans
  .pricing--entSinglePlans
  .pricing_plan--feature-container
  .pricing_plan--list
  ul
  li {
  font-size: 13px;
  padding: 2px 0;
}
.pricing-plans
  .pricing--entSinglePlans.pricing-plan--mini
  .pricing_plan--bottom {
  background-color: #222;
  padding-top: 0;
  height: auto;
}
.pricing-plans
  .pricing--entSinglePlans.pricing-plan--mini
  .pricing_plan--container {
  height: auto !important;
}
.pricing-plans
  .pricing--entSinglePlans.pricing-plan--mini
  .pricing_plan--container
  .pricing_plan--term {
  margin-bottom: 20px;
}
.pricing-plans
  .pricing--entSinglePlans.pricing-plan--mini
  .pricing-plan--singleList {
  height: 340px;
  padding: 60px 20px 60px 50px;
}
@media only screen and (max-width: 1024px) {
  .pricing-plans .pricing--entSinglePlans .pricing_plan--container {
    width: 400px !important;
    height: auto !important;
  }
  .pricing-plans .pricing--entSinglePlans .pricing_plan--feature-container {
    width: 100%;
  }
  .pricing-plans
    .pricing--entSinglePlans
    .pricing_plan--feature-container
    .pricing_plan--list
    ul {
    padding: 0;
  }
  .pricing-plans .pricing--entSinglePlans .single--header {
    letter-spacing: 3px;
  }
  .pricing-plans
    .pricing--entSinglePlans
    .pricing_plan--list.individual-features {
    margin-top: 0;
    width: 400px !important;
    background: #181818;
    padding-top: 0;
    padding-left: 40px;
  }
  .pricing-plans
    .pricing--entSinglePlans
    .pricing_plan--list.individual-features
    .single--header {
    display: block;
  }
  .pricing-plans .pricing--entSinglePlans .pricing-plan--singleList {
    width: 400px;
    max-width: 100%;
    height: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 30px 20px;
    border-top: 1px solid #303030;
  }
  .pricing-plans
    .pricing--entSinglePlans
    .pricing-plan--singleList
    .pricing_plan--singleListAll {
    flex-direction: column;
  }
  .pricing-plans
    .pricing--entSinglePlans
    .pricing-plan--singleList
    .pricing_plan--singleListAll
    li {
    width: 100%;
    font-size: 16px;
  }
  .pricing-plans
    .pricing--entSinglePlans.pricing-plan--mini
    .pricing-plan--singleList {
    border-top: 0;
  }
}
.generic-block-wrapper.block--true-black
  .pricing-plans
  .pricing--gopPlans
  .top-clip {
  content: "";
  position: absolute;
  top: 120px;
  left: -20px;
  right: -20px;
  z-index: 0;
  height: 200px;
  -webkit-clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.pricing--gopPlans {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pricing--gopPlans .gop_plan--wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.pricing--gopPlans .gop_plan--container .gop_plan--item {
  width: 280px;
  height: 470px;
  background-color: #222;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.pricing--gopPlans .gop_plan--container .gop_plan--item.most-popular {
  width: 320px;
  height: 560px;
  padding-top: 60px;
  background: linear-gradient(180deg, #3e3443 20%, #222 100%);
  z-index: 1;
}
.pricing--gopPlans .gop_plan--container .gop_plan--item .most-popular-badge {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: #e80a89;
  font-weight: 700;
  position: absolute;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  font-size: 12px;
  line-height: 1;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter h3 {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 10px;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter .duration_box {
  position: relative;
  display: inline-block;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter .duration_box sup {
  position: absolute;
  bottom: 14px;
  left: -22px;
  font-size: 12px;
  color: #aaa;
  font-weight: 700;
}
.pricing--gopPlans .gop_plan--container .gop_plan--inverter .gop_plan--price {
  color: #fff;
  font-size: 18px;
  margin: 0 0 5px;
}
.pricing--gopPlans .gop_plan--price .curr-major {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}
.pricing--gopPlans .gop_plan--price .curr-dec-sep,
.pricing--gopPlans .gop_plan--price .curr-minor {
  display: none;
}
.pricing--gopPlans .gop_plan--price .curr-symbol {
  position: relative;
  top: -22px;
  left: -5px;
  font-weight: 200;
  font-size: 14px;
}
.pricing--gopPlans
  .gop_plan--container
  .gop_plan--item.most-popular
  .curr-major {
  font-size: 55px;
}
.pricing--gopPlans
  .gop_plan--container
  .gop_plan--item.most-popular
  .curr-symbol {
  font-size: 18px;
  top: -26px;
}
.pricing--gopPlans
  .gop_plan--container
  .gop_plan--item.most-popular
  .gop_plan--inverter
  .duration_box
  sup {
  font-size: 16px;
  left: -29px;
  bottom: 13px;
}
.pricing--gopPlans
  .gop_plan--container
  .gop_plan--item.most-popular
  .gop_plan--inverter
  h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.pricing--gopPlans .gop_plan--button {
  display: block;
}
.pricing--gopPlans .gop_plan--button .button {
  margin: 10px 0 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.pricing--gopPlans body:not(:-moz-handler-blocked) .gop_plan--container {
  margin: 4vw 1.8% 2vw;
}
.pricing--gopPlans .gop_plan--container {
  display: flex;
  align-items: center;
}
.pricing--gopPlans .gop_plan--item {
  box-shadow: 0 2px 18px 8px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 960px) {
  .pricing--gopPlans .gop_plan--container {
    flex-direction: column;
  }
  .pricing--gopPlans .gop_plan--container .gop_plan--item {
    margin-bottom: 40px;
  }
  .pricing--gopPlans .gop_plan--container .gop_plan--item.most-popular {
    width: 280px;
    height: 230px;
  }
}
.pricing-plans a.tooltip_wrapper {
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  white-space: normal;
}
.pricing-plans a.tooltip_wrapper .tooltip_wrapper--circle {
  width: 10px;
  height: 10px;
  border: 1px solid #ea1788;
  border-radius: 50px;
  padding: 1px;
}
.pricing-plans a.tooltip_wrapper .tooltip_wrapper--innerCircle {
  width: 6px;
  height: 6px;
  background: #ea1788;
  border-radius: 50px;
  display: block;
}
.pricing-plans a.tooltip_wrapper span.tooltip_wrapper--desc {
  z-index: 10;
  display: none;
  width: 300px;
  font-size: 12px;
  line-height: 1.4;
  color: #282828;
  border: 1px solid #aaa;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
.pricing-plans a.tooltip_wrapper:hover {
  text-decoration: none;
}
.pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc:after,
.pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
.pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc:before {
  border-color: transparent;
  border-right-color: #aaa;
  border-width: 16px;
  margin-top: -16px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc:after {
    border-top-color: #fff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc.right-edge {
    left: inherit;
    top: inherit;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: 5px;
  }
  .pricing-plans
    a.tooltip_wrapper:hover
    span.tooltip_wrapper--desc.right-edge:before {
    border-top-color: #aaa;
    border-width: 15px;
    border-right-color: transparent;
    margin-top: -16px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .pricing-plans
    a.tooltip_wrapper:hover
    span.tooltip_wrapper--desc.right-edge:after {
    border-top-color: #fff;
    border-right-color: transparent;
    border-width: 15px;
    margin-top: -15px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -29px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1450px) {
  .pricing-plans a.tooltip_wrapper:hover span.tooltip_wrapper--desc.right-edge {
    transform: translateX(-80%);
  }
  .pricing-plans
    a.tooltip_wrapper:hover
    span.tooltip_wrapper--desc.right-edge:after,
  .pricing-plans
    a.tooltip_wrapper:hover
    span.tooltip_wrapper--desc.right-edge:before {
    left: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .pricing-plans a.tooltip_wrapper {
    display: none;
  }
}
#ps_pro_qty_modal {
  background: rgba(0, 0, 0, 0.93);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  transition: opacity 0.7s ease;
  z-index: 99999;
  color: #fff;
}
#ps_pro_qty_modal.active {
  opacity: 1;
}
#ps_pro_qty_modal .pilot-show {
  display: none;
}
#ps_pro_qty_modal.display_pilot .pilot-show {
  display: inline-block;
}
#ps_pro_qty_modal.display_pilot .pilot-hide {
  display: none;
}
#ps_pro_qty_modal .ps_pro_qty_modal-cancel {
  display: inline-block;
  padding: 5px;
  margin-left: 30px;
  cursor: pointer;
}
#ps_pro_qty_modal .qty-sales-message {
  margin-top: -20px;
  margin-bottom: 40px;
}
#ps_pro_qty_modal .qty-sales-message.hidden {
  display: none;
}
#ps_pro_qty_modal .container {
  max-width: 1100px;
  margin: 0 auto;
}
#ps_pro_qty_modal .container .row.column-control--wide {
  position: absolute;
  max-width: 1100px;
  top: 45%;
  transform: translateY(-50%);
}
#ps_pro_qty_modal .container .column_qty {
  text-align: center;
}
#ps_pro_qty_modal .container .qty-selector {
  height: 120px;
  position: relative;
  margin-bottom: 40px;
}
#ps_pro_qty_modal .container .qty-selector .qty-down,
#ps_pro_qty_modal .container .qty-selector .qty-up {
  background-color: #222;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 45px;
  border-radius: 25px;
}
#ps_pro_qty_modal .container .qty-selector .qty-down:hover,
#ps_pro_qty_modal .container .qty-selector .qty-up:hover {
  background-color: #2c2c2c;
}
#ps_pro_qty_modal .container .qty-selector .qty-down.disabled,
#ps_pro_qty_modal .container .qty-selector .qty-up.disabled {
  cursor: default;
  background-color: #181818;
}
#ps_pro_qty_modal .container .qty-selector .qty-down.disabled i.icons,
#ps_pro_qty_modal .container .qty-selector .qty-up.disabled i.icons {
  border: solid #222;
  border-width: 0 4px 4px 0;
}
#ps_pro_qty_modal .container .qty-selector .qty-down.disabled:hover,
#ps_pro_qty_modal .container .qty-selector .qty-up.disabled:hover {
  background-color: #181818;
}
#ps_pro_qty_modal .container .qty-selector .qty-down i.icons,
#ps_pro_qty_modal .container .qty-selector .qty-up i.icons {
  position: absolute;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 4px 4px 0;
  padding: 6px;
  top: 12px;
  right: 17px;
}
#ps_pro_qty_modal .container .qty-selector .qty-down {
  margin-right: 60px;
}
#ps_pro_qty_modal .container .qty-selector .qty-up {
  margin-left: 60px;
}
#ps_pro_qty_modal .container .qty-selector .qty-up i.icons {
  transform: rotate(225deg);
  top: 20px;
}
#ps_pro_qty_modal .container .qty-selector .qty-display {
  text-align: center;
  display: inline-block;
}
#ps_pro_qty_modal .container .qty-selector .qty-display .qty-display-number {
  font-size: 90px;
  font-weight: 200;
  line-height: 1;
  margin-top: -10px;
  width: 130px;
}
#ps_pro_qty_modal .container .qty-selector .qty-display .qty-display-label {
  font-size: 13px;
  color: #a5a5a5;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 800;
  margin-top: 10px;
}
@media all and (max-width: 1024px) {
  #ps_pro_qty_modal .container .column_qty {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #ps_pro_qty_modal .container .column_feature {
    max-width: 610px;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #ps_pro_qty_modal .container .row.column-control--wide {
    position: relative;
    top: 0;
    transform: unset;
  }
  #ps_pro_qty_modal .container .ps_pro_qty_modal-cancel {
    display: block;
    margin-left: 0;
  }
  #ps_pro_qty_modal .container .qty-selector .qty-down {
    margin-right: 30px;
  }
  #ps_pro_qty_modal .container .qty-selector .qty-up {
    margin-left: 30px;
  }
}
#ps_pro_qty_modal .container h3 {
  margin-bottom: 40px;
  font-size: 28px;
}
#ps_pro_qty_modal .container ul {
  margin-left: 0;
}
#ps_pro_qty_modal .container ul li {
  font-size: 16px;
  font-weight: 100;
  padding-left: 45px;
  margin-bottom: 20px;
}
#ps_pro_qty_modal .container ul li:before {
  background: url(https://www.codenests.com/content/dam/codenests2/product/business_platform/pilot_checkbox@2x.png)
    no-repeat center center;
  background-size: 15px 10px;
  content: "";
  height: 27px;
  width: 15px;
  margin-top: -2px;
  margin-left: -40px;
}
.pricing-plans .plans_yearly_only .pricing_plan--wrapper {
  margin-left: 1%;
  margin-right: 1%;
}
.pricing-plans .plans_yearly_only .pricing_plan--wrapper .pricing_plan--list {
  height: 560px;
}
.pricing-plans .plans_yearly_only .pricing_plan--listAll li {
  padding-left: 28px;
  position: relative;
}
.pricing-plans .plans_yearly_only .pricing_plan--listAll li.not-included {
  color: #777;
}
.pricing-plans
  .plans_yearly_only
  .pricing_plan--listAll
  li
  .list-circle-checkmark {
  background: #e80a89;
  position: absolute;
  top: 6px;
  left: 0;
}
.pricing-plans
  .plans_yearly_only
  .pricing_plan--listAll
  li
  .list-circle-checkmark:before {
  border-color: #fff;
}
.pricing-plans .plans_yearly_only .pricing_plan--listAll li .list-circle-x {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: block;
  margin-right: 5px;
  top: 4px;
  border: 2px solid #555;
  position: absolute;
  top: 6px;
  left: 0;
}
.pricing-plans
  .plans_yearly_only
  .pricing_plan--listAll
  li
  .list-circle-x:after,
.pricing-plans
  .plans_yearly_only
  .pricing_plan--listAll
  li
  .list-circle-x:before {
  content: "";
  width: 2px;
  height: 12px;
  background: #555;
  position: absolute;
  top: 2px;
  left: 7px;
}
.pricing-plans
  .plans_yearly_only
  .pricing_plan--listAll
  li
  .list-circle-x:before {
  transform: rotate(45deg);
}
.pricing-plans
  .plans_yearly_only
  .pricing_plan--listAll
  li
  .list-circle-x:after {
  transform: rotate(-45deg);
}
.pricing-plans .pricing_wrapper {
  color: #fff;
}
.pricing-plans .pricing_wrapper .pricing_flex-container {
  display: flex;
  flex-wrap: nowrap;
  max-width: 360px;
  margin: 70px auto 0;
  flex-direction: column;
}
.pricing-plans .pricing_wrapper .pricing_section {
  position: relative;
  margin-bottom: 20px;
}
.pricing-plans .pricing_wrapper .pricing_section .pricing_save {
  display: none;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 7px;
  background: #ffba0e;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.pricing-plans .pricing_wrapper .pricing_display {
  text-align: center;
  padding: 55px 20px 40px;
  background-color: #222;
  min-height: 331px;
}
.pricing-plans .pricing_wrapper .pricing_display h2 {
  font-size: 26px;
  font-weight: 100;
  margin-top: 0;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_price {
  margin-bottom: 15px;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_term {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 10px;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_ctas {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}
.pricing-plans .pricing_wrapper .pricing_display .pricing_trial-link {
  color: #0096ad;
}
@media only screen and (min-width: 1025px) {
  .pricing-plans .pricing_wrapper .pricing_flex-container {
    flex-direction: row;
    max-width: 1400px;
  }
  .pricing-plans .pricing_wrapper .pricing_flex-container .pricing_box-shadow {
    box-shadow: -10px 0 5px 0 rgba(0, 0, 0, 0.25),
      10px 0 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
  }
  .pricing-plans .pricing_wrapper .pricing_flex-container > div {
    flex: 1;
  }
  .pricing-plans .pricing_wrapper .pricing_section .pricing_save {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .pricing-plans .pricing_wrapper.plans_business .pricing_flex-container {
    flex-direction: row;
    max-width: 1400px;
  }
  .pricing-plans
    .pricing_wrapper.plans_business
    .pricing_flex-container
    .pricing_box-shadow {
    box-shadow: -10px 0 5px 0 rgba(0, 0, 0, 0.25),
      10px 0 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
  }
  .pricing-plans .pricing_wrapper.plans_business .pricing_flex-container > div {
    flex: 1;
  }
  .pricing-plans
    .pricing_wrapper.plans_business
    .pricing_section
    .pricing_save {
    display: block;
  }
  .mypopup-wrap {
    width: 95% !important;
  }
}
.pricing-plans .pricing_wrapper .pricing_features {
  background-color: #181818;
  padding: 35px 5px 80px;
}
.pricing-plans .pricing_wrapper .pricing_features .pricing_feature-list {
  width: max-content;
  margin: 0 auto;
}
@supports (-ms-ime-align: auto) {
  .pricing_wrapper .pricing_features li {
    margin: 0 auto;
    width: 270px;
    margin-bottom: 16px;
  }
}
.pricing-plans .pricing_wrapper .pricing_features li:before {
  content: "";
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li.pricing_feature-list-disabled {
  color: #666;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li.pricing_feature-list-disabled
  .pricing_list-circle-checkmark {
  background-color: #222;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li.pricing_feature-list-disabled
  .pricing_list-circle-checkmark::before {
  content: "\00D7";
  top: -2px;
  left: 5px;
  transform: unset;
  border-width: 0;
  font-size: 16px;
  font-weight: 400;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li.pricing_feature-list-disabled
  a.tooltip_wrapper
  .tooltip_wrapper--circle {
  border: 1px solid #666;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li.pricing_feature-list-disabled
  a.tooltip_wrapper
  .tooltip_wrapper--innerCircle {
  background: #666;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li
  .pricing_list-circle-checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
  background-color: #4b4b4b;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  .pricing_feature-list
  li
  .pricing_list-circle-checkmark:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
}
.pricing-plans .pricing_wrapper .pricing_features a.tooltip_wrapper {
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  white-space: normal;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  a.tooltip_wrapper
  .tooltip_wrapper--circle {
  width: 10px;
  height: 10px;
  border: 1px solid #ea1788;
  border-radius: 50px;
  padding: 1px;
}
.pricing-plans
  .pricing_wrapper
  .pricing_features
  a.tooltip_wrapper
  .tooltip_wrapper--innerCircle {
  width: 6px;
  height: 6px;
  background: #ea1788;
  border-radius: 50px;
  display: block;
}
.pricing-plans p.team-disclaimer {
  margin-top: 30px;
  text-align: center;
  font-weight: 100;
  color: #888;
  font-size: 14px;
  clear: both;
  float: left;
  width: 100%;
}
.previousrelease.section {
  margin-left: 45px;
  padding-bottom: 60px;
}
.previous-release__head {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}
.previous-release__date {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
}
.previous-release__title {
  color: #222;
  font-size: 36px;
  font-weight: 200;
  padding-bottom: 25px;
}
.previous-release__link {
  color: #e80a89;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .previousrelease.section {
    margin: 30px 0 -100px;
    background: #f3f3f3;
    padding: 60px 0.9375rem;
  }
  .previous-release__head {
    font-weight: 200;
  }
  .previous-release__date {
    font-size: 11px;
  }
  .previous-release__title {
    font-size: 18px;
  }
}
.press-release-table-page {
  display: none;
}
.press-release-row {
  padding: 25px 0;
  border-top: 1px solid #555;
  text-align: left;
}
.press-release-row:nth-child(n + 26) {
  display: none;
}
.press-release-row-type {
  color: #e80a89;
  border: 1px solid #e80a89;
  font-size: 11px;
  text-transform: uppercase;
  width: fit-content;
  padding: 1px 5px;
  line-height: 14px;
  border-radius: 2px;
}
.press-release-row-date {
  width: 110px;
  color: #a9a9a9;
  font-weight: 500;
  font-size: 11px;
}
.press-release-row-title {
  float: left;
  width: calc(100% - 110px);
  margin: 8px 0 5px;
}
.press-release-row-title a,
.press-release-row-title a:hover {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .press-release-table {
    font-size: 11px;
  }
  .press-release-row-title {
    width: 100%;
    clear: left;
    margin-top: 5px;
  }
}
#path-section-container ul#filterOptions {
  border-bottom: 1px solid #aaa;
  margin-left: 0;
}
#path-section-container ul#filterOptions li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}
#path-section-container ul#filterOptions li a {
  color: #b5b5b5;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
}
#path-section-container ul#filterOptions li a:hover {
  color: #fff;
}
#path-section-container ul#filterOptions li.active a {
  color: #fff;
  border-bottom-color: #e80a89;
}
#path-section-container ul#filterOptions li:before {
  display: none;
}
#pathContent {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}
#pathContent div.item {
  width: 50%;
  float: left;
  padding: 0 10px 15px;
}
#pathContent div.item .item-each {
  background-color: #222;
  width: 100%;
  height: 80px;
  position: relative;
}
#pathContent div.item a:hover .item-each {
  background-color: #252525;
}
#pathContent div.item .item-image {
  height: 75px;
  width: 75px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pathContent div.item .item-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pathContent div.item .item-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pathContent div.item .item-text ul li {
  font-size: 14px;
  font-weight: 200;
  color: #858585;
  display: inline-block;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 0;
}
#pathContent div.item .item-text ul li:before {
  display: none;
}
#pathContent div.item .item-text ul li span {
  color: #fff;
  font-weight: 500;
}
#pathContent li.has-test {
  padding-right: 0;
}
#pathContent li.has-test span {
  font-weight: 200 !important;
  color: #858585 !important;
  margin-left: 1px;
}
@media screen and (max-width: 950px) {
  #pathContent li.has-test span {
    display: none;
  }
}
#pathContent li.has-test svg {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
}
#pathContent li.has-test.has-transcender-exam svg g {
  fill: #25c9f9;
}
@media only screen and (max-width: 768px) {
  #pathContent div.item {
    width: 100%;
    float: none;
  }
  #pathContent div.item .item-text {
    font-size: 16px;
  }
}
.mktoForm {
  padding: 10px 0 !important;
}
.mktoForm input {
  margin-bottom: 9px;
  box-shadow: none;
  border-radius: 2px;
  padding: 15px 5px;
  height: 40px !important;
}
.mktoButton {
  font-size: 12pt !important;
  height: 40px;
  min-width: 160px;
  width: auto;
  display: block;
  position: relative;
  font-weight: 300 !important;
  line-height: 40px;
  padding-top: 0 !important;
  border: 0;
}
.mktoForm .mktoLabel {
  float: left;
  line-height: 1.75em !important;
  padding-top: 0.3em;
  width: auto;
  max-width: 300px;
  font-weight: 400 !important;
  font-size: 0.9em;
  cursor: default;
}
.mktoForm .mktoHtmlText,
.mktoForm .mktoLabel,
.mktoForm label {
  color: #181818 !important;
}
.mktoForm p {
  font-size: 14px;
  font-weight: 400;
}
.mktoForm input[type="date"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="tel"],
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm select.mktoField {
  height: 40px !important;
  padding: 10px !important;
}
.mktoForm textarea.mktoField {
  padding: 10px !important;
}
.mktoForm label.mktoLabel.mktoHasWidth {
  width: auto !important;
}
.mktoForm input,
.mktoForm select {
  float: left !important;
  clear: left;
  width: 300px !important;
  max-width: 100%;
  font-size: 13px !important;
  height: 30px !important;
}
.mktoForm textarea {
  float: left !important;
  clear: left;
  width: 300px !important;
  max-width: 100%;
  font-size: 13px !important;
}
.mktoForm input[type="checkbox"],
.mktoForm input[type="radio"] {
  height: auto !important;
  width: auto !important;
}
.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
  clear: left;
  width: 300px !important;
  max-width: 100%;
}
.mktoHtmlText {
  width: 300px !important;
  max-width: 100%;
  font-size: 12px;
}
.mktoHtmlText p {
  font-size: 12px;
}
.mktoButtonWrap {
  margin: 0 !important;
}
.mktoGutter,
.mktoOffset {
  display: none !important;
}
.mktoAsterix {
  padding: 0 !important;
}
.mktoButtonRow {
  margin-top: 10px !important;
}
.marketo-form--center form {
  margin: 0 auto;
}
.marketo-form--black {
  background-color: #000;
}
.marketo-form--semiblack {
  background-color: #181818;
}
.marketo-form--dark-gray {
  background-color: #222;
}
.block--black .mktoForm .mktoAsterix,
.block--black .mktoForm .mktoCheckboxList label,
.block--black .mktoForm .mktoHtmlText,
.block--black .mktoForm .mktoHtmlText p,
.block--black .mktoForm .mktoLabel,
.block--black .mktoForm .mktoRadioList label,
.block--black .mktoForm label,
.block--dark .mktoForm .mktoAsterix,
.block--dark .mktoForm .mktoCheckboxList label,
.block--dark .mktoForm .mktoHtmlText,
.block--dark .mktoForm .mktoHtmlText p,
.block--dark .mktoForm .mktoLabel,
.block--dark .mktoForm .mktoRadioList label,
.block--dark .mktoForm label,
.block--dark-gray .mktoForm .mktoAsterix,
.block--dark-gray .mktoForm .mktoCheckboxList label,
.block--dark-gray .mktoForm .mktoHtmlText,
.block--dark-gray .mktoForm .mktoHtmlText p,
.block--dark-gray .mktoForm .mktoLabel,
.block--dark-gray .mktoForm .mktoRadioList label,
.block--dark-gray .mktoForm label,
.block--dark-gray-2 .mktoForm .mktoAsterix,
.block--dark-gray-2 .mktoForm .mktoCheckboxList label,
.block--dark-gray-2 .mktoForm .mktoHtmlText,
.block--dark-gray-2 .mktoForm .mktoHtmlText p,
.block--dark-gray-2 .mktoForm .mktoLabel,
.block--dark-gray-2 .mktoForm .mktoRadioList label,
.block--dark-gray-2 .mktoForm label,
.block--true-black .mktoForm .mktoAsterix,
.block--true-black .mktoForm .mktoCheckboxList label,
.block--true-black .mktoForm .mktoHtmlText,
.block--true-black .mktoForm .mktoHtmlText p,
.block--true-black .mktoForm .mktoLabel,
.block--true-black .mktoForm .mktoRadioList label,
.block--true-black .mktoForm label,
.marketo-form--black .mktoForm .mktoAsterix,
.marketo-form--black .mktoForm .mktoCheckboxList label,
.marketo-form--black .mktoForm .mktoHtmlText,
.marketo-form--black .mktoForm .mktoHtmlText p,
.marketo-form--black .mktoForm .mktoLabel,
.marketo-form--black .mktoForm .mktoRadioList label,
.marketo-form--black .mktoForm label,
.marketo-form--dark-gray .mktoForm .mktoAsterix,
.marketo-form--dark-gray .mktoForm .mktoCheckboxList label,
.marketo-form--dark-gray .mktoForm .mktoHtmlText,
.marketo-form--dark-gray .mktoForm .mktoHtmlText p,
.marketo-form--dark-gray .mktoForm .mktoLabel,
.marketo-form--dark-gray .mktoForm .mktoRadioList label,
.marketo-form--dark-gray .mktoForm label,
.marketo-form--semiblack .mktoForm .mktoAsterix,
.marketo-form--semiblack .mktoForm .mktoCheckboxList label,
.marketo-form--semiblack .mktoForm .mktoHtmlText,
.marketo-form--semiblack .mktoForm .mktoHtmlText p,
.marketo-form--semiblack .mktoForm .mktoLabel,
.marketo-form--semiblack .mktoForm .mktoRadioList label,
.marketo-form--semiblack .mktoForm label {
  color: #fff !important;
}
.block--black .mktoForm input,
.block--black .mktoForm select,
.block--black .mktoForm textarea,
.block--dark .mktoForm input,
.block--dark .mktoForm select,
.block--dark .mktoForm textarea,
.block--dark-gray .mktoForm input,
.block--dark-gray .mktoForm select,
.block--dark-gray .mktoForm textarea,
.block--dark-gray-2 .mktoForm input,
.block--dark-gray-2 .mktoForm select,
.block--dark-gray-2 .mktoForm textarea,
.block--true-black .mktoForm input,
.block--true-black .mktoForm select,
.block--true-black .mktoForm textarea,
.marketo-form--black .mktoForm input,
.marketo-form--black .mktoForm select,
.marketo-form--black .mktoForm textarea,
.marketo-form--dark-gray .mktoForm input,
.marketo-form--dark-gray .mktoForm select,
.marketo-form--dark-gray .mktoForm textarea,
.marketo-form--semiblack .mktoForm input,
.marketo-form--semiblack .mktoForm select,
.marketo-form--semiblack .mktoForm textarea {
  background: #363636;
  color: #fff;
  border: 0;
}
.marketo-form--light-gray,
.marketo-form--white {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
}
.marketo-form--light-gray .mktoForm .mktoAsterix,
.marketo-form--light-gray .mktoForm .mktoCheckboxList label,
.marketo-form--light-gray .mktoForm .mktoHtmlText,
.marketo-form--light-gray .mktoForm .mktoHtmlText p,
.marketo-form--light-gray .mktoForm .mktoLabel,
.marketo-form--light-gray .mktoForm .mktoRadioList label,
.marketo-form--light-gray .mktoForm label,
.marketo-form--white .mktoForm .mktoAsterix,
.marketo-form--white .mktoForm .mktoCheckboxList label,
.marketo-form--white .mktoForm .mktoHtmlText,
.marketo-form--white .mktoForm .mktoHtmlText p,
.marketo-form--white .mktoForm .mktoLabel,
.marketo-form--white .mktoForm .mktoRadioList label,
.marketo-form--white .mktoForm label {
  color: #181818 !important;
}
.marketo-form--light-gray .mktoForm input,
.marketo-form--light-gray .mktoForm select,
.marketo-form--light-gray .mktoForm textarea,
.marketo-form--white .mktoForm input,
.marketo-form--white .mktoForm select,
.marketo-form--white .mktoForm textarea {
  background-color: #fff;
  border: 1px solid #e80a89;
}
.marketo-form-component.accent_yellow.marketo-form--light-gray .mktoForm input,
.marketo-form-component.accent_yellow.marketo-form--light-gray .mktoForm select,
.marketo-form-component.accent_yellow.marketo-form--light-gray
  .mktoForm
  textarea,
.marketo-form-component.accent_yellow.marketo-form--white .mktoForm input,
.marketo-form-component.accent_yellow.marketo-form--white .mktoForm select,
.marketo-form-component.accent_yellow.marketo-form--white .mktoForm textarea {
  border: 1px solid #ffb115;
}
.marketo-form-component.accent_yellow .mktoForm a {
  color: #ffb115;
}
.marketo-form-component.accent_yellow .mktoForm .mktoButtonWrap .mktoButton {
  background: #ffb115 !important;
}
.marketo-form-component.accent_yellow
  .mktoForm
  .mktoButtonWrap
  .mktoButton:hover {
  background: #ffb115 !important;
}
.marketo-form-component.accent_green.marketo-form--light-gray .mktoForm input,
.marketo-form-component.accent_green.marketo-form--light-gray .mktoForm select,
.marketo-form-component.accent_green.marketo-form--light-gray
  .mktoForm
  textarea,
.marketo-form-component.accent_green.marketo-form--white .mktoForm input,
.marketo-form-component.accent_green.marketo-form--white .mktoForm select,
.marketo-form-component.accent_green.marketo-form--white .mktoForm textarea {
  border: 1px solid #4cb272;
}
.marketo-form-component.accent_green .mktoForm a {
  color: #4cb272;
}
.marketo-form-component.accent_green .mktoForm .mktoButtonWrap .mktoButton {
  background: #4cb272 !important;
}
.marketo-form-component.accent_green
  .mktoForm
  .mktoButtonWrap
  .mktoButton:hover {
  background: #4cb272 !important;
}
.marketo-form-component.accent_blue.marketo-form--light-gray .mktoForm input,
.marketo-form-component.accent_blue.marketo-form--light-gray .mktoForm select,
.marketo-form-component.accent_blue.marketo-form--light-gray .mktoForm textarea,
.marketo-form-component.accent_blue.marketo-form--white .mktoForm input,
.marketo-form-component.accent_blue.marketo-form--white .mktoForm select,
.marketo-form-component.accent_blue.marketo-form--white .mktoForm textarea {
  border: 1px solid #0096ad;
}
.marketo-form-component.accent_blue .mktoForm a {
  color: #0096ad;
}
.marketo-form-component.accent_blue .mktoForm .mktoButtonWrap .mktoButton {
  background: #0096ad !important;
}
.marketo-form-component.accent_blue
  .mktoForm
  .mktoButtonWrap
  .mktoButton:hover {
  background: #0096ad !important;
}
.marketo-form-component {
  padding-bottom: 10px;
}
.marketo-form-component .marketo-form--headerMessage {
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 301px;
  line-height: 1.4;
}
.marketo-form-component .marketo-form-data.hidden {
  display: none;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  min-width: 240px !important;
  padding: 15px 30px !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  border-radius: 3px !important;
  background-color: #e80a89 !important;
  background-image: none !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #fff;
  background-color: #e80a89 !important;
}
.marketo-form--inline .mktoForm {
  width: auto !important;
  max-width: 720px;
  margin: 0 -30px;
}
.marketo-form--inline.marketo-form--center .mktoForm {
  margin: 0 auto;
}
.marketo-form--inline .mktoForm::after {
  clear: both;
  content: "";
  display: block;
}
.marketo-form--inline .mktoForm .mktoFormRow {
  float: left;
  clear: none;
  padding: 0 30px;
}
.marketo-form--inline .mktoButtonRow {
  float: left;
  clear: both;
  margin: 0 30px;
}
.marketo-form-component .loading-message-top {
  margin: 20px 20px 0;
  color: #aaa;
  text-align: center;
}
.marketo-form-component .loading-message-bottom {
  margin: 0 20px 20px;
  color: #ddd;
  text-align: center;
}
#marketoForm_1007 .mktoFieldWrap {
  padding-left: 30px;
  position: relative;
}
#marketoForm_1007 .mktoFormRow:first-of-type .mktoFieldWrap {
  padding-left: 0;
}
.mktoForm .mktoCheckboxList > label,
.mktoForm .mktoRadioList > label {
  margin-bottom: 8px;
}
.mktoForm .mktoCheckboxList > input,
.mktoForm .mktoRadioList > input {
  margin-top: 2px;
}
#marketoForm_1007 .mktoCheckboxList {
  position: absolute;
  left: 0;
  top: 2px;
}
#global-footer
  .marketo-form-component
  .marketo-form__success-message.form-1229 {
  text-align: center;
}
.mktoForm input[type="checkbox"] {
  margin-bottom: 0 !important;
}
@media all and (max-width: 720px) {
  .marketo-form--inline .mktoForm,
  .mktoForm {
    max-width: 300px;
  }
  .marketo-form--inline .mktoForm .mktoFormRow {
    padding: 0;
  }
}
@media all and (max-width: 360px) {
  .mktoForm button.mktoButton {
    padding: 0 15px 30px;
  }
  .marketo-form-component {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
  }
}
.lr-image-flush {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.lr-image-flush.block--black .lr-textone h1,
.lr-image-flush.block--black .lr-textone h2,
.lr-image-flush.block--black .lr-textone h3,
.lr-image-flush.block--black .lr-textone h4,
.lr-image-flush.block--black .lr-textone h5,
.lr-image-flush.block--black .lr-textone h6,
.lr-image-flush.block--black .lr-textone p,
.lr-image-flush.block--black .lr-texttwo h1,
.lr-image-flush.block--black .lr-texttwo h2,
.lr-image-flush.block--black .lr-texttwo h3,
.lr-image-flush.block--black .lr-texttwo h4,
.lr-image-flush.block--black .lr-texttwo h5,
.lr-image-flush.block--black .lr-texttwo h6,
.lr-image-flush.block--black .lr-texttwo p,
.lr-image-flush.block--black .lr-title h1,
.lr-image-flush.block--black .lr-title h2,
.lr-image-flush.block--black .lr-title h3,
.lr-image-flush.block--black .lr-title h4,
.lr-image-flush.block--black .lr-title h5,
.lr-image-flush.block--black .lr-title h6,
.lr-image-flush.block--black .lr-title p,
.lr-image-flush.block--dark-gray .lr-textone h1,
.lr-image-flush.block--dark-gray .lr-textone h2,
.lr-image-flush.block--dark-gray .lr-textone h3,
.lr-image-flush.block--dark-gray .lr-textone h4,
.lr-image-flush.block--dark-gray .lr-textone h5,
.lr-image-flush.block--dark-gray .lr-textone h6,
.lr-image-flush.block--dark-gray .lr-textone p,
.lr-image-flush.block--dark-gray .lr-texttwo h1,
.lr-image-flush.block--dark-gray .lr-texttwo h2,
.lr-image-flush.block--dark-gray .lr-texttwo h3,
.lr-image-flush.block--dark-gray .lr-texttwo h4,
.lr-image-flush.block--dark-gray .lr-texttwo h5,
.lr-image-flush.block--dark-gray .lr-texttwo h6,
.lr-image-flush.block--dark-gray .lr-texttwo p,
.lr-image-flush.block--dark-gray .lr-title h1,
.lr-image-flush.block--dark-gray .lr-title h2,
.lr-image-flush.block--dark-gray .lr-title h3,
.lr-image-flush.block--dark-gray .lr-title h4,
.lr-image-flush.block--dark-gray .lr-title h5,
.lr-image-flush.block--dark-gray .lr-title h6,
.lr-image-flush.block--dark-gray .lr-title p {
  color: #fff;
}
.lr-image-flush.block--light .lr-textone h1,
.lr-image-flush.block--light .lr-textone h2,
.lr-image-flush.block--light .lr-textone h3,
.lr-image-flush.block--light .lr-textone h4,
.lr-image-flush.block--light .lr-textone h5,
.lr-image-flush.block--light .lr-textone h6,
.lr-image-flush.block--light .lr-textone p,
.lr-image-flush.block--light .lr-texttwo h1,
.lr-image-flush.block--light .lr-texttwo h2,
.lr-image-flush.block--light .lr-texttwo h3,
.lr-image-flush.block--light .lr-texttwo h4,
.lr-image-flush.block--light .lr-texttwo h5,
.lr-image-flush.block--light .lr-texttwo h6,
.lr-image-flush.block--light .lr-texttwo p,
.lr-image-flush.block--light .lr-title h1,
.lr-image-flush.block--light .lr-title h2,
.lr-image-flush.block--light .lr-title h3,
.lr-image-flush.block--light .lr-title h4,
.lr-image-flush.block--light .lr-title h5,
.lr-image-flush.block--light .lr-title h6,
.lr-image-flush.block--light .lr-title p {
  color: #555;
}
.lr-image-flush .lr-title {
  margin: 5% 0;
  padding: 0;
}
.lr-image-flush .lr-image__block {
  width: 50%;
  height: 100%;
  overflow: auto;
  align-content: center;
  margin: 0;
  padding: 0;
  min-height: 500px;
}
.lr-image-flush .lr-image__block img {
  border: 0;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-image__block {
    display: block;
    width: 100%;
    height: 50%;
  }
}
.lr-image-flush .lr-image__block.block_right {
  float: right;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-image__block.block_right {
    float: none;
  }
}
.lr-image-flush .lr-image__block.block_left {
  float: left;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-image__block.block_left {
    float: none;
  }
}
.lr-image-flush .lr-text__block {
  height: 100%;
  width: 50%;
  float: right;
  padding: 3% 5% 0;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-text__block {
    padding: 0 0 5%;
    display: block;
    width: 100%;
    height: 50% !important;
  }
}
.lr-image-flush .lr-text__block.block_right {
  float: left;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-text__block.block_right {
    float: none;
  }
}
.lr-image-flush .lr-text__block.block_left {
  float: right;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-text__block.block_left {
    float: none;
  }
}
.lr-image-flush .lr-text__block .lr-textone,
.lr-image-flush .lr-text__block .lr-texttwo {
  width: 100%;
  padding: 0 0 3%;
}
.lr-image-flush .lr-text__block .lr-textone p,
.lr-image-flush .lr-text__block .lr-texttwo p {
  width: 85%;
  word-wrap: break-word;
  margin: 0;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-text__block .lr-textone p,
  .lr-image-flush .lr-text__block .lr-texttwo p {
    margin: 0 auto;
    display: block;
  }
}
.lr-image-flush .lr-text__block .lr-texttwo p {
  font-size: 14px;
}
.lr-image-flush .lr-text__block .lr-psbtn {
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 860px) {
  .lr-image-flush .lr-text__block .lr-psbtn {
    margin-left: 12%;
  }
}
@media print {
  .live-speaker-filter .lsf--btn {
    color: #000;
  }
}
.live-speaker-filter .lsf {
  hyphens: none;
}
.live-speaker-filter .lsf_tags fieldset {
  padding: 0;
  border: none !important;
}
.live-speaker-filter .lsf--container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
.live-speaker-filter .lsf--container:after {
  content: "";
  clear: both;
  display: block;
}
.live-speaker-filter .lsf--btn {
  background: #ec008c;
  border: solid 1px #ec008c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 2px;
  appearance: none;
}
.live-speaker-filter .lsf--btn:focus {
  outline: 0;
}
.live-speaker-filter .lsf--btn:hover {
  color: #fff;
  text-decoration: none;
}
.live-speaker-filter .lsf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.live-speaker-filter .lsf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.live-speaker-filter .lsf_tags a,
.live-speaker-filter .lsf_tags button {
  font-family: tungsten a, tungsten b, sans-serif;
  background: 0 0;
  border: solid 1px #fff;
  border-radius: 0;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin: 5px;
  min-width: auto;
  padding: 8px 30px;
  transition: all 0.3s ease;
}
.live-speaker-filter .lsf_filters a:focus,
.live-speaker-filter .lsf_filters a:hover,
.live-speaker-filter .lsf_filters button:focus,
.live-speaker-filter .lsf_filters button:hover {
  background: #e80a89;
  border: solid 1px #e80a89;
  color: #fff;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.live-speaker-filter .lsf_tags a.mixitup-control-active,
.live-speaker-filter .lsf_tags button.mixitup-control-active {
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
}
.live-speaker-filter .live_cards_container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
}
.live-speaker-filter .lsf-tabs .lsf-tab {
  margin: 0 20px;
  color: #aaa;
  padding-bottom: 21px;
}
.live-speaker-filter .lsf-tabs .lsf-tab.active {
  font-family: tungsten a, tungsten b, sans-serif;
  font-weight: 700;
  font-size: 66px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .live-speaker-filter .lsf-tabs .lsf-tab.active {
    font-size: 80px;
    line-height: 115px;
  }
}
.live-speaker-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.live-speaker-wrapper .live-speaker.section {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 1024px) {
  .live-speaker-wrapper .live-speaker.section {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .live-speaker-wrapper .live-speaker.section.live-speaker--mainstage {
    flex: 0 0 33.33333%;
  }
}
.live-speaker-wrapper .new.section {
  width: 98% !important;
  height: 50px !important;
  margin-left: 1% !important;
}
.pslive-speaker-highlights {
  display: block;
  padding: 0 13px;
  cursor: pointer;
}
.pslive-speaker-highlights .pslive-speaker-highlights--image {
  width: 100%;
  overflow: hidden;
}
.pslive-speaker-highlights .pslive-speaker-highlights--image > img {
  object-fit: cover;
  object-position: center;
  height: 286px;
  transition: all 0.3s linear;
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.pslive-speaker-highlights
  .pslive-speaker-highlights--image
  .pslive-speakers--tabsTop {
  position: relative;
}
.pslive-speaker-highlights .pslive-speaker-highlights--info {
  text-align: left;
  padding: 15px 0;
}
.pslive-speaker-highlights
  .pslive-speaker-highlights--info
  .box-highlight--name {
  font-family: tungsten a, tungsten b, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
}
.pslive-speaker-highlights
  .pslive-speaker-highlights--info
  .box-highlight--title {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
.pslive-speaker-highlights
  .pslive-speaker-highlights--info
  .box-highlight--company {
  font-size: 12px;
  color: #ffb115;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pslive-speaker-highlights .pslive-speakers--tabs {
  display: none;
  margin-top: 30px;
}
.pslive-speaker-highlights
  .pslive-speakers--tabs
  .pslive-speaker-highlights--description {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .pslive-speaker-highlights .pslive-speakers--tabs .pslive-speakers--tabs {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .pslive-speaker-highlights.mainstage .pslive-speaker-highlights--image > img {
    height: 386px;
  }
}
.pslive-speaker-highlights.mainstage
  .pslive-speaker-highlights--info
  .box-highlight--name {
  font-size: 54px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .pslive-speaker-highlights.mainstage
    .pslive-speaker-highlights--info
    .box-highlight--name {
    font-size: 64px;
    line-height: 54px;
  }
}
.pslive-speaker-highlights.mainstage
  .pslive-speaker-highlights--info
  .box-highlight--company {
  color: #e80a89;
}
.pslive-speaker-highlights .ps-author-badge {
  position: relative;
}
.pslive-speaker-highlights .ps-author-badge:before {
  content: "";
  -webkit-mask-image: url(https://www.codenests.com/content/dam/codenests2/events/2018/live/codenests_WhiteIcon_Mobile.svg);
  width: 45px;
  height: 46px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.pslive-speaker-highlights:hover .pslive-speaker-highlights--image img {
  transform: scale3d(1.2, 1.2, 1);
}
.ps_live_modal.active .ps_live_modal--content {
  color: #fff;
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists {
  margin: 30px auto 0;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li {
  padding: 0 10px;
  margin: 0;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li img {
  height: 25px;
  filter: brightness(200);
  transform: none;
}
.ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists {
    margin: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists ul {
    justify-content: flex-start;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li {
    padding: 5px;
  }
  .ps_live_modal.active .ps_live_modal--content .social-icon-lists ul li img {
    height: 20px;
  }
}
.ps_live_modal.active .pslive-speaker-highlights {
  cursor: inherit;
  width: 100%;
  display: flex;
  justify-content: stretch;
  height: inherit;
  flex-direction: row;
  margin-bottom: 0;
  padding: 0;
}
.ps_live_modal.active .pslive-speaker-highlights .pslive-speakers--schedule {
  margin-bottom: 20px;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--date {
  font-family: tungsten a, tungsten b, sans-serif;
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e80a89;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime {
  display: flex;
  justify-content: space-around;
  padding: 0 0 15px;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime
  .session--time {
  width: 120px;
  padding-top: 15px;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime
  .session--info {
  border-top: 2px solid #363636;
  padding-top: 15px;
  position: relative;
  top: -2px;
  flex: 1;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime
  .session--info
  ul.session--tags {
  padding: 0;
  margin: 5px 0 0;
  display: flex;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime
  .session--info
  ul.session--tags
  li {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: #363636;
  border: 1px solid #363636;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px;
  text-transform: none;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime
  .session--info
  ul.session--tags
  li:before {
  display: none;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speakers--schedule
  .pslive-speakers--sessionTime
  .session--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.ps_live_modal.active
  .pslive-speaker-highlights
  .pslive-speaker-highlights--image
  > img,
.ps_live_modal.active
  .pslive-speaker-highlights:hover
  .pslive-speaker-highlights--image
  > img {
  transform: none;
}
.ps_live_modal.active
  .pslive-speaker-highlights.mainstage
  .pslive-speaker-highlights--image
  > img {
  height: 286px;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights {
    flex-direction: column;
  }
}
.ps_live_modal.active .pslive-speaker-highlights--image {
  width: auto;
  flex: 0 0 20em;
}
.ps_live_modal.active
  .pslive-speaker-highlights--image
  .pslive-speakers--tabsTop {
  display: block;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights--image {
    width: 20em;
  }
}
.ps_live_modal.active .pslive-speaker-highlights--info {
  padding: 0 0 0 40px;
}
.ps_live_modal.active .pslive-speaker-highlights--info .pslive-speakers--tabs {
  display: block;
}
.ps_live_modal.active
  .pslive-speaker-highlights--info
  .pslive-speakers--tabs
  .tab-content {
  display: none;
  margin-top: 30px;
}
.ps_live_modal.active
  .pslive-speaker-highlights--info
  .pslive-speakers--tabs
  .tab-content.active {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active
    .pslive-speaker-highlights--info
    .pslive-speakers--tabs {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .ps_live_modal.active .pslive-speaker-highlights--info {
    padding: 30px 0 0;
  }
}
.pslive-speakers--tabs .tabs {
  width: 100%;
  border-bottom: 1px solid #363636;
  display: flex;
  margin: 0;
}
.pslive-speakers--tabs .tabs li {
  flex: 0 0 5em;
  text-decoration: none;
  padding: 0 0 11px;
  margin: 0 30px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.pslive-speakers--tabs .tabs li:before {
  display: none;
}
.pslive-speakers--tabs .tabs li.active {
  border-bottom: 2px solid #e80a89;
  color: #e80a89;
}
.ps_live_modal.active .ps_live_modal--content::-webkit-scrollbar-track {
  background-color: #222;
}
.ps_live_modal.active .ps_live_modal--content::-webkit-scrollbar {
  width: 6px;
  background-color: #181818;
}
.ps_live_modal.active .ps_live_modal--content::-webkit-scrollbar-thumb {
  background-color: #363636;
}
.ps_live_modal {
  display: none;
}
.ps_live_modal.active {
  display: block;
}
.ps_live_modal.active .ps_live_modal--overlay {
  opacity: 1;
}
.ps_live_modal.active .ps_live_modal--window {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  height: 650px;
  min-height: 500px;
}
.ps_live_modal--overlay {
  background: rgba(34, 34, 34, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 999999;
}
.ps_live_modal--window {
  background: #000;
  padding: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  opacity: 0;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 9999999;
}
.ps_live_modal--close {
  background-image: url(../images/close-white.png);
  background-position: center center;
  background-size: 150% auto;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  z-index: 9999;
}
@media only screen and (min-width: 600px) {
  .ps_live_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    max-height: 600px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .ps_live_modal--window {
    max-width: 900px;
  }
}
@media print {
  .lcf--btn {
    color: #000;
  }
}
.lcf {
  hyphens: none;
}
.lcf_tags fieldset {
  border: none !important;
}
.lcf--container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
.lcf--container:after {
  content: "";
  clear: both;
  display: block;
}
.lcf--btn {
  background: #ec008c;
  border: solid 1px #ec008c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 2px;
  appearance: none;
}
.lcf--btn:focus {
  outline: 0;
}
.lcf--btn:hover {
  color: #fff;
  text-decoration: none;
}
.lcf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.lcf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.lcf_tags a,
.lcf_tags button {
  background: #fafafa;
  border: solid 1px #f0f0f0;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.44);
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.lcf_filters a:focus,
.lcf_filters a:hover,
.lcf_filters button:focus,
.lcf_filters button:hover {
  background: #fafafa;
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.lcf_tags a.mixitup-control-active,
.lcf_tags button.mixitup-control-active {
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
}
.live_cards_container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
}
.lcf-tabs .lcf-tab {
  margin: 0 20px;
  color: #aaa;
  padding-bottom: 21px;
  cursor: pointer;
}
.lcf-tabs .lcf-tab.active {
  font-weight: 700;
  color: #000;
  border-bottom: 3px #ed008c solid;
}
.lcf-hr {
  margin: 20px 0;
}
.lc_card.active .lc_card--body p span:last-child {
  display: inline;
  opacity: 1;
}
.lc_modal--close {
  background: #fff
    url(https://www.codenests.com/content/dam/codenests2/events/2017/live/ps_close_btn@2x.png)
    center center;
  background-size: 150% auto;
  border: solid 1px #ddd;
  border-top: 0;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 35px;
  z-index: 9999;
}
@media only screen and (min-width: 600px) {
  .lc_modal--close {
    top: 20px;
    right: 40px;
  }
}
.lc_modal--overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 999999;
}
.lc_modal--window {
  box-sizing: border-box;
  bottom: 0;
  opacity: 0;
  left: 10px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-scrolling: touch;
  position: fixed;
  right: 10px;
  top: 0;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 9999999;
}
@media only screen and (min-width: 600px) {
  .lc_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .lc_modal--window {
    max-width: 900px;
  }
}
.lc_modal {
  display: none;
}
.lc_modal.active {
  display: block;
}
.lc_modal.active .lc_modal--overlay {
  opacity: 1;
}
.lc_modal.active .lc_modal--window {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media only screen and (min-width: 600px) {
  .lc_modal.active .lc_modal--window {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lc_modal--controls {
  display: none;
}
.lc_modal--controls a {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  display: block;
  height: 70px;
  left: 10px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 9;
}
.lc_modal--controls a:before {
  border-right: solid 2px #aaa;
  border-top: solid 2px #aaa;
  content: "";
  display: block;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
}
.lc_modal--controls a:last-of-type {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 10px;
}
.lc_modal--close {
  background: #fff
    url(https://www.codenests.com/content/dam/codenests2/events/2017/live/ps_close_btn@2x.png)
    center center;
  background-size: 150% auto;
  border: solid 1px #ddd;
  border-top: 0;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 35px;
  z-index: 9999;
}
@media only screen and (min-width: 600px) {
  .lc_modal--close {
    top: 10px;
    right: 40px;
  }
}
.lc_modal--overlay {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  z-index: 999999;
}
.lc_modal--window {
  bottom: 0;
  opacity: 0;
  left: 10px;
  overflow-x: hidden;
  overflow-scrolling: touch;
  position: fixed;
  right: 10px;
  top: 0;
  transform: translate(0, 0) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  z-index: 9999999;
}
.lc_cards.active .lc_cards--container {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  z-index: 9;
}
.lc_cards.active .lc_cards--container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
@media only screen and (min-width: 600px) {
  .lc_modal--window {
    bottom: auto;
    left: 50%;
    min-height: 200px;
    min-width: 200px;
    max-width: 700px;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .lc_modal--window {
    max-width: 900px;
  }
}
.lc_modal.active .lc_cards--container:before {
  background: #f05a28;
  background: -webkit-linear-gradient(left, #f05a28 0, #e80a89 100%);
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 999;
}
@media print {
  .lc_card {
    page-break-after: always;
    page-break-inside: avoid;
  }
  .lc--btn {
    color: #000;
  }
  .lc_card--body p {
    max-height: 570px;
  }
  .lc_card--body p span:first-child {
    display: none;
  }
  .lc_card--body p span:last-child {
    display: inline;
    opacity: 1;
  }
}
.lc_card {
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.lc_card.digital .lc_card--container:before {
  background: #4cba72;
  background: -webkit-linear-gradient(left, #4cba72 0, #009eb5 100%);
}
.lc_card.skills .lc_card--container:before {
  background: #009eb5;
  background: -webkit-linear-gradient(left, #009eb5 0, #65316b 100%);
}
.lc_card.platform .lc_card--container:before {
  background: 0;
}
.lc_card.platform .lc_card--head {
  background: -webkit-linear-gradient(left, #f05a28 0, #e80a89 100%);
}
.lc_card.platform .lc_card--head,
.lc_card.platform .lc_card--head .lc_card--company,
.lc_card.platform .lc_card--head .lc_card--speaker,
.lc_card.platform .lc_card--head .lc_card--speaker a,
.lc_card.platform .lc_card--head .lc_card--speaker a:hover {
  color: #fff;
}
.lc_card.active .lc_card--head--intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  .lc_card.active .lc_card--head--intro {
    font-size: 32px;
    line-height: 32px;
  }
}
.lc_card.active .lc_card--body {
  text-align: left;
}
.lc_card.active .lc_card--body p {
  font-weight: 400;
  max-height: 600px;
}
.lc_card.active .lc_card--body p span:first-child {
  display: none;
}
.lc_card.active .lc_card--body p span:last-child {
  display: inline;
  opacity: 1;
}
.lc_card.active .lc_card--container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
.lc_card--body {
  box-sizing: border-box;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .lc_card--body {
    padding: 30px 65px;
  }
}
.lc_card--body p {
  font-size: 16px;
  font-weight: 100;
  margin: 0 0 30px;
  overflow: hidden;
}
.lc_card--body span:first-child {
  display: inline;
  opacity: 1;
}
.lc_card--body span:last-child {
  display: none;
  opacity: 0;
}
.lc_card--container {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 600px) {
  .lc_card--container {
    height: 420px;
  }
}
@media only screen and (min-width: 1100px) {
  .lc_card--container {
    height: 460px;
  }
}
.lc_card--container:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
}
.lc_card--container:before {
  background: #65316b;
  background: -webkit-linear-gradient(left, #65316b 0, #ec008c 100%);
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 999;
}
.lc_card--format {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.lc_card--head {
  background: #fafafa;
  box-sizing: border-box;
  height: 220px;
  padding: 65px;
  position: relative;
}
.lc_card--head--intro {
  font-size: 20px;
  font-weight: 700;
  left: 20px;
  letter-spacing: -0.05em;
  line-height: 24px;
  position: absolute;
  text-align: center;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1100px) {
  .lc_card--head--intro {
    left: 40px;
    line-height: 24px;
    right: 40px;
  }
}
.lc_card--image {
  border-radius: 60px;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 60px;
}
.lc_card--panel {
  background: -webkit-linear-gradient(left, #65316b 0, #ec008c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin-top: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.lc_card--platform {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin-top: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.lc_card--speaker {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin: 5px auto 0;
  width: 90%;
}
.lc_card--company {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px;
  margin: 2px auto 0;
  width: 90%;
}
.lc_intro {
  padding: 170px 20px 80px;
  text-align: center;
}
.lc_intro--subtitle {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 28px;
  text-transform: uppercase;
}
.lc_intro--title {
  color: #000;
  font-size: 52px;
  font-weight: 100;
  line-height: 62px;
  text-align: center;
}
.lc_modal {
  display: none;
}
.lc_modal.active {
  display: block;
}
.lc_modal.active .lc_modal--overlay {
  opacity: 0.03;
}
.lc_modal.active .lc_modal--window {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media only screen and (min-width: 600px) {
  .lc_modal.active .lc_modal--window {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lc_modal--controls {
  display: none;
}
.lc_modal--controls a {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  display: block;
  height: 70px;
  left: 10px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 9;
}
.lc_modal--controls a:before {
  border-right: solid 2px #aaa;
  border-top: solid 2px #aaa;
  content: "";
  display: block;
  height: 10px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 10px;
}
.lc_modal--controls a:last-of-type {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 10px;
}
.live_cards_container .lc_card {
  padding: 10px;
}
@media only screen and (min-width: 800px) {
  .live_cards_container .lc_card {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .live_cards_container .lc_card {
    width: 33.3%;
  }
}
.lc_card--speaker a,
.lc_card--speaker a:hover {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px;
  text-decoration: none;
}
.lc_tag:hover {
  text-decoration: none;
}
.lc_card.active {
  width: 100%;
  padding: 0;
}
.live-card.cq-Editable-dom {
  overflow: hidden;
}
.lc_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.lc_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.lc_tags a,
.lc_tags button {
  background: #fafafa;
  border: solid 1px #f0f0f0;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.44);
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
}
@media print {
  .live-agenda-filter .lcf--btn {
    color: #000;
  }
}
.live-agenda-filter .lcf {
  hyphens: none;
}
.live-agenda-filter .lcf_tags fieldset {
  padding: 0;
  border: none !important;
}
.live-agenda-filter .lcf--container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
.live-agenda-filter .lcf--container:after {
  content: "";
  clear: both;
  display: block;
}
.live-agenda-filter .lcf--btn {
  background: #ec008c;
  border: solid 1px #ec008c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  min-width: 140px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  word-wrap: normal;
  border-radius: 2px;
  appearance: none;
}
.live-agenda-filter .lcf--btn:focus {
  outline: 0;
}
.live-agenda-filter .lcf--btn:hover {
  color: #fff;
  text-decoration: none;
}
.live-agenda-filter .lcf_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.live-agenda-filter .lcf_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.live-agenda-filter .lcf_tags a,
.live-agenda-filter .lcf_tags button {
  background: #363636;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
  border: 0;
}
.live-agenda-filter .lcf_filters a:focus,
.live-agenda-filter .lcf_filters a:hover,
.live-agenda-filter .lcf_filters button:focus,
.live-agenda-filter .lcf_filters button:hover {
  background: #ffba0e;
  color: #000;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.live-agenda-filter .lcf_tags a.mixitup-control-active,
.live-agenda-filter .lcf_tags button.mixitup-control-active {
  border: solid 1px #222;
  color: rgba(0, 0, 0, 0.9);
}
.live-agenda-filter .live_cards_container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: auto;
}
.live-agenda-filter .lcf-tabs .lcf-tab {
  font-family: tungsten a, tungsten b;
  margin: 0 5px;
  color: #aaa;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 21px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .live-agenda-filter .lcf-tabs .lcf-tab {
    font-size: 24px;
    margin: 0 10px;
  }
}
.live-agenda-filter .lcf-tabs .lcf-tab.active {
  font-weight: 700;
  color: #fff;
  border-bottom: 3px solid #ffba0e;
}
.live-agenda-filter .lcf-hr {
  margin: 20px 0;
  background-color: #363636;
}
.live-agenda.single-use .lc_agenda--timeline {
  cursor: default;
}
.live-agenda.single-use .lc_agenda--timeline .agenda-info {
  flex: 1;
}
.lc_agenda--timeline {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.lc_agenda--timeline .agenda--timeline {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #363636;
  flex: 1;
}
.lc_agenda--timeline .agenda-time {
  font-family: tungsten a, tungsten b;
  flex: 0 0 90px;
  position: relative;
  color: #aaa;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
}
.lc_agenda--timeline .agenda-time:before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #f15b2a, #e80a89);
  position: absolute;
  top: -2px;
  display: block;
}
.lc_agenda--timeline .agenda-info {
  flex: 0 0 60%;
  margin-left: 20px;
}
.lc_agenda--timeline .agenda-info .agenda-style {
  display: none;
}
.lc_agenda--timeline .agenda-tags {
  margin-right: auto;
  margin-left: 20px;
}
.lc_agenda--timeline .agenda-style {
  font-size: 10px;
  font-weight: 700;
  color: #ec008c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.lc_agenda--timeline .agenda-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.lc_agenda--timeline .agenda-speakers {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
}
.lc_agenda--timeline ul {
  padding: 0;
  margin: 5px 0 0;
  display: flex;
}
.lc_agenda--timeline ul li {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: #363636;
  border: 1px solid #363636;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px;
  text-transform: none;
}
.lc_agenda--timeline ul li:before {
  display: none;
}
.lc_agenda--timeline .agenda--expand.arrow {
  position: relative;
}
.lc_agenda--timeline .agenda--expand.arrow:after,
.lc_agenda--timeline .agenda--expand.arrow:before {
  right: 0;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.lc_agenda--timeline .agenda--expand.arrow:after {
  right: 3px;
  top: 0;
  border-top-color: #181818;
  border-width: 7px;
  margin-left: -7px;
}
.lc_agenda--timeline .agenda--expand.arrow:before {
  border-top-color: #acabab;
  border-width: 10px;
  margin-left: -10px;
}
.lc_agenda--timeline .agenda-info .agenda--expand.arrow {
  display: none;
}
.lc_agenda--timeline.timeline--simple {
  cursor: default;
}
.lc_agenda--timeline.timeline--simple .agenda-info {
  flex: 1;
  min-height: 71px;
}
.lc_agenda--timeline.open .agenda--expand.arrow:after,
.lc_agenda--timeline.open .agenda--expand.arrow:before {
  right: -3px;
  top: 0;
  border-bottom-color: #acabab;
  border-top: 0;
}
.lc_agenda--timeline.open .agenda--expand.arrow:after {
  right: 0;
  top: 3px;
  border-bottom-color: #181818;
}
.lc_agenda--description {
  width: 60%;
  display: flex;
  margin-left: 110px;
  margin-right: auto;
  padding-bottom: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
.pslive_day1 h2,
.pslive_day2 h2,
.pslive_day3 h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pslive_day1 .lc_agenda--timeline .agenda-style {
  color: #ffba0e;
}
.pslive_day1 .lc_agenda--timeline .agenda-time:before {
  background: #ffba0e;
}
.pslive_day2 .lc_agenda--timeline .agenda-style {
  color: #e40084;
}
.pslive_day2 .lc_agenda--timeline .agenda-time:before {
  background: #e40084;
}
.pslive_day3 .lc_agenda--timeline .agenda-style {
  color: #0096ad;
}
.pslive_day3 .lc_agenda--timeline .agenda-time:before {
  background: #0096ad;
}
@media only screen and (max-width: 960px) {
  .lc_agenda--timeline {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lc_agenda--timeline .agenda-info {
    flex: 1;
  }
  .lc_agenda--timeline .agenda-info .agenda-style {
    display: block;
  }
  .lc_agenda--timeline .agenda-info .agenda--expand.arrow {
    display: block;
  }
  .lc_agenda--timeline .agenda-tags {
    padding: 0 0 15px;
    flex: 0 1 100%;
    border: 0;
    margin: 0 0 0 110px;
  }
  .lc_agenda--timeline .agenda-tags .agenda-style {
    display: none;
  }
  .lc_agenda--timeline .agenda-tags .agenda--expand.arrow {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .lc_agenda--timeline .agenda-time {
    flex: 0 0 70px;
  }
  .lc_agenda--timeline .agenda-tags {
    margin-left: 90px;
  }
  .lc_agenda--timeline .agenda-title {
    font-size: 12px;
  }
  .lc_agenda--timeline .agenda-speakers {
    font-size: 11px;
  }
  .lc_agenda--description {
    margin-left: 90px;
  }
}
.jobs.section {
  margin: 50px 0;
}
.jobs.section .job-filters .job-filters-content {
  margin-bottom: 30px;
}
.jobs.section .job-filters .job-filters-content .columns {
  padding: 0;
}
.jobs.section .job-filters .job-filters-content .columns:first-child {
  padding-right: 10px;
  padding-left: 5px !important;
}
.jobs.section .job-filters .job-filters-content .columns:last-child {
  padding: 0 5px 0 10px;
  float: left;
}
.jobs.section .job-filters .job-filters-content .columns .all-jobs-link {
  display: none;
}
.jobs.section .job-filters .job-filters-content .columns .all-jobs-link a {
  margin-top: 15px;
  float: right;
  color: #e80a89;
}
.jobs.section
  .job-filters
  .job-filters-content
  .columns
  .all-jobs-link
  a:hover {
  text-decoration: none;
}
.jobs.section .job-filters .job-filters-content .job-filter-container {
  width: 100%;
  position: relative;
}
.jobs.section
  .job-filters
  .job-filters-content
  .job-filter-container
  .fa-caret-down {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  border: 0;
  padding: 0;
  color: #222;
}
.jobs.section .job-filters .job-filters-content .job-filter-container select {
  margin: 0;
  background-color: #f2f2f2;
  color: #222;
  border: 0;
  background-image: none;
  height: auto;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .jobs.section .job-filters .job-filters-content .job-filter-container select {
    font-size: 16px;
  }
}
.jobs.section .job-results .job-result--wrapper:nth-child(n + 11) {
  display: none;
}
.jobs.section .job-results .job-result {
  width: 100%;
  height: 70px;
  margin: 15px 0;
  background: #222;
  position: relative;
}
.jobs.section .job-results .job-result.filteredDepartment,
.jobs.section .job-results .job-result.filteredLocation {
  display: none;
}
.jobs.section .job-results .job-result .job-result--data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.jobs.section .job-results .job-result .job-result--data.job-result--title {
  max-width: 46%;
  text-align: left;
  left: 20px;
  color: #fefefe;
}
.jobs.section
  .job-results
  .job-result
  .job-result--data.job-result--department {
  left: 50%;
  color: #aaa;
  font-weight: 100;
  font-size: 12px;
  text-align: left;
  max-width: 25%;
}
.jobs.section .job-results .job-result .job-result--data.job-result--location {
  color: #aaa;
  right: 20px;
  max-width: 20%;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .jobs.section .job-results .job-result {
    height: auto;
    margin: 10px 0;
  }
  .jobs.section .job-results .job-result .job-result--data.job-result--title {
    left: 0;
    padding-left: 15px;
    float: left;
    max-width: 60%;
  }
  .jobs.section
    .job-results
    .job-result
    .job-result--data.job-result--department {
    position: relative;
    transform: none;
    float: right;
    text-align: right;
    max-width: 40%;
    padding: 15px 15px 0 0;
    left: 0;
  }
  .jobs.section
    .job-results
    .job-result
    .job-result--data.job-result--location {
    position: relative;
    transform: none;
    float: right;
    max-width: 40%;
    padding: 0 15px 15px 0;
    clear: right;
    right: 0;
  }
}
.jobs.section #view-all-button {
  width: 300px;
  max-width: 100%;
  margin-top: 30px;
}
.image-text-component-3 .image,
.image-text-component-3 .text-3,
.image-text-component-3 .text-4 {
  float: left;
  margin: 20px 3%;
}
body.mode-edit .image-text-component-3 .image,
body.mode-edit .image-text-component-3 .text-3,
body.mode-edit .image-text-component-3 .text-4 {
  width: 40%;
}
.image-text-component-3 .image {
  margin-right: 0;
  width: 12%;
  max-width: 100px;
}
.image-text-component-3 .image img {
  transform: translateX(-50%);
  margin-left: 50%;
}
.image-text-component-3 .text-3,
.image-text-component-3 .text-4 {
  max-width: 70%;
}
.image-text-component-3 .text-3 p,
.image-text-component-3 .text-4 p {
  margin-bottom: 0;
  line-height: 20px;
}
.image-text-component-3.style-tight {
  display: flex;
}
.image-text-component-3.style-tight .image,
.image-text-component-3.style-tight .text-3,
.image-text-component-3.style-tight .text-4 {
  margin: 0;
  width: auto;
}
.image-text-component-3.style-tight .image {
  margin-right: 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.image-text-component-3.style-tight .text-3,
.image-text-component-3.style-tight .text-4 {
  max-width: inherit;
}
.image-text-component-2 .image,
.image-text-component-2 .text-2 {
  float: left;
  margin: 20px 3%;
}
body.mode-edit .image-text-component-2 .image,
body.mode-edit .image-text-component-2 .text-2 {
  width: 40%;
}
.image-text-component-2 .image {
  margin-right: 0;
  width: 12%;
}
.image-text-component-2 .image img {
  transform: translateX(-50%);
  margin-left: 50%;
}
.image-text-component-2 .text-2 {
  max-width: 70%;
}
.image-text-component-2 .text-2 p {
  margin-bottom: 0;
  line-height: 20px;
}
.image-text-component.text--black .text-component {
  color: #222;
}
.image-text-component.text--black a {
  color: #222;
}
.image-text-component.text--white .text-component {
  color: #fff;
}
.image-text-component.text--white a {
  color: #fff;
}
.mode-edit .image-text-component.text--white .text-component {
  color: #222;
}
.image-text-component p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.image-text-component .image-text__header-text p {
  font-weight: 400;
}
.image-text-component .image-text__header-text p {
  margin: 0;
}
.image-text-component .image-text__text p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}
.image-text-component.stacked {
  text-align: center;
}
.image-text-component.stacked .image-text__text {
  color: gray;
}
.image-text-component.stacked .image-text__image {
  margin-bottom: 10px;
}
.image-text-component.inline {
  display: block;
  height: 100%;
  overflow: auto;
}
.image-text-component.inline .image-text__image {
  display: inline-block;
  margin-bottom: 10px;
}
.image-text-component.inline .image-text-text {
  display: inline-block;
}
.image-text-component.inline .image-text__header-text p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  min-width: 30px;
}
.image-text-component.inline .image-text__text {
  display: none;
}
.image-text-component.overlay {
  position: relative;
  transform-style: preserve-3d;
}
.image-text-component.overlay .image-text-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.mode-edit .image-text-component.overlay .image-text-text {
  position: relative;
  top: auto;
  transform: none;
}
.image-text-component.overlay .image-text__header-text .text-component p {
  font-size: 36px;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .image-text-component.overlay .image-text__header-text .text-component p {
    font-size: 18px;
  }
}
.hub-feed-header {
  margin-bottom: 15px;
}
.hub-feed-header .hub-header-left {
  width: 48.5%;
  float: left;
  display: flex;
}
.hub-feed-header .hub-header-left h3 {
  font-size: 26px;
  font-weight: 500;
  float: left;
  margin-right: 20px;
}
.hub-feed-header .hub-header-left h3 a:hover {
  text-decoration: none;
}
.hub-feed-header .hub-header-left .header-left-line {
  background-color: #e80a89;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-yellow {
  background-color: #ffb115;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-blue {
  background-color: #0096ad;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-green {
  background-color: #4cb272;
}
.hub-feed-header .hub-header-left .header-left-line.hub-feed-orange {
  background-color: #f15b2a;
}
.hub-feed-header .hub-header-right {
  width: 51.5%;
  float: right;
  display: flex;
}
.hub-feed-header .hub-header-right .header-right-line {
  background-color: #555;
}
.hub-feed-header .hub-header-right .header-see-all {
  float: right;
  padding-top: 10px;
  margin-left: 20px;
}
.hub-feed-header .hub-header-right .header-see-all a {
  font-weight: 500;
  font-size: 15px;
}
.hub-feed-header .header-left-line,
.hub-feed-header .header-right-line {
  flex-grow: 1;
  margin-top: 20px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .hub-feed-header .hub-header-left {
    width: auto;
    display: block;
  }
  .hub-feed-header .hub-header-right {
    width: 85px;
    display: block;
  }
  .hub-feed-header .header-left-line,
  .hub-feed-header .header-right-line {
    display: none;
  }
}
.hub-feed-container {
  clear: both;
}
.hub-feed-container .hub-tile {
  color: #aaa;
  font-size: 15px;
  line-height: 1.4;
  float: left;
  position: relative;
  width: 100%;
  background-color: #222;
  margin-bottom: 35px;
}
.hub-feed-container .hub-tile .hub-tile-content {
  padding: 30px;
}
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-content-type,
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-topic {
  color: #e80a89;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 40px;
  margin-bottom: 5px;
}
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-content-type a:hover,
.hub-feed-container .hub-tile .hub-tile-content .hub-tile-topic a:hover {
  text-decoration: none;
}
.hub-feed-container .hub-tile .hub-tile-content h4 {
  line-height: 1;
  clear: both;
  margin-top: 0;
  margin-bottom: 12px;
}
.hub-feed-container .hub-tile .hub-tile-content h4 a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.hub-feed-container .hub-tile .hub-tile-content h4 a:hover {
  text-decoration: none;
}
.hub-feed-container .hub-tile .hub-tile-image {
  width: 100%;
}
.hub-feed-container.feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hub-feed-container.feed .hub-tile {
  width: 48.5%;
  border-bottom: 1px solid #222;
  background-color: unset;
  margin-bottom: 0;
}
.hub-feed-container.feed .hub-tile:nth-child(odd) {
  margin-right: 3%;
}
.hub-feed-container.feed .hub-tile:nth-child(n + 21) {
  display: none;
}
@media all and (max-width: 768px) {
  .hub-feed-container.feed .hub-tile {
    width: 100%;
  }
  .hub-feed-container.feed .hub-tile:nth-child(odd) {
    margin-right: 0;
  }
}
.hub-feed-container.feed .hub-tile .hub-tile-content {
  padding: 20px 20px 20px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .hub-feed-container.feed .hub-tile .hub-tile-content {
    padding-right: 0;
  }
}
.hub-feed-container.feed .hub-see-more {
  color: #e80a89;
  cursor: pointer;
  font-weight: 500;
  float: left;
  margin-top: 25px;
  font-size: 15px;
}
@media all and (min-width: 768px) {
  .hub-feed-container.large1 .hub-tile {
    min-height: 450px;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-topic {
    margin-bottom: 15px;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-image {
    display: none;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-image-background {
    position: absolute;
    width: 66%;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-content {
    float: left;
    width: 34%;
    font-size: 16px;
    line-height: 1.3;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-content h4 {
    margin-bottom: 15px;
  }
  .hub-feed-container.large1 .hub-tile .hub-tile-content h4 a {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  .hub-feed-container.large2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hub-feed-container.large2 .hub-tile {
    width: 48.5%;
  }
  .hub-feed-container.large2 .hub-tile:nth-of-type(1) {
    margin-right: 3%;
  }
}
@media all and (min-width: 768px) {
  .hub-feed-container.large3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hub-feed-container.large3 .hub-tile {
    width: 31.5%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .hub-feed-container.medium3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hub-feed-container.medium3 .hub-tile {
    width: 31.5%;
  }
}
@media all and (min-width: 1024px) {
  .hub-feed-container.medium3 {
    position: relative;
  }
  .hub-feed-container.medium3:after,
  .hub-feed-container.medium3:before {
    content: " ";
    display: table;
  }
  .hub-feed-container.medium3:after {
    clear: both;
  }
  .hub-feed-container.medium3 .hub-tile {
    float: left;
    position: relative;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(1) {
    width: 48.5%;
    margin-right: 3%;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2),
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) {
    width: 48.5%;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) .hub-tile-content,
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) .hub-tile-content {
    padding: 30px 20px 30px 30px;
    max-height: 100%;
    width: 40%;
    overflow: hidden;
    border-bottom: 30px solid #222;
  }
  .hub-feed-container.medium3
    .hub-tile:nth-of-type(2)
    .hub-tile-content
    .hub-tile-description,
  .hub-feed-container.medium3
    .hub-tile:nth-of-type(3)
    .hub-tile-content
    .hub-tile-description {
    display: none;
  }
  .hub-feed-container.medium3
    .hub-tile:nth-of-type(2)
    .hub-tile-image-background,
  .hub-feed-container.medium3
    .hub-tile:nth-of-type(3)
    .hub-tile-image-background {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) .hub-tile-image,
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) .hub-tile-image {
    display: none;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48%;
  }
  .hub-feed-container.medium3 .hub-tile:nth-of-type(3) {
    position: absolute;
    top: 52%;
    right: 0;
    bottom: 0;
  }
}
.hub-feed-container.small4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: -15px;
}
.hub-feed-container.small4 .hub-tile {
  width: 48.5%;
  background-color: unset;
  margin-bottom: 0;
}
.hub-feed-container.small4 .hub-tile:nth-child(odd) {
  margin-right: 3%;
}
.hub-feed-container.small4 .hub-tile:nth-child(1),
.hub-feed-container.small4 .hub-tile:nth-child(2) {
  border-bottom: 1px solid #222;
}
@media all and (max-width: 768px) {
  .hub-feed-container.small4 .hub-tile {
    width: 100%;
  }
  .hub-feed-container.small4 .hub-tile:nth-child(odd) {
    margin-right: 0;
  }
}
.hub-feed-container.small4 .hub-tile .hub-tile-content {
  padding: 30px 0 30px 170px;
  position: relative;
  min-height: 160px;
}
@media all and (max-width: 768px) {
  .hub-feed-container.small4 .hub-tile .hub-tile-content {
    padding-left: 115px;
  }
}
.hub-feed-container.small4 .hub-tile a.image-link {
  top: 36px;
  position: absolute;
  z-index: 99;
}
.hub-feed-container.small4 .hub-tile a.image-link .hub-tile-image {
  height: 100px;
  width: 150px;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .hub-feed-container.small4 .hub-tile a.image-link .hub-tile-image {
    width: 100px;
  }
}
.hub-feed.section .hub-feed-yellow {
  color: #ffb115 !important;
}
.hub-feed.section .hub-feed-blue {
  color: #0096ad !important;
}
.hub-feed.section .hub-feed-green {
  color: #4cb272 !important;
}
.hub-feed.section .hub-feed-orange {
  color: #f15b2a !important;
}
.hub-event-container {
  background-color: #222;
  color: #fff;
  height: 110px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-left: 5px solid #e80a89;
  border-right: 0;
}
.hub-event-container .hub-event-content-container,
.hub-event-container .hub-event-date-container {
  position: absolute;
}
.hub-event-container .hub-event-date-container {
  padding-top: 20px;
  color: #fff;
  width: 100px;
  top: 0;
  left: 0;
  text-align: center;
}
.hub-event-container .hub-event-date-container .hub-event-month {
  font-size: 20px;
  font-weight: 700;
}
.hub-event-container .hub-event-date-container .hub-event-month:after {
  content: "\A";
  white-space: pre;
}
.hub-event-container .hub-event-date-container .hub-event-day {
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
}
.hub-event-container .hub-event-content-container {
  top: 0;
  left: 105px;
  line-height: 105px;
  margin-right: 10px;
  padding-right: 50px;
}
.hub-event-container .hub-event-content-container .hub-event-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.hub-event-container .hub-event-arrow-outer {
  position: absolute;
  top: 41px;
  right: 30px;
  background: #555;
  padding: 6px 7px 6px 5px;
  border-radius: 15px;
}
.hub-event-container .hub-event-arrow-inner {
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.flex-open-block .flex-open-block-wrapper {
  color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 100%;
}
.flex-open-block .flex-open-block-wrapper h1,
.flex-open-block .flex-open-block-wrapper h2,
.flex-open-block .flex-open-block-wrapper h3,
.flex-open-block .flex-open-block-wrapper h4,
.flex-open-block .flex-open-block-wrapper h5,
.flex-open-block .flex-open-block-wrapper h6 {
  color: #fff;
}
.flex-open-block .flex-open-block-wrapper.block--light {
  color: #181818;
}
.flex-open-block .flex-open-block-wrapper.block--light h1,
.flex-open-block .flex-open-block-wrapper.block--light h2,
.flex-open-block .flex-open-block-wrapper.block--light h3,
.flex-open-block .flex-open-block-wrapper.block--light h4,
.flex-open-block .flex-open-block-wrapper.block--light h5,
.flex-open-block .flex-open-block-wrapper.block--light h6 {
  color: #181818;
}
.flex-open-block .flex-open-block-wrapper.quote-bar {
  border-left: 12px solid #e80a89;
  border-image: linear-gradient(to bottom, #f05a28, #e80a89) 1 100%;
}
.flex-open-block .flex-open-block-wrapper.top-gradient-bar {
  padding-top: 10px;
}
.flex-open-block .flex-open-block-wrapper.top-gradient-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f05a28, #e80a89);
  top: 0;
  left: 0;
}
.flex-open-block
  .flex-open-block-wrapper.flex-open-block--vertical-center
  > .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.flex-open-block
  .flex-open-block-wrapper.flex-open-block--vertical-bottom
  > .main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: inherit;
}
.flex-open-block a:hover {
  text-decoration: none;
}
.flex-card {
  background-color: #222;
}
.flex-card .flex-card--container {
  height: 100%;
}
.flex-card.hidden {
  visibility: hidden;
  margin: 0;
  height: 0;
}
.flex-card:focus {
  outline: 0;
}
.flex-card .flex-card--link {
  color: #aaa;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flex-card .flex-card--link:hover {
  text-decoration: none;
}
.flex-card .flex-card--image {
  width: 100%;
  min-height: 1px;
}
.flex-card .flex-card--text {
  padding: 15px 15px 5px;
  color: #aaa;
  flex: auto;
}
.flex-card .flex-card--text p {
  margin-bottom: 10px;
}
.flex-card .flex-card--text p a {
  color: #e80a89;
}
.flex-card .flex-card--text p a:hover {
  text-decoration: none;
}
.flex-block-container.light .flex-card {
  background-color: #fff;
}
.flex-block-container.light .flex-card .flex-card--text {
  color: #222;
}
.flex-block-container.light .flex-card .flex-card--link {
  color: #222;
}
@media screen and (min-width: 1025px) {
  .flex-block-container.desktop-five > .flex-card .flex-card--text,
  .flex-block-container.desktop-six > .flex-card .flex-card--text {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .flex-block-container.tablet-four > .flex-card .flex-card--text {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 639px) {
  .flex-block-container.mobile-two > .flex-card .flex-card--text {
    padding: 10px 10px 0;
  }
}
.mode-edit .team-row .column {
  float: none;
}
.executive-asset-downloads .divider,
.executive-asset-downloads a,
.executive-asset-downloads h6 {
  font-size: 12px;
}
.executive-asset-downloads .divider,
.executive-asset-downloads a {
  color: #f86816;
  font-weight: 300;
}
.executive-asset-downloads .divider {
  display: inline-block;
  margin: 0 10px;
}
.executive-member {
  width: 23%;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .executive-member {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .executive-member {
    width: 48%;
  }
}
.section.executive {
  background-color: #000;
}
.exec-close {
  background: url(../images/close-button-x.png);
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.team h5 {
  margin-bottom: 86px;
}
.team-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.team-row .new.section {
  width: 100%;
}
.team-row .column {
  padding: 0 15px;
  margin-bottom: 25px;
}
.team .text-component p {
  color: #555;
  margin: 0 0 50px;
}
.executive-member p {
  font-size: 12px;
  margin-bottom: 5px;
  height: 45px;
}
.team a {
  font-size: 12px;
  text-decoration: none;
  color: #aaa;
  text-align: left;
}
.team img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.team strong {
  display: block;
  font-size: 14px;
  color: #fff;
}
.team-popup--container {
  display: flex;
  height: 400px;
}
.team-popup {
  display: none;
  max-width: 800px;
}
.team-image {
  position: relative;
  flex: 0 0 250px;
}
.team-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.team-title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
}
.team-title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
  display: inline-block;
}
.team-title p {
  font-size: 12px;
  margin: 0;
}
.team-title__twitter a {
  color: #fff;
}
.team-title__twitter .tweet-icon {
  display: inline-block;
  width: 16px;
  height: 13px;
}
.team-bio {
  padding: 20px 30px;
  overflow-y: auto;
}
.team-bio p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
  color: #000;
}
.team-bio .button {
  min-width: 0;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.team-bio .button:active,
.team-bio .button:focus {
  color: #e80a89;
  outline: 0;
}
.team-tab--title {
  font-size: 12px;
  font-weight: 200;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.team-tab--title span {
  display: inline-block;
  position: relative;
}
.team-tab--title span:after {
  content: "";
  border-bottom: 3px solid #ea44a3;
  position: relative;
  bottom: -6px;
  display: block;
}
@media all and (max-width: 640px) {
  .team img {
    height: auto;
    margin-bottom: 0;
  }
  .executive-member strong {
    padding-top: 10px;
    font-weight: 400;
  }
  .executive-member p {
    font-size: 11px;
  }
  .team strong {
    font-size: 12px;
  }
  .team-row .column {
    padding: 0 7px;
    margin-bottom: 25px;
  }
  .team.content-block {
    padding: 75px 0;
  }
  .team h5 {
    margin-bottom: 50px;
  }
  .team-title {
    left: 15px;
    bottom: 15px;
  }
  .team-title h4 {
    font-size: 16px;
    margin: 0 0 6px;
  }
  .team-title p {
    font-size: 9px;
  }
  .team-title__twitter .tweet-icon {
    width: 10px;
    height: 8px;
  }
  .team-bio {
    padding: 15px;
  }
  .team-bio p {
    font-size: 14px;
    line-height: 22px;
  }
  .team-image {
    flex: 0 0 100px;
  }
}
.dynamic-text-writer-wrapper {
  color: #fff;
  font-size: 100px;
  text-align: center;
}
.dynamic-text-writer__learn {
  font-weight: 100;
}
#dynamic-text-writer__right {
  display: inline;
}
.dynamic-text-writer-wrapper .target {
  font-weight: 500;
}
.dynamic-text-writer-wrapper .hidden {
  display: none;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: 100;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .dynamic-text-writer-wrapper {
    font-size: 50px;
    line-height: 60px;
  }
}
.course-tiles .course-tiles-row.row {
  max-width: 1400px;
}
.course-tiles .course-tile.column {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1221px) {
  .course-tiles .course-tile.column:first-child {
    padding-left: 0;
  }
}
.course-tiles .course-tile.column:last-child {
  float: left;
}
@media screen and (min-width: 1221px) {
  .course-tiles .course-tile.column:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1220px) and (min-width: 641px) {
  .course-tiles .course-tile.column {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .course-tiles .course-tile.column {
    width: 100%;
    clear: both;
  }
}
.course-tiles .course-tile.column .course-tile-inner {
  background-color: #222;
  height: 290px;
}
.course-tiles .course-tile.column .course-tile-inner .top-text {
  background-color: #555;
  height: 62px;
  color: #fff;
  font-weight: 500;
  font-size: 17.5px;
  padding-top: 20px;
  padding-left: 20px;
  background-size: cover;
  background-position: center;
}
.course-tiles .course-tile.column .course-tile-inner .bottom-section {
  padding: 20px 20px 0;
}
.course-tiles .course-tile.column .course-tile-inner .bottom-section ul {
  border-bottom: 2px solid #555;
  margin-left: 0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.course-tiles .course-tile.column .course-tile-inner .bottom-section ul li {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 0;
}
.course-tiles .course-tile.column .course-tile-inner .bottom-section ul li a {
  color: #ccc;
}
.course-tiles
  .course-tile.column
  .course-tile-inner
  .bottom-section
  ul
  li
  a:hover {
  color: #eee;
}
.course-tiles
  .course-tile.column
  .course-tile-inner
  .bottom-section
  ul
  li:before {
  display: none;
}
.course-tiles
  .course-tile.column
  .course-tile-inner
  .bottom-section
  a.view-more {
  color: #ccc;
  font-size: 13px;
  font-weight: 600;
}
.course-tiles
  .course-tile.column
  .course-tile-inner
  .bottom-section
  a.view-more:hover {
  color: #eee;
}
.course-tiles .course-minor-tile {
  color: #fff;
  text-align: left;
  background-color: #222;
  padding: 5px 14px 1px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  border-image: linear-gradient(to bottom, #f05a28, #e80a89) 1 100%;
  border-style: solid;
  border-width: 10px 0 10px 3px;
}
.course-tiles a:hover {
  text-decoration: none;
}
.course-component {
  overflow: hidden;
  padding: 15px 20px;
}
.course__title {
  color: #e80a89;
}
.course__overlay {
  width: 50px;
  height: 50px;
  background-image: url(../images/button-play-orange.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: 1;
  position: absolute;
}
.course__title-wrapper {
  float: left;
  width: 42%;
  min-width: 100px;
  min-height: 50px;
  margin-left: 100px;
  text-align: left;
}
.course__link {
  width: 15%;
  float: left;
  position: relative;
}
.course__image {
  margin: 0;
}
@media all and (max-width: 640px) {
  .course__title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.countdown-wrapper {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 40px;
  margin: 40px auto;
  text-transform: uppercase;
  max-width: 580px;
}
.countdown-wrapper.countdown--right {
  margin: 40px 0 40px auto;
}
.countdown-wrapper.countdown--left {
  margin: 40px 0;
}
.countdown-wrapper.countdown--center {
  margin: 40px auto;
}
.countdown__attr-wrapper {
  float: left;
  text-align: left;
  padding: 5px;
  width: 50%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.countdown__attr-wrapper span {
  background: #000;
  display: block;
  float: left;
  font-size: 28px;
  font-weight: 700;
  height: 40px;
  margin-right: 8px;
  text-align: center;
  width: 55px;
}
@media only screen and (min-width: 700px) {
  .countdown__attr-wrapper {
    width: 25%;
  }
}
.countdown-component .clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.countdown-component .clear:after,
.countdown-component .clear:before {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.countdown-component .clear:after {
  clear: both;
}
.blog-author-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-author-container .circular {
  float: left;
  margin-top: 30px;
}
.blog-author-container .circular img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 100px;
}
.blog-author-container .author-text {
  float: right;
  width: 70%;
  margin-left: 0;
}
.blog-author-container .author-text h4 {
  font-size: 18px;
  font-weight: 300;
  color: #adacac;
}
.blog-author-container .author-text h3 {
  font-size: 25px;
  font-weight: 400;
}
.blog-author-container .author-text p {
  font-size: 13px;
}
.blog-author-container .clear {
  clear: both;
}
.contributor-dialog-fieldset {
  height: 300px;
}
.content-highlight .course-item__type {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #e6078f;
}
@media screen and (max-width: 500px) {
  .content-highlight .course-item__type {
    margin-bottom: 7px;
  }
}
.content-highlight #tab-courses .course-item {
  background-color: #181818;
  padding: 10px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item {
    padding: 15px;
  }
}
.content-highlight #tab-courses .course-item:last-child {
  float: left;
}
.content-highlight #tab-courses .course-item .course-item__icon {
  float: left;
  height: 70px;
  width: 124px;
  position: relative;
  overflow: hidden;
}
.content-highlight #tab-courses .course-item .course-item__icon > div {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item .course-item__icon {
    display: none;
  }
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__icon
  i.icon-playButton {
  width: 50px;
  height: 50px;
  background-image: url(../images/icons/playbutton@2x.png);
  background-size: 150px;
  background-position: -12px -12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.content-highlight #tab-courses .course-item .course-item__info {
  float: left;
  margin-left: 15px;
  max-width: calc(100% - 140px);
  width: 100%;
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses .course-item .course-item__info {
    max-width: 100%;
    margin-left: 0;
  }
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__info
  .course-item__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .content-highlight
    #tab-courses
    .course-item
    .course-item__info
    .course-item__title {
    margin-top: 0;
    transform: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .content-highlight
    #tab-courses
    .course-item
    .course-item__info
    .course-item__title {
    width: 90%;
    white-space: nowrap;
    display: inline-block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__info
  .course-item__details {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__info
  .course-item__details
  .course--item__list {
  font-size: 12px;
  color: #aaa;
  line-height: 1;
  float: left;
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__info
  .course-item__details
  .course-item__author {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .content-highlight
    #tab-courses
    .course-item
    .course-item__info
    .course-item__details
    .course-item__author {
    max-width: 73px;
  }
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__info
  .course-item__details
  .course-item__level {
  text-transform: capitalize;
}
.content-highlight
  #tab-courses
  .course-item
  .course-item__info
  .course-item__details
  .course-item__date {
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .content-highlight
    #tab-courses
    .course-item
    .course-item__info
    .course-item__details {
    position: relative;
    top: 0;
    margin-top: 8px;
  }
}
.content-highlight #tab-courses .course-item:after {
  content: none;
}
.content-highlight #tab-courses a.course-item:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-courses.multiple-per-row .course-item {
    width: 49.5%;
  }
  .content-highlight #tab-courses.multiple-per-row .course-item:nth-child(odd) {
    margin-right: 0.5%;
  }
  .content-highlight
    #tab-courses.multiple-per-row
    .course-item:nth-child(even) {
    margin-left: 0.5%;
  }
}
.content-highlight #tab-skills .skill-item {
  background-color: #181818;
  padding: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 90px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-skills .skill-item {
    height: auto;
  }
}
.content-highlight #tab-skills .skill-item:last-child {
  float: left;
}
.content-highlight #tab-skills .skill-item .skill-details {
  flex-grow: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.content-highlight #tab-skills .skill-item .skill-icon {
  float: left;
  width: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 5px;
}
.content-highlight #tab-skills .skill-item .skill-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 0;
}
.content-highlight #tab-skills .skill-item .beta-tag {
  color: #000;
  background-color: #ffb115;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.content-highlight #tab-skills .skill-item .beta-tag.beta-tag-centered {
  width: 44px;
  margin: 10px auto 0;
}
.content-highlight #tab-skills .skill-item .skill-take {
  color: #e80a89;
  font-weight: 700;
  font-size: 14px;
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-skills .skill-item .skill-take {
    display: none;
  }
}
.content-highlight #tab-skills a.skill-item:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-skills.multiple-per-row .skill-item {
    width: 49.5%;
  }
  .content-highlight #tab-skills.multiple-per-row .skill-item:nth-child(odd) {
    margin-right: 0.5%;
  }
  .content-highlight #tab-skills.multiple-per-row .skill-item:nth-child(even) {
    margin-left: 0.5%;
  }
}
.content-highlight #tab-roles .role-item {
  background-color: #181818;
  padding: 0;
  margin-bottom: 12px;
  display: flex;
  height: 90px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-roles .role-item {
    height: auto;
  }
}
.content-highlight #tab-roles .role-item:last-child {
  float: left;
}
.content-highlight #tab-roles .role-item .role-icon {
  float: left;
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 15px 20px;
}
.content-highlight #tab-roles .role-item .role-details {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-grow: 1;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.content-highlight #tab-roles .role-item .role-details .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.content-highlight #tab-roles .role-item .role-details .container .role-title {
  margin: 10px 0;
}
.content-highlight #tab-roles a.role-item:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .content-highlight #tab-roles.multiple-per-row .course-list-rows .role-item {
    width: 49.5%;
  }
  .content-highlight #tab-roles.multiple-per-row .role-item:nth-child(odd) {
    margin-right: 0.5%;
  }
  .content-highlight #tab-roles.multiple-per-row .role-item:nth-child(even) {
    margin-left: 0.5%;
  }
}
.content-highlight #pathContent {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 500px) {
  .content-highlight #pathContent li.has-test span {
    display: inline-block;
  }
}
.content-highlight #pathContent #path-list-target.row {
  margin: 0;
}
.content-highlight #pathContent #path-list-target .item {
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
}
.content-highlight #pathContent #path-list-target .item a {
  display: block;
  width: 100%;
  height: 90px;
}
.content-highlight
  #pathContent
  #path-list-target
  .item
  .item-text
  .course-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 5px 0;
}
.content-highlight #pathContent #path-list-target .item .item-text ul {
  line-height: 1;
}
.content-highlight #pathContent #path-list-target .item .item-text ul li {
  font-size: 12px;
}
.content-highlight #pathContent #path-list-target .item.row {
  margin: 0;
}
.content-highlight #pathContent #path-list-target .item .item-each {
  background-color: #181818;
  height: inherit;
}
@media all and (min-width: 1025px) {
  .content-highlight #pathContent.multiple-per-row #path-list-target {
    max-width: none;
  }
  .content-highlight #pathContent.multiple-per-row #path-list-target .item {
    width: 49.5%;
  }
  .content-highlight
    #pathContent.multiple-per-row
    #path-list-target
    .item:nth-child(odd) {
    margin-right: 0.5%;
  }
  .content-highlight
    #pathContent.multiple-per-row
    #path-list-target
    .item:nth-child(even) {
    margin-left: 0.5%;
  }
}
.content-highlight #tab-resources .resource-tile {
  margin-bottom: 25px;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text {
  background: #222;
  text-align: left;
  padding: 10px;
  min-height: 0;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text p {
  color: #555;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 0;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text h5 {
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-top: 3px;
  font-size: 16px;
  margin-bottom: 0;
  height: 65px;
}
.content-highlight #tab-resources .resource-tile .resource-tile-text h5:after {
  background: 0;
}
.content-highlight #tab-resources .search-results-section__footer {
  background: #222;
}
.content-highlight #tab-authors .columns {
  margin-bottom: 25px;
  padding: 0 50px;
}
.content-highlight #tab-authors .author-row .ch-item {
  color: inherit;
}
.content-highlight .search-results-section__footer {
  background: #181818;
  margin-top: 0;
  margin-bottom: 30px;
}
.content-highlight .search-results-section__footer p {
  text-transform: none;
  font-size: 14px;
}
.content-highlight #tab-courses.display-list-view.multiple-per-row .course-item,
.content-highlight #tab-courses.display-list-view.single-per-row .course-item {
  display: flex;
}
.content-highlight #tab-courses.display-list-view .course-item {
  height: 90px;
}
@media screen and (max-width: 500px) {
  .content-highlight #tab-courses.display-list-view .course-item {
    height: auto;
  }
}
.content-highlight
  #tab-courses.display-list-view
  .course-item
  .course-item__info
  .course-item__details {
  display: block;
}
.content-highlight
  #tab-courses.display-list-view
  .course-item
  .course-item__info
  .course-item__details
  .course--item__list:before {
  content: "\2022";
  padding: 0 10px;
  font-size: 9px;
}
.content-highlight
  #tab-courses.display-list-view
  .course-item
  .course-item__info
  .course-item__details
  .course--item__list:first-child:before {
  display: none;
}
.content-highlight #tab-courses.display-card-view .course-item {
  padding: 0;
  margin-bottom: 25px;
}
.content-highlight
  #tab-courses.display-card-view
  .course-item
  .course-item__icon {
  width: auto;
  height: auto;
  float: none;
  max-height: 180px;
  overflow: hidden;
}
.content-highlight
  #tab-courses.display-card-view
  .course-item
  .course-item__icon
  i.icon-playButton {
  background-image: url(../images/button-play.png);
  background-size: cover;
  background-position: 0 0;
}
@media screen and (max-width: 1025px) {
  .content-highlight
    #tab-courses.display-card-view
    .course-item
    .course-item__icon {
    max-height: none;
  }
}
@media all and (max-width: 500px) {
  .content-highlight
    #tab-courses.display-card-view
    .course-item
    .course-item__icon {
    display: block;
  }
}
.content-highlight #tab-courses.display-card-view .course-item__info {
  float: none;
  width: 100%;
  max-width: none;
  padding: 15px 20px;
  margin-left: 0;
  position: relative;
  bottom: 0;
  background: #181818;
  flex: 1;
}
.content-highlight
  #tab-courses.display-card-view
  .course-item__info
  .course-item__title {
  margin: 5px 0;
  transform: inherit;
}
.content-highlight
  #tab-courses.display-card-view
  .course-item__info
  .course-item__details {
  position: relative;
  top: inherit;
}
.content-highlight
  #tab-courses.display-card-view.multiple-per-row
  .course-list-rows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content-highlight
  #tab-courses.display-card-view.multiple-per-row
  .course-list-rows:after {
  content: "";
  flex-basis: 32%;
}
.content-highlight
  #tab-courses.display-card-view.multiple-per-row
  .course-list-rows
  .course-item {
  width: 100%;
  margin: 0 0 25px;
  display: flex;
  flex-flow: column;
}
.content-highlight
  #tab-courses.display-card-view.multiple-per-row
  .course-list-rows
  .course-item
  .course-item__icon
  i.icon-playButton {
  top: 50%;
}
@media all and (min-width: 600px) {
  .content-highlight
    #tab-courses.display-card-view.multiple-per-row
    .course-list-rows {
    flex-flow: row wrap;
  }
  .content-highlight
    #tab-courses.display-card-view.multiple-per-row
    .course-list-rows
    .course-item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight
    #tab-courses.display-card-view.multiple-per-row
    .course-list-rows
    .course-item {
    width: 32%;
    display: flex;
    flex-flow: column;
  }
}
@media all and (max-width: 700px) {
  .content-highlight
    #tab-courses.display-card-view.multiple-per-row
    .course-list-rows
    .course-item
    .course-item__info
    .course-item__details
    .course-item__date {
    display: none;
  }
}
.content-highlight
  #tab-courses.hands-on.display-card-view
  .course-list-rows
  .course-item
  .course-item__icon
  > div {
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.content-highlight
  #tab-courses.hands-on.display-card-view
  .course-list-rows
  .course-item
  .course-item__icon
  > div
  > img {
  position: relative;
}
@media all and (min-width: 1025px) {
  .content-highlight
    #tab-courses.hands-on.display-card-view
    .course-list-rows
    .course-item
    .course-item__icon
    > div
    > img {
    top: 50%;
    transform: translateY(-8%);
  }
}
.content-highlight
  #tab-courses.hands-on.display-card-view
  .course-list-rows
  .course-item
  .course-item__info
  .course-item__type {
  margin-top: 5px;
}
.content-highlight
  #pathContent.display-list-view
  #path-list-target
  .item
  .item-each {
  height: 90px;
}
.content-highlight #pathContent.display-card-view #path-list-target .item {
  margin: 0 0 25px;
}
.content-highlight #pathContent.display-card-view #path-list-target .item a {
  text-decoration: none;
  height: inherit;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each {
  padding: 20px;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-image {
  position: relative;
  height: auto;
  width: 100%;
  top: inherit;
  transform: inherit;
  left: inherit;
  text-align: center;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text {
  position: relative;
  top: inherit;
  left: inherit;
  text-align: center;
  transform: inherit;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text
  ul {
  margin-top: 20px;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text
  ul
  li:nth-of-type(2) {
  padding-right: 0;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text
  ul
  li.has-test {
  padding-right: 0;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text
  ul
  li.has-test
  svg {
  display: none;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text
  ul
  li.has-test
  span {
  font-size: 14px;
  font-weight: 700 !important;
  color: #e6078f !important;
  margin: 15px 0 0;
}
.content-highlight
  #pathContent.display-card-view
  #path-list-target
  .item
  .item-each
  .item-text
  ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #363636;
  margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .content-highlight
    #pathContent.display-card-view
    #path-list-target
    .item
    ul
    li.has-test {
    display: block;
  }
}
.content-highlight
  #pathContent.display-card-view.multiple-per-row
  #path-list-target
  .path-list-page {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content-highlight
  #pathContent.display-card-view.multiple-per-row
  #path-list-target
  .path-list-page:after {
  content: "";
  flex-basis: 32%;
}
.content-highlight
  #pathContent.display-card-view.multiple-per-row
  #path-list-target
  .path-list-page
  .item {
  width: 100%;
  margin: 0 0 25px;
  display: flex;
}
.content-highlight
  #pathContent.display-card-view.multiple-per-row
  #path-list-target
  .path-list-page
  .item
  a {
  display: flex;
  height: inherit;
}
.content-highlight
  #pathContent.display-card-view.multiple-per-row
  #path-list-target
  .path-list-page
  .item
  .item-each {
  height: auto;
}
@media all and (min-width: 600px) {
  .content-highlight
    #pathContent.display-card-view.multiple-per-row
    #path-list-target
    .path-list-page {
    flex-flow: row wrap;
  }
  .content-highlight
    #pathContent.display-card-view.multiple-per-row
    #path-list-target
    .path-list-page
    .item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight
    #pathContent.display-card-view.multiple-per-row
    #path-list-target
    .path-list-page
    .item {
    width: 32%;
  }
}
.content-highlight #tab-skills.display-card-view .skills-list-rows .skill-item {
  flex-flow: column;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 30px;
  margin: 0 0 25px;
}
.content-highlight
  #tab-skills.display-card-view
  .skills-list-rows
  .skill-item
  .skill-details {
  text-align: center;
}
.content-highlight
  #tab-skills.display-card-view
  .skills-list-rows
  .skill-item
  .skill-icon {
  float: none;
  width: auto;
}
.content-highlight
  #tab-skills.display-card-view
  .skills-list-rows
  .skill-item
  .skill-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.content-highlight
  #tab-skills.display-card-view
  .skills-list-rows
  .skill-item
  .skill-divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #363636;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .content-highlight
    #tab-skills.display-card-view
    .skills-list-rows
    .skill-item
    .skill-take {
    display: block;
  }
}
.content-highlight
  #tab-skills.display-card-view.multiple-per-row
  .skills-list-rows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content-highlight
  #tab-skills.display-card-view.multiple-per-row
  .skills-list-rows
  .skill-item {
  display: flex;
}
.content-highlight
  #tab-skills.display-card-view.multiple-per-row
  .skills-list-rows:after {
  content: "";
  flex-basis: 32%;
}
@media all and (min-width: 600px) {
  .content-highlight
    #tab-skills.display-card-view.multiple-per-row
    .skills-list-rows {
    flex-flow: row wrap;
  }
  .content-highlight
    #tab-skills.display-card-view.multiple-per-row
    .skills-list-rows
    .skill-item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight
    #tab-skills.display-card-view.multiple-per-row
    .skills-list-rows
    .skill-item {
    width: 32%;
  }
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-item {
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 25px;
  background-color: #111;
  display: flex;
}
.content-highlight
  #tab-roles.display-card-view
  .course-list-rows
  .role-item
  .role-details {
  float: none;
  width: 100%;
  padding: 20px 20px 10px;
  margin: 0;
  position: relative;
  bottom: 0;
  background: #181818;
}
.content-highlight
  #tab-roles.display-card-view
  .course-list-rows
  .role-item
  .role-details
  .container {
  flex: 1;
  display: flex;
  flex-flow: column;
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-icon {
  float: none;
  height: 180px;
  max-height: 180px;
  padding: 0;
  position: relative;
}
.content-highlight
  #tab-roles.display-card-view
  .course-list-rows
  .role-icon
  img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.content-highlight #tab-roles.display-card-view .course-list-rows .role-title {
  line-height: 1;
}
.content-highlight
  #tab-roles.display-card-view.multiple-per-row
  .course-list-rows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media all and (min-width: 600px) {
  .content-highlight
    #tab-roles.display-card-view.multiple-per-row
    .course-list-rows {
    flex-flow: row wrap;
  }
  .content-highlight
    #tab-roles.display-card-view.multiple-per-row
    .course-list-rows
    .role-item {
    width: 48.8%;
  }
}
@media all and (min-width: 1025px) {
  .content-highlight
    #tab-roles.display-card-view.multiple-per-row
    .course-list-rows
    .role-item {
    width: 32%;
  }
}
.author-row .ch-item {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #363636;
  font-weight: 300;
}
.author-row .ch-item .author-name {
  height: 54px;
}
.code-snippet.aem-GridColumn,
.code-snippet.section {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
pre.code-snippet {
  background: #f5f5f5;
  padding: 14px 6px 6px;
  line-height: 18px;
  font-size: 14px;
  overflow-x: scroll;
}
pre.code-snippet code {
  background-color: #f5f5f5;
  border: 0;
  padding: none;
}
pre.code-snippet:before {
  content: "";
  background: linear-gradient(90deg, #f15b2a, #e80a89);
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.minimal-cards-container .minimal-card {
  background-color: #181818;
  color: #fff;
  margin: 15px;
  padding: 15px;
  transition: all 0.3s;
}
.minimal-cards-container
  .minimal-card
  .minimal-card_img-wrapper
  .minimal-card_img-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.minimal-cards-container .minimal-card .minimal-card_img-wrapper img {
  vertical-align: middle;
  height: 45px;
  max-width: 60px;
}
.minimal-cards-container .minimal-card .minimal-card_content-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
}
.minimal-cards-container .minimal-card .minimal-card_content-wrapper p {
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
  color: #aaa;
  margin-bottom: 5px;
}
.minimal-cards-container a.minimal-card:hover {
  text-decoration: none;
  background-color: #303030;
}
@media screen and (min-width: 1024px) {
  .minimal-cards-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .minimal-cards-container .minimal-card {
    text-align: center;
    flex: 1 0 0%;
  }
  .minimal-cards-container .minimal-card .minimal-card_img-wrapper {
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .minimal-cards-container .minimal-card {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
  }
  .minimal-cards-container .minimal-card .minimal-card_img-wrapper {
    flex: 0 0 75px;
    height: 90px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.ps_card {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.ps_card:after,
.ps_card:before {
  content: " ";
  display: table;
}
.ps_card:after {
  clear: both;
}
.ps_card a,
.ps_card a:hover {
  text-decoration: none;
}
.ps_card--container {
  background: #fff;
  border: 0;
}
.ps_card.dark .ps_card--container {
  background: #222;
  border: 0;
}
.ps_card--body-wrapper {
  position: relative;
  height: 160px;
}
.ps_card--body {
  width: 100%;
  box-sizing: border-box;
  color: #aaa;
  font-weight: 700;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ps_card--content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ps_card--headlines {
  min-height: 59px;
  position: relative;
}
.ps_card--foot {
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  display: table;
  height: 40px;
  width: 100%;
}
.ps_card.dark .ps_card--foot {
  border-top: solid 1px #444;
}
.ps_card--foot a {
  color: #222;
  box-sizing: border-box;
  display: table-cell;
  font-size: 11px;
  font-weight: 700;
  line-height: 34px;
  overflow: hidden;
  padding: 4px 10px 0;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.ps_card--foot a:nth-child(2) {
  border-left: solid 1px #ddd;
}
.ps_card.dark .ps_card--foot a {
  color: #fff;
}
.ps_card.dark .ps_card--foot a:nth-child(2) {
  border-left: solid 1px #444;
}
.ps_card--foot a .ripple {
  background: #f2f2f2;
  border-radius: 100%;
  display: block;
  transform: scale(0);
}
.ps_card--foot a .ripple--animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.ps_card--foot a:hover {
  background: #fff;
}
.ps_card.dark .ps_card--foot a:hover {
  background: #222;
}
.ps_card--image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.ps_card--image:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.ps_card--main {
  display: block;
}
.ps_card--meta {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
.ps_card--subtitle {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.ps_card.dark .ps_card--subtitle {
  color: #ddd;
}
.ps_card--title {
  color: #222;
  font-size: 16px;
  line-height: 18px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.ps_card.dark .ps_card--title {
  color: #fff;
}
.ps_card--type {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card.cq-Editable-dom {
  overflow: hidden;
}
.brw_browse-breadcrumbs {
  max-width: 1400px;
  margin: -50px auto 50px;
  padding: 15px 30px;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}
.brw_browse-breadcrumbs a {
  color: #aaa;
  text-decoration: none;
}
.brw_browse-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
.brw_browse-breadcrumbs span {
  color: #fff;
}
.brw_hero--bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #f15b2a, #e80a89);
}
.brw_hero--device {
  background: url(https://www.codenests.com/content/dam/codenests2/product/business_platform/ps_enterprise--device.png);
  background-size: cover;
  height: 182px;
  margin: -5px auto 0;
  opacity: 0;
  position: relative;
  width: 320px;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.brw_hero--device_wallpaper {
  background-size: cover;
  background-position: center;
  display: block;
}
.brw_hero--screen {
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
}
.brw_hero--device_wallpaper,
.brw_hero--screen {
  width: 570px;
  height: 350px;
  top: 25px;
  left: 90px;
  position: absolute;
}
.brw_hero--device_wallpaper > .clearfix,
.brw_hero--screen > .clearfix {
  width: 100%;
}
.brw_hero {
  position: relative;
  background-color: #181818;
  padding: 50px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 300px;
}
.brw_hero--screen--title {
  font-size: 18px;
  margin-bottom: 15px;
}
.brw_hero--screen p {
  font-size: 14px;
  font-weight: 200;
}
.brw_hero--screen a.button {
  margin-bottom: 0;
}
.brw_hero--container {
  max-width: 1400px;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  min-height: 300px;
}
.brw_hero--info {
  width: 38%;
  padding: 0 25px;
}
.brw_hero--subinfo {
  width: 58.33333%;
  position: relative;
}
.brw_hero--info h1 {
  margin: 0 0 30px;
}
.brw_hero--info > div {
  font-weight: 200;
}
.brw_hero--info .button.button--small {
  margin: 20px 0 0;
}
@media only screen and (min-width: 600px) {
  .brw_hero--device {
    height: 315px;
    width: 550px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .brw_hero--subinfo {
    bottom: -100px;
  }
  .brw_hero--device {
    bottom: 0;
    top: initial;
  }
}
@media only screen and (min-width: 1250px) {
  .brw_hero--device {
    height: 430px;
    width: 750px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1249px) {
  .brw_hero--device {
    height: 374px;
    width: 650px;
  }
  .brw_hero--device_wallpaper,
  .brw_hero--screen {
    height: 305px;
    width: 493px;
    top: 21px;
    left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .brw_hero--container {
    flex-direction: column;
    max-width: 900px;
  }
  .brw_hero--info,
  .brw_hero--subinfo {
    width: 100%;
  }
  .brw_hero--subinfo {
    max-height: 260px;
  }
  .brw_hero--device {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: -50px;
    transform: none;
  }
  .brw_hero--device_wallpaper,
  .brw_hero--screen {
    height: 256px;
    width: 416px;
    top: 18px;
    left: 68px;
  }
  .brw_hero--info h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .brw_hero--subinfo {
    max-height: 120px;
  }
  .brw_hero--device {
    width: 320px;
    height: 185px;
    bottom: -20px;
  }
  .brw_hero--device_wallpaper,
  .brw_hero--screen {
    height: 152px;
    width: 243px;
    top: 10px;
    left: 40px;
  }
  .brw_hero--screen.brw_hide-title .title {
    display: none !important;
  }
  .brw_hero--screen.brw_hide-text .text-2 {
    display: none !important;
  }
  .brw_hero--screen.brw_hide-button .ps-button {
    display: none !important;
  }
}
.browse-hero {
  position: relative;
}
.browse-hero .block-content {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .browse-hero .block-content {
    padding: 70px 0 40px;
  }
}
.browse-hero .block-content .row {
  max-width: 1520px;
}
.browse-hero .browse-breadcrumbs {
  position: absolute;
  top: -100px;
  font-size: 12px;
  color: #aaa;
  padding: 0 5px;
}
@media screen and (min-width: 641px) {
  .browse-hero .browse-breadcrumbs {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .browse-hero .browse-breadcrumbs {
    top: -55px;
  }
}
.browse-hero .browse-breadcrumbs a,
.browse-hero .browse-breadcrumbs a:hover {
  color: #aaa;
  text-decoration: none;
}
.browse-hero .browse-breadcrumbs span {
  color: #fff;
}
.browse-hero .section-image {
  max-width: 80px;
}
.browse-hero .title2 h1 {
  margin: 10px 0;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .browse-hero .title2 h1 {
    font-size: 34px;
  }
}
.browse-hero .left-column {
  float: left !important;
}
.browse-hero .section-description p {
  color: #fff;
  text-align: left;
  font-weight: 200;
  margin-top: 10px;
}
@media screen and (min-width: 641px) {
  .browse-hero .large-7.columns {
    padding: 0 60px;
  }
  .browse-hero .large-12.columns {
    padding: 0 60px;
  }
}
.breadcrumb-component {
  background-color: #f3f3f3;
  padding: 25px 30px;
}
.breadcrumb-component > div {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.breadcrumb-component .breadcrumb__link,
.breadcrumb-component span {
  font-weight: 300;
  font-size: 12px;
  color: #aaa;
}
.breadcrumb-component a.breadcrumb__link {
  color: #e80a89;
  padding-right: 15px;
  margin-left: 15px;
}
.breadcrumb-component
  .breadcrumb__link-container:first-child
  a.breadcrumb__link {
  margin-left: 0;
}
.breadcrumb-component span:last-child {
  margin-left: 15px;
}
.blog-contributor-text .author-social {
  display: inline-block;
  margin-bottom: 21px;
}
.blog-contributor-text .author-social img {
  width: 20px;
  height: auto;
}
.block-chart .cubes {
  align-items: flex-end;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  max-width: 1400px;
  min-width: 800px;
  margin: 20px auto;
  padding: 40px 130px 40px 20px;
  position: relative;
}
.block-chart .cubes a {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.block-chart .cubes a:hover {
  text-decoration: none;
}
.block-chart .cubes a .alignment-fix {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.block-chart .cubes ul {
  align-items: flex-end;
  border-bottom: solid 60px #4b4847;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-basis: 0%;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  font-size: 11px;
  margin: 0;
  padding: 35px 0 0;
  position: relative;
}
.block-chart .cubes ul + ul {
  margin-left: -1px;
}
.block-chart .cubes ul:after {
  background: #312e2f;
  content: "";
  display: block;
  height: 60px;
  width: 115px;
  position: absolute;
  transform: skewY(-45deg);
  right: -115px;
  bottom: -2px;
}
.block-chart .cubes ul:before {
  background: #808184;
  content: "";
  display: block;
  left: 57px;
  height: 115px;
  position: absolute;
  transform: skew(-45deg);
  bottom: 0;
  width: 100%;
}
.block-chart .cubes ul ul {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0%;
  padding: 85px 0 0;
}
.block-chart .cubes ul ul:after,
.block-chart .cubes ul ul:before {
  display: none;
}
.block-chart .cubes ul ul + ul {
  z-index: 9;
}
.block-chart .cubes ul.cubes--orange li {
  background: #f15b2a;
}
.block-chart .cubes ul.cubes--orange li:after {
  background: #f15b2a url(../images/stack--dark.png);
}
.block-chart .cubes ul.cubes--orange li:before {
  background: #f15b2a url(../images/stack--light.png);
}
.block-chart .cubes ul.cubes--pink li {
  background: #ec008c;
}
.block-chart .cubes ul.cubes--pink li:after {
  background: #eb008b url(../images/stack--dark.png);
}
.block-chart .cubes ul.cubes--pink li:before {
  background: #eb008b url(../images/stack--light.png);
}
.block-chart .cubes ul.cubes--green li {
  background: #26b35d;
}
.block-chart .cubes ul.cubes--green li:after {
  background: #26b35d url(../images/stack--dark.png);
}
.block-chart .cubes ul.cubes--green li:before {
  background: #26b35d url(../images/stack--light.png);
}
.block-chart .cubes ul.cubes--blue li {
  background: #0097b5;
}
.block-chart .cubes ul.cubes--blue li:after {
  background: #0097b5 url(../images/stack--dark.png);
}
.block-chart .cubes ul.cubes--blue li:before {
  background: #0097b5 url(../images/stack--light.png);
}
.block-chart .cubes ul.cubes--purple li {
  background: #8e489a;
}
.block-chart .cubes ul.cubes--purple li:after {
  background: #8e489a url(../images/stack--dark.png);
}
.block-chart .cubes ul.cubes--purple li:before {
  background: #8e489a url(../images/stack--light.png);
}
.block-chart .cubes ul.cubes--yellow li {
  background: #f0ab33;
}
.block-chart .cubes ul.cubes--yellow li:after {
  background: #f0ab33 url(../images/stack--dark.png);
}
.block-chart .cubes ul.cubes--yellow li:before {
  background: #f0ab33 url(../images/stack--light.png);
}
.block-chart .cubes li {
  align-items: center;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  display: flex;
  height: 60px;
  font-weight: 400;
  justify-content: center;
  list-style-type: none;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 999;
  font-size: 11px;
  margin-bottom: 0;
}
.block-chart .cubes li:after {
  border-bottom: solid 1px #646464;
  content: "";
  display: block;
  height: 58px;
  width: 65px;
  position: absolute;
  transform: skewY(-45deg);
  right: -65px;
  top: -32px;
  z-index: 99;
  margin-left: 0;
}
.block-chart .cubes li:before {
  content: "";
  display: block;
  left: 33px;
  height: 65px;
  position: absolute;
  transform: skew(-45deg);
  top: -65px;
  width: 100%;
  z-index: 99;
  margin-left: 0;
}
.block-chart .cubes li:hover,
.block-chart .cubes li:hover:after,
.block-chart .cubes li:hover:before {
  filter: brightness(110%);
}
.block-chart .cubes li[rowspan="2"] {
  height: 120px;
}
.block-chart .cubes li[rowspan="2"]:after {
  height: 117px;
}
.block-chart .cubes li[rowspan="3"] {
  height: 180px;
}
.block-chart .cubes li[rowspan="3"]:after {
  height: 177px;
}
.block-chart .cubes li[rowspan="4"] {
  height: 240px;
}
.block-chart .cubes li[rowspan="4"]:after {
  height: 237px;
}
.block-chart .cubes li[rowspan="5"] {
  height: 300px;
}
.block-chart .cubes li[rowspan="5"]:after {
  height: 297px;
}
.block-chart .cubes li[rowspan="6"] {
  height: 360px;
}
.block-chart .cubes li[rowspan="6"]:after {
  height: 357px;
}
.block-chart .cubes li[rowspan="7"] {
  height: 420px;
}
.block-chart .cubes li[rowspan="7"]:after {
  height: 417px;
}
.block-chart .cubes li[rowspan="8"] {
  height: 480px;
}
.block-chart .cubes li[rowspan="8"]:after {
  height: 477px;
}
.block-chart .cubes li[rowspan="9"] {
  height: 540px;
}
.block-chart .cubes li[rowspan="9"]:after {
  height: 537px;
}
.block-chart .cubes li[rowspan="10"] {
  height: 600px;
}
.block-chart .cubes li[rowspan="10"]:after {
  height: 597px;
}
.block-chart .cubes li[rowspan="11"] {
  height: 660px;
}
.block-chart .cubes li[rowspan="11"]:after {
  height: 657px;
}
.block-chart .cubes li[rowspan="12"] {
  height: 720px;
}
.block-chart .cubes li[rowspan="12"]:after {
  height: 717px;
}
.block-chart .cubes li[rowspan="13"] {
  height: 780px;
}
.block-chart .cubes li[rowspan="13"]:after {
  height: 777px;
}
.block-chart .cubes li[rowspan="14"] {
  height: 840px;
}
.block-chart .cubes li[rowspan="14"]:after {
  height: 837px;
}
.block-chart .cubes li[rowspan="15"] {
  height: 900px;
}
.block-chart .cubes li[rowspan="15"]:after {
  height: 897px;
}
.block-chart .cubes li[rowspan="16"] {
  height: 960px;
}
.block-chart .cubes li[rowspan="16"]:after {
  height: 957px;
}
.block-chart .cubes li[rowspan="17"] {
  height: 1020px;
}
.block-chart .cubes li[rowspan="17"]:after {
  height: 1017px;
}
.block-chart .cubes li[rowspan="18"] {
  height: 1080px;
}
.block-chart .cubes li[rowspan="18"]:after {
  height: 1077px;
}
.block-chart .cubes li[rowspan="19"] {
  height: 1140px;
}
.block-chart .cubes li[rowspan="19"]:after {
  height: 1137px;
}
.block-chart .cubes li[rowspan="20"] {
  height: 1200px;
}
.block-chart .cubes li[rowspan="20"]:after {
  height: 1197px;
}
.block-chart .cubes ul li.cubes--gap {
  background: #4b4847;
}
.block-chart .cubes ul li.cubes--gap:after {
  background: #312e2f;
}
.block-chart .cubes ul li.cubes--gap:before {
  background: #666;
}
.block-chart .cubes ul li.cubes--space {
  background: 0 0;
  border: solid 1px transparent;
}
.block-chart .cubes ul li.cubes--space:after {
  background: 0 0;
  border: solid 1px transparent;
}
.block-chart .cubes ul li.cubes--space:before {
  background: 0 0;
}
.block-chart .cubes .cubes--keys {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: flex;
  left: 50%;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.block-chart .cubes .cubes--title {
  font-size: 24px;
  font-weight: 400;
}
.block-chart .cubes .cubes--sets {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: auto;
}
.block-chart .cubes .cubes--set {
  align-items: center;
  display: flex;
  padding: 0 10px;
}
.block-chart .cubes .cubes--key {
  background: #aaa;
  height: 10px;
  margin-right: 10px;
  width: 25px;
}
.block-chart .cubes .cubes--key.blue {
  background: #0097b5;
}
.block-chart .cubes .cubes--key.yellow {
  background: #f0ab33;
}
.block-chart .cubes .cubes--key.pink {
  background: #ec008c;
}
.block-chart .cubes .cubes--key.orange {
  background: #f15b2a;
}
.block-chart .cubes .cubes--key.green {
  background: #26b35d;
}
.block-chart .cubes .cubes--key.purple {
  background: #8e489a;
}
.allcourse-container {
  padding: 0 16px;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: gotham, helvetica neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 100;
}
.allcourse-container.theme--slate {
  background: #363636;
  color: #fff;
}
.allcourse-container .spc_in-sm {
  height: 16px;
}
.allcourse-container .type_weight--bold {
  font-weight: 700;
}
.allcourse-container .type-xs {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}
.allcourse-container .type-lg {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}
.allcourse-container .tableview-row {
  display: block;
  color: #fff;
  padding: 11px 0 5px;
  position: relative;
  box-shadow: 0 -1px 0 #000;
}
.allcourse-container .type-md {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}
.allcourse-container .tableview-row .meta {
  color: #aaa;
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
  vertical-align: top;
}
.allcourse-container a:active,
.allcourse-container a:hover,
.allcourse-container a:link,
.allcourse-container a:visited {
  text-decoration: none;
}
.allcourse-container a {
  color: #e80a89;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.allcourse-container .tableview-row .meta.all-author {
  width: 65%;
}
.accordion.section {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #555;
}
.accordion.section:last-of-type {
  border-bottom: 0;
}
.accordion.section .accordion-title {
  position: relative;
  display: block;
  padding: 10px 30px 10px 0;
  color: inherit;
  background: 0 0;
  line-height: 1.4;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
}
.accordion.section .accordion-title i.icons {
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  top: 15px;
  right: 20px;
  transition: all 0.3s ease;
}
.accordion.section .accordion-title.open i.icons {
  transform: scaleY(-1) rotate(45deg);
  top: 20px;
}
.accordion.section .accordion-content {
  overflow: hidden;
  transition: max-height 0.5s;
  border-bottom: 1px solid transparent;
}
.accordion.section .accordion-content p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-weight: 300;
}
body.mode-edit .accordion.section .accordion-content {
  display: block !important;
}
.psofeed-container .pso-flex-card:nth-child(n + 13) {
  display: none;
}
.psofeed-container .pso-card {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
  display: block;
  padding: 200px 65px 65px;
  text-align: center;
  height: 100%;
}
.psofeed-container .pso-card:before {
  content: "";
  display: block;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 60%
  );
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.psofeed-container .pso-card.pso-bg-lighter:before {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 60%
  );
}
.psofeed-container .pso-card.pso-bg-darker:before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.5) 60%
  );
}
.psofeed-container .pso-card,
.psofeed-container .pso-card:hover {
  color: #fff;
  text-decoration: none;
}
.psofeed-container .pso-content {
  position: relative;
  z-index: 1;
}
.psofeed-container .pso-type {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  width: fit-content;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.psofeed-container .pso-title {
  font-size: 24px;
  font-family: "pt serif", serif;
}
.psofeed-container .pso-hr {
  border-bottom: #fff 1px solid;
  width: 16%;
  margin-left: 42%;
  margin-bottom: 15px;
}
.psofeed-container .pso-subtext {
  font-weight: lighter;
  font-size: 16px;
}
@media print {
  .psofeed-container .pso--btn {
    color: #000;
  }
}
.psofeed-container .pso {
  hyphens: none;
}
.psofeed-container .pso_tags fieldset {
  padding: 0;
  border: none !important;
}
.psofeed-container .pso--container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.psofeed-container .pso--container:after {
  content: "";
  clear: both;
  display: block;
}
.psofeed-container .pso_tags {
  min-height: 40px;
  margin: 0 -5px;
  text-align: center;
}
.psofeed-container .pso_tags.center {
  padding: 15px 0;
  max-width: 100%;
}
.psofeed-container .pso-feed-see-more,
.psofeed-container .pso_tags a,
.psofeed-container .pso_tags button {
  background: #fff;
  border: solid 1px #000;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 5px;
  min-width: auto;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.psofeed-container .pso-feed-see-more:hover,
.psofeed-container .pso-filters a:focus,
.psofeed-container .pso-filters a:hover,
.psofeed-container .pso-filters button:focus,
.psofeed-container .pso-filters button:hover {
  background: #e80a89;
  border: solid 1px transparent;
  color: #fff;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.psofeed-container .pso-feed-see-more-container {
  text-align: center;
}
.dynamic-text-writer-wrapper {
  margin: 235px 0 0;
}
@media only screen and (max-width: 640px) {
  .dynamic-text-writer-wrapper {
    margin: 90px 0 0;
  }
}
#header {
  overflow: hidden;
  width: 100%;
  background-size: cover;
  padding: 35px 45px 146px;
}
.landing-page-hero-block#header {
  padding: 35px 0 146px;
}
#header.parallax {
  background-attachment: fixed;
}
.header-info {
  float: left;
  width: 100%;
  padding-top: 73px;
}
#header > .row .columns:first-child {
  padding-top: 60px;
}
.header-img-area {
  float: left;
  width: 100%;
}
.header-video-area {
  position: relative;
  padding-bottom: 49%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
}
.header-video-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .row .columns[class*="-12"] {
  max-width: 640px;
  margin: 0 auto;
  float: none;
}
.mobile-img-video {
  display: none;
  width: 100%;
  padding: 20px;
  float: left;
  position: relative;
}
.mobile-img-area {
  display: none;
  float: left;
  width: 100%;
}
.mobile-img-area img {
  width: 100%;
}
.mobile-video-area {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mobile-video-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .row .columns:last-child h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
}
#header .row .columns:last-child .text-component {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding-top: 15px;
}
#header .row .columns:last-child ul {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#header .row .columns:last-child ul li {
  color: #fff;
  float: left;
  width: 100%;
}
#header .row .columns:last-child .try-btn {
  float: left;
  width: 100%;
  padding-top: 45px;
}
.block--center {
  text-align: center;
}
.block--center .logo {
  float: none;
}
.block--right {
  text-align: right;
}
.hero-block .columns[class*="-12"] .columns.section {
  padding: 0;
}
.hero-block .video {
  margin-bottom: 30px;
}
.landing-page-hero-block .container > .row {
  max-width: 1080px;
  margin: 0 auto;
}
.landing-page-hero-block .video {
  margin-top: 56px;
}
.landing-page-hero-block .columns[class*="-12"] .video {
  margin-top: 0;
}
@media all and (max-width: 1024px) {
  #header.parallax,
  #our-mission.parallax {
    background-attachment: scroll;
  }
}
@media all and (max-width: 800px) {
  #header {
    padding-bottom: 52px;
  }
}
@media all and (max-width: 640px) {
  #header {
    padding: 0;
  }
  #header .row .columns[class*="-12"]:first-child {
    display: block;
  }
  #header .row .columns:last-child {
    width: 100%;
  }
  #header .row .columns:last-child .try-btn {
    text-align: center;
  }
  .mobile-img-video {
    display: block;
    width: 100%;
    padding: 20px;
    float: left;
    position: relative;
    background: #fff;
  }
  .mobile-video-area {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: visible;
  }
  .video-component .video__previewTag {
    width: 140px;
    left: -20px;
    top: -20px;
  }
}
@media all and (max-width: 480px) {
  #header .row .columns:last-child h1 {
    font-size: 38px;
    line-height: 1.1;
  }
  #header .row .columns:last-child .text-component {
    font-size: 20px;
  }
}
#courses-block h2 {
  margin-bottom: 20px;
}
#courses-block {
  padding: 40px 20px 60px;
}
#courses-block .row .columns {
  padding: 0;
}
@media all and (max-width: 640px) {
  #courses-block {
    padding: 40px 15px;
  }
  #courses-block h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1024px) {
  .history-carousel-block .sc-carousel-wrapper {
    margin-top: 0 !important;
  }
}
.hero-blog-block .blog-hero-wrapper {
  min-height: 583px;
}
.hero-blog-block .blog-hero-wrapper .image:nth-child(1) img,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h1,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h2,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h3,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h4,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h5,
.hero-blog-block .blog-hero-wrapper .title:nth-child(1) h6 {
  margin-top: 45px;
}
.hero-blog-block .title {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.hero-blog-block .title:nth-child(1) h1 {
  font-size: 64px !important;
  font-weight: 200 !important;
  line-height: 80px !important;
}
.hero-blog-block .title:last-child h5 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}
.hero-blog-block img {
  max-width: 620px;
}
.hero-blog-block .no-background {
  padding: 165px 0 0;
}
@media only screen and (max-width: 640px) {
  .hero-blog-block img {
    max-width: 100%;
  }
  .hero-blog-block .title:nth-child(1) h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .hero-blog-block .title:last-child h5 {
    line-height: 40px !important;
  }
}
.generic-block {
  position: relative;
  overflow: hidden;
}
.generic-block a.full-block-link:hover {
  text-decoration: none;
}
.generic-block .quote-bar {
  border-left: 12px solid #e80a89;
  border-right: 0;
  border-image: linear-gradient(to bottom, #f05a28, #e80a89) 1 100%;
}
.generic-block .top-gradient-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f05a28, #e80a89);
  top: 0;
  left: 0;
}
.block {
  color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 300px;
}
.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 {
  color: #fff;
}
.block--true-black {
  background-color: #1a1a1a;
}
.block--black {
  background-color: #181818;
}
.block--black .logo {
  fill: #fff;
}
.generic-block-wrapper.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.block--dark-gray {
  background-color: #181818;
}
.block--dark-gray-2 {
  background-color: #222;
}
.block--medium-gray {
  background-color: #363636;
}
.block--dark .logo {
  color-svg: #fff;
}
.block--transparent {
  background-color: inherit;
  color: inherit;
}
.block--light-gray {
  background-color: #f3f3f3;
}
.block--white {
  background-color: #fff;
}
.block--light {
  color: #181818;
}
.block--light h1,
.block--light h2,
.block--light h3,
.block--light h4,
.block--light h5,
.block--light h6 {
  color: #181818;
}
.generic-block-wrapper {
  padding: 50px 0;
  position: relative;
  background-size: cover;
}
.generic-block-wrapper.parallax {
  background-attachment: fixed;
}
.generic-block-wrapper.generic-block--five-ten {
  min-height: 510px;
}
.ps-carousel .generic-block-wrapper.generic-block--five-ten {
  min-height: 510px !important;
}
.generic-block-wrapper.generic-block--tall {
  min-height: 900px;
}
.ps-carousel .generic-block-wrapper.generic-block--tall {
  min-height: 900px !important;
}
.generic-block--auto {
  min-height: 0;
}
.generic-block-wrapper.generic-block--six-hundred {
  min-height: 600px;
}
.ps-carousel .generic-block-wrapper.generic-block--six-hundred {
  min-height: 600px !important;
}
.generic-block-wrapper.generic-block--cigar {
  min-height: 40px;
}
.ps-carousel .generic-block-wrapper.generic-block--cigar {
  min-height: 60px !important;
}
.generic-block-wrapper.padding-top-zero {
  padding-top: 0;
}
.generic-block-wrapper.padding-top-ten {
  padding-top: 10px;
}
.generic-block-wrapper.padding-top-twenty {
  padding-top: 20px;
}
.generic-block-wrapper.padding-top-thirty {
  padding-top: 30px;
}
.generic-block-wrapper.padding-top-forty {
  padding-top: 40px;
}
.generic-block-wrapper.padding-top-fifty {
  padding-top: 50px;
}
.generic-block-wrapper.padding-top-sixty {
  padding-top: 150px;
}
.generic-block-wrapper.padding-top-seventy {
  padding-top: 70px;
}
.generic-block-wrapper.padding-top-eighty {
  padding-top: 80px;
}
.generic-block-wrapper.padding-top-ninety {
  padding-top: 90px;
}
.generic-block-wrapper.padding-top-hundred {
  padding-top: 100px;
}
.generic-block-wrapper.padding-top-hundred-ten {
  padding-top: 110px;
}
.generic-block-wrapper.padding-top-hundred-twenty {
  padding-top: 120px;
}
.generic-block-wrapper.padding-top-hundred-thirty {
  padding-top: 130px;
}
.generic-block-wrapper.padding-top-hundred-forty {
  padding-top: 140px;
}
.generic-block-wrapper.padding-top-hundred-fifty {
  padding-top: 150px;
}
.generic-block-wrapper.padding-top-hundred-sixty {
  padding-top: 160px;
}
.generic-block-wrapper.padding-top-hundred-seventy {
  padding-top: 170px;
}
.generic-block-wrapper.padding-top-hundred-eighty {
  padding-top: 180px;
}
.generic-block-wrapper.padding-top-hundred-ninety {
  padding-top: 190px;
}
.generic-block-wrapper.padding-top-two-hundred {
  padding-top: 200px;
}
.generic-block-wrapper.padding-bottom-zero {
  padding-bottom: 0;
}
.generic-block-wrapper.padding-bottom-ten {
  padding-bottom: 10px;
}
.generic-block-wrapper.padding-bottom-twenty {
  padding-bottom: 20px;
}
.generic-block-wrapper.padding-bottom-thirty {
  padding-bottom: 30px;
}
.generic-block-wrapper.padding-bottom-forty {
  padding-bottom: 40px;
}
.generic-block-wrapper.padding-bottom-fifty {
  padding-bottom: 50px;
}
.generic-block-wrapper.padding-bottom-sixty {
  padding-bottom: 60px;
}
.generic-block-wrapper.padding-bottom-seventy {
  padding-bottom: 70px;
}
.generic-block-wrapper.padding-bottom-eighty {
  padding-bottom: 80px;
}
.generic-block-wrapper.padding-bottom-ninety {
  padding-bottom: 90px;
}
.generic-block-wrapper.padding-bottom-hundred {
  padding-bottom: 100px;
}
.generic-block-wrapper.padding-bottom-hundred-ten {
  padding-bottom: 110px;
}
.generic-block-wrapper.padding-bottom-hundred-twenty {
  padding-bottom: 120px;
}
.generic-block-wrapper.padding-bottom-hundred-thirty {
  padding-bottom: 130px;
}
.generic-block-wrapper.padding-bottom-hundred-forty {
  padding-bottom: 140px;
}
.generic-block-wrapper.padding-bottom-hundred-fifty {
  padding-bottom: 50px;
}
.generic-block-wrapper.padding-bottom-hundred-sixty {
  padding-bottom: 160px;
}
.generic-block-wrapper.padding-bottom-hundred-seventy {
  padding-bottom: 170px;
}
.generic-block-wrapper.padding-bottom-hundred-eighty {
  padding-bottom: 180px;
}
.generic-block-wrapper.padding-bottom-hundred-ninety {
  padding-bottom: 190px;
}
.generic-block-wrapper.padding-bottom-two-hundred {
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .generic-block-wrapper.padding-top-eighty,
  .generic-block-wrapper.padding-top-hundred,
  .generic-block-wrapper.padding-top-hundred-eighty,
  .generic-block-wrapper.padding-top-hundred-fifty,
  .generic-block-wrapper.padding-top-hundred-forty,
  .generic-block-wrapper.padding-top-hundred-ninety,
  .generic-block-wrapper.padding-top-hundred-seventy,
  .generic-block-wrapper.padding-top-hundred-sixty,
  .generic-block-wrapper.padding-top-hundred-ten,
  .generic-block-wrapper.padding-top-hundred-thirty,
  .generic-block-wrapper.padding-top-hundred-twenty,
  .generic-block-wrapper.padding-top-ninety,
  .generic-block-wrapper.padding-top-seventy,
  .generic-block-wrapper.padding-top-two-hundred {
    padding-top: 60px;
  }
  .generic-block-wrapper.padding-bottom-eighty,
  .generic-block-wrapper.padding-bottom-hundred,
  .generic-block-wrapper.padding-bottom-hundred-eighty,
  .generic-block-wrapper.padding-bottom-hundred-fifty,
  .generic-block-wrapper.padding-bottom-hundred-forty,
  .generic-block-wrapper.padding-bottom-hundred-ninety,
  .generic-block-wrapper.padding-bottom-hundred-seventy,
  .generic-block-wrapper.padding-bottom-hundred-sixty,
  .generic-block-wrapper.padding-bottom-hundred-ten,
  .generic-block-wrapper.padding-bottom-hundred-thirty,
  .generic-block-wrapper.padding-bottom-hundred-twenty,
  .generic-block-wrapper.padding-bottom-ninety,
  .generic-block-wrapper.padding-bottom-seventy,
  .generic-block-wrapper.padding-bottom-two-hundred {
    padding-bottom: 60px;
  }
}
.generic-block-video {
  position: absolute;
}
.generic-block-video-wrapper {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 1024px) {
  .block,
  .generic-block--five-ten,
  .generic-block-wrapper.generic-block--tall {
    min-height: initial;
  }
}
.generic-block-wrapper.generic-block--vertical-center > .main > .content {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*left: 0;*/
  /*right: 0;*/
}
.generic-block-wrapper.generic-block--vertical-bottom > .main > .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: inherit;
}
.ps-carousel
  .generic-block-wrapper.generic-block--vertical-center
  > .main
  > .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.ps-carousel
  .generic-block-wrapper.generic-block--vertical-bottom
  > .main
  > .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: inherit;
}
.flex-block-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-block-container.override-to-center {
  justify-content: center;
}
.flex-block-container.override-to-center > .section {
  margin-bottom: 0 !important;
}
.flex-block-container .new.section {
  width: 98% !important;
  height: 50px !important;
  margin-left: 1% !important;
}
.flex-block-container > .section {
  margin-bottom: 20px;
}
.flex-block-container.desktop-two > .section {
  width: 49%;
  margin-bottom: 30px;
}
.flex-block-container.desktop-three > .section {
  width: 32%;
  margin-bottom: 25px;
}
.flex-block-container.desktop-four > .section {
  width: 24%;
}
.flex-block-container.desktop-five > .section {
  width: 19%;
  margin-bottom: 15px;
}
.flex-block-container.desktop-six > .section {
  width: 16%;
  margin-bottom: 10px;
}
.flex-block-container > .section.hidden {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .flex-block-container.tablet-one > .section {
    width: 100%;
  }
  .flex-block-container.tablet-two > .section {
    width: 49%;
  }
  .flex-block-container.tablet-three > .section {
    width: 32%;
    margin-bottom: 15px;
  }
  .flex-block-container.tablet-four > .section {
    width: 24%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .flex-block-container.mobile-one > .section {
    width: 100%;
  }
  .flex-block-container.mobile-two > .section {
    width: 49%;
    margin-bottom: 9px;
  }
}
.flex-block-container.no-margins > .section {
  margin-bottom: 0 !important;
}
.flex-block-container.no-margins.desktop-two > .section {
  width: 50%;
}
.flex-block-container.no-margins.desktop-three > .section {
  width: 33.333%;
}
.flex-block-container.no-margins.desktop-four > .section {
  width: 25%;
}
.flex-block-container.no-margins.desktop-five > .section {
  width: 20%;
}
.flex-block-container.no-margins.desktop-six > .section {
  width: 16.666%;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .flex-block-container.no-margins.tablet-one > .section {
    width: 100%;
  }
  .flex-block-container.no-margins.tablet-two > .section {
    width: 50%;
  }
  .flex-block-container.no-margins.tablet-three > .section {
    width: 33.333%;
  }
  .flex-block-container.no-margins.tablet-four > .section {
    width: 25%;
  }
}
@media screen and (max-width: 639px) {
  .flex-block-container.no-margins.mobile-one > .section {
    width: 100%;
  }
  .flex-block-container.no-margins.mobile-two > .section {
    width: 50%;
  }
}
.flex-block-container.add-dark-borders > .flex-open-block.section {
  margin-bottom: -1px !important;
}
.flex-block-container.add-dark-borders
  > .flex-open-block.section
  .flex-open-block-wrapper {
  margin-right: -1px;
  border: 1px solid #333;
}
.flex-block-container.add-light-borders > .flex-open-block.section {
  margin-bottom: -1px !important;
}
.flex-block-container.add-light-borders
  > .flex-open-block.section
  .flex-open-block-wrapper {
  margin-right: -1px;
  border: 1px solid #ddd;
}
.flex-block-container.carousel {
  padding: 0 30px;
}
body.mode-edit .flex-block-container.carousel {
  padding: 0;
}
.flex-block-container.carousel .slick-track {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-block-container.carousel .slick-track:after,
.flex-block-container.carousel .slick-track:before {
  display: none;
}
.flex-block-container.carousel .slick-next,
.flex-block-container.carousel .slick-prev {
  z-index: 1;
  transform: translateY(-50%);
  margin: 0;
  width: 25px;
  height: 34px;
  min-width: 25px;
}
.flex-block-container.carousel .slick-prev {
  left: 0;
}
.flex-block-container.carousel .slick-next {
  right: 0;
}
.flex-block-container.carousel .slick-prev:before {
  content: url(../images/slide-prev.png);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.flex-block-container.carousel .slick-next:before {
  content: url(../images/slide-next.png);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.flex-block-container.carousel.carousel-dark .slick-prev:before {
  content: url(../images/slide-prev-dark.png);
}
.flex-block-container.carousel.carousel-dark .slick-next:before {
  content: url(../images/slide-next-dark.png);
}
.flex-block-container.carousel .slick-list .slick-track > .section,
.flex-block-container.carousel > .section {
  margin-left: 10px;
  margin-right: 10px;
  height: inherit;
}
.flex-block-container.carousel .slick-list .slick-track > .section:focus,
.flex-block-container.carousel > .section:focus {
  outline: 0;
}
body.mode-edit
  .flex-block-container.carousel
  .slick-list
  .slick-track
  > .section,
body.mode-edit .flex-block-container.carousel > .section {
  margin-left: 0;
  margin-right: 0;
}
.ps-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ps-carousel-wrapper .ps-carousel-next,
.ps-carousel-wrapper .ps-carousel-prev {
  position: absolute;
  top: 45%;
  margin-top: 0;
  cursor: pointer;
  min-width: 20px;
  height: 35px;
  z-index: 10;
  color: transparent;
  background: url(../images/tp-arrow-sprite.png) no-repeat no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 860px) {
  .ps-carousel-wrapper .ps-carousel-next,
  .ps-carousel-wrapper .ps-carousel-prev {
    display: none !important;
  }
}
.ps-carousel-wrapper .ps-carousel-next:hover,
.ps-carousel-wrapper .ps-carousel-prev:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.ps-carousel-wrapper .ps-carousel-next:before,
.ps-carousel-wrapper .ps-carousel-prev:before {
  content: "" !important;
}
.ps-carousel-wrapper:hover .ps-carousel-next,
.ps-carousel-wrapper:hover .ps-carousel-prev {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.ps-carousel-wrapper .ps-carousel-prev {
  left: 5%;
  background-position: 0 0;
}
.ps-carousel-wrapper .ps-carousel-prev:hover {
  background-position: 0 -40px;
}
.ps-carousel-wrapper .ps-carousel-next {
  right: 5%;
  background-position: -30px -40px;
}
.ps-carousel-wrapper .ps-carousel-next:hover {
  background-position: -30px 0;
}
.ps-carousel-wrapper .slick-slider {
  margin-bottom: 0;
}
.ps-carousel-wrapper .ps-carousel {
  position: relative;
}
.ps-carousel-wrapper .ps-carousel .slick-dots {
  bottom: 20px;
  border-radius: 10px;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 999;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  text-align: center;
}
.ps-carousel-wrapper .ps-carousel .slick-dots li {
  background: #aaa;
  border-radius: 9px;
  display: inline-block;
  height: 6px;
  list-style-type: none;
  margin: 0 4px;
  padding: 0;
  transition: background 0.3s ease;
  width: 25px;
}
.ps-carousel-wrapper .ps-carousel .slick-dots li:before {
  display: none;
}
.ps-carousel-wrapper .ps-carousel .slick-dots li.slick-active {
  background: #eee;
}
.ps-carousel-wrapper .ps-carousel .slick-dots button {
  display: none;
}
@media only screen and (max-width: 800px) {
  .ps-carousel-wrapper .ps-carousel .slick-dots {
    bottom: 3% !important;
  }
}
@media only screen and (max-width: 360px) {
  .ps-carousel-wrapper .ps-carousel .slick-dots {
    display: none !important;
  }
}
#home-page-generic .main {
  margin: 180px 0;
}
#home-page-generic .text-component,
#home-page-generic p {
  color: #333;
  font-size: 36px;
  line-height: 50px;
  font-weight: 200;
}
#home-page-generic .row {
  max-width: 1080px;
  position: relative;
}
#home-page-generic div.image,
#home-page-generic img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #home-page-generic {
    margin: 40px 0 70px;
  }
}
body.mode-edit .animation-wrapper-container {
  position: unset;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}
.header #header_tabs .header_tabs_column.paths .item .item-image img,
.header #header_tabs--search .header_tabs_column.paths .item .item-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 44px;
  margin: 9px 10px 0 10px;
}
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  padding: 0 30px 0 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 -11px 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #fff;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #999;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #999;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: #ffb446;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: #ffb446;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 147, 43, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 147, 43, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 147, 43, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 147, 43, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #ffb446;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@font-face {
  font-family: gilroy-light;
  src: url(../fonts/Gilroy/light.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/Gilroy/bold.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/Gilroy/medium.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: gilroy-regular;
  src: url(../fonts/Gilroy/regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: gilroy-semi;
  src: url(../fonts/Gilroy/semibold.ttf) format("truetype");
  font-style: normal;
}
p {
  font-family: gilroy-medium !important;
}
li {
  font-family: gilroy-medium !important;
}
a {
  font-family: gilroy-medium !important;
}
li {
  list-style: none;
}
.portfolio_section ul li:before {
  display: none;
}
.floatbutton.active {
  left: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  left: -370px;
  top: 17%;
  font-size: 0;
  width: 420px;
  z-index: 9;
}
.floatbutton .clickbutton {
  width: 50px;
  z-index: 99;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(239, 81, 51, 0.2);
  border-radius: 10px 0 0 10px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  transform: rotate(180deg);
}
.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -53px;
  white-space: pre;
  bottom: 87px;
}
.floatbutton .clickbutton .crossplus.rotate {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}
.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}
.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}
.banner-form .intl-tel-input {
  width: 100%;
}
.banner-form h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.ban-form input[type="submit"] {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
}
.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
}
.btns_wrap {
  position: fixed;
  right: -6px;
}
.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}
.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  top: 60px;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}
.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px 0 0 50px;
}
.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}
.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}
.header .header_browse .header_nav_secondary.active {
  color: #f0582b;
}
.addrese_sec {
  width: 100%;
  border-top: 1px solid #363636;
  padding: 30px 0;
}
.addrese_sec article {
  display: inline-block;
  width: 22%;
  padding-right: 15px;
  vertical-align: top;
}
.addrese_sec article h3 {
  font-size: 14px;
  font-weight: 700;
}
.addrese_sec article a {
  font-size: 14px;
  color: #7c7c7d !important;
  display: block;
}
.addrese_sec article.last {
  width: 32.7%;
  padding-right: 0;
  text-align: right;
}
.addrese_sec article a.fotBtn {
  display: inline-block;
  padding: 8px 29px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff !important;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 0 15px 10px;
}
.addrese_sec article a.fotBtn.secnd {
  border: solid 1px #f05430;
  background: #0000;
  transition: 0.5s;
}
.addrese_sec article a.fotBtn.secnd:hover {
  transform: translateY(-10px);
}
.topformcontainer {
  width: 360px;
  position: absolute;
  right: 155px;
  top: 100%;
  z-index: 9;
  display: none;
  bottom: 0;
}
.topformcontainer .topformwrap {
  background: #fff;
  height: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}
.topformcontainer .topformwrap.active {
  background: #fff;
  height: 413px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  box-shadow: -7px 9px 50px 0 #68737d73;
}
.topformcontainer .topformwrap .formheading {
  text-align: center;
  padding: 20px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.topformcontainer .topformwrap .formheading h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.topformcontainer .topformwrap .formheading h2 {
  font-size: 24px;
  padding-bottom: 0;
  color: #fff;
}
.topformcontainer .topformwrap .formbody {
  padding: 30px;
}
.topformcontainer .topformswitch {
  position: relative;
  background: #fff;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid #ed4048;
  font-size: 0;
}
.topformcontainer .topformswitch .switchicon {
  display: inline-block;
  width: 50px;
  height: 52px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  margin-top: -1px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.topformcontainer .topformswitch .switchicon span {
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}
.topformcontainer .topformswitch h4 {
  padding-bottom: 0;
  color: #000;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 20px 0;
  text-align: center;
  line-height: 1;
  width: 308px;
  font-size: 24px;
}
.topformcontainer .topformswitch h4 span {
  color: #fe3401;
  font-weight: 900;
}
.topformcontainer .topformwrap .formbody .fldset input {
  margin: 0 0 10px 0;
}
.topformcontainer .topformwrap .formbody .fldset input[type="submit"] {
  margin-bottom: 0;
  margin-top: 10px;
}
.topformcontainer .topformwrap .formbody .dtf textarea {
  margin: 10px 0 10px 0;
  height: 100px;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  outline: 0 !important;
  resize: none;
}
.homepage .topformcontainer {
  display: none;
}
.formbody .dtf input[type="email"],
.formbody .dtf input[type="number"],
.formbody .dtf input[type="text"] {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 45px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 10px 0;
}
.formbody .dtf .submit {
  width: 100%;
}
.formbody .home-banner-content {
  width: 100%;
}
.formbody .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.formbody .col-xl-12 {
  padding: 0;
}
.analyzeform.col-lg-10.offset-lg-1 {
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.analyzeform.col-lg-10.offset-lg-1 .wrap {
  width: 100%;
}
.cmp-text ul li {
  margin: 0;
  font-size: 18px;
  color: #fff;
  line-height: 29px;
  position: relative;
  padding: 0 0 0 15px;
}
.cmp-text ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 2px;
  color: #fbb84b;
  font: normal normal normal 16px/1 FontAwesome;
}
.pro-serv {
  background-position: center 40%;
}
.generic-block-wrapper.homeban {
  padding: 0 0;
  position: relative;
  background-size: cover;
  height: 700px;
  display: table;
  width: 100%;
}
.newheight {
  height: 700px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 70px;
}
.newlogosSection {
  background: #520e21;
  background: linear-gradient(90deg, #520e21 0, #7c1c4a 42%, #31316d 100%);
  position: relative;
}
.newlogosSection:before {
  content: "";
  position: absolute;
  background: #0000002b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.portfolio_section {
  background: #181818;
  padding: 0 0 10px;
}
.portfolio_section ul {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}
.portfolio_section ul li {
  list-style: none;
  transition: 0.5s;
}
.portfolio_section ul li a {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
  display: block;
  overflow: hidden;
}
.portfolio_section ul li a:hover {
  text-decoration: none;
}
.portfolio_section ul li figure {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
  overflow: hidden;
}
.portfolio_section ul li figure figcaption {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 32% 0;
  transition: 0.5s;
  opacity: 0;
}
.portfolio_section ul li figure figcaption h5 {
  font-size: 36px;
  font-weight: 700;
}
.portfolio_section ul li figure figcaption p {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.portfolio_section ul li:hover figure figcaption {
  background-color: #e80a89a6;
  opacity: 1;
}
.portfolio_section ul li:hover figure figcaption h5,
.portfolio_section ul li:hover figure figcaption p {
  color: #fff;
}
.slick-slide:focus {
  outline: 0;
}
.portfolio_section .slick-dots {
  bottom: 0;
}
.portfolio_section .slick-dots li {
  list-style: none;
}
.portfolio_section .slick-next {
  right: 0;
  left: auto;
  right: 14%;
}
.portfolio_section .slick-prev {
  left: auto;
  right: 17%;
}
.portfolio_section .slick-next,
.portfolio_section .slick-prev {
  top: auto;
  bottom: -50px;
}
.testi {
  background-color: #222;
  padding: 50px 0;
  overflow-x: hidden;
}
.testi .ps_logos {
  padding: 0 40px 0;
}
.testi .ps_logos h3 {
  color: #fff;
}
.belowform {
  padding: 150px 0;
  background: #1a1a1a;
}
.bottomcta {
  padding: 60px 0;
  background: #232323;
}
.bottomcta .ctalist {
  margin-bottom: 0;
  font-size: 0;
}
.bottomcta .ctalist li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}
.bottomcta .ctalist li h3 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 20px;
}
.bottomcta .ctalist li .wrap .iconpart {
  display: inline-block;
  width: 13%;
  vertical-align: top;
}
.bottomcta .ctalist li .wrap .iconpart span {
  font-size: 34px;
  color: #f96e1c;
}
.bottomcta .ctalist li .wrap .textpart {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.bottomcta .ctalist li .wrap .textpart p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 0;
}
.bottomcta .ctalist li .wrap .textpart a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.form-box-main {
  background: #1a1a1a;
  padding: 0;
}
.form-box-main h2 {
  text-align: center;
  font-size: 36px;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.form-box-main p {
  text-align: center;
  color: #fff;
}
.form-box-main form {
  width: 60%;
  margin: 0 auto;
}
.form-box-main form .col-md-12,
.form-box-main form .col-md-6 {
  padding-bottom: 30px;
}
.form-box-main form label.field-txt {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px;
  width: 100%;
  display: block;
}
.form-box-main form label.field-txt span {
  color: #ec1d23;
}
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form input[type="text"],
.form-box-main form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #b2b9c1;
  background: #fff;
  padding: 18px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  border-radius: 5px;
}
.form-box-main form select {
  width: 100%;
  margin: 0;
  border: 1px solid #b2b9c1;
  background: #fff;
  padding: 0 15px;
  color: #5b6b7f;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  height: 55px;
}
.form-box-main form select[name="ddlDay"],
.form-box-main form select[name="ddlMonth"],
.form-box-main form select[name="ddlYear"] {
  float: left;
  width: 32.5%;
  margin: 0 1% 0 0;
}
.form-box-main form select[name="ddlYear"] {
  margin: 0;
}
.form-box-main form textarea {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  height: 100px;
}
.check-list {
  float: left;
}
.form-box-main form input[type="checkbox"]:not(old),
.form-box-main form input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.form-box-main form input[type="checkbox"]:not(old) + label,
input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url(../images/checks.png) no-repeat 0 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #ccc;
}
.form-box-main form input[type="checkbox"]:not(old):checked + label {
  background-position: 0 -24px;
}
.form-box-main form input[type="radio"]:not(old):checked + label {
  background-position: 0 -48px;
}
.form-box-main form input[type="submit"] {
  display: inline-block;
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background: -moz-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
  padding: 15px 60px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  border: 0;
  margin-top: 20px;
}
.form-box-main form input[type="submit"]:after {
  content: "\e93a";
  font-family: icomoon !important;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}
.form-box-main form input[type="submit"]:hover {
  display: inline-block;
  color: #fff;
  transform: translateY(-0.625rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.form-box-main form input::-webkit-input-placeholder {
  color: gray;
  opacity: 1 !important;
}
.form-box-main form input:-moz-placeholder {
  color: gray;
}
.form-box-main form input::-moz-placeholder {
  color: gray;
}
.form-box-main form input:-ms-input-placeholder {
  color: gray;
}
.form-box-main form textarea::-webkit-input-placeholder {
  color: gray;
  opacity: 1 !important;
}
.form-box-main form textarea:-moz-placeholder {
  color: gray;
}
.form-box-main form textarea::-moz-placeholder {
  color: gray;
}
.form-box-main form textarea:-ms-input-placeholder {
  color: gray;
}
.form-box-main form input:focus,
.form-box-main form option:focus,
.form-box-main form select:focus,
.form-box-main form textarea:focus,
.selected-flag {
  outline: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.form-box-main form .intl-tel-input {
  width: 100%;
}
.form-box-main form .intl-tel-input .country-list {
  width: 380px;
}
.form-box-main form .intl-tel-input .country-list .country {
  font-size: 13px;
}
.form-box-main form label.error,
label.error {
  color: red;
  font-style: italic;
  margin-bottom: 0;
  display: none !important;
}
div.error {
  display: none;
}
input.checkbox {
  border: none;
}
input.error {
  border: 1px solid red !important;
}
form.cmxform .gray * {
  color: gray;
}
.half {
  width: 48%;
  display: inline-block;
  margin-right: 19px;
}
.marginright0 {
  margin-right: 0;
}
.forarrowselect {
  position: relative;
}
.forarrowselect:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome !important;
  bottom: 9px;
  right: 16px;
  font-size: 24px;
}
.newSectionhome {
  text-align: center;
  padding: 40px 0 40px;
}
.newSectionhome p {
  font-size: 14px;
}
.fBold {
  font: 30px/30px gilroy-bold, sans-serif;
  font-weight: 500;
}
.newSectionhome p span {
  margin: 0 5px;
}
.newSectionhome p span i {
  color: #fca705;
  margin: 0 2px;
}
.newSectionhome .mybannerform img {
  margin: 0 20px;
  height: 50px;
}
.webdev .newheading img {
  top: 28px;
  right: 280px;
}
.ecom .newheading img {
  top: -30px;
  right: 30px;
}
.brnd .newheading img {
  right: 20px;
  top: 70px;
  width: 340px;
}
.mbpg .newheading img {
  right: -30px;
  top: 70px;
  width: 330px;
}
.vdpag .newheading img {
  width: 370px;
  top: 6px;
  right: -10px;
}
@media (max-width: 1024px) {
  .frequently-asked .row.column-control--super-wide > div:first-child {
    margin-bottom: 60px;
  }
}
.business-extra-features {
  background-color: #000;
  background-image: none !important;
}
.ps_logos {
  box-sizing: border-box;
  clear: both;
  padding: 100px 40px 0;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
.ps_logos h3 {
  position: relative;
  z-index: 1;
}
.ps_logos--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ps_logos--block img {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.ps_logos--block {
  width: 15%;
}
@media only screen and (max-width: 991px) {
  .ps_logos--block {
    width: 20%;
  }
}
@media only screen and (max-width: 700px) {
  .ps_logos--block {
    width: 30%;
  }
}
.org-testimonial {
  position: relative;
  padding: 50px 40px 0;
  color: #555;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.org-testimonial--container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.org-testimonial--block {
  width: 40%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 70px 40px 40px;
  text-align: left;
}
.org-testimonial--block::after {
  content: '"';
  color: #e80a89;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.org-testimonial--block:first-child {
  margin-bottom: 80px;
}
.org-testimonial--block img {
  position: absolute;
  left: 20px;
  top: -55px;
}
.org-testimonial--block h5 {
  font-weight: 300;
  margin: 0 0 20px;
  color: #bbb;
}
.org-testimonial--block h5 strong {
  display: block;
  color: #555;
}
.testiSlide {
  margin: 0 auto;
}
.testiSlide .slick-track {
  top: 0;
  left: 0;
  padding: 30px 0;
}
.org-testimonial--container article {
  background: #fff;
  padding: 30px 40px;
  width: 47%;
  margin: 0 10px;
  min-height: 310px;
  position: relative;
}
.org-testimonial--container article .img {
  width: 70px;
  height: 70px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  margin: -60px 0 0;
  box-shadow: 8px 9px 30px #00000029;
}
.org-testimonial--container article h3 {
  font-size: 24px;
  color: #222;
  margin: 20px 0 10px;
  font-weight: 700;
}
.org-testimonial--container article h3 span {
  font-size: 18px;
  color: #868686;
  display: block;
  font-weight: 500;
}
.org-testimonial--container article::after {
  content: '"';
  color: #e80a89;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.testiSlide .slick-next {
  right: 0;
  left: auto;
  right: 14%;
}
.testiSlide .slick-prev {
  left: auto;
  right: 17%;
}
.testiSlide .slick-next,
.testiSlide .slick-prev {
  top: auto;
  bottom: -52px;
}
.ctatext {
  color: #fff;
  padding: 0 0 0 10%;
  font-size: 18px;
}
.ctatext a {
  padding: 11px 20px !important;
  margin-left: 20px;
}
.pdbtm {
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .org-testimonial--container {
    display: block;
  }
  .org-testimonial--block:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .org-testimonial--block:last-child {
    margin-left: 10px;
  }
}
.pro-serv {
  margin-top: 100px;
  margin-left: -20px;
  margin-right: -20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/bg-makethemost.jpg);
  position: relative;
  padding: 100px 40px;
  color: #fff;
}
.pro-serv .container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-serv .container > div:first-child {
  max-width: 600px;
}
.pro-serv h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .pro-serv .container {
    flex-direction: column;
    text-align: center;
  }
}
.contact-sales .mktoForm button.mktoButton {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.1;
  padding: 15px 30px !important;
  white-space: normal;
  border-radius: 5px;
  color: #fff;
  background: #e80a89;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  height: auto;
}
.contact-sales button:hover {
  background-color: #cc1671;
}
.contact-sales .mktoField {
  background: #363636 !important;
  border: none !important;
  color: #fff !important;
}
.contact-sales .mktoHtmlText {
  color: gray;
}
.contact-sales .mktoHtmlText a {
  color: #e82a89;
}
.contact-sales .title--white {
  font-size: 21px;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 25px;
}
.contact-sales {
  padding: 60px !important;
  position: relative;
  box-sizing: border-box;
}
.contact-sales:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #ff7b39, #e82a89);
  top: 0;
  left: 0;
}
.contact-sales .ps_pilot_close_btn {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 25px;
  z-index: 9999;
  cursor: pointer;
}
.contact-sales__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #fff;
}
.contact-sales__subtitle {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.marketo-form__success-message.form-2183 {
  padding: 60px 0;
}
@media only screen and (min-width: 1024px) {
  .marketo-form__success-message.form-2183 {
    padding: 100px 30px;
  }
  .contact-sales__title {
    font-size: 90px;
    line-height: 1.2;
  }
  .contact-sales__subtitle {
    font-size: 28px;
  }
}
.ts-scribble-block img {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .ts-scribble-block img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .ts-scribble-block img {
    width: 150px;
  }
}
.contact-sales .mktoForm button.mktoButton {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.1;
  padding: 15px 30px !important;
  white-space: normal;
  border-radius: 5px;
  color: #fff;
  background: #e80a89;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  height: auto;
}
.contact-sales button:hover {
  background-color: #cc1671;
}
.contact-sales .mktoField {
  background: #363636 !important;
  border: none !important;
  color: #fff !important;
}
.contact-sales .mktoHtmlText {
  color: gray;
}
.contact-sales .mktoHtmlText a {
  color: #e82a89;
}
.contact-sales .title--white {
  font-size: 21px;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 25px;
}
.contact-sales {
  padding: 60px !important;
  position: relative;
  box-sizing: border-box;
}
.contact-sales:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #ff7b39, #e82a89);
  top: 0;
  left: 0;
}
.contact-sales .ps_pilot_close_btn {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 25px;
  z-index: 9999;
  cursor: pointer;
}
.contact-sales__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #fff;
}
.contact-sales__subtitle {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.marketo-form__success-message.form-2183 {
  padding: 60px 0;
}
.header .button.flat img {
  margin-right: 5px;
}
.minheight550 {
  min-height: 550px;
}
.services_page .portfolio_section {
  padding: 0 0 0;
}
.pullright {
  float: right;
}
.wdt40 {
  width: 40%;
  float: right;
}
.wdt40 p {
  color: #fff;
  padding-right: 80px;
}
ul.newlist {
  margin: 30px 0 0;
  padding: 0;
}
ul.newlist li {
  margin: 0 0 10px;
}
ul.newlist li figure {
  padding: 0;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 50px;
}
ul.newlist li figure img {
  width: 100%;
}
ul.newlist li article {
  display: inline-block;
  width: 81%;
  margin: 0 0 0 20px;
}
ul.newlist li article h3 {
  font-size: 18px;
  font-weight: 700;
}
ul.newlist li article p {
  font-size: 14px;
}
.main-pricing-block .mytabbing-links {
  border: 1px solid #555;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
}
.main-pricing-block .mytabbing-links li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 10px 10px;
  border-radius: 30px;
  width: 210px;
  cursor: pointer;
  text-align: center;
}
.main-pricing-block .mytabbing-links li:before {
  display: none;
}
.main-pricing-block .mytabbing-links li.current {
  background: #fff;
  color: #000;
}
.main-pricing-block .mytabs {
  display: none;
}
.main-pricing-block .mytabs.current {
  display: inline-block;
  width: 100%;
}
.packdetail {
  max-width: 80%;
  margin: 0 auto;
}
.fwhite {
  color: #e80a89;
  font-size: 14px;
}
.list-scroll {
  height: 300px;
}
.list-scroll li .circle {
  width: 6px;
  height: 6px;
  background: #ea1788;
  border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}
.pricing-plans .pricing_plan--listAll li {
  padding: 5px 0 5px 40px;
  position: relative;
}
.pricing-plans .pricing_plan--listAll li:before {
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  background-color: #4b4b4b;
  left: 16px;
  content: "";
  width: 20px;
}
.pricing-plans .pricing_plan--listAll li:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 7px;
}
.pricing-plans .pricing_plan--listAll {
  padding: 35px 30px 35px 60px;
  width: 100%;
}
.list-scroll li .circle:before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e80a89;
  width: 12px;
  height: 12px;
}
.newheading {
  position: relative;
}
.newheading img {
  width: 270px;
  position: absolute;
  top: 86px;
  right: 370px;
  display: none;
}
.stiky_foter {
  width: 280px;
  position: fixed;
  bottom: -100%;
  height: 148px;
  left: 10px;
  z-index: 99999;
  background: #1a1a1a;
  border-radius: 6px 6px 0 0;
  padding: 20px 10px 20px;
  box-shadow: 11px -11px 30px #00000069;
  text-align: center;
  transition: 1s all;
}
.stiky_foter figure {
  -webkit-animation: ripple 0.9s linear infinite;
  animation: ripple 0.9s linear infinite;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: -40px auto 30px;
  border: solid 1px #ededed;
  background: #4c31ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.stiky_foter p {
  margin: -25px 0 20px;
  font-size: 63px;
  color: #fff;
  font-weight: 900;
}
.stiky_foter a {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 4px;
  bottom: 5px;
  margin: 0 0 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  float: right;
  position: absolute;
  width: 80%;
  right: 5px;
}
.stiky_foter.run {
  bottom: 0;
}
.stiky_foter.tog {
  bottom: 0;
  height: 53px;
}
.stiky_foter.tog img.limit {
  display: none;
}
.stiky_foter.tog img.circle {
  display: none;
}
.stiky_foter.tog p {
  display: none;
}
.stiky_foter.tog .fa-angle-down:before {
  content: "\f106" !important;
}
.stiky_foter p span {
  font-size: 26px;
  position: absolute;
  left: 50px;
  top: 14px;
}
.stiky_foter p img.limit {
  position: absolute;
  top: -85px;
  right: -20px;
  z-index: 9999;
}
.stiky_foter p img.circle {
  position: absolute;
  left: 0;
  top: -40px;
}
.stiky_foter a:hover {
  text-decoration: none;
}
.services_tabs .mytabs.current {
  display: inline-block;
  width: 100%;
}
.services_tabs .mytabs {
  display: none;
}
.services_tabs .mytabbing-links {
  border-radius: 0;
  display: table;
  margin: 0 auto;
  padding: 0 90px;
  width: 100%;
}
.services_tabs .mytabbing-links li {
  display: inline-block;
  padding-left: 0;
  margin: 0 4px 8px;
  font-size: 14px;
  padding: 7px 4px;
  border-radius: 0;
  width: 24%;
  cursor: pointer;
  text-align: center;
  background-color: #222;
  color: #fff;
}
.services_tabs .mytabbing-links li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 40px;
}
.services_tabs .mytabbing-links li:before {
  display: none;
}
.services_tabs .mytabbing-links li.current img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.services_tabs .mytabbing-links li.current {
  background: #fff;
  color: #000;
}
.services_tabs .mytabs {
  display: none;
}
.services_tabs .mytabs.current {
  display: inline-block;
  width: 100%;
}
.autoheight {
  min-height: 800px;
}
.rightcalltoaction {
  position: fixed;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  z-index: 999;
}
.rightcalltoaction a {
  background: #1e1e1e;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 8px 0;
  margin: 0 0 11px;
  border: solid 2px #ccc;
  box-shadow: 6px 9px 30px #0000006b;
}
.rightcalltoaction a:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
  border: #e91082;
  transition: 0.5s;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.orderpageclose {
  display: none;
}
.orderpage .floatbutton,
.orderpage .header .header_browse,
.orderpage .header .header_utilities,
.orderpage .rightcalltoaction,
.orderpage .stiky_foter,
.orderpage footer#ftr {
  display: none;
}
.orderpage .orderpageclose {
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 24px;
  margin: 20px 30px 0 0;
}
.paddingleft70 {
  padding-left: 70px;
}
a.stiky_foter_togle {
  background: #1a1a1a;
  width: 40px;
  padding: 0 0;
  height: 41px;
  display: inline-block;
  position: absolute;
  line-height: normal;
  bottom: 6px;
  left: 6px;
  z-index: 99;
  font-size: 30px;
  border: 1px solid #555;
}
@media only screen and (min-width: 1024px) {
  .marketo-form__success-message.form-2183 {
    padding: 100px 30px;
  }
  .contact-sales__title {
    font-size: 90px;
    line-height: 1.2;
  }
  .contact-sales__subtitle {
    font-size: 28px;
  }
}
.ts-scribble-block img {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .ts-scribble-block img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .ts-scribble-block img {
    width: 150px;
  }
}
.contact-sales .mktoForm button.mktoButton {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.1;
  padding: 15px 30px !important;
  white-space: normal;
  border-radius: 5px;
  color: #fff;
  background: #e80a89;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  height: auto;
}
.contact-sales button:hover {
  background-color: #cc1671;
}
.contact-sales .mktoField {
  background: #363636 !important;
  border: none !important;
  color: #fff !important;
}
.contact-sales .mktoHtmlText {
  color: gray;
}
.contact-sales .mktoHtmlText a {
  color: #e82a89;
}
.contact-sales .title--white {
  font-size: 21px;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 25px;
}
.contact-sales {
  padding: 60px !important;
  position: relative;
  box-sizing: border-box;
}
.contact-sales:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #ff7b39, #e82a89);
  top: 0;
  left: 0;
}
.contact-sales .ps_pilot_close_btn {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 25px;
  z-index: 9999;
  cursor: pointer;
}
.contact-sales__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #fff;
}
.contact-sales__subtitle {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.marketo-form__success-message.form-2183 {
  padding: 60px 0;
}
@media only screen and (min-width: 1024px) {
  .marketo-form__success-message.form-2183 {
    padding: 100px 30px;
  }
  .contact-sales__title {
    font-size: 90px;
    line-height: 1.2;
  }
  .contact-sales__subtitle {
    font-size: 28px;
  }
}
.block_hero > div > div > div > div > div > div {
  position: relative;
  z-index: 1;
}
.cannon {
  height: 750px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: cannon-explosion 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28)
    both;
  animation: cannon-explosion 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes cannon-explosion {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cannon-explosion {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.cannon__path {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  padding-bottom: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.cannon__path--lg {
  height: 100%;
}
.cannon__path--md {
  height: 95%;
}
.cannon__path--sm {
  height: 90%;
}
.cannon__path--angle-6 {
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
.cannon__path--angle-5 {
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.cannon__path--angle-4 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cannon__path--angle-3 {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.cannon__path--angle-2 {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.cannon__path--angle-1 {
  -webkit-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}
.cannon__path--angle1 {
  -webkit-transform: rotate(7.5deg);
  transform: rotate(7.5deg);
}
.cannon__path--angle2 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.cannon__path--angle3 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.cannon__path--angle4 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cannon__path--angle5 {
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}
.cannon__path--angle6 {
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
.cannon__confetti {
  flex: 0 1 auto;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cannon__confetti:nth-child(even) {
  -webkit-animation-name: confetti-rotate-l;
  animation-name: confetti-rotate-l;
}
@-webkit-keyframes confetti-rotate-l {
  0% {
    -webkit-transform: rotate(0) scaleY(1);
    transform: rotate(0) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(0.2turn) scaleY(1.5);
    transform: rotate(0.2turn) scaleY(1.5);
  }
  100% {
    -webkit-transform: rotate(0.5turn) scaleY(1);
    transform: rotate(0.5turn) scaleY(1);
  }
}
@keyframes confetti-rotate-l {
  0% {
    -webkit-transform: rotate(0) scaleY(1);
    transform: rotate(0) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(0.2turn) scaleY(1.5);
    transform: rotate(0.2turn) scaleY(1.5);
  }
  100% {
    -webkit-transform: rotate(0.5turn) scaleY(1);
    transform: rotate(0.5turn) scaleY(1);
  }
}
.cannon__confetti:nth-child(odd) {
  -webkit-animation-name: confetti-rotate-r;
  animation-name: confetti-rotate-r;
}
@-webkit-keyframes confetti-rotate-r {
  0% {
    -webkit-transform: rotate(0) scaleY(1);
    transform: rotate(0) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-0.2turn) scaleY(1.5);
    transform: rotate(-0.2turn) scaleY(1.5);
  }
  100% {
    -webkit-transform: rotate(-0.5turn) scaleY(1);
    transform: rotate(-0.5turn) scaleY(1);
  }
}
@keyframes confetti-rotate-r {
  0% {
    -webkit-transform: rotate(0) scaleY(1);
    transform: rotate(0) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-0.2turn) scaleY(1.5);
    transform: rotate(-0.2turn) scaleY(1.5);
  }
  100% {
    -webkit-transform: rotate(-0.5turn) scaleY(1);
    transform: rotate(-0.5turn) scaleY(1);
  }
}
.cannon__confetti--ribbon {
  height: 1em;
  width: 0.5em;
}
.cannon__confetti--flake {
  height: 0.5em;
  width: 0.5em;
}
.cannon__confetti--color-1 {
  background-color: #e75624;
}
.cannon__confetti--color-2 {
  background-color: #e80a89;
}
.cannon__confetti--color-3 {
  background-color: #5b3c72;
}
.cannon__confetti--color-4 {
  background-color: #009eb5;
}
.specials.pricing-plans .pricing_plan--list {
  background-color: #212121;
}
.specials .gop_plan--item.most-popular .pricing_plan--list {
  background: 0 0;
}
.specials.pricing-plans .pricing_plan--listAll {
  padding: 5px 0 35px 0;
  width: 100%;
}
.specials.pricing-plans .pricing_plan--listAll li {
  font-size: 12px;
}
.proserve_hero--tag {
  display: inline-block;
  line-height: 48px;
  font-size: 24px;
  font-weight: 100;
  padding-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.proserve_hero--tag span {
  position: relative;
  z-index: 9;
  color: #fff;
}
.proserve_hero--tag strong {
  font-weight: 700;
  color: #fff;
}
.proserve_hero--tag:before {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 180%;
}
@media only screen and (min-width: 1025px) {
  .proserve_hero--tag {
    margin-left: -62px;
  }
}
.book-call-ys-layer {
  display: none;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.book-call-ys-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.book-call-ys-container.visible,
.book-call-ys-layer.visible {
  display: block;
}
.book-call-ys-box {
  background-color: #fff;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 20px 20px 20px;
  transition: height 0.2s ease-in-out;
}
.crossbtn {
  float: right;
  font-size: 30px;
  border: 2px solid #000;
  padding: 2px 7px;
  border-radius: 3px;
  color: #212529;
}
.crossbtn:hover {
  color: #212529;
}
.book-call-ys-popup-close {
  position: absolute;
  color: #e9028e;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  display: block;
  right: 10px;
  top: 10px;
  font-weight: 700;
  border: solid 1px #e9028e;
  padding: 5px 9px;
  line-height: initial;
  border-radius: 100%;
}
.book-call-ys-container.finished .book-call-ys-popup-close {
  width: 30px;
  height: 30px;
  text-indent: 0;
}
.book-call-ys-popup-content {
  display: none;
  padding: 20px 40px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
}
.book-call-ys-container.finished .book-call-ys-popup-content {
  display: block;
}
.book-call-ys-popup-close:hover {
  text-decoration: none;
  color: #000;
}
.book-call-ys-box {
  height: auto;
  width: 572px !important;
  background: #f3c06a;
  padding: 0;
  background-size: cover;
}
.book-call-ys-box .mainbann {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.book-call-popupform h2 {
  font-weight: 700;
  font-size: 20px;
  color: #3a3a3a;
  margin: 10px 0 20px;
}
.book-call-popupform h2 span {
  color: #e9028e;
}
.book-call-popupform p {
  color: #000;
  padding: 0 0 8px;
  font-size: 14px;
}
.book-call-popupform form p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.book-call-popupform form p span {
  color: #0c71f4;
}
p.small {
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
}
.book-call-popupform form {
  font-size: 0;
}
.book-call-popupform form .fldst {
  margin: 0 0 30px;
  display: block;
  width: 100%;
}
.book-call-popupform span.heading {
  font-size: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
  display: block;
}
.book-call-popupform figure {
  -webkit-animation: ripple 0.9s linear infinite;
  animation: ripple 0.9s linear infinite;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: -40px auto 30px;
  border: solid 1px #ededed;
  background: #e9028e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.book-call-popupform form .fldst .intl-tel-input {
  width: 79%;
  margin-bottom: 15px;
}
.book-call-popupform form input[type="text"] {
  border-radius: 3px;
}
.book-call-popupform form .fldst.btnattach button {
  position: relative;
  bottom: 0;
  border: 0;
  display: block;
  right: 0;
  background: #e9028e;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.book-call-popupform form .callus {
  border-top: 3px solid transparent;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 33px;
  padding: 8px 25px;
  outline: 0;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  text-align: center;
}
.book-call-popupform form .callus i {
  margin: 0 0 0 15px;
}
.book-call-popupform form .lst-p {
  text-align: center;
  padding: 0 0 15px;
}
.book-call-popupform form .lst-p a {
  font-weight: 700;
  color: #e80d85;
}
.book-call-popupform form .lst-p a:hover {
  color: #000;
}
.book-call-popupform form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0;
}
.book-call-popupform form .newbtn {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  height: 51px;
  width: 100px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-left: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
.fldst-two {
  width: 50%;
  display: inline-block;
  padding: 5px 5px 5px 0;
}
.fldst-two.last {
  padding: 5px 4px 5px 5px;
}
.flagimg-exit {
  width: 20px;
  margin-left: 10px;
  margin-right: 2px;
}
@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 201, 226, 0.3),
      0 0 0 10px rgba(1, 201, 226, 0.3), 0 0 0 20px rgba(1, 201, 226, 0.3),
      0 0 0 30px rgba(1, 201, 226, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(1, 201, 226, 0.3),
      0 0 0 20px rgba(1, 201, 226, 0.3), 0 0 0 30px rgba(1, 201, 226, 0.3),
      0 0 0 50px rgba(1, 201, 226, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 205, 206, 0.3),
      0 0 0 10px rgba(232, 238, 239, 0.3), 0 0 0 20px rgba(219, 224, 224, 0.3),
      0 0 0 30px rgba(197, 199, 199, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(207, 219, 220, 0.3),
      0 0 0 20px rgba(167, 174, 175, 0.3), 0 0 0 30px rgba(187, 194, 195, 0.3),
      0 0 0 50px rgba(1, 201, 226, 0);
  }
}
.services_page .testi {
  background-color: #222;
  padding: 50px 0 0;
}
.works .portfolio_slider {
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.works .portfolio_section ul li {
  width: 100%;
  display: inline-block;
  max-width: 650px;
  vertical-align: top;
}
.works .portfolio_section ul li a {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
  overflow: hidden;
  display: block;
}
.works .portfolio_section ul li a:hover {
  text-decoration: none;
}
.works .portfolio_section ul li figure {
  margin: 0;
}
.showOnMobile {
  display: none !important;
}
.hideMobile {
  display: inline-block !important;
}
.firstSectionInd {
  text-align: center;
  padding: 60px 0;
}
.firstSectionInd h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
}
.firstSectionInd h2 span {
  display: block;
  font-size: 14px;
  color: #f0592a;
  font-weight: 700;
}
.firstSectionInd p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
.secSectionInd {
  text-align: center;
  padding: 60px 0;
  background-color: #222;
}
.secSectionInd h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
  color: #fff;
  text-align: left;
}
.secSectionInd h2 span {
  display: block;
  font-size: 14px;
  color: #f0592a;
  font-weight: 700;
  color: #fff;
}
.secSectionInd p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
  color: #7c7c7d;
  text-align: left;
}
.secSectionInd .col {
  width: 49%;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 20px;
}
.secSectionInd .col h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.secSectionInd .col img {
  margin: -530px 0 0;
}
.secSectionInd .col img.icon {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}
.secSectionInd .col article {
  display: inline-block;
  width: 79%;
}
.thrdSec {
  text-align: center;
  padding: 60px 0;
}
.thrdSec h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
}
.thrdSec h2 span {
  display: block;
  font-size: 14px;
  color: #f0592a;
  font-weight: 700;
}
.thrdSec p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
.thrdSec .col {
  width: 33%;
  display: inline-block;
  padding-right: 0;
  margin-top: 30px;
  padding: 0 10px;
  vertical-align: top;
}
.thrdSec .col h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.thrdSec .col img {
  margin: 0 0 20px;
  vertical-align: top;
}
.height440 {
  min-height: 440px;
}
.call-actions {
  border: 1px solid transparent !important;
  margin: 30px 0;
  padding: 10px 20px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  border-radius: 20px;
}
.call-actions h2 {
  font-size: 16px;
  margin: 0;
  line-height: 22px;
  text-transform: capitalize;
  padding: 11px 11px 11px 30px;
  color: #fff;
}
.call-actions .fa-mobile-phone {
  font-size: 50px;
  margin-top: 20px;
}
.phone-div {
  padding-left: 48px;
}
.call-actions .fa {
  font-size: 36px;
  float: left;
  color: #fff;
  margin-left: 15px;
  margin-top: 25px;
}
.call-actions h3 span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.call-actions .phone-div h3 {
  padding-left: 55px;
  color: #fdaf00;
}
.call-actions h3 {
  font-size: 20px;
  margin-top: 23px;
  padding-left: 65px;
  line-height: 1.4;
  color: #fdaf00;
}
.callDiv {
  width: 23%;
  display: inline-block;
}
.phone-div {
  width: 32%;
  display: inline-block;
}
.mail {
  width: 42%;
  display: inline-block;
}
.main-pfrn-sec {
  background: #1d1d1d;
  padding: 30px 0;
}
.main-wtn-sec ul {
  font-size: 0;
  margin: 0;
}
.main-wtn-sec ul li {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.main-wtn-sec ul li:last-child {
  width: 30%;
}
.main-wtn-sec ul li.sec {
  width: 40%;
  padding: 0 30px;
}
.julypack.main-wtn-sec ul li {
  width: 50%;
}
.julypack.main-wtn-sec ul li:last-child {
  width: 50%;
}
.our-combopack .julypack ul li:before {
  display: none;
}
.main-percent {
  font-size: 0;
  position: relative;
  top: -72px;
  background-image: url(../images/chat-banner.png);
  padding: 0 30px 10px 30px;
  left: -1px;
  width: 100.2%;
}
.dext .main-percent {
  background-image: none;
  padding: 0;
  position: unset;
}
.per-box1 {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  padding: 25px 0 0 0;
}
.per-box1 figure {
  margin: 0;
}
.per-box2 {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  text-align: right;
}
.per-box2 h3 {
  font-size: 38px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
.julypack .per-box2 h3 {
  font-size: 36px;
}
.per-box2 h3 span {
  padding: 0;
  font-size: 30px;
}
.per-box2 h3 p {
  padding: 0;
  line-height: 20px;
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.crte-prf {
  padding: 0;
}
.crte-prf h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.crte-prf p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.btn-theme-outline1 {
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #f23386;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  border-radius: 8px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.btn-theme-outline1:hover {
  transform: translateY(-0.625rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #f23386;
  background: 0 0;
  text-decoration: none;
}
.btn-theme2 {
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #f23386;
  background-color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 8px;
  margin-right: 10px;
}
.btn-theme2:hover {
  transform: translateY(-0.625rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  text-decoration: none;
}
.chtnow .btn-theme1 {
  margin-right: 10px;
}
.services_icons {
  margin: 0 0 40px;
}
.services_icons li {
  list-style: none;
  display: inline-block;
  margin: 0 26px;
}
.services_icons li:before {
  display: none;
}
.services_icons li img {
  height: 50px;
}
.sulotionnav {
  position: relative;
}
.sulotionnav i {
  margin-left: 10px;
}
ul.sbmenu {
  display: none;
  background: #1a1a1af7;
  width: 200px;
  position: absolute;
  left: 0;
  margin: 0;
  border: solid 1px #333;
  top: 69px;
  border-radius: 4px;
}
ul.sbmenu li {
  margin: 0;
  padding: 10px 14px;
}
ul.sbmenu li:before {
  display: none;
}
ul.sbmenu li a {
  font-size: 14px;
  color: #ccc;
}
ul.sbmenu.active {
  display: block;
}
ul.sbmenu li a:hover {
  color: #ef552c;
  text-decoration: none;
}
.sol_divider {
  background: #041f65 url(../images/sol-startup.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
}
.overlay_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(26, 26, 26, 0.93);
  z-index: 1;
}
.sol_divider h3 {
  color: #fff;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
.sol_headings {
  max-width: 60%;
}
.maxwidthpara {
  max-width: 850px;
  margin: 20px 0;
}
.ulli li {
  list-style: circle;
  font-size: 16px;
  color: #7c89a1;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
.ulli li:before {
  display: none;
}
.sectionnew {
  padding: 40px 0;
}
.sectionnew h3 {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
}
.sectionnew .col-md-6 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0;
}
.sol2_divider {
  background: #222 url(../img/banner-overlay.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.sol2_divider p {
  color: #fff;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
}
.sol2_divider h3 {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
}
.approach_section {
  position: relative;
  padding: 40px;
}
.approach_section h3 {
  color: #373737;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 900;
  text-transform: capitalize;
}
.lets_discuss {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: 60px;
}
.approach_section .col-md-7 {
  width: 63%;
  display: inline-block;
}
.approach_section .col-md-5 {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header .header_nav ul li.hasdropdown {
    position: relative;
  }
  .header .header_nav ul li.hasdropdown ul.submenu {
    display: none;
    position: relative;
    overflow: initial;
    background: #151414;
    float: left;
    width: 100%;
    z-index: 9999;
  }
  .header .codenests {
    width: 126px;
  }
  .header .header_browse .header_nav_secondary {
    padding: 10px 0 !important;
  }
  .header .header_nav ul li.hasdropdown ul.submenu.active {
    display: block;
  }
  .header .header_nav ul li.hasdropdown ul.submenu li a {
    font-size: 13px;
    padding: 7px 0;
    margin-left: 12px;
  }
  .services_tabs .mytabbing-links li {
    width: 48%;
  }
  .form-box-main form {
    width: 80%;
  }
  .pricing-plans .plans_individual .pricing_plan--wrapper {
    width: 50% !important;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--container.pricing_plan--premium {
    margin-top: 0;
  }
  .tabs.section .tabs--list ul.tabs--parent li.tab--item {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .floatbutton {
    display: none;
  }
  .newheight {
    height: auto;
    padding: 0 10px;
  }
  .rightcalltoaction {
    display: none;
  }
  .generic-block-wrapper.homeban {
    background: linear-gradient(
      90deg,
      #520e21 0,
      #7c1c4a 42%,
      #31316d 100%
    ) !important;
  }
  .generic-block-wrapper.homeban .text-4.section {
    margin-bottom: 0;
    padding-right: 0;
  }
  .button.button--large {
    font-size: 13px;
    padding: 14px 15px;
    transition: 0.5s;
  }
  .cmp-text ul li {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    position: relative;
    padding: 0 0 0 5px;
  }
  .cmp-text ul li:before {
    left: -6px;
  }
  .form-box-main form {
    width: 90%;
  }
  .half {
    width: 100%;
    display: inline-block;
    margin-right: 0;
  }
  .form-box-main form .col-md-12,
  .form-box-main form .col-md-6 {
    padding-bottom: 10px;
  }
  .form-box-main form label.field-txt {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .form-box-main h2 {
    font-size: 24px;
  }
  .form-box-main p {
    font-size: 14px;
    padding: 0 20px;
  }
  .form-box-main form input[type="checkbox"]:not(old) + label,
  input[type="radio"]:not(old) + label {
    display: inline-block;
    margin-left: 0;
  }
  .paddingleft70 {
    padding-left: 0;
  }
  .title2 h1 {
    font-size: 36px;
  }
  .title2 h1.title--ultra.desk-font-size-2,
  .title2 h2.title--ultra.desk-font-size-2,
  .title2 h3.title--ultra.desk-font-size-2,
  .title2 h4.title--ultra.desk-font-size-2,
  .title2 h5.title--ultra.desk-font-size-2,
  .title2 h6.title--ultra.desk-font-size-2 {
    line-height: 42px;
  }
  .services_tabs .mytabbing-links {
    padding: 0 20px;
  }
  .services_tabs .mytabbing-links li {
    vertical-align: top;
    margin: 0 4px 8px;
    font-size: 13px;
    padding: 7px 10px;
    width: 47%;
  }
  .services_tabs .mytabbing-links li img {
    display: none;
  }
  .newlogosSection
    .column-control
    .column-control-container
    > .row
    > .columns[class*="large-"] {
    padding: 0 5px;
    width: 20%;
  }
  .newSectionhome .mybannerform img {
    margin: 0 10px;
    height: 24px;
  }
  .ctatext {
    color: #fff;
    padding: 0 5% 0;
    font-size: 18px;
    text-align: center;
  }
  .ctatext .button.button--large {
    display: table;
    margin: 11px auto;
  }
  .text-4.section {
    margin-bottom: 0;
    padding-right: 0;
  }
  .main-pricing-block .mytabbing-links {
    border: 0 solid #555;
    text-align: center;
  }
  .main-pricing-block .mytabbing-links li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 0;
    width: 166px;
  }
  .pricing-plans .pricing_plan--listAll li {
    font-size: 13px;
  }
  .pricing-plans .pricing_plan--list .pricing_plan--listAll {
    width: 100% !important;
    padding: 0 0 0 10px;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--list
    h5.pricing_plan--list_header {
    margin-left: 10px;
  }
  .stiky_foter p,
  .stiky_foter p img.circle,
  .stiky_foter p img.limit {
    display: none;
  }
  .stiky_foter {
    height: 56px;
    width: 230px;
  }
  .wdt40 {
    width: 100%;
  }
  .addrese_sec article {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    vertical-align: middle;
  }
  .addrese_sec article.last {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .addrese_sec {
    padding: 20px 0 0;
  }
  footer#ftr .ftr-cat-links-col.hide-for-medium-only,
  footer#ftr .ftr-cat-links-col.show-for-medium-only {
    display: none !important;
  }
  .org-testimonial--container article p {
    font-size: 14px;
  }
  .org-testimonial--container article h3 {
    font-size: 18px;
  }
  .org-testimonial--container article h3 span {
    font-size: 16px;
  }
  .text-link {
    font-size: 16px;
  }
  .pricing-plans
    .plans_individual
    .pricing_plan--container.pricing_plan--premium {
    margin-top: 0;
  }
  .link.section a,
  .link.section a.pink {
    display: inline-block;
  }
  a.stiky_foter_togle {
    display: none;
  }
  .stiky_foter a {
    left: 5px;
    right: auto;
    width: 95%;
  }
  .generic-block-wrapper.homeban {
    height: auto;
  }
  footer#ftr .ftr-col-last {
    padding-top: 15px;
  }
  .form-box-main form input[type="submit"] {
    margin: 90px 0 0;
  }
  .header .header_nav ul li.hasdropdown {
    position: relative;
  }
  .header .header_nav ul li.hasdropdown ul.submenu {
    display: none;
    position: relative;
    overflow: initial;
    background: #151414;
    float: left;
    width: 100%;
    z-index: 9999;
  }
  .header .codenests {
    width: 126px;
  }
  .header .header_browse .header_nav_secondary {
    padding: 10px 0 !important;
  }
  .header .header_nav ul li.hasdropdown ul.submenu.active {
    display: block;
  }
  .header .header_nav ul li.hasdropdown ul.submenu li a {
    font-size: 13px;
    padding: 7px 0;
    margin-left: 12px;
  }
  .portfolio_section ul li {
    padding: 0;
  }
  .portfolio_section ul li figure {
    background-position: initial;
    height: auto;
    margin: 0;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitches .brws-pitch-wrapper {
    width: 32%;
    margin: 0 0;
  }
  .brws-pg
    .brws-pitches-wrapper
    .brws-pitches
    .brws-pitch-wrapper
    .brws-pitch
    span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitches {
    padding: 20px 0;
  }
  ul.newlist li article {
    display: inline-block;
    width: 78%;
    margin: 0 0 0 20px;
  }
  ul.newlist li article p {
    font-size: 12px;
  }
  .generic-block-wrapper.padding-top-sixty {
    padding-top: 0;
  }
  .gtm-footer-cta {
    background-image: none !important;
  }
  .showOnMobile {
    display: block !important;
  }
  .hideMobile {
    display: none !important;
  }
  .about
    .column-control
    .column-control-container
    > .row
    > .columns[class*="medium-"] {
    padding: 0 5px;
    width: 33%;
  }
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome;
}
.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome;
}
.role-carousel .slick-prev:before {
  transform: inherit !important;
}
.role-carousel .slick-next:before {
  transform: inherit !important;
}
.pack_Details {
  padding: 120px 0;
}
.pack_Details h2 {
  font: 50px/40px gilroy-bold, sans-serif;
  font-weight: 500;
  color: #333a3f;
}
.pack_Details p {
  font: 18px/18px gilroy-regular, sans-serif;
  font-weight: 600;
  color: #333;
  margin: 30px 0 30px;
}
.packagebox p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
  color: #000a47;
}
.packagebox .packbtn {
  background: #000a47;
  text-transform: uppercase;
  padding: 14px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 20px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.packagebox a.link {
  border: solid 1px #1de9b6;
  color: #1de9b6;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 6px;
}
.packagebox .packbtn:hover {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.packagebox .populartag {
  color: #000a47;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
}
.packagebox .packhdbox p {
  color: 98a4ae;
  margin-top: 10px;
  display: inline-block;
}
.packagebox .packhdbox p span.strike {
  text-decoration: line-through;
}
.packagebox .details {
  padding: 0;
  text-align: left;
}
.packagebox .details li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
}
.packagebox .details li:before {
  top: 0;
  color: #1de9b6;
  left: 0;
  content: "\e962";
  font-family: icomoon !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.packagebox .pack-wrap {
  position: relative;
  padding: 0 25px 25px 25px;
}
.packagebox .pack-wrap:after {
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #e6e1e1;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  display: none;
}
.packagebox .packpricing {
  padding: 15px 0;
}
.packagebox .packpricing h2 {
  font: 44px/54px gilroy-bold, sans-serif;
  font-weight: 900;
  color: #333a3f;
  margin: 0;
  line-height: 1;
}
.packagebox .packpricing h2 span {
  font-size: 30px;
  margin-left: -15px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packpricing .strike {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: -10px;
}
.packagebox .packinner p {
  font-weight: 600;
  color: #333a3f;
  padding: 10px 0;
}
.packagebox .list-scroll {
  max-height: 135px;
  min-height: 135px;
}
.packagebox .chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #000a47;
  margin: 0 20px;
}
.packagebox .numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #000a47;
  display: inline-block;
  margin: 0 20px;
}
.exlaner_page .packagebox .slick-active {
  opacity: 1;
}
.exlaner_page .packagebox .slick-prev:before {
  transform: rotate(180deg);
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next:before {
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next::before,
.exlaner_page .packagebox .slick-prev::before {
  color: #e7e7e7;
  font-size: 60px;
}
.exlaner_page .packagebox .slick-next,
.exlaner_page .packagebox .slick-prev {
  top: 50%;
}
.addnotes {
  padding: 10px 0;
  color: #8c8f92;
  display: none;
}
.lastbox {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
}
.packagebox .list-scroll div#mCSB_1 {
  padding-left: 0;
}
.mypackages {
  position: relative;
  padding: 100px 45px 0;
}
.mypackages .myheading {
  font: 72px/82px gilroy-bold, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.mypackages .myheading:after {
  content: "";
  position: absolute;
  background: #000a47;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
  display: none;
}
.mypackages .mytext {
  font: 20px/31px gilroy-medium, sans-serif;
  color: #3a3a3a;
}
.mypackages .myheading img {
  height: 34px;
  margin: 0 -10px 0 0;
}
.mypackages .myheading img.ever {
  height: 34px;
  margin: 30px 0 0;
}
.mypackages .information {
  width: 100%;
  margin-left: 80px;
}
.mypackages .tab-custom .tabbing-links {
  padding-left: 80px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox {
  font-family: gilroy-medium, sans-serif;
  border-radius: 17px;
  border: 1px solid #cccaca;
  background: #fff;
  padding: 0;
  text-align: center;
}
.packagebox p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
  color: #000a47;
}
.packagebox .packbtn {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  text-transform: uppercase;
  padding: 14px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 20px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.packagebox a.link {
  border: solid 1px #1de9b6;
  color: #1de9b6;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 6px;
}
.packagebox .packbtn:hover {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.packagebox .populartag {
  color: #000a47;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
}
.packagebox .packhdbox p {
  color: 98a4ae;
  margin-top: 10px;
  display: inline-block;
}
.packagebox .packhdbox p span.strike {
  text-decoration: line-through;
  color: red;
  font-weight: 700;
}
.packagebox .details {
  padding: 0;
  text-align: left;
}
.packagebox .details li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
}
.packagebox .details li:before {
  top: 0;
  color: #1de9b6;
  left: 0;
  content: "\e962";
  font-family: icomoon !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.packagebox .pack-wrap {
  position: relative;
  padding: 0 25px 25px 25px;
}
.packagebox .pack-wrap:after {
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #e6e1e1;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  display: none;
}
.packagebox .packpricing {
  padding: 15px 0;
}
.packagebox .packpricing h2 {
  font: 44px/54px gilroy-bold, sans-serif;
  font-weight: 900;
  color: #333a3f;
  margin: 0;
  line-height: 1;
}
.packagebox .packpricing h2 span {
  font-size: 30px;
  margin-left: -15px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packpricing .strike {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: -10px;
}
.packagebox .packinner p {
  font-weight: 600;
  color: #333a3f;
  padding: 10px 0;
}
.packagebox .list-scroll {
  max-height: 135px;
  min-height: 135px;
}
.packagebox .chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #333a3f;
  margin: 0 20px;
}
.packagebox .numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #333a3f;
  display: inline-block;
  margin: 0 20px;
}
.exlaner_page .packagebox .slick-active {
  opacity: 1;
}
.exlaner_page .packagebox .slick-prev:before {
  transform: rotate(180deg);
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next:before {
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next::before,
.exlaner_page .packagebox .slick-prev::before {
  color: #e7e7e7;
  font-size: 60px;
}
.exlaner_page .packagebox .slick-next,
.exlaner_page .packagebox .slick-prev {
  top: 50%;
}
.addnotes {
  padding: 10px 0;
  color: #8c8f92;
  display: none;
}
.lastbox {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
}
.packagebox .list-scroll div#mCSB_1 {
  padding-left: 0;
}
.mypackages {
  position: relative;
  padding: 100px 45px 0;
}
.mypackages .myheading {
  font: 72px/82px gilroy-bold, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.mypackages .myheading:after {
  content: "";
  position: absolute;
  background: #000a47;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
  display: none;
}
.mypackages .mytext {
  font: 20px/31px gilroy-medium, sans-serif;
  color: #3a3a3a;
}
.mypackages .myheading img {
  height: 34px;
  margin: 0 -10px 0 0;
}
.mypackages .myheading img.ever {
  height: 34px;
  margin: 30px 0 0;
}
.mypackages .information {
  width: 100%;
  margin-left: 80px;
}
.mypackages .tab-custom .tabbing-links {
  padding-left: 80px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.pack_Details h3 {
  font: 24px/36px;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  padding: 0 10px;
  direction: ltr;
}
.pack_Details .details {
  padding: 0;
  text-align: left;
}
.pack_Details .details li {
  font-size: 16px;
  position: relative;
  padding: 15px 0 15px 20px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #eaeaea;
}
.pack_Details .details li:before {
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 20px;
  border: 1px solid #ef5132;
}
.pack_Details .details li:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #f05430;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: -9px;
}
.mb-2 {
  margin-bottom: 2em;
}
.packinner h4 {
  font-size: 10px;
  font-weight: 800;
  color: #ee4c38;
}
.medium-8.columns h3 {
  color: #333a3f;
}
body.mode-disabled.generic-template.pack-d .floatbutton .clickbutton {
  display: none;
}
.pricing_plan--wrapper.one-third.inline-block {
  display: inline-block !important;
  float: none;
}
.iconbx.back-end-development {
  background-position: -14px -806px;
  width: 32px;
  height: 32px;
}
.border-box-effect img {
  max-width: 100%;
}
.portwrapper .portfoliolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portwrapper .portfoliolist .border-box-effect {
  width: 33%;
  padding: 5px;
  height: auto;
  overflow: hidden;
}
.border-box-effect img {
  width: 100%;
  position: relative;
  top: 0;
  transition: 2s all;
}
@media (max-width: 500px) {
  .main-wtn-sec ul li,
  .main-wtn-sec ul li.sec,
  .main-wtn-sec ul li:last-child {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.role-carousel {
  margin-bottom: 0;
  padding: 0 25px;
  max-height: 220px;
}
.role-carousel .slick-slide {
  margin: 0 10px;
}
.role-carousel .slick-next,
.role-carousel .slick-prev {
  z-index: 1;
  transform: translateY(-50%);
  margin: 0;
  width: 25px;
  height: 34px;
  min-width: 25px;
  margin-top: -15px;
}
.role-carousel .slick-prev {
  left: 0;
}
.role-carousel .slick-next {
  right: 0;
}
.role-carousel .slick-prev:before {
  content: url(../images/slide-prev.png);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.role-carousel .slick-next:before {
  content: url(../images/slide-next.html);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.role-carousel .roles-item {
  margin: 0 10px;
  outline: 0;
}
.role-carousel .roles-item a {
  display: block;
  outline: 0;
}
.role-carousel .roles-box {
  background-color: #222;
  box-shadow: 0 10px 30px -14px rgba(0, 0, 0, 0.3);
  padding: 15px;
  height: 220px;
  transition: background-color ease-in 0.25s;
}
.paths-carousel .paths-item a:active,
.paths-carousel .paths-item a:focus,
.role-carousel .roles-item a:hover {
  text-decoration: none;
}
.role-carousel .roles-item a:hover .paths-box {
  background-color: #363636;
}
.role-carousel .roles-item a img {
  width: 50px;
  margin-bottom: 20px;
}
.role-carousel .roles-item-title {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.role-carousel .roles-item a .roles-item-iq {
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
  display: flex;
  margin: 20px 0 0;
}
.role-carousel .roles-item a .roles-item-iq img {
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.text-link {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .role-carousel {
    margin-top: 50px;
  }
}
#ps_pilot {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: fixed;
  right: 0;
  transition: opacity 0.7s ease;
  top: 0;
  z-index: 99999;
}
.mode-edit #ps_pilot {
  display: block;
  opacity: 1;
  position: relative;
}
#ps_pilot.ps_pilot_active {
  opacity: 1;
}
#ps_pilot .block--black {
  background-color: transparent !important;
}
#ps_pilot h2 {
  font-size: 500;
}
#ps_pilot .ps_pilot_close_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  z-index: 9999;
  cursor: pointer;
}
#ps_pilot .container {
  max-width: 1280px;
  margin: 0 auto;
}
#ps_pilot .list-comp ul {
  margin-left: 0.5rem;
}
#ps_pilot .list-comp li {
  color: #aaa;
  font-size: 18px;
  font-weight: 100;
  text-indent: 15px;
}
#ps_pilot .list-comp li:before {
  background: url(../images/pilot_checkbox%402x.html) no-repeat center center;
  background-size: 15px 10px;
  content: "";
  height: 27px;
  width: 15px;
}
#ps_pilot form .mktoAsterix {
  color: #de3636 !important;
  margin-right: 4px;
}
#ps_pilot form input,
#ps_pilot form textarea {
  background: #222;
  border: solid 1px #555;
  color: #fff !important;
}
#ps_pilot form label {
  color: #ccc !important;
  font-size: 16px;
  font-weight: 400;
}
#ps_pilot form select {
  background-color: #222;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNiwwIDEyLDQgOCwwICIvPjwvc3ZnPg==);
  background-size: 24px 4px;
  border: solid 1px #555;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: right;
}
#ps_pilot form button {
  background: #e82a89;
  margin-top: 30px;
}
#ps_pilot .large-4 {
  text-align: center;
}
#ps_pilot .large-8 {
  display: none;
}
#ps_pilot form {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #ps_pilot .large-4 {
    text-align: left;
    width: 33.33333%;
  }
  #ps_pilot .large-8 {
    display: block;
    padding: 0 0.9375rem !important;
    width: 66.66667%;
  }
  #ps_pilot .large-3.columns {
    width: 25%;
  }
}
.paths_please.generic-block-wrapper {
  background-color: #111;
}
.paths_please2 h2 {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.paths_please2 .roles-textbox {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  line-height: 30px;
  min-height: auto;
  padding-right: 30px;
  padding-bottom: 20px;
}
.roles-expert-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-family: gotham a, gotham b, sans-serif;
}
@media only screen and (min-width: 800px) {
  .paths_please2 h2 {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .roles-expert-title {
    display: none;
  }
  ul.portfoliolist li.border-box-effect {
    padding: 0 20px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .paths_please .roles-textbox {
    padding-right: 0;
    min-height: unset;
  }
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(../images/flags%402x.html);
  }
}
.iti-flag.np {
  background-color: transparent;
}
.ctatext a.btn-loadmore {
  vertical-align: middle;
  padding: 7px 20px !important;
  border: 1px solid #e80a89;
  border-radius: 5px;
}
.header .header_browse .lpcall .header_nav_secondary {
  border: 1px solid #02b7ff;
  border-radius: 5px;
  padding: 8px 15px !important;
}
.works .portfolio_section ul.portcount li.hiddden {
  display: none;
}
.customlp .stiky_foter {
  display: none !important;
}
.customlp .title2 h2.title--ultra.black {
  color: #222 !important;
}
.customlp .text-4 p.black {
  color: #222 !important;
}
.customlp ul.newlist li article h3 {
  color: #222 !important;
}
.customlp ul.newlist li article p {
  color: #222 !important;
}
.customlp .mymy {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .newheading img {
    width: 147px;
    position: absolute;
    top: 117px;
    right: -5px;
  }
  .customlp .mymy .hideimgonresp {
    display: none;
  }
  .padleftzero {
    padding-left: 15px !important;
  }
  .customlp .testiSlide {
    display: none;
  }
}
.hide {
  display: none;
}
.services-portfolio .portfolio_section ul li {
  width: 33% !important;
}
h1.desk-font-size-2.title--ultra.newheading img {
  position: absolute;
  top: 0;
}
.custom-website-design-development-portfolio .portfolio_section ul li {
  width: 33%;
}
.portfoliolist {
  text-align: center;
  margin-bottom: 0;
}
.border-box-effect {
  position: relative;
  padding: 20px;
  display: inline-block;
}
.border-box-effect:after,
.border-box-effect:before {
  height: calc(100% - 22px);
  z-index: 3;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.border-box-effect:hover:after,
.border-box-effect:hover:before {
  -webkit-transform: scale(1);
}
.border-box-effect > * {
  position: relative;
  display: block;
}
.border-box-effect > * {
  position: relative;
  display: block;
}
.border-box-effect > .new-anim:after {
  content: "\e92d";
  font-family: ingicdesign;
  color: #fb2224;
  font-size: 50px;
}
.border-box-effect > :before {
  background: rgba(0, 0, 0, 0);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.border-box-effect > :after {
  content: "+";
  font-size: 74px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 36px;
  z-index: 2;
  font-weight: 200;
  display: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.border-box-effect figure {
  margin-bottom: 0;
}
.border-box-effect img {
  width: 100%;
}
.main-pricing-block.web-portfolio-ul .mytabbing-links {
  text-align: center;
  margin: 20px auto;
}
div.web-portfolio-ul .mytabbing-links li {
  width: 105px !important;
  margin: 0;
}
.full-width {
  width: 100%;
}
.cust-heading h2 span {
  font-size: 24px;
  font-weight: 600;
}
.large-4.columns.large-push-7.customPadding {
  border: 1px solid #f9f9f9;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
  background: linear-gradient(to left, #f05a282e 0, #0000002b 100%) !important;
}
.column-control.section {
  padding-bottom: 2rem;
}
.large-4.columns.large-push-7.customPadding input,
.large-4.columns.large-push-7.customPadding textarea {
  background: 0 0;
  color: #fff;
}
.ban-form input[type="submit"] {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%) !important;
}
.pack_Details {
  padding: 120px 0;
}
.pack_Details h2 {
  font: 50px/40px gilroy-bold, sans-serif;
  font-weight: 500;
  color: #333a3f;
}
.pack_Details p {
  font: 18px/18px gilroy-regular, sans-serif;
  font-weight: 600;
  color: #333;
  margin: 30px 0 30px;
}
packagebox {
  font-family: gilroy-medium, sans-serif;
  border-radius: 17px;
  border: 1px solid #cccaca;
  background: #fff;
  padding: 0;
  text-align: center;
}
.packagebox p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
  color: #000a47;
}
.packagebox .packbtn {
  background: #000a47;
  text-transform: uppercase;
  padding: 14px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 20px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.packagebox a.link {
  border: solid 1px #1de9b6;
  color: #1de9b6;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 6px;
}
.packagebox .packbtn:hover {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.packagebox .populartag {
  color: #000a47;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
}
.packagebox .packhdbox p {
  color: 98a4ae;
  margin-top: 10px;
  display: inline-block;
}
.packagebox .packhdbox p span.strike {
  text-decoration: line-through;
}
.packagebox .details {
  padding: 0;
  text-align: left;
}
.packagebox .details li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
}
.packagebox .details li:before {
  top: 0;
  color: #1de9b6;
  left: 0;
  content: "\e962";
  font-family: icomoon !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.packagebox .pack-wrap {
  position: relative;
  padding: 0 25px 25px 25px;
}
.packagebox .pack-wrap:after {
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #e6e1e1;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  display: none;
}
.packagebox .packpricing {
  padding: 15px 0;
}
.packagebox .packpricing h2 {
  font: 44px/54px gilroy-bold, sans-serif;
  font-weight: 900;
  color: #333a3f;
  margin: 0;
  line-height: 1;
}
.packagebox .packpricing h2 span {
  font-size: 30px;
  margin-left: -15px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packpricing .strike {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: -10px;
}
.packagebox .packinner p {
  font-weight: 600;
  color: #333a3f;
  padding: 10px 0;
}
.packagebox .list-scroll {
  max-height: 135px;
  min-height: 135px;
}
.packagebox .chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #000a47;
  margin: 0 20px;
}
.packagebox .numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #000a47;
  display: inline-block;
  margin: 0 20px;
}
.exlaner_page .packagebox .slick-active {
  opacity: 1;
}
.exlaner_page .packagebox .slick-prev:before {
  transform: rotate(180deg);
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next:before {
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next::before,
.exlaner_page .packagebox .slick-prev::before {
  color: #e7e7e7;
  font-size: 60px;
}
.exlaner_page .packagebox .slick-next,
.exlaner_page .packagebox .slick-prev {
  top: 50%;
}
.addnotes {
  padding: 10px 0;
  color: #8c8f92;
  display: none;
}
.lastbox {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
}
.packagebox .list-scroll div#mCSB_1 {
  padding-left: 0;
}
.mypackages {
  position: relative;
  padding: 100px 45px 0;
}
.mypackages .myheading {
  font: 72px/82px gilroy-bold, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.mypackages .myheading:after {
  content: "";
  position: absolute;
  background: #000a47;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
  display: none;
}
.mypackages .mytext {
  font: 20px/31px gilroy-medium, sans-serif;
  color: #3a3a3a;
}
.mypackages .myheading img {
  height: 34px;
  margin: 0 -10px 0 0;
}
.mypackages .myheading img.ever {
  height: 34px;
  margin: 30px 0 0;
}
.mypackages .information {
  width: 100%;
  margin-left: 80px;
}
.mypackages .tab-custom .tabbing-links {
  padding-left: 80px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox {
  font-family: gilroy-medium, sans-serif;
  border-radius: 17px;
  border: 1px solid #cccaca;
  background: #fff;
  padding: 0;
  text-align: center;
}
.packagebox p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
  color: #000a47;
}
.packagebox .packbtn {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  text-transform: uppercase;
  padding: 14px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 20px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.packagebox a.link {
  border: solid 1px #1de9b6;
  color: #1de9b6;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 6px;
}
.packagebox .packbtn:hover {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.packagebox .populartag {
  color: #000a47;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
}
.packagebox .packhdbox p {
  color: 98a4ae;
  margin-top: 10px;
  display: inline-block;
}
.packagebox .packhdbox p span.strike {
  text-decoration: line-through;
  color: red;
  font-weight: 700;
}
.packagebox .details {
  padding: 0;
  text-align: left;
}
.packagebox .details li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
}
.packagebox .details li:before {
  top: 0;
  color: #1de9b6;
  left: 0;
  content: "\e962";
  font-family: icomoon !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.packagebox .pack-wrap {
  position: relative;
  padding: 0 25px 25px 25px;
}
.packagebox .pack-wrap:after {
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #e6e1e1;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  display: none;
}
.packagebox .packpricing {
  padding: 15px 0;
}
.packagebox .packpricing h2 {
  font: 44px/54px gilroy-bold, sans-serif;
  font-weight: 900;
  color: #333a3f;
  margin: 0;
  line-height: 1;
}
.packagebox .packpricing h2 span {
  font-size: 30px;
  margin-left: -15px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packpricing .strike {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: -10px;
}
.packagebox .packinner p {
  font-weight: 600;
  color: #333a3f;
  padding: 10px 0;
}
.packagebox .list-scroll {
  max-height: 135px;
  min-height: 135px;
}
.packagebox .chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #333a3f;
  margin: 0 20px;
}
.packagebox .numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #333a3f;
  display: inline-block;
  margin: 0 20px;
}
.exlaner_page .packagebox .slick-active {
  opacity: 1;
}
.exlaner_page .packagebox .slick-prev:before {
  transform: rotate(180deg);
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next:before {
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next::before,
.exlaner_page .packagebox .slick-prev::before {
  color: #e7e7e7;
  font-size: 60px;
}
.exlaner_page .packagebox .slick-next,
.exlaner_page .packagebox .slick-prev {
  top: 50%;
}
.addnotes {
  padding: 10px 0;
  color: #8c8f92;
  display: none;
}
.lastbox {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
}
.packagebox .list-scroll div#mCSB_1 {
  padding-left: 0;
}
.mypackages {
  position: relative;
  padding: 100px 45px 0;
}
.mypackages .myheading {
  font: 72px/82px gilroy-bold, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.mypackages .myheading:after {
  content: "";
  position: absolute;
  background: #000a47;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
  display: none;
}
.mypackages .mytext {
  font: 20px/31px gilroy-medium, sans-serif;
  color: #3a3a3a;
}
.mypackages .myheading img {
  height: 34px;
  margin: 0 -10px 0 0;
}
.mypackages .myheading img.ever {
  height: 34px;
  margin: 30px 0 0;
}
.mypackages .information {
  width: 100%;
  margin-left: 80px;
}
.mypackages .tab-custom .tabbing-links {
  padding-left: 80px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.pack_Details h3 {
  font: 24px/36px;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  padding: 0 10px;
  direction: ltr;
}
.pack_Details .details {
  padding: 0;
  text-align: left;
}
.pack_Details .details li {
  font-size: 16px;
  position: relative;
  padding: 15px 0 15px 20px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #eaeaea;
}
.pack_Details .details li:before {
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 20px;
  border: 1px solid #ef5132;
}
.pack_Details .details li:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #f05430;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: -9px;
}
.mb-2 {
  margin-bottom: 2em;
}
.packinner h4 {
  font-size: 10px;
  font-weight: 800;
  color: #ee4c38;
}
.medium-8.columns h3 {
  color: #333a3f;
}
@media (max-width: 768px) {
  .packagebox .packhdbox h3 {
    text-transform: capitalize;
    margin: 0 auto;
    margin-top: -19%;
    padding: 1rem 1rem;
    color: #fff;
    border-radius: 15px;
    width: 63%;
    text-align: center;
    font-size: 10px;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  }
  .packagebox .packpricing h2 {
    font: 34px/34px gilroy-bold, sans-serif;
    font-weight: 900;
    color: #333a3f;
    margin: 0;
    line-height: 1;
  }
  .packagebox .packbtn {
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    text-transform: uppercase;
    padding: 14px 8px;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    margin: 20px 0 0;
    font-weight: 600;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .pack-d .medium-4.columns {
    width: 100% !important;
  }
  .pack-d .medium-8.columns {
    width: 100% !important;
    margin-top: 20px;
  }
  .pack-d .packagebox .packhdbox p {
    color: #98a4ae;
    margin-top: 30px;
    display: inline-block;
  }
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.role-carousel {
  margin-bottom: 0;
  padding: 0 25px;
  max-height: 220px;
}
.role-carousel .slick-slide {
  margin: 0 10px;
}
.role-carousel .slick-next,
.role-carousel .slick-prev {
  z-index: 1;
  transform: translateY(-50%);
  margin: 0;
  width: 25px;
  height: 34px;
  min-width: 25px;
  margin-top: -15px;
}
.role-carousel .slick-prev {
  left: 0;
}
.role-carousel .slick-next {
  right: 0;
}
.role-carousel .slick-prev:before {
  content: url(../images/slide-prev.png);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.role-carousel .slick-next:before {
  content: url(../images/slide-next.html);
  transform: scale(0.5);
  display: block;
  position: relative;
  top: -16px;
}
.role-carousel .roles-item {
  margin: 0 10px;
  outline: 0;
}
.role-carousel .roles-item a {
  display: block;
  outline: 0;
}
.role-carousel .roles-box {
  background-color: #222;
  box-shadow: 0 10px 30px -14px rgba(0, 0, 0, 0.3);
  padding: 15px;
  height: 220px;
  transition: background-color ease-in 0.25s;
}
.paths-carousel .paths-item a:active,
.paths-carousel .paths-item a:focus,
.role-carousel .roles-item a:hover {
  text-decoration: none;
}
.role-carousel .roles-item a:hover .paths-box {
  background-color: #363636;
}
.role-carousel .roles-item a img {
  width: 50px;
  margin-bottom: 20px;
}
.role-carousel .roles-item-title {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.role-carousel .roles-item a .roles-item-iq {
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
  display: flex;
  margin: 20px 0 0;
}
.role-carousel .roles-item a .roles-item-iq img {
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.text-link {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .role-carousel {
    margin-top: 50px;
  }
}
#ps_pilot {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: fixed;
  right: 0;
  transition: opacity 0.7s ease;
  top: 0;
  z-index: 99999;
}
.mode-edit #ps_pilot {
  display: block;
  opacity: 1;
  position: relative;
}
#ps_pilot.ps_pilot_active {
  opacity: 1;
}
#ps_pilot .block--black {
  background-color: transparent !important;
}
#ps_pilot h2 {
  font-size: 500;
}
#ps_pilot .ps_pilot_close_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  z-index: 9999;
  cursor: pointer;
}
#ps_pilot .container {
  max-width: 1280px;
  margin: 0 auto;
}
#ps_pilot .list-comp ul {
  margin-left: 0.5rem;
}
#ps_pilot .list-comp li {
  color: #aaa;
  font-size: 18px;
  font-weight: 100;
  text-indent: 15px;
}
#ps_pilot .list-comp li:before {
  background: url(../images/pilot_checkbox%402x.html) no-repeat center center;
  background-size: 15px 10px;
  content: "";
  height: 27px;
  width: 15px;
}
#ps_pilot form .mktoAsterix {
  color: #de3636 !important;
  margin-right: 4px;
}
#ps_pilot form input,
#ps_pilot form textarea {
  background: #222;
  border: solid 1px #555;
  color: #fff !important;
}
#ps_pilot form label {
  color: #ccc !important;
  font-size: 16px;
  font-weight: 400;
}
#ps_pilot form select {
  background-color: #222;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNiwwIDEyLDQgOCwwICIvPjwvc3ZnPg==);
  background-size: 24px 4px;
  border: solid 1px #555;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: right;
}
#ps_pilot form button {
  background: #e82a89;
  margin-top: 30px;
}
#ps_pilot .large-4 {
  text-align: center;
}
#ps_pilot .large-8 {
  display: none;
}
#ps_pilot form {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #ps_pilot .large-4 {
    text-align: left;
    width: 33.33333%;
  }
  #ps_pilot .large-8 {
    display: block;
    padding: 0 0.9375rem !important;
    width: 66.66667%;
  }
  #ps_pilot .large-3.columns {
    width: 25%;
  }
}
.paths_please.generic-block-wrapper {
  background-color: #111;
}
.paths_please2 h2 {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.paths_please2 .roles-textbox {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  line-height: 30px;
  min-height: auto;
  padding-right: 30px;
  padding-bottom: 20px;
}
.roles-expert-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-family: gotham a, gotham b, sans-serif;
}
@media only screen and (min-width: 800px) {
  .paths_please2 h2 {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .roles-expert-title {
    display: none;
  }
  ul.portfoliolist li.border-box-effect {
    padding: 0 20px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .paths_please .roles-textbox {
    padding-right: 0;
    min-height: unset;
  }
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(../images/flags%402x.html);
  }
}
.iti-flag.np {
  background-color: transparent;
}
.ctatext a.btn-loadmore {
  vertical-align: middle;
  padding: 7px 20px !important;
  border: 1px solid #e80a89;
  border-radius: 5px;
}
.header .header_browse .lpcall .header_nav_secondary {
  border: 1px solid #02b7ff;
  border-radius: 5px;
  padding: 8px 15px !important;
}
.works .portfolio_section ul.portcount li.hiddden {
  display: none;
}
.customlp .stiky_foter {
  display: none !important;
}
.customlp .title2 h2.title--ultra.black {
  color: #222 !important;
}
.customlp .text-4 p.black {
  color: #222 !important;
}
.customlp ul.newlist li article h3 {
  color: #222 !important;
}
.customlp ul.newlist li article p {
  color: #222 !important;
}
.customlp .mymy {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .newheading img {
    width: 147px;
    position: absolute;
    top: 117px;
    right: -5px;
  }
  .customlp .mymy .hideimgonresp {
    display: none;
  }
  .padleftzero {
    padding-left: 15px !important;
  }
  .customlp .testiSlide {
    display: none;
  }
}
.hide {
  display: none;
}
.services-portfolio .portfolio_section ul li {
  width: 33% !important;
}
h1.desk-font-size-2.title--ultra.newheading img {
  position: absolute;
  top: 0;
}
.custom-website-design-development-portfolio .portfolio_section ul li {
  width: 33%;
}
.portfoliolist {
  text-align: center;
  margin-bottom: 0;
}
.border-box-effect {
  position: relative;
  padding: 20px;
  display: inline-block;
}
.border-box-effect:after,
.border-box-effect:before {
  height: calc(100% - 22px);
  z-index: 3;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.border-box-effect:hover:after,
.border-box-effect:hover:before {
  -webkit-transform: scale(1);
}
.border-box-effect > * {
  position: relative;
  display: block;
}
.border-box-effect > * {
  position: relative;
  display: block;
}
.border-box-effect > .new-anim:after {
  content: "\e92d";
  font-family: ingicdesign;
  color: #fb2224;
  font-size: 50px;
}
.border-box-effect > :before {
  background: rgba(0, 0, 0, 0);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.border-box-effect > :after {
  content: "+";
  font-size: 74px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 36px;
  z-index: 2;
  font-weight: 200;
  display: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.border-box-effect figure {
  margin-bottom: 0;
}
.border-box-effect img {
  width: 100%;
}
.main-pricing-block.web-portfolio-ul .mytabbing-links {
  text-align: center;
  margin: 20px auto;
}
div.web-portfolio-ul .mytabbing-links li {
  width: auto !important;
  margin: 0;
}
.full-width {
  width: 100%;
}
.cust-heading h2 span {
  font-size: 24px;
  font-weight: 600;
}
.large-4.columns.large-push-7.customPadding {
  border: 1px solid #f9f9f9;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
  background: linear-gradient(to left, #f05a282e 0, #0000002b 100%) !important;
}
.column-control.section {
  padding-bottom: 2rem;
}
.large-4.columns.large-push-7.customPadding input,
.large-4.columns.large-push-7.customPadding textarea {
  background: 0 0;
  color: #fff;
}
.ban-form input[type="submit"] {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%) !important;
}
.pack_Details {
  padding: 120px 0;
}
.pack_Details h2 {
  font: 50px/40px gilroy-bold, sans-serif;
  font-weight: 500;
  color: #333a3f;
}
.pack_Details p {
  font: 18px/18px gilroy-regular, sans-serif;
  font-weight: 600;
  color: #333;
  margin: 30px 0 30px;
}
packagebox {
  font-family: gilroy-medium, sans-serif;
  border-radius: 17px;
  border: 1px solid #cccaca;
  background: #fff;
  padding: 0;
  text-align: center;
}
.packagebox p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
  color: #000a47;
}
.packagebox .packbtn {
  background: #000a47;
  text-transform: uppercase;
  padding: 14px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 20px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.packagebox a.link {
  border: solid 1px #1de9b6;
  color: #1de9b6;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 6px;
}
.packagebox .packbtn:hover {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.packagebox .populartag {
  color: #000a47;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
}
.packagebox .packhdbox p {
  color: 98a4ae;
  margin-top: 10px;
  display: inline-block;
}
.packagebox .packhdbox p span.strike {
  text-decoration: line-through;
}
.packagebox .details {
  padding: 0;
  text-align: left;
}
.packagebox .details li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
}
.packagebox .details li:before {
  top: 0;
  color: #1de9b6;
  left: 0;
  content: "\e962";
  font-family: icomoon !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.packagebox .pack-wrap {
  position: relative;
  padding: 0 25px 25px 25px;
}
.packagebox .pack-wrap:after {
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #e6e1e1;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  display: none;
}
.packagebox .packpricing {
  padding: 15px 0;
}
.packagebox .packpricing h2 {
  font: 44px/54px gilroy-bold, sans-serif;
  font-weight: 900;
  color: #333a3f;
  margin: 0;
  line-height: 1;
}
.packagebox .packpricing h2 span {
  font-size: 30px;
  margin-left: -15px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packpricing .strike {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: -10px;
}
.packagebox .packinner p {
  font-weight: 600;
  color: #333a3f;
  padding: 10px 0;
}
.packagebox .list-scroll {
  max-height: 135px;
  min-height: 135px;
}
.packagebox .chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #000a47;
  margin: 0 20px;
}
.packagebox .numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #000a47;
  display: inline-block;
  margin: 0 20px;
}
.exlaner_page .packagebox .slick-active {
  opacity: 1;
}
.exlaner_page .packagebox .slick-prev:before {
  transform: rotate(180deg);
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next:before {
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next::before,
.exlaner_page .packagebox .slick-prev::before {
  color: #e7e7e7;
  font-size: 60px;
}
.exlaner_page .packagebox .slick-next,
.exlaner_page .packagebox .slick-prev {
  top: 50%;
}
.addnotes {
  padding: 10px 0;
  color: #8c8f92;
  display: none;
}
.lastbox {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
}
.packagebox .list-scroll div#mCSB_1 {
  padding-left: 0;
}
.mypackages {
  position: relative;
  padding: 100px 45px 0;
}
.mypackages .myheading {
  font: 72px/82px gilroy-bold, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.mypackages .myheading:after {
  content: "";
  position: absolute;
  background: #000a47;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
  display: none;
}
.mypackages .mytext {
  font: 20px/31px gilroy-medium, sans-serif;
  color: #3a3a3a;
}
.mypackages .myheading img {
  height: 34px;
  margin: 0 -10px 0 0;
}
.mypackages .myheading img.ever {
  height: 34px;
  margin: 30px 0 0;
}
.mypackages .information {
  width: 100%;
  margin-left: 80px;
}
.mypackages .tab-custom .tabbing-links {
  padding-left: 80px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox {
  font-family: gilroy-medium, sans-serif;
  border-radius: 17px;
  border: 1px solid #cccaca;
  background: #fff;
  padding: 0;
  text-align: center;
}
.packagebox p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0;
  color: #000a47;
}
.packagebox .packbtn {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  text-transform: uppercase;
  padding: 14px 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 20px 0 0;
  font-weight: 600;
  cursor: pointer;
}
.packagebox a.link {
  border: solid 1px #1de9b6;
  color: #1de9b6;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 6px;
}
.packagebox .packbtn:hover {
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  color: #fff;
}
.packagebox .populartag {
  color: #000a47;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
}
.packagebox .packhdbox p {
  color: 98a4ae;
  margin-top: 10px;
  display: inline-block;
}
.packagebox .packhdbox p span.strike {
  text-decoration: line-through;
  color: red;
  font-weight: 700;
}
.packagebox .details {
  padding: 0;
  text-align: left;
}
.packagebox .details li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
}
.packagebox .details li:before {
  top: 0;
  color: #1de9b6;
  left: 0;
  content: "\e962";
  font-family: icomoon !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.packagebox .pack-wrap {
  position: relative;
  padding: 0 25px 25px 25px;
}
.packagebox .pack-wrap:after {
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #e6e1e1;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  display: none;
}
.packagebox .packpricing {
  padding: 15px 0;
}
.packagebox .packpricing h2 {
  font: 44px/54px gilroy-bold, sans-serif;
  font-weight: 900;
  color: #333a3f;
  margin: 0;
  line-height: 1;
}
.packagebox .packpricing h2 span {
  font-size: 30px;
  margin-left: -15px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packpricing .strike {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: -10px;
}
.packagebox .packinner p {
  font-weight: 600;
  color: #333a3f;
  padding: 10px 0;
}
.packagebox .list-scroll {
  max-height: 135px;
  min-height: 135px;
}
.packagebox .chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #333a3f;
  margin: 0 20px;
}
.packagebox .numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #333a3f;
  display: inline-block;
  margin: 0 20px;
}
.exlaner_page .packagebox .slick-active {
  opacity: 1;
}
.exlaner_page .packagebox .slick-prev:before {
  transform: rotate(180deg);
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next:before {
  content: "\f105";
  width: 30px;
  height: 50px;
  display: inline-block;
  font-family: fontAwesome;
}
.exlaner_page .packagebox .slick-next::before,
.exlaner_page .packagebox .slick-prev::before {
  color: #e7e7e7;
  font-size: 60px;
}
.exlaner_page .packagebox .slick-next,
.exlaner_page .packagebox .slick-prev {
  top: 50%;
}
.addnotes {
  padding: 10px 0;
  color: #8c8f92;
  display: none;
}
.lastbox {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
}
.packagebox .list-scroll div#mCSB_1 {
  padding-left: 0;
}
.mypackages {
  position: relative;
  padding: 100px 45px 0;
}
.mypackages .myheading {
  font: 72px/82px gilroy-bold, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.mypackages .myheading:after {
  content: "";
  position: absolute;
  background: #000a47;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
  display: none;
}
.mypackages .mytext {
  font: 20px/31px gilroy-medium, sans-serif;
  color: #3a3a3a;
}
.mypackages .myheading img {
  height: 34px;
  margin: 0 -10px 0 0;
}
.mypackages .myheading img.ever {
  height: 34px;
  margin: 30px 0 0;
}
.mypackages .information {
  width: 100%;
  margin-left: 80px;
}
.mypackages .tab-custom .tabbing-links {
  padding-left: 80px;
}
.packagebox .packpricing h2 span.fm {
  font-size: 18px;
  margin-left: -10px;
  font-weight: 600;
  color: #ccc;
}
.packagebox .packhdbox h3 {
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -19%;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 15px;
  width: 63%;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
}
.pack_Details h3 {
  font: 24px/36px;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  padding: 0 10px;
  direction: ltr;
}
.pack_Details .details {
  padding: 0;
  text-align: left;
}
.pack_Details .details li {
  font-size: 16px;
  position: relative;
  padding: 15px 0 15px 20px;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #eaeaea;
}
.pack_Details .details li:before {
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 20px;
  border: 1px solid #ef5132;
}
.pack_Details .details li:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #f05430;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: -9px;
}
.mb-2 {
  margin-bottom: 2em;
}
.packinner h4 {
  font-size: 10px;
  font-weight: 800;
  color: #ee4c38;
}
.medium-8.columns h3 {
  color: #333a3f;
}
@media (max-width: 768px) {
  .packagebox .packhdbox h3 {
    text-transform: capitalize;
    margin: 0 auto;
    margin-top: -19%;
    padding: 1rem 1rem;
    color: #fff;
    border-radius: 15px;
    width: 63%;
    text-align: center;
    font-size: 10px;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  }
  .packagebox .packpricing h2 {
    font: 34px/34px gilroy-bold, sans-serif;
    font-weight: 900;
    color: #333a3f;
    margin: 0;
    line-height: 1;
  }
  .packagebox .packbtn {
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    text-transform: uppercase;
    padding: 14px 8px;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    margin: 20px 0 0;
    font-weight: 600;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .pack-d .medium-4.columns {
    width: 100% !important;
  }
  .pack-d .medium-8.columns {
    width: 100% !important;
    margin-top: 20px;
  }
  .pack-d .packagebox .packhdbox p {
    color: #98a4ae;
    margin-top: 30px;
    display: inline-block;
  }
}
.iconbx {
  background: url(../images/iconbx.png) no-repeat top left;
  width: 60px;
  height: 60px;
}
.iconbx {
  background: url(../images/iconbx.png) no-repeat top left;
  width: 60px;
  height: 60px;
}
.iconbx.iq-test-icon {
  background-position: 0 0;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.iconbx.magento {
  background-position: 0 -100px;
}
.iconbx.marketing-video {
  background-position: 0 -170px;
}
.iconbx.minimal-viable-product {
  background-position: 0 -240px;
}
.iconbx.opencart {
  background-position: 0 -310px;
}
.iconbx.php-development1 {
  background-position: 0 -450px;
}
.iconbx.php-development {
  background-position: 0 -520px;
}
.iconbx.promo-video {
  background-position: 0 -590px;
}
.iconbx.webicon1 {
  background-position: 0 -730px;
  width: 124px;
  height: 52px;
}
.iconbx.back-end-development {
  background-position: -14px -806px;
  width: 32px;
  height: 32px;
  filter: grayscale(100%);
  margin: 9px 15px 0 15px;
}
.iconbx.minimal-viable-product {
  background-position: -9px -249px;
  width: 43px;
  height: 42px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}
.iconbx.php-development {
  background-position: -6px -537px;
  width: 48px;
  height: 26px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}
.iconbx.magento {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -12px -109px;
  width: 36px;
  height: 42px;
}
.iconbx.opencart {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -7px -322px;
  width: 47px;
  height: 36px;
}
.iconbx.game-development {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -12px -1049px;
  width: 37px;
  height: 42px;
}
.iconbx.promo-video {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -7px -602px;
  width: 47px;
  height: 37px;
}
.iconbx.vr-app-development {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -11px -669px;
  width: 38px;
  height: 42px;
}
.iconbx.marketing-video t {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -7px -182px;
  width: 47px;
  height: 34px;
}
.iconbx.open-source-development {
  background-position: -12px -389px;
  width: 37px;
  height: 42px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}
.iconbx.open-source-development {
  background-position: -12px -389px;
  width: 37px;
  height: 42px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}
.iconbx.open-source-development {
  background-position: -12px -389px;
  width: 37px;
  height: 42px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}
.laravel-development {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: -7px -42px;
  width: 47px;
  height: 37px;
}
.iconbx.marketing-video {
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
  background-position: 7px -182px;
  width: 47px;
  height: 34px;
}
.iconbx.drupal-development {
  background-position: -10px -871px;
  width: 39px;
  height: 42px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}
.iconbx.envision-icon-mobile {
  background-position: 0 -932px;
  width: 91px;
  height: 98px;
}
.iconbx.icon2 {
  background-position: 0 -1110px;
  width: 50px;
  height: 50px;
}
.iconbx.icon2 {
  background-position: 0 -1170px;
  width: 50px;
  height: 50px;
}
.iconbx.icon3 {
  background-position: 0 -1230px;
  width: 50px;
  height: 50px;
}
.iconbx.webicon1 {
  background-position: 0 -1290px;
  width: 124px;
  height: 52px;
}
.iconbx.webicon2 {
  background-position: 0 -1352px;
  width: 124px;
  height: 52px;
}
.iconbx.webicon3 {
  background-position: 0 -1414px;
  width: 124px;
  height: 52px;
}
.iconbx.webicon4 {
  background-position: 0 -1476px;
  width: 124px;
  height: 52px;
}
.iconbx.webicon5 {
  background-position: 0 -1538px;
  width: 124px;
  height: 52px;
}
.iconbx.icon1 {
  background-position: 0 -1600px;
  width: 50px;
  height: 50px;
}
.services_icons .iconbx {
  display: inline-block;
  margin: 0 auto;
}
.channels-icon1,
.checks,
.hands-on-learning-icon1,
.iq-test-icon1,
.us-flag {
  display: inline-block;
  background: url(../images/png.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.channels-icon1 {
  background-position: 0 0;
  width: 42px;
  height: 42px;
}
.hands-on-learning-icon1 {
  background-position: 0 -42px;
  width: 42px;
  height: 42px;
}
.iq-test-icon1 {
  background-position: 0 -84px;
  width: 42px;
  height: 42px;
}
.us-flag {
  background-position: 0 -126px;
  width: 33px;
  height: 18px;
}
.checks {
  background-position: 0 -144px;
  width: 24px;
  height: 72px;
}
.home-banner.bg {
  background-image: url(../images/web_banner.png);
}
.lazym[data-src] {
  height: 1px !important;
}
.large-7.columns.own {
  padding-left: 130px;
}
.mypopup-wrap.active {
  position: fixed;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  height: 540px;
}
.mypopup-wrap {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 800px;
  height: 600px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  overflow: hidden;
}
.mypopup-wrap .mypopup {
  border-radius: 10px;
  font-size: 0;
  background: #fff;
}
.mypopup-wrap .mypopup .left {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  background: #386163;
  vertical-align: middle;
}
.mypopup-wrap .mypopup .left figure {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  margin: 0;
  width: 111%;
}
.mypopup-wrap .mypopup .left figure img {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.mypopup-wrap .mypopup .right {
  width: 50%;
  padding: 78px 20px;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
}
.mypopup-wrap .mypopup .right .closebutton {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(45deg);
  right: 20px;
  top: 20px;
}
.mypopup-wrap .mypopup .right .closebutton:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  top: 0;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.mypopup-wrap .mypopup .right .closebutton:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  top: 0;
  left: 0;
  background: #000;
  display: block;
  bottom: 0;
  margin: auto;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
  font-size: 26px;
  line-height: 1;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
  font-size: 35px;
  display: block;
  font-weight: 900;
  color: #edad0d;
  margin-top: 5px;
  margin-bottom: 10px;
}
.mypopup-innerwrap .form_wrap {
  padding: 20px 15px;
}
.mypopup-innerwrap .form_wrap .hero_form .form-control {
  border-radius: 10px;
  border: 1px solid #b9b8b8;
}
.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
  border: 1px solid #5d03db;
}
.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
  color: #000;
}
.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
  min-height: 85px;
}
.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
  border-radius: 10px;
  min-width: 100%;
}
.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
  width: 100%;
}
.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
  width: 100%;
}
.hero_form .field-mergedleft {
  padding-left: 15px;
}
.hero_form .field-mergedright {
  padding-right: 15px;
}
.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
  margin-bottom: 10px;
}
.submit:hover {
  background-color: #1f1f1f;
}
.form_wrap .analyzeform form input[type="submit"] {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px;
}
.submit {
  border: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  padding: 5px 51px;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 5px;
  background: #000;
}
.overlay {
  background: #0000006b;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}
.eggoffer {
  display: none !important;
}
.eggoffer.show {
  position: fixed;
  bottom: 8px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.eggoffer {
  width: 150px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  bottom: 10px;
  left: 8px;
  z-index: 999;
  overflow: hidden;
}
.eggoffer .top {
  position: relative;
  z-index: -1;
}
.eggoffer .top figure {
  text-align: center;
  margin: 0;
}
.eggoffer .top figure img {
  opacity: 1;
}
.eggoffer .bottom {
  cursor: pointer;
  padding: 16px 5px;
  border-radius: 5px;
  background: #16a07d;
}
.eggoffer .bottom h3:before,
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before {
  display: none;
}
.eggoffer .bottom h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.eggoffer .bottom span {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  padding-top: 6px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  text-shadow: 0 2px 2px #666;
}
.form_wrap .analyzeform form .dtf {
  width: 100%;
}
.form_wrap .analyzeform form input[type="submit"] {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px;
}
.form_wrap .analyzeform form .wrap {
  padding-left: 0;
}
.form_wrap .analyzeform {
  margin: 0;
}
.eggoffer .broken {
  display: none;
}
.eggoffer .unbroken {
  display: block;
}
.mypopup-wrap .easter {
  display: none !important;
}
.overlay-bg.vis {
  display: block !important;
}
.analyzeform form input[type="email"],
.analyzeform form input[type="number"],
.analyzeform form input[type="tel"],
.analyzeform form input[type="text"],
.analyzeform form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .mypopup-wrap {
    width: 95% !important;
  }
  .large-7.columns.own {
    padding-left: 30px;
  }
  .mypopup-wrap .mypopup .left {
    display: none;
  }
  .mypopup-wrap .mypopup .right {
    width: 100%;
  }
  .mypopup-wrap .mypopup .right .mypopup-innerwrap {
    padding: 5px;
  }
  .mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
    font-size: 24px;
  }
}
.view-ul ul {
  margin: 0;
}
.view-ul ul li {
  padding-left: 30px !important;
  padding-bottom: 5px;
  font-size: 15px;
}
.view-ul ul li:before {
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0;
  background-color: #4b4b4b;
  left: 16px;
  content: "";
  width: 20px;
}
.view-ul ul li:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 8px;
}
.style-14::-webkit-scrollbar-track {
  background-color: #f8f6fa;
}
.style-14::-webkit-scrollbar {
  width: 3px;
  background-color: #e80d85;
}
.style-14::-webkit-scrollbar-thumb {
  background-color: #e80f83;
}
.scrollbar {
  margin-left: 0;
  float: left;
  height: 250px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px !important;
  padding-right: 20px !important;
  overflow-x: hidden;
}
.sec-pricing .cdiv {
  border-radius: 10px;
  background-color: #222;
  transition: all ease 0.75s;
  margin-top: 30px;
}
.sec-pricing .cdiv:hover {
  transition: all ease 0.75s;
}
.sec-pricing .seller .cdiv {
  position: relative;
}
.sec-pricing .seller .cdiv:before {
  content: "";
  position: absolute;
  background: url(../images/mega-badge.png) no-repeat;
  top: -14px;
  right: 30px;
  width: 158px;
  height: 126px;
  -webkit-animation: 1s ease-in-out infinite pulse;
  animation: 1s ease-in-out infinite pulse;
}
.sec-pricing .cdiv .ctop {
  background: linear-gradient(to left, #f05a28 0, #e80a89 100%);
  text-align: center;
  padding: 15px 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ef4b3b;
}
.sec-pricing .cdiv .ctop h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}
.sec-pricing .cdiv .cbtm {
  padding: 25px;
}
.sec-pricing .cdiv .cbtm h4.tit {
  color: #f8f6fa;
  font-size: 24px;
  font-weight: 700;
}
.sec-pricing .cdiv .cbtm h4 img {
  padding-right: 20px;
}
.sec-pricing .cdiv .cbtm h3 {
  margin: 20px 20px 0 0;
  color: #f8f6fa;
  font-size: 43px;
  font-weight: 800;
}
.sec-pricing .cdiv .cbtm h3 span {
  color: #a8a8a8;
  font-size: 21px;
  font-weight: 400;
  text-decoration: line-through;
  position: relative;
  top: -8px;
  padding-left: 12px;
}
.sec-pricing .cdiv .cbtm h5 {
  color: #f8f6fa;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
  display: inline-block;
}
.sec-pricing .cdiv .cbtm ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sec-pricing .cdiv .cbtm ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sec-pricing .cdiv .cbtm ul li:before {
  content: "\f00c";
  color: #f8f6fa;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  top: 4px;
  position: absolute;
  left: 20px;
}
.sec-pricing .cdiv .cbtm a.order {
  background-image: linear-gradient(to right, #f05a28 0, #e80a89 100%);
  transition: all ease 1s;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 35px;
  margin: 15px 0 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.sec-pricing .cdiv .cbtm a.order:hover {
  background-image: linear-gradient(to left, #f05a28 0, #e80a89 100%);
  transition: all ease 1s;
}
.sec-pricing .cdiv .cbtm ul.mrgn {
  margin: 0 0 200px;
}
.sec-pricing .cdiv .cbtm h5.sm {
  color: #f8f6fa;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: right;
}
.sec-pricing .cdiv .cbtm p {
  color: #f8f6fa;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.sec-pricing .cdiv .cbtm a.call {
  color: #f8f6fa;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.sec-pricing .cdiv .cbtm a.call span {
  color: #f8f6fa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sec-pricing .cdiv .cbtm a.call i {
  color: #f8f6fa;
  padding-left: 20px;
  padding-right: 5px;
  vertical-align: middle;
}
.sec-pricing .tab-content {
  display: none;
}
.sec-pricing #pr-tab1 {
  display: flex;
}
.sec-pricing {
  padding: 50px 0;
}
.vide-deatil-sec .view-cut {
  position: relative;
  font-size: 14px;
  color: #aaa;
  top: -25px;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
}
.vide-deatil-sec .api-price-wrapper .curr-major {
  color: #fff;
}

.callusnow.clickbutton {
  display: block;
  position: fixed;
  bottom: -30px;
  right: 0px;
  z-index: 9999;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
}
.callusnow img {
  width: 300px;
}

.header .header_menu {
  z-index: 999;
}

@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

body .uwy.userway_p2 .uai {
  top: 65% !important;
  right: 0px !important;
}
