@font-face {
  font-family: FaktPro;
  src: url('/assets/fonts/FaktPro-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: FaktPro;
  src: url('/assets/fonts/FaktPro-Blond.ttf');
  font-weight: 400;
}
@font-face {
  font-family: FaktPro;
  src: url('/assets/fonts/FaktPro-Normal.ttf');
  font-weight: 500;
}
@font-face {
  font-family: FaktPro;
  src: url('/assets/fonts/FaktPro-Medium.ttf');
  font-weight: 600;
}
ul {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* lesshat-selector {
  -lh-property: 0; } 
::selection{background: #fd5f60; color: #ffffff}
::-moz-selection{background: #fd5f60; color: #ffffff;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
  color: #929eaa;
  font-size: 22px;
  font-weight: 500;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
textarea,
*[contenteditable] {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  outline: none;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  font-family: 'FaktPro', Helvetica, sans-serif;
}
input:not[type="checklist"],
textarea:not[type="checklist"],
*[contenteditable]:not[type="checklist"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  font-family: 'FaktPro', Helvetica, sans-serif;
}
/*
* Example markup:
*
* <input type="button" class="button a1" value="Click Me">
*/
.button {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0 30px;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'FaktPro', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
.button:active,
.button:focus {
  border: none;
}
.button.loading {
  background-image: url(/assets/img/icons/dark-loading-ring.svg);
  -webkit-background-size: 25px;
  -moz-background-size: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right 12px bottom 10px;
}
.button.a1,
.button.a2 {
  min-width: 145px;
  height: 44px;
}
.button.a1,
.button.d1 {
  background-color: #fd5f60;
  color: #ffffff;
}
.button.a1:hover,
.button.d1:hover,
.button.a1:focus,
.button.d1:focus {
  background-color: #ff7a7b;
}
.button.a1:active,
.button.d1:active {
  background-color: #e44f51;
}
.button.a1:disabled,
.button.d1:disabled {
  background-color: #ffb8b9;
  color: #ffeded;
}
.button.a2,
.button.d2 {
  border: 2px solid #fd5f60;
  background-color: rgba(0, 0, 0, 0);
  color: #fd5f60;
}
.button.a2:hover,
.button.d2:hover,
.button.a2:focus,
.button.d2:focus {
  background-color: #ffe7e7;
  color: #fd5f60;
}
.button.a2:active,
.button.d2:active {
  background-color: #feafaf;
}
.button.a2:disabled,
.button.d2:disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #ffb8b9;
}
.button.b1,
.button.b2 {
  min-width: 145px;
  height: 44px;
}
.button.b1 {
  border: 2px solid #ffffff;
  background-color: #fd5f60;
  color: #ffffff;
}
.button.b1:hover,
.button.b1:focus {
  border: none;
  background-color: #ffffff;
  color: #fd5f60;
}
.button.b1:active {
  border: none;
  background-color: rgba(255, 255, 255, 0.75);
  color: #fd5f60;
}
.button.b1:disabled {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  background-color: #ffffff;
  color: rgba(255, 255, 255, 0.25);
}
.button.b2 {
  background-color: #47525d;
  color: #ffffff;
}
.button.b2:hover,
.button.b2:focus {
  background-color: rgba(71, 82, 93, 0.8);
}
.button.b2:active {
  background-color: #3d4650;
}
.button.b2:disabled {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.6);
}
.button.c1,
.button.c2 {
  min-width: 145px;
  height: 44px;
  -webkit-transform: scale(1) translateZ(0px);
  -moz-transform: scale(1) translateZ(0px);
  -o-transform: scale(1) translateZ(0px);
  -ms-transform: scale(1) translateZ(0px);
  transform: scale(1) translateZ(0px);
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.75s;
  -webkit-transition: all 0.75s;
}
.button.c1:hover,
.button.c2:hover,
.button.c1:focus,
.button.c2:focus {
  -webkit-transform: scale(1.1) translateZ(0px);
  -moz-transform: scale(1.1) translateZ(0px);
  -o-transform: scale(1.1) translateZ(0px);
  -ms-transform: scale(1.1) translateZ(0px);
  transform: scale(1.1) translateZ(0px);
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.button.c1 {
  background-color: #fd5f60;
  color: #ffffff;
}
.button.c1:disabled {
  background-color: #ffb8b9;
  color: #ffeded;
}
.button.c2 {
  background-color: #ffffff;
  color: #fd5f60;
}
.button.c2:disabled {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.24);
}
.button.d1,
.button.d2 {
  min-width: 126px;
  height: 36px;
  font-size: 14px;
}
/*
* Connect Buttons
*
* Example markup:
*
* <a href="#" class="connect-button google-button">
*   <span class="google-icon"></span>
*   <span>Continue with Google</span>
* </a>
*/
.connect-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 256px;
  height: 44px;
  -webkit-border-radius: 44px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 44px;
  -moz-background-clip: padding;
  border-radius: 44px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.connect-button span:first-child {
  display: block;
  height: 100%;
  width: 60px;
}
.connect-button span:last-child {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.connect-button.google-button {
  background-color: #df4a32;
  color: #ffffff;
}
.connect-button.google-button span:first-child {
  background: url(/assets/img/openvid/google.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border-right: 1px #eb775f solid;
}
.connect-button.outlook-button {
  background-color: #0674d9;
  color: #ffffff;
}
.connect-button.outlook-button span:first-child {
  background: url(/assets/img/openvid/outlook.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border-right: 1px rgba(177, 183, 188, 0.3) solid;
}
/*
* Chrome extension install button:
*
* <input type="button" class="chrome-extension-install-button button c2" value="One-Click Install">
*
* Typically used with .c2 and .button classes
*/
.chrome-extension-install-button {
  height: 50px;
  background-color: #ffffff;
  background-image: url(/assets/img/icons/chrome.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 39px center;
  padding-left: 51px;
  color: #fd5f60;
  font-size: 16px;
  font-weight: 500;
}
.chrome-extension-install-button.button {
  height: 50px;
}
/*
* Example markup:
*
* <div class="input-field">
*   <input id="name" type="text" required>
*   <label for="name">Name</label>
*   <span></span> <!-- OPTIONAL: for errors -->
* </div>
*
* Do not forget the label and "required" attribute to make the floating label
* styles work. :-)
*
* inspiration:
* http://www.cssscript.com/pure-css-material-design-floating-input-placeholder
*/
.input-field {
  position: relative;
  height: 52px;
  width: 100%;
  background: #ffffff;
  font-family: 'FaktPro', Helvetica, sans-serif;
}
.input-field input[type="text"],
.input-field input[type="password"],
.input-field input[type="number"] {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 18px;
}
.input-field input[type="text"]:focus + label,
.input-field input[type="password"]:focus + label,
.input-field input[type="number"]:focus + label,
.input-field input[type="text"]:valid + label,
.input-field input[type="password"]:valid + label,
.input-field input[type="number"]:valid + label {
  z-index: 2;
  top: 7px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  font-size: 12px;
}
.input-field.error input[type="text"],
.input-field.error input[type="password"],
.input-field.error input[type="number"] {
  border-color: #ff4f50;
  border-width: 1px;
}
.input-field.error span {
  display: block;
}
.input-field.success input[type="text"],
.input-field.success input[type="password"],
.input-field.success input[type="number"] {
  border-color: #3bd788;
  border-width: 1px;
}
.input-field label {
  z-index: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  color: #929eaa;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: font-size 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: font-size 0.3s ease, top 0.3s ease, -moz-transform 0.3s ease;
  -o-transition: font-size 0.3s ease, top 0.3s ease, -o-transform 0.3s ease;
  transition: font-size 0.3s ease, top 0.3s ease,-webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
}
.input-field label sup {
  color: #ff4f50;
}
.input-field span {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  color: #ff4f50;
}
select,
input[type="text"],
input[type="password"],
input[type="number"] {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #d4d9dd;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding-left: 12px;
  box-sizing: border-box;
  font-family: 'FaktPro', Helvetica, sans-serif;
  color: #47525d;
  font-size: 16px;
  font-weight: 400;
}
select:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="number"]:-webkit-autofill {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  padding-left: 11px;
  outline: none;
  border: 2px solid #d4d9dd;
}
select {
  cursor: pointer;
  height: 52px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/img/icons/select-arrow.svg) no-repeat 94% center;
  background-repeat: no-repeat;
  background-size: 16px 27px;
}
input::-webkit-input-placeholder {
  color: #929eaa;
  font-size: 16px;
}
input:-moz-placeholder {
  color: #929eaa;
  font-size: 16px;
}
input::-moz-placeholder {
  color: #929eaa;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #929eaa;
  font-size: 16px;
}
input[type="text"].error,
input[type="password"].error,
input[type="number"].error {
  border-color: #ff4f50;
  border-width: 1px;
}
input[type="text"].success,
input[type="password"].success,
input[type="number"].success {
  border-color: #3bd788;
  border-width: 1px;
}
/*
* <textarea></textarea>
*/
textarea {
  padding: 12px;
  border: 1px solid #d4d9dd;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  resize: none;
  font-family: 'FaktPro', Helvetica, sans-serif;
  color: #47525d;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}
textarea:focus {
  padding-left: 11px;
  padding-top: 11px;
  outline: none;
  border: 2px solid #d4d9dd;
}
textarea.error {
  border-color: #ff4f50;
  border-width: 1px;
}
/*
 * Autocomplete input field
 */
.input-field.autocomplete {
  z-index: 1;
}
.input-field.autocomplete .results {
  position: absolute;
  width: 100%;
  top: 56px;
  background-color: #ffffff;
  padding: 6px 0;
  border: 1px solid rgba(212, 217, 221, 0.6);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}
.input-field.autocomplete .results li {
  padding: 6px 15px;
  color: #47525d;
  font-weight: 400;
  font-size: 14px;
}
.input-field.autocomplete .results li.selected,
.input-field.autocomplete .results li:hover {
  cursor: pointer;
  background-color: rgba(146, 158, 170, 0.15);
}
.header-view {
  z-index: 1000;
  position: fixed;
  height: 64px;
  width: 100%;
  top: 0;
  padding: 0 40px;
  background: #ffffff;
  border-bottom: 1px solid rgba(232, 232, 232, 0.3);
  -webkit-box-shadow: 0 1px 20px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 1px 20px 20px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 20px 20px rgba(0, 0, 0, 0.02);
}
.header-view.peaked {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZTdhNjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkNWY2MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: -moz-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: -o-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: linear-gradient(to right, #fe7a60, #fd5f60);
  color: #ffffff;
}
.header-view.peaked .toggle-nav-links {
  background: url(/assets/img/icons/hamburger-menu-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-view.peaked .mobile-nav-links {
  border-left: 1px solid #ffffff;
}
.header-view.peaked .desktop-nav-links > a {
  color: #ffffff;
}
.header-view.peaked .desktop-nav-links > a .chevron {
  background: url(/assets/img/icons/chevron-white.svg) no-repeat;
}
.header-view.peaked .install-extension {
  display: none !important;
}
.header-view img.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
}
.header-view .toggle-nav-links {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 21px;
  background: url(/assets/img/icons/hamburger-menu.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .header-view .toggle-nav-links {
    display: none;
  }
}
.header-view .nav-links {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 64px;
}
.header-view .mobile-nav-links {
  position: fixed;
  top: 0;
  right: -200px;
  display: block;
  width: 200px;
  height: 100%;
  background: #fdfdfd;
  border-left: 1px solid #f8f8f8;
}
@media screen and (min-width: 768px) {
  .header-view .mobile-nav-links {
    display: none;
  }
}
.header-view .mobile-nav-links > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fd5f60;
  font-size: 16px;
}
.header-view .desktop-nav-links {
  display: none;
  float: right;
}
@media screen and (min-width: 768px) {
  .header-view .desktop-nav-links {
    display: block;
  }
}
.header-view .desktop-nav-links > a {
  position: relative;
  display: inline-block;
  height: 100%;
  color: #fd5f60;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.2s opacity ease-in-out;
  -moz-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.header-view .desktop-nav-links > a:not(:first-child) {
  padding: 0 25px;
}
.header-view .desktop-nav-links > a .chevron {
  position: relative;
  top: -1px;
  left: 3px;
  display: inline-block;
  background: url(/assets/img/icons/chevron.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 7px;
}
.header-view .desktop-nav-links:hover a:not(:hover) {
  zoom: 1;
  filter: alpha(opacity=45);
  -webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
}
.header-view .install-extension {
  display: none;
  width: 175px;
}
.header-view .install-extension.needs-install {
  display: inline-block;
}
.dropdown-view {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 39px;
  z-index: 2147483647;
  position: fixed;
  width: 165px;
  padding: 6px 0;
  border: 1px solid rgba(212, 217, 221, 0.6);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  text-align: left;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.dropdown-view.with-chevron:before {
  z-index: 2147483647;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fdfdfd;
}
.dropdown-view.with-chevron:after {
  z-index: 2147483646;
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f8f8f8;
}
.dropdown-view li {
  background: #ffffff;
  color: #47525d;
  font-weight: 400;
  font-size: 14px;
}
.dropdown-view li a {
  display: block;
  width: 100%;
  padding: 6px 15px;
}
.dropdown-view li:hover {
  background: rgba(146, 158, 170, 0.15);
}
.error-bar {
  z-index: 1000;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  display: none;
  padding: 0 55px 0 20px;
  background: #ffffff;
  margin: 10px auto 10px auto;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #d4d9dd;
  -webkit-transition: 0.2s right ease-in-out;
  -moz-transition: 0.2s right ease-in-out;
  -o-transition: 0.2s right ease-in-out;
  transition: 0.2s right ease-in-out;
  color: #fd5f60;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  width: 96%;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .error-bar.show-sidebar {
    right: 316px;
  }
}
.error-bar p {
  padding: 8px 0;
}
.error-bar p a {
  text-decoration: underline;
}
.error-bar .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 5px;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: rgba(253, 95, 96, 0.2);
  background-image: url(/assets/img/icons/close-salmon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.error-bar.error,
.error-bar.warning,
.error-bar.success {
  border: none;
  color: #ffffff;
}
.error-bar.error .close,
.error-bar.warning .close,
.error-bar.success .close {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/assets/img/icons/close-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.error-bar.error {
  background-color: #ff4f50;
}
.error-bar.warning {
  background-color: #ffb05e;
}
.error-bar.success {
  background-color: #3bd788;
}
.multi-account-view {
  width: 100%;
  max-width: 350px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  color: #929eaa;
}
.multi-account-view .account-connect p,
.multi-account-view .account-plain p {
  color: #929eaa;
}
.multi-account-view .account-connect p.signup-terms,
.multi-account-view .account-plain p.signup-terms {
  font-size: 12px;
  text-align: center;
}
.multi-account-view .account-connect p.signup-terms a,
.multi-account-view .account-plain p.signup-terms a {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  text-transform: none;
}
.multi-account-view .account-connect .account-header {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.multi-account-view .account-connect .connect-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}
.multi-account-view .account-connect .connect-buttons .connect-button:last-child {
  margin-top: 20px;
}
.multi-account-view .account-connect .switch-to-plain {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
.multi-account-view .account-plain {
  display: none;
}
.multi-account-view .account-plain .switch-to-connect {
  cursor: pointer;
  position: relative;
  top: -41px;
  left: -11px;
  display: inline-block;
  float: left;
  font-weight: 400;
  font-size: 14px;
}
.multi-account-view .account-plain .switch-to-connect .back-arrow-icon {
  position: relative;
  top: 3px;
  left: 1px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(/assets/img/openvid/arrow.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.multi-account-view .account-plain .email-input-field {
  margin-top: 34px;
}
.multi-account-view .account-plain .email-input-field.error {
  margin-bottom: 24px;
}
.multi-account-view .account-plain .password-input-field {
  margin-top: 20px;
}
.multi-account-view .account-plain .password-input-field.error {
  margin-bottom: 25px;
}
.multi-account-view .account-plain .button {
  cursor: pointer;
  max-width: 175px;
  margin: 15px auto;
  background: #fd5f60;
  color: #ffffff;
}
.multi-account-view .account-plain.error .switch-to-connect {
  position: absolute;
  top: 18px;
  left: 14px;
}
.multi-account-view .account-plain.error .email-input-field {
  margin-top: 0;
}
.multi-account-view .account-plain p.error {
  display: none;
  margin: 25px 0 10px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ff4f50;
}
.multi-account-view .account-plain .forgot-password {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  color: #929eaa;
  font-weight: 400;
  font-size: 14px;
}
.modal-backdrop {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
}
.video-modal-view .video-modal-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
}
.video-modal-view .video-modal-container video {
  display: block;
  width: 100%;
}
.opentip-container .opentip {
  padding: 8px 10px;
  color: #ffffff;
  line-height: 14px;
  font-weight: 500;
  font-family: 'FaktPro', Helvetica, sans-serif;
  font-size: 12px;
  text-shadow: none;
  text-align: center;
}
.select2-container .select2-dropdown {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-align: center;
}
.select2-results .select2-results__option[aria-selected="true"],
.select2-results .select2-results__option--highlighted {
  color: #ffffff !important;
  background-color: #fd5f60 !important;
}
.integrations-carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .integrations-carousel {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.integrations-carousel .controls {
  display: none;
  margin-top: 176px;
  margin-left: 16px;
}
.integrations-carousel .controls .up-button,
.integrations-carousel .controls .down-button {
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 16px;
  background-image: url(/assets/img/icons/triangle.svg);
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.integrations-carousel .controls .up-button {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .integrations-carousel .controls {
    display: block;
  }
}
.carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
@media screen and (min-width: 768px) {
  .carousel {
    padding-top: 0;
    -webkit-transform: translateY(-152px);
    -moz-transform: translateY(-152px);
    -o-transform: translateY(-152px);
    -ms-transform: translateY(-152px);
    transform: translateY(-152px);
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
}
.carousel .carousel-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  width: 100%;
  max-width: 416px;
  min-width: 312px;
  height: 128px;
  margin: 8px;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #d4d9dd;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.carousel .carousel-item:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-item {
    width: 416px;
    opacity: 0.4;
    width: 100%;
    max-width: 416px;
    min-width: 312px;
  }
  .carousel .carousel-item:nth-child(n+4) {
    display: inherit;
  }
}
.carousel .carousel-item.active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-item.active {
    -webkit-box-shadow: 0 10px 20px 0 rgba(46, 60, 73, 0.15);
    -moz-box-shadow: 0 10px 20px 0 rgba(46, 60, 73, 0.15);
    box-shadow: 0 10px 20px 0 rgba(46, 60, 73, 0.15);
  }
}
.carousel .carousel-item .left-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
}
.carousel .carousel-item .left-section img {
  width: 64px;
  height: 64px;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.35s, height 0.35s;
  -webkit-transition: width 0.35s, height 0.35s;
}
.carousel .carousel-item .left-section .title {
  opacity: 0;
  height: 0;
  margin-top: 8px;
  font-size: 16px;
}
.carousel .carousel-item.active .left-section img {
  width: 48px;
  height: 48px;
}
.carousel .carousel-item.active .left-section .title {
  opacity: 1;
  height: auto;
}
.carousel .carousel-item .right-section {
  width: 70%;
  padding-left: 8px;
}
.carousel .carousel-item .right-section p {
  font-size: 16px;
  font-weight: 400;
  color: #929eaa;
}
html,
body {
  width: 100%;
  background: #ffffff;
  font-family: 'FaktPro', Helvetica, sans-serif;
  font-weight: 300;
}
body.no-scroll {
  overflow: hidden;
}
.section {
  padding: 30px 50px;
}
@media screen and (max-width: 500px) {
  .section {
    padding: 30px 25px;
  }
}
.section .column-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.header-view {
  z-index: 99999999;
  border: none;
}
.section h1 {
  text-align: center;
  font-weight: 300;
}
.section-header {
  text-align: center;
}
.section-header h1 {
  font-size: 28px;
  color: #47525d;
}
.section-header p {
  margin-top: 10px;
  font-size: 16px;
  color: #929eaa;
}
.hero-section {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZTdhNjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkNWY2MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: -moz-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: -o-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: linear-gradient(to right, #fe7a60, #fd5f60);
  color: #ffffff;
  text-align: center;
}
.hero-section h1 {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 100px auto 0 auto;
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
}
.hero-section p {
  font-size: 22px;
  font-weight: 300;
}
.hero-section .button {
  margin: 50px auto 40px auto;
}
.hero-section a {
  font-size: 14px;
}
@webkit-keyframes bob {
  0% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
  }
}
@keyframes bob {
  0% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
  }
}
.hero-section .scroll-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero-section .chevron {
  margin: 130px auto 65px auto;
  display: block;
  width: 26px;
  animation-name: bob, bob;
  -webkit-animation-name: bob, bob;
  animation-duration: .375s, 1.425s;
  -webkit-animation-duration: .375s, 1.425s;
  animation-delay: 0s, .225s;
  -webkit-animation-delay: 0s, .225s;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  -webkit-animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-direction: normal, alternate;
  -webkit-animation-direction: normal, alternate;
}
.hero-section .install-step .play-video .play-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
  display: inline-block;
  background: url(/assets/img/icons/play.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
}
.hero-section .signup-step,
.hero-section .video-step {
  display: none;
}
.hero-section .signup-step .multi-account-view {
  top: 35px;
  position: relative;
  margin: 0 auto;
}
.hero-section .video-step {
  position: relative;
  top: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}
.benefits-section {
  background: #fdfdfd;
  padding-top: 40px;
}
.benefits-section video {
  display: none;
  max-width: 900px;
  width: 100%;
  margin: 40px auto 50px auto;
  border: none;
  -webkit-box-shadow: 0px 6px 23px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 23px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 23px 7px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
@media screen and (min-width: 768px) {
  .benefits-section video {
    display: block;
  }
}
.logos-section {
  background: #47525d;
}
.logos-section .grid-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .logos-section .grid-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.logos-section .grid-container p {
  text-align: left;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .logos-section .grid-container p {
    margin-bottom: 38px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .logos-section .grid-container .grid-parent > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.logos-section .grid-container img {
  position: relative;
  width: 100%;
}
.integrations-section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.integrations-section .integrations-announce-text {
  color: #47525d;
  text-align: left;
}
.integrations-section .integrations-announce-text .integrations-header {
  margin-bottom: 24px;
}
.integrations-section .integrations-announce-text .integrations-header p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.integrations-section .integrations-announce-text .integrations-header h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
.integrations-section .integrations-announce-text > p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.integrations-section .integrations-announce-text .button {
  margin-top: 40px;
  max-width: 156px;
}
@media screen and (min-width: 768px) {
  .integrations-section {
    max-height: 618px;
    padding-bottom: 75px;
  }
  .integrations-section .grid-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.install-section {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZTdhNjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkNWY2MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: -moz-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: -o-linear-gradient(left, #fe7a60, #fd5f60);
  background-image: linear-gradient(to right, #fe7a60, #fd5f60);
}
@media screen and (min-width: 768px) {
  .install-section {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
  }
}
.install-section .install-section-text {
  text-align: center;
  color: #ffffff;
}
.install-section .install-section-text p:first-child {
  font-size: 22px;
}
.install-section .install-section-text p:last-child {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .install-section .install-section-text {
    text-align: left;
  }
}
.install-section .install-section-action {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .install-section .install-section-action {
    margin: 0 0 0 130px;
  }
}
.install-section .install-section-action .install-section-rating {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
}
.install-section .install-section-action .install-section-rating span {
  float: left;
  margin-left: 5px;
}
.install-section .install-section-action .install-section-rating span:last-child {
  margin-left: 10px;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
}
.install-section .install-section-action .install-section-rating .star,
.install-section .install-section-action .install-section-rating .half-star {
  position: relative;
  top: 3px;
  display: block;
  width: 13px;
  height: 12px;
}
.install-section .install-section-action .install-section-rating .star {
  background: url(/assets/img/icons/star.svg);
}
.install-section .install-section-action .install-section-rating .half-star {
  background: url(/assets/img/icons/star-half.svg);
}
.chrome-extension-install-button {
  margin: 0 auto;
  width: 230px;
}
.twitter-section {
  padding-top: 50px;
  background: #f8f8f8;
}
.twitter-section .tweet-card {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.twitter-section .tweet-card:not(last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .twitter-section .tweet-card {
    height: 160px;
  }
}
.twitter-section .tweet-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 12.5px 15px;
  height: 24px;
}
.twitter-section .tweet-header .tweet-attribution {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.twitter-section .tweet-header .tweet-attribution .tweet-avatar {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.twitter-section .tweet-header .tweet-attribution p {
  margin-left: 8px;
  line-height: 30px;
  color: #929eaa;
  font-size: 16px;
  font-weight: 400;
}
.twitter-section .tweet-header > a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-left: auto;
}
.twitter-section .tweet-header > a .twitter-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/icons/twitter.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.twitter-section .tweet-content {
  padding: 8px 20px 20px 20px;
  line-height: 25px;
  font-weight: 400;
  color: #47525d;
}
footer {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d4d9dd;
  color: #929eaa;
}
footer .footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 55px 0;
}
footer .footer-nav .loom-circle-logo {
  display: block;
  background: url(/assets/img/loom-logo-mark-salmon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
}
footer .footer-nav .footer-nav-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 170px;
}
footer .footer-nav .footer-nav-columns ul {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
footer .footer-nav .footer-nav-columns ul:not(:first-child) {
  margin-left: 100px;
}
footer .footer-nav .footer-nav-columns ul li:first-child {
  margin-bottom: 15px;
  color: #47525d;
  font-weight: 500;
}
footer .footer-nav .footer-nav-columns ul li:not(:first-child) {
  line-height: 30px;
}
footer .footer-nav .footer-nav-columns ul a {
  text-decoration: none;
}
footer .copyright-bar {
  height: 40px;
  border-top: 1px solid #d4d9dd;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}
