        html {
            font-family: sans-serif;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%
        }

        body {
            margin: 0
        }

        article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        main,
        menu,
        nav,
        section,
        summary {
            display: block
        }

        audio,
        canvas,
        progress,
        video {
            display: inline-block;
            vertical-align: baseline
        }

        audio:not([controls]) {
            display: none;
            height: 0
        }

        [hidden],
        template {
            display: none
        }

        a {
            background-color: transparent
        }

        a:active,
        a:hover {
            outline: 0
        }

        abbr[title] {
            border-bottom: 1px dotted
        }

        b,
        strong {
            font-weight: 700
        }

        dfn {
            font-style: italic
        }

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

        mark {
            background: #ff0;
            color: #000
        }

        small {
            font-size: 80%
        }

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

        sup {
            top: -.5em
        }

        .btn {
            width: 100%;
            margin: 20px 0 10px;
            padding: 15px 10px;
            color: rgba(255, 255, 255, 1);
            font-size: 26px;
            line-height: 26px;
            text-align: center;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.2s;

        }

        .btn.leadSubmit {
            background-color: #858582;
        }

        .btn.leadSubmit:enabled{
            background-color: #10a37f;
        }

        .btn--orange {
            width: 100%;
            background: #ac0b0b;
            color: #fff !important;
            text-decoration: none !important;
            font-family: 'Roboto Slab', serif;
            font-weight: 700;
            margin-bottom: 30px;
        }

        sub {
            bottom: -.25em
        }

        img {
            border: 0
        }

        svg:not(:root) {
            overflow: hidden
        }

        figure {
            margin: 1em 40px
        }

        hr {
            box-sizing: content-box;
            height: 0
        }

        pre {
            overflow: auto
        }

        code,
        kbd,
        pre,
        samp {
            font-family: monospace, monospace;
            font-size: 1em
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            color: inherit;
            font: inherit;
            margin: 0
        }

        button {
            overflow: visible
        }

        button,
        select {
            text-transform: none
        }

        button,
        html input[type="button"],
        input[type="reset"] {
            -webkit-appearance: button;
            cursor: pointer
        }

        button[disabled],
        html input[disabled] {
            cursor: default
        }

        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

        input {
            line-height: normal
        }

        input[type='checkbox'],
        input[type='radio'] {
            box-sizing: border-box;
            padding: 0
        }

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

        input[type='search'] {
            -webkit-appearance: none
        }

        input[type='search']::-webkit-search-cancel-button,
        input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none
        }

        input[type="text"],
        input[type="email"] {
            width: 100%;
            box-sizing: border-box;
          }
      /*     input[type="tel"]{
            padding-left: 50px;
          } */
      /*   @media (min-width: 320px) and  (max-width: 768px){

        }  */
        
        fieldset {
            border: 1px solid silver;
            margin: 0 2px;
            padding: .35em .625em .75em
        }

        legend {
            border: 0;
            padding: 0
        }

        textarea {
            overflow: auto
        }

        optgroup {
            font-weight: 700
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        td,
        th {
            padding: 0
        }

        @font-face {
            font-family: 'webflow-icons';
            src: url("") format('truetype');
            font-weight: 400;
            font-style: normal
        }

        [class^="w-icon-"],
        [class*=" w-icon-"] {
            font-family: 'webflow-icons' !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .w-icon-slider-right:before {
            content: "\e600"
        }

        .w-icon-slider-left:before {
            content: "\e601"
        }

        .w-icon-nav-menu:before {
            content: "\e602"
        }

        .w-icon-arrow-down:before,
        .w-icon-dropdown-toggle:before {
            content: "\e603"
        }

        .w-icon-file-upload-remove:before {
            content: "\e900"
        }

        .w-icon-file-upload-icon:before {
            content: "\e903"
        }

        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        html {
            height: 100%
        }

        body {
            margin: 0;
            min-height: 100%;
            background-color: #fff;
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 20px;
            color: #333
        }

        img {
            max-width: 100%;
            vertical-align: middle;
            display: inline-block
        }

        html.w-mod-touch * {
            background-attachment: scroll !important
        }

        .w-block {
            display: block
        }

        .w-inline-block {
            max-width: 100%;
            display: inline-block
        }

        .w-clearfix:before,
        .w-clearfix:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-clearfix:after {
            clear: both
        }

        .w-hidden {
            display: none
        }

        .w-button {
            display: inline-block;
            padding: 9px 15px;
            background-color: #3898EC;
            color: #fff;
            border: 0;
            line-height: inherit;
            text-decoration: none;
            cursor: pointer;
            border-radius: 0
        }

        input.w-button {
            -webkit-appearance: button
        }

        html[data-w-dynpage] [data-w-cloak] {
            color: transparent !important
        }

        .w-webflow-badge,
        .w-webflow-badge * {
            position: static;
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            z-index: auto;
            display: block;
            visibility: visible;
            overflow: visible;
            overflow-x: visible;
            overflow-y: visible;
            box-sizing: border-box;
            width: auto;
            height: auto;
            max-height: none;
            max-width: none;
            min-height: 0;
            min-width: 0;
            margin: 0;
            padding: 0;
            float: none;
            clear: none;
            border: 0 none transparent;
            border-radius: 0;
            background: none;
            background-image: none;
            background-position: 0% 0%;
            background-size: auto auto;
            background-repeat: repeat;
            background-origin: padding-box;
            background-clip: border-box;
            background-attachment: scroll;
            background-color: transparent;
            box-shadow: none;
            opacity: 1;
            transform: none;
            transition: none;
            direction: ltr;
            font-family: inherit;
            font-weight: inherit;
            color: inherit;
            font-size: inherit;
            line-height: inherit;
            font-style: inherit;
            font-variant: inherit;
            text-align: inherit;
            letter-spacing: inherit;
            text-decoration: inherit;
            text-indent: 0;
            text-transform: inherit;
            list-style-type: disc;
            text-shadow: none;
            font-smoothing: auto;
            vertical-align: baseline;
            cursor: inherit;
            white-space: inherit;
            word-break: normal;
            word-spacing: normal;
            word-wrap: normal
        }

        .w-webflow-badge {
            position: fixed !important;
            display: inline-block !important;
            visibility: visible !important;
            z-index: 2147483647 !important;
            top: auto !important;
            right: 12px !important;
            bottom: 12px !important;
            left: auto !important;
            color: #AAADB0 !important;
            background-color: #fff !important;
            border-radius: 3px !important;
            padding: 6px 8px 6px 6px !important;
            font-size: 12px !important;
            opacity: 1 !important;
            line-height: 14px !important;
            text-decoration: none !important;
            transform: none !important;
            margin: 0 !important;
            width: auto !important;
            height: auto !important;
            overflow: visible !important;
            white-space: nowrap;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
            cursor: pointer
        }

        .w-webflow-badge>img {
            display: inline-block !important;
            visibility: visible !important;
            opacity: 1 !important;
            vertical-align: middle !important
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            margin-bottom: 10px
        }

        h1 {
            font-size: 38px;
            line-height: 44px;
            margin-top: 20px
        }

        h2 {
            font-size: 32px;
            line-height: 36px;
            margin-top: 20px
        }

        h3 {
            font-size: 24px;
            line-height: 30px;
            margin-top: 20px
        }

        h4 {
            font-size: 18px;
            line-height: 24px;
            margin-top: 10px
        }

        h5 {
            font-size: 14px;
            line-height: 20px;
            margin-top: 10px
        }

        h6 {
            font-size: 12px;
            line-height: 18px;
            margin-top: 10px
        }

        p {
            margin-top: 0;
            margin-bottom: 10px
        }

        blockquote {
            margin: 0 0 10px 0;
            padding: 10px 20px;
            border-left: 5px solid #E2E2E2;
            font-size: 18px;
            line-height: 22px
        }

        figure {
            margin: 0;
            margin-bottom: 10px
        }

        figcaption {
            margin-top: 5px;
            text-align: center
        }

        ul,
        ol {
            margin-top: 0;
            margin-bottom: 10px;
            padding-left: 40px
        }

        .w-list-unstyled {
            padding-left: 0;
            list-style: none
        }

        .w-embed:before,
        .w-embed:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-embed:after {
            clear: both
        }

        .w-video {
            width: 100%;
            position: relative;
            padding: 0
        }

        .w-video iframe,
        .w-video object,
        .w-video embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none
        }

        fieldset {
            padding: 0;
            margin: 0;
            border: 0
        }

        button,
        [type='button'],
        [type='reset'] {
            border: 0;
            cursor: pointer;
            -webkit-appearance: button
        }

        .w-form {
            margin: 0 0 15px
        }

        .w-form-done {
            display: none;
            padding: 20px;
            text-align: center;
            background-color: #ddd
        }

        .w-form-fail {
            display: none;
            margin-top: 10px;
            padding: 10px;
            background-color: #ffdede
        }

        label {
            display: block;
            margin-bottom: 5px;
            font-weight: 700
        }

        .w-input,
        .w-select {
            display: block;
            width: 100%;
            height: 38px;
            padding: 8px 12px;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333;
            vertical-align: middle;
            background-color: #fff;
            border: 1px solid #ccc
        }

        .w-input:-moz-placeholder,
        .w-select:-moz-placeholder {
            color: #999
        }

        .w-input::-moz-placeholder,
        .w-select::-moz-placeholder {
            color: #999;
            opacity: 1
        }

        .w-input:-ms-input-placeholder,
        .w-select:-ms-input-placeholder {
            color: #999
        }

        .w-input::-webkit-input-placeholder,
        .w-select::-webkit-input-placeholder {
            color: #999
        }

        .w-input:focus,
        .w-select:focus {
            border-color: #3898EC;
            outline: 0
        }

        .w-input[disabled],
        .w-select[disabled],
        .w-input[readonly],
        .w-select[readonly],
        fieldset[disabled] .w-input,
        fieldset[disabled] .w-select {
            cursor: not-allowed
        }

        .w-input[disabled]:not(.w-input-disabled),
        .w-select[disabled]:not(.w-input-disabled),
        .w-input[readonly],
        .w-select[readonly],
        fieldset[disabled]:not(.w-input-disabled) .w-input,
        fieldset[disabled]:not(.w-input-disabled) .w-select {
            background-color: #eee
        }

        textarea.w-input,
        textarea.w-select {
            height: auto
        }

        .w-select {
            background-color: #f3f3f3
        }

        .w-select[multiple] {
            height: auto
        }

        .w-form-label {
            display: inline-block;
            cursor: pointer;
            font-weight: 400;
            margin-bottom: 0
        }

        .w-radio {
            display: block;
            margin-bottom: 5px;
            padding-left: 20px
        }

        .w-radio:before,
        .w-radio:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-radio:after {
            clear: both
        }

        .w-radio-input {
            margin: 4px 0 0;
            margin-top: 1px \9;
            line-height: normal;
            float: left;
            margin-left: -20px
        }

        .w-radio-input {
            margin-top: 3px
        }

        .w-file-upload {
            display: block;
            margin-bottom: 10px
        }

        .w-file-upload-input {
            width: .1px;
            height: .1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -100
        }

        .w-file-upload-default,
        .w-file-upload-uploading,
        .w-file-upload-success {
            display: inline-block;
            color: #333
        }

        .w-file-upload-error {
            display: block;
            margin-top: 10px
        }

        .w-file-upload-default.w-hidden,
        .w-file-upload-uploading.w-hidden,
        .w-file-upload-error.w-hidden,
        .w-file-upload-success.w-hidden {
            display: none
        }

        .w-file-upload-uploading-btn {
            display: flex;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
            margin: 0;
            padding: 8px 12px;
            border: 1px solid #ccc;
            background-color: #fafafa
        }

        .w-file-upload-file {
            display: flex;
            flex-grow: 1;
            justify-content: space-between;
            margin: 0;
            padding: 8px 9px 8px 11px;
            border: 1px solid #ccc;
            background-color: #fafafa
        }

        .w-file-upload-file-name {
            font-size: 14px;
            font-weight: 400;
            display: block
        }

        .w-file-remove-link {
            margin-top: 3px;
            margin-left: 10px;
            width: auto;
            height: auto;
            padding: 3px;
            display: block;
            cursor: pointer
        }

        .w-icon-file-upload-remove {
            margin: auto;
            font-size: 10px
        }

        .w-file-upload-error-msg {
            display: inline-block;
            color: #ea384c;
            padding: 2px 0
        }

        .w-file-upload-info {
            display: inline-block;
            line-height: 38px;
            padding: 0 12px
        }

        .w-file-upload-label {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
            margin: 0;
            padding: 8px 12px;
            border: 1px solid #ccc;
            background-color: #fafafa
        }

        .w-icon-file-upload-icon,
        .w-icon-file-upload-uploading {
            display: inline-block;
            margin-right: 8px;
            width: 20px
        }

        .w-icon-file-upload-uploading {
            height: 20px
        }

        .w-container {
            margin-left: auto;
            margin-right: auto;
            max-width: 940px
        }

        .w-container:before,
        .w-container:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-container:after {
            clear: both
        }

        .w-container .w-row {
            margin-left: -10px;
            margin-right: -10px
        }

        .w-row:before,
        .w-row:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-row:after {
            clear: both
        }

        .w-row .w-row {
            margin-left: 0;
            margin-right: 0
        }

        .w-col {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 10px;
            padding-right: 10px
        }

        .w-col .w-col {
            padding-left: 0;
            padding-right: 0
        }

        .w-col-1 {
            width: 8.33333333%
        }

        .w-col-2 {
            width: 16.66666667%
        }

        .w-col-3 {
            width: 25%
        }

        .w-col-4 {
            width: 33.33333333%
        }

        .w-col-5 {
            width: 41.66666667%
        }

        .w-col-6 {
            width: 50%
        }

        .w-col-7 {
            width: 58.33333333%
        }

        .w-col-8 {
            width: 66.66666667%
        }

        .w-col-9 {
            width: 75%
        }

        .w-col-10 {
            width: 83.33333333%
        }

        .w-col-11 {
            width: 91.66666667%
        }

        .w-col-12 {
            width: 100%
        }

        .w-hidden-main {
            display: none !important
        }

        @media screen and (max-width: 991px) {
            .w-container {
                max-width: 728px
            }

            .w-hidden-main {
                display: inherit !important
            }

            .w-hidden-medium {
                display: none !important
            }

            .w-col-medium-1 {
                width: 8.33333333%
            }

            .w-col-medium-2 {
                width: 16.66666667%
            }

            .w-col-medium-3 {
                width: 25%
            }

            .w-col-medium-4 {
                width: 33.33333333%
            }

            .w-col-medium-5 {
                width: 41.66666667%
            }

            .w-col-medium-6 {
                width: 50%
            }

            .w-col-medium-7 {
                width: 58.33333333%
            }

            .w-col-medium-8 {
                width: 66.66666667%
            }

            .w-col-medium-9 {
                width: 75%
            }

            .w-col-medium-10 {
                width: 83.33333333%
            }

            .w-col-medium-11 {
                width: 91.66666667%
            }

            .w-col-medium-12 {
                width: 100%
            }

            .w-col-stack {
                width: 100%;
                left: auto;
                right: auto
            }
        }

        @media screen and (max-width: 767px) {
            .w-hidden-main {
                display: inherit !important
            }

            .w-hidden-medium {
                display: inherit !important
            }

            .w-hidden-small {
                display: none !important
            }

            .w-row,
            .w-container .w-row {
                margin-left: 0;
                margin-right: 0
            }

            .w-col {
                width: 100%;
                left: auto;
                right: auto
            }

            .w-col-small-1 {
                width: 8.33333333%
            }

            .w-col-small-2 {
                width: 16.66666667%
            }

            .w-col-small-3 {
                width: 25%
            }

            .w-col-small-4 {
                width: 33.33333333%
            }

            .w-col-small-5 {
                width: 41.66666667%
            }

            .w-col-small-6 {
                width: 50%
            }

            .w-col-small-7 {
                width: 58.33333333%
            }

            .w-col-small-8 {
                width: 66.66666667%
            }

            .w-col-small-9 {
                width: 75%
            }

            .w-col-small-10 {
                width: 83.33333333%
            }

            .w-col-small-11 {
                width: 91.66666667%
            }

            .w-col-small-12 {
                width: 100%
            }
        }

        @media screen and (max-width: 479px) {
            .w-container {
                max-width: none
            }

            .w-hidden-main {
                display: inherit !important
            }

            .w-hidden-medium {
                display: inherit !important
            }

            .w-hidden-small {
                display: inherit !important
            }

            .w-hidden-tiny {
                display: none !important
            }

            .w-col {
                width: 100%
            }

            .w-col-tiny-1 {
                width: 8.33333333%
            }

            .w-col-tiny-2 {
                width: 16.66666667%
            }

            .w-col-tiny-3 {
                width: 25%
            }

            .w-col-tiny-4 {
                width: 33.33333333%
            }

            .w-col-tiny-5 {
                width: 41.66666667%
            }

            .w-col-tiny-6 {
                width: 50%
            }

            .w-col-tiny-7 {
                width: 58.33333333%
            }

            .w-col-tiny-8 {
                width: 66.66666667%
            }

            .w-col-tiny-9 {
                width: 75%
            }

            .w-col-tiny-10 {
                width: 83.33333333%
            }

            .w-col-tiny-11 {
                width: 91.66666667%
            }

            .w-col-tiny-12 {
                width: 100%
            }
        }

        .w-widget {
            position: relative
        }

        .w-widget-map {
            width: 100%;
            height: 400px
        }

        .w-widget-map label {
            width: auto;
            display: inline
        }

        .w-widget-map img {
            max-width: inherit
        }

        .w-widget-map .gm-style-iw {
            text-align: center
        }

        .w-widget-map .gm-style-iw>button {
            display: none !important
        }

        .w-widget-twitter {
            overflow: hidden
        }

        .w-widget-twitter-count-shim {
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: 28px;
            height: 20px;
            text-align: center;
            background: #fff;
            border: #758696 solid 1px;
            border-radius: 3px
        }

        .w-widget-twitter-count-shim * {
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
            position: relative;
            font-size: 15px;
            line-height: 12px;
            text-align: center;
            color: #999;
            font-family: serif
        }

        .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
            position: relative;
            display: block
        }

        .w-widget-twitter-count-shim.w--large {
            width: 36px;
            height: 28px
        }

        .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 18px
        }

        .w-widget-twitter-count-shim:not(.w--vertical) {
            margin-left: 5px;
            margin-right: 8px
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large {
            margin-left: 6px
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before,
        .w-widget-twitter-count-shim:not(.w--vertical):after {
            top: 50%;
            left: 0;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before {
            border-color: rgba(117, 134, 150, 0);
            border-right-color: #5d6c7b;
            border-width: 4px;
            margin-left: -9px;
            margin-top: -4px
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
            border-width: 5px;
            margin-left: -10px;
            margin-top: -5px
        }

        .w-widget-twitter-count-shim:not(.w--vertical):after {
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 4px;
            margin-left: -8px;
            margin-top: -4px
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
            border-width: 5px;
            margin-left: -9px;
            margin-top: -5px
        }

        .w-widget-twitter-count-shim.w--vertical {
            width: 61px;
            height: 33px;
            margin-bottom: 8px
        }

        .w-widget-twitter-count-shim.w--vertical:before,
        .w-widget-twitter-count-shim.w--vertical:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        .w-widget-twitter-count-shim.w--vertical:before {
            border-color: rgba(117, 134, 150, 0);
            border-top-color: #5d6c7b;
            border-width: 5px;
            margin-left: -5px
        }

        .w-widget-twitter-count-shim.w--vertical:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #fff;
            border-width: 4px;
            margin-left: -4px
        }

        .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 22px
        }

        .w-widget-twitter-count-shim.w--vertical.w--large {
            width: 76px
        }

        .w-background-video {
            position: relative;
            overflow: hidden;
            height: 500px;
            color: #fff
        }

        .w-background-video>video {
            background-size: cover;
            background-position: 50% 50%;
            position: absolute;
            margin: auto;
            width: 100%;
            height: 100%;
            right: -100%;
            bottom: -100%;
            top: -100%;
            left: -100%;
            object-fit: cover;
            z-index: -100
        }

        .w-background-video>video::-webkit-media-controls-start-playback-button {
            display: none !important;
            -webkit-appearance: none
        }

        .w-background-video--control {
            position: absolute;
            bottom: 1em;
            right: 1em;
            background-color: transparent;
            padding: 0
        }

        .w-background-video--control>[hidden] {
            display: none !important
        }

        .w-slider {
            position: relative;
            height: 300px;
            text-align: center;
            background: #ddd;
            clear: both;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            tap-highlight-color: rgba(0, 0, 0, 0)
        }

        .w-slider-mask {
            position: relative;
            display: block;
            overflow: hidden;
            z-index: 1;
            left: 0;
            right: 0;
            height: 100%;
            white-space: nowrap
        }

        .w-slide {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 100%;
            height: 100%;
            white-space: normal;
            text-align: left
        }

        .w-slider-nav {
            position: absolute;
            z-index: 2;
            top: auto;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            padding-top: 10px;
            height: 40px;
            text-align: center;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            tap-highlight-color: rgba(0, 0, 0, 0)
        }

        .w-slider-nav.w-round>div {
            border-radius: 100%
        }

        .w-slider-nav.w-num>div {
            width: auto;
            height: auto;
            padding: .2em .5em;
            font-size: inherit;
            line-height: inherit
        }

        .w-slider-nav.w-shadow>div {
            box-shadow: 0 0 3px rgba(51, 51, 51, .4)
        }

        .w-slider-nav-invert {
            color: #fff
        }

        .w-slider-nav-invert>div {
            background-color: rgba(34, 34, 34, .4)
        }

        .w-slider-nav-invert>div.w-active {
            background-color: #222
        }

        .w-slider-dot {
            position: relative;
            display: inline-block;
            width: 1em;
            height: 1em;
            background-color: rgba(255, 255, 255, .4);
            cursor: pointer;
            margin: 0 3px .5em;
            transition: background-color 100ms, color 100ms
        }

        .w-slider-dot.w-active {
            background-color: #fff
        }

        .w-slider-dot:focus {
            outline: none;
            box-shadow: 0 0 0 2px #fff
        }

        .w-slider-dot:focus.w-active {
            box-shadow: none
        }

        .w-slider-arrow-left,
        .w-slider-arrow-right {
            position: absolute;
            width: 80px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            cursor: pointer;
            overflow: hidden;
            color: #fff;
            font-size: 40px;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            tap-highlight-color: rgba(0, 0, 0, 0);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .w-slider-arrow-left [class^='w-icon-'],
        .w-slider-arrow-right [class^='w-icon-'],
        .w-slider-arrow-left [class*=' w-icon-'],
        .w-slider-arrow-right [class*=' w-icon-'] {
            position: absolute
        }

        .w-slider-arrow-left:focus,
        .w-slider-arrow-right:focus {
            outline: 0
        }

        .w-slider-arrow-left {
            z-index: 3;
            right: auto
        }

        .w-slider-arrow-right {
            z-index: 4;
            left: auto
        }

        .w-icon-slider-left,
        .w-icon-slider-right {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 1em;
            height: 1em
        }

        .w-slider-aria-label {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .w-slider-force-show {
            display: block !important
        }

        .w-dropdown {
            display: inline-block;
            position: relative;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            z-index: 900
        }

        .w-dropdown-btn,
        .w-dropdown-toggle,
        .w-dropdown-link {
            position: relative;
            vertical-align: top;
            text-decoration: none;
            color: #222;
            padding: 20px;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            white-space: nowrap
        }

        .w-dropdown-toggle {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: inline-block;
            cursor: pointer;
            padding-right: 40px
        }

        .w-dropdown-toggle:focus {
            outline: 0
        }

        .w-icon-dropdown-toggle {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            margin-right: 20px;
            width: 1em;
            height: 1em
        }

        .w-dropdown-list {
            position: absolute;
            background: #ddd;
            display: none;
            min-width: 100%
        }

        .w-dropdown-list.w--open {
            display: block
        }

        .w-dropdown-link {
            padding: 10px 20px;
            display: block;
            color: #222
        }

        .w-dropdown-link.w--current {
            color: #0082f3
        }

        .w-dropdown-link:focus {
            outline: 0
        }

        @media screen and (max-width: 767px) {
            .w-nav-brand {
                padding-left: 10px
            }
        }

        .w-lightbox-backdrop {
            color: #000;
            cursor: auto;
            font-family: serif;
            font-size: medium;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
            letter-spacing: normal;
            line-height: normal;
            list-style: disc;
            text-align: start;
            text-indent: 0;
            text-shadow: none;
            text-transform: none;
            visibility: visible;
            white-space: normal;
            word-break: normal;
            word-spacing: normal;
            word-wrap: normal;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            color: #fff;
            font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
            font-size: 17px;
            line-height: 1.2;
            font-weight: 300;
            text-align: center;
            background: rgba(0, 0, 0, .9);
            z-index: 2000;
            outline: 0;
            opacity: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-tap-highlight-color: transparent;
            -webkit-transform: translate(0, 0)
        }

        .w-lightbox-backdrop,
        .w-lightbox-container {
            height: 100%;
            overflow: auto;
            -webkit-overflow-scrolling: touch
        }

        .w-lightbox-content {
            position: relative;
            height: 100vh;
            overflow: hidden
        }

        .w-lightbox-view {
            position: absolute;
            width: 100vw;
            height: 100vh;
            opacity: 0
        }

        .w-lightbox-view:before {
            content: "";
            height: 100vh
        }

        .w-lightbox-group,
        .w-lightbox-group .w-lightbox-view,
        .w-lightbox-group .w-lightbox-view:before {
            height: 86vh
        }

        .w-lightbox-frame,
        .w-lightbox-view:before {
            display: inline-block;
            vertical-align: middle
        }

        .w-lightbox-figure {
            position: relative;
            margin: 0
        }

        .w-lightbox-group .w-lightbox-figure {
            cursor: pointer
        }

        .w-lightbox-img {
            width: auto;
            height: auto;
            max-width: none
        }

        .w-lightbox-image {
            display: block;
            float: none;
            max-width: 100vw;
            max-height: 100vh
        }

        .w-lightbox-group .w-lightbox-image {
            max-height: 86vh
        }

        .w-lightbox-caption {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            padding: .5em 1em;
            background: rgba(0, 0, 0, .4);
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .w-lightbox-embed {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .w-lightbox-control {
            position: absolute;
            top: 0;
            width: 4em;
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s
        }

        .w-lightbox-left {
            display: none;
            bottom: 0;
            left: 0;
            background-image: url("")
        }

        .w-lightbox-right {
            display: none;
            right: 0;
            bottom: 0;
            background-image: url("")
        }

        .w-lightbox-close {
            right: 0;
            height: 2.6em;
            background-image: url("");
            background-size: 18px
        }

        .w-lightbox-strip {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 0 1vh;
            line-height: 0;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden
        }

        .w-lightbox-item {
            display: inline-block;
            width: 10vh;
            padding: 2vh 1vh;
            box-sizing: content-box;
            cursor: pointer;
            -webkit-transform: translate3d(0, 0, 0)
        }

        .w-lightbox-active {
            opacity: .3
        }

        .w-lightbox-thumbnail {
            position: relative;
            height: 10vh;
            background: #222;
            overflow: hidden
        }

        .w-lightbox-thumbnail-image {
            position: absolute;
            top: 0;
            left: 0
        }

        .w-lightbox-thumbnail .w-lightbox-tall {
            top: 50%;
            width: 100%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%)
        }

        .w-lightbox-thumbnail .w-lightbox-wide {
            left: 50%;
            height: 100%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
        }

        .w-lightbox-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            box-sizing: border-box;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-left: -20px;
            border: 5px solid rgba(0, 0, 0, .4);
            border-radius: 50%;
            -webkit-animation: spin 0.8s infinite linear;
            animation: spin 0.8s infinite linear
        }

        .w-lightbox-spinner:after {
            content: "";
            position: absolute;
            top: -4px;
            right: -4px;
            bottom: -4px;
            left: -4px;
            border: 3px solid transparent;
            border-bottom-color: #fff;
            border-radius: 50%
        }

        .w-lightbox-hide {
            display: none
        }

        .w-lightbox-noscroll {
            overflow: hidden
        }

        @media (min-width: 768px) {
            .w-lightbox-content {
                height: 96vh;
                margin-top: 2vh
            }

            .w-lightbox-view,
            .w-lightbox-view:before {
                height: 96vh
            }

            .w-lightbox-group,
            .w-lightbox-group .w-lightbox-view,
            .w-lightbox-group .w-lightbox-view:before {
                height: 84vh
            }

            .w-lightbox-image {
                max-width: 96vw;
                max-height: 96vh
            }

            .w-lightbox-group .w-lightbox-image {
                max-width: 82.3vw;
                max-height: 84vh
            }

            .w-lightbox-left,
            .w-lightbox-right {
                display: block;
                opacity: .5
            }

            .w-lightbox-close {
                opacity: .8
            }

            .w-lightbox-control:hover {
                opacity: 1
            }
        }

        .w-lightbox-inactive,
        .w-lightbox-inactive:hover {
            opacity: 0
        }

        .w-richtext:before,
        .w-richtext:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-richtext:after {
            clear: both
        }

        .w-richtext[contenteditable="true"]:before,
        .w-richtext[contenteditable="true"]:after {
            white-space: initial
        }

        .w-richtext ol,
        .w-richtext ul {
            overflow: hidden
        }

        .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
        .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
            outline: 2px solid #2895f7
        }

        .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
        .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
            outline: 2px solid #2895f7
        }

        .w-richtext figure.w-richtext-figure-type-video>div:after,
        .w-richtext figure[data-rt-type="video"]>div:after {
            content: '';
            position: absolute;
            display: none;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0
        }

        .w-richtext figure {
            position: relative;
            max-width: 60%
        }

        .w-richtext figure>div:before {
            cursor: default !important
        }

        .w-richtext figure img {
            width: 100%
        }

        .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
            opacity: .6
        }

        .w-richtext figure div {
            font-size: 0;
            color: transparent
        }

        .w-richtext figure.w-richtext-figure-type-image,
        .w-richtext figure[data-rt-type="image"] {
            display: table
        }

        .w-richtext figure.w-richtext-figure-type-image>div,
        .w-richtext figure[data-rt-type="image"]>div {
            display: inline-block
        }

        .w-richtext figure.w-richtext-figure-type-image>figcaption,
        .w-richtext figure[data-rt-type="image"]>figcaption {
            display: table-caption;
            caption-side: bottom
        }

        .w-richtext figure.w-richtext-figure-type-video,
        .w-richtext figure[data-rt-type="video"] {
            width: 60%;
            height: 0
        }

        .w-richtext figure.w-richtext-figure-type-video iframe,
        .w-richtext figure[data-rt-type="video"] iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .w-richtext figure.w-richtext-figure-type-video>div,
        .w-richtext figure[data-rt-type="video"]>div {
            width: 100%
        }

        .w-richtext figure.w-richtext-align-center {
            margin-right: auto;
            margin-left: auto;
            clear: both
        }

        .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
        .w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
            max-width: 100%
        }

        .w-richtext figure.w-richtext-align-normal {
            clear: both
        }

        .w-richtext figure.w-richtext-align-fullwidth {
            width: 100%;
            max-width: 100%;
            text-align: center;
            clear: both;
            display: block;
            margin-right: auto;
            margin-left: auto
        }

        .w-richtext figure.w-richtext-align-fullwidth>div {
            display: inline-block;
            padding-bottom: inherit
        }

        .w-richtext figure.w-richtext-align-fullwidth>figcaption {
            display: block
        }

        .w-richtext figure.w-richtext-align-floatleft {
            float: left;
            margin-right: 15px;
            clear: none
        }

        .w-richtext figure.w-richtext-align-floatright {
            float: right;
            margin-left: 15px;
            clear: none
        }

        .w-nav {
            position: relative;
            background: #ddd;
            z-index: 1000
        }

        .w-nav:before,
        .w-nav:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-nav:after {
            clear: both
        }

        .w-nav-brand {
            position: relative;
            float: left;
            text-decoration: none;
            color: #333
        }

        .w-nav-link {
            position: relative;
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
            color: #222;
            padding: 20px;
            text-align: left;
            margin-left: auto;
            margin-right: auto
        }

        .w-nav-link.w--current {
            color: #0082f3
        }

        .w-nav-menu {
            position: relative;
            float: right
        }

        [data-nav-menu-open] {
            display: block !important;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: #C8C8C8;
            text-align: center;
            overflow: visible;
            min-width: 200px
        }

        .w--nav-link-open {
            display: block;
            position: relative
        }

        .w-nav-overlay {
            position: absolute;
            overflow: hidden;
            display: none;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%
        }

        .w-nav-overlay [data-nav-menu-open] {
            top: 0
        }

        .w-nav[data-animation="over-left"] .w-nav-overlay {
            width: auto
        }

        .w-nav[data-animation="over-left"] .w-nav-overlay,
        .w-nav[data-animation="over-left"] [data-nav-menu-open] {
            right: auto;
            z-index: 1;
            top: 0
        }

        .w-nav[data-animation="over-right"] .w-nav-overlay {
            width: auto
        }

        .w-nav[data-animation="over-right"] .w-nav-overlay,
        .w-nav[data-animation="over-right"] [data-nav-menu-open] {
            left: auto;
            z-index: 1;
            top: 0
        }

        .w-nav-button {
            position: relative;
            float: right;
            padding: 18px;
            font-size: 24px;
            display: none;
            cursor: pointer;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            tap-highlight-color: rgba(0, 0, 0, 0);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .w-nav-button:focus {
            outline: 0
        }

        .w-nav-button.w--open {
            background-color: #C8C8C8;
            color: #fff
        }

        .w-nav[data-collapse="all"] .w-nav-menu {
            display: none
        }

        .w-nav[data-collapse="all"] .w-nav-button {
            display: block
        }

        .w--nav-dropdown-open {
            display: block
        }

        .w--nav-dropdown-toggle-open {
            display: block
        }

        .w--nav-dropdown-list-open {
            position: static
        }

        @media screen and (max-width: 991px) {
            .w-nav[data-collapse="medium"] .w-nav-menu {
                display: none
            }

            .w-nav[data-collapse="medium"] .w-nav-button {
                display: block
            }
        }

        @media screen and (max-width: 767px) {
            .w-nav[data-collapse="small"] .w-nav-menu {
                display: none
            }

            .w-nav[data-collapse="small"] .w-nav-button {
                display: block
            }

            .w-nav-brand {
                padding-left: 10px
            }
        }

        @media screen and (max-width: 479px) {
            .w-nav[data-collapse="tiny"] .w-nav-menu {
                display: none
            }

            .w-nav[data-collapse="tiny"] .w-nav-button {
                display: block
            }
        }

        .w-tabs {
            position: relative
        }

        .w-tabs:before,
        .w-tabs:after {
            content: " ";
            display: table;
            grid-column-start: 1;
            grid-row-start: 1;
            grid-column-end: 2;
            grid-row-end: 2
        }

        .w-tabs:after {
            clear: both
        }

        .w-tab-menu {
            position: relative
        }

        .w-tab-link {
            position: relative;
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
            padding: 9px 30px;
            text-align: left;
            cursor: pointer;
            color: #222;
            background-color: #ddd
        }

        .w-tab-link.w--current {
            background-color: #C8C8C8
        }

        .w-tab-link:focus {
            outline: 0
        }

        .w-tab-content {
            position: relative;
            display: block;
            overflow: hidden
        }

        .w-tab-pane {
            position: relative;
            display: none
        }

        .w--tab-active {
            display: block
        }

        @media screen and (max-width: 479px) {
            .w-tab-link {
                display: block
            }
        }

        .w-ix-emptyfix:after {
            content: ""
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        .w-dyn-empty {
            padding: 10px;
            background-color: #ddd
        }

        .w-dyn-hide {
            display: none !important
        }

        .w-dyn-bind-empty {
            display: none !important
        }

        .w-condition-invisible {
            display: none !important
        }

        .w-layout-grid {
            display: -ms-grid;
            display: grid;
            grid-auto-columns: 1fr;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            -ms-grid-rows: auto auto;
            grid-template-rows: auto auto;
            grid-row-gap: 16px;
            grid-column-gap: 16px
        }

        body {
            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
            color: #333;
            font-size: 14px;
            line-height: 20px
        }

        .navbar {
            display: -ms-grid;
            display: grid;
            width: 100%;
            max-width: 1000px;
            margin-right: auto;
            margin-left: auto;
            padding: 15px 20px;
            grid-auto-columns: 1fr;
            grid-column-gap: 0;
            grid-row-gap: 0;
            -ms-grid-columns: 1fr 2fr 1fr;
            grid-template-columns: 1fr 2fr 1fr;
            -ms-grid-rows: auto;
            grid-template-rows: auto
        }

        .image {
            width: 60px
        }

        .right-side-nav {
            display: flex;
            justify-content: flex-end;
            align-items: center
        }

        .image-2 {
            width: 55px;
            margin-left: 30px
        }

        .sign-in {
            color: #949494;
            font-size: 12px;
            line-height: 1.2;
            text-decoration: none
        }

        .utility-page-wrap {
            display: flex;
            width: 100vw;
            height: 100vh;
            max-height: 100%;
            max-width: 100%;
            justify-content: center;
            align-items: center
        }

        .utility-page-content {
            display: flex;
            width: 260px;
            flex-direction: column;
            text-align: center
        }

        .utility-page-form {
            display: flex;
            flex-direction: column;
            align-items: stretch
        }

        .search {
            display: flex;
            margin-bottom: 0
        }

        .search-input {
            margin-bottom: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .38)
        }

        .search-button-div {
            position: relative;
            width: 60px;
            justify-content: center;
            align-items: center;
            background-color: #3898ec;
            height: 38px
        }

        .div-block {
            position: absolute;
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: 0%;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .search-button {
            position: relative;
            z-index: 1;
            display: block;
            width: 100%;
            background-color: transparent
        }

        .image-3 {
            width: 25px
        }

        .navbar-wrapper {
            width: 100%;
            border-bottom: 1px solid #dfdfdf
        }

        .page-wrapper {
            padding-top: 20px;
            padding-bottom: 60px;
            background-image: linear-gradient(180deg, #f2f0e4, #fff 5%)
        }

        .grid {
            position: relative;
            display: -ms-grid;
            display: grid;
            max-width: 1024px;
            margin-right: auto;
            margin-left: auto;
            padding-right: 20px;
            padding-left: 20px;
      /*       grid-auto-columns: 1fr;
            grid-column-gap: 40px;
            grid-row-gap: 100px;
            -ms-grid-columns: 1fr 350px;
            grid-template-columns: 1fr 350px;
            -ms-grid-rows: auto;
            grid-template-rows: auto; */
            background-color: transparent
        }

        .follow-div {
            display: flex;
            align-items: center
        }

        .follow-button {
            display: flex;
            margin-right: 20px;
            margin-left: 20px;
            padding: 10px 22px 10px 20px;
            justify-content: center;
            align-items: center;
            border-radius: 30px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
            text-decoration: none
        }

        .text-block {
            color: #333
        }

        .follow {
            color: #333;
            font-size: 12px;
            line-height: 1.2;
            text-decoration: none
        }

        .heading {
            font-family: Ubuntu, Helvetica, sans-serif
        }

        .heading-2 {
            margin-bottom: 20px;
            font-family: 'PT Serif', serif;
            font-size: 36px;
            line-height: 1.4;
            font-weight: 400
        }

        .div-block-2 {
            display: flex;
            margin-bottom: 20px;
            align-items: center
        }

        .gray-small-text {
            color: #949494;
            font-size: 12px;
            line-height: 1.2;
            text-decoration: none
        }

        .gray-small-text._10px-margin {
            margin-right: 10px
        }

        .gray-vertical-line {
            width: 1px;
            height: 20px;
            margin-right: 30px;
            margin-left: 30px;
            background-color: #949494
        }

        .image-4 {
            width: 17px
        }

        .gray-horizontal-line {
            width: 100%;
            height: 1px;
            margin-bottom: 30px;
            background-color: hsla(0, 0%, 58%, .6)
        }

        .text-block-2 {
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 700
        }

        .full-width-image {
            width: 100%;
            margin-bottom: 20px
        }

        .image-5 {
            position: fixed;
            top: 46%;
            right: auto;
            bottom: auto;
            margin-left: -50px
        }

        .light-dark-paragraph {
            margin-bottom: 20px;
            color: rgba(51, 51, 51, .66);
            font-size: 18px;
            line-height: 1.4
        }

        .light-dark-paragraph.white {
            margin-right: 5px;
            margin-bottom: 0;
            color: #fff
        }

        .blue-line {
            width: 40px;
            height: 4px;
            margin-bottom: 10px;
            background-color: #0d75c3
        }

        .heading-3 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 36px;
            line-height: 1.4;
            font-weight: 400
        }

        .image-6 {
            display: block;
            width: 60%;
            margin-right: auto;
            margin-bottom: 20px;
            margin-left: auto
        }

        .div-block-3 {
            display: flex;
            margin-bottom: 20px;
            padding: 10px;
            flex-direction: row;
            align-items: flex-start;
            border-radius: 5px;
            background-color: #e06d2c
        }

        .image-7 {
            margin-right: 10px
        }

        .white-x {
            margin-top: 7px;
            margin-bottom: 0;
            color: #fff;
            font-size: 12px
        }

        .link {
            color: #0178d4;
            text-decoration: none
        }

        .link-2 {
            color: #0178d4;
            text-decoration: none
        }

        .blue-button {
            display: flex;
            width: 238px;
            margin-right: auto;
            margin-bottom: 40px;
            margin-left: auto;
            padding-top: 10px;
            padding-bottom: 10px;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            background-color: #0178d4;
            text-decoration: none
        }

        .image-8 {
            margin-right: 10px
        }

        .heading-4 {
            margin-bottom: 20px;
            font-size: 23px;
            line-height: 1.4;
            font-weight: 400
        }

        .div-block-4 {
            padding-top: 20px;
            padding-bottom: 20px;
            border-top: 1px solid hsla(0, 0%, 58%, .6);
            border-bottom: 1px solid hsla(0, 0%, 58%, .6)
        }

        .grid-2 {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            -ms-grid-columns: auto 1fr;
            grid-template-columns: auto 1fr;
            -ms-grid-rows: auto;
            grid-template-rows: auto
        }

        .text-block-3 {
            color: #fff;
            font-size: 20px;
            line-height: 1
        }

        .name-tag {
            display: flex;
            width: 45px;
            height: 45px;
            justify-content: center;
            align-items: center;
            background-color: #0178d4
        }

        .feedback-text {
            margin-bottom: 10px;
            color: rgba(51, 51, 51, .66);
            font-size: 16px;
            line-height: 1.8
        }

        .feedback-text.white {
            margin-right: 5px;
            margin-bottom: 0;
            color: #fff
        }

        .div-block-2-copy {
            display: flex;
            align-items: center
        }

        .image-9 {
            margin-top: 50px
        }

        .footer {
            display: flex;
            width: 100%;
            padding-top: 30px;
            padding-bottom: 30px;
            justify-content: center;
            background-color: #f7f7f7
        }

        .link-3 {
            padding-right: 10px;
            padding-left: 10px;
            color: #0178d4;
            font-size: 12px;
            line-height: 1.8;
            text-decoration: none
        }

        .right-side-div {
            display: flex;
            margin-top: 20px;
            padding-top: 10px;
            flex-direction: column;
            align-items: center;
            border: 2px solid #f1f1f1;
            border-radius: 10px;
            background-color: #f9f9f9;
            box-shadow: 0 0 10px -2px rgba(0, 0, 0, .1)
        }

        .image-10 {
            margin-bottom: 100px
        }

        .div-block-5 {
            width: 100%;
            padding-right: 20px;
            padding-left: 20px
        }

        @media screen and (max-width: 991px) {
            .grid {
                grid-column-gap: 20px;
                grid-row-gap: 20px;
                -ms-grid-columns: 1fr 0.7fr;
                grid-template-columns: 1fr 0.7fr
            }

            .image-5 {
                display: none
            }
        }

        @media screen and (max-width: 767px) {
            .grid {
                -ms-grid-columns: 1fr;
                grid-template-columns: 1fr
            }

            .right-side-div {
                display: none
            }
        }

        @media screen and (max-width: 479px) {
            .navbar {
                -ms-grid-columns: 1fr 1fr;
                grid-template-columns: 1fr 1fr
            }

            .search-bar {
                display: none
            }

            .footer {
                flex-direction: column
            }

            .link-3 {
                padding-top: 10px;
                padding-bottom: 10px;
                text-align: center
            }
        }

        #w-node-_5b190239-3e27-6e29-e4d7-8876f476229a-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1;
            -ms-grid-row-align: center;
            align-self: center
        }

        #w-node-_917aaefd-fa0f-08a3-0466-937cb85df2b2-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1;
            -ms-grid-row-align: center;
            align-self: center
        }

        #w-node-_62d9fa54-aab5-b6bf-9d7d-2d86a596a2d4-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_7d2506dd-61e3-9f9a-fbfd-281f0440bd7f-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-aa4a9b37-7d7c-cf00-3240-a84c9b0e770c-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_64f2fac2-27f0-cb2d-ed5d-b16275b82813-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b93fed6d-acbd-3850-c651-76a25761ee08-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b93fed6d-acbd-3850-c651-76a25761ee0b-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_7fd23684-30c3-8137-a8ba-5f3d5562ebc8-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_7fd23684-30c3-8137-a8ba-5f3d5562ebcb-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b9f0be06-4c4b-7e6b-86af-463eb27a7102-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b9f0be06-4c4b-7e6b-86af-463eb27a7105-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_1d83a4be-85af-3bbe-5a11-6147509fe484-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_1d83a4be-85af-3bbe-5a11-6147509fe487-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b42ecf1d-711f-5e48-ca17-85a116597305-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b42ecf1d-711f-5e48-ca17-85a116597308-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_878155b0-4c45-fea2-dd1e-bbab0fedfc67-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_878155b0-4c45-fea2-dd1e-bbab0fedfc6a-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_30493d23-f725-b3aa-ce10-751efbaa8c24-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_30493d23-f725-b3aa-ce10-751efbaa8c27-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_53dbef9a-109b-5da4-dff3-fd154c1285ad-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_53dbef9a-109b-5da4-dff3-fd154c1285b0-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_92e5a069-b354-d0c8-c7e0-289a571ffd51-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_92e5a069-b354-d0c8-c7e0-289a571ffd54-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_18e72c98-5748-f33c-45d7-571be523b348-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_18e72c98-5748-f33c-45d7-571be523b34b-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_83ef4efc-95a0-6bb2-43f8-40d786f1d2fc-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_83ef4efc-95a0-6bb2-43f8-40d786f1d2ff-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_6c401fa2-7fd8-2fbd-169d-e6895d4cfe05-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_6c401fa2-7fd8-2fbd-169d-e6895d4cfe08-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_2e47ad10-24f6-354e-737a-5781828c1531-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_2e47ad10-24f6-354e-737a-5781828c1534-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_2296b563-9b56-cc0a-d4b4-791128ea606c-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-_2296b563-9b56-cc0a-d4b4-791128ea606f-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b9fb0311-813d-524c-5deb-0e9777a64b51-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b9fb0311-813d-524c-5deb-0e9777a64b54-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b1c7ef6d-bcf7-2507-08ed-e3faf46480e8-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-b1c7ef6d-bcf7-2507-08ed-e3faf46480eb-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-f1148a3a-8c9e-30d0-ccfd-7bba48324b49-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-f1148a3a-8c9e-30d0-ccfd-7bba48324b4c-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        #w-node-c99f29b9-9960-ea31-3eed-a1b91b8cd3ac-9ec1ba67 {
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1
        }

        img.hero-deposit-img {
            padding: 0;
            display: inline-block;
            width: 50%;
            margin: 0;
            float: left
        }

        .hero-deposit-svg {
            enable-background: new 0 0 267 519;
            padding: 0;
            display: inline-block;
            width: 50%;
            margin: 0
        }

        @media only screen and (max-width: 500px) {

            img.hero-deposit-img,
            .hero-deposit-svg {
                width: 100%
            }
        }

        body {
            font-family: "Merriweather", serif;
            margin: 0;
            line-height: 1.75rem
        }

        .wtb-form .demand {
            background-color: rgb(220 38 38);
            text-align: center;
            padding: .5rem;
            line-height: 1.75rem;
            color: #fff;
            font-size: .875rem
        }

        .wtb-form main {
            color: rgb(75 85 99);
            margin: 0;
            width: 100%
        }

        .wtb-form header {
            width: 100%;
            background-color: #000;
            margin: 0 auto
        }

        .wtb-form header .container {
            max-width: 1140px;
            display: flex;
            justify-content: space-between;
            padding: 1.25rem;
            margin: 0 auto
        }

        .wtb-form header img {
            height: 2rem
        }

        .wtb-form .one {
            width: 50%;
            margin: 15px auto 0 auto;
            padding-right: 5rem
        }

        .wtb-form .one .img {
            text-align: center
        }

        .wtb-form .one .img img {
            max-width: 80%;
            margin-top: .5rem
        }

        .wtb-form .one h5 {
            font-size: 1.5rem;
            margin: 0
        }

        .wtb-form .one p {
            padding: 1rem 0
        }

        .wtb-form .one p .highlight {
            background-color: #3293df5c
        }

        .wtb-form .positions {
            color: #fff;
            text-align: center;
            background-color: #ff8b00;
            padding: .5rem;
            margin: 3rem auto 0 auto;
            border-radius: 5px
        }

        .wtb-form .one ul {
            list-style-type: disc;
            margin-left: 1rem;
            padding-left: 0
        }

        .wtb-form .one ul li {
            display: list-item
        }

        .wtb-form .two {
            width: 50%;
            position: relative
        }

        .wtb-form .step-two {
            display: none
        }

        .form-group {
            margin-top: 15px
        }

        .form-container {
            margin-bottom: 1rem
        }

        .form-container .form-label {
            display: block;
            margin-bottom: .375rem;
            font-weight: 600;
            font-size: .875rem;
            margin-top: 9px
        }

        .form-container .form-control {
            display: block;
            width: 100%;
            padding: .5rem .75rem;
            box-sizing: border-box;
            font-size: .9375rem;
            line-height: 1.6;
            color: #000000 !important;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #D8D8D8;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            border-radius: 5px;
            margin-bottom: 10px;
        }

        .wtb-form li::marker {
            unicode-bidi: isolate;
            font-variant-numeric: tabular-nums;
            text-transform: none;
            text-indent: 0px !important;
            text-align: start !important;
            text-align-last: start !important
        }

        .cta-button,
        input.cta-button {
            margin-top: 1rem;
            width: 100%;
            background: #2463eb;
            border-radius: 3px;
            font-weight: 700;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            color: #fff;
            padding: 12px 35px;
            display: inline-block;
            text-decoration: none;
            text-transform: capitalize;
            border: 0
        }

        a.cta-button,
        button.cta-button {
            padding: 15px 20px;
            transition: all linear 200ms
        }

        a.cta-button:hover,
        button.cta-button:hover {
            background: #2463ebd4
        }

        a.cta-button i,
        button.cta-button i {
            display: inline-block;
            padding: 0 5px;
            transition: all linear 200ms
        }

        a.cta-button:hover i,
        button.cta-button:hover i {
            padding: 0 5px
        }

        @media (min-width: 768px) {

            .cta-button,
            input.cta-button {
                min-width: 300px;
                padding: 10px;
                font-size: 1.125em
            }
        }

        input.cta-button:hover,
        .cta-button:hover {
            transition: all linear 200ms;
            cursor: pointer
        }

        .form-container .form-error {
            color: #f5334f;
            font-size: .85rem;
            margin-top: 5px;
            margin-bottom: 0 !important;
            display: none
        }

        .text-center {
            text-align: center !important
        }

        .text-left {
            text-align: left !important
        }

        .form-container .two .features {
            display: flex;
            justify-content: center
        }

        .form-container .two ul {
            font-size: .95rem
        }

        .iti {
            display: block !important
        }

        .iti ul {
            font-size: .75rem
        }

        .iti ul li::after {
            display: none
        }

        .preloader-pop {
            position: absolute;
            display: table;
            background: rgba(255, 255, 255, .9);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999
        }

        .preloader-info {
            display: none
        }

        .preloader-pop__inner {
            text-align: center;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            position: relative
        }

        .preloader-pop__inner h4 {
            font-size: 26px;
            color: #37475A;
            margin-top: 15px;
            margin-bottom: 15px
        }

        .preloader-pop__inner p {
            margin: 10px 0
        }

        .lds-ripple {
            display: inline-block;
            position: relative;
            width: 80px;
            height: 80px
        }

        .lds-ripple div {
            position: absolute;
            border: 4px solid #37475A;
            opacity: 1;
            border-radius: 50%;
            animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
        }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s
        }

        @keyframes lds-ripple {
            0% {
                top: 36px;
                left: 36px;
                width: 0;
                height: 0;
                opacity: 1
            }

            100% {
                top: 0;
                left: 0;
                width: 72px;
                height: 72px;
                opacity: 0
            }
        }

        @media (max-width: 767px) {
            .wtb-form main {
                display: flex;
                justify-content: space-between;
                margin: 1rem auto 0 auto;
                max-width: 767px;
                flex-direction: column
            }

            .wtb-form .one {
                padding: 0;
                width: 90%;
                box-shadow: none
            }

            .wtb-form .two {
                padding: 0;
                width: 90%;
                margin: 0 auto
            }

            .wtb-form .one .img {
                display: none
            }

            .wtb-form button {
                margin-top: 1.5rem
            }

            .wtb-form .positions {
                max-width: 100%;
                margin: 0 auto
            }
        }

        .nadpis span {
            font-size: 11px;
            font-weight: 600;
        }

        .nadpis {
            opacity: 100%;
            color: rgba(51, 51, 51, 0.8);
            font-family: 'Open Sans', sans-serif;
            font-size: 10px;
            font-weight: 400;
            line-height: 15px;
            padding-top: 14px;
            background-color: #f7f7f7;
        }

        .nadpis p {
            max-width: 1080px;
            margin: 0 auto;
        }

        @keyframes editorbx-css-0 {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes editorbx-css-1 {
            0% {
                opacity: 1;
            }

            100% {
                opacity: 0;
                visibility:
                    hidden;
            }
        }

        @keyframes editorbx-css-2 {
            0% {
                transform: translate3d(-10px,
                        0px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px,
                        0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-3 {
            0% {
                transform:
                    translate3d(-20px, 0px, 0px);
                pointer-events: none;
            }

            100% {
                transform:
                    translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-4 {
            0% {
                transform: translate3d(-40px, 0px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-5 {
            0% {
                transform: translate3d(-400px, 0px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events:
                    auto;
            }
        }

        @keyframes editorbx-css-6 {
            0% {
                transform: translate3d(10px,
                        0px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px,
                        0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-7 {
            0% {
                transform:
                    translate3d(20px, 0px, 0px);
                pointer-events: none;
            }

            100% {
                transform:
                    translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-8 {
            0% {
                transform: translate3d(40px, 0px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-9 {
            0% {
                transform: translate3d(400px, 0px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events:
                    auto;
            }
        }

        @keyframes editorbx-css-10 {
            0% {
                transform: translate3d(0px,
                        10px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px,
                        0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-11 {
            0% {
                transform: translate3d(0px, 20px, 0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-12 {
            0% {
                transform: translate3d(0px, -10px, 0px);
                pointer-events:
                    none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-13 {
            0% {
                transform: translate3d(0px, -20px,
                        0px);
                pointer-events: none;
            }

            100% {
                transform: translate3d(0px, 0px, 0px);
                pointer-events: auto;
            }
        }

        @keyframes editorbx-css-14 {
            0% {
                transform:
                    translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(10px, 0px,
                        0px);
            }
        }

        @keyframes editorbx-css-15 {
            0% {
                transform: translate3d(0px,
                        0px, 0px);
            }

            100% {
                transform: translate3d(20px, 0px, 0px);
            }
        }

        @keyframes editorbx-css-16 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(40px, 0px, 0px);
            }
        }

        @keyframes editorbx-css-17 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(400px,
                        0px, 0px);
            }
        }

        @keyframes editorbx-css-18 {
            0% {
                transform: translate3d(0px,
                        0px, 0px);
            }

            100% {
                transform: translate3d(-10px, 0px, 0px);
            }
        }

        @keyframes editorbx-css-19 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(-20px, 0px, 0px);
            }
        }

        @keyframes editorbx-css-20 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(-40px,
                        0px, 0px);
            }
        }

        @keyframes editorbx-css-21 {
            0% {
                transform: translate3d(0px,
                        0px, 0px);
            }

            100% {
                transform: translate3d(-400px, 0px, 0px);
            }
        }

        @keyframes editorbx-css-22 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(0px, -10px, 0px);
            }
        }

        @keyframes editorbx-css-23 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(0px,
                        -20px, 0px);
            }
        }

        @keyframes editorbx-css-24 {
            0% {
                transform: translate3d(0px,
                        0px, 0px);
            }

            100% {
                transform: translate3d(0px, 10px, 0px);
            }
        }

        @keyframes editorbx-css-25 {
            0% {
                transform: translate3d(0px, 0px, 0px);
            }

            100% {
                transform: translate3d(0px, 20px, 0px);
            }
        }

        @keyframes editorbx-css-26 {
            0% {
                transform: scale3d(0.98, 0.98, 1);
            }

            100% {
                transform: scale3d(1,
                        1, 1);
            }
        }

        @keyframes editorbx-css-27 {
            0% {
                transform: scale3d(1, 1, 1);
            }

            100% {
                transform: scale3d(0.98, 0.98, 1);
            }
        }

        @keyframes editorbx-css-28 {
            0% {
                transform: scale3d(1.03, 1.03, 1);
            }

            100% {
                transform: scale3d(1,
                        1, 1);
            }
        }

        @keyframes editorbx-css-29 {
            0% {
                transform: scale3d(1, 1, 1);
            }

            100% {
                transform: scale3d(1.03, 1.03, 1);
            }
        }

        @keyframes editorbx-css-30 {
            0% {
                transform: rotateZ(0deg);
            }

            100% {
                transform: rotateZ(90deg);
            }
        }

        @keyframes editorbx-css-31 {
            0% {
                transform: rotateZ(0deg);
            }

            100% {
                transform: rotateZ(-90deg);
            }
        }

        @font-face {
            font-family: "Leelawadee UI
 Web"; src: url(" ") format(" woff2"), url(" ") format(" woff"); font-weight:
 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family:
                "Leelawadee UI Web";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Leelawadee UI Web";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Leelawadee UI Web";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Leelawadee UI Web";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 700;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Arabic)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 100;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Arabic)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe; UI Web (Arabic)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Arabic)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Arabic)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 700;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Cyrillic)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 100;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Cyrillic)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Cyrillic)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Cyrillic)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Cyrillic)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 700;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (East  European)"; src: url(" ") format(" woff2"), url(" ") format(" woff"); font-weight:
 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family:
                "Segoe UI Web (East European)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (East European)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 400;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (East European)";
            src:
                url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (East European)"; src: url(" ") format(" woff2"), url(" ") format(" woff"); font-weight:
 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family:
                "Segoe UI Web (Greek)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Greek)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Greek)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 400;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Greek)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Greek)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Hebrew)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
 font-weight: 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Hebrew)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Hebrew)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 400;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Hebrew)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Hebrew)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Vietnamese)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
 font-weight: 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Vietnamese)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Vietnamese)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 400;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Vietnamese)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Vietnamese)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
 font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (West European)";
            src: local("Segoe UI Light"),
                url("") format("woff2"), url("") format("woff");
            font-weight: 100;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (West European)"; src: local(" Segoe UI SemiLight"), url(" ") format(" woff2"),
 url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (West European)";
            src:
                local("Segoe UI"), url("") format("woff2"), url("") format("woff");
            font-weight:
                400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family:
                "Segoe UI Web (West European)";
            src: local("Segoe UI SemiBold"), url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (West European)"; src: local(" Segoe UI Bold"), url(" ") format(" woff2"), url(" ")
 format("woff");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            src: url("") format("woff2"), url("") format("woff");
            font-weight:
                100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 400;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Armenian)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
 font-weight: 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Armenian)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Armenian)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 400;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Armenian)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Armenian)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
 font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Georgian)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 100;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Georgian)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 300;
            font-style:
                normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Georgian)";
            src: url("") format("woff2"), url("") format("woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Georgian)"; src: url(" ") format(" woff2"), url(" ") format(" woff");
 font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Segoe UI Web (Georgian)";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 700;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Leelawadee UI Web";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 100;
            font-style: normal;
            font-display:
                swap;
        }

        @font-face {
            font-family: "Leelawadee UI Web";
            src: url("") format("woff2"),
                url("") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display:
                swap;
        }

        .editorbx-body-89 {
            color: rgb(50, 49, 48);
            background: rgb(255,
                    255, 255);
            font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, " Helvetica Neue", sans-serif;
 font-weight: 400;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
        }

        .editorbx-css-0 {
            overflow: hidden !important;
        }

        .editorbx-css-1 {
            animation-name:
                editorbx-css-0, editorbx-css-10;
            animation-duration: 0.367s;
            animation-timing-function:
                cubic-bezier(0.1, 0.9, 0.2, 1);
            animation-fill-mode: both;
        }

        .editorbx-css-2 {
            animation-name: editorbx-css-0, editorbx-css-12;
            animation-duration:
                0.367s;
            animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
            animation-fill-mode:
                both;
        }

        .editorbx-css-3 {
            animation-name: editorbx-css-0, editorbx-css-6;
            animation-duration: 0.367s;
            animation-timing-function: cubic-bezier(0.1,
                    0.9, 0.2, 1);
            animation-fill-mode: both;
        }

        .editorbx-css-4 {
            animation-name:
                editorbx-css-0, editorbx-css-2;
            animation-duration: 0.367s;
            animation-timing-function:
                cubic-bezier(0.1, 0.9, 0.2, 1);
            animation-fill-mode: both;
        }

        .editorbx-root-5 {
            display: inline-block;
        }

        .editorbx-placeholder-6 {
            width: 1em;
        }

        .editorbx-image-7 {
            overflow: hidden;
        }

        .editorbx-container-8 {
            position: relative;
            forced-color-adjust:
                none;
        }

        .editorbx-root-9 {
            font-family: "Segoe UI Web (West European)",
                "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
                sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight:
                400;
            position: absolute;
            display: flex;
            z-index: 1000000;
            box-sizing: border-box;
            border-radius: 2px;
            box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px,
                rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px;
            outline: transparent;
            max-width:
                450px;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-9 {
                border-width: 1px;
                border-style: solid;
                border-color:
                 windowtext;
            }
        }

        .editorbx-beak-10 {
            position: absolute;
            background-color:
                rgb(255, 255, 255);
            box-shadow: inherit;
            border: inherit;
            box-sizing: border-box;
            transform: rotate(45deg);
            height: 16px;
            width: 16px;
        }

        .editorbx-beakCurtain-11 {
            position: absolute;
            inset: 0px;
            background-color: rgb(255, 255, 255);
            border-radius: 2px;
        }

        .editorbx-calloutMain-12 {
            background-color: rgb(255,
                    255, 255);
            overflow: hidden auto;
            position: relative;
            width: 100%;
            border-radius:
                2px;
            min-width: 288px;
            forced-color-adjust: auto;
            padding-top: 14px;
            font-family:
                "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont,
                Roboto, "Helvetica Neue", sans-serif;
        }

        @font-face {
            font-family: FabricMDL2Icons-3;
            src: url("") format("woff");
        }

        .editorbx-css-14 {
            -webkit-font-smoothing:
                antialiased;
            font-style: normal;
            font-weight: normal;
            speak: none;
            font-family:
                FabricMDL2Icons-3;
        }

        .editorbx-root-15 {
            display: inline-block;
            -webkit-font-smoothing:
                antialiased;
            font-style: normal;
            font-weight: normal;
            speak: none;
            font-family:
                FabricMDL2Icons;
            color: rgb(90, 78, 188);
            font-size: 7px;
            line-height:
                18px;
            width: auto;
            height: auto;
        }

        @font-face {
            font-family: FabricMDL2Icons-0;
            src: url("") format("woff");
        }

        .editorbx-css-17 {
            -webkit-font-smoothing:
                antialiased;
            font-style: normal;
            font-weight: normal;
            speak: none;
            font-family:
                FabricMDL2Icons-0;
        }

        .editorbx-root-18 {
            display: inline-block;
            -webkit-font-smoothing:
                antialiased;
            font-style: normal;
            font-weight: 700;
            speak: none;
            font-family:
                FabricMDL2Icons;
            font-size: 10px;
            width: auto;
            height: auto;
            padding-right:
                5px;
        }

        .editorbx-root-19 {
            font-family: "Segoe UI", "Segoe UI Web (West  European)", " Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, " Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px;
 font-weight: 600;
            color: rgb(50, 49, 48);
            box-sizing: border-box;
            box-shadow:
                none;
            margin: 0px;
            display: block;
            padding: 5px 0px;
            overflow-wrap: break-word;
        }

        .editorbx-root-20 {
            font-family: "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, " Helvetica Neue", sans-serif;
 -webkit-font-smoothing: antialiased;
            font-size: 12px;
            font-weight: 400;
            color: rgb(59, 58, 57);
            box-sizing: border-box;
            box-shadow: none;
            margin:
                0px 0px 8px;
            display: block;
            padding: 0px 12px;
            overflow-wrap: break-word;
            forced-color-adjust: none;
            user-select: none;
        }

        @media screen and (forced-colors: active) {
            .editorbx-root-20 {
                color: windowtext;
            }
        }

        .editorbx-root-21 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI Web(West European)", " Segoe UI", -apple-system, BlinkMacSystemFont, Roboto,
 "Helvetica Neue", sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size:
                14px;
            font-weight: 400;
            box-sizing: border-box;
            border: none;
            display:
                inline-block;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            padding: 7px 6px 9px;
            border-radius: 2px;
            max-width: 400px;
            min-height:
                36px;
            height: auto;
            background-color: transparent;
            color: rgb(50, 49, 48);
            flex-grow: 1;
            user-select: none;
            width: 100% !important;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-21:focus::after {
            content: "";
            position: absolute;
            inset:
                2px;
            border: 1px solid transparent;
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .ms-Fabric--isFocusVisible .editorbx-root-21:focus::after {
                inset: -2px;
                outline-color: buttontext;
            }
        }

        .editorbx-root-21:active>span {
            position: relative;
            left: 0px;
            top: 0px;
        }

        .editorbx-root-21.ms-editor-focus {
            background-color: transparent;
            border: 1px solid rgb(96, 94, 92);
            padding:
                6px 5px 8px;
        }

        .editorbx-root-21:hover {
            background-color: rgb(243, 242,
                    241);
            color: rgb(32, 31, 30);
            border: none;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-21:hover {
                border-color: highlight;
                color: highlight;
            }
        }

        .editorbx-root-21:hover .ms-Button-description {
            color: rgb(32, 31, 30);
        }

        .editorbx-root-21:focus {
            background-color: transparent;
            border: 1px solid rgb(96, 94, 92);
            padding:
                6px 5px 8px;
        }

        .editorbx-root-21:active {
            background-color: rgb(237, 235,
                    233);
            color: rgb(32, 31, 30);
        }

        .editorbx-root-21:active .ms-Button-description {
            color: inherit;
        }

        .editorbx-flexContainer-22 {
            display: flex;
            height:
                100%;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: flex-start;
            min-width: 100%;
        }

        .editorbx-textContainer-23 {
            flex-grow: 1;
            display:
                block;
            text-align: left;
        }

        .editorbx-icon-24 {
            font-size: 2em;
            margin:
                0px 8px 0px 0px;
            height: 1em;
            line-height: 1em;
            text-align: center;
            flex-shrink:
                0;
            flex-basis: 1em;
        }

        .editorbx-label-25 {
            margin: 0px 0px 5px;
            line-height:
                100%;
            display: block;
            font-weight: 600;
        }

        .editorbx-menuIcon-26 {
            font-size:
                12px;
            margin: 0px 4px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            flex-shrink: 0;
        }

        .editorbx-description-27 {
            display: block;
            font-family:
                "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 12px;
            font-weight: 400;
            line-height: 100%;
            color:
                rgb(59, 58, 57);
        }

        .editorbx-screenReaderText-28 {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0px;
            border: 0px;
            overflow:
                hidden;
            white-space: nowrap;
        }

        .editorbx-root-29 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, " Helvetica Neue", sans-serif;
 -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            border: none rgb(243, 242, 241);
            display: inline-block;
            text-decoration: none;
            text-align: center;
            cursor: default;
            padding: 7px 6px 9px;
            border-radius: 2px;
            max-width: 400px;
            min-height: 36px;
            height:
                auto;
            background-color: transparent;
            color: rgb(161, 159, 157);
            flex-grow:
                1;
            user-select: none;
            width: 100% !important;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-29:focus::after {
            content: "";
            position: absolute;
            inset:
                2px;
            border: 1px solid transparent;
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .ms-Fabric--isFocusVisible .editorbx-root-29:focus::after {
                inset: -2px;
                outline-color: buttontext;
            }
        }

        .editorbx-root-29:active>span {
            position: relative;
            left: 0px;
            top: 0px;
        }

        .editorbx-root-29.ms-editor-focus {
            background-color: transparent;
            border: 1px solid rgb(96, 94, 92);
            padding:
                6px 5px 8px;
        }

        .editorbx-root-29:hover {
            outline: 0px;
        }

        .editorbx-root-29:focus {
            outline: 0px;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-29 {
                color: graytext;
                border-color:
                    graytext;
                background-color: window;
            }
        }

        .editorbx-icon-30 {
            font-size:
                2em;
            margin: 0px 8px 0px 0px;
            height: 1em;
            line-height: 1em;
            text-align:
                center;
            flex-shrink: 0;
            flex-basis: 1em;
            color: rgb(161, 159, 157);
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-icon-30 {
                color: graytext;
            }
        }

        .editorbx-menuIcon-31 {
            font-size:
                12px;
            margin: 0px 4px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            flex-shrink: 0;
            color: rgb(161, 159, 157);
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-menuIcon-31 {
                color:
                    graytext;
            }
        }

        .editorbx-description-32 {
            display: block;
            font-family: "Segoe UI", " Segoe UI Web (West European)", " Segoe UI", -apple-system, BlinkMacSystemFont,
 Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 12px;
            font-weight: 400;
            line-height: 100%;
            color: inherit;
        }

        .editorbx-root-33 {
            outline: transparent;
            position: relative;
            font-family:
                "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont,
                Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            border: 1px solid rgb(96, 94, 92);
            display: inline-block;
            text-decoration: none;
            text-align:
                center;
            cursor: default;
            padding: 7px 6px 9px;
            border-radius: 2px;
            max-width:
                400px;
            min-height: 36px;
            height: auto;
            background-color: transparent;
            color:
                rgb(161, 159, 157);
            flex-grow: 1;
            user-select: none;
            width: 100% !important;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-33:focus::after {
            content:
                "";
            position: absolute;
            inset: 2px;
            border: 1px solid transparent;
            outline:
                rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .ms-Fabric--isFocusVisible .editorbx-root-33:focus::after {
                inset: -2px;
                outline-color: buttontext;
            }
        }

        .editorbx-root-33:active>span {
            position: relative;
            left: 0px;
            top:
                0px;
        }

        .editorbx-root-33.ms-editor-focus {
            background-color: transparent;
            border: 1px solid rgb(96, 94, 92);
            padding: 6px 5px 8px;
        }

        .editorbx-root-33:hover {
            outline: 0px;
        }

        .editorbx-root-33:focus {
            outline: 0px;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-33 {
                color: graytext;
                border-color: graytext;
                background-color: window;
            }
        }

        .editorbx-textContainer-34 {
            flex-grow: 1;
            display: block;
            text-align:
                right;
        }

        .editorbx-root-35 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            border: none;
            display: inline-block;
            text-decoration: none;
            text-align:
                left;
            cursor: pointer;
            padding: 0px;
            border-radius: 2px;
            min-width: auto;
            height: 24px;
            background-color: rgb(255, 255, 255);
            color: rgb(59, 58,
                    57);
            pointer-events: all;
            margin: 0px 8px 0px 0px;
            max-height: 24px;
            min-height:
                24px;
            flex-grow: 0;
            white-space: nowrap;
            overflow: visible;
            user-select:
                none;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-35:focus::after {
            content:
                "";
            position: absolute;
            inset: 2px;
            border: 1px solid transparent;
            outline:
                rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .ms-Fabric--isFocusVisible .editorbx-root-35:focus::after {
                inset: -2px;
                outline-color: buttontext;
            }
        }

        .editorbx-root-35:active>span {
            position: relative;
            left: 0px;
            top:
                0px;
        }

        .editorbx-root-35.ms-editor-focus {
            background-color: transparent;
            outline: rgb(96, 94, 92) solid 1px;
        }

        .editorbx-root-35:hover {
            background-color:
                rgb(243, 242, 241);
            color: rgb(32, 31, 30);
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-35:hover {
                border-color: highlight;
                color: highlight;
            }
        }

        .editorbx-root-35:focus {
            outline: rgb(96, 94, 92) solid 1px;
        }

        .editorbx-root-35:active {
            background-color:
                rgb(219, 219, 219);
            color: rgb(32, 31, 30);
        }

        .editorbx-flexContainer-36 {
            display: flex;
            height: 100%;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            pointer-events: all;
        }

        .editorbx-textContainer-37 {
            flex-grow: 1;
            display: block;
        }

        .editorbx-icon-38 {
            font-size: 16px;
            margin: 0px 4px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            flex-shrink:
                0;
        }

        .editorbx-label-39 {
            margin: 0px 4px;
            line-height: 100%;
            display:
                block;
            font-weight: 400;
        }

        .editorbx-description-40 {
            display: block;
        }

        .editorbx-root-41 {
            outline: transparent;
            position: relative;
            font-family:
                "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            border: none;
            display: inline-block;
            text-decoration: none;
            text-align:
                center;
            cursor: pointer;
            padding: 3px 0px 0px;
            border-radius: 2px;
            min-width:
                auto;
            height: 24px;
            background-color: rgb(255, 255, 255);
            color: rgb(50,
                    49, 48);
            margin: 0px 8px 0px 0px;
            max-height: 24px;
            min-height: 24px;
            flex-grow:
                0;
            white-space: nowrap;
            user-select: none;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-41:focus::after {
            content: "";
            position: absolute;
            inset:
                2px;
            border: 1px solid transparent;
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .ms-Fabric--isFocusVisible .editorbx-root-41:focus::after {
                inset: -2px;
                outline-color: buttontext;
            }
        }

        .editorbx-root-41:active>span {
            position: relative;
            left: 0px;
            top: 0px;
        }

        .editorbx-root-41.ms-editor-focus {
            background-color: transparent;
            outline: rgb(96, 94, 92) solid 1px;
        }

        .editorbx-root-41:hover {
            background-color: rgb(243, 242, 241);
            color:
                rgb(32, 31, 30);
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-41:hover {
                border-color: highlight;
                color: highlight;
            }
        }

        .editorbx-root-41:focus {
            outline: rgb(96, 94, 92) solid 1px;
        }

        .editorbx-root-41:active {
            background-color: rgb(219, 219,
                    219);
            color: rgb(32, 31, 30);
        }

        .editorbx-flexContainer-42 {
            display: flex;
            height: 100%;
            flex-wrap: nowrap;
            justify-content: center;
            align-items:
                center;
        }

        .editorbx-label-43 {
            margin: 0px 4px;
            line-height: 100%;
            display:
                block;
            font-weight: 600;
        }

        @font-face {
            font-family: FabricMDL2Icons;
            src:
                url("") format("woff");
        }

        .editorbx-css-45 {
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-weight: normal;
            speak: none;
            font-family: FabricMDL2Icons;
        }

        .editorbx-root-46 {
            outline: transparent;
            position: relative;
            font-family:
                "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            border: none;
            display: inline-block;
            text-decoration: none;
            text-align:
                center;
            cursor: pointer;
            padding: 0px;
            border-radius: 2px;
            min-width: 25px;
            height: 24px;
            background-color: rgb(255, 255, 255);
            color: rgb(50, 49,
                    48);
            width: 25px;
            margin: 0px;
            max-height: 24px;
            min-height: 24px;
            flex-grow:
                0;
            user-select: none;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-46:focus::after {
            content: "";
            position: absolute;
            inset: 2px;
            border: 1px solid transparent;
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .ms-Fabric--isFocusVisible .editorbx-root-46:focus::after {
                inset: -2px;
                outline-color: buttontext;
            }
        }

        .editorbx-root-46:active>span {
            position: relative;
            left: 0px;
            top:
                0px;
        }

        .editorbx-root-46.ms-editor-focus {
            background-color: transparent;
            outline: rgb(96, 94, 92) solid 1px;
        }

        .editorbx-root-46:hover {
            background-color:
                rgb(243, 242, 241);
            color: rgb(32, 31, 30);
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-46:hover {
                border-color: highlight;
                color: highlight;
            }
        }

        .editorbx-root-46:focus {
            outline: rgb(96, 94, 92) solid 1px;
        }

        .editorbx-root-46:active {
            background-color:
                rgb(219, 219, 219);
            color: rgb(32, 31, 30);
        }

        .editorbx-root-47 {
            font-family:
                "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            background-color: rgb(255,
                    255, 255);
            min-width: 180px;
        }

        .editorbx-container-48:focus {
            outline:
                0px;
        }

        .editorbx-list-49 {
            list-style-type: none;
            margin: 0px;
            padding:
                0px;
        }

        .editorbx-header-50 {
            font-family: "Segoe UI", "Segoe UI Web (West European)", " Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, " Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; font-size: 12px;
 font-weight: 600;
            color: rgb(0, 120, 212);
            background: none transparent;
            border: none;
            height: 36px;
            line-height: 36px;
            cursor: default;
            padding:
                0px 6px;
            text-align: left;
            user-select: none;
        }

        .editorbx-title-51 {
            font-size:
                16px;
            padding: 5px 14px;
            background-color: rgb(237, 235, 233);
        }

        .editorbx-item-52 {
            font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
                -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight: 400;
            color: rgb(50, 49, 48);
            position: relative;
            box-sizing: border-box;
        }

        .editorbx-divider-53 {
            display: block;
            height: 1px;
            background-color: rgb(237, 235, 233);
            position:
                relative;
        }

        .editorbx-root-54 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            color: rgb(161, 159, 157);
            background-color: transparent;
            border: none;
            width: 100%;
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: default;
            padding: 0px 8px 0px 4px;
            text-align: left;
            pointer-events: none;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-54:focus::after {
            content: "";
            position: absolute;
            inset:
                1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-54 {
                color: graytext;
                opacity:
                    1;
            }
        }

        .editorbx-splitPrimary-55 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            color: rgb(161, 159, 157);
            background-color: transparent;
            border: none;
            width: calc(100% - 28px);
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: default;
            padding:
                0px 8px 0px 4px;
            text-align: left;
            pointer-events: none;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitPrimary-55:focus::after {
            content: "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94,
                    92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-splitPrimary-55 {
                color:
                    graytext;
                opacity: 1;
            }
        }

        .editorbx-splitMenu-56 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)",
                "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
                sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight:
                400;
            color: rgb(161, 159, 157);
            background-color: transparent;
            border:
                none;
            width: 100%;
            height: 36px;
            line-height: 36px;
            display: block;
            cursor:
                default;
            padding: 0px 8px;
            text-align: left;
            flex-basis: 0px;
            min-width:
                28px;
            pointer-events: none;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitMenu-56:focus::after {
            content: "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255,
                    255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-splitMenu-56 {
                color: graytext;
                opacity: 1;
            }
        }

        .editorbx-anchorLink-57 {
            padding: 0px 8px 0px 4px;
            text-rendering: auto;
            color: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow:
                none;
            text-decoration: none;
            box-sizing: border-box;
        }

        .editorbx-linkContent-58 {
            white-space: nowrap;
            height: inherit;
            display: flex;
            align-items: center;
            max-width: 100%;
        }

        .editorbx-linkContentMenu-59 {
            white-space: nowrap;
            height: inherit;
            display: flex;
            align-items: center;
            max-width: 100%;
            justify-content:
                center;
        }

        .editorbx-icon-60 {
            display: inline-block;
            min-height: 1px;
            max-height:
                36px;
            font-size: 16px;
            width: 16px;
            margin: 0px 4px;
            vertical-align: middle;
            flex-shrink: 0;
            color: rgb(161, 159, 157);
        }

        @media only screen and (min-width: 0px) and (max-width: 639px) {
            .editorbx-icon-60 {
                font-size: 20px;
                width:
                    20px;
            }
        }

        .editorbx-iconColor-61 {
            color: rgb(0, 120, 212);
        }

        .editorbx-checkmarkIcon-62 {
            display: inline-block;
            min-height: 1px;
            max-height: 36px;
            font-size:
                16px;
            width: 16px;
            margin: 0px 4px;
            vertical-align: middle;
            flex-shrink:
                0;
        }

        @media only screen and (min-width: 0px) and (max-width: 639px) {
            .editorbx-checkmarkIcon-62 {
                font-size: 20px;
                width: 20px;
            }
        }

        .editorbx-subMenuIcon-63 {
            height:
                36px;
            line-height: 36px;
            color: rgb(161, 159, 157);
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            flex-shrink: 0;
            font-size:
                12px;
        }

        .editorbx-subMenuIcon-63:hover {
            color: rgb(50, 49, 48);
        }

        .editorbx-subMenuIcon-63:active {
            color: rgb(50, 49, 48);
        }

        @media only screen and (min-width: 0px) and (max-width: 639px) {
            .editorbx-subMenuIcon-63 {
                font-size: 16px;
            }
        }

        .editorbx-label-64 {
            margin: 0px 4px;
            vertical-align: middle;
            display: inline-block;
            flex-grow:
                1;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .editorbx-secondaryText-65 {
            color: rgb(96, 94, 92);
            padding-left: 20px;
            text-align: right;
        }

        .editorbx-splitContainer-66 {
            outline: transparent;
            position: relative;
            display: flex;
            height: 36px;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: flex-start;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitContainer-66:focus::after {
            content:
                "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        .editorbx-screenReaderText-67 {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0px;
            border: 0px;
            overflow: hidden;
            white-space: nowrap;
            visibility: hidden;
        }

        .editorbx-root-68 {
            outline: transparent;
            position: relative;
            font-family:
                "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            color: rgb(161, 159, 157);
            background-color: transparent;
            border: none;
            width: 100%;
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: default;
            padding: 0px 8px 0px 4px;
            text-align: left;
            pointer-events: none;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-68:focus::after {
            content: "";
            position: absolute;
            inset:
                1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-68 {
                color: graytext;
                opacity:
                    1;
            }
        }

        .editorbx-root-68:hover {
            background-color: rgb(243, 242, 241);
        }

        .editorbx-root-68:active {
            background-color: rgb(225, 223, 221);
        }

        .editorbx-root-69 {
            font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
                -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight: 400;
            position: absolute;
            display: flex;
            z-index: 1000000;
            box-sizing: border-box;
            border-radius: 2px;
            box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px,
                rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px;
            outline: transparent;
        }

        @media screen and (-ms-high-contrast: active),
        screen and (forced-colors: active) {
            .editorbx-root-69 {
                border-width: 1px;
                border-style: solid;
                border-color:
                    windowtext;
            }
        }

        .editorbx-calloutMain-70 {
            background-color: rgb(255, 255,
                    255);
            overflow: hidden;
            position: relative;
            width: 100%;
            border-radius:
                2px;
            forced-color-adjust: auto;
        }

        .editorbx-css-71:focus {
            outline: none;
        }

        .editorbx-root-72 {
            outline: transparent;
            position: relative;
            font-family:
                "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system,
                BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
            -webkit-font-smoothing:
                antialiased;
            font-size: 14px;
            font-weight: 400;
            color: rgb(50, 49, 48);
            background-color: transparent;
            border: none;
            width: 100%;
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: pointer;
            padding: 0px 8px 0px 4px;
            text-align: left;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-72:focus::after {
            content: "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255,
                    255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        .editorbx-root-72:hover {
            background-color: rgb(243, 242, 241);
            color: rgb(32, 31, 30);
        }

        .editorbx-root-72:hover .ms-ContextualMenu-icon {
            color: rgb(16, 110, 190);
        }

        .editorbx-root-72:hover .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .editorbx-root-72:active {
            background-color: rgb(237, 235, 233);
        }

        .editorbx-root-72:active .ms-ContextualMenu-icon {
            color: rgb(0, 90, 158);
        }

        .editorbx-root-72:active .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .ms-Fabric--isFocusVisible .editorbx-root-72:focus {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-root-72:focus:hover {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-root-72:hover {
            background: inherit;
        }

        .editorbx-splitPrimary-73 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)",
                "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
                sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight:
                400;
            color: rgb(50, 49, 48);
            background-color: transparent;
            border: none;
            width: calc(100% - 28px);
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: pointer;
            padding: 0px 8px 0px 4px;
            text-align: left;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitPrimary-73:focus::after {
            content: "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94,
                    92) solid 1px;
            z-index: 1;
        }

        .editorbx-splitPrimary-73:hover {
            background-color:
                rgb(243, 242, 241);
            color: rgb(32, 31, 30);
        }

        .editorbx-splitPrimary-73:hover .ms-ContextualMenu-icon {
            color: rgb(16, 110, 190);
        }

        .editorbx-splitPrimary-73:hover .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .editorbx-splitPrimary-73:hover~.ms-ContextualMenu-splitMenu {
            background-color: rgb(243, 242, 241);
            color: rgb(32, 31, 30);
        }

        .editorbx-splitPrimary-73:hover~.ms-ContextualMenu-splitMenu .ms-ContextualMenu-icon {
            color: rgb(16, 110, 190);
        }

        .editorbx-splitPrimary-73:hover~.ms-ContextualMenu-splitMenu .ms-ContextualMenu-submenuIcon {
            color:
                rgb(50, 49, 48);
        }

        .editorbx-splitPrimary-73:active {
            background-color:
                rgb(237, 235, 233);
        }

        .editorbx-splitPrimary-73:active .ms-ContextualMenu-icon {
            color: rgb(0, 90, 158);
        }

        .editorbx-splitPrimary-73:active .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitPrimary-73:focus {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitPrimary-73:focus:hover {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitPrimary-73:hover {
            background: inherit;
        }

        .editorbx-splitMenu-74 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)",
                "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
                sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight:
                400;
            color: rgb(50, 49, 48);
            background-color: transparent;
            border: none;
            width: 100%;
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: pointer;
            padding: 0px 8px;
            text-align: left;
            flex-basis: 0px;
            min-width: 28px;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitMenu-74:focus::after {
            content:
                "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        .editorbx-splitMenu-74:hover {
            background-color: rgb(243, 242, 241);
            color: rgb(32, 31, 30);
        }

        .editorbx-splitMenu-74:hover .ms-ContextualMenu-icon {
            color: rgb(16, 110, 190);
        }

        .editorbx-splitMenu-74:hover .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .editorbx-splitMenu-74:active {
            background-color: rgb(237, 235, 233);
        }

        .editorbx-splitMenu-74:active .ms-ContextualMenu-icon {
            color: rgb(0, 90, 158);
        }

        .editorbx-splitMenu-74:active .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitMenu-74:focus {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitMenu-74:focus:hover {
            background-color:
                rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitMenu-74:hover {
            background: inherit;
        }

        .editorbx-icon-75 {
            display: inline-block;
            min-height:
                1px;
            max-height: 36px;
            font-size: 16px;
            width: 16px;
            margin: 0px 4px;
            vertical-align:
                middle;
            flex-shrink: 0;
        }

        @media only screen and (min-width: 0px) and (max-width: 639px) {
            .editorbx-icon-75 {
                font-size: 20px;
                width: 20px;
            }
        }

        .editorbx-subMenuIcon-76 {
            height: 36px;
            line-height: 36px;
            color: rgb(96, 94, 92);
            text-align:
                center;
            display: inline-block;
            vertical-align: middle;
            flex-shrink: 0;
            font-size: 12px;
        }

        .editorbx-subMenuIcon-76:hover {
            color: rgb(50, 49,
                    48);
        }

        .editorbx-subMenuIcon-76:active {
            color: rgb(50, 49, 48);
        }

        @media only screen and (min-width: 0px) and (max-width: 639px) {
            .editorbx-subMenuIcon-76 {
                font-size: 16px;
            }
        }

        .editorbx-splitContainer-77 {
            outline: transparent;
            position: relative;
            display: flex;
            height: 36px;
            flex-wrap: nowrap;
            justify-content:
                center;
            align-items: flex-start;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitContainer-77:focus::after {
            content: "";
            position: absolute;
            inset: 1px;
            border: 1px solid rgb(255,
                    255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        .ms-Fabric--isFocusVisible .editorbx-splitContainer-77:focus {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-splitContainer-77:focus:hover {
            background-color: rgb(255, 255, 255);
        }

        .editorbx-root-78 {
            outline: transparent;
            position: relative;
            font-family: "Segoe UI", "Segoe UI Web (West European)",
                "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
                sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            font-weight:
                400;
            color: rgb(50, 49, 48);
            background-color: transparent;
            border: none;
            width: 100%;
            height: 36px;
            line-height: 36px;
            display: block;
            cursor: pointer;
            padding: 0px 8px 0px 4px;
            text-align: left;
        }

        .ms-Fabric--isFocusVisible .editorbx-root-78:focus::after {
            content: "";
            position: absolute;
            inset:
                1px;
            border: 1px solid rgb(255, 255, 255);
            outline: rgb(96, 94, 92) solid 1px;
            z-index: 1;
        }

        .editorbx-root-78:hover {
            background-color: rgb(243,
                    242, 241);
            color: rgb(32, 31, 30);
        }

        .editorbx-root-78:hover .ms-ContextualMenu-icon {
            color: rgb(16, 110, 190);
        }

        .editorbx-root-78:hover .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .editorbx-root-78:active {
            background-color:
                rgb(225, 223, 221);
        }

        .editorbx-root-78:active .ms-ContextualMenu-icon {
            color: rgb(0, 90, 158);
        }

        .editorbx-root-78:active .ms-ContextualMenu-submenuIcon {
            color: rgb(50, 49, 48);
        }

        .ms-Fabric--isFocusVisible .editorbx-root-78:focus {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-root-78:focus:hover {
            background-color: rgb(255, 255, 255);
        }

        .ms-Fabric--isFocusVisible .editorbx-root-78:hover {
            background: inherit;
        }

        #bu-quicksearchdiv * {
            box-sizing: content-box;
        }

        #bu-quicksearchdiv svg {
            box-sizing: content-box;
        }

        #bu-disabledpopup * {
            box-sizing: content-box;
        }

        #bu-search:before {
            left: -4px !important;
            top: 38% !important;
            height:
                6px !important;
            width: 6px !important;
            border: 1px solid #484644 !important;
            border-right: none !important;
            border-top: none !important;
            content: ' ' !important; background: #484644 !important; position: absolute !important;
 transform: rotate(45deg) !important;
        }

        #bu-disabledpopup:before {
            left:
                -4px !important;
            top: 38% !important;
            height: 6px !important;
            width: 6px !important;
            border: 1px solid #484644 !important;
            border-right: none !important;
            border-top: none !important;
            content: ' ' !important;
            background: #484644 !important;
            position: absolute !important;
            transform: rotate(45deg) !important;
        }

        .topArrow #bu-search:before {
            left: 50% !important;
            top: -4px !important;
            height: 6px !important;
            width: 6px !important;
            border: 1px solid #484644 !important;
            border-top: none !important;
            border-left: none !important;
            content: ' ' !important;
            background: #484644 !important;
            position: absolute !important;
            transform: rotate(225deg) !important;
        }

        .topArrow #bu-disabledpopup:before {
            left: 50% !important;
            top: -4px !important;
            height: 6px !important;
            width:
                6px !important;
            border: 1px solid #484644 !important;
            border-top: none !important;
            border-left: none !important;
            content: ' ' !important;
            background:
                #484644 !important;
            position: absolute !important;
            transform: rotate(225deg) !important;
        }

        #bu-disabledpopup:hover:before,
        #bu-search:hover:before,
        #bu-moreoptions:hover,
        #bu-search:hover,
        #bu-copy:hover,
        #bu-disabledpopup:hover,
        #bu-lookup:hover,
        #bu-disableFeature:hover {
            background-color: #666 !important;
        }

        #bu-disabledpopup:active:before,
        #bu-search:active:before,
        #bu-moreoptions:active,
        #bu-search:active,
        #bu-copy:active,
        #bu-disabledpopup:active,
        #bu-lookup:active,
        #bu-disableFeature:active {
            background-color: #666 !important;
        }

        .fb--container label {
            cursor: pointer;
            color: #666;
            font-weight: 700;
            vertical-align: middle
        }

        .fb--container label input {
            font-weight: 400
        }

        .fb--container textarea {
            max-width: 100%
        }

        .fb--container button,
        .fb--container input,
        .fb--container label,
        .fb--container td,
        .fb--container textarea {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 12px
        }

        .fb--container a {
            color: #365899;
            cursor: pointer;
            text-decoration: none
        }

        .fb--container button {
            margin: 0
        }

        .fb--container a:hover {
            text-decoration: underline
        }

        .fb--container img {
            border: 0
        }

        .fb--container abbr {
            border-bottom: none;
            text-decoration: none
        }

        .fb--container .clearfix::after {
            clear: both;
            content: ".";
            display: block;
            font-size: 0;
            height: 0;
            line-height: 0;
            visibility: hidden
        }

        .fb--container .clearfix {
            zoom: 1
        }

        .fb--container ::-webkit-input-placeholder {
            color: #90949c
        }

        .fb--container :focus::-webkit-input-placeholder {
            color: #bec2c9
        }

        .fb--container ._42ft {
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            white-space: nowrap
        }

        .fb--container ._42ft:hover {
            text-decoration: none
        }

        .fb--container ._42fr {
            cursor: default
        }

        .fb--container .lfloat {
            float: left
        }

        .fb--container .rfloat {
            float: right
        }

        .fb--container .fss {
            font-size: 9px
        }

        .fb--container .fsm {
            font-size: 12px
        }

        .fb--container .fwn {
            font-weight: 400
        }

        .fb--container .fcg {
            color: #90949c
        }

        .fb--container a._p {
            display: block
        }

        .fb--container ._4jy0 {
            border: 1px solid;
            border-radius: 2px;
            box-sizing: content-box;
            font-size: 12px;
            -webkit-font-smoothing: antialiased;
            font-weight: 700;
            padding: 0 8px;
            position: relative;
            text-align: center;
            text-shadow: none;
            vertical-align: middle
        }

        .fb--container ._4jy0::before {
            content: "";
            display: inline-block;
            height: 20px;
            vertical-align: middle
        }

        .fb--container ._4jy0 .img {
            position: relative;
            vertical-align: middle
        }

        .fb--container ._5bb17h {
            background-color: #f6f7f9;
            border-color: #ced0d4;
            color: #4b4f56
        }

        .fb--container ._5bb17h:hover {
            background-color: #e9ebee
        }

        .fb--container ._5bb17h:active {
            background-color: #dddfe2;
            border-color: #bec2c9
        }

        .fb--container ._4jy1 {
            color: #fff
        }

        .fb--container ._4jy1 {
            background-color: #4267b2;
            border-color: #4267b2
        }

        .fb--container ._4jy1:hover {
            background-color: #365899;
            border-color: #365899
        }

        .fb--container ._4jy1:active {
            background-color: #29487d;
            border-color: #29487d
        }

        .fb--container ._4jy1._42fr {
            background-color: #9cb4d8;
            border-color: #9cb4d8
        }

        .fb--container ._4jy3,
        .fb--container ._4jy3._42fr:active {
            line-height: 22px
        }

        .fb--container ._5bb0f3 {
            font-size: 12px;
            line-height: 16px
        }

        .fb--container ._5bb0f7 {
            font-weight: 700
        }

        .fb--container ._5bbkx5 {
            font-weight: 400
        }

        .fb--container ._5bb0f8 {
            color: #90949c
        }

        .fb--container ._42ef {
            overflow: hidden
        }

        .fb--container ._5bb1mz {
            border: 0;
            border-collapse: collapse;
            border-spacing: 0
        }

        .fb--container ._5bb1mx:first-child>._5bb1m- {
            padding-top: 0
        }

        .fb--container ._5bb1mx:last-child>._5bb1m- {
            padding-bottom: 0
        }

        .fb--container ._5bb1mz ._5bb1mw {
            padding-right: 0
        }

        .fb--container ._5bb1mz ._5bb1m-:first-child {
            padding-left: 0
        }

        .fb--container ._8o,
        .fb--container ._8o .img {
            display: block
        }

        .fb--container ._8r {
            margin-right: 5px
        }

        .fb--container ._8s {
            margin-right: 8px
        }

        .fb--container ._6a {
            display: inline-block
        }

        .fb--container ._6b {
            vertical-align: middle
        }

        .fb--container ._ohe {
            float: left
        }

        .fb--container ._ohf {
            float: right
        }

        .fb--container ._4qbbba {
            font-style: normal
        }

        .fb--container ._3bb-8m {
            margin-bottom: 4px;
            margin-top: 4px
        }

        .fb--container ._3bb-8y {
            margin-top: 12px
        }

        .fb--container ._3bb-8_ {
            margin-right: 4px
        }

        .fb--container ._3bb-96 {
            margin-bottom: 12px
        }

        .fb--container ._3bb-99 {
            margin-left: 4px
        }

        .fb--container ._2ph- {
            padding: 8px;
            height: 42px;
        }

        .fb--container ._2pi3 {
            padding-bottom: 8px;
            padding-top: 8px
        }

        .fb--container ._2pi8 {
            padding-left: 8px;
            padding-right: 8px
        }

        .fb--container ._2pis {
            padding-left: 8px
        }

        .fb--container .sp_Zf93eLkohoS {
            display: inline-block;
            height: 12px;
            width: 12px
        }

        .fb--container .sp_Zf93eLkohoS.sx_97c3ab {
            width: 14px;
            height: 14px;
            background-position: -19px -182px
        }

        .fb--container ._2agf {
            word-wrap: normal
        }

        .fb--container ._5bb5pe {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: top;
            white-space: nowrap
        }

        .fb--container a.uiLinkSubtle {
            color: #90949c
        }

        .fb--container .uiInputLabel {
            position: relative
        }

        .fb--container .uiInputLabelInput {
            margin: 0;
            padding: 0;
            position: absolute
        }

        .fb--container .uiInputLabel .uiInputLabelLabel {
            display: inline-block;
            margin-left: 17px;
            vertical-align: baseline
        }

        .fb--container .UFIInputContainer {
            position: relative
        }

        .fb--container .UFICommentAttachmentButtons {
            bottom: 0;
            height: 24px;
            position: absolute;
            right: 0
        }

        .fb--container .UFICommentActorName {
            font-weight: 700
        }

        .fb--container ._5bbv47 {
            display: inline;
            white-space: nowrap
        }

        .fb--container ._5bbuzb {
            padding-right: 3px
        }

        .fb--container .sp_-J_-HgF_hOz {
            background-size: auto;
            background-repeat: no-repeat;
            display: inline-block;
            height: 16px;
            width: 16px
        }

        .fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
            background: url(../index_files/like.png);
            width: 16px;
            height: 15px;
        }

        .fb--container .sp_LOJ2j-KswDP {
            display: inline-block;
            height: 16px;
            width: 16px
        }

        .fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
            width: 12px;
            height: 12px;
            background-position: -365px -220px
        }

        .fb--container .sp_LOJ2j-KswDP.sx_3bb2ff1f {
            width: 9px;
            height: 6px;
            background-position: 0px 0px;
            background-size: 100% 100%;
            background: url(index_files/selectbg.png);
        }

        .fb--container ._5bb6q9 {
            font-size: 14px;
            line-height: 1.358;
            word-break: break-word;
            word-wrap: break-word
        }

        .fb--container ._44ri {
            border-left: 1px dotted #d3d6db
        }

        .fb--container ._2vq9 {
            font-size: 12px;
            line-height: 1.358;
            padding-top: 2px
        }

        .fb--container ._2vq9 a {
            color: #4267b2
        }

        .fb--container ._2vq9 .livetimestamp,
        .fb--container ._2vq9 .uiLinkSubtle {
            color: #90949c
        }

        .fb--container ._4iy4 {
            bottom: -2px;
            position: relative
        }

        .fb--container ._4qbb1v {
            color: #90949c;
            display: inline
        }

        .fb--container ._4qbb1v a {
            color: #90949c
        }

        .fb--container ._5bbmdd {
            word-wrap: break-word
        }

        .fb--container ._5bbmdd ._5bbv47 {
            font-size: 14px
        }

        .fb--container ._5bbmdd a {
            color: #4267b2
        }

        .fb--container ._2392 {
            margin-bottom: 24px
        }

        .fb--container ._4uyl ._1cb {
            border: 1px solid #d3d6db;
            word-wrap: break-word
        }

        .fb--container ._1zz8 ._1u9t {
            min-height: 40px
        }

        .fb--container ._1u9t {
            box-sizing: border-box;
            vertical-align: top;
            width: 100%
        }

        .fb--container ._4uyl ._1u9t {
            font-size: 14px;
            padding: 12px 8px
        }

        .fb--container ._5bbtr6 {
            background: #f6f7f9;
            text-align: right
        }

        .fb--container ._5bbtr6 ._42fr:active,
        .fb--container ._5bbtr6 button {
            font-size: 14px;
            white-space: normal
        }

        .fb--container ._4uym {
            border-width: 0 1px 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-right-color: #d3d6db;
            border-bottom-color: #d3d6db;
            border-left-color: #d3d6db;
            border-image: initial;
            border-top-style: initial;
            border-top-color: initial
        }

        .fb--container ._2ern {
            font-size: 12px
        }

        .fb--container ._1u0n {
            line-height: 24px
        }

        .fb--container ._5bblm5 {
            border-top: 1px solid #e9ebee;
            font-size: 11px
        }

        .fb--container ._491z {
            border-bottom: 1px solid #e9ebee;
            line-height: 25px;
            margin-bottom: 24px;
            padding: 8px 0
        }

        .fb--container ._pup {
            color: #4b4f56
        }

        .fb--container ._5bbo4h ._1gl3 {
            background: #4080ff;
            border: none;
            box-sizing: border-box;
            color: #fff;
            font-size: 14px;
            margin-top: 24px;
            padding: 12px;
            text-shadow: none;
            width: 100%
        }

        .fb--container ._1ci {
            height: 48px;
            width: 48px
        }

        .fb--container ._1cj {
            height: 36px;
            width: 36px
        }

        .fb--container ._5bbyct {
            background-color: #f6f7f9;
            color: #365899
        }

        .fb--container ._5bb5sg {
            vertical-align: baseline
        }

        .fb--container .uiInputLabel ._5bb5sg+.uiInputLabelLabel {
            margin-left: 23px
        }

        .fb--container ._kv1 {
            position: relative
        }

        .fb--container .uiInputLabelInput._kv1 {
            position: absolute
        }

        .article-body.fs-responsive-text .fb--container {
            font-family: sans-serif;
        }