/*! 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
}

body.make-sticky .site-header .website-logo #pblc-com,body.make-sticky .site-header .website-logo #wordmark,body.make-sticky .site-header .website-logo #pblc-wordmark,body.make-sticky .site-header .website-logo #pblc-wordmark path {
    fill: #000 !important
}

body.make-sticky .site-header .website-logo #pblc-icon path,body.make-sticky .site-header .website-logo #pblc-circle-top,body.make-sticky .site-header .website-logo #mark #pblc-circle-bottom {
    fill: #0038df !important
}

@font-face {
    font-family: "Canela";
    src: url(/wp-content/themes/public/dist/static/light-942a7af27a3531289340.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/light-7f81a9b42e90a5c95749.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Canela";
    src: url(/wp-content/themes/public/dist/static/light-italic-f155a20a062c6f06c03e.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/light-italic-63d337b3fdd0e8218090.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/regular-4e316aa66ee694d00576.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-7a5d20e347c39360a736.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/regular-italic-01ca637af68374f1de01.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-italic-124ba2f5c47e1856c729.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/medium-e1452c74a0d4a96d47cb.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/medium-57136efe69fe4f51af32.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/medium-italic-56a28cc293b500458641.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/medium-italic-340fe6e777c1f07d522d.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/bold-6938408acf7efc058f83.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/bold-b5c5af6ff13fd2db9746.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/bold-italic-289e9fdc7ef3d0ad1de9.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/bold-italic-bc98383f5a981bb5e165.woff) format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/black-italic-7743e314bf4407315450.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/black-italic-feb20310748d123be57b.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/black-8a626dbf4ed2b0a9386d.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/black-54b4a7335aa775c75be0.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brush Script MT";
    src: url(/wp-content/themes/public/dist/static/regular-italic-b834d170d6ba05634c7b.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-italic-272b269fb90f16374040.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brush Script MT";
    src: url(/wp-content/themes/public/dist/static/regular-italic-b834d170d6ba05634c7b.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-italic-272b269fb90f16374040.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Invest Pro";
    src: url(/wp-content/themes/public/dist/static/bold-c11b02a2ed8368f85f80.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/bold-5d5f80c142fcdbb3836a.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Invest Pro";
    src: url(/wp-content/themes/public/dist/static/medium-56c63b838d37ea6bb07a.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/medium-c166be5d6977ba441c3c.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Invest Pro";
    src: url(/wp-content/themes/public/dist/static/regular-e740b3dd29d1fe2a6288.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-29f3bc0828d76386d892.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: local("Inter"),local("Inter Light"),local("Inter-Light"),url(/wp-content/themes/public/dist/static/inter-light-afa727d8db7992117c0f.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-light-ec5268cf58f8972b50dd.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/public/dist/static/inter-regular-ac03a6de9ea313009257.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-regular-f3ce705f806c10eb6e2d.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/public/dist/static/inter-medium-2e49fa70be6011988c79.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-medium-f54039e3202e9ad4fe3c.woff) format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: local("Inter"),local("Inter Semibold"),local("Inter-Semibold"),url(/wp-content/themes/public/dist/static/inter-semibold-7249951440b8b2f3f6ba.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-semibold-6d7d360a0832f5c43a22.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Graphik";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-Bold-432bb4455d20a75424a9.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-Bold-432bb4455d20a75424a9.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-Bold-0c2d28e372e45c4ca3e3.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-Bold-ed958c9817e0690a7e7e.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-ae9d9f7ee83ea23a3df1.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-ae9d9f7ee83ea23a3df1.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-566139be9f49c6b27c13.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-64b8337651b05728c861.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-Medium-d6e4cc7048976e5c13b4.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-Medium-d6e4cc7048976e5c13b4.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-Medium-adb455aeaefaaa46f50b.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-Medium-5d570d035a0da3b21e03.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-Regular-c67b4f7f51b69566fb9b.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-Regular-c67b4f7f51b69566fb9b.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-Regular-d14d0eddc492f8c0aba6.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-Regular-379e1bc52cb34e42c6b7.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-76a40d2da2bfd6b1300c.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-76a40d2da2bfd6b1300c.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-9d6ab5e516d526effbdc.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-820e3262ccecbba749be.woff) format("woff")
}

@font-face {
    font-family: "Graphik Wide";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-WideMedium-4b65310e3f10346af1c3.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-WideMedium-4b65310e3f10346af1c3.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-WideMedium-6ea3fac7ccb8ba9deb65.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-WideMedium-9c314d7b891d7102e4d4.woff) format("woff")
}

@font-face {
    font-family: "Graphik Compact";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-e6e84c3379fd1b0e3a59.eot);
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-e6e84c3379fd1b0e3a59.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-1468a890af193d7b886a.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-25093491635163d26478.woff) format("woff")
}

@font-face {
    font-family: "Graphik Compact";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-9ea8a75f8358903d5b25.eot);
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-9ea8a75f8358903d5b25.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-f2fa68e71f1e96f499b1.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-60ce16c4bdd811ab0c7b.woff) format("woff")
}

@font-face {
    font-family: "Public";
    src: local("Public Medium"),local("Public-Medium"),url(/wp-content/themes/public/dist/static/public-medium-db307498277c7f15eb0f.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/public-medium-1a37000dd5861e38dd16.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Public";
    src: local("Public Bold"),local("Public-Bold"),url(/wp-content/themes/public/dist/static/public-bold-18dcd08ef2a6d275dbbf.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/public-bold-ce6616953f5a211c61c8.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Public";
    src: local("Public Regular"),local("Public-Regular"),url(/wp-content/themes/public/dist/static/public-regular-6864c9fd9604ab3cd9ee.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/public-regular-1c0643fb34b1bddca6e3.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Denton";
    src: url(/wp-content/themes/public/dist/static/Denton-Light-23077c467272ac5f4bb9.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Denton-Light-ac9beda57dd7f195d649.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Denton";
    src: url(/wp-content/themes/public/dist/static/Denton-Regular-4015929f66a7fb82ed55.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Denton-Regular-8f186d8bf940e8648922.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "SF Pro Text";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/SFProText-Regular-dd292be3364d0776b030.eot);
    src: url(/wp-content/themes/public/dist/static/SFProText-Regular-dd292be3364d0776b030.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/SFProText-Regular-25c7db4cd6fbe14029cb.woff) format("woff"),url(/wp-content/themes/public/dist/static/SFProText-Regular-2b44d05c7bc0d459bff1.woff2) format("woff2")
}

@font-face {
    font-family: "Norse";
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/norse-demibold-8222a6ae28a307be2e06.woff) format("woff"),url(/wp-content/themes/public/dist/static/norse-demibold-c5195823cb18b1523df5.woff2) format("woff2")
}

@font-face {
    font-family: "Alpha Mono";
    src: url(/wp-content/themes/public/dist/static/regular-bec499f8f37cf9cd4c2a.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-94287ae916fdfece9aea.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.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 #0038ff;
    background: #0038ff;
    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: #0038ff;
    -webkit-box-shadow: 0px 4px 9px rgba(58,111,175,.16);
    box-shadow: 0px 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, 0.13)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    border-radius: 50%
}

.rangeSlider__handle:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 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: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 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-wrapper,.swiper-container-3d .swiper-slide,.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-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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-slide-shadow-bottom {
    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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 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-prev,.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(44px/44*27);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*44px/2);
    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: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-prev:after,.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-feature-settings: ;
    font-feature-settings: ;
    font-variant: normal;
    font-variant: initial;
    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-prev.swiper-button-white,.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

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

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

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

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
    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(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

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

.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(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.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: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms top, 200ms -o-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform
}

.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: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms left, 200ms -o-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform
}

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    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-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

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

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 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>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
    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 infinite linear;
    -o-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

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

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

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.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-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    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-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
    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;
    border: solid #34374c;
    display: inline-block;
    padding: 3px;
    text-indent: -999rem;
    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 .prev,.wgt-carousel .swiper-container .next {
    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-prev,.wgt-carousel .swiper-container .animated .swiper-slide-next+.swiper-slide {
    opacity: 1
}

@media(min-width: 768px) {
    .wgt-carousel .swiper-container .prev,.wgt-carousel .swiper-container .next {
        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
    }
}

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

.wp-caption.alignright,a img.alignright,.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 none;
    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: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@font-face {
    font-family: "Bebas Neue";
    src: url(/wp-content/themes/public/dist/static/regular-69073efe33c02c2b8083.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-16888f91cccc75fe2f3c.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brush Script MT";
    src: url(/wp-content/themes/public/dist/static/regular-italic-b834d170d6ba05634c7b.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-italic-272b269fb90f16374040.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Brush Script MT";
    src: url(/wp-content/themes/public/dist/static/regular-italic-b834d170d6ba05634c7b.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-italic-272b269fb90f16374040.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Canela";
    src: url(/wp-content/themes/public/dist/static/light-942a7af27a3531289340.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/light-7f81a9b42e90a5c95749.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Canela";
    src: url(/wp-content/themes/public/dist/static/light-italic-f155a20a062c6f06c03e.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/light-italic-63d337b3fdd0e8218090.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Denton";
    src: url(/wp-content/themes/public/dist/static/Denton-Light-23077c467272ac5f4bb9.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Denton-Light-ac9beda57dd7f195d649.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Denton";
    src: url(/wp-content/themes/public/dist/static/Denton-Regular-4015929f66a7fb82ed55.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Denton-Regular-8f186d8bf940e8648922.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Graphik";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-Bold-432bb4455d20a75424a9.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-Bold-432bb4455d20a75424a9.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-Bold-0c2d28e372e45c4ca3e3.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-Bold-ed958c9817e0690a7e7e.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-ae9d9f7ee83ea23a3df1.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-ae9d9f7ee83ea23a3df1.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-566139be9f49c6b27c13.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-BoldItalic-64b8337651b05728c861.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-Medium-d6e4cc7048976e5c13b4.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-Medium-d6e4cc7048976e5c13b4.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-Medium-adb455aeaefaaa46f50b.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-Medium-5d570d035a0da3b21e03.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-Regular-c67b4f7f51b69566fb9b.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-Regular-c67b4f7f51b69566fb9b.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-Regular-d14d0eddc492f8c0aba6.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-Regular-379e1bc52cb34e42c6b7.woff) format("woff")
}

@font-face {
    font-family: "Graphik";
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-76a40d2da2bfd6b1300c.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-76a40d2da2bfd6b1300c.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-9d6ab5e516d526effbdc.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-RegularItalic-820e3262ccecbba749be.woff) format("woff")
}

@font-face {
    font-family: "Graphik Wide";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/Graphik-WideMedium-4b65310e3f10346af1c3.eot);
    src: url(/wp-content/themes/public/dist/static/Graphik-WideMedium-4b65310e3f10346af1c3.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/Graphik-WideMedium-6ea3fac7ccb8ba9deb65.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/Graphik-WideMedium-9c314d7b891d7102e4d4.woff) format("woff")
}

@font-face {
    font-family: "Graphik Compact";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-e6e84c3379fd1b0e3a59.eot);
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-e6e84c3379fd1b0e3a59.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-1468a890af193d7b886a.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/GraphikCompact-Bold-25093491635163d26478.woff) format("woff")
}

@font-face {
    font-family: "Graphik Compact";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-9ea8a75f8358903d5b25.eot);
    src: url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-9ea8a75f8358903d5b25.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-f2fa68e71f1e96f499b1.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/GraphikCompact-Regular-60ce16c4bdd811ab0c7b.woff) format("woff")
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/regular-4e316aa66ee694d00576.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-7a5d20e347c39360a736.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/regular-italic-01ca637af68374f1de01.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-italic-124ba2f5c47e1856c729.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/medium-e1452c74a0d4a96d47cb.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/medium-57136efe69fe4f51af32.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/medium-italic-56a28cc293b500458641.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/medium-italic-340fe6e777c1f07d522d.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/bold-6938408acf7efc058f83.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/bold-b5c5af6ff13fd2db9746.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/bold-italic-289e9fdc7ef3d0ad1de9.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/bold-italic-bc98383f5a981bb5e165.woff) format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/black-italic-7743e314bf4407315450.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/black-italic-feb20310748d123be57b.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(/wp-content/themes/public/dist/static/black-8a626dbf4ed2b0a9386d.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/black-54b4a7335aa775c75be0.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: local("Inter"),local("Inter Light"),local("Inter-Light"),url(/wp-content/themes/public/dist/static/inter-light-afa727d8db7992117c0f.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-light-ec5268cf58f8972b50dd.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/public/dist/static/inter-regular-ac03a6de9ea313009257.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-regular-f3ce705f806c10eb6e2d.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/public/dist/static/inter-medium-2e49fa70be6011988c79.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-medium-f54039e3202e9ad4fe3c.woff) format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: local("Inter"),local("Inter Semibold"),local("Inter-Semibold"),url(/wp-content/themes/public/dist/static/inter-semibold-7249951440b8b2f3f6ba.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/inter-semibold-6d7d360a0832f5c43a22.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Invest Pro";
    src: url(/wp-content/themes/public/dist/static/bold-c11b02a2ed8368f85f80.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/bold-5d5f80c142fcdbb3836a.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Invest Pro";
    src: url(/wp-content/themes/public/dist/static/medium-56c63b838d37ea6bb07a.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/medium-c166be5d6977ba441c3c.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Invest Pro";
    src: url(/wp-content/themes/public/dist/static/regular-e740b3dd29d1fe2a6288.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/regular-29f3bc0828d76386d892.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Public";
    src: local("Public Medium"),local("Public-Medium"),url(/wp-content/themes/public/dist/static/public-medium-db307498277c7f15eb0f.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/public-medium-1a37000dd5861e38dd16.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Public";
    src: local("Public Bold"),local("Public-Bold"),url(/wp-content/themes/public/dist/static/public-bold-18dcd08ef2a6d275dbbf.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/public-bold-ce6616953f5a211c61c8.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Public";
    src: local("Public Regular"),local("Public-Regular"),url(/wp-content/themes/public/dist/static/public-regular-6864c9fd9604ab3cd9ee.woff2) format("woff2"),url(/wp-content/themes/public/dist/static/public-regular-1c0643fb34b1bddca6e3.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

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

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

body {
    color: #000;
    background: #fff;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text);
    text-rendering: auto;
    scroll-behavior: smooth;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch
}

.website-logo.style-color #pblc-circle-top,.website-logo.style-color #pblc-circle-bottom,.website-logo.style-default #pblc-circle-top,.website-logo.style-default #pblc-circle-bottom {
    fill: #0038df
}

.website-logo.style-white g,.website-logo.style-white #pblc-circle-top,.website-logo.style-white #pblc-circle-bottom {
    fill: #fff
}

.media-controls-container,video::-webkit-media-controls {
    display: none !important
}

.video-error .video-wrap video {
    opacity: 0
}

.video-error .video-wrap {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

a>*,button>* {
    pointer-events: none
}

.desktop {
    display: none
}

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

a>*,button>* {
    pointer-events: none
}

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

    .mobile {
        display: none
    }
}

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

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

p b,p strong {
    font-weight: 600
}

@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 .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
    max-height: 100%
}

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

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

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

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

.link-plain:hover {
    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.7142857143%
}

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

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

.tooltip a:hover {
    color: #555
}

.tooltip a:hover {
    -webkit-text-decoration: underline;
    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::before,.cross::after {
    content: "";
    display: block;
    position: absolute;
    background: #34374c
}

.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 {
    border: solid #34374c;
    display: inline-block;
    padding: 3px;
    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 {
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    -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:before {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    -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 #0038ff
}

.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: #34374c
}

.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 {
    border: solid #dadada;
    display: inline-block;
    padding: 3px;
    content: "";
    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
}

.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 a {
    display: block
}

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

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

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

.social-share a:hover {
    color: #0038ff
}

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

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

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

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

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

.tweetme {
    top: 0;
    left: 0;
    color: #fff;
    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;
    -webkit-text-decoration: none;
    text-decoration: none;
    pointer-events: none
}

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

.tweetme:hover {
    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%)
    }
}

:root {
    --font-family-heading: "Denton", "Times New Roman", serif;
    --font-family-text: Inter, Helvetica, Arial, sans-serif;
    --font-family-alpha-mono: "Alpha Mono", ui-monospace, "Courier New", monospace;
    --font-family-graphik: "Graphik", Helvetica, Arial, sans-serif;
    --font-family-invest-pro: "Invest Pro", Helvetica, Arial, sans-serif;
    --font-family-denton: "Denton", "Times New Roman", serif;
    --h1-font-size: 76px;
    --h1-line-height: 76px;
    --h2-font-size: 52px;
    --h2-line-height: 58px;
    --h3-font-size: 48px;
    --h3-line-height: 54px;
    --h4-font-size: 32px;
    --h4-line-height: 36px;
    --h5-font-size: 24px;
    --h5-line-height: 140%;
    --h6-font-size: 20px;
    --h6-line-height: 115%;
    --xxl-font-size: 102px;
    --xxl-line-height: 100%;
    --xl-font-size: 92px;
    --xl-line-height: 100%;
    --text-larger-font-size: 20px;
    --text-larger-line-height: 30px;
    --text-large-font-size: 18px;
    --text-large-line-height: 27px;
    --text-regular-font-size: 16px;
    --text-regular-line-height: 24px;
    --text-small-font-size: 14px;
    --text-small-line-height: 21px;
    --text-tiny-font-size: 12px;
    --text-tiny-line-height: 18px;
    --white: #fff;
    --dark-001: #000;
    --dark-002: #1b2128;
    --dark-003: #161a20;
    --dark-004: #2b3746;
    --grey-001: #516880;
    --grey-002: #d4d9df;
    --grey-003: #f1f4f7;
    --grey-004: #f6f8f9;
    --blue-brand: #0038ff;
    --blue-light-001: #4d74ff;
    --blue-light-002: #99afff;
    --blue-light-003: #e5ebff;
    --red-error: #ff0066;
    --green-success: #4dc16d;
    --color-text: var(--dark-004);
    --color-heading: var(--dark-001)
}

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

.mejs-container {
    width: 100% !important;
    height: 100% !important;
    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: #0038ff;
    text-align: center;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 1
}

.btn-submit:hover {
    cursor: pointer;
    background: rgb(0,44.8,204)
}

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

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

.btn-submit-alt:hover {
    cursor: pointer;
    background: rgb(0,44.8,204)
}

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

.input-text,.input-select {
    color: #34374c;
    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,.input-select::-webkit-input-placeholder {
    color: #c0cce4;
    opacity: 1
}

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

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

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

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

.response {
    top: 0;
    color: #0038ff;
    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
}

.modal-active {
    position: fixed;
    overflow: hidden;
    max-width: 100vw
}

.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: rgba(52,55,76,.7);
    backdrop-filter: blur(10px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .modal-close.background-close {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    background: rgba(0,0,0,0)
}

.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;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative
}

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

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

.modal .icon-close {
    width: 16px;
    height: 16px
}

.modal.video .website-logo {
    display: none
}

.modal.video .background-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
    }

    .icon-close {
        width: 24px;
        height: 24px
    }
}

@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
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 0
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.modal-signup h2 {
    margin: 0 0 13px;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%
}

.modal-signup p {
    margin: 0 0 27px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .003rem
}

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

.modal-signup .modal-wrap {
    max-width: 100%
}

.modal-signup .modal-panel {
    position: relative;
    max-width: 100%
}

.modal-signup .icon-close::after,.modal-signup .icon-close::before {
    background: #fff
}

.modal-signup .website-logo {
    left: 32px;
    width: 136px;
    bottom: 40px;
    z-index: 3;
    position: absolute;
    pointer-events: none
}

.modal-signup .span-image {
    z-index: 1;
    position: relative
}

.modal-signup .thumb {
    width: 100%;
    height: 220px;
    z-index: 1;
    position: relative;
    background: url(/wp-content/themes/public/dist/fc85ece6341ceae8436d.webp) no-repeat;
    border-radius: 0 0 24px 24px;
    background-size: cover;
    background-position: top center
}

.modal-signup .span-content {
    padding: 38px 32px 39px;
    z-index: 6;
    position: relative;
    background: #fff;
    margin-top: -24px;
    border-radius: 24px
}

@media(min-width: 0px)and (max-width: 767px) {
    .modal-signup {
        padding:0;
        background: #fff;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        backdrop-filter: none
    }
}

@media(min-width: 768px) {
    .modal-signup .modal-wrap {
        max-width:720px
    }

    .modal-signup .modal-panel {
        border-radius: 24px
    }

    .modal-signup .icon-close::after,.modal-signup .icon-close::before {
        background: #5d7795
    }

    .modal-signup .modal-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .modal-signup .span-image,.modal-signup .span-content {
        width: 360px;
        margin: 0;
        min-height: 370px
    }

    .modal-signup .span-content {
        -webkit-box-shadow: 0px 20px 150px rgba(9,13,48,.15);
        box-shadow: 0px 20px 150px rgba(9,13,48,.15)
    }

    .modal-signup .thumb {
        width: 430px;
        height: 100%;
        z-index: 1;
        position: absolute;
        border-radius: 24px;
        background-image: url(/wp-content/themes/public/dist/fefb21235fcd0b760607.webp);
        background-position: center left -20px
    }

    .modal-signup .appstore-links {
        display: none
    }

    .modal-signup .form-nexmo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal-signup .form-nexmo .span-input,.modal-signup .form-nexmo .span-submit {
        width: 100%
    }

    .modal-signup .form-nexmo input {
        border: 1px solid #c0cce4;
        height: 55px;
        padding: 17px 15px 18px;
        border-radius: 2px 2px 0 0
    }

    .modal-signup .form-nexmo button {
        height: 55px;
        padding: 19px 15px 20px;
        border-radius: 0 0 2px 2px
    }
}

.modal-signup.dark .modal-panel,.modal-signup.dark .span-content {
    background: #18191c
}

.modal-signup.dark h2,.modal-signup.dark p {
    color: #fff
}

.modal-signup.dark .input-text {
    color: #c0cce4;
    background: #292a2f
}

.modal-signup.dark .form-nexmo button {
    background: #00e4ed
}

.modal-signup.dark .form-nexmo button:hover {
    background-color: rgb(0,178.9367088608,186)
}

.modal-signup.dark .appstore-links a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.announcement {
    width: 100%;
    z-index: 12121212;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
    background: #002ed2
}

.announcement.active {
    display: none
}

.announcement .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 35px;
    min-height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.announcement p {
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

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

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

.announcement a:hover {
    color: #fff
}

.announcement p a::after {
    content: "â†’";
    margin-left: 6px
}

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

.announcement .button {
    border: 1px solid hsla(0,0%,100%,.5);
    display: inline-block;
    padding: 6px 10px 7px;
    background: hsla(0,0%,100%,.05);
    margin-left: 10px;
    border-radius: 100px;
    font-size: 13px;
    line-height: 1
}

#announcement+#page-wrap {
    position: relative
}

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

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

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

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

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

.investors-bar {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#00E4ED), to(#00D695));
    background: -webkit-linear-gradient(top, #00E4ED 0%, #00D695 100%);
    background: -o-linear-gradient(top, #00E4ED 0%, #00D695 100%);
    background: linear-gradient(180deg, #00E4ED 0%, #00D695 100%);
    pointer-events: none;
    font-size: 12px;
    line-height: 108.3333333333%
}

.investors-bar p {
    color: #34374c;
    margin: 0;
    font-weight: 500
}

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

.investors-bar svg {
    width: 66px
}

.investors-bar .venmo-badge {
    padding: 11px
}

@media(min-width: 1440px) {
    .investors-bar {
        font-size:14px;
        line-height: 107.1428571429%
    }

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

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

    .investors-bar .venmo-badge {
        top: 0;
        right: -110px;
        width: 110px;
        padding: 43px 16px 19px;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(#00E4ED), to(#00D695));
        background: -webkit-linear-gradient(top, #00E4ED 0%, #00D695 100%);
        background: -o-linear-gradient(top, #00E4ED 0%, #00D695 100%);
        background: linear-gradient(180deg, #00E4ED 0%, #00D695 100%);
        border-radius: 0 0 6px 6px
    }
}

.bar-download-app {
    width: calc(100% + 32px);
    position: relative;
    margin: 0 -16px 12px;
    background: #0038ff
}

.bar-download-app a {
    padding: 7px 0;
    font-size: 14px;
    line-height: 1
}

.bar-download-app a::after {
    -webkit-transform: rotate(-45deg) translate(1px, 0px);
    -ms-transform: rotate(-45deg) translate(1px, 0px);
    -o-transform: rotate(-45deg) translate(1px, 0px);
    transform: rotate(-45deg) translate(1px, 0px);
    margin-left: 3px
}

.appstore-links {
    width: 100%;
    margin: 0 auto;
    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 {
    height: auto;
    border: 1px solid rgba(192,204,228,.1);
    overflow: hidden;
    -webkit-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out;
    border-radius: 6px
}

.appstore-links a:hover {
    border: 1px solid rgba(192,204,228,.3);
    -webkit-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out
}

.appstore-links .store-apple {
    margin-right: 7px
}

.appstore-links .store-google {
    margin-left: 7px
}

.appstore-links a>span {
    display: block
}

.appstore-links img {
    margin: 0 auto
}

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

.appstore-links.black a {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.appstore-links.black a:hover {
    border: none
}

@media(min-width: 370px) {
    .appstore-links a {
        width:167px
    }
}

.site-footer {
    padding: 65px 0 0;
    border-top: 1px solid #e9edf3
}

.site-footer .link-text {
    color: #1b222c;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.site-footer .link-text:link,.site-footer .link-text:focus,.site-footer .link-text:active,.site-footer .link-text:visited {
    color: #1b222c
}

.site-footer .link-text:hover {
    color: #0038df
}

.site-footer .link-text+.link-text {
    margin-top: 12px
}

.site-footer .widget {
    padding-bottom: 40px
}

.site-footer .widget .entry-title {
    color: #000;
    margin: 0 0 14px;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    font-weight: 600;
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.site-footer .appstore-links {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.site-footer .appstore-links a {
    width: 100%;
    margin: 12px 0 0;
    padding: 0 !important
}

.site-footer .textwidget p {
    color: #242527;
    margin: 0
}

.site-footer .inline-logo {
    width: 200px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
    margin-bottom: 30px
}

.site-footer small {
    display: block;
    margin-bottom: 13px;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.site-footer small a {
    color: #0027b3;
    -webkit-text-decoration: none;
    text-decoration: none
}

.site-footer small a:link,.site-footer small a:focus,.site-footer small a:active,.site-footer small a:visited {
    color: #0027b3
}

.site-footer small a:hover {
    color: #0038df
}

.site-footer small a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.site-footer .social {
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.site-footer .social a {
    color: #242527;
    display: block;
    line-height: 1;
    font-size: 20px;
    font-size: var(--text-larger-font-size);
    font-weight: 400;
    line-height: 30px;
    line-height: var(--text-larger-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.site-footer .social a:link,.site-footer .social a:focus,.site-footer .social a:active,.site-footer .social a:visited {
    color: #242527
}

.site-footer .social a:hover {
    color: #0038df
}

.site-footer .social li,.site-footer .social li+li {
    margin: 16px 16px 0 0
}

.widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.widget_nav_menu .menu-item a {
    color: #1b222c;
    display: block;
    padding: 6px 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.widget_nav_menu .menu-item a:link,.widget_nav_menu .menu-item a:focus,.widget_nav_menu .menu-item a:active,.widget_nav_menu .menu-item a:visited {
    color: #1b222c
}

.widget_nav_menu .menu-item a:hover {
    color: #0038df
}

.widget_nav_menu .menu-item-crypto .menu-item-description {
    color: #516880;
    margin: 4px 0 0;
    display: inline-block;
    padding: 3px 5px 2px;
    text-align: center;
    background: #fafafa;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-radius: 32px;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.container-links {
    padding: 25px 0 35px
}

.container-links h3 {
    color: #000;
    margin: 0 0 22px;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.container-links h4 {
    color: #000;
    margin: 0;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.container-links ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.container-links li {
    padding-bottom: 5px
}

.container-links li:last-of-type {
    padding-bottom: 0
}

.container-links a {
    color: #1b222c;
    display: block;
    padding: 3px 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.container-links a:link,.container-links a:focus,.container-links a:active,.container-links a:visited {
    color: #1b222c
}

.container-links a:hover {
    color: #0038df
}

.container-nav-footer {
    padding: 14px 0;
    border-top: 1px solid #e9edf3;
    border-bottom: 1px solid #e9edf3;
    background: #f3f6f9;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.container-nav-footer .menu-footer {
    margin: 0;
    padding: 0;
    list-style: none
}

.container-nav-footer .menu-item a {
    color: #566e8c;
    display: block;
    padding: 9px 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.container-nav-footer .menu-item a:link,.container-nav-footer .menu-item a:focus,.container-nav-footer .menu-item a:active,.container-nav-footer .menu-item a:visited {
    color: #566e8c
}

.container-nav-footer .menu-item a:hover {
    color: #0038df
}

.container-copyright {
    padding: 40px 0;
    background: #f3f6f9
}

.container-copyright p {
    color: #516880;
    margin: 0 0 18px;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.container-copyright a:not(.button) {
    color: #0027b3;
    -webkit-text-decoration: none;
    text-decoration: none
}

.container-copyright a:not(.button):link,.container-copyright a:not(.button):focus,.container-copyright a:not(.button):active,.container-copyright a:not(.button):visited {
    color: #0027b3
}

.container-copyright a:not(.button):hover {
    color: #0038df
}

.container-copyright a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.container-copyright .button {
    color: #000;
    border: 1px solid #e9edf3;
    display: inline-block;
    padding: 5px 8px;
    background: hsla(0,0%,100%,.15);
    text-align: center;
    border-radius: 100px;
    -webkit-text-decoration: none;
    text-decoration: none;
    backdrop-filter: blur(8px)
}

.container-copyright .button:link,.container-copyright .button:focus,.container-copyright .button:active,.container-copyright .button:visited {
    color: #000
}

.container-copyright .button:hover {
    color: #000
}

.container-copyright .button::after {
    width: 12px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 12px;
    content: "";
    display: inline-block;
    margin-left: 3px;
    background: center url("data:image/svg+xml,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4295 6.42473L0.666582 6.42473L0.666582 7.75789L11.4283 7.75789L7.38136 11.8049L8.32405 12.7476L13.9802 7.09142L13.9795 7.09075L13.9802 7.09007L8.32405 1.43394L7.38136 2.37663L11.4295 6.42473Z' fill='blue'/%3e %3c/svg%3e") no-repeat;
    background-size: contain;
    vertical-align: middle
}

.container-copyright .button:hover {
    border: 1px solid #d3dce7;
    -webkit-text-decoration: none;
    text-decoration: none
}

@media(min-width: 640px) {
    .container-widgets .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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-widgets .widget {
        width: 20%
    }

    .container-widgets .widget:nth-child(4) {
        max-width: 150px
    }

    .container-widgets .widget:nth-child(5) {
        width: 100%
    }

    .container-nav-footer .menu-footer li {
        display: inline-block;
        padding-right: 20px
    }

    .container-nav-footer .menu-footer li:last-of-type {
        padding-right: 0
    }

    .container-links li {
        display: inline-block;
        position: relative;
        padding-right: 12px;
        padding-bottom: 0
    }

    .container-links li::after {
        top: 50%;
        right: 2px;
        content: "|";
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .container-links li:last-of-type::after {
        content: none
    }
}

@media(min-width: 1024px) {
    .container-widgets .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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-widgets .widget {
        width: 18%
    }

    .container-widgets .widget:nth-child(5) {
        width: 20%;
        max-width: 210px
    }
}

@media(min-width: 1680px) {
    .container-widgets .widget {
        width:auto
    }
}

.entry-content h1 {
    color: #000;
    margin: 60px 0 37px;
    font-weight: 500;
    font-size: 52px;
    line-height: 119.2307692308%;
    letter-spacing: -0.02rem
}

.entry-content h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 121.4285714286%;
    letter-spacing: -0.02rem
}

.entry-content h3 {
    margin-top: 0;
    font-weight: 600
}

.entry-content h4,.entry-content h5 {
    font-weight: 600
}

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

.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 b,.entry-content strong {
    font-weight: 600
}

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

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

.entry-content ol>li::before {
    left: 0;
    counter-increment: level1;
    content: counter(level1) ".";
    display: inline-block;
    position: absolute;
    text-align: right;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%)
}

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

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

.entry-content u {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: #0038ff
}

.entry-content .alpha,.entry-content .sub-lettered {
    counter-reset: revert;
    list-style-type: lower-alpha
}

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

.entry-content .roman {
    counter-reset: revert;
    list-style-type: upper-roman
}

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

.entry-content .roman li {
    margin: 0;
    padding-top: 10px
}

.entry-content .roman ul {
    list-style-type: disc
}

.entry-content .roman>li>ol {
    list-style-type: upper-alpha
}

.entry-content .roman>li>h4 {
    margin-top: 10px
}

.entry-content .index.roman ol {
    margin: 0;
    padding-left: 30px
}

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

.entry-content a {
    color: #0038ff;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.entry-content a:link,.entry-content a:focus,.entry-content a:active,.entry-content a:visited {
    color: #0038ff
}

.entry-content a:hover {
    color: #0038ff
}

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

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

.entry-content .table-wrap {
    border: 1px solid #34374c;
    margin: 0 0 22px;
    padding: 0;
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 8px
}

.entry-content .table-wrap td,.entry-content .table-wrap th {
    padding: 7px 10px 8px;
    font-size: 18px;
    line-height: 122.2222222222%
}

.entry-content .table-wrap td+td,.entry-content .table-wrap th+th {
    border-left: 1px solid #000
}

.entry-content .table-wrap td:last-of-type {
    text-align: center
}

@media screen and (max-width: 640px) {
    .entry-content .roman {
        padding-left:30px
    }

    .entry-content .roman ul,.entry-content .roman ol,.entry-content .roman ul ul,.entry-content .roman ul ol,.entry-content .roman ol ol,.entry-content .roman ol ul {
        padding-left: 0
    }

    .entry-content .roman p:empty {
        display: none
    }
}

@media(min-width: 768px) {
    .entry-content h1 {
        font-size:56px;
        line-height: 117.8571428571%;
        letter-spacing: -0.02rem
    }

    .entry-content h2 {
        font-size: 34px;
        line-height: 129.4117647059%;
        letter-spacing: -0.02rem
    }
}

@media(min-width: 0)and (max-width: 720px) {
    body.privacy-policy .entry-content {
        overflow:hidden
    }

    body.privacy-policy .entry-content p,body.privacy-policy .entry-content ol,body.privacy-policy .entry-content ul {
        font-size: 16px;
        line-height: 150%
    }

    body.privacy-policy .entry-content table td,body.privacy-policy .entry-content table th {
        min-width: 250px
    }
}

.site-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10101;
    position: absolute
}

.site-header .container {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.site-header .go-back {
    top: 50%;
    left: 20px;
    color: #34374c;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -4px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.site-header .go-back:link,.site-header .go-back:focus,.site-header .go-back:active,.site-header .go-back:visited {
    color: #34374c
}

.site-header .go-back:hover {
    color: #0027b3
}

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

.site-header .go-back:hover .arrow {
    border-color: #0027b3
}

.span-main-menu-active .site-header {
    background: #fff
}

body.make-sticky .site-header {
    z-index: 1234;
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #f3f6f9;
    -webkit-animation-name: navbar-make-sticky;
    -o-animation-name: navbar-make-sticky;
    animation-name: navbar-make-sticky;
    -webkit-animation-duration: .45s;
    -o-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

body.make-sticky .site-header .container {
    z-index: 10;
    position: relative
}

body.make-sticky .site-header .container::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    background: #fff
}

body.make-sticky .site-header-transparent {
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

body.make-sticky .button-menu-toggle span::after,body.make-sticky .button-menu-toggle span::before {
    background: #000
}

body.make-unsticky .site-header {
    -webkit-animation-name: navbar-make-unsticky;
    -o-animation-name: navbar-make-unsticky;
    animation-name: navbar-make-unsticky;
    -webkit-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.website-logo {
    display: inline-block;
    padding: 0;
    z-index: 1010;
    position: relative;
    text-align: center;
    vertical-align: bottom
}

.website-logo svg {
    height: 24px;
    display: inline-block;
    vertical-align: bottom
}

@media(min-width: 640px) {
    .site-header .container {
        padding-top:7px;
        padding-bottom: 8px
    }

    .website-logo svg {
        height: 26px
    }
}

@media(min-width: 992px) {
    .site-header .container {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@-webkit-keyframes navbar-make-sticky {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes navbar-make-sticky {
    from {
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes navbar-make-sticky {
    from {
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes navbar-make-unsticky {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-o-keyframes navbar-make-unsticky {
    from {
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }

    to {
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes navbar-make-unsticky {
    from {
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }

    to {
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.wgt-accordion {
    padding: 48px 0
}

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

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

.wgt-accordion h6 {
    color: #000;
    margin: 5px 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 166.6666666667%
}

.wgt-accordion b {
    color: #000;
    font-weight: 500
}

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

.wgt-accordion ol,.wgt-accordion ul {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 166.6666666667%
}

.wgt-accordion ol li+li,.wgt-accordion ul li+li {
    margin-top: 18px
}

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

.wgt-accordion .accordion-header:link,.wgt-accordion .accordion-header:focus,.wgt-accordion .accordion-header:active,.wgt-accordion .accordion-header:visited {
    color: #34374c
}

.wgt-accordion .accordion-header:hover {
    color: #34374c
}

.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: #0038ff;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

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

.wgt-accordion main a:hover {
    color: #0038ff
}

.wgt-accordion main a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

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

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

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

.wgt-banner.hide {
    display: none
}

.wgt-banner a {
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    display: block;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}

.wgt-banner .link-desktop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 100;
    display: block;
    outline: none;
    position: absolute;
    font-size: 0;
    background: none;
    line-height: 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.wgt-banner .link-desktop+a[data-toggle=modal] {
    border: none;
    pointer-events: none
}

.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:before,.wgt-banner .icon-close:after {
    background: #fff
}

.wgt-banner h2 span,.wgt-banner .btn-text 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.5714285714%;
    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-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, #0000FF -1.93%, #0099FF 101.93%);
    background: -o-linear-gradient(31.56deg, #0000FF -1.93%, #0099FF 101.93%);
    background: linear-gradient(58.44deg, #0000FF -1.93%, #0099FF 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: bold;
    font-size: 36px;
    line-height: 111.1111111111%;
    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 {
    border: solid #fff;
    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-width: 0 2px 2px 0
}

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

.wgt-banner.type-image .desktop {
    display: none
}

@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 100%);
        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 100%);
        pointer-events: none
    }

    .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
    }

    .wgt-banner.type-image .mobile {
        display: none
    }

    .wgt-banner.type-image .desktop {
        display: block
    }
}

@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: -0.009rem
}

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

.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 {
    margin: 0 auto;
    padding: 38px 18px;
    max-width: 490px;
    -webkit-box-shadow: 0px 24px 60px rgba(58,111,175,.06);
    box-shadow: 0px 24px 60px rgba(58,111,175,.06);
    background: #fff;
    margin-top: 20px;
    border-radius: 8px
}

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

.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: #0038ff;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    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: #0038ff;
    font-weight: bold;
    text-align: right;
    -webkit-appearance: none
}

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

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

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

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

.wgt-capital-gains-tax-calculator .input-field input:focus {
    border-radius: 6px
}

.wgt-capital-gains-tax-calculator .input-field .input-addon {
    left: 18px;
    bottom: 17px;
    position: absolute;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 133.3333333333%
}

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

.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 label,.wgt-capital-gains-tax-calculator .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
}

.wgt-capital-gains-tax-calculator .input-select .selected {
    color: #0038ff;
    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;
    border: solid #34374c;
    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-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(0.8);
    -ms-transform: translateY(-160%) scale(0.8);
    -o-transform: translateY(-160%) scale(0.8);
    transform: translateY(-160%) scale(0.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: 0px 24px 60px rgba(58,111,175,.06);
    box-shadow: 0px 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.5714285714%
}

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

.wgt-capital-gains-tax-calculator .price {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 111.1111111111%
}

.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-weight: 500;
    font-size: 18px;
    line-height: 111.1111111111%
}

.wgt-capital-gains-tax-calculator .table td {
    text-align: left;
    font-size: 14px;
    line-height: 142.8571428571%
}

.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 .wgt-editor {
    margin: 55px 0;
    padding: 0
}

.pw_capital_gains_tax_calculator .wgt-editor h2 {
    margin-top: 0;
    margin-bottom: 34px;
    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.7777777778%
}

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

.pw_capital_gains_tax_calculator .ninja_table_pro .table thead th {
    font-weight: 500 !important
}

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

@media(min-width: 992px) {
    .wgt-capital-gains-tax-calculator h1 {
        margin:0 0 40px -4px;
        font-size: 52px;
        line-height: 130.7692307692%;
        letter-spacing: -0.009rem
    }

    .wgt-capital-gains-tax-calculator form,.wgt-capital-gains-tax-calculator .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;
        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-range,.wgt-capital-gains-tax-calculator .span-input,.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-content-box {
    padding: 40px 16px;
    background: #f6f8fa;
    margin-top: 49px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 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: 20px;
    line-height: 160%
}

.wgt-content-image h2 {
    color: #000;
    margin: 0 0 24px;
    font-weight: 500;
    font-size: 36px;
    line-height: 113.8888888889%
}

.wgt-content-image h4 {
    color: #999ba5;
    margin: 0 0 13px;
    font-weight: normal;
    margin-left: 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 p+p {
    margin-top: 16px
}

.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,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M6.357 14.313c.532.46 1.347.406 1.811-.125l7.65-8.75a1.233 1.233 0 0 0-.146-1.769 1.293 1.293 0 0 0-1.79.142L7.073 11.6l-3.08-2.662a1.293 1.293 0 0 0-1.792.104 1.233 1.233 0 0 0 .106 1.772l4.05 3.5Z%27 fill=%27white%27/%3e%3c/svg%3e") center no-repeat;
    background-size: 16px;
    background-color: #00d695
}

.wgt-content-image .uncheck:before {
    background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M8.07 6.657a1 1 0 0 0-1.414 1.414l4.243 4.243-4.243 4.243A1 1 0 1 0 8.07 17.97l4.243-4.243 4.243 4.243a1 1 0 0 0 1.414-1.414l-4.243-4.243 4.243-4.243a1 1 0 0 0-1.414-1.414L12.313 10.9 8.07 6.657Z%27/%3e%3c/svg%3e") center no-repeat;
    background-size: 24px;
    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: 13px
}

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

.wgt-content-image .disclosure-link:hover {
    color: #999ba5
}

.wgt-content-image .disclosure-link:hover {
    -webkit-text-decoration: underline;
    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: #34374c;
    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 .video-wrap,.wgt-content-image.type-double .span-6 .span-content {
    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: 0px 0px 10px rgba(0,0,0,.12);
    box-shadow: 0px 0px 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 {
    color: #999ba5
}

.wgt-content-image.type-double .span-6 .link-plain:link,.wgt-content-image.type-double .span-6 .link-plain:focus,.wgt-content-image.type-double .span-6 .link-plain:active,.wgt-content-image.type-double .span-6 .link-plain:visited {
    color: #999ba5
}

.wgt-content-image.type-double .span-6 .link-plain:hover {
    color: #999ba5
}

.wgt-content-image.type-double .span-6 .link-plain:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.wgt-content-image.type-double .span-6 .tooltip {
    left: 0;
    color: #34374c;
    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, #0000ff -1.93%, #0099ff 101.93%);
    background: -o-linear-gradient(45deg, #0000ff -1.93%, #0099ff 101.93%);
    background: linear-gradient(45deg, #0000ff -1.93%, #0099ff 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-rotating .span-content,.wgt-content-image.type-animations .span-content {
    padding-bottom: 38px
}

.wgt-content-image.type-animations .span-content a {
    color: #0038ff;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.wgt-content-image.type-animations .span-content a:link,.wgt-content-image.type-animations .span-content a:focus,.wgt-content-image.type-animations .span-content a:active,.wgt-content-image.type-animations .span-content a:visited {
    color: #0038ff
}

.wgt-content-image.type-animations .span-content a:hover {
    color: #000
}

.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: center
}

.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-media,.wgt-content-image.type-cta .span-content {
        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: #34374c
    }

    .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: #34374c;
        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-rotating h2,.wgt-content-image.type-animations h2 {
        margin-bottom: 31px
    }

    .wgt-content-image.type-rotating .row,.wgt-content-image.type-animations .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .wgt-content-image.type-rotating .span-gallery,.wgt-content-image.type-animations .span-gallery {
        width: 45%
    }

    .wgt-content-image.type-rotating .span-content,.wgt-content-image.type-animations .span-content {
        width: 55%;
        padding-bottom: 0
    }

    .wgt-content-image .img-rotator {
        margin-top: 0
    }

    .wgt-content-image.type-rotating.media-left .span-content,.wgt-content-image.type-animations.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-rotating .span-content,.wgt-content-image.type-rotating .span-gallery,.wgt-content-image.type-animations .span-content,.wgt-content-image.type-animations .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-rotating .container,.wgt-content-image.type-animations .container {
        max-width: 1218px;
        padding-left: 34px;
        padding-right: 34px
    }

    .wgt-content-image.type-rotating .row,.wgt-content-image.type-animations .row {
        margin-left: -34px;
        margin-right: -34px
    }

    .wgt-content-image.type-rotating .span-content,.wgt-content-image.type-rotating .span-gallery,.wgt-content-image.type-animations .span-content,.wgt-content-image.type-animations .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: 0px
    }
}

.wgt-cta-form {
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.wgt-cta-form .container {
    position: relative;
    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;
    font-size: 60px;
    line-height: 1
}

.wgt-cta-form h3 {
    color: #34374c;
    margin: 0 0 41px;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%
}

.wgt-cta-form.media-bottom {
    text-align: center
}

.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;
    max-width: initial;
    -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: -0.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 svg,.wgt-cta-form.type-logos-alt .span-image img {
    bottom: -19px;
    position: relative;
    -webkit-transform: translateX(-22%) scale(0.88);
    -ms-transform: translateX(-22%) scale(0.88);
    -o-transform: translateX(-22%) scale(0.88);
    transform: translateX(-22%) scale(0.88)
}

.wgt-cta-form.type-logos-alt .disclosure {
    display: none
}

.wgt-cta-form.type-logos-alt .error {
    white-space: nowrap
}

.wgt-cta-form .btn-blue-gradient {
    width: 100%;
    margin: 24px auto;
    max-width: 290px
}

.wgt-cta-form.type-simple .span-image {
    padding-top: 33px
}

.wgt-cta-form.type-gifts .form-nexmo,.wgt-cta-form.type-gifts .disclosure {
    display: none
}

.wgt-cta-form.type-gifts .appstore-links {
    margin: 0 auto
}

.wgt-cta-form.type-gifts h3 {
    font-size: 18px;
    line-height: 127.7777777778%;
    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 input,.wgt-cta-form button,.wgt-cta-form .btn-submit {
    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(transparent), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%)
}

.wgt-cta-form .gradient.left {
    right: 0;
    width: 151px;
    height: 295px;
    z-index: 3;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: linear-gradient(90deg, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%)
}

.wgt-cta-form .gradient.right {
    left: 0;
    width: 151px;
    height: 295px;
    z-index: 3;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(right, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: -o-linear-gradient(right, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: linear-gradient(270deg, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%)
}

.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: #34374c;
    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, #0000ff -1.93%, #0099ff 101.93%);
    background: -o-linear-gradient(45deg, #0000ff -1.93%, #0099ff 101.93%);
    background: linear-gradient(45deg, #0000ff -1.93%, #0099ff 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 75px;
    max-width: 100%
}

.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: 20px;
    line-height: 160%
}

.wgt-cta-form .website-logo {
    display: none
}

.wgt-cta-form.bg-full-blue {
    color: #fff;
    background: -webkit-linear-gradient(28.88deg, #0000FF -1.93%, #0099FF 101.93%);
    background: -o-linear-gradient(28.88deg, #0000FF -1.93%, #0099FF 101.93%);
    background: linear-gradient(61.12deg, #0000FF -1.93%, #0099FF 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.5263157895%;
    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 {
    color: #fff
}

.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: #0038ff;
    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.8571428571%;
        letter-spacing: -0.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 svg,.wgt-cta-form.type-logos-alt .span-image img {
        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 .error {
        text-align: left
    }

    .wgt-cta-form.bg-full-blue {
        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.3333333333%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        padding-top: 58px
    }

    .wgt-cta-form.type-gifts .span-image {
        width: 41.6666666667%;
        -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.696969697%;
        letter-spacing: -0.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: -0.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 img,.wgt-cta-form.media-right.type-logos .span-image .image-svg {
        width: 100%;
        height: 100%;
        display: block
    }

    .wgt-cta-form.media-right.type-logos .right,.wgt-cta-form.media-right.type-logos .bottom {
        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.3703703704%
    }

    .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 {
        margin-bottom: 51px;
        font-size: 104px;
        line-height: 1
    }

    .wgt-cta-form.type-simple.bg-blue br~br {
        display: none
    }

    .wgt-cta-form.type-simple.bg-blue .appstore-links {
        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:after,.wgt-cta-form.bg-blue:before,.wgt-cta-form.bg-blue .container:after,.wgt-cta-form.bg-blue .container: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%
    }

    100% {
        width: 0
    }
}

@-o-keyframes revealX {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@keyframes revealX {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@-webkit-keyframes revealY {
    0% {
        height: calc(100% - 16px)
    }

    100% {
        height: 0
    }
}

@-o-keyframes revealY {
    0% {
        height: calc(100% - 16px)
    }

    100% {
        height: 0
    }
}

@keyframes revealY {
    0% {
        height: calc(100% - 16px)
    }

    100% {
        height: 0
    }
}

.wgt-documents {
    margin: 40px auto
}

.wgt-documents .container {
    max-width: 890px
}

.wgt-headline.type-simple+.wgt-documents {
    margin-top: 0;
    padding-top: 0
}

.wgt-headline.type-simple+.wgt-documents .container {
    max-width: 1015px
}

.wgt-editor {
    padding-bottom: 120px
}

.wgt-editor.no-padding {
    padding: 0 !important
}

.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-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height)
}

.wgt-editor ul.unstyle {
    padding: 0 0 0 10px;
    list-style: none
}

.wgt-editor ul.unstyle ul {
    margin: 0;
    list-style: none;
    padding-left: 24px
}

@media(min-width: 992px) {
    .wgt-editor.layout-double .row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .wgt-editor.layout-double .span-title,.wgt-editor.layout-double .span-content {
        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-top: 60px;
    padding-bottom: 100px
}

.wgt-headline h1 {
    margin: 0;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: 48px;
    font-size: var(--h3-font-size);
    line-height: 54px;
    line-height: var(--h3-line-height)
}

.wgt-headline p {
    color: #516880;
    margin: 0 0 10px;
    font-size: 16px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: 24px;
    line-height: var(--text-regular-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.wgt-headline h1+p {
    margin-top: 16px
}

.wgt-headline .span-title {
    padding-top: 14px
}

.wgt-headline .span-image {
    z-index: 2;
    position: relative
}

.wgt-headline img {
    margin: 0 auto;
    z-index: 2;
    position: relative
}

.wgt-headline.type-wide {
    text-align: center
}

.wgt-headline.type-wide h1 {
    margin: 0 auto;
    margin-bottom: 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 .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-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height)
    }

    .wgt-headline.type-simple h1 {
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height)
    }

    .wgt-headline.type-wide h1 {
        min-height: 178px;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height)
    }
}

.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
    }
}

.privacy-policy .wgt-headline {
    padding-bottom: 10px
}

.wgt-hero {
    overflow: hidden;
    padding-top: 60px;
    border-bottom: 1px solid #eef0f2
}

.wgt-hero h1 {
    color: #000;
    margin: 0 0 32px;
    font-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.wgt-hero p {
    color: #2b3746;
    margin: 0 0 32px;
    max-width: 480px;
    font-size: 18px;
    font-size: var(--text-large-font-size);
    font-weight: 400;
    line-height: 27px;
    line-height: var(--text-large-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.wgt-hero a {
    width: 100%;
    margin: 0 auto 16px;
    vertical-align: top
}

.wgt-hero .container {
    position: relative
}

.wgt-hero .span-title {
    padding-top: 50px
}

.wgt-hero .span-image {
    margin: 20px auto;
    max-width: 480px
}

.wgt-hero .btn-blue-gradient {
    width: 100%;
    margin: 24px auto;
    max-width: 290px
}

.wgt-hero .form-nexmo,.wgt-hero .appstore-links {
    display: none
}

@media(min-width: 720px) {
    .wgt-hero .span-title {
        text-align:center
    }

    .wgt-hero .form-nexmo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .wgt-hero h1 {
        font-size: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }

    .wgt-hero p {
        margin-left: auto;
        margin-right: auto
    }

    .wgt-hero .span-image {
        margin: 0 auto;
        max-width: 720px
    }
}

.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-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.wgt-index-talks .load-more {
    color: #000;
    display: block;
    padding: 9px 0 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none
}

.wgt-index-talks .load-more:link,.wgt-index-talks .load-more:focus,.wgt-index-talks .load-more:active,.wgt-index-talks .load-more:visited {
    color: #000
}

.wgt-index-talks .load-more:hover {
    color: #000
}

.wgt-index-talks .load-more:after {
    content: "";
    border: solid #000;
    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-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 {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 24px
}

.loop-event-slide .thumb {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.loop-event-slide .thumb:before {
    content: "";
    display: block;
    padding-top: 125%
}

.loop-event-slide .soon,.loop-event-slide .hover {
    color: #fff;
    z-index: 3;
    display: inline-block;
    position: absolute;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.loop-event-slide .hover {
    color: #fff;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 14px;
    opacity: 0;
    background: #0027b3;
    -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: #0027b3;
    margin-bottom: 7px;
    border-radius: 100px;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.loop-event-slide h2 {
    color: #000;
    margin: 0 0 21px;
    font-size: 24px;
    font-size: var(--h5-font-size);
    line-height: 140%;
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.loop-event-slide h2 a {
    -webkit-text-decoration: none;
    text-decoration: none
}

.loop-event-slide h2 a:link,.loop-event-slide h2 a:focus,.loop-event-slide h2 a:active,.loop-event-slide h2 a:visited {
    color: #000
}

.loop-event-slide h2 a:hover {
    color: #0027b3
}

.loop-event-slide .span-partnership {
    color: #34374c;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.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-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.wgt-index-talks.type-list p {
    margin: 0;
    font-size: 16px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: 24px;
    line-height: var(--text-regular-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.wgt-index-talks.type-list h2+p {
    display: none
}

.wgt-index-talks.type-list p a {
    color: #34374c;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.wgt-index-talks.type-list p a:link,.wgt-index-talks.type-list p a:focus,.wgt-index-talks.type-list p a:active,.wgt-index-talks.type-list p a:visited {
    color: #34374c
}

.wgt-index-talks.type-list p a:hover {
    color: #34374c
}

.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 {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 0
}

.loop-event-list:hover img {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 24px
}

.loop-event-list .span-title {
    width: calc(100% - 112px);
    padding: 0 0 10px 22px
}

.loop-event-list h3 {
    color: #000;
    margin: 0;
    font-size: 24px;
    font-size: var(--h5-font-size);
    line-height: 140%;
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.loop-event-list a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
}

.loop-event-list a:link,.loop-event-list a:focus,.loop-event-list a:active,.loop-event-list a:visited {
    color: #000
}

.loop-event-list a:hover {
    color: #000
}

.loop-event-list .span-partnership {
    color: #34374c;
    padding-top: 7px;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.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: 52px;
        font-size: var(--h2-font-size);
        line-height: 58px;
        line-height: var(--h2-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }

    .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 img,.wgt-insurance .image-svg {
    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.2727272727%
}

.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-logo-list {
    margin: 0 auto;
    padding: 0
}

.wgt-logo-list ul {
    margin: 0;
    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-left: -15px;
    margin-right: -15px
}

.wgt-logo-list ul li {
    width: 33.3333333333%;
    padding: 20px 15px
}

.wgt-logo-list ul img,.wgt-logo-list ul svg,.wgt-logo-list ul .image-svg {
    margin: 0 auto
}

.wgt-logo-list ul svg,.wgt-logo-list ul .image-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(transparent), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%)
}

.wgt-logos .gradient.left {
    right: 0;
    width: 151px;
    height: 295px;
    z-index: 3;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: linear-gradient(90deg, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%)
}

.wgt-logos .gradient.right {
    left: 0;
    width: 151px;
    height: 295px;
    z-index: 3;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(24%, rgba(246, 248, 250, 0)), to(#f6f8fa));
    background: -webkit-linear-gradient(right, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: -o-linear-gradient(right, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%);
    background: linear-gradient(270deg, transparent 0%, rgba(246, 248, 250, 0) 24%, #f6f8fa 100%)
}

.wgt-newsletter-signup {
    padding: 22px 0 105px
}

.wgt-newsletter-signup h2 {
    color: #000;
    margin: 0 0 23px;
    text-align: center;
    font-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.wgt-newsletter-signup h3 {
    color: #000;
    margin: 0 0 45px;
    text-align: center;
    font-size: 18px;
    font-size: var(--text-large-font-size);
    line-height: 27px;
    line-height: var(--text-large-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.wgt-newsletter-signup .span-input {
    border: 1px solid #34374c;
    margin: 0 auto;
    padding: 0 26px;
    position: relative;
    max-width: 440px;
    border-radius: 35px
}

.wgt-newsletter-signup input {
    color: #34374c;
    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 {
    color: #c0cce4
}

.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 input,.wgt-newsletter-signup.success button {
    pointer-events: none
}

.wgt-newsletter-signup.success .response {
    left: 0;
    color: #34374c;
    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;
    border-radius: 35px;
    font-size: 16px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: 24px;
    line-height: var(--text-regular-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.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: translate(0, -60%) rotate(40deg);
    -ms-transform: translate(0, -60%) rotate(40deg);
    -o-transform: translate(0, -60%) rotate(40deg);
    transform: translate(0, -60%) rotate(40deg);
    border-right: 2px solid #34374c;
    border-bottom: 2px solid #34374c
}

@media(min-width: 768px) {
    .wgt-newsletter-signup {
        padding:42px 0 90px
    }

    .wgt-newsletter-signup h2 {
        margin: 0 0 31px;
        font-size: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }

    .wgt-newsletter-signup h3 {
        font-size: 24px;
        font-size: var(--h5-font-size);
        line-height: 140%;
        line-height: var(--h5-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }
}

@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 0.23%, #db4e3b 22.13%, #e1533c 28.34%, #ea6949 36.86%);
    background: -o-linear-gradient(270.21deg, #dd4835 0.23%, #db4e3b 22.13%, #e1533c 28.34%, #ea6949 36.86%);
    background: linear-gradient(179.79deg, #dd4835 0.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(/wp-content/themes/public/dist/a85d5911350de0c9e8b7.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

.wgt-cta-form.type-doordash h2 {
    color: #ffe2e2;
    font-weight: 500;
    margin-bottom: 37px;
    font-size: 36px;
    line-height: 122.2222222222%
}

.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 {
    color: #fff
}

.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: #0038ff
}

.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.0769230769%
}

@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.7777777778%;
        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
    }
}

.wgt-hero {
    overflow: hidden;
    padding-top: 60px;
    border-bottom: 1px solid #eef0f2
}

.wgt-hero h1 {
    color: #000;
    margin: 0 0 32px;
    font-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.wgt-hero p {
    color: #2b3746;
    margin: 0 0 32px;
    max-width: 480px;
    font-size: 18px;
    font-size: var(--text-large-font-size);
    font-weight: 400;
    line-height: 27px;
    line-height: var(--text-large-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.wgt-hero a {
    width: 100%;
    margin: 0 auto 16px;
    vertical-align: top
}

.wgt-hero .container {
    position: relative
}

.wgt-hero .span-title {
    padding-top: 50px
}

.wgt-hero .span-image {
    margin: 20px auto;
    max-width: 480px
}

.wgt-hero .btn-blue-gradient {
    width: 100%;
    margin: 24px auto;
    max-width: 290px
}

.wgt-hero .form-nexmo,.wgt-hero .appstore-links {
    display: none
}

@media(min-width: 720px) {
    .wgt-hero .span-title {
        text-align:center
    }

    .wgt-hero .form-nexmo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .wgt-hero h1 {
        font-size: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }

    .wgt-hero p {
        margin-left: auto;
        margin-right: auto
    }

    .wgt-hero .span-image {
        margin: 0 auto;
        max-width: 720px
    }
}

.event-bar {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    position: fixed;
    padding: 0 5px;
    background: #0027b3
}

.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;
    -webkit-text-decoration: none;
    text-decoration: none
}

.event-bar a:link,.event-bar a:focus,.event-bar a:active,.event-bar a:visited {
    color: #fff
}

.event-bar a:hover {
    color: #fff
}

.event-bar .soon {
    text-transform: uppercase;
    padding-right: 8px;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.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-size: 14px;
    font-size: var(--text-small-font-size);
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.event-bar .title:after {
    border: solid #fff;
    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-width: 0 2px 2px 0
}

.pw_index_talks .banner .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 768px) {
    .pw_index_talks .wgt-banner {
        margin:90px auto
    }
}

.event .thumb {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.event .thumb:before {
    content: "";
    display: inline-block
}

.event .span-partnership .partner-name {
    color: #34374c;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.event .span-partnership a.partner-name {
    -webkit-text-decoration: none;
    text-decoration: none
}

.event .span-partnership a.partner-name:link,.event .span-partnership a.partner-name:focus,.event .span-partnership a.partner-name:active,.event .span-partnership a.partner-name:visited {
    color: #34374c
}

.event .span-partnership a.partner-name:hover {
    color: #0027b3
}

.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 .banner {
    padding-bottom: 20px
}

.single-talks .banner .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

.single-talks .span-thumb {
    padding-bottom: 47px
}

.single-talks .span-thumb .thumb:before {
    padding-top: 126%
}

.single-talks .time-start {
    display: block;
    margin-bottom: 19px;
    font-size: 16px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: 24px;
    line-height: var(--text-regular-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.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-top: 60px;
    padding-bottom: 60px
}

.single-talks h1 {
    color: #000;
    margin: 0 0 23px;
    font-size: 52px;
    font-size: var(--h2-font-size);
    line-height: 58px;
    line-height: var(--h2-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.single-talks .span-partnership {
    padding-bottom: 44px;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.single-talks .partner-name {
    color: #34374c;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.single-talks a.partner-name:link,.single-talks a.partner-name:focus,.single-talks a.partner-name:active,.single-talks a.partner-name:visited {
    color: #34374c
}

.single-talks a.partner-name:hover {
    color: #0027b3
}

.single-talks .main .btn-primary {
    color: #fff;
    display: block;
    padding: 23px 15px;
    font-weight: 500;
    background: #0027b3;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .003rem
}

.single-talks .main .btn-primary:link,.single-talks .main .btn-primary:focus,.single-talks .main .btn-primary:active,.single-talks .main .btn-primary:visited {
    color: #fff
}

.single-talks .main .btn-primary:hover {
    color: #fff
}

.single-talks .main .btn-primary:hover {
    background: rgb(0,27.8882681564,128)
}

.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-size: 20px;
    font-size: var(--text-larger-font-size);
    font-weight: 400;
    line-height: 30px;
    line-height: var(--text-larger-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.single-talks .add-to-calendar-wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    font-size: var(--text-small-font-size);
    line-height: 21px;
    line-height: var(--text-small-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.single-talks .add-to-calendar-wrap a {
    color: #34374c;
    display: block;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}

.single-talks .add-to-calendar-wrap a:after,.single-talks .add-to-calendar-wrap label:after {
    border: solid #34374c;
    display: inline-block;
    padding: 3px;
    content: "";
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translate(1px, 0);
    -ms-transform: rotate(-45deg) translate(1px, 0);
    -o-transform: rotate(-45deg) translate(1px, 0);
    transform: rotate(-45deg) translate(1px, 0);
    border-color: #00d695
}

.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: #34374c;
    display: block;
    z-index: 1
}

.single-talks .add-to-calendar a {
    padding: 5px 0
}

.single-talks .add-to-calendar a:link,.single-talks .add-to-calendar a:focus,.single-talks .add-to-calendar a:active,.single-talks .add-to-calendar a:visited {
    color: #34374c
}

.single-talks .add-to-calendar a:hover {
    color: #0027b3
}

.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: 0px 8px 40px rgba(0,0,0,.07);
    box-shadow: 0px 8px 40px rgba(0,0,0,.07);
    border-radius: 8px
}

.single-talks .entry-content h2 {
    color: #000;
    margin: 0 0 24px;
    font-size: 32px;
    font-size: var(--h4-font-size);
    line-height: 36px;
    line-height: var(--h4-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.single-talks .entry-content p,.single-talks .entry-content ul,.single-talks .entry-content ol {
    margin: 0 0 27px;
    font-size: 18px;
    font-size: var(--text-large-font-size);
    font-weight: 400;
    line-height: 27px;
    line-height: var(--text-large-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.single-talks .entry-content a {
    color: #0027b3;
    font-weight: 500
}

.single-talks .entry-content a:link,.single-talks .entry-content a:focus,.single-talks .entry-content a:active,.single-talks .entry-content a:visited {
    color: #0027b3
}

.single-talks .entry-content a:hover {
    color: #0027b3
}

.single-talks .entry-content a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.single-talks .span-topics {
    padding-top: 5px
}

.single-talks .span-topics h3 {
    margin: 0 0 14px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: var(--text-tiny-font-size);
    line-height: 18px;
    line-height: var(--text-tiny-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.single-talks .span-topics ul {
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    font-size: var(--text-large-font-size);
    font-weight: 400;
    line-height: 27px;
    line-height: var(--text-large-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.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-size: 24px;
    font-size: var(--h5-font-size);
    line-height: 140%;
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.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-size: 24px;
    font-size: var(--h5-font-size);
    line-height: 140%;
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.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;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: 24px;
    line-height: var(--text-regular-line-height);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text)
}

.single-talks .span-speaker a {
    color: #0027b3;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.single-talks .span-speaker a:link,.single-talks .span-speaker a:focus,.single-talks .span-speaker a:active,.single-talks .span-speaker a:visited {
    color: #0027b3
}

.single-talks .span-speaker a:hover {
    color: #34374c
}

.single-talks .span-speaker a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.single-talks .finished .span-content,.single-talks .finished .span-speakers,.single-talks .finished .span-side-title {
    margin: 0 auto;
    max-width: 850px
}

.single-talks .finished .entry-content h2 {
    margin: 0 0 30px;
    font-size: 24px;
    font-size: var(--h5-font-size);
    line-height: 140%;
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: "Denton", "Times New Roman", serif;
    font-family: var(--font-family-heading)
}

.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 .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: 20px;
        font-size: var(--text-larger-font-size);
        font-weight: 400;
        line-height: 30px;
        line-height: var(--text-larger-line-height);
        font-family: Inter, Helvetica, Arial, sans-serif;
        font-family: var(--font-family-text)
    }

    .single-talks .entry h2 {
        margin-bottom: 37px;
        font-size: 52px;
        font-size: var(--h2-font-size);
        line-height: 58px;
        line-height: var(--h2-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }

    .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: 52px;
        font-size: var(--h2-font-size);
        line-height: 58px;
        line-height: var(--h2-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }

    .single-talks .has-video .span-partnership {
        font-size: 18px;
        font-size: var(--text-large-font-size);
        font-weight: 400;
        line-height: 27px;
        line-height: var(--text-large-line-height);
        font-family: Inter, Helvetica, Arial, sans-serif;
        font-family: var(--font-family-text)
    }

    .single-talks .has-video .span-speaker {
        width: 33.3333333333%
    }
}

@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: 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: 76px;
        font-size: var(--h1-font-size);
        line-height: 76px;
        line-height: var(--h1-line-height);
        font-weight: 500;
        font-family: "Denton", "Times New Roman", serif;
        font-family: var(--font-family-heading)
    }
}

.wgt-cta-block {
    margin: 0 0 40px
}

.wgt-cta-block p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .003rem
}

.wgt-cta-block p.title {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: .003rem
}

.wgt-cta-block .wrap-flex {
    color: #000;
    border: 1px solid #d3d9df;
    display: block;
    padding: 32px;
    background: none;
    border-radius: 16px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.wgt-cta-block .span-title {
    padding-bottom: 20px
}

.wgt-cta-block .button-primary {
    color: #fff;
    display: block;
    padding: 13px 16px 14px;
    background: #0027b3;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 1
}

.wgt-cta-block .button-primary:link,.wgt-cta-block .button-primary:focus,.wgt-cta-block .button-primary:active,.wgt-cta-block .button-primary:visited {
    color: #fff
}

.wgt-cta-block .button-primary:hover {
    color: #fff
}

@media(min-width: 768px) {
    .wgt-cta-block {
        margin:72px 0
    }

    .wgt-cta-block .wrap-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 32px 32px 28px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .wgt-cta-block .span-title {
        padding: 0 45px 0 0
    }

    .wgt-cta-block .span-button {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}
