/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../RubyOnRails/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/shared/_tags.scss */
ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
/* line 7, ../sass/shared/_tags.scss */
ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
  line-height: 22px;
}
/* line 14, ../sass/shared/_tags.scss */
ul li::before {
  content: "\29BF  ";
  color: #8db3d3;
  /* or whatever color you prefer */
}

/* line 20, ../sass/shared/_tags.scss */
a, a:visited {
  color: #4F81BD;
  text-decoration: none;
}

/* line 25, ../sass/shared/_tags.scss */
a:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 2, ../sass/shared/_modifiers.scss */
.obf {
  display: none !important;
}

/* line 7, ../sass/shared/_modifiers.scss */
.disable-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

/* line 17, ../sass/shared/_modifiers.scss */
.italic {
  font-style: italic;
}

/* line 21, ../sass/shared/_modifiers.scss */
.clickable {
  cursor: pointer;
}

/* line 25, ../sass/shared/_modifiers.scss */
a.light, a.light:visited {
  color: #8db3d3;
  text-decoration: none;
}

/* line 30, ../sass/shared/_modifiers.scss */
a.light:hover, a.light:visited:hover {
  text-decoration: underline;
}

/* line 35, ../sass/shared/_modifiers.scss */
a.black, a.black:visited {
  color: black;
}

/* line 40, ../sass/shared/_modifiers.scss */
.link {
  color: #4F81BD;
  cursor: pointer;
}

/* line 45, ../sass/shared/_modifiers.scss */
.link:hover {
  text-decoration: underline;
}

/* line 50, ../sass/shared/_modifiers.scss */
.quote-marker {
  font-size: 25pt;
  font-family: "Catamaran", sans-serif;
}

/* line 55, ../sass/shared/_modifiers.scss */
.rotate180 {
  transform: rotateZ(180deg);
}

/* line 2, ../sass/shared/_animations.scss */
.fade-enter-active.slow, .fade-leave-active.slow {
  transition: opacity 1s;
}

/* line 7, ../sass/shared/_animations.scss */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

/* line 11, ../sass/shared/_animations.scss */
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* line 15, ../sass/shared/_animations.scss */
.fade-enter-active.fast, .fade-leave-active.fast {
  transition: opacity .25s;
}

/* line 20, ../sass/shared/_animations.scss */
.fade-enter-active.very-fast, .fade-leave-active.very-fast {
  transition: opacity .125s;
}

/* line 25, ../sass/shared/_animations.scss */
.flip-enter-active, .flip-leave-active {
  transition: transform .25s;
}

/* line 29, ../sass/shared/_animations.scss */
.flip-enter {
  transform: translateX(-120%);
}

/* line 33, ../sass/shared/_animations.scss */
.flip-leave-to {
  transform: translateX(120%);
}

