@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700,800&display=swap);
.heading {
    font-size: 28px;
    text-align: center;
    font-weight: 700
}

@media only screen and (min-width:480px) {
    .heading {
        font-size: calc(20.47059px + 1.56863vw)
    }
}

@media only screen and (min-width:1500px) {
    .heading {
        font-size: 44px
    }
}

@media (min-width:768px) {
    .heading {
        line-height: 1.2
    }
}

.info-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px
}

.info-highlight {
    background-color: #fff7e5;
    min-height: 20px
}

.info-blue {
    background-color: #d9edf7;
    min-height: 20px
}

body {
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #343434
}

.heading {
    color: #222
}

@media (max-width:600px) {
    .heading {
        font-size: 28px;
        font-weight: 900;
        letter-spacing: -1.2px;
        line-height: 33.6px
    }
}

.heading~div.border-blue-1 {
    border-color: #cfdfee
}

.text-blue {
    color: #036
}

.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem
}

.breadcrumb {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1.6rem;
    margin-bottom: .4rem;
    color: #525050
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

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

.space-x-12>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem*var(--space-x-reverse));
    margin-left: calc(3rem*(1 - var(--space-x-reverse)))
}

.space-x-16>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem*var(--space-x-reverse));
    margin-left: calc(4rem*(1 - var(--space-x-reverse)))
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-black-6 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity))
}

.bg-black-7 {
    --bg-opacity: 1;
    background-color: #2e2e2e;
    background-color: rgba(46, 46, 46, var(--bg-opacity))
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-1 {
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity))
}

.bg-gray-4 {
    --bg-opacity: 1;
    background-color: #e2e2e2;
    background-color: rgba(226, 226, 226, var(--bg-opacity))
}

.bg-gray-12 {
    --bg-opacity: 1;
    background-color: #f3f3f3;
    background-color: rgba(243, 243, 243, var(--bg-opacity))
}

.bg-yellow-1 {
    --bg-opacity: 1;
    background-color: #ff0;
    background-color: rgba(255, 255, 0, var(--bg-opacity))
}

.bg-green-2 {
    --bg-opacity: 1;
    background-color: #22b451;
    background-color: rgba(34, 180, 81, var(--bg-opacity))
}

.bg-green-3 {
    --bg-opacity: 1;
    background-color: #4eb13d;
    background-color: rgba(78, 177, 61, var(--bg-opacity))
}

.bg-blue-1 {
    --bg-opacity: 1;
    background-color: #195ca3;
    background-color: rgba(25, 92, 163, var(--bg-opacity))
}

.bg-blue-7 {
    --bg-opacity: 1;
    background-color: #063b9e;
    background-color: rgba(6, 59, 158, var(--bg-opacity))
}

.hover\:bg-green-4:hover {
    --bg-opacity: 1;
    background-color: #479618;
    background-color: rgba(71, 150, 24, var(--bg-opacity))
}

.focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gradient-to-b {
    background-image: linear-gradient(180deg, var(--gradient-color-stops))
}

.from-green-6 {
    --gradient-from-color: #42c225;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 194, 37, 0))
}

.from-blue-401 {
    --gradient-from-color: #2077c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 119, 197, 0))
}

.via-blue-402 {
    --gradient-via-color: #2078c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 120, 197, 0))
}

.to-green-7 {
    --gradient-to-color: #2b9513
}

.to-blue-403 {
    --gradient-to-color: #1e60a4
}

.border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-gray-2 {
    --border-opacity: 1;
    border-color: #525050;
    border-color: rgba(82, 80, 80, var(--border-opacity))
}

.border-gray-5 {
    --border-opacity: 1;
    border-color: #cecece;
    border-color: rgba(206, 206, 206, var(--border-opacity))
}

.border-gray-6 {
    --border-opacity: 1;
    border-color: #dadada;
    border-color: rgba(218, 218, 218, var(--border-opacity))
}

.border-gray-7 {
    --border-opacity: 1;
    border-color: #7d7d7d;
    border-color: rgba(125, 125, 125, var(--border-opacity))
}

.border-gray-8 {
    --border-opacity: 1;
    border-color: #0d0d0d;
    border-color: rgba(13, 13, 13, var(--border-opacity))
}

