@font-face {
  font-family: 'FSLola';
  src: url('fonts/FS-Lola.woff2') format('woff2'),
    url('fonts/FS-Lola.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'FSLola';
  src: url('fonts/FS-Lola-Bold.woff2') format('woff2'),
    url('fonts/FS-Lola-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: 'FSLola';
  src: url('fonts/FS-Lola-Medium.woff2') format('woff2'),
    url('fonts/FS-Lola-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'FSLola';
  src: url('fonts/FS-Lola-ExtraBold.woff2') format('woff2'),
    url('fonts/FS-Lola-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;

}

html,
body {
  height: 100%;
}

/*! CSS Used from: Embedded */
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

/*! CSS Used from: https://static.invisionapp-cdn.com/spa/cfprojects/share/lib/vendor.min.f26757dacb.css */
.colorful {
  color: #F58120;
}

.valid-gvp {}

.font-16 {
  font-size: 16px;
}

.btn-outline-gvp {
  color: #F58120;
  background-color: transparent;
  background-image: none;
  border-color: #F58120;
}

.btn-primary {
  background: #F58120 !important;
}

.removeFile:hover {
  color: #F58120;
}

.botao-gvp {
  background: #F58120 !important;
  text-decoration: none;
  color: #fff;
  width: 100%;
  font-size: 13px;
}

.espaco-gvp {
  margin-right: 10px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem #FFF !important;
}

.espaco-topo-gvp {
  padding-top: 5px;
}

.form-control {
  box-shadow: 0 0 0 0.2rem #FFF !important;
}

.alinhar-esquerda {
  text-align: right;
}

.form-control:focus {
  border-color: #F58120 !important;
}

.form-control.invalido {
  border: solid 2px red !important;
}

.field-gvp {
  border: 2px solid transparent !important;
  border-bottom: 2px solid #E6E6E6 !important;
}

.field-gvp:focus {
  border: 2px solid transparent !important;
  border-bottom: 2px solid #F58120 !important;
}

.field-gvpPreenchido {
  border: 2px solid transparent !important;
  border-bottom: 2px solid #F58120 !important;
}

.field-gvpInvalido {
  border: none !important;
  border: 2px solid red !important;
}

.btn-file-gvp {
  margin-top: 25px;
  color: #88B04B
}

.form-control:focus {
  /*    border-color: #88B04B !important;
*/
}

.form-control-sm-gvp {
  padding: .0rem .2rem 0.1rem 0 !important;
  font-size: .750rem !important;
  line-height: 1.0 !important;
  border-radius: .1rem !important;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f4f4f4;
  color: #525252;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #F58120 !important;
}

.custom-control-label-gvp {
  padding-top: 5px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.tamanho-janela {
  display: none;
  width: 70%;
  height: 90%;
}

.tamanho-janela::-webkit-scrollbar {
  width: 10px;
}

.tamanho-janela::-webkit-scrollbar-track {
  background: white;
}

.tamanho-janela::-webkit-scrollbar-thumb {
  background: #F58120;
  border-radius: 10px;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.file-input-label {
  padding-top: 23px;
  padding-left: 5px;
  width: 200px;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

canvas {
  display: inline-block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

a {
  color: #F58120;
  text-decoration: none;
}

a:hover {
  color: #FFF;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
}

h2 {
  font-size: 24px;
  line-height: 34px;
}

ul {
  padding: 0;
  margin: 0 0 8.5px 25px;
}

ul {
  list-style: disc;
}

li {
  line-height: 17px;
}

form {
  margin: 0 0 17px;
}

button,
input,
label {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

button,
input {}

label {
  display: block;
  margin-bottom: 5px;
}

input[type=text] {
  display: inline-block;
  padding: 8px 0;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 17px;
  color: #555;
}

textarea {
  font-size: 12px;
  line-height: 17px;
  color: #555;
}

input {
  width: 210px;
}

input[type=text] {
  background-color: #fff;
}

input[type=text]:focus {
  border-color: #88B04B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input {
  margin-left: 0;
}

:-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

/*! CSS Used from: https://static.invisionapp-cdn.com/spa/cfprojects/share/lib/style.min.f0a09b801e.css */
.comment-count-old {
  display: inline-block !important;
  vertical-align: sub;
  margin-right: 5px;
  background-position: -199px -209px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 15px;
  height: 14px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  .comment-count-old {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

div.m-toolbar div.m-toggle {
  width: 60px;
  margin: 7px 8px 0 0;
  float: left;
}

div.m-toolbar div.m-toggle.off a.toggle-thumb span.toggle-end {
  left: -7px;
}

div.m-toolbar div.m-toggle a.toggle-thumb span.toggle-end {
  height: 28px;
  width: 28px;
  background: #b0b5b9;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}

div.m-toolbar div.m-toggle div.toggle-labels-track {
  height: 22px;
  border: 0;
  margin-top: 6px;
  border-radius: 30px !important;
  position: relative;
}

div.m-toolbar div.m-toggle div.toggle-labels div.toggle-label {
  height: 22px;
  background: 0 0;
  color: #6f7377;
  font-size: 11px;
  background: #242a36;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, .1);
  line-height: 22px;
  margin: 0 0 0 2px;
  border-radius: 30px;
}

div.m-toolbar div.m-toggle div.toggle-labels div.toggle-label.on {
  background: #d42a58;
  color: #fff;
  margin: 0 2px 0 0;
}

div.m-toolbar div.toolbar {
  bottom: 0;
  opacity: .4;
  position: fixed;
  right: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  z-index: 400;
}

div.m-toolbar div.toolbar div.tools {
  background: #2a313f;
  color: #fff;
  height: 45px;
  overflow: hidden;
  border-top-left-radius: 5px !important;
  float: left;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

div.m-toolbar div.toolbar div.tools:after,
div.m-toolbar div.toolbar div.tools:before {
  display: table;
  content: "";
}

div.m-toolbar div.toolbar div.tools:after {
  clear: both;
}

div.m-toolbar div.toolbar div.tools:after,
div.m-toolbar div.toolbar div.tools:before {
  display: table;
  content: "";
}

div.m-toolbar div.toolbar div.tools:after {
  clear: both;
}

div.m-toolbar div.toolbar div.tool {
  float: left;
}

div.m-toolbar div.toolbar div.browse-toggle-tool,
div.m-toolbar div.toolbar div.flow-toggle-tool {
  background-color: #272d3a;
  border-right: 1px solid #33383c;
}

div.m-toolbar div.toolbar div.comments-toggle-tool {
  position: relative;
  background: #2a313f !important;
}

div.m-toolbar div.toolbar div.comments-toggle-tool .clickable {
  position: absolute;
  z-index: 6;
  cursor: pointer;
  top: 10px;
  left: 10px;
  right: 5px;
  bottom: 10px;
}

#screen_viewer {
  outline: 0;
  position: relative;
}

#screen_viewer #viewport {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#screen_viewer .hotspots {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  background-color: rgba(255, 255, 255, 0);
}

#screen_viewer .hotspot {
  border: 1px solid #2a9fd8;
  background: rgba(0, 173, 255, .54);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

#screen_viewer .hotspot::-moz-selection {
  background: 0 0;
}

#screen_viewer .hotspot::selection {
  background: 0 0;
}

#screen_viewer .screen {
  position: relative;
}

#screen_viewer .screen img {
  display: block;
  will-change: transform;
}

div.m-toggle {
  height: 34px;
  line-height: 20px;
  position: relative;
  width: 69px;
}

div.m-toggle div.toggle-labels-track {
  border: solid 7px #575f67;
  border-radius: 30px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

div.m-toggle div.toggle-thumb-track {
  bottom: 7px;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 7px;
}

div.m-toggle div.toggle-labels {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 200%;
}

div.m-toggle div.toggle-labels div.toggle-label {
  background: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/app-switch.004bef566e.png?v=2) 0 0 no-repeat;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 50%;
}

div.m-toggle div.toggle-labels div.toggle-label.on {
  background-position: 0 -20px;
  color: #fff;
  left: 0;
  text-align: left;
}

div.m-toggle div.toggle-labels div.toggle-label.on span.text {
  padding-left: 8px;
}

div.m-toggle div.toggle-labels div.toggle-label.off {
  background-position: 100% 0;
  color: #959595;
  right: 0;
  text-align: right;
}

div.m-toggle div.toggle-labels div.toggle-label.off span.text {
  padding-right: 8px;
}

div.m-toggle a.toggle-thumb {
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/transparent-img.53314f48ec.png);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

div.m-toggle a.toggle-thumb span.toggle-end {
  background: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/app-switch.004bef566e.png?v=2) 0 -40px no-repeat;
  height: 31px;
  position: absolute;
  top: -4px;
  width: 31px;
}

div.m-toggle.off div.toggle-labels {
  right: 0;
}

div.m-toggle.off a.toggle-thumb span.toggle-end {
  left: -6px;
}

html {
  overflow-y: auto;
}

body,
html {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a[ng-click] {
  cursor: pointer;
}

.desktop-wrapper {
  position: relative;
}

html {
  overflow-y: auto;
}

body {
  font-size: 12px;
  color: #4A4A4A;
}

a.powered-by {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
  background-color: #000;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  -webkit-backface-visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 14px;
  border-radius: 0 5px 0 0;
  cursor: pointer;
  z-index: 399;
  opacity: .3;
}

a.powered-by:hover {
  cursor: pointer;
  opacity: .7;
}

a.powered-by img {
  height: 18px;
  width: 118px;
}

div.m-preview {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  overflow: visible;
}

div.m-preview.center {
  text-align: center;
  overflow: visible;
}

div.m-preview div.slideshow-nav {
  position: fixed;
  z-index: 210;
}

div.m-preview div.slideshow-nav div.slideshow-status {
  position: fixed;
  width: 180px;
  height: 80px;
  top: 40%;
  left: 50%;
  margin: -40px 0 0 -90px;
  border-radius: 90px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 3px;
  display: none;
}

#screen_viewer {
  top: 0;
  left: 0;
}

div.m-screens {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
  z-index: 100;
}

div.m-screens div.screen {
  display: none;
}

div.m-screens div.screen img {
  display: block;
}

div.m-screens div.screen.center {
  margin: 0 auto 0 auto;
}

div.m-screens div.screen.visible {
  display: block;
}

body div.m-toolbar div.toolbar {
  right: 23px;
  bottom: -50px;
  opacity: 0;
  -webkit-transition: bottom .5s ease, opacity .5s ease;
  -o-transition: bottom .5s ease, opacity .5s ease;
  transition: bottom .5s ease, opacity .5s ease;
  overflow: visible;
}

body div.m-toolbar div.toolbar.initialized {
  opacity: .7;
  bottom: 24px;
}

body div.m-toolbar div.toolbar.initialized:hover {
  opacity: 1;
}

body div.m-toolbar div.toolbar .tools {
  overflow: visible;
  background: 0 0;
  width: 100%;
  font-size: 0;
}

body div.m-toolbar div.toolbar div.tool {
  float: none;
  display: inline-block;
  padding-right: 9px;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool,
body div.m-toolbar div.toolbar div.comments-toggle-tool,
body div.m-toolbar div.toolbar div.flow-toggle-tool,
body div.m-toolbar div.toolbar div.inspect-toggle-tool {
  opacity: 1;
  background: 0 0;
  vertical-align: top;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool div.description,
body div.m-toolbar div.toolbar div.comments-toggle-tool div.description,
body div.m-toolbar div.toolbar div.flow-toggle-tool div.description,
body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  width: auto;
  min-width: 44px;
  max-width: 44px;
  margin: auto auto;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .2);
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool div.description *,
body div.m-toolbar div.toolbar div.comments-toggle-tool div.description *,
body div.m-toolbar div.toolbar div.flow-toggle-tool div.description *,
body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description * {
  display: inline-block;
  pointer-events: none;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool div.description:hover,
body div.m-toolbar div.toolbar div.comments-toggle-tool div.description:hover,
body div.m-toolbar div.toolbar div.flow-toggle-tool div.description:hover,
body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description:hover {
  max-width: 1000px;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool div.description i,
body div.m-toolbar div.toolbar div.comments-toggle-tool div.description i,
body div.m-toolbar div.toolbar div.flow-toggle-tool div.description i,
body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description i {
  margin: 0 8px 0 12px;
  position: relative;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool div.description .browse-text,
body div.m-toolbar div.toolbar div.comments-toggle-tool div.description .comment-text,
body div.m-toolbar div.toolbar div.flow-toggle-tool div.description .flow-text,
body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description .inspect-text {
  position: relative;
  width: 0;
  opacity: 0;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  white-space: nowrap;
}

body div.m-toolbar div.toolbar div.comments-toggle-tool {
  background: 0 0 !important;
}

body div.m-toolbar div.toolbar div.comments-toggle-tool:hover div.description {
  max-width: 1000px;
}

body div.m-toolbar div.toolbar div.comments-toggle-tool:hover div.description .comment-text {
  width: 67px;
  margin-right: 12px;
  opacity: 1;
}

body div.m-toolbar div.toolbar div.comments-toggle-tool:hover div.description i {
  opacity: 1;
}

body div.m-toolbar div.toolbar div.comments-toggle-tool div.description i {
  background-position: -65px -209px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 19px;
  height: 18px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
  opacity: .7;
  min-width: 19px;
  margin-top: 2px;
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  body div.m-toolbar div.toolbar div.comments-toggle-tool div.description i {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

body div.m-toolbar div.toolbar div.comments-toggle-tool div.description i.comment-context-arrow {
  background-position: -340px -60px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 7px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
  width: 0;
  min-width: 0;
  margin: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  body div.m-toolbar div.toolbar div.comments-toggle-tool div.description i.comment-context-arrow {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

body div.m-toolbar div.toolbar div.comments-toggle-tool .comment-toggle-controller {
  display: none;
}

body div.m-toolbar div.toolbar div.comments-toggle-tool .clickable {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body div.m-toolbar div.toolbar div.inspect-toggle-tool:hover div.description {
  max-width: 1000px;
}

body div.m-toolbar div.toolbar div.inspect-toggle-tool:hover div.description .inspect-text {
  margin-right: 12px;
  opacity: 1;
  width: 45px;
}

body div.m-toolbar div.toolbar div.inspect-toggle-tool:hover div.description .toolbar-inspect-sprite {
  opacity: 1;
}

body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description .toolbar-inspect-sprite {
  background-position: -190px -71px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 23px;
  height: 16px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
  opacity: .7;
  min-width: 23px;
  margin-left: 11px;
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  body div.m-toolbar div.toolbar div.inspect-toggle-tool div.description .toolbar-inspect-sprite {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

body div.m-toolbar div.toolbar div.browse-toggle-tool {
  overflow: visible;
  border-right: none;
  padding: 0;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool:hover div.description {
  max-width: 1000px;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool:hover div.description .browse-text {
  margin-right: 12px;
  opacity: 1;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool:hover div.description .toolbar-menu-sprite {
  opacity: 1;
}

body div.m-toolbar div.toolbar div.browse-toggle-tool div.description .toolbar-menu-sprite {
  background-position: -84px -138px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
  opacity: .7;
  min-width: 20px;
  margin: 1px 8px 0 13px;
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  body div.m-toolbar div.toolbar div.browse-toggle-tool div.description .toolbar-menu-sprite {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

body div.m-toolbar div.toolbar div.flow-toggle-tool {
  border-right: none;
}

body div.m-toolbar div.toolbar div.flow-toggle-tool:hover div.description {
  max-width: 1000px;
}

body div.m-toolbar div.toolbar div.flow-toggle-tool:hover div.description .flow-text {
  margin-right: 12px;
  opacity: 1;
  width: 29px;
}

body div.m-toolbar div.toolbar div.flow-toggle-tool:hover div.description .toolbar-flow-sprite {
  opacity: 1;
}

body div.m-toolbar div.toolbar div.flow-toggle-tool div.description .toolbar-flow-sprite {
  background-position: -95px -69px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 19px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
  opacity: .7;
  min-width: 20px;
  margin: 2px 8px 0 10px;
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  body div.m-toolbar div.toolbar div.flow-toggle-tool div.description .toolbar-flow-sprite {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

body #requestAccessForm {
  position: fixed;
  display: block;
  right: 78px;
  bottom: 104px;
  width: 540px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .12);
  z-index: 401;
}

body #requestAccessForm:after {
  content: "";
  position: fixed;
  bottom: 87px;
  right: 117px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #fff;
}

body #requestAccessForm div.step-container {
  position: relative;
  overflow: hidden;
}

body #requestAccessForm div.step-container .close-inspect {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 1;
}

body #requestAccessForm div.step-container .close-inspect .close-inspect-img {
  height: 13px;
  width: 13px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-1,
body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-none {
  position: relative;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body #requestAccessForm div.step-container div[class^=request-access-step-].right {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 .nav-back {
  position: absolute;
  top: 30px;
  left: 23px;
  text-indent: -1000px;
  background-position: -340px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 10px;
  background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite.cc31f133e4.png?v=.oceljh2k8hn);
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
  body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 .nav-back {
    background-image: url(https://static.invisionapp-cdn.com/spa/cfprojects/share/img/toolbar-sprite@2x.0e9886c33b.png?v=.oceljh2k8hn);
    background-size: 353px 234px;
  }
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 h2 {
  width: 100%;
  margin: 60px 0 16px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 p {
  margin-bottom: 15px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 label {
  color: #22252b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25px;
  text-align: left;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 input {
  height: 42px;
  width: 405px;
  color: #22252b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .23px;
  line-height: 16px;
  margin-bottom: 20px;
  padding-left: 16px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 div {
  width: 100%;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-2 .form__button {
  margin: 15px auto 48px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-3 .request-access-sent {
  height: auto;
  width: 350px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-3 img {
  margin-top: 65px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-3 h2 {
  width: 100%;
  margin: 36px 0 13px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-3 p {
  margin-bottom: 10px;
  max-width: 420px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-3 div {
  width: 100%;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-3 .form__button {
  margin: 35px auto 59px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-none img {
  margin-top: 36px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-none h2 {
  max-width: 365px;
  width: 100%;
  margin: 0 0 16px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-none p {
  max-width: 365px;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-none div {
  width: 100%;
}

body #requestAccessForm div.step-container div[class^=request-access-step-].request-access-step-none .form__button {
  width: 166px;
  margin: 35px auto 32px;
}

body #requestAccessForm .request-access-hero {
  width: 265px;
  height: 150px;
}

body #requestAccessForm h2 {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
}

body #requestAccessForm p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin: 0;
}

body #requestAccessForm .form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 31px 0 25px 0;
  height: 50px;
  width: 196px;
  border-radius: 64px;
  background-color: #f36;
  border: none;
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .16px;
  line-height: 19px;
  text-decoration: none;
  outline: 0;
}

body #requestAccessForm.unauthenticated .request-access-hero {
  margin: 41px 0 20px;
}

body #requestAccessForm.unauthenticated h2 {
  margin-bottom: 9px;
}

body #requestAccessForm.unauthenticated p {
  max-width: 410px;
  margin-bottom: 5px;
}

body #requestAccessForm.unauthenticated .form__button {
  margin-bottom: 22px;
}

body #requestAccessForm.unauthenticated .signin {
  margin-bottom: 32px;
}

body #requestAccessForm.unauthenticated .signin a {
  color: #18f;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

body a.powered-by {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
  position: fixed;
  bottom: -50px;
  left: 23px;
  height: 44px;
  width: 168px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  padding: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .2);
  z-index: 399;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

body a.powered-by.initialized {
  opacity: .7;
  bottom: 24px;
}

body a.powered-by.initialized:hover {
  opacity: 1;
}

body a.powered-by p {
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  margin: 0;
}

body a.powered-by img {
  height: 20px;
  width: 24px;
  margin-right: 8px;
}

body .comment-context {
  position: absolute;
  right: -20px;
  bottom: 40px;
  width: 172px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .2);
  z-index: 401;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s ease, max-height .2s ease;
  -o-transition: opacity .2s ease, max-height .2s ease;
  transition: opacity .2s ease, max-height .2s ease;
}

body .comment-context ul {
  list-style: none;
  margin: 0;
  padding-top: 7px;
  display: none;
}

body .comment-context ul li:nth-child(5) {
  position: relative;
  margin-left: 19px;
  margin-bottom: 5px;
}

body .comment-context ul li:not(:nth-child(5)) {
  margin-bottom: 2px;
}

body .comment-context ul li:not(:nth-child(5)):before {
  content: "\2022";
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-left: 19px;
  margin-right: 3px;
  margin-top: 5px;
}

body .comment-context ul li:nth-child(1) {
  display: none;
}

body .comment-context ul li:nth-child(2):before {
  color: #fc3769;
}

body .comment-context ul li:nth-child(3):before {
  color: #fcc13c;
}

body .comment-context ul li:nth-child(4):before {
  color: #1d8bdc;
}

body .comment-context ul li .comment-context-divider {
  display: block;
  background-color: #eaeaea;
  width: 174px;
  height: 1px;
  margin: 5px 0 5px -19px;
}

body .comment-context ul li a {
  text-decoration: none;
  color: #979ba4;
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
}

body .comment-context ul li a.on {
  color: #000;
}

body .comment-context .switch {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 20px;
  right: 16px;
  bottom: -2px;
}

body .comment-context .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c7cad1;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

body .comment-context .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}

/*! CSS Used from: Embedded */
iframe#_hjRemoteVarsFrame {
  display: none !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Book.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-BookItalic.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Medium.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-MediumItalic.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-MediumItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Demi.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Demi.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-DemiItalic.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-DemiItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Inv Maison Neue";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Bold.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-MaisonNeue-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Inv Eina 03";
  src: url("https://static.invisionapp-cdn.com/global/fonts/Inv-Eina03-SemiBold.woff2") format("woff2"), url("https://static.invisionapp-cdn.com/global/fonts/Inv-Eina03-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}



body {
  font-family: 'Open Sans' !important;
}

.form-control {
  border-radius: unset !important;
}

.btn-primary {
  border-color: transparent !important;
}

.mar-btm {
  margin-bottom: 5px;
}

.select {
  position: relative;
  display: inline-block;
}

.select::before {
  border-top-color: #b1b9bd;
}

.select::before {
  content: '';
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #F58120;
  display: inline-block;
  height: 0;
  margin: -3px 3px 0;
  vertical-align: middle;
  width: 0;
  position: absolute;
  right: .7em;
  top: 50%;
  z-index: 1;
}

.select select {
  padding: 6px 2.5em 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: inherit;
  font-size: 13px;
  line-height: 1.42857;
  vertical-align: middle;
  transition: border-color 0.5s;
}

.hide {
  display: none;
}

#fullLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  opacity: 0.5;
  z-index: 10000;
}

#loaderAction {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #ed4e6e;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
  z-index: 10001;
}

#loaderAction.la-animate {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

#loaderAction::before,
#loaderAction::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: '';
}

#loaderAction::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: #bb344f;
  border-left-color: #bb344f;
  -webkit-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}

#loaderAction::after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: #bb344f;
  border-bottom-color: #bb344f;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loaderAction {
  background: #F58120 !important;
}

#loaderAction::before {
  border-right-color: #F58120;
  border-left-color: #F58120;
}

#loaderAction::after {
  border-top-color: #F58120;
  border-bottom-color: #F58120;
}

.monted .message {
  display: flex;
}

.message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);

  display: none;
  justify-content: center;
  align-items: center;

  z-index: 10;
}

.message .wrapper {
  background-color: white;
  max-width: 400px;
  padding: 20px;
}

.message .alert {
  background-color: white;
  max-width: 280px;
  padding: 20px;
}

.message h2 {
  color: #F58120;
  line-height: 1.5;
  margin-bottom: 6px;
}

.message a:hover {
  color: #F58120;
}

.message a.btn:hover {
  color: rgb(226, 226, 226);
}

.message .message-close {
  position: absolute;
  top: -14px;
  right: 5px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #4A4A4A;
}

.message .message-close:hover {
  color: #F58120;
  text-decoration: none;
}

.message .circulo {
  max-width: 600px;
  position: relative;
  font-family: 'FSLola';
}

.message .circulo p{
  position: absolute;
  top: 22vw;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 4.3vw;
  line-height: 1;
}

.message .circulo p strong{
  font-size: 5.1vw;
  font-weight: 800;
  color: #ffcd35;
}

.message .circulo .protocolo{
  top: 42vw;
  padding: 0 14% 0 46%;
}

.message .circulo .btn{
  color: white;
  font-size: 3.8vw;
  font-weight: 600;
  display: block;
  border: none;
  background: rgb(231,115,41);
  background: linear-gradient(90deg, rgba(231,115,41,1) 0%, rgba(241,156,43,1) 100%);
  border-radius: 3.5vw;
  padding: 2vw 3.3vw;
  margin-top: 2.5vw;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
}

@media (min-width: 600px) {
  .message .circulo p{
    top: 132px;
    font-size: 26px;
  }

  .message .circulo p strong{
    font-size: 31px;
  }

  .message .circulo .protocolo{
    top: 230px;
  }

  .message .circulo .btn{
    font-size: 23px;
    border-radius: 20px;
    padding: 14px 20px;
    margin-top: 18px;

  }
}

img {
  max-width: 100%;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header h1 {
  color: #f58120;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.header p {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.header .horario {
  display: flex;
  align-items: center;
}

.header .horario hr {
  display: block;
  width: 1px;
  background: #f58120;
  height: 40px;
  margin: 0 10px;
}

.header .horario h2 {
  color: #f58120;
  text-align: center;
  text-transform: uppercase;
  font-size: 12.5px;
  line-height: normal;
  flex: 1 1;
}

.header .horario p {
  font-size: 11.5px;
}

.side-bar .horario {
  display: none;
}

@media (min-width: 992px) {
  .header .horario {
    display: none !important;
  }

  .header {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
  }

  .header .textos {
    order: 1;
    max-width: 50%;
  }

  .header img {
    max-width: 45%;
  }

  .side-bar .horario {
    display: block;
  }
}

.side-bar .horario h2 {
  color: #f58120;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: .5rem;
}

.side-bar .horario {
  text-align: center;
  position: relative;
  top: -1rem;
}