/* line 41, ../sass/shared/_animations.scss */
.slide-right-enter-active, .slide-right-leave-active {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 45, ../sass/shared/_animations.scss */
.slide-right-enter {
  transform: translateX(-120%);
}

/* line 49, ../sass/shared/_animations.scss */
.slide-right-leave-to {
  transform: translateX(120%);
}

/* line 55, ../sass/shared/_animations.scss */
.slide-down-enter-active.very-fast, .slide-down-leave-active.very-fast {
  transition: transform .125s;
}

/* line 59, ../sass/shared/_animations.scss */
.slide-down-enter-active.fast, .slide-down-leave-active.fast {
  transition: transform .25s;
}

/* line 63, ../sass/shared/_animations.scss */
.slide-down-enter-active, .slide-down-leave-active {
  transition: transform .5s;
}

/* line 67, ../sass/shared/_animations.scss */
.slide-down-enter {
  transform: translateY(-100%);
}

/* line 71, ../sass/shared/_animations.scss */
.slide-down-leave-to {
  transform: translateY(100%);
}

/* line 76, ../sass/shared/_animations.scss */
.slide-up-enter-active.very-fast, .slide-up-leave-active.very-fast {
  transition: transform .125s;
}

/* line 80, ../sass/shared/_animations.scss */
.slide-up-enter-active.fast, .slide-up-leave-active.fast {
  transition: transform .25s;
}

/* line 84, ../sass/shared/_animations.scss */
.slide-up-enter-active, .slide-up-leave-active {
  transition: transform .5s;
}

/* line 88, ../sass/shared/_animations.scss */
.slide-up-enter {
  transform: translateY(100%);
}

/* line 92, ../sass/shared/_animations.scss */
.slide-up-leave-to {
  transform: translateY(-100%);
}

/* line 1, ../sass/shared/components/_quote.scss */
.quote {
  margin: 20px 10px 10px 10px;
  display: flex;
}
/* line 5, ../sass/shared/components/_quote.scss */
.quote .quote-symbol {
  margin-right: 12px;
}
/* line 7, ../sass/shared/components/_quote.scss */
.quote .quote-symbol img {
  width: 30px;
  height: 30px;
}
/* line 13, ../sass/shared/components/_quote.scss */
.quote .quote-block {
  display: flex;
  flex-direction: column;
}
/* line 21, ../sass/shared/components/_quote.scss */
.quote .quote-block .quote-author {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
/* line 30, ../sass/shared/components/_quote.scss */
.quote .quote-block .quote-author .title {
  margin-left: 10px;
  color: #b4b4b4;
}

/* line 5, ../sass/shared/components/_typer.scss */
.typer.message {
  font-size: 13pt;
}

/* line 9, ../sass/shared/components/_typer.scss */
.typer.inline {
  display: inline;
}

/* line 4, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box0 {
  left: 0;
  top: 0px;
}
/* line 9, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box1 {
  right: 0;
  top: 0px;
}
/* line 14, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box2 {
  left: 0;
  top: calc(33% - 10px);
}
/* line 19, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box3 {
  right: 0;
  top: calc(33% - 10px);
}
/* line 24, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box4 {
  left: 0;
  top: calc(66% - 20px);
}
/* line 29, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box5 {
  right: 0;
  top: calc(66% - 20px);
}
/* line 34, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box {
  background: white;
  z-index: 1;
  position: absolute;
  width: 100%;
  margin: 20px 8px 0px 8px;
  font-size: 11pt;
  height: calc(33% - 20px);
  width: calc(50% - 16px);
  min-height: 80px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 48, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box > .header {
  font-size: 10pt;
  padding: 0px 4px;
  position: relative;
}
/* line 53, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box > .header img.hint {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  transform: rotateZ(-90deg);
}
/* line 66, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box > .box-content, body > #app .boxes.mobile > .box > .box-content-wrapper > .box-content {
  overflow-y: auto;
}
/* line 70, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box > .box-content.curtain, body > #app .boxes.mobile > .box > .box-content-wrapper > .box-content.curtain {
  overflow-y: hidden;
}
/* line 74, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box > .box-content.curtain {
  font-size: 9pt;
}
/* line 77, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box > .box-content.curtain img.icon {
  transition: opacity .5s;
  opacity: .7;
  width: 70%;
  height: 70%;
  max-width: 70%;
  max-height: 70%;
}
/* line 89, ../sass/shared/components/_box.scss */
body > #app .boxes.mobile > .box ul > li {
  line-height: 18px;
}
/* line 97, ../sass/shared/components/_box.scss */
body > #app .boxes .box0 > .box-content.curtain {
  background-position: top 0px left 0px;
}
/* line 104, ../sass/shared/components/_box.scss */
body > #app .boxes .box1 > .box-content.curtain {
  background-position: top 0px left -410px;
}
/* line 111, ../sass/shared/components/_box.scss */
body > #app .boxes .box2 > .box-content.curtain {
  background-position: top 0px left -820px;
}
/* line 118, ../sass/shared/components/_box.scss */
body > #app .boxes .box3 > .box-content.curtain {
  background-position: top -630px left 0px;
}
/* line 125, ../sass/shared/components/_box.scss */
body > #app .boxes .box4 > .box-content.curtain {
  background-position: top -630px left -410px;
}
/* line 132, ../sass/shared/components/_box.scss */
body > #app .boxes .box5 > .box-content.curtain {
  background-position: top -630px left -820px;
}
/* line 137, ../sass/shared/components/_box.scss */
body > #app .box {
  transition: opacity .35s;
  box-shadow: -1px 5px 10px 1px rgba(54, 95, 145, 0.05);
  width: 350px;
  height: 550px;
  border-radius: 10px;
  margin: 40px 30px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
/* line 154, ../sass/shared/components/_box.scss */
body > #app .box > .header {
  cursor: pointer;
  height: 40px;
  box-shadow: 0px 5px 10px 4px rgba(155, 155, 155, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #365F91;
  color: white;
  z-index: 10;
  text-align: center;
}
/* line 170, ../sass/shared/components/_box.scss */
body > #app .box > .subheader {
  cursor: pointer;
  background: #8db3d3;
  opacity: 0.9;
  width: 100px;
  height: 14px;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