.border-gray-10 {
    --border-opacity: 1;
    border-color: #e9e9e9;
    border-color: rgba(233, 233, 233, var(--border-opacity))
}

.border-gray-11 {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity))
}

.border-green-4 {
    --border-opacity: 1;
    border-color: #479618;
    border-color: rgba(71, 150, 24, var(--border-opacity))
}

.border-green-5 {
    --border-opacity: 1;
    border-color: #166a16;
    border-color: rgba(22, 106, 22, var(--border-opacity))
}

.border-green-8 {
    --border-opacity: 1;
    border-color: #287417;
    border-color: rgba(40, 116, 23, var(--border-opacity))
}

.border-blue-1 {
    --border-opacity: 1;
    border-color: #195ca3;
    border-color: rgba(25, 92, 163, var(--border-opacity))
}

.border-blue-6 {
    --border-opacity: 1;
    border-color: #0f69ff;
    border-color: rgba(15, 105, 255, var(--border-opacity))
}

.border-blue-404 {
    --border-opacity: 1;
    border-color: #505ac7;
    border-color: rgba(80, 90, 199, var(--border-opacity))
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-20px {
    border-radius: 20px
}

.rounded-multi-image-shortcode {
    border-radius: 4.7px 0 0 4.7px
}

.rounded-4\.7px {
    border-radius: 4.7px
}

.rounded-15px {
    border-radius: 15px
}

.rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border {
    border-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-b-5 {
    border-bottom-width: 5px
}

.border-t {
    border-top-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-auto {
    flex: 1 1 auto
}

.font-oswald {
    font-family: Oswald, Roboto, Helvetica, Arial, sans-serif
}

.font-open {
    font-family: Open Sans, Helvetica Nue, Arial, sans-serif
}

.font-arial {
    font-family: Arial, sans-serif
}

.font-serif {
    font-family: Georgia, ui-serif
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.hover\:font-bold:hover {
    font-weight: 700
}

.h-8 {
    height: 2rem
}

.h-12 {
    height: 3rem
}

.h-86 {
    height: 8.6rem
}

.h-full {
    height: 100%
}

.text-12 {
    font-size: 1.2rem
}

.text-13 {
    font-size: 1.3rem
}

.text-14 {
    font-size: 1.4rem
}

.text-16 {
    font-size: 1.6rem
}

.text-18 {
    font-size: 1.8rem
}

.text-20 {
    font-size: 2rem
}

.text-21 {
    font-size: 2.1rem
}

.text-22 {
    font-size: 2.2rem
}

.text-24 {
    font-size: 2.4rem
}

.text-25 {
    font-size: 2.5rem
}

.text-26 {
    font-size: 2.6rem
}

.text-28 {
    font-size: 2.8rem
}

.text-36 {
    font-size: 3.6rem
}

.text-45 {
    font-size: 4.5rem
}

.text-sm {
    font-size: .875rem
}

.leading-9 {
    line-height: 2.25rem
}

.leading-26 {
    line-height: 26px
}

.leading-27 {
    line-height: 27px
}

.leading-28 {
    line-height: 28px
}

.leading-29 {
    line-height: 29px
}

.leading-30 {
    line-height: 30px
}

.leading-34 {
    line-height: 34px
}

.leading-38 {
    line-height: 38px
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-relaxed {
    line-height: 1.625
}

.list-disc {
    list-style-type: disc
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-12px {
    margin-top: 12px;
    margin-bottom: 12px
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-8 {
    margin-left: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-24 {
    margin-top: 6rem
}

.ml-24 {
    margin-left: 6rem
}

.mb-32 {
    margin-bottom: 8rem
}

.ml-auto {
    margin-left: auto
}

.mb-px {
    margin-bottom: 1px
}

.-mr-2 {
    margin-right: -.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mr-16 {
    margin-right: -4rem
}

.max-h-16 {
    max-height: 16rem
}

.max-w-30 {
    max-width: 30rem
}

.max-w-33 {
    max-width: 33rem
}

.max-w-37 {
    max-width: 37rem
}

.max-w-66 {
    max-width: 66rem
}

.max-w-73 {
    max-width: 73rem
}

.max-w-83 {
    max-width: 83rem
}

.max-w-88 {
    max-width: 88rem
}

.max-w-89 {
    max-width: 89rem
}

.max-w-118 {
    max-width: 118rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-3\.5xl {
    max-width: 50rem
}

.max-w-33\.5 {
    max-width: 33.5rem
}

.min-w-78 {
    min-width: 7.8rem
}

.min-w-58px {
    min-width: 58px
}

.opacity-50 {
    opacity: .5
}

.hover\:opacity-75:hover {
    opacity: .75
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.py-14px {
    padding-top: 14px;
    padding-bottom: 14px
}

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-9 {
    padding-left: 2.25rem
}

.pl-10 {
    padding-left: 2.5rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.right-2 {
    right: 2px
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-b-r-heavy {
    box-shadow: 2px 3px 4px rgba(51, 51, 51, .86)
}

.shadow-f-solid {
    box-shadow: 0 0 2px #333
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-black-2 {
    --text-opacity: 1;
    color: #000231;
    color: rgba(0, 2, 49, var(--text-opacity))
}

.text-black-4 {
    --text-opacity: 1;
    color: #0c0c0c;
    color: rgba(12, 12, 12, var(--text-opacity))
}

.text-black-5 {
    --text-opacity: 1;
    color: #222;
    color: rgba(34, 34, 34, var(--text-opacity))
}

.text-black-6 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity))
}

.text-black-7 {
    --text-opacity: 1;
    color: #2e2e2e;
    color: rgba(46, 46, 46, var(--text-opacity))
}

.text-black-8 {
    --text-opacity: 1;
    color: #636262;
    color: rgba(99, 98, 98, var(--text-opacity))
}

.text-black-9 {
    --text-opacity: 1;
    color: #3e3e3e;
    color: rgba(62, 62, 62, var(--text-opacity))
}

.text-black-10 {
    --text-opacity: 1;
    color: #434343;
    color: rgba(67, 67, 67, var(--text-opacity))
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-3 {
    --text-opacity: 1;
    color: #3d3d4e;
    color: rgba(61, 61, 78, var(--text-opacity))
}

.text-gray-8 {
    --text-opacity: 1;
    color: #0d0d0d;
    color: rgba(13, 13, 13, var(--text-opacity))
}

.text-gray-9 {
    --text-opacity: 1;
    color: #fafafa;
    color: rgba(250, 250, 250, var(--text-opacity))
}

.text-gray-10 {
    --text-opacity: 1;
    color: #e9e9e9;
    color: rgba(233, 233, 233, var(--text-opacity))
}

.text-red-1 {
    --text-opacity: 1;
    color: #be0618;
    color: rgba(190, 6, 24, var(--text-opacity))
}

.text-green-1 {
    --text-opacity: 1;
    color: #22b523;
    color: rgba(34, 181, 35, var(--text-opacity))
}

.text-green-3 {
    --text-opacity: 1;
    color: #4eb13d;
    color: rgba(78, 177, 61, var(--text-opacity))
}

.text-blue-2 {
    --text-opacity: 1;
    color: #002665;
    color: rgba(0, 38, 101, var(--text-opacity))
}

.text-blue-6 {
    --text-opacity: 1;
    color: #0f69ff;
    color: rgba(15, 105, 255, var(--text-opacity))
}

.text-blue-100 {
    --text-opacity: 1;
    color: #f0f7ff;
    color: rgba(240, 247, 255, var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-blue-6:hover {
    --text-opacity: 1;
    color: #0f69ff;
    color: rgba(15, 105, 255, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.hover\:no-underline:hover,
.no-underline {
    text-decoration: none
}

.tracking-wide {
    letter-spacing: .025em
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-22 {
    width: 22rem
}

.w-40 {
    width: 10rem
}

.w-78 {
    width: 7.8rem
}

.w-1\/2 {
    width: 50%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.333333%
}

.w-9\/12 {
    width: 75%
}

.w-full {
    width: 100%
}

.w-22px {
    width: 22px
}

.w-52px {
    width: 52px
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-opacity {
    transition-property: opacity
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-200 {
    transition-duration: .2s
}

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

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

header {
    padding: 1.5rem 0;
    background: #262626;
    border-bottom: 4px solid #464545;
    color: #fff
}

header.header--dark-blue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 6.9rem
}

@media (max-width:600px) {
    header.header--dark-blue {
        min-height: 6.3rem
    }
}

header.header--dark-blue>nav {
    width: 100%
}

.nav__container {
    max-width: 1470px
}

.advertorial-title {
    font-size: 19px;
    color: #ededed
}

.logo {
    max-width: 28.6rem
}

footer {
    background-color: #3e434e;
    font-family: Roboto, sans-serif;
    margin-top: calc(1.86667rem + .5vw);
    padding: 20px 0;
    font-size: 16px;
    color: #fff
}

.footer__link:last-child:after {
    content: ""
}

.footer__link:after {
    content: "|";
    color: #fff
}

.footer__link>a {
    color: #4990e2
}

.copyright__content {
    margin-top: 1.5rem
}

.popup-modal span a:link {
    color: #06c
}

.popup-modal span a:visited {
    color: #c3c
}

.popup-modal span a:active {
    color: #366
}

.post__image {
    margin: 10px 0
}

.post__article,
.post__entry {
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #222
}

.post__article p,
.post__entry p {
    margin-top: calc(12.8px + .5vw);
    font-size: 16px
}

@media only screen and (min-width:320px) {
    .post__article p,
    .post__entry p {
        font-size: calc(14.66667px + .41667vw)
    }
}

@media only screen and (min-width:992px) {
    .post__article p,
    .post__entry p {
        font-size: 18.8px
    }
}

.post__article h1,
.post__article h2,
.post__article h3,
.post__article h4,
.post__article h5,
.post__article h6,
.post__entry h1,
.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
    color: #222;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: calc(30px + .5vw)
}

.post__article h2,
.post__entry h2 {
    font-size: 20px
}

@media only screen and (min-width:320px) {
    .post__article h2,
    .post__entry h2 {
        font-size: calc(16.19048px + 1.19048vw)
    }
}

@media only screen and (min-width:992px) {
    .post__article h2,
    .post__entry h2 {
        font-size: 28px
    }
}

.post__article h3,
.post__entry h3 {
    font-size: 18px
}

@media only screen and (min-width:380px) {
    .post__article h3,
    .post__entry h3 {
        font-size: calc(14.27451px + .98039vw)
    }
}

@media only screen and (min-width:992px) {
    .post__article h3,
    .post__entry h3 {
        font-size: 24px
    }
}

.post__article ol,
.post__article ul,
.post__entry ol,
.post__entry ul {
    padding-left: 20px;
    margin-top: calc(12.8px + .5vw);
    font-size: 16px
}

@media only screen and (min-width:320px) {
    .post__article ol,
    .post__article ul,
    .post__entry ol,
    .post__entry ul {
        font-size: calc(14.66667px + .41667vw)
    }
}

@media only screen and (min-width:992px) {
    .post__article ol,
    .post__article ul,
    .post__entry ol,
    .post__entry ul {
        font-size: 18.8px
    }
}

.post__article ol li,
.post__article ul li,
.post__entry ol li,
.post__entry ul li {
    padding: 5px 0 0
}

.post__article ol,
.post__entry ol {
    list-style: none
}

.post__article ol.custom-list,
.post__entry ol.custom-list {
    padding: 0
}

.post__article a:not([class*=button]),
.post__entry a:not([class*=button]) {
    color: #006dec;
    text-decoration: underline
}

.post__article a:not([class*=button]):active,
.post__article a:not([class*=button]):hover,
.post__entry a:not([class*=button]):active,
.post__entry a:not([class*=button]):hover {
    color: #848484
}

.post__article .image figcaption,
.post__entry .image figcaption {
    font-family: Roboto, serif;
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 20px
}

.post__article,
.post__article p {
    line-height: 1.6;
    font-family: Georgia, ui-serif, serif;
    font-size: 20px;
    color: #0d0d0d
}

.post__article p {
    margin-top: 35px
}

@media (max-width:768px) {
    .post__article p {
        margin-top: 25px
    }
}

.post__article__blogs p:not(:empty) {
    margin-top: calc(12.8px + .5vw)
}

@media (min-width:640px) {
    .sm\:space-x-5>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1.25rem*var(--space-x-reverse));
        margin-left: calc(1.25rem*(1 - var(--space-x-reverse)))
    }
    .sm\:space-x-8>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2rem*var(--space-x-reverse));
        margin-left: calc(2rem*(1 - var(--space-x-reverse)))
    }
    .sm\:border-b {
        border-bottom-width: 1px
    }
    .sm\:flex {
        display: flex
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:max-h-18 {
        max-height: 18.5rem
    }
    .sm\:max-h-35 {
        max-height: 35rem
    }
    .sm\:max-w-33 {
        max-width: 33rem
    }
    .sm\:max-w-54 {
        max-width: 54rem
    }
    .sm\:min-w-6\/10 {
        min-width: 60%
    }
    .sm\:w-auto {
        width: auto
    }
    .sm\:w-1\/2 {
        width: 50%
    }
}

@media (min-width:768px) {
    .md\:space-x-8>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2rem*var(--space-x-reverse));
        margin-left: calc(2rem*(1 - var(--space-x-reverse)))
    }
    .md\:border-blue-3 {
        --border-opacity: 1;
        border-color: #0a5792;
        border-color: rgba(10, 87, 146, var(--border-opacity))
    }
    .md\:border-10 {
        border-width: 10px
    }
    .md\:border-t {
        border-top-width: 1px
    }
    .md\:border-b {
        border-bottom-width: 1px
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-wrap {
        flex-wrap: wrap
    }
    .md\:justify-start {
        justify-content: flex-start
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:h-12 {
        height: 3rem
    }
    .md\:text-24 {
        font-size: 2.4rem
    }
    .md\:text-28 {
        font-size: 2.8rem
    }
    .md\:text-33 {
        font-size: 3.3rem
    }
    .md\:text-35 {
        font-size: 3.5rem
    }
    .md\:text-42 {
        font-size: 4.2rem
    }
    .md\:text-44 {
        font-size: 4.4rem
    }
    .md\:text-48 {
        font-size: 4.8rem
    }
    .md\:text-54 {
        font-size: 5.4rem
    }
    .md\:leading-32 {
        line-height: 32px
    }
    .md\:leading-46 {
        line-height: 46px
    }
    .md\:leading-52 {
        line-height: 52px
    }
    .md\:leading-54 {
        line-height: 54px
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:mb-3 {
        margin-bottom: .75rem
    }
    .md\:mt-4 {
        margin-top: 1rem
    }
    .md\:mr-4 {
        margin-right: 1rem
    }
    .md\:mt-6 {
        margin-top: 1.5rem
    }
    .md\:mb-8 {
        margin-bottom: 2rem
    }
    .md\:ml-8 {
        margin-left: 2rem
    }
    .md\:mt-12 {
        margin-top: 3rem
    }
    .md\:mr-12 {
        margin-right: 3rem
    }
    .md\:ml-12 {
        margin-left: 3rem
    }
    .md\:mt-24 {
        margin-top: 6rem
    }
    .md\:mb-24 {
        margin-bottom: 6rem
    }
    .md\:mt-48 {
        margin-top: 12rem
    }
    .md\:mb-18px {
        margin-bottom: 18px
    }
    .md\:min-w-33 {
        min-width: 33rem
    }
    .md\:p-0 {
        padding: 0
    }
    .md\:p-4 {
        padding: 1rem
    }
    .md\:p-12 {
        padding: 3rem
    }
    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .md\:py-18px {
        padding-top: 18px;
        padding-bottom: 18px
    }
    .md\:pb-6 {
        padding-bottom: 1.5rem
    }
    .md\:pt-8 {
        padding-top: 2rem
    }
    .md\:pb-12 {
        padding-bottom: 3rem
    }
    .md\:pt-35 {
        padding-top: 35px
    }
    .md\:text-left {
        text-align: left
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:w-1\/3,
    .md\:w-4\/12 {
        width: 33.333333%
    }
    .md\:w-7\/12 {
        width: 58.333333%
    }
    .md\:w-8\/12 {
        width: 66.666667%
    }
    .md\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

body {
    background-color: #fff !important;
}

.breadcrumb {
    background-color: #fff !important;
}

.ytu img {
    width: 100%;
}

.flex.items-center.md\:justify-start.justify-center.rtyui img {
    border-radius: 20px;
}