/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.social .label,
.sr-only {
  top: auto;
  left: -10000rem;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden
}

@font-face {
  font-family: Graphik Compact;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/GraphikCompact-Bold-Web_308082f4.eot);
  src: url(../fonts/GraphikCompact-Bold-Web_308082f4d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/GraphikCompact-Bold-Web_e775b1a1.woff2) format("woff2"), url(../fonts/GraphikCompact-Bold-Web_a551c105.woff) format("woff")
}

@font-face {
  font-family: Graphik Compact;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/GraphikCompact-Regular_a57b6ab3.eot);
  src: url(../fonts/GraphikCompact-Regular_a57b6ab3d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/GraphikCompact-Regular_44f690a2.woff) format("woff"), url(../fonts/GraphikCompact-Regular_e5e92306.woff2) format("woff2")
}

@font-face {
  font-family: Graphik;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Graphik-Bold-Web_14e1c1fa.eot);
  src: url(../fonts/Graphik-Bold-Web_14e1c1fad41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Bold-Web_0c9369c4.woff2) format("woff2"), url(../fonts/Graphik-Bold-Web_e7070729.woff) format("woff")
}

@font-face {
  font-family: Graphik;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Graphik-Medium-Web_3866fabd.eot);
  src: url(../fonts/Graphik-Medium-Web_3866fabdd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Medium-Web_6b567b54.woff2) format("woff2"), url(../fonts/Graphik-Medium-Web_0e95b6d1.woff) format("woff")
}

@font-face {
  font-family: Graphik;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Graphik-Regular-Web_5c8e80d4.eot);
  src: url(../fonts/Graphik-Regular-Web_5c8e80d4d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Regular-Web_b78f8679.woff2) format("woff2"), url(../fonts/Graphik-Regular-Web_7087dd4c.woff) format("woff")
}

@font-face {
  font-family: SF Pro Text;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/SFProText-Regular_3b6cb3c1.eot);
  src: url(../fonts/SFProText-Regular_3b6cb3c1d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/SFProText-Regular_3f47a8eb.woff) format("woff"), url(../fonts/SFProText-Regular_98bd0cb5.woff2) format("woff2")
}

.range-slider {
  padding: 40px 0;
  border-bottom: 1px solid #ececee
}

.rangeSlider,
.rangeSlider__fill {
  display: block;
  border-radius: 10px
}

.rangeSlider {
  position: relative;
  background: #fff
}

.rangeSlider__horizontal {
  height: 4px;
  width: 100%;
  border-radius: 10px
}

.rangeSlider__vertical {
  height: 100%;
  width: 20px
}

.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: .4
}

.rangeSlider__fill {
  top: -2px;
  border: 2px solid #000;
  background: #000;
  position: absolute;
  border-radius: 4px
}

.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px
}

.rangeSlider__fill__vertical {
  width: 100%;
  bottom: 0;
  left: 0
}

.rangeSlider__handle {
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #000;
  -webkit-box-shadow: 0 4px 9px rgba(58, 111, 175, .16);
  box-shadow: 0 4px 9px rgba(58, 111, 175, .16);
  border-radius: 50%
}

.rangeSlider__handle__horizontal {
  top: -8px
}

.rangeSlider__handle__vertical {
  left: -8px;
  bottom: 0
}

.rangeSlider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .13)), to(hsla(0, 0%, 100%, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
  border-radius: 50%
}

.rangeSlider__handle:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .12)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
  background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

input[type=range]:focus+.rangeSlider .rangeSlider__handle {
  -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, .9);
  box-shadow: 0 0 8px rgba(142, 68, 173, .9)
}

.rangeSlider__buffer {
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: .3s opacity;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  -o-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  -o-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  -o-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  -o-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  -o-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  -o-transition: .2s top, .2s -o-transform;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s, -o-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  -o-transition: .2s left, .2s -o-transform;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s, -o-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  -o-transition: .2s right, .2s -o-transform;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s, -o-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  -o-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid rgba(0, 0, 0, 0)
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-o-keyframes swiper-preloader-spin {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-button {
  width: 24px;
  height: 14px;
  border: none;
  display: block;
  padding: 0;
  position: absolute;
  outline: none;
  background: none
}

.swiper-button span {
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 3px;
  text-indent: -999rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 2px
}

.swiper-button.next span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.swiper-button.prev span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.swiper-button:hover {
  cursor: pointer
}

.swiper-button.swiper-button-disabled {
  opacity: .3;
  pointer-events: none
}

.swiper-button.swiper-button-lock {
  display: none !important
}

.swiper-container .arrow:after {
  content: none !important
}

.wgt-carousel .swiper-container {
  padding: 55px 0 0;
  position: relative
}

.wgt-carousel .swiper-container.swiper-container-initialized {
  overflow: visible
}

.wgt-carousel .swiper-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.wgt-carousel .swiper-container .next,
.wgt-carousel .swiper-container .prev {
  top: 5px;
  display: none
}

.wgt-carousel .swiper-container .prev {
  right: 36px
}

.wgt-carousel .swiper-container .next {
  right: 14px
}

.wgt-carousel .swiper-container .swiper-slide {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.wgt-carousel .swiper-container .swiper-slide-next,
.wgt-carousel .swiper-container .swiper-slide-next~.swiper-slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
  pointer-events: none
}

.wgt-carousel .swiper-container .animated .swiper-slide-next+.swiper-slide,
.wgt-carousel .swiper-container .animated .swiper-slide-prev {
  opacity: 1
}

@media (min-width:768px) {

  .wgt-carousel .swiper-container .next,
  .wgt-carousel .swiper-container .prev {
    display: block
  }

  .wgt-carousel .swiper-container .swiper-slide-next {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    pointer-events: all
  }
}

@media (min-width:992px) {
  .wgt-carousel .wgt-swiper {
    margin: 0;
    overflow: visible;
    padding-left: 0;
    padding-right: 0
  }

  .wgt-carousel .wgt-swiper .swiper-container {
    margin-left: 0;
    margin-right: 0
  }

  .wgt-carousel .swiper-container .prev {
    right: 26px
  }

  .wgt-carousel .swiper-container .next {
    right: -2px
  }
}

.alignleft,
.alignnone,
.wp-caption.alignleft,
.wp-caption.alignnone,
a img.alignleft,
a img.alignnone {
  margin: 5px 20px 20px 0
}

.alignright,
.wp-caption.alignright,
a img.alignright {
  margin: 5px 0 20px 20px
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto
}

.alignright {
  float: right
}

.alignleft {
  float: left
}

a img.alignright {
  float: right
}

a img.alignleft {
  float: left
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

*,
:after,
:before {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  color: #000;
  background: #fff;
  font-family: Graphik, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.desktop,
.desktop+br,
.mobile+br {
  display: none
}

@media (min-width:992px) {
  .desktop {
    display: inline
  }

  .mobile {
    display: none
  }
}

.appstore-links img {
  margin: 0 auto
}

.appstore-links img,
.appstore-links span {
  pointer-events: none
}

img,
video {
  height: auto;
  display: block;
  max-width: 100%
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

@media (prefers-reduced-motion:reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
    -o-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    -o-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
    -o-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

.toggler {
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in;
  -o-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in;
  max-height: 100%
}

.toggler:not(.active) {
  max-height: 0 !important
}

.toggler.active {
  -webkit-transition: max-height .3s ease-in;
  -o-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in
}

.link-plain {
  color: #555;
  display: block;
  padding: 10px 0 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 1
}

.link-plain:active,
.link-plain:focus,
.link-plain:hover,
.link-plain:link,
.link-plain:visited {
  color: #555
}

.disclosure-link {
  display: inline-block;
  z-index: 100;
  position: relative
}

.disclosure-link:hover .tooltip {
  display: block
}

.tooltip {
  left: 50%;
  width: 360px;
  bottom: 100%;
  display: none;
  z-index: 200;
  padding: 15px 15px 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: hsla(0, 0%, 100%, .95);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
  border-radius: 4px;
  font-size: 14px;
  line-height: 185.71429%
}

.tooltip a {
  color: #555;
  font-weight: 700;
  text-decoration: none
}

.tooltip a:active,
.tooltip a:focus,
.tooltip a:hover,
.tooltip a:link,
.tooltip a:visited {
  color: #555
}

.tooltip a:hover {
  text-decoration: underline
}

.svg-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.svg-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  padding: 1px;
  overflow: hidden;
  vertical-align: top
}

.cross {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative
}

.cross:after,
.cross:before {
  content: "";
  display: block;
  position: absolute;
  background: #000
}

.cross:before {
  top: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cross:after {
  left: 50%;
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.arrow {
  display: inline-block;
  padding: 3px;
  border: solid #000;
  border-width: 0 2px 2px 0
}

.arrow.back {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.icon-play {
  width: 42px;
  height: 42px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%
}

.icon-play,
.icon-play:before {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute
}

.icon-play:before {
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  -o-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  border-top: 9px solid rgba(0, 0, 0, 0);
  border-bottom: 9px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #000
}

.icon-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.icon-close:after,
.icon-close:before {
  content: "";
  display: block;
  position: absolute;
  background: #000
}

.icon-close:after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px)
}

.icon-close:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px)
}

.icon-embed {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px)
}

.icon-embed:after,
.icon-embed:before {
  display: inline-block;
  padding: 3px;
  content: "";
  border: solid #dadada;
  border-width: 0 2px 2px 0
}

.icon-embed:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.icon-embed:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px !important
}

.social li {
  font-size: 0 !important;
  line-height: 0 !important
}

.social svg {
  font-size: 24px;
  line-height: 1
}

.social li+li {
  margin-left: 16px
}

.social-share {
  padding: 0;
  list-style: none
}

.social-share a {
  color: #000;
  display: block;
  text-decoration: none
}

.social-share a:active,
.social-share a:focus,
.social-share a:link,
.social-share a:visited {
  color: #000
}

.social-share a:hover {
  color: #000
}

.social-share span {
  pointer-events: none
}

.social-share .svg-facebook {
  width: 10px;
  height: 20px
}

.social-share .svg-twitter {
  width: 21px;
  height: 18px
}

.social-share .svg-linkedin {
  width: 20px;
  height: 19px;
  margin-top: -1px
}

.social-share .svg-mail {
  width: 24px;
  height: 18px
}

.tweetme {
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  background: #000;
  -webkit-transition: opacity .2s ease-in-out, margin .2s ease-in;
  -o-transition: opacity .2s ease-in-out, margin .2s ease-in;
  transition: opacity .2s ease-in-out, margin .2s ease-in;
  border-radius: 16px;
  text-decoration: none;
  pointer-events: none
}

.tweetme,
.tweetme:active,
.tweetme:focus,
.tweetme:hover,
.tweetme:link,
.tweetme:visited {
  color: #fff
}

.tweetme.active {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out, margin .2s ease-in;
  -o-transition: opacity .2s ease-in-out, margin .2s ease-in;
  transition: opacity .2s ease-in-out, margin .2s ease-in;
  margin-top: -2px;
  pointer-events: all
}

.tweetme span {
  pointer-events: none
}

.tweetme:after {
  left: 50%;
  width: 0;
  height: 0;
  bottom: 100%;
  display: block;
  content: "";
  position: absolute;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid #000;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg)
}

.tweetme .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tweetme .label {
  font-size: 12px;
  padding-right: 5px
}

@media (min-width:1024px) {
  .tweetme:after {
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.mejs-container,
.mejs-overlay.load,
.wp-video,
video.wp-video-shortcode {
  width: 100% !important;
  height: 100% !important
}

.mejs-container {
  padding-top: 56.25%
}

.mejs-controls {
  opacity: .6
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important
}

video.wp-video-shortcode {
  position: relative
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important
}

.video-wrap {
  display: block;
  background-size: cover
}

.btn-submit {
  color: #fff;
  border: none;
  margin: 0;
  padding: 22px 20px;
  outline: none;
  display: inline-block;
  min-width: 264px;
  background: #000;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 1
}

.btn-submit:hover {
  cursor: pointer;
  background: #1572D3
}

.btn-submit:active,
.btn-submit:focus {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 255, .2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 255, .2)
}

.btn-submit-alt {
  color: #fff;
  border: none;
  margin: 0;
  padding: 16px 20px;
  outline: none;
  display: inline-block;
  background: #000;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1
}

.btn-submit-alt:hover {
  cursor: pointer;
  background: #1572D3
}

.btn-submit-alt:active,
.btn-submit-alt:focus {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 255, .2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 255, .2)
}

.input-text {
  color: #000;
  width: 100%;
  margin: 0;
  border: none;
  padding: 20px 20px 21px;
  outline: none;
  background: #fff;
  -webkit-appearance: textfield;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .075rem;
  font-family: Graphik, Arial, sans-serif
}

.input-text::-webkit-input-placeholder {
  color: #c0cce4;
  opacity: 1
}

.input-text:-moz-placeholder,
.input-text::-moz-placeholder {
  color: #c0cce4;
  opacity: 1
}

.input-text:-ms-input-placeholder {
  color: #c0cce4;
  opacity: 1
}

.input-text:active,
.input-text:focus {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 255, .3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 255, .3)
}

.response {
  top: 0;
  color: #000;
  display: block;
  padding: 0 0 5px;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 13px;
  line-height: 1
}

.response.error {
  color: #fe2163
}

/* .form-nexmo {
  max-width: 440px
} */

.form-nexmo .span-input {
  position: relative
}

.form-nexmo input {
  color: #000;
  width: 100%;
  height: 64px;
  border: 2px solid #000000;
  display: block;
  padding: 22px 20px;
  background: #fff;
  font-weight: 500;
  border-radius: 8px;
  -webkit-appearance: textfield
}

.form-nexmo input::-webkit-input-placeholder {
  color: #c0cce4;
  opacity: 1
}

.form-nexmo input:-moz-placeholder,
.form-nexmo input::-moz-placeholder {
  color: #c0cce4;
  opacity: 1
}

.form-nexmo input:-ms-input-placeholder {
  color: #c0cce4;
  opacity: 1
}

.form-nexmo input:active,
.form-nexmo input:focus {
  border-color: #000
}

.form-nexmo button {
  color: #fff;
  width: 100%;
  height: 64px;
  border: none;
  display: block;
  padding: 24px 20px;
  text-align: center;
  background: #1C4DE7;
  border: 2px solid #1C4DE7;
  font-weight: 500;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.01rem;
}

.form-nexmo button:hover {
  cursor: pointer;
  background: #1C4DE7;
  border: 2px solid #1C4DE7;
}

.form-nexmo .response {
  top: 0;
  color: #000;
  display: block;
  padding: 0 0 5px;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 13px;
  line-height: 1
}

.form-nexmo .response.error {
  color: #fe2163
}

@media (min-width:768px) {
  .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .form-nexmo input {
    border-radius: 8px
  }

  .form-nexmo button {
    border-radius: 8px 8px 8px 8px;
  }

  .form-nexmo .span-input {
    width: 275px;
  }

  .form-nexmo .span-submit {
    width: 200px;
    margin-left: 16px;
  }
}

.modal-active {
  position: fixed;
  overflow: hidden
}

.modal-active .banner {
  z-index: 1
}

.modal-active body {
  position: fixed;
  overflow: hidden
}

.modal-active .modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1
}

.modal-active .wgt-sticky-video {
  display: none
}

.modal-active .modal.video {
  background: rgba(52, 55, 76, .6)
}

.modal-active .wgt {
  z-index: 1;
  pointer-events: none
}

.modal {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  padding: 10px;
  z-index: 100000005;
  position: fixed;
  overflow: auto;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal:not(.active) {
  z-index: -1;
  pointer-events: none
}

.modal.show {
  -webkit-animation: show .4s;
  -o-animation: show .4s;
  animation: show .4s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.modal.hide {
  -webkit-animation: hide .7s;
  -o-animation: hide .7s;
  animation: hide .7s
}

.modal .modal-wrap {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%
}

.modal .modal-panel {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px
}

.modal .modal-close {
  top: 26px;
  right: 16px;
  z-index: 70;
  position: absolute
}

.modal .website-logo {
  top: 22px;
  left: 15px;
  padding: 3px 0 0;
  position: absolute
}

.modal.video .icon-close,
.modal.video .website-logo {
  display: none
}

.modal.video .modal-close {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  position: fixed
}

.modal.video .modal-content {
  z-index: 2;
  position: relative
}

@media (min-width:992px) {

  .modal-active,
  .modal-active body {
    position: relative
  }

  .modal-active .modal {
    background: rgba(52, 55, 76, .6)
  }

  #modal-signup .website-logo {
    display: none
  }

  .modal .modal-close {
    top: 20px;
    right: 18px;
    position: absolute
  }

  .modal .modal-wrap {
    height: 100%;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .modal .modal-panel {
    height: auto;
    padding: 60px 20px 20px;
    max-width: 1108px;
    position: relative;
    border-radius: 16px
  }

  .modal .modal-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media only screen and (max-device-width:749px) and (orientation:landscape) {
  .modal.video .modal-content {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 80%
  }
}

@media only screen and (min-device-width:750px) and (max-device-width:1024px) and (orientation:landscape) {
  .modal.video .modal-content {
    margin: 0 auto;
    padding: 0;
    max-width: 90%
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes show {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes show {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes hide {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

#modal-signup {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#modal-signup .website-logo {
  top: 17px
}

#modal-signup .modal-close {
  top: 22px
}

#modal-signup .form-nexmo {
  display: none
}

#modal-signup .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#modal-signup .span-image {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

#modal-signup .cover {
  margin: 10px auto 0;
  max-width: 280px
}

#modal-signup .appstore-links {
  padding: 15px 0 25px
}

#modal-signup .span-content {
  margin: 0 auto;
  max-width: 340px;
  text-align: center
}

#modal-signup h2 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -.00002rem
}

#modal-signup p {
  margin: 0 0 17px;
  font-size: 20px;
  line-height: 140%
}

@media (min-width:768px) {
  #modal-signup .modal-wrap {
    height: 100%;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  #modal-signup .modal-panel {
    height: 100%;
    padding: 40px 40px 0;
    max-width: 1108px;
    position: relative;
    border-radius: 16px
  }
}

@media (min-width:992px) {

  #modal-signup .appstore-links,
  #modal-signup .website-logo {
    display: none
  }

  #modal-signup .modal-close {
    top: 30px;
    right: 33px;
    position: absolute
  }

  #modal-signup .cover {
    margin: 0;
    max-width: 100%;
    padding-bottom: 0
  }

  #modal-signup .modal-wrap {
    height: 100%;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  #modal-signup .modal-panel {
    height: auto;
    padding: 40px 0 0 40px;
    max-width: 1108px;
    position: relative;
    background: #fff;
    border-radius: 16px
  }

  #modal-signup .modal-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  #modal-signup .span-content {
    width: calc(100% - 370px);
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-align: left
  }

  #modal-signup .span-image {
    width: 330px;
    padding-left: 30px;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  #modal-signup h2 {
    margin: 0 0 28px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -.0009rem
  }

  #modal-signup p {
    max-width: 560px;
    font-size: 22px;
    line-height: 136.36364%
  }

  #modal-signup .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0 100px
  }

  #modal-signup .btn-submit {
    padding: 22px
  }
}

@media (min-width:1200px) {
  #modal-signup .modal-content {
    padding-top: 0
  }

  #modal-signup .span-content {
    width: calc(100% - 470px);
    margin-top: -25px;
    padding-left: 20px
  }

  #modal-signup .span-image {
    width: 470px;
    padding: 0 35px 0 45px
  }

  #modal-signup .form-nexmo {
    padding-bottom: 0
  }
}

.breadcrumb {
  width: 100%
}

.breadcrumb ol {
  color: #999ba5;
  margin: 0;
  padding: 0;
  list-style: none
}

.breadcrumb li {
  display: inline-block;
  vertical-align: baseline
}

.breadcrumb li+li:before {
  content: "/"
}

.breadcrumb a {
  color: #999ba5;
  text-decoration: none
}

.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #999ba5
}

.breadcrumb a:hover {
  color: #000
}

.navbar-main {
  top: 50%;
  right: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.nav-main {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 112.5%
}

.nav-main a {
  color: #000;
  display: inline-block;
  padding: 7px 1px;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  white-space: nowrap;
  text-decoration: none
}

.nav-main a:active,
.nav-main a:focus,
.nav-main a:hover,
.nav-main a:link,
.nav-main a:visited {
  color: #000
}

.nav-main li {
  display: inline-block
}

.nav-main>li+li {
  padding-left: 18px
}

.nav-main .sub-menu {
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 6px 8px 35px rgba(208, 218, 232, .5);
  box-shadow: 6px 8px 35px rgba(208, 218, 232, .5);
  border-radius: 16px
}

.nav-main .sub-menu li {
  padding: 0 24px
}

.nav-main .sub-menu li:first-of-type {
  padding-top: 20px
}

.nav-main .sub-menu li:last-of-type {
  padding-bottom: 22px
}

.nav-main .sub-menu li+li {
  padding-top: 6px
}

.nav-main .sub-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.nav-main .sub-menu a:hover {
  border-bottom: 1px solid #000
}

.nav-main li:hover>.sub-menu {
  display: block
}

.nav-main .sub-menu:hover>li>a,
.nav-main:hover>li>a {
  color: #c0cce4
}

.nav-main .sub-menu:hover>li:hover>a,
.nav-main:hover>li:hover>a {
  color: #000
}

.template-homepage .navbar-main .nav-main>li>a {
  color: #fff
}

.template-homepage .navbar-main .nav-main>li:hover>a {
  color: #000
}

@media (min-width:1024px) {
  .template-homepage .navbar-main {
    right: 48px
  }
}

@media (min-width:1440px) {
  .template-homepage .navbar-main {
    right: -814px
  }
}

.content-info {
  background: #f6f8fa
}

.content-info .container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1097px
}

.content-info .copyright {
  opacity: .6;
  max-width: 1008px;
  padding-bottom: 50px
}

.content-info .copyright p {
  color: #555;
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 150%
}

.content-info .copyright a {
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.content-info .copyright a:active,
.content-info .copyright a:focus,
.content-info .copyright a:hover,
.content-info .copyright a:link,
.content-info .copyright a:visited {
  color: #000
}

.content-info .copyright a:hover {
  text-decoration: underline
}

.content-info .copy-line {
  color: #555;
  margin: 32px 0 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-family: SF Pro Text, Helvetica, Arial, sans-serif
}

.content-info .copy-line a,
.content-info .copy-line span {
  padding: 0 10px
}

.pw_gift_page .content-info,
.pw_gift_page_claim .content-info {
  background: #fff
}

.pw_gift_page .content-info .copyright,
.pw_gift_page_claim .content-info .copyright {
  margin: 0 auto;
  max-width: 990px
}

.footer-widgets {
  color: #000;
  padding: 72px 0 90px;
  text-align: center
}

.footer-widgets .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-widgets li,
.footer-widgets p {
  margin: 0;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -.02rem
}

.footer-widgets h3 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162.5%
}

.footer-widgets a {
  color: #000;
  text-decoration: none
}

.footer-widgets a:active,
.footer-widgets a:focus,
.footer-widgets a:hover,
.footer-widgets a:link,
.footer-widgets a:visited {
  color: #000
}

.footer-widgets .menu a:hover {
  text-decoration: underline
}

.footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.footer-widgets ul li+li {
  margin-top: 1px
}

.footer-widgets .widget+.widget {
  margin-top: 50px
}

@media (min-width:768px) {
  .content-info .container {
    padding: 0 10px
  }

  .footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 83px 0 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .footer-widgets .widget+.widget {
    margin-top: 0
  }

  .footer-widgets .widget:nth-child(4) {
    margin-top: 4px
  }

  .footer-widgets p {
    font-size: 16px;
    line-height: 162.5%;
    letter-spacing: -.02rem
  }

  .footer-widgets li {
    font-size: 16px;
    line-height: 156.25%;
    letter-spacing: -.01rem
  }

  .footer-widgets .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .content-info .appstore-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .content-info .appstore-links a {
    margin: 0 0 10px;
    display: block;
    max-width: 100%
  }
}