/* line 187, ../sass/shared/components/_box.scss */
body > #app .box > .subheader img {
  transform: rotateZ(180deg);
  height: 12px;
  width: 12px;
}
/* line 209, ../sass/shared/components/_box.scss */
body > #app .box > .box-content.curtain {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8db3d3;
  background-size: 1720px auto;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all .5s;
  text-align: center;
  line-height: 140%;
}
/* line 231, ../sass/shared/components/_box.scss */
body > #app .box > .box-content.curtain .box-curtain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
}
/* line 240, ../sass/shared/components/_box.scss */
body > #app .box > .box-content.curtain img.hint {
  width: 40px;
  height: 40px;
  opacity: 0.22;
  transition: opacity .75s;
  position: absolute;
  bottom: 40px;
}
/* line 250, ../sass/shared/components/_box.scss */
body > #app .box > .box-content.curtain img.icon {
  transition: opacity .5s;
  opacity: .7;
  width: 50%;
  height: 50%;
  max-width: 50%;
  max-height: 50%;
}
/* line 263, ../sass/shared/components/_box.scss */
body > #app .box > .box-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* line 269, ../sass/shared/components/_box.scss */
body > #app .box > .box-content, body > #app .box > .box-content-wrapper > .box-content {
  background: rgba(255, 255, 255, 0.55);
  flex: 1;
  padding: 20px 30px;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* line 276, ../sass/shared/components/_box.scss */
body > #app .box > .box-content > .box-front, body > #app .box > .box-content > .box-back, body > #app .box > .box-content-wrapper > .box-content > .box-front, body > #app .box > .box-content-wrapper > .box-content > .box-back {
  overflow-x: hidden;
}
/* line 280, ../sass/shared/components/_box.scss */
body > #app .box > .box-content > .box-front.slide-up-enter-active, body > #app .box > .box-content > .box-back.slide-up-leave-active, body > #app .box > .box-content-wrapper > .box-content > .box-front.slide-up-enter-active, body > #app .box > .box-content-wrapper > .box-content > .box-back.slide-up-leave-active {
  overflow-y: hidden;
}
/* line 284, ../sass/shared/components/_box.scss */
body > #app .box > .box-content .subheader:first-of-type, body > #app .box > .box-content-wrapper > .box-content .subheader:first-of-type {
  margin-top: 0px;
}
/* line 288, ../sass/shared/components/_box.scss */
body > #app .box > .box-content .subheader, body > #app .box > .box-content-wrapper > .box-content .subheader {
  margin: 30px 0px 6px 0px;
}
/* line 295, ../sass/shared/components/_box.scss */
body > #app .box > .box-toggle, body > #app .box > .box-content-wrapper > .box-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 305, ../sass/shared/components/_box.scss */
body > #app .box > .box-toggle .box-toggle-button, body > #app .box > .box-content-wrapper > .box-toggle .box-toggle-button {
  transition: background-color .5s;
  background: #f0f0f0;
  box-shadow: inset 0px 4px 4px rgba(100, 100, 100, 0.1);
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  font-size: 11pt;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 320, ../sass/shared/components/_box.scss */
body > #app .box > .box-toggle .box-toggle-button:first-of-type, body > #app .box > .box-content-wrapper > .box-toggle .box-toggle-button:first-of-type {
  border-bottom-left-radius: 10px;
}
/* line 324, ../sass/shared/components/_box.scss */
body > #app .box > .box-toggle .box-toggle-button:last-of-type, body > #app .box > .box-content-wrapper > .box-toggle .box-toggle-button:last-of-type {
  border-bottom-right-radius: 10px;
}
/* line 328, ../sass/shared/components/_box.scss */
body > #app .box > .box-toggle .box-toggle-button.selected, body > #app .box > .box-content-wrapper > .box-toggle .box-toggle-button.selected {
  background-color: white;
  box-shadow: none;
}
/* line 339, ../sass/shared/components/_box.scss */
body > #app .box:hover > .box-content.curtain img.icon {
  opacity: 1;
}
/* line 343, ../sass/shared/components/_box.scss */
body > #app .box:hover > .box-content.curtain img.hint {
  opacity: 1;
  animation: bouncy-arrow 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-direction: alternate;
  animation-iteration-count: 2;
}
@keyframes bouncy-arrow {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -20px, 0);
  }
}
/* line 380, ../sass/shared/components/_box.scss */
body > #app .boxes.focusing-box .box {
  opacity: .25;
}
/* line 383, ../sass/shared/components/_box.scss */
body > #app .boxes.focusing-box .box:hover {
  opacity: 1;
}

/* line 1, ../sass/shared/components/_boxes.scss */
.boxes.mobile {
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0px;
  display: block;
  position: relative;
  flex-wrap: wrap;
}

/* line 11, ../sass/shared/components/_boxes.scss */
.boxes {
  overflow-y: auto;
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
  position: relative;
  width: 100%;
}
/* line 27, ../sass/shared/components/_boxes.scss */
.boxes .boxes-size-limiter {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 7, ../sass/shared/components/_navbar.scss */
#app > .content.mobile > .navbar {
  min-height: 48px;
  height: 48px;
}
/* line 14, ../sass/shared/components/_navbar.scss */
#app > .content.mobile > .navbar > .page-tabs .option:first-of-type {
  margin-left: 4px;
}
/* line 18, ../sass/shared/components/_navbar.scss */
#app > .content.mobile > .navbar > .page-tabs .option:last-of-type {
  margin-right: 4px;
}
/* line 22, ../sass/shared/components/_navbar.scss */
#app > .content.mobile > .navbar > .page-tabs .option {
  flex: 1;
  margin: 4px 0px 0px 0px;
  padding: 0px 10px;
  min-width: auto;
}
/* line 33, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar {
  position: relative;
  width: 100%;
  min-height: 90px;
  height: 90px;
  display: flex;
  background-color: #365F91;
  border-bottom: 1px solid white;
}
/* line 43, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .page-tabs {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* line 50, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .page-tabs .option {
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  min-width: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 8px 8px 0px 8px;
  height: 40px;
  transition: background-color .25s, color .75s;
}
/* line 67, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .page-tabs .option.selected {
  background: white;
  color: #365F91;
}
/* line 73, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .company-name {
  position: absolute;
  top: 29px;
  right: 45px;
  z-index: 10;
  font-family: "Catamaran", sans-serif;
  font-size: 16pt;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  height: 40px;
}
/* line 88, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .logo-counterweight {
  width: 90px;
}
/* line 92, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
/* line 96, ../sass/shared/components/_navbar.scss */
#app > .content > .navbar > .logo img {
  width: 70px;
}