@media (min-width:1024px) {
  .footer-widgets {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .footer-widgets .widget:first-child,
  .footer-widgets .widget:nth-child(2),
  .footer-widgets .widget:nth-child(3) {
    min-width: 287px
  }

  .footer-widgets .widget:nth-child(4) {
    margin: 6px 0 0 2px
  }

  .content-info .copyright {
    padding-bottom: 250px
  }
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1182px;
  padding-left: 16px;
  padding-right: 16px
}

.row {
  margin-left: -16px;
  margin-right: -16px
}

.row>[class^=span-] {
  position: relative;
  padding-left: 16px;
  padding-right: 16px
}

.rwd-container {
  height: 0;
  position: relative;
  padding-bottom: 56.25%
}

.rwd-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.banner {
  z-index: 3;
  position: relative;
  background: #fff
}

.banner .go-back {
  top: 50%;
  left: 20px;
  color: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -4px;
  text-decoration: none;
  font-size: 12px;
  line-height: 108.33333%;
  letter-spacing: .003rem
}

.banner .go-back:active,
.banner .go-back:focus,
.banner .go-back:link,
.banner .go-back:visited {
  color: #000
}

.banner .go-back:hover {
  color: #000
}

.banner .go-back .arrow {
  margin-right: 4px
}

.banner .go-back:hover .arrow {
  border-color: #000
}

.announcement {
  overflow: hidden;
  position: relative;
  max-height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00e4ed), to(#00d695));
  background: -webkit-linear-gradient(top, #00e4ed, #00d695);
  background: -o-linear-gradient(top, #00e4ed 0, #00d695 100%);
  background: linear-gradient(180deg, #00e4ed, #00d695)
}

.announcement .container {
  padding: 7px 35px
}

.announcement p {
  color: #fff;
  margin: 0;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 142.85714%
}

.announcement a {
  color: #fff;
  text-decoration: none
}

.announcement a:active,
.announcement a:focus,
.announcement a:hover,
.announcement a:link,
.announcement a:visited {
  color: #fff
}

.announcement.hide {
  max-height: 0;
  -webkit-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out
}

.close-announcement {
  top: 50%;
  right: 10px;
  z-index: 201;
  position: absolute;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  -o-transform: translateY(-49%);
  transform: translateY(-49%)
}

.close-announcement .cross {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.close-announcement .cross:after,
.close-announcement .cross:before {
  background: #fff
}

.close-announcement .cross:after {
  width: 2px
}

.close-announcement .cross:before {
  height: 2px
}

.investors-bar {
  color: #000;
  padding: 11px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#00e4ed), to(#00d695));
  background: -webkit-linear-gradient(top, #00e4ed, #00d695);
  background: -o-linear-gradient(top, #00e4ed 0, #00d695 100%);
  background: linear-gradient(180deg, #00e4ed, #00d695);
  margin-left: -20px;
  margin-right: -20px;
  font-size: 12px;
  line-height: 108.33333%
}

.investors-bar p {
  margin: 0;
  font-weight: 500
}

.investors-bar span {
  display: inline-block;
  vertical-align: middle
}

.investors-bar svg {
  width: 66px
}

.website-logo {
  display: block;
  padding: 24px 0;
  max-width: 225px;
  text-align: center
}

.website-logo svg {
  height: auto;
  display: inline-block;
  max-width: 100%
}

@media (min-width:768px) {
  .banner {
    background: none
  }

  .banner .go-back {
    margin-top: 4px
  }

  .website-logo {
    margin: 0 0 0 4px;
    padding-top: 32px
  }

  .announcement .container {
    padding: 12px 35px
  }

  .investors-bar {
    top: 0;
    right: 16px;
    width: 110px;
    margin: 0;
    position: absolute;
    padding-top: 43px;
    padding-bottom: 19px;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    line-height: 107.14286%
  }

  .investors-bar p {
    font-weight: 400
  }

  .investors-bar svg {
    margin-top: 7px
  }
}

@media (min-width:1200px) {
  .announcement .container {
    padding: 12px 25px 14px
  }

  .announcement p {
    font-size: 18px;
    line-height: 133.33333%
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.entry-content h3 {
  margin-top: 0
}

.entry-content h2,
.entry-content h3,
.entry-content p {
  color: #000
}

.entry-content h3,
.entry-content p {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 150%
}

.entry-content ol,
.entry-content ul {
  margin: 0 0 33px;
  font-size: 22px;
  line-height: 150%
}

.entry-content ol li {
  margin-bottom: 16px
}

.entry-content ol h4 {
  margin: 0 0 22px
}

.entry-content ol {
  counter-reset: level1;
  list-style-type: none
}

.entry-content ol>li {
  position: relative
}

.entry-content ol>li:before {
  left: -25px;
  counter-increment: level1;
  content: counter(level1) ".";
  display: inline-block;
  position: absolute
}

.entry-content ol ol {
  counter-reset: level2
}

.entry-content ol ol>li:before {
  left: -45px;
  counter-increment: level2;
  content: counter(level1) "." counter(level2) "."
}

.entry-content .alpha {
  list-style-type: lower-alpha
}

.entry-content .alpha li:before {
  content: none !important
}

.entry-content p+h3 {
  margin-top: 48px
}

.entry-content a {
  color: #000;
  text-decoration: none
}

.entry-content a:active,
.entry-content a:focus,
.entry-content a:hover,
.entry-content a:link,
.entry-content a:visited {
  color: #000
}

.entry-content a:hover {
  text-decoration: underline
}

.entry-content small {
  margin: 0 0 15px;
  display: block;
  font-size: 16px;
  line-height: 150%
}

.wgt-about {
  padding: 55px 0 60px;
  overflow: hidden;
  max-width: 100vw
}

.wgt-about h1 {
  color: #000;
  margin: 0;
  font-weight: 500;
  font-size: 42px;
  line-height: 109.52381%;
  letter-spacing: .003rem
}

.wgt-about u {
  text-decoration: none
}

.wgt-about h2 {
  margin: 0 0 23px;
  font-size: 22px;
  line-height: 163.63636%
}

.wgt-about h2,
.wgt-about h5 {
  color: #000;
  font-weight: 500;
  letter-spacing: .003rem
}

.wgt-about h5 {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 107.14286%
}

.wgt-about .span-about,
.wgt-about .span-intro,
.wgt-about .span-title {
  z-index: 2;
  position: relative
}

.wgt-about .span-intro p {
  margin: 0;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: .003rem
}

.wgt-about .span-about b,
.wgt-about .span-intro b {
  font-weight: 500
}

.wgt-about .span-about p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 166.66667%;
  letter-spacing: .003rem
}

.wgt-about .span-logos-mobile-01,
.wgt-about .span-logos-mobile-02 {
  width: 100%;
  height: 350px;
  z-index: 1;
  overflow: visible;
  position: relative;
  pointer-events: none
}

.wgt-about .span-logos-mobile-01 .image-svg,
.wgt-about .span-logos-mobile-02 .image-svg {
  left: 0;
  width: 100%;
  display: block;
  bottom: -20px;
  position: absolute
}

.wgt-about .span-logos-mobile-01 svg,
.wgt-about .span-logos-mobile-02 svg {
  margin: 0 auto;
  display: block;
  max-width: 100%
}

.wgt-about .span-logos-desktop {
  right: 0;
  bottom: 270px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  position: absolute;
  pointer-events: none
}

.wgt-about .span-logos-desktop .image-svg {
  width: 100%;
  display: block
}

.wgt-about .span-logos-desktop svg {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1050px
}

@media (min-width:992px) {
  .wgt-about {
    padding: 100px 0 150px;
    position: relative
  }

  .wgt-about .container {
    position: static
  }

  .wgt-about h1 {
    font-size: 48px;
    line-height: 125%
  }

  .wgt-about .span-title {
    max-width: 585px
  }

  .wgt-about .span-intro {
    text-align: right;
    padding-top: 285px
  }

  .wgt-about .span-intro p {
    display: inline-block;
    max-width: 635px;
    text-align: left
  }

  .wgt-about .span-about {
    max-width: 560px;
    padding-top: 200px
  }

  .wgt-about u {
    border-bottom: 5px solid #000
  }

  .wgt-about .span-logos-mobile-01,
  .wgt-about .span-logos-mobile-02 {
    display: none
  }

  .wgt-about .span-logos-desktop {
    display: block
  }
}

@media (min-width:1200px) {
  .wgt-about {
    padding: 125px 0 150px
  }

  .wgt-about h1 {
    font-size: 62px;
    line-height: 119.35484%
  }

  .wgt-about .span-title {
    max-width: 730px
  }

  .wgt-about .span-intro {
    padding-top: 255px
  }

  .wgt-about .span-intro p {
    max-width: 575px
  }

  .wgt-about .span-about {
    max-width: 720px;
    padding-top: 290px
  }

  .wgt-about .span-logos-desktop svg {
    max-width: 1150px
  }
}

.wgt-accordion {
  padding: 48px 0
}

.wgt-accordion h2 {
  color: #000;
  margin: 0 0 46px;
  font-weight: 500;
  font-size: 46px;
  line-height: 115.21739%
}

.wgt-accordion h4 {
  color: #000;
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%
}

.wgt-accordion p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 166.66667%
}

.wgt-accordion .accordion-header {
  color: #000;
  display: block;
  position: relative;
  padding-right: 30px;
  text-decoration: none
}

.wgt-accordion .accordion-header:active,
.wgt-accordion .accordion-header:focus,
.wgt-accordion .accordion-header:hover,
.wgt-accordion .accordion-header:link,
.wgt-accordion .accordion-header:visited {
  color: #000
}

.wgt-accordion .cross {
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wgt-accordion .active .cross:after {
  opacity: 0
}

.wgt-accordion .accordion-tab+div {
  margin-top: 38px
}

.wgt-accordion .toggler>div {
  padding-top: 20px
}

.wgt-accordion main a {
  color: #000;
  text-decoration: none
}

.wgt-accordion main a:active,
.wgt-accordion main a:focus,
.wgt-accordion main a:hover,
.wgt-accordion main a:link,
.wgt-accordion main a:visited {
  color: #000
}

.wgt-app-passreset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 120px);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wgt-app-passreset .span-title {
  margin: 0 auto;
  max-width: 270px
}

.wgt-app-passreset h1 {
  margin: 0;
  position: relative;
  font-size: 36px;
  line-height: 111.11111%;
  letter-spacing: -.009rem;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-app-passreset p {
  font-size: 16px;
  line-height: 150%
}

.wgt-app-passreset .span-input {
  padding: 5px 0 0
}

.wgt-app-passreset .span-submit {
  position: relative;
  padding-top: 73px
}

.wgt-app-passreset .response {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: 12px;
  line-height: 133.33333%;
  font-weight: 600;
  font-family: SF Pro Text, Helvetica, Arial, sans-serif
}

.wgt-app-passreset .input-text {
  padding: 7px 0 8px;
  text-align: center;
  font-size: 36px;
  line-height: 111.11111%;
  letter-spacing: -.009rem;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-app-passreset .input-text::-webkit-input-placeholder {
  color: #e5e5ff;
  opacity: 1
}

.wgt-app-passreset .input-text:-moz-placeholder,
.wgt-app-passreset .input-text::-moz-placeholder {
  color: #e5e5ff;
  opacity: 1
}

.wgt-app-passreset .input-text:-ms-input-placeholder {
  color: #e5e5ff;
  opacity: 1
}

.wgt-app-passreset .btn-submit {
  min-width: 180px;
  border-radius: 100px;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-app-passreset .btn-submit:disabled {
  color: #000;
  background: #e5e5ff
}

.wgt-app-passreset .btn-submit+.btn-submit {
  display: none
}

.wgt-app-passreset .span-passwords {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.wgt-app-passreset.success {
  -webkit-animation: fadeInSwap .5s;
  -o-animation: fadeInSwap .5s;
  animation: fadeInSwap .5s;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.wgt-app-passreset.success h1:before {
  top: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%2300f'%3E%3Cpath opacity='.2' fill-rule='evenodd' clip-rule='evenodd' d='M9.999 19.167a9.167 9.167 0 100-18.334 9.167 9.167 0 000 18.334z'/%3E%3Cpath d='M14.645 7.029a.923.923 0 00-1.307-.002L8.57 11.794 6.657 9.886a.921.921 0 00-1.301 1.303l2.478 2.479a1.042 1.042 0 001.473 0l5.336-5.336c.36-.36.36-.942.002-1.303z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat
}

.wgt-app-passreset.success .span-passwords {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

@media (min-width:768px) {
  .wgt-app-passreset {
    padding-bottom: 160px
  }

  .wgt-app-passreset .span-title {
    max-width: 480px
  }
}

@-webkit-keyframes fadeInSwap {
  0% {
    opacity: 1
  }

  10% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes fadeInSwap {
  0% {
    opacity: 1
  }

  10% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInSwap {
  0% {
    opacity: 1
  }

  10% {
    opacity: 0
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.wgt-banner {
  margin: 0 auto;
  outline: none;
  max-width: 900px;
  border-radius: 16px;
  text-decoration: none
}

.wgt-banner+.wgt-banner {
  margin-top: 150px !important
}

.wgt-banner.hide {
  display: none
}

.wgt-banner.bg-blue a {
  background: -webkit-linear-gradient(73.89deg, #000 -1.93%, #09f 101.93%);
  background: -o-linear-gradient(73.89deg, #000 -1.93%, #09f 101.93%);
  background: linear-gradient(16.11deg, #000 -1.93%, #09f 101.93%)
}

.wgt-banner.bg-black a {
  background: -webkit-gradient(linear, left top, left bottom, from(#1e202f), to(#000));
  background: -webkit-linear-gradient(top, #1e202f, #000);
  background: -o-linear-gradient(top, #1e202f 0, #000 100%);
  background: linear-gradient(180deg, #1e202f, #000)
}

.wgt-banner.bg-white a {
  background: #fcfdfe;
  -webkit-box-shadow: 0 4px 16px rgba(58, 111, 175, .12);
  box-shadow: 0 4px 16px rgba(58, 111, 175, .12)
}

.wgt-banner.bg-white a h2 {
  color: #000
}

.wgt-banner.bg-white a .icon-close:after,
.wgt-banner.bg-white a .icon-close:before {
  background: #000
}

.wgt-banner a {
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  display: block;
  position: relative;
  border-radius: 16px;
  text-decoration: none !important
}

.wgt-banner h2 {
  color: #fff;
  margin: 0;
  font-weight: 500
}

.wgt-banner .icon-close {
  top: 11px;
  right: 10px;
  width: 12px;
  height: 12px;
  z-index: 10;
  position: absolute
}

.wgt-banner .icon-close:after,
.wgt-banner .icon-close:before {
  background: #fff
}

.wgt-banner .btn-text span,
.wgt-banner h2 span {
  font-size: 12px;
  vertical-align: middle
}

.wgt-banner.type-float-box {
  width: 188px;
  right: 10px;
  bottom: 10px;
  z-index: 8209382391839;
  position: fixed
}

.wgt-banner.type-float-box+.type-float-box {
  right: 215px
}

.wgt-banner.type-float-box+.type-float-box+.type-float-box {
  right: 420px
}

.wgt-banner.type-float-box h2 {
  top: 20px;
  left: 20px;
  width: 147px;
  position: absolute;
  font-size: 16px;
  line-height: 112.5%
}

.wgt-banner.type-float-box .img {
  z-index: 1
}

.wgt-banner.type-leaderboard {
  margin: 30px auto;
  padding: 0;
  position: relative
}

.wgt-banner.type-leaderboard .inner {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-height: 260px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wgt-banner.type-leaderboard .image-svg {
  display: block;
  max-width: 70px
}

.wgt-banner.type-leaderboard h2 {
  margin: 15px 0;
  font-size: 20px;
  line-height: 130%
}

.wgt-banner.type-leaderboard .btn-text {
  color: #00e4ed;
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 128.57143%;
  font-weight: 600;
  font-family: SF Pro Text, Helvetica, Arial, sans-serif
}

.wgt-banner.type-leaderboard .span-text {
  width: 60%;
  z-index: 2;
  padding: 16px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center
}

.wgt-banner.type-leaderboard .span-img {
  width: 40%;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.wgt-banner.type-leaderboard.bg-blue .span-img {
  padding-right: 10px
}

.wgt-banner.type-leaderboard.bg-blue .span-img img {
  -webkit-transform: scale(1.2) translateY(10px);
  -ms-transform: scale(1.2) translateY(10px);
  -o-transform: scale(1.2) translateY(10px);
  transform: scale(1.2) translateY(10px)
}

.wgt-banner.type-leaderboard.bg-black .span-img img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right
}

.wgt-banner.type-leaderboard.bg-white {
  overflow: hidden;
  position: relative
}

.wgt-banner.type-leaderboard.bg-white h2 {
  color: #000
}

.wgt-banner.type-leaderboard.bg-white .span-img img {
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  border-radius: 16px
}

.wgt-banner.type-leaderboard.bg-white .btn-text {
  color: #000
}

.wgt-banner.type-leaderboard-talks {
  margin: 30px auto;
  padding: 0 16px;
  position: relative;
  max-width: 1040px
}

.wgt-banner.type-leaderboard-talks.bg-blue a {
  background: -webkit-linear-gradient(31.56deg, #000 -1.93%, #09f 101.93%);
  background: -o-linear-gradient(31.56deg, #000 -1.93%, #09f 101.93%);
  background: linear-gradient(58.44deg, #000 -1.93%, #09f 101.93%)
}

.wgt-banner.type-leaderboard-talks .inner {
  width: 100%;
  height: 100%;
  border: none;
  padding: 40px 25px 0
}

.wgt-banner.type-leaderboard-talks .image-svg {
  display: block;
  max-width: 130px
}

.wgt-banner.type-leaderboard-talks h2 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 111.11111%;
  letter-spacing: .003rem
}

.wgt-banner.type-leaderboard-talks p {
  color: #fff;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: .003rem
}

.wgt-banner.type-leaderboard-talks p:after {
  display: inline-block;
  padding: 3px;
  content: "";
  -webkit-transform: rotate(-45deg) translate(2px, 1px);
  -ms-transform: rotate(-45deg) translate(2px, 1px);
  -o-transform: rotate(-45deg) translate(2px, 1px);
  transform: rotate(-45deg) translate(2px, 1px);
  border: solid #fff;
  border-width: 0 2px 2px 0
}

.wgt-banner.type-leaderboard-talks .span-img {
  width: 205px;
  margin: 0 auto
}

@media (min-width:768px) {
  .wgt-banner.type-leaderboard h2 {
    max-width: 460px;
    font-size: 40px;
    line-height: 120%
  }

  .wgt-banner.type-leaderboard .inner {
    height: 260px
  }

  .wgt-banner.type-leaderboard .span-text {
    padding-left: 45px
  }

  .wgt-banner.type-leaderboard .image-svg {
    max-width: 95px
  }

  .wgt-banner.type-leaderboard.bg-blue .span-img {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  .wgt-banner.type-leaderboard.bg-blue .span-img img {
    top: 30px;
    width: 260px;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .wgt-banner.type-leaderboard.bg-black .span-img {
    position: relative
  }

  .wgt-banner.type-leaderboard.bg-black .span-img img {
    left: 0;
    width: 320px;
    bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%)
  }

  .wgt-banner.type-leaderboard.bg-white .span-text {
    z-index: 3;
    position: relative
  }

  .wgt-banner.type-leaderboard.bg-white .span-img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
  }

  .wgt-banner.type-leaderboard.bg-white .span-img img {
    position: relative
  }

  .wgt-banner.type-leaderboard.bg-white:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    display: block;
    content: "";
    z-index: 2;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.84%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(top, rgba(246, 248, 250, 0) 23.84%, #f6f8fa);
    background: -o-linear-gradient(top, rgba(246, 248, 250, 0) 23.84%, #f6f8fa 100%);
    background: linear-gradient(180deg, rgba(246, 248, 250, 0) 23.84%, #f6f8fa)
  }

  .wgt-banner.type-leaderboard-talks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-banner.type-leaderboard-talks .span-img {
    width: 245px;
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .wgt-banner.type-leaderboard-talks .span-img img {
    margin-top: -22px
  }

  .wgt-banner.type-leaderboard-talks .inner {
    padding: 0 40px
  }

  .wgt-banner.type-leaderboard-talks .span-text {
    width: calc(100% - 245px);
    max-width: 540px;
    padding-top: 40px
  }

  .wgt-banner.type-leaderboard-talks br {
    display: none
  }
}

@media (min-width:992px) {
  .wgt-banner.type-leaderboard-talks h2 {
    font-size: 40px;
    line-height: 115%;
    letter-spacing: .003rem
  }

  .wgt-banner.type-leaderboard-talks .inner {
    padding: 0 120px 0 0
  }

  .wgt-banner.type-leaderboard-talks .span-text {
    padding-left: 70px
  }
}

.wgt-capital-gains-tax-calculator {
  background: #f6f8fa;
  margin-bottom: 60px
}

.wgt-capital-gains-tax-calculator .container {
  min-height: calc(100vh - 89px);
  padding-top: 50px;
  padding-bottom: 50px
}

.wgt-capital-gains-tax-calculator h1 {
  margin: 0 0 36px;
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -.009rem
}

.wgt-capital-gains-tax-calculator h2 {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 111.11111%
}

.wgt-capital-gains-tax-calculator p {
  margin: 0;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: .003rem
}

.wgt-capital-gains-tax-calculator .banner-link {
  display: block;
  padding-top: 20px
}

.wgt-capital-gains-tax-calculator .tax-label {
  max-width: 180px
}

.wgt-capital-gains-tax-calculator .court-house-png {
  top: 20px;
  right: 20px;
  position: absolute
}

.wgt-capital-gains-tax-calculator form {
  padding: 38px 18px;
  max-width: 490px;
  -webkit-box-shadow: 0 24px 60px rgba(58, 111, 175, .06);
  box-shadow: 0 24px 60px rgba(58, 111, 175, .06);
  background: #fff;
  margin: 20px auto 0;
  border-radius: 8px
}

.wgt-capital-gains-tax-calculator .selected,
.wgt-capital-gains-tax-calculator label {
  margin: 0 0 5px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 116.66667%
}

.wgt-capital-gains-tax-calculator .span-form {
  position: relative
}

.wgt-capital-gains-tax-calculator .span-field {
  padding: 6px
}

.wgt-capital-gains-tax-calculator .span-input {
  margin-top: 0
}

.wgt-capital-gains-tax-calculator .span-submit {
  padding: 36px 6px 6px
}

.wgt-capital-gains-tax-calculator .amount {
  color: #000;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 112.5%
}

.wgt-capital-gains-tax-calculator .btn-submit-alt {
  min-width: 100%
}

.wgt-capital-gains-tax-calculator .btn-submit-alt:disabled {
  color: #fafafa;
  cursor: not-allowed;
  background: #adadff
}

.wgt-capital-gains-tax-calculator .input-field {
  padding: 4px 0;
  position: relative;
  background: #f6f8fa;
  border-radius: 6px
}

.wgt-capital-gains-tax-calculator .input-field input,
.wgt-capital-gains-tax-calculator .input-field select {
  background: rgba(0, 0, 0, 0)
}

.wgt-capital-gains-tax-calculator .input-field label {
  top: 20px;
  left: 18px;
  position: absolute
}

.wgt-capital-gains-tax-calculator .input-field input {
  color: #000;
  font-weight: 700;
  text-align: right;
  -webkit-appearance: none
}

.wgt-capital-gains-tax-calculator .input-field input::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

.wgt-capital-gains-tax-calculator .input-field input:-moz-placeholder,
.wgt-capital-gains-tax-calculator .input-field input::-moz-placeholder {
  color: #000;
  opacity: 1
}

.wgt-capital-gains-tax-calculator .input-field input:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

.wgt-capital-gains-tax-calculator .input-field .input-addon {
  left: 18px;
  bottom: 17px;
  position: absolute;
  vertical-align: baseline;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 133.33333%
}

.wgt-capital-gains-tax-calculator .input-field .input-text {
  padding: 35px 18px 14px
}

.wgt-capital-gains-tax-calculator .input-select {
  width: 100%;
  height: 68px;
  position: relative;
  background: #f6f8fa;
  border-radius: 8px
}

.wgt-capital-gains-tax-calculator .input-select:hover,
.wgt-capital-gains-tax-calculator .input-select select:hover {
  cursor: pointer
}

.wgt-capital-gains-tax-calculator .input-select .selected,
.wgt-capital-gains-tax-calculator .input-select label {
  top: 50%;
  left: 18px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none
}

.wgt-capital-gains-tax-calculator .input-select .selected {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  margin-bottom: 0;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

.wgt-capital-gains-tax-calculator .input-select:after {
  top: 50%;
  right: 18px;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  pointer-events: none
}

.wgt-capital-gains-tax-calculator .input-select select {
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wgt-capital-gains-tax-calculator .input-select select:focus {
  visibility: visible
}

.wgt-capital-gains-tax-calculator .input-select .selected:empty {
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out
}

.wgt-capital-gains-tax-calculator .input-select .selected:not(:empty)+label {
  -webkit-transform: translateY(-160%) scale(.8);
  -ms-transform: translateY(-160%) scale(.8);
  -o-transform: translateY(-160%) scale(.8);
  transform: translateY(-160%) scale(.8);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.wgt-capital-gains-tax-calculator .results {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 40px 20px;
  position: absolute;
  -webkit-box-shadow: 0 24px 60px rgba(58, 111, 175, .06);
  box-shadow: 0 24px 60px rgba(58, 111, 175, .06);
  background: #fff;
  border-radius: 8px;
  pointer-events: none
}

.wgt-capital-gains-tax-calculator .results p {
  margin: 0 0 5px;
  font-family: SF Pro Text, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 128.57143%
}

.wgt-capital-gains-tax-calculator p span {
  color: #00d695;
  font-weight: 600
}

.wgt-capital-gains-tax-calculator .price {
  display: block;
  font-size: 36px;
  line-height: 111.11111%;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-capital-gains-tax-calculator .table {
  margin: 40px auto;
  background: #f6f8fa;
  border-radius: 16px
}

.wgt-capital-gains-tax-calculator .table td,
.wgt-capital-gains-tax-calculator .table th {
  border-top: none;
  vertical-align: middle
}

.wgt-capital-gains-tax-calculator .table td {
  padding: 10px 25px 10px 5px
}

.wgt-capital-gains-tax-calculator .table th {
  padding: 10px 5px 10px 25px
}

.wgt-capital-gains-tax-calculator .table tr:first-of-type>td,
.wgt-capital-gains-tax-calculator .table tr:first-of-type>th {
  padding-top: 20px
}

.wgt-capital-gains-tax-calculator .table tr:last-of-type>td,
.wgt-capital-gains-tax-calculator .table tr:last-of-type>th {
  padding-bottom: 20px
}

.wgt-capital-gains-tax-calculator .table th {
  font-size: 18px;
  line-height: 111.11111%;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-capital-gains-tax-calculator .table td {
  text-align: left;
  font-size: 14px;
  line-height: 142.85714%;
  font-family: Graphik, Arial, sans-serif
}

.wgt-capital-gains-tax-calculator.show-results .results {
  opacity: 1;
  pointer-events: all
}

.wgt-capital-gains-tax-calculator.show-results form {
  opacity: 0
}

.pw_capital_gains_tax_calculator .banner {
  background: #f6f8fa
}

.pw_capital_gains_tax_calculator .website-logo {
  max-width: 100%;
  text-align: center
}

.pw_capital_gains_tax_calculator .website-logo svg {
  display: inline-block
}

.pw_capital_gains_tax_calculator .wgt-editor {
  padding-top: 55px
}

.pw_capital_gains_tax_calculator .wgt-editor h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1
}

.pw_capital_gains_tax_calculator .wgt-editor h2:first-of-type {
  font-size: 42px;
  line-height: 1
}

.pw_capital_gains_tax_calculator .wgt-editor p {
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  line-height: 177.77778%
}

.pw_capital_gains_tax_calculator .wgt-editor p+h2 {
  margin-top: 55px
}

@media (min-width:992px) {
  .wgt-capital-gains-tax-calculator .tax-label {
    max-width: 100%
  }
}

@media (min-width:992px) {
  .pw_capital_gains_tax_calculator .website-logo {
    margin: 0 auto;
    text-align: left
  }

  .wgt-capital-gains-tax-calculator h1 {
    margin: 0 0 40px -4px;
    font-size: 52px;
    line-height: 130.76923%;
    letter-spacing: -.009rem
  }

  .wgt-capital-gains-tax-calculator .container,
  .wgt-capital-gains-tax-calculator form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .wgt-capital-gains-tax-calculator .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-capital-gains-tax-calculator .span-form {
    width: 490px
  }

  .wgt-capital-gains-tax-calculator .span-content {
    width: calc(100% - 510px);
    max-width: 510px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    padding-right: 0
  }

  .wgt-capital-gains-tax-calculator .span-input,
  .wgt-capital-gains-tax-calculator .span-range,
  .wgt-capital-gains-tax-calculator .span-submit {
    width: 100%
  }

  .wgt-capital-gains-tax-calculator .span-6 {
    width: 50%
  }

  .wgt-capital-gains-tax-calculator .span-submit {
    text-align: center
  }

  .wgt-capital-gains-tax-calculator .btn-submit-alt {
    min-width: 200px
  }
}

.wgt-carousel {
  background: #fff;
  padding: 84px 0 65px
}

.wgt-carousel .span-image {
  width: 100%;
  -webkit-box-ordinal-group: 61;
  -ms-flex-order: 60;
  order: 60;
  position: relative;
  font-size: 0;
  padding-top: 165px
}

.wgt-carousel .span-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center
}

.wgt-carousel .span-content {
  width: 100%;
  margin: 0 auto;
  max-width: 435px;
  text-align: center
}

.wgt-carousel h2,
.wgt-carousel p {
  margin: 0;
  font-size: 22px;
  line-height: 150%
}

.wgt-carousel h2 {
  font-weight: 500;
  margin-bottom: 10px
}

.wgt-carousel .svg-icon {
  width: 53px;
  height: 53px;
  margin: 0 auto 28px
}

.wgt-carousel svg {
  fill: #000;
  color: #000;
  width: 53px;
  height: 53px;
  margin: 0 auto
}

.wgt-carousel .svg-percentage,
.wgt-carousel .svg-pie-chart {
  width: 45px;
  height: 45px
}

.wgt-carousel img,
.wgt-carousel video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  visibility: hidden;
  border-radius: 5px
}

.wgt-carousel .image,
.wgt-carousel .video-wrap {
  margin: 0 auto;
  display: block;
  max-width: 535px
}

.wgt-carousel .slider-track,
.wgt-carousel .slides {
  overflow: hidden;
  position: relative
}

.wgt-carousel .slides {
  margin: 0;
  padding: 0;
  list-style: none
}

.wgt-carousel .slide {
  top: 100%;
  width: 100%;
  opacity: 0;
  z-index: 3;
  position: absolute;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

.wgt-carousel .slide.active {
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  position: relative;
  -webkit-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in
}

.wgt-carousel .slide.active img,
.wgt-carousel .slide.active video {
  visibility: visible
}

.wgt-carousel .next {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  z-index: 20;
  position: absolute;
  background: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none
}

.wgt-carousel .next:focus {
  outline: none
}

.wgt-carousel .dots {
  width: 100%;
  z-index: 30;
  font-size: 0;
  text-align: center;
  padding-top: 40px
}

.wgt-carousel .disclosure-link {
  display: block
}

.wgt-carousel .disclosure-link .tooltip {
  max-width: 98%
}

@media (min-width:0) and (max-width:640px) {
  .wgt-carousel .span-image {
    display: none
  }
}

@media (min-width:640px) {
  .wgt-carousel .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .wgt-carousel .dots {
    position: absolute
  }
}

@media (min-width:768px) {
  .wgt-carousel {
    padding: 45px 0 0;
    background: none
  }

  .wgt-carousel .slider {
    background: #fff
  }

  .wgt-carousel .slide {
    padding: 36px 35px 38px
  }

  .wgt-carousel h2 {
    font-size: 30px;
    line-height: 1
  }
}

@media (min-width:1024px) {
  .wgt-carousel {
    padding: 121px 0 0;
    background: none
  }

  .wgt-carousel svg {
    margin-bottom: 31px
  }

  .wgt-carousel h2 {
    margin-bottom: 12px
  }

  .wgt-carousel p {
    font-size: 22px;
    line-height: 136.36364%
  }

  .wgt-carousel img {
    margin: 0
  }

  .wgt-carousel .container {
    padding-left: 10px;
    padding-right: 10px
  }

  .wgt-carousel .slider {
    padding: 66px 15px;
    background: #fff
  }

  .wgt-carousel .slide {
    height: 100%;
    padding: 0
  }

  .wgt-carousel .span-content,
  .wgt-carousel .span-image {
    width: 50%;
    margin-top: 0
  }

  .wgt-carousel .span-image {
    min-height: 100%;
    padding-top: 0
  }

  .wgt-carousel .span-content {
    -webkit-box-ordinal-group: 61;
    -ms-flex-order: 60;
    order: 60;
    height: auto !important;
    padding: 0 65px;
    max-width: 100%;
    -ms-flex-item-align: center;
    align-self: center
  }

  .wgt-carousel .dots {
    top: auto !important;
    right: 0;
    width: 50%;
    bottom: 20px;
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (min-width:1480px) {
  .wgt-carousel .dots {
    bottom: 60px
  }
}

.dots .btn {
  width: 24px;
  height: 24px;
  border: none;
  margin: 0 8px;
  display: inline-block;
  background: #c0cce4;
  -webkit-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  border-radius: 50%;
  vertical-align: middle
}

.dots .btn.active {
  background: #000
}

.dots .btn:hover {
  cursor: pointer;
  -webkit-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
  transition: background .4s ease-out;
  background: #000
}

.dots .btn:focus {
  outline: none
}

.wgt-claim-handle {
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-claim-handle .container {
  max-width: 1400px
}

.wgt-claim-handle h1 {
  margin: 0 0 36px;
  font-size: 43px;
  line-height: 1;
  letter-spacing: -.009rem
}

.wgt-claim-handle h3,
.wgt-claim-handle p {
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: .045rem
}

.wgt-claim-handle .bg-wrap {
  overflow: hidden;
  text-align: center;
  padding-top: 30px
}

.wgt-claim-handle .bg-wrap img {
  display: inline-block
}

.wgt-claim-handle .bg-wrap .image-desktop {
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  position: absolute
}

.wgt-claim-handle .span-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: .015rem
}

.wgt-claim-handle .span-label {
  color: #000;
  padding-right: 4px
}

.wgt-claim-handle .input-text {
  border: none;
  padding: 13px 15px 12px;
  min-width: 100%;
  background: #f6f8fa;
  font-weight: 700;
  border-radius: 100px;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-claim-handle .input-text::-webkit-input-placeholder {
  display: inline-block;
  font-weight: 700;
  padding-top: 2px;
  vertical-align: middle;
  padding-bottom: 0
}

.wgt-claim-handle .input-text:-moz-placeholder,
.wgt-claim-handle .input-text::-moz-placeholder {
  display: inline-block;
  font-weight: 700;
  padding-top: 2px;
  vertical-align: middle;
  padding-bottom: 0
}

.wgt-claim-handle .input-text:-ms-input-placeholder {
  display: inline-block;
  font-weight: 700;
  padding-top: 2px;
  vertical-align: middle;
  padding-bottom: 0
}

.wgt-claim-handle .input-text:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wgt-claim-handle .response {
  top: 100%;
  left: 0;
  padding: 15px 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 142.85714%
}

.wgt-claim-handle .error:before,
.wgt-claim-handle .valid:before {
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  margin-top: -1px;
  margin-right: 6px;
  vertical-align: top;
  background-size: contain
}

.wgt-claim-handle .error:before {
  background: 50% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNsb3NlIj4KPHBhdGggaWQ9Ik92YWwgNSIgb3BhY2l0eT0iMC4yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjU0MTcgMjJDMTYuMzYzNyAyMiAyMS4wODMzIDE3LjA3NTEgMjEuMDgzMyAxMUMyMS4wODMzIDQuOTI0ODcgMTYuMzYzNyAwIDEwLjU0MTcgMEM0LjcxOTY2IDAgMCA0LjkyNDg3IDAgMTFDMCAxNy4wNzUxIDQuNzE5NjYgMjIgMTAuNTQxNyAyMloiIGZpbGw9IiNGRTIxNjMiLz4KPHBhdGggaWQ9IkNvbWJpbmVkIFNoYXBlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjI0MDggNy4xNDEzOEMxMy45MDA0IDYuNzg2MjEgMTMuMzQ4NiA2Ljc4NjIxIDEzLjAwODIgNy4xNDEzOEwxMC41NDI4IDkuNzEzOTdMOC4wNzc3NCA3LjE0MTczQzcuNzM3MzYgNi43ODY1NSA3LjE4NTUgNi43ODY1NSA2Ljg0NTEzIDcuMTQxNzNDNi41MDQ3NSA3LjQ5NjkxIDYuNTA0NzUgOC4wNzI3NiA2Ljg0NTEzIDguNDI3OTRMOS4zMTAxOSAxMS4wMDAyTDYuODQ1MTMgMTMuNTcyNEM2LjUwNDc1IDEzLjkyNzYgNi41MDQ3NSAxNC41MDM0IDYuODQ1MTMgMTQuODU4NkM3LjE4NTUxIDE1LjIxMzggNy43MzczNiAxNS4yMTM4IDguMDc3NzQgMTQuODU4NkwxMC41NDI4IDEyLjI4NjRMMTMuMDA4MiAxNC44NTlDMTMuMzQ4NiAxNS4yMTQxIDEzLjkwMDQgMTUuMjE0MSAxNC4yNDA4IDE0Ljg1OUMxNC41ODEyIDE0LjUwMzggMTQuNTgxMiAxMy45Mjc5IDE0LjI0MDggMTMuNTcyOEwxMS43NzU0IDExLjAwMDJMMTQuMjQwOCA4LjQyNzU5QzE0LjU4MTIgOC4wNzI0MSAxNC41ODEyIDcuNDk2NTYgMTQuMjQwOCA3LjE0MTM4WiIgZmlsbD0iI0ZFMjE2MyIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat
}

.wgt-claim-handle .valid:before {
  background: 50% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrZWQiPgogICAgPHBhdGggb3BhY2l0eT0iMC4yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuOTk4NyAxOS4xNjY3QzE1LjA2MTMgMTkuMTY2NyAxOS4xNjU0IDE1LjA2MjcgMTkuMTY1NCAxMEMxOS4xNjU0IDQuOTM3NDMgMTUuMDYxMyAwLjgzMzM3NCA5Ljk5ODcgMC44MzMzNzRDNC45MzYwOSAwLjgzMzM3NCAwLjgzMjAzMSA0LjkzNzQzIDAuODMyMDMxIDEwQzAuODMyMDMxIDE1LjA2MjcgNC45MzYwOSAxOS4xNjY3IDkuOTk4NyAxOS4xNjY3WiIgZmlsbD0iIzAwMDBGRiIvPgogICAgPHBhdGggaWQ9IlVuaW9uIiBkPSJNMTQuNjQ1MSA3LjAyODg4QzE0LjI4NSA2LjY2NjI1IDEzLjY5ODggNi42NjUyMSAxMy4zMzc1IDcuMDI2NTdMOC41NzAzIDExLjc5MzdMNi42NTcyNSA5Ljg4NjAzQzYuMjk3NDQgOS41MjcyMSA1LjcxNSA5LjUyNzYyIDUuMzU1NjkgOS44ODY5M0M0Ljk5NjAyIDEwLjI0NjYgNC45OTYwMiAxMC44Mjk3IDUuMzU1NjkgMTEuMTg5NEw3LjgzMzk0IDEzLjY2NzdDOC4yNDA3NCAxNC4wNzQ1IDguOTAwMjggMTQuMDc0NSA5LjMwNzA4IDEzLjY2NzdMMTQuNjQyOCA4LjMzMTkxQzE1LjAwMjQgNy45NzIzNSAxNS4wMDM0IDcuMzg5NzEgMTQuNjQ1MSA3LjAyODg4WiIgZmlsbD0iIzAwMDBGRiIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat
}

.wgt-claim-handle .span-submit {
  left: 50%;
  width: 100%;
  bottom: 16px;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 191;
  position: fixed;
  max-width: 345px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(58, 111, 175, .4);
  box-shadow: 0 8px 16px rgba(58, 111, 175, .4);
  border-radius: 100px
}

.wgt-claim-handle .form-claim {
  width: 100%
}

.wgt-claim-handle .btn-submit {
  width: 100%;
  border: none;
  margin: 0;
  padding: 16px;
  text-align: center;
  background: #000;
  border-radius: 100px;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-claim-handle .btn-submit span {
  display: block
}

.wgt-claim-handle .btn-submit:disabled {
  background: rgba(0, 0, 255, .3);
  pointer-events: none
}

.wgt-claim-handle .is-valid .input-text {
  color: #000
}

.wgt-claim-handle .is-invalid .input-text {
  color: #fe2163
}

.ui-win {
  width: 100%;
  z-index: 3;
  max-width: 320px;
  background: #fff
}

.ui-win header {
  display: none;
  font-size: 0;
  text-align: left;
  line-height: 0
}

.ui-win .ui-btn {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle
}

.ui-win .ui-btn.close {
  background: #fe2163
}

.ui-win .ui-btn.minimize {
  background: #d0dae8
}

.ui-win .ui-btn.full {
  background: #00bb83
}

.ui-win .ui-btn+.ui-btn {
  margin-left: 5px
}

@media (min-width:768px) {
  .wgt-claim-handle {
    text-align: center
  }

  .wgt-claim-handle h1 {
    font-size: 52px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
  }

  .wgt-claim-handle p {
    margin: 0 auto 21px;
    max-width: 640px
  }

  .wgt-claim-handle h3,
  .wgt-claim-handle p {
    font-size: 18px;
    line-height: 155.55556%
  }

  .ui-win {
    margin: 0 auto
  }
}

@media (min-width:992px) {
  .pw_claim_handle .banner .container {
    z-index: 1291821;
    max-width: 1400px
  }

  .pw_claim_handle .banner .container .website-logo {
    padding-bottom: 0
  }

  .wgt-claim-handle {
    text-align: left;
    margin-top: -30px
  }

  .wgt-claim-handle h1 {
    margin-left: 0
  }

  .wgt-claim-handle p {
    max-width: 490px;
    margin-left: 0
  }

  .wgt-claim-handle .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: calc(100vh - 30px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .wgt-claim-handle .span-check {
    width: 55%;
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff
  }

  .wgt-claim-handle .span-title {
    width: 45%
  }

  .wgt-claim-handle .bg-wrap {
    height: 100%;
    background: #f6f8fa;
    padding-top: 85px
  }

  .wgt-claim-handle .bg-wrap .image-mobile {
    display: none
  }

  .wgt-claim-handle .bg-wrap .image-desktop {
    display: inline-block;
    max-width: 510px;
    vertical-align: bottom
  }

  .wgt-claim-handle .span-submit {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 50px
  }

  .wgt-claim-handle .btn-submit {
    margin: 0 auto;
    display: block;
    max-width: 165px;
    min-width: auto;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 255, .27);
    box-shadow: 0 10px 20px rgba(0, 0, 255, .27)
  }

  .wgt-claim-handle .span-form {
    padding: 40px 0 2px
  }

  .wgt-claim-handle .input-text,
  .wgt-claim-handle .span-form {
    font-size: 30px;
    line-height: 106.66667%;
    letter-spacing: -.007rem
  }

  .wgt-claim-handle .input-text {
    padding: 16px 15px 15px;
    font-weight: 700
  }

  .wgt-claim-handle .span-input {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
  }

  .wgt-claim-handle .response {
    top: auto;
    bottom: 0;
    padding: 10px 0 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
  }

  .ui-win {
    top: 50%;
    left: 50%;
    border: 6px solid hsla(0, 0%, 100%, .9);
    margin: 0;
    padding: 14px 7px 38px 12px;
    position: absolute;
    max-width: 445px;
    -webkit-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    -o-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
    -webkit-box-shadow: 0 8px 16px rgba(58, 111, 175, .1);
    box-shadow: 0 8px 16px rgba(58, 111, 175, .1);
    border-radius: 4px 4px 0 0
  }

  .ui-win header {
    display: block
  }

  .ui-win .ui-btn {
    width: 10px;
    height: 10px
  }

  .ui-win .ui-btn+.ui-btn {
    margin-left: 8px
  }
}

@media (min-width:1200px) {
  .ui-win {
    max-width: 470px;
    -webkit-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    -o-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%)
  }
}

.wgt-columns {
  padding-top: 30px;
  padding-bottom: 80px
}

.wgt-columns h2 {
  color: #000;
  margin: 0 0 75px;
  font-weight: 500;
  font-size: 46px;
  line-height: 115.21739%
}

.wgt-columns p {
  margin: 0;
  font-size: 16px;
  line-height: 166.66667%
}

.wgt-columns h3 {
  color: #000;
  margin: 0;
  padding: 0 0 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 136.36364%
}

.wgt-columns svg {
  fill: #000;
  color: #000
}

.wgt-columns a:hover {
  color: #000
}

.wgt-columns .disclosure-link {
  line-height: 30px
}

.wgt-columns .disclosure-link:active,
.wgt-columns .disclosure-link:focus,
.wgt-columns .disclosure-link:hover,
.wgt-columns .disclosure-link:link,
.wgt-columns .disclosure-link:visited {
  color: #999ba5
}

.wgt-columns.media-center {
  text-align: center
}

.wgt-columns.bg-light-grey.style-trio svg {
  width: 68px;
  height: 68px;
  margin-bottom: 41px
}

.wgt-columns.bg-light-grey.style-trio .row {
  padding: 0 20px
}

.wgt-columns.bg-light-grey.style-trio .span-box {
  background: #f6f8fa;
  padding-top: 63px;
  padding-bottom: 32px
}

.wgt-columns.bg-light-grey.style-trio .span-box:last-of-type {
  padding-bottom: 72px
}

.wgt-columns.style-trio.media-left svg {
  width: 55px;
  height: 55px;
  margin-bottom: 32px
}

.wgt-columns.style-trio.media-left .span-box {
  padding-top: 41px
}

.wgt-columns.style-duo header {
  position: relative
}

.wgt-columns.style-duo svg {
  width: 26px;
  height: 26px
}

.wgt-columns.style-duo .svg-icon {
  top: 3px;
  left: 0;
  position: absolute
}

.wgt-columns.style-duo h3 {
  padding-left: 40px
}

.wgt-columns.style-duo .span-box {
  padding-top: 40px
}

.wgt-columns.bg-dark-grey {
  background: #000
}

.wgt-columns.bg-dark-grey h3,
.wgt-columns.bg-dark-grey p {
  color: #fff
}

.wgt-columns.bg-dark-grey svg {
  fill: #b5ceff;
  color: #b5ceff
}

.wgt-columns.bg-light-grey.boxed {
  background: #f6f8fa;
  padding-top: 84px
}

.wgt-columns.bg-light-grey.boxed header,
.wgt-columns.bg-light-grey.boxed main {
  background: #fff;
  padding-left: 32px;
  padding-right: 32px
}

.wgt-columns.bg-light-grey.boxed header {
  padding-top: 32px
}

.wgt-columns.bg-light-grey.boxed main {
  padding-bottom: 32px
}

.wgt-columns.bg-light-grey.boxed img {
  margin-bottom: 32px
}

.wgt-columns.bg-light-grey.boxed .span-box {
  padding: 18px
}

.wgt-columns .dots {
  width: 100%;
  font-size: 0;
  text-align: center
}

.wgt-columns.style-trio-simple .span-box {
  padding-top: 41px
}

.wgt-columns.style-trio-simple h3 {
  font-size: 24px;
  line-height: 123.07692%
}

.wgt-columns.style-trio-simple+.style-trio-simple {
  padding-top: 0;
  margin-top: -80px
}

@media (min-width:768px) {
  .wgt-columns h2 {
    font-size: 65px;
    line-height: 110.76923%;
    letter-spacing: -.02rem
  }

  .wgt-columns.style-trio.media-left .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wgt-columns.style-trio.media-left .span-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .wgt-columns.style-duo .row,
  .wgt-columns.style-trio-simple .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .wgt-columns.style-duo .span-box,
  .wgt-columns.style-trio-simple .span-box {
    width: 50%
  }

  .wgt-columns .dots,
  .wgt-columns .next {
    display: none
  }
}

@media (min-width:992px) {

  .wgt-columns.media-left.boxed h2,
  .wgt-columns h2 {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px;
    line-height: 112.5%;
    letter-spacing: -.02rem
  }

  .wgt-columns.media-left.boxed h2 {
    text-align: center
  }

  .wgt-columns.style-trio .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wgt-columns.style-trio .span-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
    padding-right: 30px
  }

  .wgt-columns.style-trio-simple {
    /* padding-top: 69px; */
    padding-bottom: 18px
  }

  .wgt-columns.style-trio-simple .row {
    margin-left: -30px;
    margin-right: -30px
  }

  .wgt-columns.style-trio-simple .span-box {
    width: 25%;
    padding-left: 30px;
    padding-right: 30px
  }

  /* .wgt-columns.style-trio-simple .span-box:nth-child(3)~.span-box {
    padding-top: 85px
  } */
  .wgt-columns.media-left h2 {
    max-width: 100%;
    margin-left: 4px;
    font-size: 65px;
    line-height: 110.76923%;
    letter-spacing: -.02rem
  }
}

@media (min-width:1200px) {
  .wgt-columns.bg-light-grey.style-trio .row {
    padding: 0 20px;
    background: #f6f8fa;
    margin-left: -45px;
    margin-right: -45px
  }

  .wgt-columns.bg-light-grey.style-trio .container {
    max-width: 1090px;
    padding-left: 30px;
    padding-right: 30px
  }

  .wgt-columns.style-duo .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -40px;
    margin-right: -40px
  }

  .wgt-columns.style-duo .span-box {
    padding-left: 50px;
    padding-right: 50px
  }
}

.wgt-content-box {
  padding: 40px 16px;
  background: #f6f8fa;
  margin: 49px -16px 62px
}

.wgt-content-box .title {
  color: #999ba5;
  margin: 0 0 10px;
  display: block;
  font-size: 12px;
  line-height: 1
}

.wgt-content-box .title+br {
  display: none
}

@media (min-width:992px) {
  .wgt-content-box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 16px
  }
}

.wgt-content-image {
  padding: 25px 0
}

.wgt-content-image p,
.wgt-content-image ul {
  margin: 0;
  font-size: 16px;
  line-height: 160%
}

.wgt-content-image h2 {
  color: #000;
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 36px;
  line-height: 113.88889%
}

.wgt-content-image h4 {
  color: #999ba5;
  font-weight: 400;
  margin: 0 0 13px 1px;
  font-size: 16px;
  line-height: 187.5%
}

.wgt-content-image ul {
  padding: 0;
  list-style: none
}

.wgt-content-image ul li+li {
  margin-top: 7px
}

.wgt-content-image p+ul {
  margin-top: 27px
}

.wgt-content-image .check,
.wgt-content-image .uncheck {
  position: relative;
  padding-left: 40px
}

.wgt-content-image .check:before,
.wgt-content-image .uncheck:before {
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 100%
}

.wgt-content-image .check:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M6.357 14.313c.532.46 1.347.406 1.811-.125l7.65-8.75a1.233 1.233 0 00-.146-1.769 1.293 1.293 0 00-1.79.142L7.073 11.6l-3.08-2.662a1.293 1.293 0 00-1.792.104 1.233 1.233 0 00.106 1.772l4.05 3.5z' fill='%23fff'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 15px;
  background-color: #00d695
}

.wgt-content-image .uncheck:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.07 6.657a1 1 0 00-1.414 1.414l4.243 4.243-4.243 4.243A1 1 0 108.07 17.97l4.243-4.243 4.243 4.243a1 1 0 001.414-1.414l-4.243-4.243L17.97 8.07a1 1 0 00-1.414-1.414L12.313 10.9 8.07 6.657z' fill='%23fff'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 18px;
  background-color: #fe2163
}

.wgt-content-image .btn-submit {
  min-width: 100%;
  margin-top: 42px
}

.wgt-content-image .span-media {
  z-index: 1;
  position: relative;
  padding-top: 40px
}

.wgt-content-image .span-image {
  pointer-events: none
}

.wgt-content-image .disclosure-link {
  padding-top: 29px
}

.wgt-content-image .disclosure-link:active,
.wgt-content-image .disclosure-link:focus,
.wgt-content-image .disclosure-link:hover,
.wgt-content-image .disclosure-link:link,
.wgt-content-image .disclosure-link:visited {
  color: #999ba5
}

.wgt-content-image .disclosure-link:hover {
  text-decoration: underline
}

.wgt-content-image.type-image .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.wgt-content-image.type-image .image-1,
.wgt-content-image.type-image .image-2 {
  width: 50%;
  padding: 0 20px
}

.wgt-content-image.type-image .span-content {
  width: 100%;
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40
}

.wgt-content-image.type-cta .image,
.wgt-content-image.type-cta .video-wrap {
  margin: 0 auto;
  max-width: 430px
}

.wgt-content-image.type-double .span-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  background: #000;
  padding-bottom: 40px
}

.wgt-content-image.type-double .span-6 h2,
.wgt-content-image.type-double .span-6 h4 {
  color: #fff
}

.wgt-content-image.type-double .span-6 .span-content {
  color: #fff;
  padding-top: 36px
}

.wgt-content-image.type-double .span-6 .image,
.wgt-content-image.type-double .span-6 .span-content,
.wgt-content-image.type-double .span-6 .video-wrap {
  margin: 0 auto;
  z-index: 3;
  position: relative;
  max-width: 350px
}

.wgt-content-image.type-double .span-6 .image,
.wgt-content-image.type-double .span-6 .video-wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.wgt-content-image.type-double .span-6 .disclosure-link {
  display: block
}

.wgt-content-image.type-double .span-6 .link-plain,
.wgt-content-image.type-double .span-6 .link-plain:active,
.wgt-content-image.type-double .span-6 .link-plain:focus,
.wgt-content-image.type-double .span-6 .link-plain:hover,
.wgt-content-image.type-double .span-6 .link-plain:link,
.wgt-content-image.type-double .span-6 .link-plain:visited {
  color: #999ba5
}

.wgt-content-image.type-double .span-6 .link-plain:hover {
  text-decoration: underline
}

.wgt-content-image.type-double .span-6 .tooltip {
  left: 0;
  color: #000;
  z-index: 6;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  max-width: 100%
}

.wgt-content-image.type-stocks {
  padding: 6px;
  overflow: hidden;
  background: -webkit-linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  background: -o-linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  background: linear-gradient(45deg, #000 -1.93%, #09f 101.93%)
}

.wgt-content-image.type-stocks .container {
  background: #fff;
  padding-top: 50px
}

.wgt-content-image.type-stocks+.type-stocks {
  margin-top: 30px
}

.wgt-content-image.type-stocks .span-content {
  z-index: 1
}

.wgt-content-image.type-stocks .span-image {
  z-index: 10;
  padding: 0;
  position: relative;
  min-height: 300px
}

.wgt-content-image.type-stocks .image-svg {
  width: 120%;
  left: 50%;
  bottom: -30%;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wgt-content-image.type-stocks .image-svg svg {
  max-width: 100%
}

.wgt-content-image.type-animations .span-content,
.wgt-content-image.type-rotating .span-content {
  padding-bottom: 38px
}

.wgt-content-image .img-rotator {
  position: relative;
  margin-top: 34px
}

.wgt-content-image .img-rotator:before {
  content: "";
  display: block;
  padding-top: 100%
}

.wgt-content-image .img-rotator>div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  border-radius: 10px;
  background-size: cover;
  background-color: #f6f8fa;
  background-repeat: no-repeat;
  background-position: 50%
}

.wgt-content-image .img-rotator>div.active {
  z-index: 4
}

.wgt-content-image .img-rotator img {
  bottom: 0;
  z-index: 10;
  position: absolute
}

.wgt-content-image .animation-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f6f8fa;
  border-radius: 16px;
  pointer-events: none
}

.wgt-content-image .animation-wrap:before {
  content: "";
  display: block;
  padding-top: 100%
}

.wgt-content-image .animation-wrap>div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute
}

.wgt-content-image.type-stocks+.wgt-content-image.type-animations {
  padding-top: 145px
}

.wgt-content-image.type-animations+.wgt-content-image.type-animations {
  padding-top: 81px
}

.wgt-content-image.type-rotating+.wgt-content-image.type-rotating {
  padding-top: 70px
}

.wgt-content-image.type-rotating+.wgt-cta-form.type-simple.bg-blue {
  padding-top: 75px
}

@media (min-width:768px) {
  .wgt-content-image {
    padding: 91px 0 54px
  }

  .wgt-content-image .btn-submit {
    min-width: 220px;
    margin-top: 38px
  }

  .wgt-content-image .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .wgt-content-image .container {
    padding-left: 25px;
    padding-right: 25px
  }

  .wgt-content-image .span-6,
  .wgt-content-image.type-cta .span-content,
  .wgt-content-image.type-cta .span-media {
    width: 50%
  }

  .wgt-content-image.type-cta .span-media {
    padding-top: 0
  }

  .wgt-content-image.type-cta .image,
  .wgt-content-image.type-cta .video-wrap {
    margin: 0;
    max-width: 100%
  }

  .wgt-content-image.type-cta.media-left .span-content {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    max-width: 470px
  }

  .wgt-content-image.type-cta.media-right .image {
    direction: rtl
  }

  .wgt-content-image.type-image .image,
  .wgt-content-image.type-image .span-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  .wgt-content-image.type-image .span-content {
    padding-top: 35px
  }

  .wgt-content-image.type-image .image {
    max-width: 360px
  }

  .wgt-content-image.type-image.media-right .image-1 {
    -webkit-box-ordinal-group: 71;
    -ms-flex-order: 70;
    order: 70
  }

  .wgt-content-image.type-image.media-right .image-2 {
    -webkit-box-ordinal-group: 91;
    -ms-flex-order: 90;
    order: 90
  }

  .wgt-content-image.type-image.media-left .span-content {
    max-width: 360px
  }

  .wgt-content-image.type-double {
    overflow: hidden
  }

  .wgt-content-image.type-double .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .wgt-content-image.type-double .span-6 {
    background: none
  }

  .wgt-content-image.type-double .span-media {
    padding-top: 0
  }

  .wgt-content-image.type-double .span-media:before {
    top: 50%;
    left: -40px;
    width: calc(100% + 80px);
    height: 50%;
    content: "";
    z-index: 1;
    position: absolute;
    background: #000
  }

  .wgt-content-image.type-double .container {
    padding-bottom: 30px
  }

  .wgt-content-image.type-double .container:before {
    left: -15px;
    width: calc(100% + 30px);
    height: 50%;
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background: #000;
    border-radius: 0 0 8px 8px
  }

  .wgt-content-image.type-stocks {
    margin: 0 auto;
    max-width: 1150px
  }

  .wgt-content-image.type-stocks h2 {
    margin-bottom: 41px
  }

  .wgt-content-image.type-stocks .container {
    padding-top: 0
  }

  .wgt-content-image.type-stocks .row {
    min-height: 378px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-content-image.type-stocks .span-image {
    width: 50%
  }

  .wgt-content-image.type-stocks .span-content {
    width: 50%;
    max-width: 550px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 52px
  }

  .wgt-content-image.type-stocks .span-image {
    -ms-flex-item-align: center;
    align-self: center
  }

  .wgt-content-image.type-stocks img {
    display: inline-block;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .wgt-content-image.type-stocks .image-svg {
    left: auto;
    width: 100%;
    bottom: -50%;
    display: block;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    text-align: right
  }

  .wgt-content-image.type-animations h2,
  .wgt-content-image.type-rotating h2 {
    margin-bottom: 31px
  }

  .wgt-content-image.type-animations .row,
  .wgt-content-image.type-rotating .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .wgt-content-image.type-animations .span-gallery,
  .wgt-content-image.type-rotating .span-gallery {
    width: 45%
  }

  .wgt-content-image.type-animations .span-content,
  .wgt-content-image.type-rotating .span-content {
    width: 55%;
    padding-bottom: 0
  }

  .wgt-content-image .img-rotator {
    margin-top: 0
  }

  .wgt-content-image.type-animations.media-left .span-content,
  .wgt-content-image.type-rotating.media-left .span-content {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
}

@media (min-width:992px) {
  .wgt-content-image.type-image .row {
    margin-left: -38px;
    margin-right: -38px
  }

  .wgt-content-image.type-image .image,
  .wgt-content-image.type-image .span-content {
    padding-left: 38px;
    padding-right: 38px
  }

  .wgt-content-image.type-stocks .span-content {
    padding-left: 60px
  }

  .wgt-content-image.type-stocks .image-svg {
    bottom: -10px
  }

  .wgt-content-image.type-stocks .image-svg svg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
  }

  .wgt-content-image.type-stocks .image-svg svg.animate-svg {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
  }

  .wgt-content-image.type-animations .span-content,
  .wgt-content-image.type-animations .span-gallery,
  .wgt-content-image.type-rotating .span-content,
  .wgt-content-image.type-rotating .span-gallery {
    width: 50%
  }
}

@media (min-width:1200px) {
  .wgt-content-image.type-double .span-media:before {
    left: auto;
    width: calc(100% + 25px)
  }

  .wgt-content-image.type-double .container:before {
    left: 25px;
    width: calc(100% - 50px);
    border-radius: 0 0 8px 8px
  }

  .wgt-content-image.type-double .span-6:first-child .span-media:before {
    left: 0;
    border-top-left-radius: 8px
  }

  .wgt-content-image.type-double .span-6:last-child .span-media:before {
    right: 0;
    border-top-right-radius: 8px
  }

  .wgt-content-image.type-stocks .image-svg {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px)
  }

  .wgt-content-image.type-animations .container,
  .wgt-content-image.type-rotating .container {
    max-width: 1218px;
    padding-left: 34px;
    padding-right: 34px
  }

  .wgt-content-image.type-animations .row,
  .wgt-content-image.type-rotating .row {
    margin-left: -34px;
    margin-right: -34px
  }

  .wgt-content-image.type-animations .span-content,
  .wgt-content-image.type-animations .span-gallery,
  .wgt-content-image.type-rotating .span-content,
  .wgt-content-image.type-rotating .span-gallery {
    width: 50%;
    padding-left: 34px;
    padding-right: 34px
  }

  .wgt-content-image.type-stocks+.wgt-content-image.type-rotating {
    padding-top: 82px
  }

  .wgt-content-image.type-animations+.wgt-content-image.type-animations {
    padding-top: 64px
  }

  .wgt-content-image.type-rotating+.wgt-content-image.type-rotating {
    padding-top: 119px
  }

  .wgt-content-image.type-rotating+.wgt-cta-form.type-simple.bg-blue {
    padding-top: 0
  }
}

.wgt-cta-form {
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}

.wgt-cta-form .container {
  max-width: 1200px;
  padding-top: 84px
}

.wgt-cta-form.bg-grey .container,
.wgt-cta-form.bg-grey.type-logos.media-right {
  background: #f6f8fa
}

.wgt-cta-form.bg-grey.type-logos .container {
  overflow: hidden
}

.wgt-cta-form h2 {
  color: #000;
  margin: 0 0 33px;
  font-weight: 500;
  line-height: 1
}

.wgt-cta-form h3 {
  color: #000;
  margin: 0 0 41px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%
}

.wgt-cta-form.media-bottom,
.wgt-cta-form.type-simple {
  text-align: center
}

.wgt-cta-form.type-simple .container {
  padding-bottom: 74px
}

.wgt-cta-form.type-simple .span-content {
  margin: 0 auto;
  max-width: 790px
}

.wgt-cta-form.type-logos .span-image .image-svg {
  left: 50%;
  width: 1045px;
  height: 250px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  max-width: none;
  -webkit-transform: translateX(-49.5%);
  -ms-transform: translateX(-49.5%);
  -o-transform: translateX(-49.5%);
  transform: translateX(-49.5%)
}

.wgt-cta-form .span-image .image-svg svg {
  margin: 0 auto;
  max-width: 100%
}

.wgt-cta-form.type-logos .span-image {
  height: 295px;
  overflow: hidden;
  position: relative;
  padding-top: 38px;
  margin-left: -18px;
  margin-right: -21px
}

.wgt-cta-form.type-logos.media-bottom .container {
  padding-bottom: 50px
}

.wgt-cta-form.type-logos .appstore-links {
  display: none
}

.wgt-cta-form .appstore-links {
  padding: 15px 0 25px
}

.wgt-cta-form.type-logos-alt .container {
  padding-top: 44px
}

.wgt-cta-form.type-logos-alt h2 {
  margin-bottom: 47px;
  font-size: 50px;
  line-height: 108%;
  letter-spacing: -.02rem
}

.wgt-cta-form.type-logos-alt h3 {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 150%
}

.wgt-cta-form.type-logos-alt .input-text {
  background: #f6f8fa
}

.wgt-cta-form.type-logos-alt .form-nexmo {
  display: none;
  margin-left: auto;
  margin-right: auto
}

.wgt-cta-form.type-logos-alt .span-image {
  margin-top: -34px
}

.wgt-cta-form.type-logos-alt .span-image img,
.wgt-cta-form.type-logos-alt .span-image svg {
  bottom: -19px;
  position: relative;
  -webkit-transform: translateX(-22%) scale(.88);
  -ms-transform: translateX(-22%) scale(.88);
  -o-transform: translateX(-22%) scale(.88);
  transform: translateX(-22%) scale(.88)
}

.wgt-cta-form.type-logos-alt .disclosure {
  display: none
}

.wgt-cta-form.type-logos-alt .error {
  white-space: nowrap
}

.wgt-cta-form .form-nexmo {
  /* max-width: 440px; */
  margin: 0 auto 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wgt-cta-form.type-simple .span-image {
  padding-top: 33px
}

.wgt-cta-form.type-gifts .disclosure,
.wgt-cta-form.type-gifts .form-nexmo {
  display: none
}

.wgt-cta-form.type-gifts .appstore-links {
  margin: 0 auto
}

.wgt-cta-form.type-gifts h3 {
  font-size: 18px;
  line-height: 127.77778%;
  letter-spacing: .005rem
}

.wgt-cta-form.type-gifts .span-image {
  padding-top: 50px
}

.wgt-cta-form.type-gifts img {
  margin: 0 auto;
  max-width: 210px
}

.wgt-cta-form .btn-submit,
.wgt-cta-form button,
.wgt-cta-form input {
  margin: 0 auto;
  display: block;
  max-width: 100%
}

.wgt-cta-form a.btn-submit {
  border-radius: 4px
}

.wgt-cta-form .gradient {
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute
}

.wgt-cta-form .gradient.bottom {
  width: 100%;
  height: 161px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa)
}

.wgt-cta-form .gradient.left {
  right: 0;
  width: 151px;
  height: 295px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa)
}

.wgt-cta-form .gradient.right {
  left: 0;
  width: 151px;
  height: 295px;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa)
}

.wgt-cta-form .disclosure {
  left: 0;
  color: #8d8d8d;
  width: 100%;
  bottom: 20px;
  z-index: 5;
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: 1
}

.wgt-cta-form.type-simple.bg-blue {
  padding: 22px 0 0
}

.wgt-cta-form.type-simple.bg-blue sup {
  color: #000;
  display: inline;
  line-height: 1;
  font-size: 30%;
  vertical-align: super
}

.wgt-cta-form.type-simple.bg-blue .container {
  padding: 10px;
  background: -webkit-linear-gradient(45deg, #1C4DE7 -1.93%, #1C4DE7 101.93%);
  background: -o-linear-gradient(45deg, #1C4DE7 -1.93%, #1C4DE7 101.93%);
  background: linear-gradient(45deg, #1C4DE7 -1.93%, #1C4DE7 101.93%)
}

.wgt-cta-form.type-simple.bg-blue .row {
  margin: 0 auto;
  background: #fff
}

.wgt-cta-form.type-simple.bg-blue .span-content {
  width: 100%;
  padding: 62px 6px 25px;
  max-width: 100%
}

/* TODO: commented for waitlist stage
.wgt-cta-form.type-simple.bg-blue .disclosure, .wgt-cta-form.type-simple.bg-blue .form-nexmo {
  display: none
} */

.wgt-cta-form.type-simple.bg-blue h3 {
  margin: 0 auto 30px;
  max-width: 680px;
  font-size: 18px;
  line-height: 160%
}

@media (min-width: 320px) and (max-width: 480px) {
  .wgt-cta-form.type-simple.bg-blue h3 {
    font-size: 16px;
  }
}

.wgt-cta-form .website-logo {
  display: none
}

.wgt-cta-form.bg-full-blue {
  color: #fff;
  background: -webkit-linear-gradient(28.88deg, #000 -1.93%, #09f 101.93%);
  background: -o-linear-gradient(28.88deg, #000 -1.93%, #09f 101.93%);
  background: linear-gradient(61.12deg, #000 -1.93%, #09f 101.93%);
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center
}

.wgt-cta-form.bg-full-blue .disclosure,
.wgt-cta-form.bg-full-blue .form-nexmo {
  display: none
}

.wgt-cta-form.bg-full-blue .website-logo {
  margin: 0 auto 18px;
  display: inline-block
}

.wgt-cta-form.bg-full-blue h2 {
  color: #f6f8fa;
  font-size: 38px;
  line-height: 110.52632%;
  letter-spacing: .003rem
}

.wgt-cta-form.bg-full-blue h3 {
  color: #f6f8fa;
  display: none;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: .003rem
}

.wgt-cta-form.bg-full-blue .form-nexmo input {
  color: #fff;
  border: 1px solid #f6f8fa;
  border-right: none;
  background: hsla(0, 0%, 100%, .2);
  border-radius: 2px 0 0 2px
}

.wgt-cta-form.bg-full-blue .form-nexmo input::-webkit-input-placeholder {
  color: #fff
}

.wgt-cta-form.bg-full-blue .form-nexmo input:-moz-placeholder,
.wgt-cta-form.bg-full-blue .form-nexmo input::-moz-placeholder {
  color: #fff
}

.wgt-cta-form.bg-full-blue .form-nexmo input:-ms-input-placeholder {
  color: #fff
}

.wgt-cta-form.bg-full-blue .form-nexmo button {
  color: #000;
  background: #e5e5ff;
  border-radius: 0 2px 2px 0
}

.wgt-cta-form.bg-full-blue img {
  max-width: 320px
}

@media (min-width:768px) {
  .wgt-cta-form .container {
    padding-top: 110px
  }

  .wgt-cta-form h2 {
    margin-bottom: 46px;
    font-size: 56px;
    line-height: 117.85714%;
    letter-spacing: -.02rem
  }

  .wgt-cta-form h3 {
    font-size: 16px;
    line-height: 175%
  }

  .wgt-cta-form .disclosure {
    text-align: right;
    padding-right: 15px
  }

  .wgt-cta-form .form-nexmo {
    margin-bottom: 56px
  }

  .wgt-cta-form.type-logos .span-image .image-svg {
    left: auto;
    margin: 0 auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .wgt-cta-form.type-logos .span-image {
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 0
  }

  .wgt-cta-form.type-logos-alt .span-image {
    margin-top: -10px
  }

  .wgt-cta-form.type-logos-alt .span-image img,
  .wgt-cta-form.type-logos-alt .span-image svg {
    left: 50%;
    bottom: -4px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .wgt-cta-form.media-right.type-image .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-cta-form.media-right.type-image .span-content {
    max-width: 592px
  }

  .wgt-cta-form.media-right.type-image .span-image {
    padding-top: 0
  }

  .wgt-cta-form.media-right.type-logos {
    text-align: center
  }

  .wgt-cta-form.media-right.type-logos .span-image {
    padding-top: 38px
  }

  .wgt-cta-form .gradient .left,
  .wgt-cta-form .gradient .right {
    display: none
  }

  .wgt-cta-form.bg-full-blue,
  .wgt-cta-form .error {
    text-align: left
  }

  .wgt-cta-form.bg-full-blue .container {
    padding-top: 70px
  }

  .wgt-cta-form.bg-full-blue .appstore-links {
    margin-left: 0
  }

  .wgt-cta-form.bg-full-blue h3 {
    display: block
  }
}

@media (min-width:992px) {
  .wgt-cta-form.type-logos-alt .container {
    padding-top: 90px
  }

  .wgt-cta-form.type-logos-alt h2 {
    margin-bottom: 27px
  }

  .wgt-cta-form.type-logos-alt h3 {
    margin-bottom: 18px
  }

  .wgt-cta-form.type-logos-alt .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wgt-cta-form.type-logos-alt .span-image {
    margin-top: -55px
  }

  .wgt-cta-form.type-logos-alt .appstore-links {
    display: none
  }

  .wgt-cta-form.type-gifts {
    text-align: left;
    padding-top: 40px
  }

  .wgt-cta-form.type-gifts .container {
    padding-top: 0
  }

  .wgt-cta-form.type-gifts .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px
  }

  .wgt-cta-form.type-gifts .span-content {
    width: 58.33333%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding-top: 58px
  }

  .wgt-cta-form.type-gifts .span-image {
    width: 41.66667%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 0;
    padding-right: 0
  }

  .wgt-cta-form.type-gifts img {
    max-width: 100%
  }

  .wgt-cta-form.type-gifts .appstore-links {
    display: none
  }

  .wgt-cta-form.type-gifts .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wgt-cta-form.bg-full-blue h2 {
    font-size: 66px;
    line-height: 119.69697%;
    letter-spacing: -.02rem
  }

  .wgt-cta-form.bg-full-blue .appstore-links {
    display: none
  }

  .wgt-cta-form.bg-full-blue .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0
  }
}

@media (min-width:1024px) {
  .wgt-cta-form h2 {
    font-size: 80px;
    line-height: 112.5%;
    letter-spacing: -.02rem
  }

  .wgt-cta-form.media-right.type-image .container {
    max-width: 1080px
  }

  .wgt-cta-form.media-right.type-image .span-content {
    max-width: 592px
  }

  .wgt-cta-form.media-right.type-logos {
    text-align: left
  }

  .wgt-cta-form.media-right.type-logos h2 {
    margin-bottom: 26px
  }

  .wgt-cta-form.media-right.type-logos h3 {
    margin-bottom: 33px
  }

  .wgt-cta-form.media-right.type-logos .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-cta-form.media-right.type-logos .span-content {
    max-width: 592px
  }

  .wgt-cta-form.media-right.type-logos .span-image {
    max-width: 50%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0
  }

  .wgt-cta-form.media-right.type-logos .span-image .image-svg,
  .wgt-cta-form.media-right.type-logos .span-image img {
    width: 100%;
    height: 100%;
    display: block
  }

  .wgt-cta-form.media-right.type-logos .bottom,
  .wgt-cta-form.media-right.type-logos .right {
    display: none
  }

  .wgt-cta-form.media-right.type-logos .left {
    width: 365px;
    height: 100%
  }

  .wgt-cta-form.type-gifts {
    margin-top: 60px
  }

  .wgt-cta-form.type-gifts h2 {
    font-size: 54px;
    line-height: 120.37037%
  }

  .wgt-cta-form.type-simple.bg-blue {
    max-width: 1150px;
    margin-top: 97px;
    margin-bottom: 125px
  }

  .wgt-cta-form.type-simple.bg-blue .container {
    padding: 16px;
    border-radius: 8px
  }

  .wgt-cta-form.type-simple.bg-blue h2 {
    line-height: 1
  }

  .wgt-cta-form.type-simple.bg-blue .appstore-links,
  .wgt-cta-form.type-simple.bg-blue br~br {
    display: none
  }

  .wgt-cta-form.type-simple.bg-blue .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    padding-bottom: 7px
  }

  .wgt-cta-form.bg-blue {
    position: relative
  }

  .wgt-cta-form.bg-blue .row {
    z-index: 2;
    position: relative
  }

  .wgt-cta-form.bg-blue .container:after,
  .wgt-cta-form.bg-blue .container:before,
  .wgt-cta-form.bg-blue:after,
  .wgt-cta-form.bg-blue:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    background: #fff
  }

  .wgt-cta-form.bg-blue:before {
    top: 0;
    right: 0;
    width: 100%;
    height: 16px
  }

  .wgt-cta-form.bg-blue:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px
  }

  .wgt-cta-form.bg-blue .container:before {
    right: 0;
    bottom: 0;
    height: 100%;
    width: 16px
  }

  .wgt-cta-form.bg-blue .container:after {
    top: 16px;
    left: 0;
    width: 16px;
    height: calc(100% - 16px)
  }

  .wgt-cta-form.bg-blue.border-reveal:before {
    -webkit-animation: revealX .35s linear .2s 1;
    -o-animation: revealX .35s linear .2s 1;
    animation: revealX .35s linear .2s 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }

  .wgt-cta-form.bg-blue.border-reveal:after {
    -webkit-animation: revealX .35s linear .7s 1;
    -o-animation: revealX .35s linear .7s 1;
    animation: revealX .35s linear .7s 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }

  .wgt-cta-form.bg-blue.border-reveal .container:before {
    -webkit-animation: revealY .35s linear .35s 1;
    -o-animation: revealY .35s linear .35s 1;
    animation: revealY .35s linear .35s 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }

  .wgt-cta-form.bg-blue.border-reveal .container:after {
    -webkit-animation: revealY .35s ease-out 1.05s 1;
    -o-animation: revealY .35s ease-out 1.05s 1;
    animation: revealY .35s ease-out 1.05s 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
}

@media (min-width:1200px) {
  .wgt-cta-form.type-gifts img {
    margin-top: -40px
  }

  .wgt-cta-form.type-gifts .span-image {
    padding-left: 30px;
    padding-right: 0
  }

  .wgt-cta-form.type-gifts .span-content {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 0;
    padding-right: 80px
  }
}

@media (min-width:1480px) {
  .wgt-cta-form .disclosure {
    padding-right: 75px
  }
}

@-webkit-keyframes revealX {
  0% {
    width: 100%
  }

  to {
    width: 0
  }
}

@-o-keyframes revealX {
  0% {
    width: 100%
  }

  to {
    width: 0
  }
}

@keyframes revealX {
  0% {
    width: 100%
  }

  to {
    width: 0
  }
}

@-webkit-keyframes revealY {
  0% {
    height: calc(100% - 16px)
  }

  to {
    height: 0
  }
}

@-o-keyframes revealY {
  0% {
    height: calc(100% - 16px)
  }

  to {
    height: 0
  }
}

@keyframes revealY {
  0% {
    height: calc(100% - 16px)
  }

  to {
    height: 0
  }
}

.wgt-editor {
  padding-bottom: 120px
}

.wgt-editor.layout-single .container {
  max-width: 890px
}

.wgt-editor.layout-double {
  padding: 86px 0
}

.wgt-editor .span-title h2 {
  margin: 0 0 41px;
  font-weight: 500;
  font-size: 46px;
  line-height: 115.21739%
}

@media (min-width:992px) {
  .wgt-editor.layout-double .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wgt-editor.layout-double .span-content,
  .wgt-editor.layout-double .span-title {
    width: 50%
  }

  .wgt-editor.layout-double .span-title {
    padding-right: 55px
  }

  .wgt-editor.layout-double h2 {
    margin: -2px 0 0
  }
}

.wgt-headline.type-simple+.wgt-editor {
  padding-top: 0
}

.wgt-headline.type-simple+.wgt-editor .container {
  max-width: 1015px
}

.wgt-headline {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  max-width: 100vw;
  padding-bottom: 100px
}

.wgt-headline h1 {
  color: #000;
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 111.42857%;
  letter-spacing: -.02rem
}

.wgt-headline p {
  color: #000;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 157.14286%
}

.wgt-headline h1+p {
  margin-top: 16px
}

.wgt-headline .span-title {
  padding-top: 14px
}

.wgt-headline .span-image,
.wgt-headline img {
  z-index: 2;
  position: relative
}

.wgt-headline img {
  margin: 0 auto
}

.wgt-headline.type-wide {
  text-align: center
}

.wgt-headline.type-wide h1 {
  margin: 0 auto 36px
}

.wgt-headline.type-simple .container {
  max-width: 1015px
}

.wgt-headline .breadcrumb ol {
  padding-left: 1px
}

.wgt-headline.type-wide .span-image:after {
  left: -50vw;
  width: 200vw;
  height: 75%;
  bottom: 0;
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  background: #f6f8fa;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%)
}

@media (min-width:768px) {
  .wgt-headline h1 {
    font-size: 38px;
    line-height: 118.42105%;
    letter-spacing: -.02rem
  }

  .wgt-headline .breadcrumb ol {
    padding-left: 2px
  }

  .wgt-headline.type-full .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1200px
  }

  .wgt-headline.type-full .span-image {
    width: 44%
  }

  .wgt-headline.type-full .span-title {
    width: 56%;
    padding-right: 26px
  }
}

@media (min-width:1024px) {
  .wgt-headline p {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 140%
  }

  .wgt-headline h1+p {
    margin-top: 41px
  }

  .wgt-headline .span-title {
    padding-top: 24px
  }

  .wgt-headline.type-wide h1 {
    margin-bottom: 76px
  }

  .wgt-headline.type-full .span-title {
    padding-right: 76px
  }
}

@media (min-width:1200px) {
  .wgt-headline .breadcrumb ol {
    padding-left: 3px
  }

  .wgt-headline.type-full h1 {
    font-size: 65px;
    line-height: 110.76923%;
    letter-spacing: -.02rem
  }

  .wgt-headline.type-simple h1 {
    font-size: 65px;
    line-height: 120%;
    letter-spacing: -.02rem
  }

  .wgt-headline.type-wide h1 {
    min-height: 178px;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -.02rem
  }
}

.wgt-headline+.wgt {
  z-index: 3;
  position: relative
}

.wgt-headline+.wgt-editor {
  padding-top: 120px
}

@media (min-width:1200px) {
  .main>.wgt-headline {
    margin-top: 68px
  }

  .wgt-headline+.wgt-editor {
    padding-top: 169px
  }
}

.beta-links {
  color: #fff;
  width: 200px !important;
  height: 64px;
  border: none;
  display: block;
  padding: 24px 20px;
  text-align: center;
  background: #1C4DE7;
  border: 2px solid #1C4DE7;
  font-weight: 500;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.01rem;
  text-decoration: none;
}

.appstore-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.appstore-links a {
  width: 150px;
  height: auto;
  border: 1px solid rgba(192, 204, 228, .1);
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px hsla(0, 0%, 85.5%, .35);
  box-shadow: 0 3px 10px hsla(0, 0%, 85.5%, .35);
  border-radius: 8px
}

.appstore-links a,
.appstore-links a:hover {
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out
}

.appstore-links a:hover {
  border: 1px solid rgba(192, 204, 228, .3)
}

.appstore-links .store-apple {
  margin-right: 7px
}

.appstore-links .store-google {
  margin-left: 7px
}

.appstore-links a>span {
  display: block
}

@media (min-width:370px) {
  .appstore-links a {
    width: 167px
  }
}

.wgt-hero {
  z-index: 1;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-width: 100vw
}

.wgt-hero h1 {
  color: #000;
  margin: 0;
  font-weight: 500;
  font-size: 52px;
  line-height: 119.23077%;
  letter-spacing: -.02rem
}

.wgt-hero p {
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 160%
}

/* .wgt-hero p br {
  display: none
} */

.wgt-hero .video-wrap {
  overflow: hidden;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px)
}

.wgt-hero video {
  max-width: 100%
}

.wgt-hero .video-toggle {
  color: #000;
  display: block;
  margin-top: 37px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1
}

.wgt-hero .video-toggle:active,
.wgt-hero .video-toggle:focus,
.wgt-hero .video-toggle:hover,
.wgt-hero .video-toggle:link,
.wgt-hero .video-toggle:visited {
  color: #000
}

.wgt-hero .video-toggle>span {
  display: inline-block;
  vertical-align: middle
}

.wgt-hero .video-toggle svg {
  font-size: 23px
}

.wgt-hero .span-title {
  padding-top: 71px
}

.wgt-hero .span-image {
  position: relative;
  margin-top: 1px;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.wgt-hero .appstore-links,
.wgt-hero .form-nexmo {
  margin-top: 31px
}

.wgt-hero .span-image img {
  margin: 0px 0 0px 56px;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .wgt-hero .span-image img {
    margin: 64px 0 0px 0px;
  }

  .span-submit {
    margin-top: 8px;
  }
}

/* TODO: commented for waitlist stage
.wgt-hero .form-nexmo {
  display: none
} */

.wgt-hero.type-animation .span-image {
  padding-top: 50px
}

.wgt-hero.type-animation p {
  color: #000
}

.wgt-hero.type-animation+.wgt-content-image {
  padding-top: 110px
}

.wgt-hero .animation-wrap {
  margin-left: -55px;
  margin-right: -55px
}

@media (min-width:370px) {
  .wgt-hero h1 {
    font-size: 40px;
    line-height: 131.11111%;
    letter-spacing: -.02rem
  }
}

@media (min-width:768px) {
  .wgt-hero {
    text-align: left
  }

  .wgt-hero h1 {
    font-size: 56px;
    line-height: 117.85714%;
    letter-spacing: -.02rem
  }

  .wgt-hero img {
    margin: 0 auto
  }

  .wgt-hero p {
    max-width: 420px
  }

  .wgt-hero .video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: 75vh
  }

  .wgt-hero .video-wrap:after {
    left: -2px;
    bottom: -1px;
    width: 102%;
    height: 5px;
    content: "";
    position: absolute;
    background: #fff
  }

  .wgt-hero video {
    max-width: 100%
  }

  .wgt-hero .form-nexmo {
    padding: 0
  }

  .wgt-hero .appstore-links {
    margin-top: 74px
  }

  .wgt-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 0
  }

  .wgt-hero .span-title {
    width: 57%;
    padding: 61px 0 57px;
    z-index: 3
  }

  .wgt-hero .span-image {
    width: 43%;
    z-index: 2;
    position: relative;
    margin-top: 0;
    padding-top: 0
  }

  .wgt-hero .bg {
    background-size: 160%
  }

  .wgt-hero .span-input {
    width: 270px;
  }

  .wgt-hero .span-submit {
    width: 195px
  }
}

@media (min-width:1024px) {
  .wgt-hero h1 {
    max-width: 536px;
    font-size: 72px;
    line-height: 119.44444%;
    letter-spacing: -.02rem
  }

  .wgt-hero p {
    margin: 44px 0 0 6px;
    max-width: 600px
  }

  .wgt-hero p br {
    display: inline-block
  }

  .wgt-hero input {
    text-align: left
  }

  .wgt-hero .form-nexmo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0 0 6px;
    margin-top: 31px
  }

  .wgt-hero .video-toggle {
    margin: -1px 0 0 20px;
    display: inline-block
  }

  .wgt-hero .appstore-links {}

  .wgt-hero .span-title {
    width: 58%;
  }

  .wgt-hero .span-image {
    width: 25%;
    padding-right: 20px
  }

  .wgt-hero .error {
    padding: 5px 0
  }

  .wgt-hero.type-animation {
    overflow: hidden
  }

  .wgt-hero.type-animation .span-title {
    width: 420px
  }

  .wgt-hero.type-animation .span-image {
    width: calc(100% - 420px);
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center
  }

  .wgt-hero.type-animation .animation-wrap {
    margin-left: 0;
    margin-right: -105px
  }
}

.wgt-index-learn {
  padding: 25px 0 50px
}

.wgt-index-learn h2 {
  margin: 0 0 41px;
  max-width: 680px;
  font-weight: 500;
  font-size: 46px;
  line-height: 115.21739%
}

.wgt-index-learn h3 {
  margin: 0 0 26px;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%
}

.wgt-index-learn .svg-icon {
  width: 32px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px)
}

.wgt-index-learn .svg-icon.support {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

.wgt-index-learn ul {
  margin: 0;
  padding: 0 0 0 37px;
  list-style: none
}

.wgt-index-learn ul li+li {
  margin-top: 21px
}

.wgt-index-learn a {
  display: block;
  text-decoration: none
}

.wgt-index-learn a:active,
.wgt-index-learn a:focus,
.wgt-index-learn a:hover,
.wgt-index-learn a:link,
.wgt-index-learn a:visited {
  color: #000
}

.wgt-index-learn a:hover {
  text-decoration: underline
}

.wgt-index-learn .row {
  padding-top: 6px
}

.wgt-index-learn .span-posts {
  padding-top: 77px
}

@media (min-width:768px) {
  .wgt-index-learn h2 {
    font-size: 65px;
    line-height: 110.76923%;
    letter-spacing: -.02rem
  }

  .wgt-index-learn .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -40px;
    margin-right: -40px
  }

  .wgt-index-learn .span-posts {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media (min-width:1200px) {
  .wgt-index-learn .span-posts {
    width: 33.33333%
  }
}

.wgt-index-talks {
  overflow: hidden
}

.wgt-index-talks h1 {
  color: #000;
  margin: 0 auto 59px;
  padding: 0 16px;
  max-width: 750px;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: .003rem
}

.wgt-index-talks .load-more {
  color: #000;
  display: block;
  padding: 9px 0 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none
}

.wgt-index-talks .load-more:active,
.wgt-index-talks .load-more:focus,
.wgt-index-talks .load-more:hover,
.wgt-index-talks .load-more:link,
.wgt-index-talks .load-more:visited {
  color: #000
}

.wgt-index-talks .load-more:after {
  content: "";
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg) translate(4px, -8px);
  -ms-transform: rotate(45deg) translate(4px, -8px);
  -o-transform: rotate(45deg) translate(4px, -8px);
  transform: rotate(45deg) translate(4px, -8px);
  border: solid #000;
  border-width: 0 2px 2px 0
}

.wgt-index-talks.type-carousel .container {
  padding: 0;
  max-width: 1394px
}

.wgt-index-talks.type-carousel .swiper-slide {
  width: 288px
}

.wgt-index-talks.type-carousel .swiper-button,
.wgt-index-talks.type-carousel .swiper-button.swiper-button-disabled {
  display: none
}

.loop-event-slide {
  display: block;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border-radius: 0;
  padding-bottom: 60px
}

.loop-event-slide .featured-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute
}

.loop-event-slide:hover .thumb {
  border-radius: 24px
}

.loop-event-slide .thumb,
.loop-event-slide:hover .thumb {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.loop-event-slide .thumb {
  position: relative;
  margin-bottom: 30px;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.loop-event-slide .thumb:before {
  content: "";
  display: block;
  padding-top: 125%
}

.loop-event-slide .hover,
.loop-event-slide .soon {
  color: #fff;
  z-index: 3;
  display: inline-block;
  position: absolute;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
  line-height: 1
}

.loop-event-slide .hover {
  color: #fff;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 14px;
  opacity: 0;
  background: #000;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 0;
  text-transform: uppercase
}

.loop-event-slide:hover .hover {
  opacity: 1;
  border-radius: 0 0 24px 24px;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.loop-event-slide .soon {
  top: 13px;
  left: 12px;
  padding: 6px 10px 7px;
  min-width: 50px;
  background: #00d695;
  border-radius: 100px;
  pointer-events: none
}

.loop-event-slide .time-start {
  color: #fff;
  display: inline-block;
  padding: 5px 16px 6px;
  background: #000;
  font-weight: 500;
  margin-bottom: 7px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .003rem
}

.loop-event-slide h2 {
  color: #000;
  margin: 0 0 21px;
  font-weight: 500;
  font-size: 22px;
  line-height: 131.81818%;
  letter-spacing: .003rem
}

.loop-event-slide h2 a {
  text-decoration: none
}

.loop-event-slide h2 a:active,
.loop-event-slide h2 a:focus,
.loop-event-slide h2 a:link,
.loop-event-slide h2 a:visited {
  color: #000
}

.loop-event-slide h2 a:hover {
  color: #000
}

.loop-event-slide .span-partnership {
  color: #000;
  font-size: 14px;
  line-height: 107.14286%;
  letter-spacing: .003rem
}

.loop-event-slide .span-partnership img {
  height: 13px
}

.loop-event-slide .span-partnership span.partner-logo {
  padding: 1px 0 1px 4px
}

.wgt-index-talks.type-list h2 {
  color: #000;
  margin: 0 0 35px;
  font-weight: 500;
  font-size: 44px;
  line-height: 109.09091%;
  letter-spacing: .003rem
}

.wgt-index-talks.type-list p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .003rem
}

.wgt-index-talks.type-list h2+p {
  display: none
}

.wgt-index-talks.type-list p a {
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.wgt-index-talks.type-list p a:active,
.wgt-index-talks.type-list p a:focus,
.wgt-index-talks.type-list p a:hover,
.wgt-index-talks.type-list p a:link,
.wgt-index-talks.type-list p a:visited {
  color: #000
}

.wgt-index-talks.type-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.wgt-index-talks.type-list .span-text {
  padding: 25px 0 40px
}

.loop-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 16px
}

.loop-event-list .span-thumb {
  width: 112px
}

.loop-event-list img {
  border-radius: 0
}

.loop-event-list:hover img,
.loop-event-list img {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.loop-event-list:hover img {
  border-radius: 24px
}

.loop-event-list .span-title {
  width: calc(100% - 112px);
  padding: 9px 0 10px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.loop-event-list h3 {
  color: #000;
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 109.09091%;
  letter-spacing: .003rem
}

.loop-event-list a {
  color: #000;
  text-decoration: none
}

.loop-event-list a:active,
.loop-event-list a:focus,
.loop-event-list a:hover,
.loop-event-list a:link,
.loop-event-list a:visited {
  color: #000
}

.loop-event-list .span-partnership {
  color: #000;
  font-size: 14px;
  line-height: 107.14286%;
  letter-spacing: .003rem
}

.loop-event-list .span-partnership span.partner-logo {
  padding: 1px 0 1px 4px
}

.loop-event-list .span-partnership img {
  height: 13px
}

@media (min-width:768px) {
  .wgt-index-talks.type-carousel {
    padding-top: 52px
  }

  .wgt-index-talks .swiper-container {
    padding-top: 48px
  }

  .wgt-index-talks h1 {
    font-size: 44px;
    line-height: 109.09091%;
    letter-spacing: .003rem
  }

  .wgt-index-talks.type-list {
    border-top: 1px solid #ececee;
    border-bottom: 1px solid #ececee;
    padding-top: 107px;
    padding-bottom: 77px
  }

  .index-event-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -30px;
    margin-right: -30px
  }

  .index-event-list .loop-event-list {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width:1200px) {
  .wgt-index-talks.type-carousel .swiper-button {
    top: 230px;
    display: block;
    z-index: 20
  }

  .wgt-index-talks.type-carousel .next {
    right: -2px
  }

  .wgt-index-talks.type-carousel .prev {
    left: 0
  }

  .wgt-index-talks.type-carousel .swiper-container {
    padding: 48px 42px 0
  }

  .wgt-index-talks.type-carousel .swiper-container:after {
    content: none
  }

  .wgt-index-talks.type-list {
    padding-top: 124px;
    padding-bottom: 120px
  }

  .wgt-index-talks.type-list .container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
  }

  .wgt-index-talks.type-list .span-text {
    display: none
  }

  .wgt-index-talks.type-list .span-wgt-title {
    width: 30%;
    padding-right: 74px
  }

  .wgt-index-talks.type-list .span-events-list {
    width: 70%;
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50
  }

  .wgt-index-talks.type-list .load-more {
    padding: 20px 0 0;
    text-align: left
  }

  .wgt-index-talks.type-list h2+p {
    display: block
  }
}

.wgt-insurance {
  padding: 75px 0 110px;
  text-align: center
}

.wgt-insurance .container {
  max-width: 640px
}

.wgt-insurance .image-svg,
.wgt-insurance img {
  width: 100%;
  margin: 0 auto 56px;
  display: block;
  max-width: 262px
}

.wgt-insurance h2,
.wgt-insurance p {
  margin: 0;
  font-size: 22px;
  line-height: 127.27273%
}

.wgt-insurance h2 {
  font-weight: 500;
  margin-bottom: 32px
}

@media (min-width:768px) {
  .wgt-insurance {
    padding: 95px 0 158px
  }

  .wgt-insurance h2 {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .01rem
  }
}

.wgt-investors-advisors {
  padding: 0 0 116px
}

.wgt-investors-advisors h2 {
  color: #000;
  margin: 0 0 37px;
  font-weight: 500;
  font-size: 42px;
  line-height: 109.52381%;
  letter-spacing: .003rem
}

.wgt-investors-advisors .advisors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -4px;
  margin-right: -4px;
  padding-bottom: 44px
}

.wgt-investors-advisors .span-logo {
  width: 50%;
  padding: 0 4px 4px
}

.wgt-investors-advisors .logo {
  width: 100%;
  border-radius: 6px;
  background-size: 80%;
  background-color: #f6f8fa;
  background-repeat: no-repeat;
  background-position: 50%
}

.wgt-investors-advisors .logo:before {
  display: block;
  content: "";
  padding-top: 100%
}

.wgt-investors-advisors .logo-accel {
  background-size: 106px
}

.wgt-investors-advisors .logo-greycroft,
.wgt-investors-advisors .logo-greycroft-2 {
  background-size: 130px
}

.wgt-investors-advisors h3 {
  color: #000;
  margin: 21px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 116.66667%;
  letter-spacing: .003rem
}

.wgt-investors-advisors h4 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 166.66667%;
  letter-spacing: .003rem
}

.wgt-investors-advisors img {
  -webkit-box-shadow: 4.73333px 14.2px 47.3333px rgba(0, 0, 0, .12);
  box-shadow: 4.73333px 14.2px 47.3333px rgba(0, 0, 0, .12);
  border-radius: 8px
}

.wgt-investors-advisors .investors {
  margin-left: -16px;
  margin-right: -16px
}

.wgt-investors-advisors .investor {
  padding: 0 0 43px
}

.wgt-investors-advisors .swiper-slide {
  width: 265px;
  margin-left: 16px
}

.wgt-investors-advisors .swiper-slide-next,
.wgt-investors-advisors .swiper-slide-prev {
  opacity: .5;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.wgt-investors-advisors .swiper-slide-active {
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.wgt-investors-advisors .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #c0cce4
}

.wgt-investors-advisors .swiper-pagination-bullet-active {
  background: #000
}

@media (min-width:768px) {
  .wgt-investors-advisors .logo-accel {
    background-size: 236px
  }

  .wgt-investors-advisors .logo-greycroft,
  .wgt-investors-advisors .logo-greycroft-2 {
    background-size: 300px
  }

  .wgt-investors-advisors .swiper-slide {
    width: 290px
  }

  .wgt-investors-advisors .swiper-slide-next {
    opacity: 1
  }

  .wgt-investors-advisors .swiper-slide-next+.swiper-slide {
    opacity: .5
  }

  .wgt-investors-advisors .swiper-pagination {
    position: static
  }
}

@media (min-width:992px) {
  .wgt-investors-advisors {
    padding-bottom: 170px
  }

  .wgt-investors-advisors h2 {
    margin-bottom: 75px;
    font-size: 62px;
    line-height: 114.51613%;
    letter-spacing: .003rem
  }

  .wgt-investors-advisors .advisors {
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 38px
  }

  .wgt-investors-advisors .span-logo {
    padding: 0 18px 18px
  }

  .wgt-investors-advisors .logo-accel {
    background-size: 260px
  }

  .wgt-investors-advisors .logo-greycroft,
  .wgt-investors-advisors .logo-greycroft-2 {
    background-size: 360px
  }

  .wgt-investors-advisors .investors {
    margin: 0 -18px
  }

  .wgt-investors-advisors .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .wgt-investors-advisors .swiper-slide {
    width: 25%;
    margin: 0;
    padding: 0 18px 60px
  }

  .wgt-investors-advisors .swiper-container {
    overflow: visible
  }

  .wgt-investors-advisors .swiper-pagination {
    display: none
  }

  .wgt-investors-advisors h3 {
    margin: 27px 0 0
  }

  .wgt-investors-advisors h4 {
    margin: 7px 0 0
  }
}

.wgt-investors {
  padding: 100px 0 91px
}

.wgt-investors .container {
  max-width: 900px
}

.wgt-investors .image-svg,
.wgt-investors img {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  max-width: 110px
}

.wgt-investors .image-svg svg {
  width: 100%;
  height: 100%
}

.wgt-investors h2 {
  margin: 0 0 38px;
  text-align: center;
  font-weight: 500;
  font-size: 46px;
  line-height: 115.21739%
}

.wgt-investors h3 {
  font-weight: 500
}

.wgt-investors h3,
.wgt-investors p {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 136.36364%
}

.wgt-investors ul {
  color: #fff;
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
  font-size: 22px;
  line-height: 150%
}

.wgt-investors ul li+li {
  margin-top: 20px
}

.wgt-investors ul .svg-icon {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

.wgt-investors.type-banner {
  padding-bottom: 0
}

.wgt-investors.type-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  background: -webkit-linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  background: -o-linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  background: linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  max-width: 1170px
}

.wgt-investors.type-banner h2 {
  color: #fff;
  text-align: left;
  font-size: 52px;
  line-height: 115.38462%
}

.wgt-investors.type-banner .span-content {
  padding-top: 57px
}

.wgt-investors.type-banner .span-image {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.wgt-investors.type-banner img {
  margin: 0;
  max-width: 100%
}

@media (min-width:768px) {
  .wgt-investors {
    padding: 153px 0 175px
  }

  .wgt-investors h2 {
    text-align: left;
    margin-left: -4px;
    font-size: 66px;
    line-height: 115.15152%;
    letter-spacing: -.02rem
  }

  .wgt-investors .image-svg,
  .wgt-investors img {
    margin-bottom: 30px
  }

  .wgt-investors.type-banner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-shadow: 0 8px 16px rgba(58, 111, 175, .4);
    box-shadow: 0 8px 16px rgba(58, 111, 175, .4)
  }

  .wgt-investors.type-banner .span-content {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: 55%;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 20px;
    padding-top: 0;
    margin-top: -20px
  }

  .wgt-investors.type-banner .span-image {
    width: 45%
  }

  .wgt-investors.type-banner h2 {
    font-size: 55px;
    line-height: 121.81818%
  }

  .wgt-investors.type-banner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 150%
  }

  .wgt-investors.type-banner ul li {
    width: 50%;
    padding-bottom: 20px
  }

  .wgt-investors.type-banner ul li+li {
    margin-top: 0
  }
}

@media (min-width:992px) {
  .wgt-investors h2 {
    font-size: 80px;
    line-height: 115%;
    letter-spacing: -.02rem
  }
}

@media (min-width:1200px) {
  .wgt-investors h2 {
    font-size: 80px;
    line-height: 112.5%;
    letter-spacing: -.02rem
  }

  .wgt-investors.type-banner .container {
    border-radius: 8px
  }

  .wgt-investors.type-banner h2 {
    margin-bottom: 57px;
    font-size: 80px;
    line-height: 115%
  }

  .wgt-investors.type-banner .span-image {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -50px;
    text-align: right
  }

  .wgt-investors.type-banner img {
    display: inline-block;
    max-width: 460px;
    vertical-align: bottom
  }
}

.wgt-latest-posts .wgt-title {
  margin: 0 0 30px;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 118.18182%
}

.wgt-latest-posts .entry-title a:hover {
  text-decoration: underline
}

.wgt-latest-posts.type-carousel {
  padding: 78px 0 70px;
  overflow: hidden;
  background: #f6f8fa
}

.wgt-latest-posts.type-carousel .span-article {
  max-width: 70%;
  padding-right: 16px
}

.wgt-latest-posts.type-carousel .wgt-swiper {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px
}

.wgt-latest-posts.type-carousel .swiper-wrapper {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.wgt-latest-posts.type-carousel .swiper-container {
  padding-top: 0
}

.wgt-latest-posts.type-plain {
  padding: 78px 0 35px
}

.wgt-latest-posts.type-plain .span-article {
  padding-bottom: 35px
}

.wgt-latest-posts.type-plain .span-article+.span-article .learn-article {
  padding-top: 28px;
  border-top: 1px solid #f6f8fa
}

@media (min-width:768px) {
  .wgt-latest-posts.type-carousel .span-article {
    width: 50% !important;
    max-width: 50%;
    margin-right: 0;
    padding-left: 38px;
    padding-right: 0
  }

  .wgt-latest-posts.type-carousel .span-article+.span-article .learn-article {
    border: none;
    padding: 0
  }

  .wgt-latest-posts.type-carousel .wgt-swiper {
    padding: 0;
    overflow: visible;
    margin-left: -38px;
    margin-right: auto
  }

  .wgt-latest-posts.type-carousel .swiper-button {
    top: -45px
  }

  .wgt-latest-posts.type-carousel .prev {
    right: 26px
  }

  .wgt-latest-posts.type-carousel .next {
    right: -2px
  }
}

@media (min-width:992px) {
  .wgt-latest-posts.type-plain .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .wgt-latest-posts.type-plain .span-article {
    width: 33.33333%;
    max-width: 300px
  }

  .wgt-latest-posts.type-plain .span-article+.span-article .learn-article {
    border: none;
    padding: 0
  }
}

@media (min-width:1480px) {
  .wgt-latest-posts.type-carousel {
    overflow: hidden
  }

  .wgt-latest-posts.type-carousel .container:after,
  .wgt-latest-posts.type-carousel .container:before {
    top: 0;
    width: calc(100vw - 932px);
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 10
  }

  .wgt-latest-posts.type-carousel .container:before {
    right: 100%;
    background: -webkit-linear-gradient(right, rgba(246, 248, 250, 0), rgba(246, 248, 250, .4) 50px, #f6f8fa 250px, #f6f8fa);
    background: -o-linear-gradient(right, rgba(246, 248, 250, 0) 0, rgba(246, 248, 250, .4) 50px, #f6f8fa 250px, #f6f8fa);
    background: linear-gradient(270deg, rgba(246, 248, 250, 0) 0, rgba(246, 248, 250, .4) 50px, #f6f8fa 250px, #f6f8fa)
  }

  .wgt-latest-posts.type-carousel .container:after {
    left: 100%;
    background: -webkit-linear-gradient(left, rgba(246, 248, 250, 0), rgba(246, 248, 250, .4) 50px, #f6f8fa 250px, #f6f8fa);
    background: -o-linear-gradient(left, rgba(246, 248, 250, 0) 0, rgba(246, 248, 250, .4) 50px, #f6f8fa 250px, #f6f8fa);
    background: linear-gradient(90deg, rgba(246, 248, 250, 0) 0, rgba(246, 248, 250, .4) 50px, #f6f8fa 250px, #f6f8fa)
  }

  .wgt-latest-posts.type-carousel .span-article {
    width: 33.33333% !important;
    max-width: 33.33333%
  }

  .wgt-latest-posts.type-carousel .swiper-slide-next+.swiper-slide {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    pointer-events: all
  }
}

.wgt-locations {
  padding: 38px 0 0;
  overflow: hidden;
  background: #f6f8fa
}

.wgt-locations h5 {
  margin: 0;
  font-size: 12px;
  line-height: 108.33333%
}

.wgt-locations h2,
.wgt-locations h5 {
  color: #000;
  font-weight: 500;
  letter-spacing: .003rem
}

.wgt-locations h2 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 109.375%
}

.wgt-locations address {
  color: #000;
  margin: 0 0 61px;
  font-style: normal;
  font-size: 18px;
  line-height: 166.66667%;
  letter-spacing: .003rem
}

.wgt-locations .locations {
  padding: 70px 0 20px
}

.wgt-locations .location-map {
  width: 100%;
  height: 360px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 8px 16px rgba(58, 111, 175, .12);
  box-shadow: 0 8px 16px rgba(58, 111, 175, .12);
  border-radius: 8px
}

.wgt-locations .span-location:last-of-type {
  position: relative
}

.wgt-locations .span-location:last-of-type:before {
  left: -20%;
  width: 150vw;
  height: 200px;
  bottom: -20px;
  content: "";
  display: block;
  position: absolute;
  background: #fff
}

.wgt-locations .span-location+.span-location {
  margin-top: 78px
}

@media (min-width:992px) {
  .wgt-locations {
    padding: 42px 0 0
  }

  .wgt-locations .locations {
    margin: 0 -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 75px 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-locations .span-location {
    width: 50%;
    padding: 0 18px;
    max-width: 525px
  }

  .wgt-locations .span-location+.span-location {
    margin-top: 0
  }

  .wgt-locations .span-location:last-of-type:before {
    left: -100vw;
    width: 200vw
  }

  .wgt-locations address {
    margin: 0 0 47px
  }
}

.wgt-logo-list {
  margin: 0 auto;
  padding: 0
}

.wgt-logo-list ul {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #f6f8fa;
  border-bottom: 1px solid #f6f8fa;
  margin: 0 -15px
}

.wgt-logo-list ul li {
  width: 33.33333%;
  padding: 20px 15px
}

.wgt-logo-list ul .image-svg,
.wgt-logo-list ul img,
.wgt-logo-list ul svg {
  margin: 0 auto
}

.wgt-logo-list ul .image-svg,
.wgt-logo-list ul svg {
  display: block;
  max-width: 100%
}

.wgt-logo-list+.wgt-content-image {
  margin-top: 60px
}

@media (min-width:768px) {
  .wgt-logo-list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-left: -10px;
    margin-right: -10px
  }

  .wgt-logo-list ul li {
    width: auto;
    padding: 0 10px
  }

  .wgt-logo-list ul .logo-product-hunt {
    max-width: 125px
  }
}

@media (min-width:1024px) {
  .wgt-logo-list ul {
    width: 100%;
    margin: 0
  }

  .wgt-logo-list ul li {
    padding: 0
  }
}

.wgt-logos {
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}

.wgt-logos .container {
  max-width: 1200px;
  padding-top: 84px
}

.wgt-logos.bg-grey,
.wgt-logos.bg-grey .container {
  background: #f6f8fa
}

.wgt-logos.type-simple .container {
  padding-bottom: 84px
}

.wgt-logos .image-svg {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.wgt-logos .image-svg svg {
  max-width: 100%
}

.wgt-logos .gradient {
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute
}

.wgt-logos .gradient.bottom {
  width: 100%;
  height: 161px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa)
}

.wgt-logos .gradient.left {
  right: 0;
  width: 151px;
  height: 295px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa)
}

.wgt-logos .gradient.right {
  left: 0;
  width: 151px;
  height: 295px;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(246, 248, 250, 0) 24%, #f6f8fa)
}

.wgt-newsletter-signup {
  padding: 22px 0 105px
}

.wgt-newsletter-signup h2 {
  margin: 0 0 23px;
  font-size: 44px;
  line-height: 109.09091%
}

.wgt-newsletter-signup h2,
.wgt-newsletter-signup h3 {
  color: #000;
  font-weight: 500;
  text-align: center;
  letter-spacing: .003rem
}

.wgt-newsletter-signup h3 {
  margin: 0 0 45px;
  font-size: 18px;
  line-height: 111.11111%
}

.wgt-newsletter-signup .span-input {
  border: 1px solid #000;
  margin: 0 auto;
  padding: 0 26px;
  position: relative;
  max-width: 440px;
  border-radius: 35px
}

.wgt-newsletter-signup input {
  color: #000;
  width: 100%;
  border: none;
  display: block;
  padding: 17px 0;
  background: rgba(0, 0, 0, 0)
}

.wgt-newsletter-signup input::-webkit-input-placeholder {
  color: #c0cce4
}

.wgt-newsletter-signup input:-moz-placeholder,
.wgt-newsletter-signup input::-moz-placeholder {
  color: #c0cce4
}

.wgt-newsletter-signup input:-ms-input-placeholder {
  color: #c0cce4
}

.wgt-newsletter-signup button {
  border: none;
  top: 50%;
  right: 13px;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  line-height: 0
}

.wgt-newsletter-signup button:hover {
  cursor: pointer
}

.wgt-newsletter-signup button .arrow {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wgt-newsletter-signup.success button,
.wgt-newsletter-signup.success input {
  pointer-events: none
}

.wgt-newsletter-signup.success .response {
  left: 0;
  color: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 10;
  padding: 17px 26px;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: #fff;
  font-weight: 500;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .003rem
}

.wgt-newsletter-signup.success .response:after {
  top: 50%;
  right: 26px;
  width: 9px;
  height: 16px;
  content: "";
  display: inline-block;
  z-index: 12;
  position: absolute;
  -webkit-transform: translateY(-60%) rotate(40deg);
  -ms-transform: translateY(-60%) rotate(40deg);
  -o-transform: translateY(-60%) rotate(40deg);
  transform: translateY(-60%) rotate(40deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000
}

@media (min-width:768px) {
  .wgt-newsletter-signup {
    padding: 42px 0 90px
  }

  .wgt-newsletter-signup h2 {
    margin: 0 0 31px;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: .003rem
  }

  .wgt-newsletter-signup h3 {
    font-size: 22px;
    line-height: 109.09091%;
    letter-spacing: .003rem
  }
}

.wgt-quote blockquote {
  quotes: none;
  margin: 0 auto;
  padding: 25px 0 78px;
  max-width: 670px;
  text-align: center
}

.wgt-quote blockquote footer {
  display: block;
  font-style: normal;
  font-weight: 400;
  padding-top: 18px;
  font-size: 12px;
  line-height: 133.33333%
}

.wgt-quote blockquote p {
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 121.42857%
}

.wgt-quote blockquote p:first-of-type:before {
  content: "\201D"
}

.wgt-quote blockquote p:last-of-type:after {
  content: "\201D";
  display: inline-block
}

.wgt-sticky-video {
  width: 190px;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 10000002;
  position: fixed;
  -webkit-box-shadow: 0 3px 10px rgba(58, 111, 175, .4);
  box-shadow: 0 3px 10px rgba(58, 111, 175, .4);
  background: rgba(0, 0, 0, 0);
  border-radius: 8px
}

.wgt-sticky-video a {
  display: block;
  background: #000;
  border-radius: 8px;
  text-decoration: none
}

.wgt-sticky-video .thumb {
  display: block;
  position: relative;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.wgt-sticky-video .thumb:before {
  content: "";
  display: block;
  padding-top: 56%
}

.wgt-sticky-video h2 {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 133.33333%;
  font-weight: 600;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif
}

.wgt-sticky-video .span-title {
  display: block;
  padding: 14px 15px 15px
}

.wgt-sticky-video .icon-close {
  top: 6px;
  right: 10px;
  width: 12px;
  height: 12px;
  z-index: 10;
  position: absolute
}

.wgt-sticky-video .icon-close:after,
.wgt-sticky-video .icon-close:before {
  background: #fff
}

.wgt-sticky-video.hide {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (min-width:768px) {
  .wgt-sticky-video {
    right: 100px;
    bottom: 55px;
    display: block
  }
}

.wgt-table {
  width: 100%;
  margin: 48px auto 90px
}

.wgt-table .table-wrap {
  border: 1px solid #000;
  overflow-x: auto;
  border-radius: 8px
}

.wgt-table.mobile-filter .table-desktop {
  display: none
}

.wgt-table .inline-logo {
  display: inline-block
}

.table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse
}

.table th {
  padding: 30px 10px 34px;
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%
}

.table td {
  padding: 27px 10px 28px;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 107.14286%
}

.table tr>td:first-of-type,
.table tr>th:first-of-type {
  padding-left: 20px
}

.table tr>td:last-of-type,
.table tr>th:last-of-type {
  padding-right: 20px
}

.style-comparison .table-desktop tbody td,
.style-comparison .table-desktop thead th {
  text-align: center
}

.style-comparison .table-desktop tbody td:first-of-type,
.style-comparison .table-desktop thead th:first-of-type {
  max-width: auto;
  text-align: left
}

.style-comparison .table-desktop td,
.style-comparison .table-desktop th {
  max-width: 160px
}

.table-mobile {
  border: 1px solid #000;
  border-radius: 8px
}

.table-mobile .tab:not(.active) {
  display: none
}

.table-mobile header {
  overflow: visible;
  position: relative;
  text-align: center
}

.table-mobile .filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 10px 37px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.table-mobile .filter-toggle.active .arrow {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: 4px
}

.table-mobile .arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  margin-left: 8px
}

.table-mobile ul li {
  padding: 0;
  font-size: 16px;
  line-height: 150%
}

.table-mobile a {
  border: none;
  text-decoration: none
}

.table-mobile a:active,
.table-mobile a:focus,
.table-mobile a:hover,
.table-mobile a:link,
.table-mobile a:visited {
  color: #000;
}

.table-mobile th {
  padding: 27px 10px 23px;
  border-top: 1px solid #000;
  vertical-align: middle;
  font-size: 14px;
  line-height: 128.57143%
}

.table-mobile td {
  vertical-align: middle;
  font-size: 13px;
  line-height: 138.46154%
}

.table-mobile .nav-filter {
  top: 70%;
  left: 50%;
  padding: 20px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.nav-filter {
  margin: 0 auto;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 6px 8px 35px rgba(208, 218, 232, .5);
  box-shadow: 6px 8px 35px rgba(208, 218, 232, .5);
  border-radius: 16px
}

.nav-filter.active {
  display: block
}

.nav-filter li:before {
  content: none !important
}

.nav-filter a {
  display: block;
  padding: 6px 32px
}

.nav-filter .selected {
  display: none
}

@media (min-width:992px) {
  .wgt-table.mobile-filter .table-desktop {
    display: block
  }

  .wgt-table.mobile-filter .table-mobile {
    display: none
  }
}

.wgt-testimonials.style-simple {
  padding: 40px 0
}

.wgt-testimonials.style-simple .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.wgt-testimonials.style-simple p {
  z-index: 3;
  position: relative;
  font-weight: 700;
  margin: 0 0 0 20px;
  font-size: 30px;
  line-height: 123.33333%
}

.wgt-testimonials.style-simple h2 {
  margin: 45px 0 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1
}

.wgt-testimonials.style-simple h4 {
  margin: 11px 0 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1
}

.wgt-testimonials.style-simple .span-meta {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
  width: 100%;
  text-align: right
}

.wgt-testimonials.style-simple .span-content {
  max-width: 810px
}

.wgt-testimonials.style-simple .svg-icon {
  top: -17px;
  left: 20px;
  z-index: 1;
  position: absolute
}

.wgt-testimonials.style-simple svg {
  fill: #ecf4fe;
  color: #ecf4fe;
  font-size: 42px
}

.wgt-testimonials.style-image {
  padding: 40px 0
}

.wgt-testimonials.style-image h2 {
  margin: 30px 0 0;
  text-align: center;
  font-size: 22px;
  line-height: 1
}

.wgt-testimonials.style-image h4 {
  color: #999ba5;
  margin: 11px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 1
}

.wgt-testimonials.style-image p {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 150%
}

.wgt-testimonials.style-image img {
  margin: 0 auto;
  max-width: 130px;
  border-radius: 50%
}

.wgt-testimonials.style-image .svg-icon {
  display: block;
  font-size: 36px;
  text-align: center;
  padding-top: 37px
}

.wgt-testimonials.style-image svg {
  fill: #000;
  color: #000
}

@media (min-width:768px) {
  .wgt-testimonials.style-simple {
    padding: 60px 0
  }

  .wgt-testimonials.style-simple p {
    margin-left: 31px;
    font-size: 46px;
    line-height: 115.21739%
  }

  .wgt-testimonials.style-simple svg {
    font-size: 60px
  }

  .wgt-testimonials.style-simple .svg-icon {
    top: -23px;
    left: 14px
  }
}

@media (min-width:992px) {
  .wgt-testimonials.style-image .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-testimonials.style-image .svg-icon {
    top: -2px;
    left: -25px;
    display: inline-block;
    padding: 0;
    position: absolute
  }

  .wgt-testimonials.style-image .span-content {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 810px
  }

  .wgt-testimonials.style-image h2,
  .wgt-testimonials.style-image h4 {
    text-align: left
  }

  .wgt-testimonials.style-image img {
    margin: 0
  }
}

@media (min-width:1200px) {
  .wgt-testimonials.style-simple svg {
    font-size: 97px
  }

  .wgt-testimonials.style-simple .svg-icon {
    top: -47px;
    left: -10px
  }
}

.wgt-time-machine {
  color: #fff
}

.wgt-time-machine h1 {
  margin: 0 0 36px;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1
}

.wgt-time-machine h1 span+span {
  display: block;
  padding-top: 5px;
  padding-left: .7em
}

.wgt-time-machine h1 span+span+span {
  display: block;
  padding-top: 5px;
  padding-left: 1.5em
}

.wgt-time-machine h2 {
  margin: 0 0 36px;
  font-weight: 600;
  font-size: 28px;
  line-height: 110.71429%;
  letter-spacing: .003rem
}

.wgt-time-machine p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 150%
}

.wgt-time-machine .container {
  padding-left: 16px;
  padding-right: 16px
}

.wgt-time-machine .disclaimer {
  color: #e5e5ff;
  display: block;
  font-size: 12px;
  line-height: 116.66667%
}

.wgt-time-machine .disclaimer+br {
  display: none
}

.wgt-time-machine .span-intro {
  margin: 0 auto;
  padding: 20px 0 60px;
  max-width: 350px
}

.wgt-time-machine .span-intro p {
  text-align: center;
  margin-bottom: 0
}

.wgt-time-machine .span-intro .disclaimer {
  padding-top: 10px
}

.wgt-time-machine .span-form {
  margin-left: -16px;
  margin-right: -16px
}

.wgt-time-machine .span-result {
  text-align: center;
  padding-top: 50px
}

.wgt-time-machine .span-result h2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 117.64706%
}

.wgt-time-machine .span-result h3 {
  margin: 0 0 23px;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 1
}

.wgt-time-machine .span-result h3.overflow {
  font-size: 28px;
  line-height: 1;
  min-height: 56px
}

.wgt-time-machine .span-result p {
  line-height: 28px
}

.wgt-time-machine .span-result footer {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wgt-time-machine .span-result .span-button {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.wgt-time-machine .loss .result-amount,
.wgt-time-machine .loss .result-profit,
.wgt-time-machine .loss .result-return-rate {
  color: #fe2163
}

.wgt-time-machine .banner-inner,
.wgt-time-machine .result-display {
  margin: 0 auto;
  max-width: 340px
}

.wgt-time-machine .container-copy {
  padding-top: 100px
}

.wgt-time-machine .container-copy .disclaimer {
  color: #ececee;
  padding-top: 36px;
  font-weight: 500
}

.wgt-time-machine .container-copy .disclaimer~.disclaimer {
  padding-top: 20px
}

.wgt-time-machine .container-copy .span-disclaimers {
  padding-top: 36px;
  padding-bottom: 100px
}

.wgt-time-machine .container-copy .span-disclaimers p {
  color: #c0cce4;
  font-size: 12px;
  line-height: 166.66667%
}

.wgt-time-machine .span-disclaimers a {
  color: #c0cce4;
  font-weight: 500;
  text-decoration: none
}

.wgt-time-machine .span-disclaimers a:active,
.wgt-time-machine .span-disclaimers a:focus,
.wgt-time-machine .span-disclaimers a:link,
.wgt-time-machine .span-disclaimers a:visited {
  color: #c0cce4
}

.wgt-time-machine .span-disclaimers a:hover {
  color: #00e4ed
}

.wgt-time-machine .btn-repeat {
  width: 56px;
  height: 56px;
  border: none;
  background: #00e4ed;
  border-radius: 100%
}

.wgt-time-machine .btn-repeat .svg-repeat {
  font-size: 22px;
  line-height: 56px
}

.wgt-time-machine .btn-repeat:hover {
  cursor: pointer;
  background-color: #fff
}

.wgt-time-machine .btn-free-app {
  width: 164px;
  color: #000;
  border: none;
  margin: 0 auto;
  display: block;
  padding: 16px 20px 17px;
  background: #00e4ed;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1
}

.wgt-time-machine .btn-free-app:hover {
  background-color: #fff
}

.wgt-time-machine .btn-free-app * {
  pointer-events: none
}

.wgt-time-machine .tweet .btn-free-app {
  width: 250px;
  padding: 16px 30px 18px;
  position: relative;
  margin-top: 25px;
  text-align: left
}

.wgt-time-machine .tweet .btn-free-app .twitter {
  top: 50%;
  right: 30px;
  position: absolute;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  -o-transform: translateY(-49%);
  transform: translateY(-49%);
  font-size: 20px
}

.wgt-time-machine .social-share {
  font-size: 0
}

.wgt-time-machine .social-share .label {
  color: #e5e5ff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1
}

.wgt-time-machine .social-share li {
  display: inline-block;
  vertical-align: middle
}

.wgt-time-machine .social-share li+li {
  margin-left: 15px
}

.wgt-time-machine .social-share svg {
  fill: #00e4ed;
  color: #00e4ed
}

.wgt-time-machine .social-share svg:hover {
  fill: #fff;
  color: #fff
}

.wgt-time-machine .cta-banner {
  padding: 50px 36px 26px;
  background: #18191c bottom url(../images/hand-invest-in-apple_107211ad.png) no-repeat;
  -webkit-box-shadow: 0 -2px 16px rgba(0, 0, 0, .75);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, .75);
  margin-left: -16px;
  margin-right: -16px;
  text-decoration: none;
  background-size: 260px
}

.wgt-time-machine .cta-banner p {
  color: #ececee;
  text-align: left;
  margin-bottom: 260px
}

.wgt-time-machine .cta-banner .logo-white {
  display: block;
  text-align: left;
  margin-left: -7px;
  padding-bottom: 16px
}

.wgt-time-machine .svg-logo-white {
  width: 145px;
  height: 22px
}

.wgt-time-machine a[data-scroll] * {
  pointer-events: none
}

.wgt-time-machine .span-branding {
  color: #e5e5ff;
  width: 100%;
  display: none;
  text-align: center;
  font-size: 12px;
  line-height: 1
}

.wgt-time-machine .span-branding span {
  display: inline-block;
  vertical-align: middle
}

.wgt-time-machine .span-branding .down {
  border-color: #fff;
  -webkit-transform: rotate(45deg) translateY(-1px);
  -ms-transform: rotate(45deg) translateY(-1px);
  -o-transform: rotate(45deg) translateY(-1px);
  transform: rotate(45deg) translateY(-1px)
}

.wgt-time-machine.show-results .span-form,
.wgt-time-machine.show-results .span-intro,
.wgt-time-machine .span-banner,
.wgt-time-machine .span-result {
  display: none
}

.wgt-time-machine.show-results .span-banner,
.wgt-time-machine.show-results .span-result {
  display: initial
}

.wgt-time-machine.goto-warp .span-form,
.wgt-time-machine.goto-warp .span-intro {
  -webkit-animation: enterWarp .3s ease-in-out 0s 1 normal forwards;
  -o-animation: enterWarp .3s ease-in-out 0s 1 normal forwards;
  animation: enterWarp .3s ease-in-out 0s 1 normal forwards
}

.wgt-time-machine.show-results .span-banner,
.wgt-time-machine.show-results .span-result {
  -webkit-animation: exitWarp .5s ease-out 0s 1 normal forwards;
  -o-animation: exitWarp .5s ease-out 0s 1 normal forwards;
  animation: exitWarp .5s ease-out 0s 1 normal forwards
}

.wgt-time-machine.restart .span-result {
  display: initial;
  -webkit-animation: exitLeft 1s ease-out 0s 1 normal forwards;
  -o-animation: exitLeft 1s ease-out 0s 1 normal forwards;
  animation: exitLeft 1s ease-out 0s 1 normal forwards
}

.wgt-time-machine.restart .span-banner {
  display: initial;
  -webkit-animation: exitRight 1s ease-out 0s 1 normal forwards;
  -o-animation: exitRight 1s ease-out 0s 1 normal forwards;
  animation: exitRight 1s ease-out 0s 1 normal forwards
}

.wgt-time-machine.reinit .span-form {
  -webkit-animation: showUpRight .6s ease-in 0s 1 normal forwards;
  -o-animation: showUpRight .6s ease-in 0s 1 normal forwards;
  animation: showUpRight .6s ease-in 0s 1 normal forwards
}

.wgt-time-machine.reinit .span-intro {
  -webkit-animation: showUpLeft .6s ease-in 0s 1 normal forwards;
  -o-animation: showUpLeft .6s ease-in 0s 1 normal forwards;
  animation: showUpLeft .6s ease-in 0s 1 normal forwards
}

.wgt-time-machine .music-toggle {
  top: -77px;
  right: 14px;
  padding: 0;
  z-index: 1010101;
  position: absolute;
  line-height: 1
}

.wgt-time-machine .music-toggle button {
  border: none;
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 1;
  background: none;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  vertical-align: bottom
}

.wgt-time-machine .music-toggle button:hover {
  cursor: pointer
}

.wgt-time-machine #bars {
  width: 20px;
  height: 30px;
  margin: 0 auto;
  position: relative
}

.wgt-time-machine .bar {
  width: 3px;
  bottom: 1px;
  height: 2px;
  position: absolute;
  background: #fff
}

.wgt-time-machine .bar:first-child {
  left: 1px
}

.wgt-time-machine .bar:nth-child(2) {
  left: 5px
}

.wgt-time-machine .bar:nth-child(3) {
  left: 9px
}

.wgt-time-machine .bar:nth-child(4) {
  left: 13px
}

.wgt-time-machine .bar:nth-child(5) {
  left: 17px
}

.wgt-time-machine .on .bar {
  height: 8px;
  -webkit-animation: soundBars 0ms linear -.8s infinite alternate;
  -o-animation: soundBars 0ms -.8s linear infinite alternate;
  animation: soundBars 0ms linear -.8s infinite alternate
}

.wgt-time-machine .on .bar:first-child {
  -webkit-animation-duration: 474ms;
  -o-animation-duration: 474ms;
  animation-duration: 474ms
}

.wgt-time-machine .on .bar:nth-child(2) {
  -webkit-animation-duration: 433ms;
  -o-animation-duration: 433ms;
  animation-duration: 433ms
}

.wgt-time-machine .on .bar:nth-child(3) {
  -webkit-animation-duration: 407ms;
  -o-animation-duration: 407ms;
  animation-duration: 407ms
}

.wgt-time-machine .on .bar:nth-child(4) {
  -webkit-animation-duration: 458ms;
  -o-animation-duration: 458ms;
  animation-duration: 458ms
}

.wgt-time-machine .on .bar:nth-child(5) {
  -webkit-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s
}

.wgt-time-machine .span-banner-wide {
  width: 100%;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .9);
  text-align: center;
  border-radius: 32px;
  background-color: #18191c;
  background-size: 290px;
  background-position: center bottom 60px;
  margin-bottom: 50px;
  text-decoration: none
}

.wgt-time-machine .span-banner-wide .banner-wide {
  position: relative;
  display: block;
  text-decoration: none
}

.wgt-time-machine .span-banner-wide .span-content {
  padding: 46px 16px 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #18191c), color-stop(30%, #18191c), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #18191c, #18191c 30%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, #18191c 0, #18191c 30%, rgba(0, 0, 0, 0));
  background: linear-gradient(180deg, #18191c 0, #18191c 30%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .9);
  border-radius: 32px 32px 0 0
}

.wgt-time-machine .span-banner-wide h2,
.wgt-time-machine .span-banner-wide p {
  color: #fff
}

.wgt-time-machine .span-banner-wide h2 {
  margin: 0 0 15px
}

.wgt-time-machine .span-banner-wide p {
  margin: 0 0 25px
}

.wgt-time-machine .span-banner-wide .btn-free-app {
  display: inline-block;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.wgt-time-machine .span-banner-wide .public-white {
  left: 50%;
  bottom: 30px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wgt-time-machine .span-banner-wide .public-white svg {
  width: 94px;
  height: 22px
}

.form-time-machine {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 13px 31px;
  max-width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-shadow: 0 -2px 16px rgba(0, 0, 0, .75);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, .75);
  background: #18191c
}

.form-time-machine .span-12 {
  width: 100%
}

.form-time-machine .span-4 {
  width: 33.33333%
}

.form-time-machine .selected {
  margin: 0 0 5px;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .005rem
}

.form-time-machine .selected br {
  display: none
}

.form-time-machine .span-form {
  position: relative
}

.form-time-machine .span-field {
  padding: 6px 3px
}

.form-time-machine .span-input {
  margin-top: 0
}

.form-time-machine .span-submit {
  padding: 24px 6px 6px
}

.form-time-machine .span-label {
  padding: 6px 6px 10px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1
}

.form-time-machine .span-label .response {
  top: 0;
  right: 2px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-weight: 400
}

.form-time-machine .span-field+.span-label {
  padding-top: 22px
}

.form-time-machine .btn-submit-alt {
  color: #000;
  padding: 21px;
  min-width: 100%;
  background: #00e4ed;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.002rem
}

.form-time-machine .btn-submit-alt:disabled {
  color: #000;
  cursor: not-allowed;
  background: rgba(0, 228, 237, .55)
}

.form-time-machine .btn-submit-alt:hover {
  background-color: #fff
}

.form-time-machine .input-field {
  color: #fff;
  position: relative;
  background: #292a2f;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 8px
}

.form-time-machine .input-field input,
.form-time-machine .input-field select {
  color: #fff;
  background: #292a2f;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .005rem
}

.form-time-machine .input-field input {
  color: #fff;
  text-align: left;
  -webkit-appearance: none
}

.form-time-machine .input-field input::-webkit-input-placeholder {
  color: #c0cce4;
  opacity: 1
}

.form-time-machine .input-field input:-moz-placeholder,
.form-time-machine .input-field input::-moz-placeholder {
  color: #c0cce4;
  opacity: 1
}

.form-time-machine .input-field input:-ms-input-placeholder {
  color: #c0cce4;
  opacity: 1
}

.form-time-machine .input-field .input-text {
  padding: 20px 18px 21px
}

.form-time-machine .input-field input:hover::-webkit-input-placeholder {
  color: #e4e9f3
}

.form-time-machine .input-field input:hover:-moz-placeholder,
.form-time-machine .input-field input:hover::-moz-placeholder {
  color: #e4e9f3
}

.form-time-machine .input-field input:hover:-ms-input-placeholder {
  color: #e4e9f3
}

.form-time-machine .input-addon {
  left: 12px;
  bottom: 13px;
  position: absolute;
  vertical-align: baseline;
  font-family: Graphik Compact, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 133.33333%
}

.form-time-machine .svg-dollar {
  font-size: 24px
}

.form-time-machine .input-currency .input-text {
  padding-left: 38px
}

.form-time-machine .input-select {
  color: #c0cce4;
  width: 100%;
  height: 60px;
  position: relative;
  background: #292a2f;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 8px
}

.form-time-machine .input-select:hover,
.form-time-machine .input-select select:hover {
  cursor: pointer
}

.form-time-machine .input-select .selected {
  top: 50%;
  left: 18px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  margin-bottom: 0;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

.form-time-machine .input-select:after {
  top: 50%;
  right: 18px;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  border: solid #999ba5;
  border-width: 0 2px 2px 0;
  pointer-events: none
}

.form-time-machine .input-select select {
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.form-time-machine .input-select select:focus {
  visibility: visible
}

.form-time-machine .input-select .selected:empty {
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out
}

.form-time-machine .input-select .selected:not(:empty)+label {
  -webkit-transform: translateY(-160%) scale(.8);
  -ms-transform: translateY(-160%) scale(.8);
  -o-transform: translateY(-160%) scale(.8);
  transform: translateY(-160%) scale(.8);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.input-autocomplete {
  z-index: 10;
  position: relative
}

.input-autocomplete.selecting .autocomplete-wrap {
  display: block
}

.input-autocomplete .autocomplete-wrap {
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 11;
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  background: #292a2f;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  max-height: 240px;
  border-radius: 8px
}

.input-autocomplete .autocomplete-wrap:after {
  top: 100%;
  width: 100%;
  height: 60px;
  content: "";
  z-index: 3;
  display: block;
  position: fixed;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 42, 47, 0)), to(#292a2f));
  background: -webkit-linear-gradient(top, rgba(41, 42, 47, 0), #292a2f);
  background: -o-linear-gradient(top, rgba(41, 42, 47, 0) 0, #292a2f 100%);
  background: linear-gradient(180deg, rgba(41, 42, 47, 0), #292a2f);
  pointer-events: none
}

.input-autocomplete .autocomplete {
  width: calc(100% + 20px);
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  list-style: none;
  max-height: 240px
}

.input-autocomplete li:first-of-type a {
  padding-top: 12px
}

.input-autocomplete li:last-of-type a {
  padding-bottom: 12px
}

.input-autocomplete a {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.input-autocomplete a:active,
.input-autocomplete a:focus,
.input-autocomplete a:hover,
.input-autocomplete a:link,
.input-autocomplete a:visited {
  color: #fff
}

.input-autocomplete a span {
  pointer-events: none
}

.input-autocomplete a:hover {
  background: hsla(0, 0%, 100%, .03)
}

.input-autocomplete .company-logo {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  display: none;
  border-radius: 100%;
  vertical-align: top;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%
}

.input-autocomplete .company-name {
  width: 100%;
  font-weight: 500;
  padding-left: 10px;
  font-size: 14px;
  line-height: 142.85714%
}

.pw_time_machine {
  background: #101012
}

.pw_time_machine .container {
  padding-left: 16px;
  padding-right: 16px
}

.pw_time_machine .banner,
.pw_time_machine .wrap {
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0)
}

.pw_time_machine .wrap {
  overflow: hidden
}

.pw_time_machine .banner {
  padding-top: 15px
}

.pw_time_machine .website-logo {
  margin: 0;
  max-width: 58px
}

.pw_time_machine #modal-signup,
.pw_time_machine #modal-signup .modal-panel {
  background: #18191c
}

.pw_time_machine #modal-signup h2,
.pw_time_machine #modal-signup p {
  color: #fff
}

.pw_time_machine #modal-signup .input-text {
  color: #c0cce4;
  height: 62px;
  padding: 0 20px;
  margin-top: 1px;
  background: #292a2f;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pw_time_machine #modal-signup .form-nexmo button {
  background: #00e4ed
}

.pw_time_machine #modal-signup .form-nexmo button:hover {
  background-color: #00b3ba
}

.pw_time_machine #modal-signup .icon-close:after,
.pw_time_machine #modal-signup .icon-close:before {
  background: #fff
}

.pw_time_machine canvas {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: block;
  position: fixed
}

.pw_time_machine .close-app-bar {
  top: 11px;
  right: 16px;
  z-index: 101;
  position: fixed;
  text-decoration: none
}

.pw_time_machine .close-app-bar .icon-close {
  width: 12px;
  height: 12px
}

.pw_time_machine .get-the-app-bar {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: #00e4ed
}

.pw_time_machine .get-the-app-bar:not(.active) {
  opacity: 0
}

.pw_time_machine .btn-get-app {
  color: #000;
  border: none;
  margin: 0 auto;
  padding: 11px 16px 12px;
  display: block;
  z-index: 10;
  max-width: 1170px;
  font-weight: 500;
  border-radius: 0;
  text-decoration: none;
  font-size: 13px;
  line-height: 1
}

.pw_time_machine .btn-get-app:active,
.pw_time_machine .btn-get-app:focus,
.pw_time_machine .btn-get-app:hover,
.pw_time_machine .btn-get-app:link,
.pw_time_machine .btn-get-app:visited {
  color: #000
}

.pw_time_machine .btn-get-app:after {
  content: "";
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg) translateY(-1px);
  -ms-transform: rotate(-45deg) translateY(-1px);
  -o-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px);
  border: solid #000;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  margin-left: 2px
}

.bg-only-time-machine .wrap {
  display: none
}

@media (min-width:768px) {
  .wgt-time-machine .span-banner-wide {
    text-align: left;
    background-size: 260px;
    background-image: url(../images/iOS-app-tm-banner_60846418.png);
    background-repeat: no-repeat;
    background-position: 100% 0
  }

  .wgt-time-machine .span-banner-wide .span-content {
    padding: 50px 0 40px 25px;
    max-width: 505px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .wgt-time-machine .span-banner-wide h2 {
    margin: 0 0 21px;
    font-size: 38px;
    line-height: 1
  }

  .wgt-time-machine .span-banner-wide p {
    font-size: 18px;
    line-height: 177.77778%;
    letter-spacing: .02rem
  }

  .wgt-time-machine .span-banner-wide .public-white {
    left: auto;
    right: 30px;
    bottom: 55px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .wgt-time-machine .btn-get-app {
    font-size: 16px;
    line-height: 1
  }
}

@media (min-width:1024px) {
  .wgt-time-machine .container-init {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: calc(100vh - 112px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wgt-time-machine .container-copy {
    padding-top: 40px
  }

  .wgt-time-machine .span-form {
    margin: 0
  }

  .wgt-time-machine .span-intro {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0
  }

  .wgt-time-machine .span-intro p {
    text-align: left
  }

  .wgt-time-machine .span-intro .disclaimer {
    padding-top: 70px
  }

  .wgt-time-machine h1 {
    margin: 0 0 69px;
    font-size: 72px;
    line-height: 1
  }

  .wgt-time-machine p {
    font-size: 18px;
    line-height: 177.77778%;
    letter-spacing: .003rem
  }

  .wgt-time-machine .span-result {
    width: 500px;
    height: 540px;
    padding: 0;
    background: #18191c;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .9);
    border-radius: 32px
  }

  .wgt-time-machine .result-display {
    padding: 50px 55px 0;
    max-width: 100%
  }

  .wgt-time-machine .result-display .result-title {
    margin-bottom: 39px
  }

  .wgt-time-machine .result-display p {
    font-size: 16px;
    line-height: 175%;
    letter-spacing: .003rem
  }

  .wgt-time-machine .result-display footer {
    padding: 30px 0 0
  }

  .wgt-time-machine .span-banner {
    width: 327px;
    height: 540px;
    padding-left: 27px
  }

  .wgt-time-machine .cta-banner {
    height: 540px;
    margin: 0 auto;
    position: relative;
    border-radius: 32px
  }

  .wgt-time-machine .cta-banner p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 162.5%;
    letter-spacing: .003rem
  }

  .wgt-time-machine .cta-banner .btn-free-app {
    left: 50%;
    bottom: 27px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .wgt-time-machine.show-results .container-init {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .wgt-time-machine footer {
    padding-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .wgt-time-machine footer .span-social {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20
  }

  .wgt-time-machine .social-share a {
    width: 56px;
    height: 56px;
    display: block;
    position: relative;
    background: rgba(0, 228, 237, .2);
    border-radius: 100px
  }

  .wgt-time-machine .social-share a:hover {
    background: rgba(0, 228, 237, .8)
  }

  .wgt-time-machine .social-share a:hover svg {
    fill: #000;
    color: #000
  }

  .wgt-time-machine .social-share .svg-icon {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .wgt-time-machine .social-share li+li {
    margin-left: 8px
  }

  .wgt-time-machine .span-banner-wide {
    margin-bottom: 60px
  }

  .wgt-time-machine .span-banner-wide .span-content {
    padding: 50px 0 40px 70px;
    max-width: 735px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .wgt-time-machine .span-banner-wide h2 {
    font-size: 54px;
    line-height: 1
  }

  .wgt-time-machine .span-branding {
    display: block;
    padding: 10px 0 30px;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .form-time-machine {
    border-radius: 32px;
    padding-left: 62px;
    padding-right: 62px
  }

  .pw_time_machine {
    background: #101012
  }

  .pw_time_machine .banner {
    background: rgba(0, 0, 0, 0);
    padding-top: 20px
  }

  .pw_time_machine .website-logo {
    margin: 0
  }

  .pw_time_machine #modal-signup {
    background: rgba(0, 0, 0, .8)
  }

  .pw_time_machine #modal-signup .modal-panel {
    background: #18191c
  }

  .pw_time_machine #modal-signup .span-content {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
    padding-left: 0
  }

  .pw_time_machine #modal-signup .span-image {
    max-width: 390px;
    padding-left: 0
  }

  .pw_time_machine #modal-signup .input-text {
    border-radius: 8px 0 0 8px
  }

  .pw_time_machine #modal-signup .btn-submit {
    border-radius: 0 2px 2px 0
  }

  .pw_time_machine #modal-signup .modal-content {
    padding-top: 0
  }

  .pw_time_machine #modal-signup h2 {
    font-size: 78px;
    line-height: 111.53846%
  }

  .pw_time_machine #modal-signup p {
    max-width: 520px;
    font-size: 20px;
    line-height: 160%
  }
}

@media (min-width:1200px) {
  .wgt-time-machine .span-banner-wide {
    background-size: 340px;
    background-position: right 30px top
  }

  .wgt-time-machine .span-banner-wide .public-white {
    right: 45px
  }

  .wgt-time-machine .span-intro {
    max-width: 420px
  }

  .wgt-time-machine .span-intro p {
    margin-left: 115px
  }
}

@-webkit-keyframes enterWarp {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center
  }

  20% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: .6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    transform-origin: center
  }

  to {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center;
    transform-origin: center
  }
}

@-o-keyframes enterWarp {
  0% {
    filter: blur(0);
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
    -o-transform-origin: center;
    transform-origin: center
  }

  20% {
    filter: blur(6px);
    opacity: .6;
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -o-transform-origin: center;
    transform-origin: center
  }

  to {
    filter: blur(10px);
    opacity: 0;
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -o-transform-origin: center;
    transform-origin: center
  }
}

@keyframes enterWarp {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
  }

  20% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: .6;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
  }

  to {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
  }
}

@-webkit-keyframes exitWarp {
  0% {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    transform-origin: center
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center
  }
}

@-o-keyframes exitWarp {
  0% {
    filter: blur(3px);
    opacity: 0;
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -o-transform-origin: center;
    transform-origin: center
  }

  to {
    filter: blur(0);
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
    -o-transform-origin: center;
    transform-origin: center
  }
}

@keyframes exitWarp {
  0% {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
  }
}

@-webkit-keyframes exitLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw)
  }
}

@-o-keyframes exitLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw)
  }
}

@keyframes exitLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw)
  }
}

@-webkit-keyframes exitRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw)
  }
}

@-o-keyframes exitRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -o-transform: translateX(100vw);
    transform: translateX(100vw)
  }
}

@keyframes exitRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    transform: translateX(100vw)
  }
}

@-webkit-keyframes showUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@-o-keyframes showUpLeft {
  0% {
    opacity: 0;
    -o-transform: scale(.8);
    transform: scale(.8);
    -o-transform-origin: right center;
    transform-origin: right center
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
    -o-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes showUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
  }
}

@-webkit-keyframes showUpRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@-o-keyframes showUpRight {
  0% {
    opacity: 0;
    -o-transform: scale(.8);
    transform: scale(.8);
    -o-transform-origin: left center;
    transform-origin: left center
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
    -o-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes showUpRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
  }
}

@-webkit-keyframes soundBars {
  0% {
    height: 3px;
    opacity: .35
  }

  to {
    height: 28px;
    opacity: 1
  }
}

@-o-keyframes soundBars {
  0% {
    height: 3px;
    opacity: .35
  }

  to {
    height: 28px;
    opacity: 1
  }
}

@keyframes soundBars {
  0% {
    height: 3px;
    opacity: .35
  }

  to {
    height: 28px;
    opacity: 1
  }
}

.wgt-session-title {
  padding: 130px 0 0px;
  text-align: center
}

.wgt-session-title h2 {
  margin: 0 0 54px;
  font-weight: 500;
  font-size: 38px;
  line-height: 109.52381%;
  letter-spacing: .003rem
}

.wgt-session-title .btn-primary {
  color: #fff;
  display: inline-block;
  padding: 21px 10px 23px;
  min-width: 200px;
  font-weight: 500;
  background: #000;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1
}

.wgt-session-title .btn-primary:hover {
  background: #1572D3
}

.wgt-session-title .btn-primary:active,
.wgt-session-title .btn-primary:focus,
.wgt-session-title .btn-primary:hover,
.wgt-session-title .btn-primary:link,
.wgt-session-title .btn-primary:visited {
  color: #fff
}

@media (min-width:992px) {
  .wgt-session-title {
    padding: 176px 0 0px
  }

  .wgt-session-title h2 {
    margin: 0 0 54px;
    font-size: 52px;
    line-height: 109.61538%;
    letter-spacing: .003rem
  }
}

.wgt-work-with-us {
  padding: 130px 0 140px;
  text-align: center
}

.wgt-work-with-us h2 {
  color: #000;
  margin: 0 0 54px;
  font-weight: 500;
  font-size: 42px;
  line-height: 109.52381%;
  letter-spacing: .003rem
}

.wgt-work-with-us .btn-primary {
  color: #fff;
  display: inline-block;
  padding: 21px 10px 23px;
  min-width: 200px;
  font-weight: 500;
  background: #000;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1
}

.wgt-work-with-us .btn-primary:hover {
  background: #1572D3
}

.wgt-work-with-us .btn-primary:active,
.wgt-work-with-us .btn-primary:focus,
.wgt-work-with-us .btn-primary:hover,
.wgt-work-with-us .btn-primary:link,
.wgt-work-with-us .btn-primary:visited {
  color: #fff
}

@media (min-width:992px) {
  .wgt-work-with-us {
    padding: 176px 0 200px
  }

  .wgt-work-with-us h2 {
    margin: 0 0 54px;
    font-size: 52px;
    line-height: 109.61538%;
    letter-spacing: .003rem
  }
}

body.pw_cta_form.pw_accordion .banner {
  background: none
}

@media (min-width:0) and (max-width:1199px) {
  body.page-id-472 .banner .website-logo {
    margin: 0 auto
  }
}

.wgt-cta-form.type-doordash {
  position: relative;
  background: -webkit-linear-gradient(270.21deg, #dd4835 .23%, #db4e3b 22.13%, #e1533c 28.34%, #ea6949 36.86%);
  background: -o-linear-gradient(270.21deg, #dd4835 .23%, #db4e3b 22.13%, #e1533c 28.34%, #ea6949 36.86%);
  background: linear-gradient(179.79deg, #dd4835 .23%, #db4e3b 22.13%, #e1533c 28.34%, #ea6949 36.86%);
  margin-top: -90px;
  min-height: calc(100vh + 5px)
}

.wgt-cta-form.type-doordash:after {
  width: 385px;
  height: 285px;
  display: block;
  z-index: 1;
  content: "";
  pointer-events: none;
  background-size: contain;
  background-image: url(../images/logo-group_cc852d68.png);
  background-repeat: no-repeat;
  background-position: 0 100%
}

.wgt-cta-form.type-doordash h2 {
  color: #ffe2e2;
  font-weight: 500;
  margin-bottom: 37px;
  font-size: 36px;
  line-height: 122.22222%
}

.wgt-cta-form.type-doordash ol {
  color: #fffcfc;
  margin: 0 0 44px 10px;
  padding: 0;
  list-style: none;
  counter-reset: doordash;
  font-size: 16px;
  line-height: 187.5%;
  letter-spacing: .0003rem
}

.wgt-cta-form.type-doordash ol li {
  padding: 0 20px 0 45px;
  position: relative;
  counter-increment: doordash
}

.wgt-cta-form.type-doordash ol li+li {
  margin-top: 15px
}

.wgt-cta-form.type-doordash ol li:before {
  top: 1px;
  left: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  content: counter(doordash);
  position: absolute;
  background: rgba(246, 248, 250, .15);
  text-align: center;
  line-height: 28px;
  border-radius: 50%
}

.wgt-cta-form.type-doordash span.disclosure {
  display: none
}

.wgt-cta-form.type-doordash .container {
  position: relative;
  max-width: 1182px;
  padding-top: 90px
}

.wgt-cta-form.type-doordash .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.wgt-cta-form.type-doordash .span-image {
  width: 100%
}

.wgt-cta-form.type-doordash .span-image img {
  margin: 0 auto;
  max-width: 292px
}

.wgt-cta-form.type-doordash .span-content {
  width: 100%;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  padding-bottom: 60px
}

.wgt-cta-form.type-doordash .form-nexmo {
  margin-bottom: 0
}

.wgt-cta-form.type-doordash .form-nexmo input {
  color: #fff;
  border: none;
  background: hsla(0, 0%, 100%, .3);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wgt-cta-form.type-doordash .form-nexmo input::-webkit-input-placeholder {
  color: #fff
}

.wgt-cta-form.type-doordash .form-nexmo input:-moz-placeholder,
.wgt-cta-form.type-doordash .form-nexmo input::-moz-placeholder {
  color: #fff
}

.wgt-cta-form.type-doordash .form-nexmo input:-ms-input-placeholder {
  color: #fff
}

.wgt-cta-form.type-doordash .form-nexmo .response {
  color: #fff
}

.wgt-cta-form.type-doordash .form-nexmo button {
  background: navy
}

.wgt-cta-form.type-doordash .form-nexmo button:hover {
  background: #000
}

.wgt-cta-form.type-doordash .disclaimer {
  color: hsla(0, 0%, 100%, .9);
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 123.07692%
}

@media (min-width:768px) {
  .wgt-cta-form.type-doordash h2 {
    font-size: 45px;
    line-height: 120%
  }

  .wgt-cta-form.type-doordash ol {
    font-size: 18px;
    line-height: 177.77778%;
    letter-spacing: .0003rem
  }
}

@media (min-width:1200px) {
  .wgt-cta-form.type-doordash:after {
    left: -20px;
    bottom: -50px;
    position: absolute
  }

  .wgt-cta-form.type-doordash .container {
    padding-top: 130px
  }

  .wgt-cta-form.type-doordash .span-content {
    max-width: 605px
  }

  .wgt-cta-form.type-doordash .span-image {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    max-width: calc(100% - 605px)
  }

  .wgt-cta-form.type-doordash .span-image img {
    margin: 0;
    max-width: 470px;
    -webkit-transform: translate(105px, -90px);
    -ms-transform: translate(105px, -90px);
    -o-transform: translate(105px, -90px);
    transform: translate(105px, -90px)
  }

  .wgt-cta-form.type-doordash .appstore-links {
    display: none
  }

  .wgt-cta-form.type-doordash .form-nexmo {
    margin: 0
  }

  .wgt-cta-form.type-doordash .disclaimer {
    text-align: left
  }
}

@media (min-width:1440px) {
  .wgt-cta-form.type-doordash:after {
    left: 0;
    bottom: 0
  }
}

@media (min-height:1200px) {
  .wgt-cta-form.type-doordash {
    padding-top: 120px
  }

  .wgt-cta-form.type-doordash:after {
    width: 440px;
    height: 340px
  }
}

@media (min-width:1980px) {
  .wgt-cta-form.type-doordash:after {
    width: 640px;
    height: 540px
  }
}

@media (max-height:750px) {
  .wgt-cta-form.type-doordash:after {
    left: 0;
    bottom: -50px
  }
}

.disclosures-entry-content .note {
  left: 0;
  width: 100vw;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  position: fixed;
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
  transform: translateY(80%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 229, 255, .4)), to(rgba(229, 229, 255, .4))), #fff;
  background: -webkit-linear-gradient(bottom, rgba(229, 229, 255, .4), rgba(229, 229, 255, .4)), #fff;
  background: -o-linear-gradient(bottom, rgba(229, 229, 255, .4), rgba(229, 229, 255, .4)), #fff;
  background: linear-gradient(0deg, rgba(229, 229, 255, .4), rgba(229, 229, 255, .4)), #fff;
  -webkit-box-shadow: 0 0 27px rgba(58, 111, 175, .15);
  box-shadow: 0 0 27px rgba(58, 111, 175, .15);
  -webkit-transition: opacity .25s ease-out, -webkit-transform .15s ease-out;
  transition: opacity .25s ease-out, -webkit-transform .15s ease-out;
  -o-transition: opacity .25s ease-out, -o-transform .15s ease-out;
  transition: opacity .25s ease-out, transform .15s ease-out;
  transition: opacity .25s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out
}

.disclosures-entry-content .note:not(.active) {
  pointer-events: none
}

.disclosures-entry-content .note.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .15s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .15s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .15s ease-out;
  transition: opacity .3s ease-out, transform .15s ease-out;
  transition: opacity .3s ease-out, transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out
}

.disclosures-entry-content .note header {
  position: relative;
  margin-bottom: 12px
}

.disclosures-entry-content .note .cross {
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-2px, -45%);
  -ms-transform: rotate(45deg) translate(-2px, -45%);
  -o-transform: rotate(45deg) translate(-2px, -45%);
  transform: rotate(45deg) translate(-2px, -45%);
  line-height: 1
}

.disclosures-entry-content .note .cross:before {
  height: 2px;
  border-radius: 2px
}

.disclosures-entry-content .note .cross:after {
  width: 2px;
  border-radius: 2px
}

.disclosures-entry-content .note .note-wrap {
  margin: 0 auto;
  padding: 27px 17px 5px 36px;
  max-width: 700px
}

.disclosures-entry-content .note .note-text {
  overflow: auto;
  max-height: 50vh;
  padding-right: 12px
}

.disclosures-entry-content .note .note-text::-webkit-scrollbar {
  width: 4px
}

.disclosures-entry-content .note .note-text::-webkit-scrollbar-track {
  background: none
}

.disclosures-entry-content .note .note-text::-webkit-scrollbar-thumb,
.disclosures-entry-content .note .note-text::-webkit-scrollbar-thumb:hover {
  height: 60px;
  background: #e5e5ff;
  border-radius: 14px
}

.disclosures-entry-content .note h4 {
  color: #999ba5;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 133.33333%
}

.disclosures-entry-content .note b {
  font-weight: 500
}

.disclosures-entry-content .note p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 162.5%
}

@media (min-width:768px) {
  .disclosures-entry-content .note .cross {
    right: 12px
  }
}

@media (min-width:1024px) {
  .notes {
    top: 0;
    width: 25%;
    height: 100vh;
    max-width: 470px;
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 30px
  }

  .notes .note {
    top: 50%;
    left: 30px;
    width: calc(100% - 30px);
    bottom: auto;
    position: absolute;
    max-width: 400px;
    overflow: visible
  }

  .notes .note,
  .notes .note.active {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .notes .note .note-text {
    max-height: 100%
  }

  .notes header a {
    display: none
  }
}

@media (min-width:1480px) {
  .notes {
    top: 0;
    width: 40%;
    padding-left: 70px
  }

  .notes .note {
    left: 70px;
    width: calc(100% - 70px)
  }
}

.nav-sticky .side-nav {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .5s ease-out, -webkit-transform .25s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .25s ease-out;
  -o-transition: opacity .5s ease-out, -o-transform .25s ease-out;
  transition: transform .25s ease-out, opacity .5s ease-out;
  transition: transform .25s ease-out, opacity .5s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.side-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  padding: 20px 16px 0;
  opacity: 0;
  position: fixed;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(58, 111, 175, .12);
  box-shadow: 0 4px 12px rgba(58, 111, 175, .12);
  -webkit-transition: opacity .25s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .25s ease-out, -webkit-transform .5s ease-out;
  -o-transition: opacity .25s ease-out, -o-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .25s ease-out;
  transition: transform .5s ease-out, opacity .25s ease-out, -webkit-transform .5s ease-out, -o-transform .5s ease-out
}

.side-nav.active {
  min-height: 100vh
}

.side-nav.active .side-menu {
  display: block
}

.side-nav.active .current {
  display: none
}

.side-nav.active span.default {
  display: inline-block
}

.side-nav .span-title {
  position: relative;
  background: #fff;
  padding-bottom: 20px
}

.side-nav .logo-collapsed {
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M.715 13.751a2.503 2.503 0 010-3.502 2.502 2.502 0 00.636-2.375 2.503 2.503 0 011.752-3.033A2.503 2.503 0 004.84 3.103 2.503 2.503 0 017.874 1.35 2.502 2.502 0 0010.25.715a2.503 2.503 0 013.502 0 2.503 2.503 0 002.375.636 2.502 2.502 0 013.033 1.752 2.503 2.503 0 001.738 1.738 2.503 2.503 0 011.752 3.033 2.503 2.503 0 00.636 2.375c.953.973.953 2.53 0 3.502a2.503 2.503 0 00-.636 2.375 2.502 2.502 0 01-1.752 3.033 2.503 2.503 0 00-1.738 1.738 2.502 2.502 0 01-3.033 1.752 2.503 2.503 0 00-2.375.636 2.503 2.503 0 01-3.502 0 2.503 2.503 0 00-2.375-.636 2.503 2.503 0 01-3.033-1.752 2.503 2.503 0 00-1.738-1.738 2.502 2.502 0 01-1.752-3.033 2.503 2.503 0 00-.636-2.375z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-.463' y1='24.463' x2='24.463' y2='-.463' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300f'/%3E%3Cstop offset='1' stop-color='%2309F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat
}

.side-nav .title {
  color: #000;
  display: block;
  padding: 0 34px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 150%
}

.side-nav .title:active,
.side-nav .title:focus,
.side-nav .title:hover,
.side-nav .title:link,
.side-nav .title:visited {
  color: #000
}

.side-nav .title .arrow {
  -webkit-transform: translate(1px, -1px) rotate(45deg);
  -ms-transform: translate(1px, -1px) rotate(45deg);
  -o-transform: translate(1px, -1px) rotate(45deg);
  transform: translate(1px, -1px) rotate(45deg)
}

.side-nav .title .current {
  overflow: hidden;
  max-width: 70%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.side-nav .title span {
  display: inline-block;
  vertical-align: middle
}

.side-nav .title .default {
  display: none
}

.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.side-nav ul a {
  display: block;
  position: relative;
  text-decoration: none
}

.side-nav ul.side-sub-menu {
  padding-left: 16px
}

.side-nav .side-menu {
  display: none
}

.side-nav .side-menu>li:first-of-type {
  padding-top: 12px
}

.side-nav .top-section>a {
  color: #000;
  padding: 16px 15px 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 122.22222%
}

.side-nav .top-section>a:active,
.side-nav .top-section>a:focus,
.side-nav .top-section>a:hover,
.side-nav .top-section>a:link,
.side-nav .top-section>a:visited {
  color: #000
}

.side-nav .top-section>a.active:before {
  top: 23px;
  left: 1px;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  background: #000;
  border-radius: 100%
}

.side-nav .sub-section>a {
  color: #999ba5;
  padding: 2px 15px;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: .003rem
}

.side-nav .sub-section>a:active,
.side-nav .sub-section>a:focus,
.side-nav .sub-section>a:hover,
.side-nav .sub-section>a:link,
.side-nav .sub-section>a:visited {
  color: #999ba5
}

.side-nav .sub-section>a.active,
.side-nav .sub-section>a.active:active,
.side-nav .sub-section>a.active:focus,
.side-nav .sub-section>a.active:hover,
.side-nav .sub-section>a.active:link,
.side-nav .sub-section>a.active:visited {
  color: #000
}

@media (min-width:1024px) {
  .side-nav {
    top: 100%;
    width: 30%;
    opacity: 1;
    padding: 0 35px 0 0;
    position: -webkit-sticky;
    position: sticky;
    max-width: 260px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  .side-nav .span-title {
    display: none
  }

  .side-nav .side-menu {
    display: block
  }

  .side-nav .side-menu>li:first-of-type {
    padding-top: 0
  }

  .side-nav .sub-section>a {
    padding-left: 0;
    padding-right: 0
  }

  .side-nav .top-section>a {
    padding-right: 0
  }
}

@media (min-width:1480px) {
  .side-nav {
    padding-right: 70px
  }
}

.disclosures-entry-content {
  margin: 0 auto;
  padding: 24px 0 60px;
  max-width: 648px
}

.disclosures-entry-content>:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.disclosures-entry-content .img-container,
.disclosures-entry-content .rwd-container {
  overflow: hidden;
  -webkit-box-shadow: 0 8px 16px rgba(58, 111, 175, .12);
  box-shadow: 0 8px 16px rgba(58, 111, 175, .12);
  border-radius: 16px
}

.disclosures-entry-content .entry-date {
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  background: #e5e5ff;
  font-weight: 500;
  border-radius: 100px;
  font-size: 12px;
  line-height: 133.33333%
}

.disclosures-entry-content h1 {
  margin: 16px 0 49px;
  font-weight: 500;
  font-size: 54px;
  line-height: 120.37037%;
  letter-spacing: -.009rem
}

.disclosures-entry-content h2,
.disclosures-entry-content h3 {
  color: #000;
  margin: 0 0 19px;
  font-weight: 500
}

.disclosures-entry-content h2 {
  font-size: 40px;
  line-height: 120%
}

.disclosures-entry-content h3 {
  font-size: 28px;
  line-height: 121.42857%
}

.disclosures-entry-content .note-toggle {
  color: #000;
  position: relative;
  text-decoration: none
}

.disclosures-entry-content .note-toggle:hover {
  background: rgba(229, 229, 255, .4);
  border-radius: 4px;
  -webkit-box-shadow: 3px 0 0 rgba(229, 229, 255, .2), -3px 0 0 rgba(229, 229, 255, .2), -3px 3px 0 rgba(229, 229, 255, .2), 3px -3px 0 rgba(229, 229, 255, .2), 3px 3px 0 rgba(229, 229, 255, .2), -3px -3px 0 rgba(229, 229, 255, .2);
  box-shadow: 3px 0 0 rgba(229, 229, 255, .2), -3px 0 0 rgba(229, 229, 255, .2), -3px 3px 0 rgba(229, 229, 255, .2), 3px -3px 0 rgba(229, 229, 255, .2), 3px 3px 0 rgba(229, 229, 255, .2), -3px -3px 0 rgba(229, 229, 255, .2)
}

.disclosures-entry-content .note-toggle:after {
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  padding-right: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='%2334374C' fill-rule='evenodd'%3E%3Cpath d='M9 17.833A8.833 8.833 0 119 .167a8.833 8.833 0 010 17.666zm0-1A7.833 7.833 0 109 1.167a7.833 7.833 0 000 15.666z' fill-rule='nonzero'/%3E%3Cpath d='M7.826 10.072v1.383h1.05c2.117 0 3.78-1.627 3.78-3.728 0-2.1-1.663-3.727-3.78-3.727-2.118 0-3.763 1.628-3.763 3.728h1.488c0-1.33.927-2.345 2.275-2.345 1.33 0 2.292 1.014 2.292 2.345 0 1.33-.962 2.345-2.292 2.345h-1.05zM9 12.399a.833.833 0 100 1.667.833.833 0 000-1.667z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat
}

.disclosures-entry-content .content p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 177.77778%
}

.disclosures-entry-content .content a:not(.note-toggle) {
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.disclosures-entry-content .content a:not(.note-toggle):active,
.disclosures-entry-content .content a:not(.note-toggle):focus,
.disclosures-entry-content .content a:not(.note-toggle):hover,
.disclosures-entry-content .content a:not(.note-toggle):link,
.disclosures-entry-content .content a:not(.note-toggle):visited {
  color: #000
}

.disclosures-entry-content .content a:not(.note-toggle):hover {
  text-decoration: underline
}

.disclosures-entry-content .content ol,
.disclosures-entry-content .content ul {
  margin: 8px 0 63px;
  font-size: 18px;
  line-height: 161.11111%
}

.disclosures-entry-content .content ol li {
  margin-bottom: 16px
}

.disclosures-entry-content .content ol h4 {
  margin: 0 0 22px
}

.disclosures-entry-content .content ol {
  counter-reset: level1;
  list-style-type: none
}

.disclosures-entry-content .content ol>li {
  position: relative
}

.disclosures-entry-content .content ol>li:before {
  left: -25px;
  counter-increment: level1;
  content: counter(level1) ".";
  display: inline-block;
  position: absolute
}

.disclosures-entry-content .content ol ol {
  counter-reset: level2
}

.disclosures-entry-content .content ol ol>li:before {
  left: -45px;
  counter-increment: level2;
  content: counter(level1) "." counter(level2) "."
}

.disclosures-entry-content .content ul {
  padding: 0;
  list-style: none
}

.disclosures-entry-content .content ul>li {
  padding-left: 16px;
  margin-bottom: 12px
}

.disclosures-entry-content .content ul>li:before {
  width: 4px;
  height: 4px;
  content: "";
  display: inline-block;
  background: #000;
  -webkit-transform: translate(-12px, -2px);
  -ms-transform: translate(-12px, -2px);
  -o-transform: translate(-12px, -2px);
  transform: translate(-12px, -2px);
  margin-left: -4px;
  border-radius: 100%;
  vertical-align: middle
}

.disclosures-entry-content img {
  margin: 0 auto;
  padding: 0
}

.disclosures-entry-content div+h2,
.disclosures-entry-content div+h3 {
  margin-top: 37px
}

.disclosures-entry-content p+div {
  margin-top: 41px
}

.disclosures-entry-content p+h2,
.disclosures-entry-content p+h3 {
  margin-top: 44px
}

@media (min-width:1024px) {
  .disclosures-entry-content {
    max-width: 100%
  }

  .disclosures-entry-content .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .disclosures-entry-content .content {
    width: 45%;
    max-width: 648px
  }
}

@media (min-width:768px) {
  .single-disclosures .website-logo {
    margin: 0 auto
  }

  .single-disclosures .main>.container {
    max-width: 1440px
  }
}

@media (min-width:1480px) {
  .single-disclosures .main>.container {
    padding-left: 32px;
    padding-right: 28px
  }
}

.toggle-nav-side {
  left: 0;
  width: 56px;
  height: 58px;
  bottom: 0;
  border: none;
  z-index: 9999;
  position: fixed;
  font-size: 24px;
  line-height: 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, .85)));
  background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, .85));
  background: -o-linear-gradient(bottom, #fff 0, hsla(0, 0%, 100%, .85) 100%);
  background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, .85));
  -webkit-box-shadow: 0 2px 8px rgba(58, 111, 175, .1);
  box-shadow: 0 2px 8px rgba(58, 111, 175, .1);
  border-radius: 12px 12px 0 0
}

.toggle-nav-side:hover {
  color: #000;
  cursor: pointer
}

.toggle-nav-side .ellipsis {
  display: inline-block;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px)
}

.toggle-nav-side .news,
.toggle-nav-side .zoom {
  display: none
}

.close-nav-side {
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  font-weight: 600;
  line-height: 1
}

.nav-side-active .wrap {
  overflow: hidden;
  max-height: 100vh
}

#nav-side {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 991000000001;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in
}

#nav-side header {
  text-align: right
}

#nav-side .nav-side-wrap {
  padding: 32px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff
}

#nav-side.active {
  opacity: 1;
  background: #fff;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

#nav-side.active .nav-side-wrap {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  -o-transition: -o-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in, -o-transform .25s ease-in;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

#nav-side:not(.active) {
  pointer-events: none
}

.input-search-wrap {
  padding: 30px 0 15px
}

.input-search-wrap input {
  width: 100%;
  border: none;
  display: block;
  padding: 10px 32px 11px 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f8fa;
  line-height: 1;
  border-radius: 16px
}

.input-search-wrap input::-webkit-input-placeholder {
  color: #999ba5;
  opacity: 1
}

.input-search-wrap input:-moz-placeholder,
.input-search-wrap input::-moz-placeholder {
  color: #999ba5;
  opacity: 1
}

.input-search-wrap input:-ms-input-placeholder {
  color: #999ba5;
  opacity: 1
}

.input-search-wrap input::-webkit-search-cancel-button {
  display: none
}

.input-search-wrap input:-moz-placeholder-shown~.search-reset {
  display: none
}

.input-search-wrap input:-ms-input-placeholder~.search-reset {
  display: none
}

.input-search-wrap input:placeholder-shown~.search-reset {
  display: none
}

.input-search-wrap .input-search {
  position: relative
}

.input-search-wrap .zoom {
  left: 15px;
  color: #000;
  position: absolute;
  position-events: none
}

.input-search-wrap .search-reset,
.input-search-wrap .zoom {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.input-search-wrap .search-reset {
  right: 10px;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  background: none;
  line-height: 0
}

.input-search-wrap .search-reset:hover {
  cursor: pointer
}

.input-search-wrap .svg-close-blue {
  width: 20px;
  height: 20px
}

.search-results {
  overflow: auto;
  max-height: calc(100vh - 180px)
}

.search-results h4 {
  margin: 0;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: .003rem
}

.search-results .accordion-header {
  color: #000;
  display: block;
  text-decoration: none
}

.search-results .accordion-header:active,
.search-results .accordion-header:focus,
.search-results .accordion-header:link,
.search-results .accordion-header:visited {
  color: #000
}

.search-results .accordion-header:hover {
  color: #000
}

.search-results .arrow {
  top: 5px;
  right: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.search-results .accordion-header.active .arrow {
  top: 7px;
  right: 2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.search-results .accordion-tab {
  margin-top: 40px
}

.search-results .tab-results:not(:empty)~.accordion-tab {
  display: none
}

.search-results .count {
  color: #999ba5;
  font-size: 12px;
  line-height: 1
}

.search-results .no-results p {
  color: #000;
  margin: 0;
  font-size: 14px;
  line-height: 1
}

.search-results .no-results a {
  color: #000;
  display: block;
  position: relative;
  margin-top: 24px;
  font-weight: 500;
  text-decoration: none
}

.search-results .no-results a:active,
.search-results .no-results a:focus,
.search-results .no-results a:hover,
.search-results .no-results a:link,
.search-results .no-results a:visited {
  color: #000
}

.search-results .no-results a .arrow {
  top: 0;
  right: -1px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.list-articles {
  margin: 0;
  padding: 0 0 25px;
  list-style: none;
  font-size: 14px;
  line-height: 121.42857%
}

.list-articles a {
  color: #000;
  display: block;
  padding-top: 26px;
  text-decoration: none
}

.list-articles a:active,
.list-articles a:focus,
.list-articles a:link,
.list-articles a:visited {
  color: #000
}

.list-articles a:hover {
  color: #000
}

.tag-bubble {
  color: #000;
  display: inline-block;
  padding: 6px 13px 7px;
  position: absolute;
  -webkit-transform: translate(8px, -2px);
  -ms-transform: translate(8px, -2px);
  -o-transform: translate(8px, -2px);
  transform: translate(8px, -2px);
  font-weight: 500;
  text-align: center;
  background: #e5e5ff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1
}

.tag-bubble:active,
.tag-bubble:focus,
.tag-bubble:hover,
.tag-bubble:link,
.tag-bubble:visited {
  color: #000
}

@media (min-width:768px) {
  #nav-side.active {
    background: hsla(0, 0%, 76.9%, .6)
  }

  #nav-side .nav-side-wrap {
    max-width: 375px;
    min-height: 100vh
  }
}

@media (min-width:1024px) {
  .toggle-nav-side {
    left: 0;
    width: auto;
    height: auto;
    bottom: 50%;
    padding: 23px 21px;
    border-radius: 0 12px 12px 0
  }

  .toggle-nav-side .ellipsis {
    display: none
  }

  .toggle-nav-side .news,
  .toggle-nav-side .zoom {
    fill: #000;
    display: block
  }

  .toggle-nav-side .zoom {
    margin-bottom: 20px
  }
}

.side-share {
  right: 0;
  bottom: 0;
  z-index: 999;
  position: fixed;
  padding: 17px 16px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, .85)));
  background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, .85));
  background: -o-linear-gradient(bottom, #fff 0, hsla(0, 0%, 100%, .85) 100%);
  background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, .85));
  -webkit-box-shadow: 0 2px 8px rgba(58, 111, 175, .1);
  box-shadow: 0 2px 8px rgba(58, 111, 175, .1)
}

.side-share .label {
  display: none
}

.side-share ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 0;
  line-height: 0
}

.side-share .svg-icon,
.side-share ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.side-share .svg-icon {
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.side-share .label+li~li {
  margin-left: 18px
}

.learn-categories {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 1
}

.learn-categories li {
  display: inline-block;
  vertical-align: middle
}

.learn-categories li+li {
  margin-left: 10px
}

.learn-categories a {
  color: #000;
  display: block;
  padding: 6px 13px 7px;
  text-align: center;
  background: #e5e5ff;
  border-radius: 20px;
  text-decoration: none
}

.learn-categories a:active,
.learn-categories a:focus,
.learn-categories a:hover,
.learn-categories a:link,
.learn-categories a:visited {
  color: #000
}

.single-learn .content-info {
  margin-top: 100px
}

.learn-single {
  padding-top: 30px
}

.learn-single .container {
  max-width: 932px;
  padding-left: 16px;
  padding-right: 16px
}

.learn-single header {
  overflow: hidden;
  max-width: 100%
}

.learn-single .entry-title {
  margin: 0 0 63px;
  max-width: 80%;
  font-weight: 500;
  font-size: 46px;
  line-height: 119.56522%;
  letter-spacing: -.05rem
}

.learn-single .thumb {
  display: block;
  margin: 0 -16px 78px;
  max-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.learn-single .thumb:before {
  content: "";
  display: block;
  padding-top: 480px
}

.learn-single .wp-caption {
  margin: 0 auto;
  border: none;
  display: block;
  padding: 26px 0 79px;
  max-width: 100%;
  border-radius: 4px
}

.learn-single .wp-caption img {
  max-width: 100%
}

.learn-single .wp-caption-text {
  color: #999ba5;
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 133.33333%
}

.learn-single .disclosure {
  margin: 0;
  padding-top: 48px;
  font-style: italic;
  font-size: 16px;
  line-height: 187.5%;
  letter-spacing: .003rem
}

.learn-single .social-share {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 74px
}

.learn-single .social-share .label {
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1
}

.learn-single .social-share a {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.learn-single .social-share a:hover {
  background: rgba(0, 0, 255, .3)
}

.learn-entry-content {
  position: relative
}

.learn-entry-content .wgt-banner.type-leaderboard {
  margin: 60px auto
}

.learn-entry-content ::-moz-selection {
  background: rgba(229, 229, 255, .4);
  border-radius: 4px
}

.learn-entry-content ::selection {
  background: rgba(229, 229, 255, .4);
  border-radius: 4px
}

.learn-entry-content h2 {
  margin: 0 0 26px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%
}

.learn-entry-content h3 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 136.36364%
}

.learn-entry-content p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 177.77778%;
  letter-spacing: .003rem
}

.learn-entry-content p+h2 {
  margin-top: 48px
}

.learn-entry-content p+h3 {
  margin-top: 38px
}

.learn-entry-content ol,
.learn-entry-content ul {
  margin: 0 0 55px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 177.77778%;
  letter-spacing: .003rem
}

.learn-entry-content ol li,
.learn-entry-content ul li {
  padding: 0 0 8px 16px;
  position: relative
}

.learn-entry-content ol li:last-of-type,
.learn-entry-content ul li:last-of-type {
  padding-bottom: 0
}

.learn-entry-content ol li:before,
.learn-entry-content ul li:before {
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  background: #000;
  border-radius: 4px
}

.learn-entry-content a {
  font-weight: 500;
  border-bottom: 1px dotted #000;
  text-decoration: none
}

.learn-entry-content a:active,
.learn-entry-content a:focus,
.learn-entry-content a:link,
.learn-entry-content a:visited {
  color: #000
}

.learn-entry-content a:hover {
  color: #000
}

.author-meta {
  padding: 40px 16px;
  background: #f6f8fa;
  margin-top: 120px;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center
}

.author-meta img {
  margin: 0 auto 21px;
  max-width: 80px;
  border-radius: 50%
}

.author-meta .byline {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 118.18182%
}

.author-meta .bio {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: .003rem
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-meta ul {
  margin: 0 10px 0 0
}

.entry-meta time {
  font-size: 12px;
  line-height: 1
}

.learn-loop .thumb {
  display: block;
  margin-bottom: 25px;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.learn-loop .thumb:before {
  content: "";
  display: block;
  padding-top: 170px
}

.learn-loop .entry-meta {
  margin: 0 0 6px
}

.learn-loop .entry-title {
  color: #000;
  margin: 0 0 13px;
  font-weight: 500;
  font-size: 22px;
  line-height: 118.18182%
}

.learn-loop .entry-title a {
  text-decoration: none
}

.learn-loop .entry-title a:active,
.learn-loop .entry-title a:focus,
.learn-loop .entry-title a:hover,
.learn-loop .entry-title a:link,
.learn-loop .entry-title a:visited {
  color: #000
}

.learn-loop p {
  margin: 0;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: .003rem
}

@media (min-width:768px) {
  .learn-single {
    padding-top: 100px
  }

  .learn-single .entry-title {
    font-size: 54px;
    line-height: 120.37037%;
    letter-spacing: -.009rem
  }

  .learn-single .author-meta,
  .learn-single .thumb {
    margin-left: auto;
    margin-right: auto
  }

  .learn-single .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px
  }

  .learn-single .author-meta .bio {
    margin: 8px 0 0
  }

  .learn-single .author-meta img {
    margin: 0;
    max-width: 96px
  }

  .learn-single .author-meta .span-bio {
    text-align: left;
    padding-left: 40px
  }

  .single-learn .wgt-latest-posts .container {
    max-width: 932px;
    padding-top: 20px;
    padding-bottom: 65px
  }
}

@media (min-width:1024px) {
  .learn-entry-content .wgt-banner.type-leaderboard {
    margin: 100px 0 60px
  }
}

.template-homepage .banner {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123;
  padding: 20px 16px;
  position: absolute
}

@media (min-width:1024px) {
  .template-homepage .banner {
    padding: 0 0 0 30px;
    margin-top: 50px
  }
}

@media (min-width:1440px) {
  .template-homepage .banner {
    width: 40%;
    text-align: right;
    padding-left: 0
  }

  .template-homepage .banner .container {
    width: 100%;
    display: inline-block;
    max-width: 576px;
    text-align: left;
    padding-left: 54px
  }
}

.content h2 {
  font-size: 18px;
  line-height: 150%
}

.content h3 {
  color: #999ba5;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 266.66667%
}

.content p {
  font-size: 18px;
  line-height: 150%
}

.content .span-content a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
  line-height: 177.77778%;
  letter-spacing: -.003rem
}

.content .span-content a:active,
.content .span-content a:focus,
.content .span-content a:link,
.content .span-content a:visited {
  color: #000
}

.content .span-content a:hover {
  color: #000
}

.content .span-content a:after {
  content: "";
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg) translate(2px, 1px);
  -ms-transform: rotate(-45deg) translate(2px, 1px);
  -o-transform: rotate(-45deg) translate(2px, 1px);
  transform: rotate(-45deg) translate(2px, 1px);
  border: solid #000;
  border-width: 0 2px 2px 0
}

.content .span-content a:hover:after {
  border-color: #000
}

@media (min-width:1024px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .content .span-video {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: 55%;
    min-height: 100vh;
    max-height: none
  }

  .content .span-content {
    width: 45%;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 101px 40px 20px 30px
  }

  .content .appstore-links {
    left: auto;
    right: 50px;
    bottom: 115px;
    display: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .content .appstore-links.transparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .content .appstore-links a {
    width: 144px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .content .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;
    padding-bottom: 77px
  }

  .content .video-wrap:before {
    padding-top: 0
  }
}

@media (min-width:1200px) {
  .content h1 {
    margin: 0 0 50px;
    font-size: 62px;
    line-height: 111.29032%;
    letter-spacing: -.02rem
  }

  .content h2 {
    margin: 0 0 15px
  }

  .content h2,
  .content p {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: .003rem
  }

  .content .span-video {
    width: 60%
  }

  .content .span-content {
    width: 40%;
    padding: 162px 40px 20px 30px;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch
  }

  .content .span-content a {
    font-size: 21px;
    line-height: 152.38095%;
    letter-spacing: -.003rem
  }

  .content .btn-features,
  .content .span-as-seen {
    bottom: 61px;
    z-index: 2;
    padding: 0 0 0 30px;
    position: absolute
  }

  .content .span-as-seen {
    left: 100%;
    width: 100%
  }

  .content .btn-features {
    left: 0
  }

  .content .appstore-links {
    bottom: 58px
  }

  .content h3 {
    color: #fff
  }

  .content img {
    -webkit-filter: contrast(10);
    filter: contrast(10)
  }
}

@media (min-width:1440px) {
  .content .span-content {
    padding: 162px 71px 20px 54px
  }

  .content h1 {
    font-size: 72px;
    line-height: 109.72222%;
    letter-spacing: -.02rem
  }

  .content .btn-features,
  .content .span-as-seen {
    padding-left: 57px
  }

  .content .appstore-links {
    left: 814px;
    right: auto;
    width: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.template-partnership .banner {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123;
  padding: 20px 16px;
  position: absolute
}

.template-partnership .banner .span-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.template-partnership .banner .span-logo span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.template-partnership .banner span+span:before {
  top: 50%;
  left: -25px;
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  background: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%
}

@media (min-width:1024px) {
  .template-partnership .banner {
    padding: 0 0 0 30px;
    margin-top: 50px
  }
}

@media (min-width:1440px) {
  .template-partnership .banner {
    width: 40%;
    text-align: right;
    padding-left: 0
  }

  .template-partnership .banner .container {
    width: 100%;
    display: inline-block;
    max-width: 576px;
    text-align: left;
    padding-left: 54px
  }
}

.content {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh
}

.content .span-video {
  position: relative;
  max-height: 50vh
}

.content .image-bg,
.content .video-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.content .image-bg:before,
.content .video-wrap:before {
  content: "";
  display: block;
  padding-top: 109%
}

.content video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none
}

.content .appstore-links {
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.content .transparent {
  display: none
}

.content h1 {
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 110.41667%;
  letter-spacing: -.02rem
}

.content h2 {
  margin: 0 0 15px
}

.content h2,
.content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: .003rem
}

.content h3 {
  color: #000;
  margin: 0 0 6px
}

.content h4 {
  color: #999ba5;
  margin: 0 0 6px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 266.66667%;
  letter-spacing: .003rem
}

.content p {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: .003rem
}

.content .form-nexmo {
  display: none
}

.content .span-content {
  padding: 47px 16px;
  max-width: 576px
}

.content .span-as-seen {
  padding-top: 30px;
  pointer-events: none
}

.content .as-seen-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .as-seen-logo img {
  height: 15px
}

.content .as-seen-logo span+span {
  padding-left: 26px
}

.content .span-profiles {
  padding-top: 27px
}

.content .profiles {
  color: #000;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  line-height: 133.33333%;
  letter-spacing: .003rem
}

.content .profiles li {
  max-width: 72px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap
}

.content .profiles a {
  color: #000;
  display: block;
  text-decoration: none
}

.content .profiles a:active,
.content .profiles a:focus,
.content .profiles a:link,
.content .profiles a:visited {
  color: #000
}

.content .profiles a:hover {
  color: #000
}

.content .profiles img {
  margin: 0 auto 11px;
  border-radius: 100%
}

@media (min-width:768px) {
  .content .span-content {
    padding-left: 54px;
    padding-right: 81px
  }
}

@media (min-width:1024px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .content .span-video {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: 55%;
    min-height: 100vh;
    max-height: none
  }

  .content .span-content {
    width: 45%;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 101px 40px 20px 30px
  }

  .content .span-profiles {
    padding: 0 0 30px
  }

  .content .appstore-links {
    left: auto;
    right: 50px;
    bottom: 115px;
    display: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .content .appstore-links.transparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .content .appstore-links a {
    width: 144px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .content .form-nexmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;
    padding-bottom: 47px
  }

  .content .video-wrap:before {
    padding-top: 0
  }
}

@media (min-width:1200px) {
  .content h1 {
    margin: 0 0 50px;
    font-size: 60px;
    line-height: 111.66667%;
    letter-spacing: -.02rem
  }

  .content h2 {
    margin: 0 0 15px
  }

  .content h4 {
    color: #fff
  }

  .content .span-video {
    width: 60%
  }

  .content .span-content {
    width: 40%;
    padding: 162px 40px 20px 30px;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch
  }

  .content .span-as-seen {
    left: 100%;
    width: 100%;
    bottom: 61px;
    z-index: 2;
    padding: 0 0 0 30px;
    position: absolute
  }

  .content .span-as-seen img {
    -webkit-filter: contrast(10);
    filter: contrast(10)
  }

  .content .appstore-links {
    bottom: 58px
  }
}

@media (min-width:1440px) {
  .content .span-content {
    padding: 162px 21px 20px 54px
  }

  .content h1 {
    font-size: 72px;
    line-height: 109.72222%;
    letter-spacing: -.02rem
  }

  .content form,
  .content h2,
  .content p {
    max-width: 440px
  }

  .content .span-as-seen {
    padding-left: 57px
  }

  .content .appstore-links {
    left: 814px;
    right: auto;
    width: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.single-paid-search header {
  color: #000
}

.single-paid-search header h1 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 120.83333%
}

.single-paid-search header p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: .003rem
}

.single-paid-search .container-cards {
  text-align: center
}

.single-paid-search .card {
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: center
}

.single-paid-search .card h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 132.35294%;
  letter-spacing: .025rem
}

.single-paid-search .card img {
  border: 1px solid #ececee;
  margin: 0 auto 25px;
  display: block;
  max-width: 168px;
  border-radius: 100%
}

.single-paid-search .card p {
  color: #000;
  margin: 0;
  font-size: 18px;
  line-height: 166.66667%;
  letter-spacing: .003rem
}

.single-paid-search .cards,
.single-paid-search .container-sidebar {
  margin: 0 auto;
  max-width: 1020px
}

.single-paid-search .cards-round,
.single-paid-search .cards-square {
  padding: 60px 10px 55px
}

.single-paid-search .cards-round .cards {
  padding: 105px 0 80px
}

.single-paid-search .cards-square .cards {
  padding: 50px 0 0
}

.single-paid-search .cards-square .card {
  height: 400px
}

.single-paid-search .cards-square .card>div {
  height: 400px;
  padding: 40px 10px 0;
  -webkit-box-shadow: 6px 8px 35px rgba(208, 218, 232, .5);
  box-shadow: 6px 8px 35px rgba(208, 218, 232, .5);
  background: #fff;
  border-radius: 16px
}

.single-paid-search .container-cards .form-nexmo {
  margin: 0 auto 56px
}

.single-paid-search .container-sidebar .form-nexmo {
  margin: 40px 0 56px
}

.single-paid-search .container-sidebar .appstore-links {
  margin: 0 0 56px
}

.single-paid-search .span-side {
  padding: 30px 10px 20px;
  background: #f6f8fa;
  border-radius: 16px;
  margin-bottom: 40px
}

.single-paid-search .line-item {
  padding: 0 16px 60px
}

.single-paid-search .line-item h2 {
  color: #000;
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 132.35294%;
  letter-spacing: .025rem
}

.single-paid-search .line-item p {
  margin: 0;
  font-size: 18px;
  line-height: 166.66667%;
  letter-spacing: .003rem
}

.single-paid-search .sidebar-blue {
  overflow: hidden
}

.single-paid-search .sidebar-blue .line-item h2,
.single-paid-search .sidebar-blue .line-item p {
  color: #fff;
  z-index: 5;
  position: relative
}

.single-paid-search .sidebar-blue .span-side {
  position: relative;
  background: none;
  border-radius: 0
}

.single-paid-search .sidebar-blue .span-side:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  background: -o-linear-gradient(45deg, #000 -1.93%, #09f 101.93%);
  background: linear-gradient(45deg, #000 -1.93%, #09f 101.93%)
}

@media (min-width:768px) {

  .single-paid-search .cards,
  .single-paid-search .container-sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .single-paid-search .card {
    width: 50%
  }

  .single-paid-search .container-sidebar {
    padding-top: 45px
  }

  .single-paid-search .span-main {
    width: 58.33333%;
    padding: 150px 16px 200px 0;
    max-width: 510px
  }

  .single-paid-search .span-side {
    width: 41.66667%;
    max-width: 470px;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0
  }

  .single-paid-search .container-sidebar header p {
    max-width: 365px
  }

  .single-paid-search .sidebar-blue {
    overflow: visible
  }

  .single-paid-search .sidebar-blue .span-side:before {
    top: -135px;
    height: 100%;
    min-height: 150vh
  }

  .single-paid-search footer {
    z-index: 10;
    position: relative
  }
}

@media (min-width:992px) {
  .single-paid-search .card {
    width: 25%
  }

  .single-paid-search .container-sidebar {
    padding-top: 75px
  }

  .single-paid-search .span-main {
    width: 50%;
    max-width: 510px
  }

  .single-paid-search .span-side {
    width: 50%;
    max-width: 470px
  }

  .single-paid-search .sidebar-blue .span-side:before {
    top: -165px
  }
}

.event-bar {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  position: fixed;
  padding: 0 5px;
  background: #000
}

.event-bar .container {
  padding: 9px 16px
}

.event-bar+.container {
  margin-top: 32px
}

.event-bar a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.event-bar a:active,
.event-bar a:focus,
.event-bar a:hover,
.event-bar a:link,
.event-bar a:visited {
  color: #fff
}

.event-bar .soon {
  text-transform: uppercase;
  padding-right: 8px;
  font-size: 12px;
  line-height: 125%
}

.event-bar .soon:before {
  width: 4px;
  height: 4px;
  content: "";
  display: inline-block;
  background: #ff6f00;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 4px;
  border-radius: 100px;
  vertical-align: middle
}

.event-bar .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 107.14286%;
  letter-spacing: .003rem
}

.event-bar .title:after {
  display: inline-block;
  padding: 3px;
  content: "";
  -webkit-transform: rotate(-45deg) translate(2px, 1px);
  -ms-transform: rotate(-45deg) translate(2px, 1px);
  -o-transform: rotate(-45deg) translate(2px, 1px);
  transform: rotate(-45deg) translate(2px, 1px);
  border: solid #fff;
  border-width: 0 2px 2px 0
}

.pw_index_talks .banner .website-logo {
  padding: 54px 0 28px
}

@media (min-width:768px) {
  .pw_index_talks .banner .website-logo {
    margin: 0 auto;
    padding: 58px 0 28px
  }

  .pw_index_talks .wgt-banner {
    margin: 90px auto
  }
}

.event .thumb {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.event .thumb:before {
  content: "";
  display: inline-block
}

.event .span-partnership .partner-name {
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.event .span-partnership a.partner-name {
  text-decoration: none
}

.event .span-partnership a.partner-name:active,
.event .span-partnership a.partner-name:focus,
.event .span-partnership a.partner-name:link,
.event .span-partnership a.partner-name:visited {
  color: #000
}

.event .span-partnership a.partner-name:hover {
  color: #000
}

.single-talks .main .container {
  max-width: 1172px;
  padding-left: 16px;
  padding-right: 16px
}

.single-talks .container.has-video {
  max-width: 1392px
}

.single-talks .container.has-video .span-main {
  margin: 0 auto;
  max-width: 1172px
}

.single-talks .website-logo {
  padding: 20px 0 27px
}

.single-talks .span-thumb {
  padding-bottom: 47px
}

.single-talks .span-thumb .thumb:before {
  padding-top: 126%
}

.single-talks .time-start {
  display: block;
  font-weight: 500;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 112.5%;
  letter-spacing: .003rem
}

.single-talks .time-start:before {
  width: 6px;
  height: 6px;
  display: inline-block;
  content: "";
  margin-right: 9px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  background: #00d695;
  border-radius: 6px;
  vertical-align: middle
}

.single-talks .event-header {
  padding-bottom: 80px
}

.single-talks .event-header.video {
  padding-bottom: 60px
}

.single-talks h1 {
  color: #000;
  margin: 0 0 23px;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: .003rem
}

.single-talks .span-partnership {
  padding-bottom: 44px;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: .003rem
}

.single-talks .partner-name {
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.single-talks a.partner-name:active,
.single-talks a.partner-name:focus,
.single-talks a.partner-name:link,
.single-talks a.partner-name:visited {
  color: #000
}

.single-talks a.partner-name:hover {
  color: #000
}

.single-talks .btn-primary {
  color: #fff;
  display: block;
  padding: 23px 15px;
  font-weight: 500;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .003rem
}

.single-talks .btn-primary:active,
.single-talks .btn-primary:focus,
.single-talks .btn-primary:hover,
.single-talks .btn-primary:link,
.single-talks .btn-primary:visited {
  color: #fff
}

.single-talks .btn-primary:hover {
  background: #1572D3
}

.single-talks .sold-out .btn-primary {
  background: #c0cce4;
  text-transform: capitalize;
  pointer-events: none
}

.single-talks .span-date {
  width: 0;
  height: 0;
  overflow: hidden
}

.single-talks .span-date .btn-primary {
  max-width: 220px
}

.single-talks .time-full {
  color: #000;
  display: block;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: .003rem
}

.single-talks .add-to-calendar-wrap {
  display: block;
  position: relative;
  margin-bottom: 24px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 128.57143%;
  letter-spacing: .003rem
}

.single-talks .add-to-calendar-wrap a {
  color: #000;
  display: block;
  position: relative;
  text-decoration: none
}

.single-talks .add-to-calendar-wrap a:after,
.single-talks .add-to-calendar-wrap label:after {
  display: inline-block;
  padding: 3px;
  content: "";
  -webkit-transform: rotate(-45deg) translate(1px);
  -ms-transform: rotate(-45deg) translate(1px);
  -o-transform: rotate(-45deg) translate(1px);
  transform: rotate(-45deg) translate(1px);
  border: solid #00d695;
  border-width: 0 2px 2px 0
}

.single-talks .add-to-calendar-wrap a:after {
  top: 11px;
  right: -15px;
  position: absolute
}

.single-talks .add-to-calendar-wrap label:after {
  margin-left: 3px;
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  -o-transition: -o-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out
}

.single-talks .add-to-calendar {
  color: #000;
  display: block;
  z-index: 1
}

.single-talks .add-to-calendar a {
  padding: 5px 0
}

.single-talks .add-to-calendar a:active,
.single-talks .add-to-calendar a:focus,
.single-talks .add-to-calendar a:link,
.single-talks .add-to-calendar a:visited {
  color: #000
}

.single-talks .add-to-calendar a:hover {
  color: #000
}

.single-talks .add-to-calendar a+a {
  margin-top: 4px
}

.single-talks .add-to-calendar input {
  display: none
}

.single-talks .add-to-calendar label:hover {
  cursor: pointer
}

.single-talks .add-to-calendar input:checked~.calendars {
  display: block
}

.single-talks .add-to-calendar input:checked~label:after {
  -webkit-transform: rotate(45deg) translate(2px, -5px);
  -ms-transform: rotate(45deg) translate(2px, -5px);
  -o-transform: rotate(45deg) translate(2px, -5px);
  transform: rotate(45deg) translate(2px, -5px);
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  -o-transition: -o-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out
}

.single-talks .calendars {
  top: calc(100% + 19px);
  left: 0;
  display: none;
  padding: 20px 44px 21px 24px;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, .07);
  box-shadow: 0 8px 40px rgba(0, 0, 0, .07);
  border-radius: 8px
}

.single-talks .span-content h2 {
  color: #000;
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 26px;
  line-height: 111.53846%;
  letter-spacing: .003rem
}

.single-talks .span-content p {
  margin: 0 0 27px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: .003rem
}

.single-talks .span-content a {
  color: #000;
  font-weight: 500
}

.single-talks .span-content a:active,
.single-talks .span-content a:focus,
.single-talks .span-content a:hover,
.single-talks .span-content a:link,
.single-talks .span-content a:visited {
  color: #000
}

.single-talks .span-content a:hover {
  text-decoration: none
}

.single-talks .span-topics {
  padding-top: 5px
}

.single-talks .span-topics h3 {
  margin: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 108.33333%;
  letter-spacing: .01rem
}

.single-talks .span-topics ul {
  color: #000;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: .003rem
}

.single-talks .span-topics li {
  padding-left: 21px
}

.single-talks .span-topics li+li {
  margin-top: 14px
}

.single-talks .span-topics li:before {
  width: 4px;
  height: 4px;
  content: "";
  display: inline-block;
  background: #00d695;
  -webkit-transform: translate(-14px, -1px);
  -ms-transform: translate(-14px, -1px);
  -o-transform: translate(-14px, -1px);
  transform: translate(-14px, -1px);
  margin-left: -4px;
  border-radius: 100px;
  vertical-align: middle
}

.single-talks .span-speakers {
  padding-top: 67px
}

.single-talks .span-speakers h3 {
  color: #000;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: .003rem
}

.single-talks .span-speakers .span-index {
  overflow: hidden
}

.single-talks .span-speakers .row {
  margin-left: -22px;
  margin-right: -22px
}

.single-talks .span-speaker {
  margin: 0 auto;
  padding: 0 22px 31px;
  max-width: 416px
}

.single-talks .span-speaker h2 {
  color: #000;
  margin: 0 0 11px;
  font-weight: 500;
  font-size: 26px;
  line-height: 111.53846%;
  letter-spacing: .003rem
}

.single-talks .span-speaker .thumb {
  margin-bottom: 38px
}

.single-talks .span-speaker .thumb:before {
  padding-top: 100%
}

.single-talks .span-speaker p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .003rem
}

.single-talks .span-speaker a {
  color: #000;
  font-weight: 500;
  text-decoration: none
}

.single-talks .span-speaker a:active,
.single-talks .span-speaker a:focus,
.single-talks .span-speaker a:link,
.single-talks .span-speaker a:visited {
  color: #000
}

.single-talks .span-speaker a:hover {
  color: #000;
  text-decoration: underline
}

.single-talks .finished .span-content,
.single-talks .finished .span-side-title,
.single-talks .finished .span-speakers {
  margin: 0 auto;
  max-width: 850px
}

.single-talks .finished .span-content>h2 {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: .003rem
}

.single-talks .finished .event-header {
  padding-bottom: 0
}

.single-talks .finished .event-header.video {
  padding-bottom: 52px
}

@media (min-width:480px) {
  .single-talks .span-speakers .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .single-talks .span-speakers .span-speaker {
    width: 50%;
    margin: 0
  }
}

@media (min-width:768px) {
  .single-talks .website-logo {
    margin: 0 auto;
    padding: 34px 0 27px
  }

  .single-talks .event-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 76px
  }

  .single-talks .event-header .span-title {
    width: 50%;
    padding-left: 30px
  }

  .single-talks .event-header.video {
    display: block
  }

  .single-talks h1 {
    margin-bottom: 33px
  }

  .single-talks .span-thumb {
    width: 50%;
    padding-bottom: 0
  }

  .single-talks .span-thumb .thumb:before {
    padding-top: 100%
  }

  .single-talks .span-title .btn-primary {
    max-width: 200px
  }

  .single-talks .time-start {
    margin-bottom: 22px
  }

  .single-talks .span-partnership {
    padding-bottom: 53px;
    font-size: 22px;
    line-height: 109.09091%;
    letter-spacing: .003rem
  }

  .single-talks .span-content h2 {
    margin-bottom: 37px;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: .003rem
  }

  .single-talks .span-topics {
    padding-top: 11px
  }

  .single-talks .span-speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 154px
  }

  .single-talks .span-speakers .span-title {
    width: 31%;
    padding-right: 25px
  }

  .single-talks .span-speakers .span-index {
    width: 69%
  }

  .single-talks .finished .span-content {
    padding-top: 60px
  }

  .single-talks .finished .span-speakers {
    display: block
  }

  .single-talks .finished .span-speakers .span-index,
  .single-talks .finished .span-speakers .span-title {
    width: 100%;
    padding: 0
  }

  .single-talks .has-video h1 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .003rem
  }

  .single-talks .has-video .span-partnership {
    font-size: 18px;
    line-height: 122.22222%;
    letter-spacing: .003rem
  }

  .single-talks .has-video .span-speaker {
    width: 33.33333%
  }
}

@media (min-width:992px) {
  .single-talks .event-header .span-title {
    padding-left: 80px
  }

  .single-talks .span-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .single-talks .span-main .span-content {
    width: 63%
  }

  .single-talks .span-main .span-date {
    top: 0;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: 37%;
    height: auto;
    padding: 123px 0 0 30px;
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  .single-talks .span-side-title {
    width: 37%;
    padding-right: 65px
  }
}

@media (min-width:1200px) {
  .single-talks .span-main .span-date {
    padding-left: 100px
  }

  .single-talks .span-speakers .span-title {
    padding-right: 45px
  }

  .single-talks .finished .event-header h1 {
    font-size: 60px;
    line-height: 110%;
    letter-spacing: .003rem
  }
}