/* line 4, ../sass/shared/components/pages/_landing.scss */
body > #app .scroll-wrapper {
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
/* line 17, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing {
  width: 100%;
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  position: relative;
  font-size: 14pt;
}
/* line 30, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing > * {
  flex: 1 0 auto;
}
/* line 35, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container {
  width: calc(100% - 40px);
  max-width: 1200px;
  display: flex;
  margin: 20px;
}
/* line 41, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel {
  width: calc(100% - 100px);
  margin: 0;
}
/* line 45, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel button.VueCarousel-dot {
  outline: none;
}
/* line 51, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container {
  height: 100%;
  width: auto;
  align-items: center;
  margin: 0px 10px;
}
/* line 57, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.image {
  min-width: auto;
  min-height: auto;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  box-shadow: 0px 2px 5px 2px rgba(50, 50, 50, 0.1);
  margin: 20px 40px 20px 60px;
}
/* line 67, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case {
  flex: 1;
  max-width: none;
  align-items: flex-start;
  min-width: 450px;
  margin: 40px 30px 40px 20px;
}
/* line 74, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case ul {
  width: 100%;
}
/* line 78, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case .quote {
  width: calc(100% - 20px);
}
/* line 81, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case .quote .quote-block {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  /* line 90, ../sass/shared/components/pages/_landing.scss */
  body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  /* line 93, ../sass/shared/components/pages/_landing.scss */
  body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.image {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 20px 10px 20px 20px;
  }
}
/* line 102, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container.bordered {
  background-color: rgba(255, 255, 255, 0.65);
  height: calc(100% - 4px);
  border-color: #8db3d3;
}
/* line 110, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .navigate {
  display: flex;
  align-items: center;
  margin: 0px 10px;
  margin-bottom: 70px;
}
/* line 116, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .carousel-container .navigate img {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
/* line 127, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner {
  font-family: "Catamaran", sans-serif;
  font-size: 24pt;
  font-weight: 700;
  width: 100%;
  color: #365F91;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 131px);
}
/* line 144, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner span {
  padding: 0px 20px;
}
/* line 148, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner .fade {
  position: relative;
  width: 100%;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(250, 250, 250, 0.4);
}
/* line 161, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner .title {
  font-size: 50pt;
  margin-bottom: 20px;
}
/* line 166, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner .subtitle {
  font-size: 16pt;
}
/* line 170, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner img {
  cursor: pointer;
  position: absolute;
  bottom: 44px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  transition: opacity 1s;
  opacity: .25;
}
/* line 181, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner img:hover {
  opacity: 1;
}
/* line 185, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner img.fade-out {
  transition: opacity 0.5s;
  opacity: 0;
}
/* line 191, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .one-liner.slim {
  height: 80px;
}
/* line 200, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing > .divider-block {
  height: 200px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 208, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .image.businessmail {
  background-image: url(/assets/img/cases/businessmail-trimmed95.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 214, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .image.youyonder {
  background-image: url(/assets/img/cases/youyonder-trimmed95.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 220, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .image.security {
  background-image: url(/assets/img/cases/security-trimmed95.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 226, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .image.athleed {
  background-image: url(/assets/img/cases/athleed-trimmed95.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 234, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .image.background {
  background-color: transparent;
  background-image: url(/assets/img/backgrounds/background85.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 242, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .image.neuralnetwork1 {
  background-color: black;
  background-image: url(/assets/img/backgrounds/neuralnetwork1-darker.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 250, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.slim {
  max-width: 600px;
  line-height: 31px;
}
/* line 255, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.short {
  max-height: 110px;
}
/* line 259, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.image {
  min-width: 400px;
  min-height: 300px;
  width: auto;
}
/* line 265, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.image img {
  width: 200px;
  height: 200px;
}
/* line 270, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.image img.portrait {
  border-radius: 100px;
}
/* line 274, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.image img.case {
  width: auto;
  height: auto;
  max-width: 400px;
}
/* line 281, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.large-font {
  font-size: 18pt;
}
/* line 285, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  max-width: 800px;
}
/* line 294, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block .header {
  margin-bottom: 10px;
  font-size: 30pt;
  font-weight: 700;
  color: #365F91;
}
/* line 301, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block .subheader {
  margin-bottom: 18px;
  font-size: 24pt;
  font-weight: 700;
  color: #8db3d3;
}
/* line 308, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block > .header {
  margin-bottom: 20px;
}
/* line 312, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block .line, body > #app .page-landing .block p {
  line-height: 20px;
}
/* line 316, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block div.paragraph {
  margin-bottom: 20px;
  width: 100%;
}
/* line 321, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block div.paragraph:last-of-type {
  margin-bottom: 0px;
}
/* line 325, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block div.paragraph.discreet {
  font-size: 8pt;
  font-weight: gray;
}
/* line 330, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block .center {
  text-align: center;
}
/* line 334, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block img.icon {
  width: 50px;
  height: 50px;
}
/* line 341, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.bordered {
  font-size: 12pt;
  border: 2px solid #8db3d3;
  border-radius: 8px;
  padding: 20px;
  width: 250px;
  height: 150px;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.65);
}
/* line 351, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.bordered img.icon {
  margin-bottom: 40px;
}
/* line 355, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.bordered .block-header {
  height: 50px;
  font-size: 30pt;
  font-weight: 700;
  margin-bottom: 40px;
}
/* line 364, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.bordered.short img.icon {
  margin-bottom: 25px;
}
/* line 370, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing > .horizontal-container, body > #app .page-landing > .block {
  width: calc(100% - 80px);
  margin: 60px 0px 0px 0px;
}
/* line 376, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .horizontal-container {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
/* line 381, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .horizontal-container > * {
  margin: 20px 20px;
}
/* line 393, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .horizontal-container.bordered {
  border: 2px solid black;
  border-radius: 8px;
}
/* line 398, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .horizontal-container.nowrap {
  flex-wrap: nowrap;
}
/* line 402, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .horizontal-container.bottom-margin {
  margin-bottom: 80px;
}
/* line 406, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide {
  width: 100%;
  max-width: none;
  padding: 100px 0px;
}
/* line 412, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.shaded, body > #app .page-landing .horizontal-container.shaded {
  background: rgba(141, 179, 211, 0.125);
}
/* line 421, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .introduction .block.bordered .icon {
  margin-bottom: 30px;
}
/* line 424, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .introduction .block.bordered .paragraph {
  font-size: 14pt;
}
/* line 429, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .introduction .introduction-text {
  max-width: 1000px;
  width: 100%;
}
/* line 438, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .background > .horizontal-container .block.image {
  min-width: 300px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}
/* line 444, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .background > .horizontal-container .block.image .name {
  color: #b4b4b4;
  margin: 12px 0px;
  font-size: 12pt;
}
/* line 451, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .background > .horizontal-container > * {
  margin: 0px;
}
/* line 458, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .cases .header {
  text-align: center;
}
/* line 463, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact {
  margin-top: 0px;
}
/* line 469, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
}
/* line 476, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form .note {
  font-family: "Roboto", sans-serif;
  font-size: 12pt;
  color: #8db3d3;
  font-style: italic;
  text-align: center;
}
/* line 484, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form input, body > #app .page-landing .block.wide.contact .contact-form .form textarea {
  background-color: rgba(255, 255, 255, 0.65);
  border: 2px solid #8db3d3;
  font-family: "Roboto", sans-serif;
  font-size: 12pt;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 0px 16px;
  margin: 10px 0px;
  outline: none;
}
/* line 497, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form input[type="text"], body > #app .page-landing .block.wide.contact .contact-form .form textarea {
  width: calc(100% - 36px);
}
/* line 501, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form textarea {
  resize: none;
  height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}
/* line 508, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form button {
  cursor: pointer;
  background: #365F91;
  color: white;
  border: none;
  height: 40px;
  font-family: "Roboto", sans-serif;
  outline: none;
  border-radius: 8px;
  font-size: 12pt;
  margin: 10px 0px;
}
/* line 522, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .form button.disabled {
  background: #b4b4b4;
}
/* line 528, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .contact-form-result {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 20px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 2px solid #8db3d3;
  border-radius: 8px;
  width: calc(100% - 24px);
}
/* line 539, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .contact-form-result .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 545, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .contact-form-result .close img {
  width: 14px;
  height: 14px;
}
/* line 551, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-form .contact-form-result .message {
  padding: 40px 30px;
  text-align: center;
}
/* line 558, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-list {
  align-items: center;
  margin-top: 60px;
}
/* line 562, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-list .divider {
  border-left: 1px solid #365F91;
  height: 20px;
  margin: 0;
}
/* line 568, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-list .horizontal-container {
  width: 220px;
  align-items: center;
}
/* line 572, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-list .horizontal-container img {
  width: 20px;
  height: 20px;
  margin: 10px;
}
/* line 578, ../sass/shared/components/pages/_landing.scss */
body > #app .page-landing .block.wide.contact .contact-list .horizontal-container div.paragraph {
  margin: 20px 10px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
  /* line 589, ../sass/shared/components/pages/_landing.scss */
  body > #app .page-landing .block.wide.contact .contact-list {
    max-width: 300px;
  }
  /* line 592, ../sass/shared/components/pages/_landing.scss */
  body > #app .page-landing .block.wide.contact .contact-list .horizontal-container {
    justify-content: flex-start;
  }
  /* line 596, ../sass/shared/components/pages/_landing.scss */
  body > #app .page-landing .block.wide.contact .contact-list .divider {
    border: none;
  }
}

/* line 4, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .one-liner {
  height: calc(100vh - 48px);
}
/* line 9, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .one-liner .title {
  margin-top: -80px;
  font-size: 30pt;
  font-weight: 600;
}
/* line 15, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .one-liner .subtitle {
  font-size: 14pt;
  padding: 0px 10px;
  font-weight: 600;
}
/* line 21, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .one-liner img {
  bottom: 60px;
}
/* line 26, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide {
  padding: 20px 10px;
  width: calc(100% - 20px);
}
/* line 31, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block {
  margin: 10px 0px 0px 0px;
}
/* line 35, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.bordered {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 41, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .introduction .introduction-text {
  padding: 0px 10px;
  max-width: 1000px;
  margin-bottom: 20px;
}
/* line 46, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .introduction .introduction-text .paragraph {
  font-size: 14pt;
}
/* line 52, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.background {
  font-size: 12pt;
  padding: 40px 10px 80px 10px;
}
/* line 57, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.background .headre {
  margin-bottom: 10px;
}
/* line 62, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.background .horizontal-container .block.image {
  min-width: 150px;
  min-height: 120px;
  margin-bottom: 10px;
}
/* line 67, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.background .horizontal-container .block.image img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
/* line 76, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.background .block .paragraph {
  padding: 0px 14px;
  width: calc(100% - 28px);
}
/* line 85, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .cases .subheader {
  font-size: 18pt;
  margin-bottom: 0;
}
/* line 90, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .cases .quote {
  font-size: 12pt;
  margin-top: 14px;
  margin-bottom: 60px;
}
/* line 95, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .cases .quote .quote-author {
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 99, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .cases .quote .quote-author .name {
  flex: 1 0 100%;
  margin-bottom: 2px;
}
/* line 108, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container {
  width: 100%;
}
/* line 111, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container .VueCarousel {
  width: 100%;
}
/* line 114, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container .VueCarousel button.VueCarousel-dot {
  outline: none;
}
/* line 127, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case {
  min-width: auto;
}
/* line 130, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case div.paragraph, body > #app .content.mobile .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case ul > li {
  font-size: 12pt;
}
/* line 134, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case .quote {
  font-size: 12pt;
}
/* line 137, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .carousel-container .VueCarousel .VueCarousel-slide > .horizontal-container .block.case .quote .quote-author {
  flex-wrap: wrap;
}
/* line 147, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.terms {
  padding: 40px 10px 80px 10px;
}
/* line 151, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.contact {
  margin-top: 0px;
  width: calc(100% - 20px);
}
/* line 156, ../sass/shared/components/pages/_landing-mobile.scss */
body > #app .content.mobile .page-landing .block.wide.contact .contact-list .horizontal-container {
  margin-top: 0px;
}

/* line 3, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page {
  padding-top: 10px;
  padding: 10px 20px;
}
/* line 7, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page > * {
  text-align: left;
}
/* line 11, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page .header-container {
  align-items: center;
  margin-bottom: 20px;
}
/* line 16, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page .header {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 21, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page .subheader {
  color: #b4b4b4;
  font-size: 12pt;
  margin-bottom: 0px;
}
/* line 27, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page .portrait {
  margin-right: 10px;
}
/* line 29, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page .portrait img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
/* line 36, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .centered-about-page div.paragraph.attribution {
  margin-top: 20px;
}
/* line 41, ../sass/shared/components/pages/_contact.scss */
.content.mobile .page-contact > .left-side, .content.mobile .page-contact > .right-side {
  max-width: none;
  min-width: auto;
  width: auto;
  padding: 10px 30px;
}

/* line 51, ../sass/shared/components/pages/_contact.scss */
.page-contact {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 40px 0px;
  position: relative;
}
/* line 63, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page {
  padding-top: 90px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
}
/* line 70, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page > * {
  text-align: center;
  max-width: 600px;
}
/* line 75, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page > .block {
  display: flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
/* line 83, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .header {
  margin-top: 20px;
  margin-bottom: 5px;
}
/* line 88, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .subheader {
  color: #b4b4b4;
  font-size: 12pt;
  margin-bottom: 30px;
}
/* line 94, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .line, .page-contact > .centered-about-page p {
  line-height: 20px;
}
/* line 98, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page div.paragraph, .page-contact > .centered-about-page p.paragraph {
  margin-bottom: 20px;
  line-height: 15pt;
}
/* line 113, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .portrait img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
/* line 121, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .contact-info-container {
  margin: 50px 0px 20px 0px;
}
/* line 125, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .contact-info {
  margin: 0px 10px;
}
/* line 129, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page .contact-info-divider {
  border-left: 1px solid #b4b4b4;
}
/* line 134, ../sass/shared/components/pages/_contact.scss */
.page-contact > .centered-about-page div.paragraph.attribution {
  font-size: 10pt;
}
/* line 140, ../sass/shared/components/pages/_contact.scss */
.page-contact > .left-side, .page-contact > .right-side {
  display: flex;
  flex: 1 0 auto;
  max-width: 490px;
  min-width: 490px;
  width: 490px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
/* line 151, ../sass/shared/components/pages/_contact.scss */
.page-contact > .left-side > .block, .page-contact > .right-side > .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
/* line 157, ../sass/shared/components/pages/_contact.scss */
.page-contact > .left-side > .block .header, .page-contact > .right-side > .block .header {
  margin-bottom: 10px;
}
/* line 161, ../sass/shared/components/pages/_contact.scss */
.page-contact > .left-side > .block .line, .page-contact > .left-side > .block p, .page-contact > .right-side > .block .line, .page-contact > .right-side > .block p {
  line-height: 20px;
}
/* line 165, ../sass/shared/components/pages/_contact.scss */
.page-contact > .left-side > .block div.paragraph, .page-contact > .left-side > .block p.paragraph, .page-contact > .right-side > .block div.paragraph, .page-contact > .right-side > .block p.paragraph {
  margin-bottom: 20px;
  line-height: 15pt;
}
/* line 180, ../sass/shared/components/pages/_contact.scss */
.page-contact > .left-side > .block .portrait img, .page-contact > .right-side > .block .portrait img {
  width: 126px;
  height: 120px;
  border-radius: 10px;
  margin-right: 14px;
}

/* line 3, ../sass/shared/components/pages/_pricing.scss */
.content.mobile .page-pricing > .left-side, .content.mobile .page-pricing > .right-side {
  max-width: none;
  min-width: auto;
  width: auto;
  padding: 10px 30px;
}

/* line 11, ../sass/shared/components/pages/_pricing.scss */
.page-pricing {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 40px 0px;
  position: relative;
}
/* line 22, ../sass/shared/components/pages/_pricing.scss */
.page-pricing > .left-side, .page-pricing > .right-side {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
/* line 33, ../sass/shared/components/pages/_pricing.scss */
.page-pricing > .left-side > .block, .page-pricing > .right-side > .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
/* line 38, ../sass/shared/components/pages/_pricing.scss */
.page-pricing > .left-side > .block .header, .page-pricing > .right-side > .block .header {
  margin-bottom: 10px;
}
/* line 42, ../sass/shared/components/pages/_pricing.scss */
.page-pricing > .left-side > .block .line, .page-pricing > .left-side > .block p, .page-pricing > .right-side > .block .line, .page-pricing > .right-side > .block p {
  line-height: 20px;
}
/* line 46, ../sass/shared/components/pages/_pricing.scss */
.page-pricing > .left-side > .block p.paragraph, .page-pricing > .right-side > .block p.paragraph {
  margin-bottom: 20px;
}

/* line 1, ../sass/shared/_main.scss */
body {
  font-family: Tahoma, Geneva;
  font-size: 12pt;
  overflow: hidden;
  display: flex;
  -webkit-tap-highlight-color: transparent;
}
/* line 15, ../sass/shared/_main.scss */
body #content-loader {
  display: none;
}
/* line 21, ../sass/shared/_main.scss */
body > #app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 28, ../sass/shared/_main.scss */
body > #app .status-block {
  background: #8db3d3;
  color: white;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
}
/* line 36, ../sass/shared/_main.scss */
body > #app > .content.mobile {
  background-position: top -180px right 5px;
  background-size: 1000px;
}
/* line 38, ../sass/shared/_main.scss */
body > #app > .content.mobile * {
  -webkit-overflow-scrolling: touch;
}
/* line 47, ../sass/shared/_main.scss */
body > #app > .content.mobile .content-creator-attribution-wrapper .content-creator-attribution {
  height: 100%;
  width: 100%;
  min-width: auto;
  border-radius: 0;
  padding: 0px 10px;
}
/* line 54, ../sass/shared/_main.scss */
body > #app > .content.mobile .content-creator-attribution-wrapper .content-creator-attribution .title {
  margin-top: 40px;
}
/* line 57, ../sass/shared/_main.scss */
body > #app > .content.mobile .content-creator-attribution-wrapper .content-creator-attribution .list {
  flex: 1;
}
/* line 59, ../sass/shared/_main.scss */
body > #app > .content.mobile .content-creator-attribution-wrapper .content-creator-attribution .list .list-item {
  flex: 1 0 auto;
}
/* line 62, ../sass/shared/_main.scss */
body > #app > .content.mobile .content-creator-attribution-wrapper .content-creator-attribution .list .list-item img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
/* line 74, ../sass/shared/_main.scss */
body > #app > .content {
  position: relative;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/assets/img/enlogi-faded-further.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right -20px center;
  background-size: 1750px 1750px;
}
/* line 96, ../sass/shared/_main.scss */
body > #app > .content .logoblock img {
  width: 200px;
}
/* line 102, ../sass/shared/_main.scss */
body > #app .header, body > #app .subheader {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
}
/* line 107, ../sass/shared/_main.scss */
body > #app .header {
  font-size: 1.1em;
}
/* line 112, ../sass/shared/_main.scss */
body > #app .footer.filler {
  position: relative;
}
/* line 116, ../sass/shared/_main.scss */
body > #app .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: min-height 1.25s cubic-bezier(0.23, 1, 0.32, 1), height 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: .25s;
  cursor: default;
  box-shadow: 0px -5px 10px 4px rgba(155, 155, 155, 0.03);
  height: 40px;
  min-height: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #f0f0f0;
  font-size: 10pt;
}
/* line 138, ../sass/shared/_main.scss */
body > #app .footer .paragraph {
  margin: 4px 10px;
  text-align: center;
}
/* line 150, ../sass/shared/_main.scss */
body > #app .footer .paragraph.small {
  font-size: 0.9em;
}
/* line 154, ../sass/shared/_main.scss */
body > #app .footer .top {
  cursor: pointer;
  min-height: 20px;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
/* line 166, ../sass/shared/_main.scss */
body > #app .footer .bottom {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  background: #365F91;
  color: white;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding-top: 6px;
  flex: 1;
}
/* line 181, ../sass/shared/_main.scss */
body > #app .footer:hover {
  height: 180px;
  min-height: 180px;
  padding-bottom: 0;
}
/* line 189, ../sass/shared/_main.scss */
body > #app .horizontal-container {
  display: flex;
}
/* line 194, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(159, 159, 159, 0.5);
}
/* line 206, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution {
  position: relative;
  box-shadow: 0px 5px 10px 4px rgba(159, 159, 159, 0.25);
  background-color: white;
  height: 60%;
  min-width: 400px;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
/* line 218, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .title {
  font-family: "Catamaran", sans-serif;
  margin-bottom: 40px;
  font-size: 20pt;
  font-weight: 700;
  color: #365F91;
  text-align: center;
}
/* line 227, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .list {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
}
/* line 234, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .list .list-item {
  display: flex;
  margin-bottom: 30px;
}
/* line 238, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .list .list-item img {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
/* line 244, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .list .list-item .creator {
  display: flex;
  align-items: center;
}
/* line 252, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .close {
  cursor: pointer;
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 0px;
  display: flex;
}
/* line 260, ../sass/shared/_main.scss */
body > #app .content-creator-attribution-wrapper .content-creator-attribution .close img {
  width: 14px;
  height: 14px;
}

/* line 1, ../sass/shared/_legacy.scss */
.legacy-wrapper {
  position: absolute;
  top: 120px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* line 9, ../sass/shared/_legacy.scss */
.legacy-wrapper .legacy-box {
  margin: auto;
  background: #f0f0f0;
  border-radius: 10px;
  width: 420px;
  height: 150px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* line 22, ../sass/shared/_legacy.scss */
.legacy-wrapper .legacy-box .legacy-text {
  line-height: 115%;
  padding: 0px 20px;
  margin: auto;
  height: 40px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}

/* line 39, ../sass/shared/_legacy.scss */
.legacy-logo {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
}
/* line 45, ../sass/shared/_legacy.scss */
.legacy-logo img {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0px;
  top: 24px;
}

/* line 56, ../sass/shared/_legacy.scss */
.legacy-company-name {
  position: absolute;
  top: 53px;
  right: 45px;
  z-index: 10;
  font-family: "Catamaran", sans-serif;
  font-size: 16pt;
  font-weight: 700;
  color: white;
  height: 25px;
}

/* line 25, ../sass/screen.scss */
html {
  height: 100%;
}

/* line 29, ../sass/screen.scss */
body {
  height: 100%;
}
