.lds-dual-ring {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px;
    border-radius: 50%;
    border: 3px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*loader 2*/
.ifso-logo-loader {
    font-size: 20px;
    width: 64px;
    font-family: sans-serif;
    position: relative;
    height: auto;
    font-weight: 800;
}

.ifso-logo-loader:before {
    content: '';
    position: absolute;
    left: 30%;
    top: 36%;
    width: 14px;
    height: 22px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #fd5b56;
    animation: spinAndMoveArrow 2s infinite;
    height: 9px;
    width: 7px;
}

.ifso-logo-loader:after {
    content: "If So";
    word-spacing: 12px;
}

@keyframes spinAndMoveArrow {
    40% {
        transform: rotate(360deg);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

/*Loader 3 - default content*/
.ifso-default-content-loader {
    display: inline-block;
}

.ifso-selection-form-onlybtn * {
    display: none;
}

.ifso-selection-form-onlybtn button[type="submit"] {
    display: inline-block;
}

/*assets/dist/sem-narrow-margin-non-cc.min.css*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

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
}

b,
strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub {
    bottom: -.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

img {
    border-style: none
}

button,
input,
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
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
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 {
    border: 0 solid #aaa;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-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,
select,
textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,
pre {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

embed,
iframe,
img,
object,
svg {
    display: block;
    vertical-align: middle
}

img {
    height: auto;
    max-width: 100%
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

.bg-blue {
    background-color: #4657a1
}

.bg-blue100 {
    background-color: #f8fafc
}

.bg-blue800 {
    background-color: #003186
}

.bg-blue900 {
    background-color: #4759b2
}

.bg-white {
    background-color: #fff
}

.bg-3A5CB0 {
    background-color: #3a5cb0
}

.bg-transparent {
    background-color: transparent
}

.bg-F5F7FF {
    background-color: #f5f7ff
}

.bg-F1F5F9 {
    background-color: #f1f5f9
}

.bg-25A85E {
    background-color: #25a85e
}

.bg-FFFFFF {
    background-color: #fff
}

.bg-E9EEF5 {
    background-color: #e9eef5
}

.bg-007AC8 {
    background-color: #007ac8
}

.bg-F3F5FB {
    background-color: #f3f5fb
}

.bg-askTheExpert-activeTab {
    background-color: #e6eafa
}

.bg-gray-200 {
    background-color: #dadada
}

.bg-gray-300 {
    background-color: #aaa
}

.bg-gray-400 {
    background-color: #777
}

.bg-gray-600 {
    background-color: #f5f5f5
}

.bg-searchModal-300 {
    background-color: #4657a1
}

.bg-searchModal-400 {
    background-color: #24326e
}

.bg-searchPage-400 {
    background-color: #35b782
}

.hover\:bg-0066A1:hover {
    background-color: #0066a1
}

.hover\:bg-searchPage-600:hover {
    background-color: #32a274
}

.bg-none {
    background-image: none
}

.bg-center {
    background-position: 50%
}

.bg-right-top {
    background-position: 100% 0
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.border-collapse {
    border-collapse: collapse
}

.border-black {
    border-color: #000
}

.border-blue {
    border-color: #4657a1
}

.border-blue900 {
    border-color: #4759b2
}

.border-white {
    border-color: #fff
}

.border-C7C7C7 {
    border-color: #c7c7c7
}

.border-askTheExpert-accent {
    border-color: #44549c
}

.border-gray-200 {
    border-color: #dadada
}

.border-gray-700 {
    border-color: #d3d3d3
}

.border-searchModal-400 {
    border-color: #24326e
}

.border-searchPage-200 {
    border-color: #cbd5e1
}

.border-searchPage-300 {
    border-color: #ddd
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-4px {
    border-radius: 4px
}

.rounded-26px {
    border-radius: 26px
}

.rounded-12px {
    border-radius: 12px
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-1 {
    border-width: 1px
}

.border-4 {
    border-width: 4px
}

.border {
    border-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-b-1 {
    border-bottom-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-r-2 {
    border-right-width: 2px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-3 {
    border-bottom-width: 3px
}

.border-t-4 {
    border-top-width: 4px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.box-content {
    box-sizing: content-box
}

.cursor-default {
    cursor: default
}

.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
}

.table-row {
    display: table-row
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.content-start {
    align-content: flex-start
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink {
    flex-shrink: 1
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

.font-merriweather {
    font-family: Merriweather, serif
}

.font-georgia {
    font-family: Georgia, serif
}

.font-work-sans {
    font-family: Work Sans, sans-serif
}

.font-euclidcircularb {
    font-family: EuclidCircularB, sans-serif
}

.font-schnyderS {
    font-family: SchnyderS, sans-serif
}

.font-Graphik {
    font-family: Graphik, sans-serif
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-0 {
    height: 0
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-12 {
    height: 3rem
}

.h-40 {
    height: 10rem
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.h-11px {
    height: 11px
}

.h-14px {
    height: 14px
}

.h-16px {
    height: 16px
}

.h-18px {
    height: 18px
}

.h-27px {
    height: 27px
}

.h-40px {
    height: 40px
}

.h-45px {
    height: 45px
}

.h-56px {
    height: 56px
}

.h-70px {
    height: 70px
}

.h-72px {
    height: 72px
}

.h-75px {
    height: 75px
}

.h-25px {
    height: 25px
}

.h-195px {
    height: 195px
}

.h-82px {
    height: 82px
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-5xl {
    font-size: 3rem
}

.text-6px {
    font-size: 6px
}

.text-10px {
    font-size: 10px
}

.text-11px {
    font-size: 11px
}

.text-12px {
    font-size: 12px
}

.text-14px {
    font-size: 14px
}

.text-16px {
    font-size: 16px
}

.text-18px {
    font-size: 18px
}

.text-20px {
    font-size: 20px
}

.text-22px {
    font-size: 22px
}

.text-24px {
    font-size: 24px
}

.text-25px {
    font-size: 25px
}

.text-28px {
    font-size: 28px
}

.text-30px {
    font-size: 30px
}

.text-32px {
    font-size: 32px
}

.text-35px {
    font-size: 35px
}

.text-48px {
    font-size: 48px
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-14px {
    line-height: 14px
}

.leading-15px {
    line-height: 15px
}

.leading-16px {
    line-height: 16px
}

.leading-18px {
    line-height: 18px
}

.leading-20px {
    line-height: 20px
}

.leading-21px {
    line-height: 21px
}

.leading-22px {
    line-height: 22px
}

.leading-23px {
    line-height: 23px
}

.leading-24px {
    line-height: 24px
}

.leading-25px {
    line-height: 25px
}

.leading-26px {
    line-height: 26px
}

.leading-27px {
    line-height: 27px
}

.leading-28px {
    line-height: 28px
}

.leading-30px {
    line-height: 30px
}

.leading-32px {
    line-height: 32px
}

.leading-34px {
    line-height: 34px
}

.leading-40px {
    line-height: 40px
}

.leading-42px {
    line-height: 42px
}

.leading-44px {
    line-height: 44px
}

.leading-53px {
    line-height: 53px
}

.list-inside {
    list-style-position: inside
}

.list-none {
    list-style-type: none
}

.m-0 {
    margin: 0
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.my-6px {
    margin-bottom: 6px;
    margin-top: 6px
}

.mx-15px {
    margin-left: 15px;
    margin-right: 15px
}

.my-16px {
    margin-bottom: 16px;
    margin-top: 16px
}

.mx-16px {
    margin-left: 16px;
    margin-right: 16px
}

.my-20px {
    margin-bottom: 20px;
    margin-top: 20px
}

.my-24px {
    margin-bottom: 24px;
    margin-top: 24px
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.ml-10 {
    margin-left: 2.5rem
}

.mr-12 {
    margin-right: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-mt-3 {
    margin-top: -.75rem
}

.ml-0px {
    margin-left: 0
}

.mr-4px {
    margin-right: 4px
}

.mb-4px {
    margin-bottom: 4px
}

.ml-5px {
    margin-left: 5px
}

.mt-8px {
    margin-top: 8px
}

.mr-8px {
    margin-right: 8px
}

.mb-8px {
    margin-bottom: 8px
}

.ml-8px {
    margin-left: 8px
}

.mb-3px {
    margin-bottom: 3px
}

.mr-6px {
    margin-right: 6px
}

.mb-6px {
    margin-bottom: 6px
}

.ml-6px {
    margin-left: 6px
}

.mt-10px {
    margin-top: 10px
}

.mr-10px {
    margin-right: 10px
}

.mb-10px {
    margin-bottom: 10px
}

.mr-12px {
    margin-right: 12px
}

.mb-12px {
    margin-bottom: 12px
}

.ml-12px {
    margin-left: 12px
}

.mt-13px {
    margin-top: 13px
}

.mt-14px {
    margin-top: 14px
}

.mt-15px {
    margin-top: 15px
}

.mb-15px {
    margin-bottom: 15px
}

.mt-16px {
    margin-top: 16px
}

.mr-16px {
    margin-right: 16px
}

.mb-16px {
    margin-bottom: 16px
}

.mr-18px {
    margin-right: 18px
}

.mb-19px {
    margin-bottom: 19px
}

.mt-20px {
    margin-top: 20px
}

.mr-20px {
    margin-right: 20px
}

.mb-20px {
    margin-bottom: 20px
}

.mb-22px {
    margin-bottom: 22px
}

.mt-23px {
    margin-top: 23px
}

.mt-24px {
    margin-top: 24px
}

.mb-24px {
    margin-bottom: 24px
}

.mt-25px {
    margin-top: 25px
}

.mr-25px {
    margin-right: 25px
}

.mb-25px {
    margin-bottom: 25px
}

.mb-26px {
    margin-bottom: 26px
}

.mt-28px {
    margin-top: 28px
}

.mb-28px {
    margin-bottom: 28px
}

.mt-30px {
    margin-top: 30px
}

.mb-30px {
    margin-bottom: 30px
}

.ml-30px {
    margin-left: 30px
}

.mb-32px {
    margin-bottom: 32px
}

.mb-35px {
    margin-bottom: 35px
}

.mb-36px {
    margin-bottom: 36px
}

.mt-39px {
    margin-top: 39px
}

.mb-38px {
    margin-bottom: 38px
}

.mb-40px {
    margin-bottom: 40px
}

.mt-44px {
    margin-top: 44px
}

.mt-50px {
    margin-top: 50px
}

.mr-50px {
    margin-right: 50px
}

.mt-60px {
    margin-top: 60px
}

.mb-60px {
    margin-bottom: 60px
}

.ml-60px {
    margin-left: 60px
}

.mt-m15px {
    margin-top: -15px
}

.last\:mr-0:last-child {
    margin-right: 0
}

.max-h-full {
    max-height: 100%
}

.max-w-xs {
    max-width: 20rem
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-730px {
    max-width: 730px
}

.max-w-1080px {
    max-width: 1080px
}

.max-w-1170px {
    max-width: 1170px
}

.min-w-50px {
    min-width: 50px
}

.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-3px {
    padding: 3px
}

.p-4px {
    padding: 4px
}

.p-5px {
    padding: 5px
}

.p-12px {
    padding: 12px
}

.p-14px {
    padding: 14px
}

.p-15px {
    padding: 15px
}

.p-16px {
    padding: 16px
}

.p-20px {
    padding: 20px
}

.p-30px {
    padding: 30px
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.px-4px {
    padding-left: 4px;
    padding-right: 4px
}

.py-5px {
    padding-bottom: 5px;
    padding-top: 5px
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px
}

.px-6px {
    padding-left: 6px;
    padding-right: 6px
}

.px-7px {
    padding-left: 7px;
    padding-right: 7px
}

.py-8px {
    padding-bottom: 8px;
    padding-top: 8px
}

.px-8px {
    padding-left: 8px;
    padding-right: 8px
}

.py-10px {
    padding-bottom: 10px;
    padding-top: 10px
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px
}

.py-11px {
    padding-bottom: 11px;
    padding-top: 11px
}

.px-11px {
    padding-left: 11px;
    padding-right: 11px
}

.py-12px {
    padding-bottom: 12px;
    padding-top: 12px
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.py-16px {
    padding-bottom: 16px;
    padding-top: 16px
}

.px-16px {
    padding-left: 16px;
    padding-right: 16px
}

.py-17px {
    padding-bottom: 17px;
    padding-top: 17px
}

.py-18px {
    padding-bottom: 18px;
    padding-top: 18px
}

.py-20px {
    padding-bottom: 20px;
    padding-top: 20px
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.py-24px {
    padding-bottom: 24px;
    padding-top: 24px
}

.px-24px {
    padding-left: 24px;
    padding-right: 24px
}

.px-25px {
    padding-left: 25px;
    padding-right: 25px
}

.py-30px {
    padding-bottom: 30px;
    padding-top: 30px
}

.py-40px {
    padding-bottom: 40px;
    padding-top: 40px
}

.py-44px {
    padding-bottom: 44px;
    padding-top: 44px
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.pr-2 {
    padding-right: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pt-2px {
    padding-top: 2px
}

.pb-2px {
    padding-bottom: 2px
}

.pl-3px {
    padding-left: 3px
}

.pt-4px {
    padding-top: 4px
}

.pl-4px {
    padding-left: 4px
}

.pt-5px {
    padding-top: 5px
}

.pb-6px {
    padding-bottom: 6px
}

.pl-6px {
    padding-left: 6px
}

.pr-7px {
    padding-right: 7px
}

.pt-8px {
    padding-top: 8px
}

.pr-8px {
    padding-right: 8px
}

.pl-8px {
    padding-left: 8px
}

.pt-10px {
    padding-top: 10px
}

.pr-10px {
    padding-right: 10px
}

.pb-10px {
    padding-bottom: 10px
}

.pl-10px {
    padding-left: 10px
}

.pt-12px {
    padding-top: 12px
}

.pb-12px {
    padding-bottom: 12px
}

.pt-13px {
    padding-top: 13px
}

.pb-14px {
    padding-bottom: 14px
}

.pt-16px {
    padding-top: 16px
}

.pr-16px {
    padding-right: 16px
}

.pb-16px {
    padding-bottom: 16px
}

.pr-17px {
    padding-right: 17px
}

.pl-17px {
    padding-left: 17px
}

.pt-20px {
    padding-top: 20px
}

.pr-20px {
    padding-right: 20px
}

.pb-20px {
    padding-bottom: 20px
}

.pl-20px {
    padding-left: 20px
}

.pb-24px {
    padding-bottom: 24px
}

.pl-24px {
    padding-left: 24px
}

.pr-25px {
    padding-right: 25px
}

.pb-25px {
    padding-bottom: 25px
}

.pl-25px {
    padding-left: 25px
}

.pt-30px {
    padding-top: 30px
}

.pb-30px {
    padding-bottom: 30px
}

.pt-34px {
    padding-top: 34px
}

.pb-34px {
    padding-bottom: 34px
}

.pl-34px {
    padding-left: 34px
}

.pb-40px {
    padding-bottom: 40px
}

.pb-55px {
    padding-bottom: 55px
}

.placeholder-searchModal-100::-moz-placeholder {
    color: #7083d4
}

.placeholder-searchModal-100::placeholder {
    color: #7083d4
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.resize {
    resize: both
}

.shadow-articleBtn {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.shadow-dropdownContent {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.shadow-askTheExpertBlock {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25)
}

.fill-icon-share {
    fill: #959595
}

.fill-icon-close {
    fill: #fff
}

.group:hover .group-hover\:fill-icon-facebook {
    fill: #365899
}

.group:hover .group-hover\:fill-icon-twitter {
    fill: #1d9bf0
}

.group:hover .group-hover\:fill-icon-linkedin {
    fill: #0a66c2
}

.group:hover .group-hover\:fill-icon-email {
    fill: #ffc000
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-181716 {
    color: #181716
}

.text-333333 {
    color: #333
}

.text-334155 {
    color: #334155
}

.text-828282 {
    color: #828282
}

.text-primary {
    color: #2b58a2
}

.text-black {
    color: #000
}

.text-black900 {
    color: #333
}

.text-blue {
    color: #4657a1
}

.text-blue900 {
    color: #4759b2
}

.text-darkBlue {
    color: #0b1d73
}

.text-lightBlue {
    color: #ced4f2
}

.text-white {
    color: #fff
}

.text-neutral {
    color: #1e293b
}

.text-395BB6 {
    color: #395bb6
}

.text-DF8C69 {
    color: #df8c69
}

.text-515e5f {
    color: #515e5f
}

.text-64748B {
    color: #64748b
}

.text-F5F7FF {
    color: #f5f7ff
}

.text-FFFFFF {
    color: #fff
}

.text-44559C {
    color: #44559c
}

.text-007AC8 {
    color: #007ac8
}

.text-gray-300 {
    color: #aaa
}

.text-gray-400 {
    color: #777
}

.text-gray-800 {
    color: #999
}

.text-red-200 {
    color: #ee6a6a
}

.text-searchModal-200 {
    color: #edf0ff
}

.text-searchPage-100 {
    color: #777
}

.text-searchPage-500 {
    color: #030303
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.hover\:underline:hover {
    text-decoration: underline
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-widest {
    letter-spacing: .1em
}

.tracking-0\.1px {
    letter-spacing: .1px
}

.visible {
    visibility: visible
}

.whitespace-no-wrap {
    white-space: nowrap
}

.break-words {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.w-3 {
    width: .75rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-12 {
    width: 3rem
}

.w-40 {
    width: 10rem
}

.w-auto {
    width: auto
}

.w-1\/3 {
    width: 33.333333%
}

.w-full {
    width: 100%
}

.w-10px {
    width: 10px
}

.w-11px {
    width: 11px
}

.w-13px {
    width: 13px
}

.w-18px {
    width: 18px
}

.w-40px {
    width: 40px
}

.w-72px {
    width: 72px
}

.w-92px {
    width: 92px
}

.w-120px {
    width: 120px
}

.w-300px {
    width: 300px
}

.w-166px {
    width: 166px
}

.w-240px {
    width: 240px
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.transition-all {
    transition-property: all
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {

    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {

    0%,
    to {
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

@keyframes iconsSlide {
    0% {
        opacity: 0;
        transform: translateX(-1000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.sem-best-of-banner .advertiser-disclosure-wrap {
    right: 0;
    top: -20px
}

.sem-best-of-banner .author-block-v2__artice-date {
    color: #000;
    font-weight: 700
}

@media (min-width:768px) {
    .sem-best-of-banner .page-title {
        color: #181716
    }
}

.sem-best-of-banner .banner-image-wrapper {
    background-size: cover;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 558px;
    z-index: -1
}

.sem-best-of-banner .linear-bg-block {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .7));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width:1024px) {
    .sem-best-of-banner .linear-bg-block {
        background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .5) 70%, hsla(0, 0%, 98%, 0))
    }
}

.sem-best-of-banner .banner-content-wrapper {
    max-width: 860px
}

@media (min-width:768px) {
    .sem-best-of-banner .multiple-authors-with-badge {
        margin-bottom: 0
    }
}

.sem-best-of-banner .description-text {
    font-size: 13px
}

@media (min-width:768px) {
    .sem-best-of-banner .description-text {
        font-size: 14px
    }
}

.top-provider-wrapper {
    background-color: #f5f7ff
}

.top-provider-wrapper .provider-block-wrapper {
    margin: 0 -15px;
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .top-provider-wrapper .provider-block-wrapper {
        overflow: unset
    }
}

@media (min-width:1024px) {
    .top-provider-wrapper .provider-block-wrapper {
        margin: 0;
        overflow: initial;
        padding: 0
    }
}

.top-provider-wrapper .section-title {
    line-height: 17px
}

@media (min-width:768px) {
    .top-provider-wrapper .section-title {
        line-height: 22px
    }
}

.top-provider-wrapper li {
    flex-shrink: 0;
    margin-right: 13px;
    width: 235px
}

@media (min-width:768px) {
    .top-provider-wrapper li {
        flex-basis: 0;
        flex-grow: 1;
        margin-right: 9px;
        max-width: 300px
    }
}

@media (min-width:1024px) {
    .top-provider-wrapper li {
        max-width: 415px
    }
}

.top-provider-wrapper li:last-child {
    margin-right: 0
}

.top-provider-wrapper .most-popular {
    max-width: 450px;
    order: -1;
    position: relative
}

.top-provider-wrapper .most-popular .provider-block {
    border: 5px solid #3c4b8a;
    padding-top: 48px
}

@media (min-width:1024px) {
    .top-provider-wrapper .most-popular .provider-block {
        padding-top: 43px
    }

    .top-provider-wrapper .most-popular {
        order: 0
    }
}

.top-provider-wrapper .most-popular .most-popular-tag {
    background: #3c4b8a;
    border-radius: 6px;
    display: block;
    left: 10px;
    top: 7px
}

@media (min-width:768px) {
    .top-provider-wrapper .most-popular .most-popular-tag {
        left: 7px
    }
}

.top-provider-wrapper .most-popular .most-popular-tag:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjMzMyAxIDUgOC4zMzMgMS42NjcgNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
    display: inline-block;
    margin-right: 6px
}

.top-provider-wrapper .provider-block {
    border: 1px solid #e0e8fd;
    box-shadow: 0 -1px 2px rgba(24, 28, 71, .04), 0 2px 4px rgba(24, 28, 71, .1);
    word-break: break-word
}

@media (min-width:768px) {
    .top-provider-wrapper .provider-block {
        padding-left: 33px;
        padding-right: 38px
    }
}

@media screen and (max-width:1056px) {
    .top-provider-wrapper .provider-block {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:830px) {
    .top-provider-wrapper .provider-block {
        border-radius: .25rem;
        padding-left: 18px;
        padding-right: 18px
    }
}

.top-provider-wrapper .provider-block-title {
    color: #0f172a
}

.top-provider-wrapper .provider-block-image {
    flex-shrink: 0;
    height: 34px;
    max-width: 116px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
    width: 100%
}

@media (min-width:768px) {
    .top-provider-wrapper .provider-block-image {
        max-width: 83px
    }
}

@media (min-width:1024px) {
    .top-provider-wrapper .provider-block-image {
        height: 43px;
        max-width: 146px
    }
}

.top-provider-wrapper .provider-block-cta-text {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTJoMTRNMTIgNWw3IDctNyA3IiBzdHJva2U9IiMzNUI3ODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") 100% no-repeat;
    color: #35b782;
    padding-right: 24px
}

.top-provider-wrapper .provider-block-rating {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzE2IDEgNy45NiA0LjMyOGwzLjY3NC41MzctMi42NTggMi41OS42MjcgMy42NTctMy4yODYtMS43MjgtMy4yODUgMS43MjguNjI3LTMuNjU4TDEgNC44NjVsMy42NzQtLjUzN0w2LjMxNiAxWiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9IjEuMDAxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    width: 65px
}

.top-provider-wrapper .provider-block-cta-wrapper {
    flex-shrink: 1;
    max-width: 112px;
    width: 100%
}

.top-provider-wrapper .provider-block .rating-count {
    color: #334155;
    margin-right: 5px
}

.top-provider-wrapper .provider-block .ratings {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzguNjQyIDguMDIzIDMuOTdsMy42NzQuNTM3LTIuNjU5IDIuNTkuNjI4IDMuNjU3TDYuMzggOS4wMjZsLTMuMjg2IDEuNzI4LjYyOC0zLjY1Ny0yLjY1OS0yLjU5IDMuNjc0LS41MzdMNi4zOC42NDJaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iMS4wMDEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
    display: block;
    height: 12px;
    max-width: 100%;
    width: 70%
}

.top-provider-wrapper .provider-block .rating-tooltip {
    top: 200%
}

.top-provider-wrapper .provider-block:hover .provider-block-cta-text {
    text-decoration: underline
}

.top-provider-wrapper .rating-tooltip {
    background-color: #333;
    border-radius: 10px;
    color: #fff;
    display: none;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    line-height: 20px;
    padding: 10px 18px;
    position: absolute;
    text-align: center;
    top: 125%;
    transform: translateX(-50%);
    transition: all .35s ease;
    width: 235px;
    z-index: 9
}

.top-provider-wrapper .rating-tooltip:after {
    border-color: transparent transparent #333;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    width: 0;
    z-index: 1
}

.top-provider-wrapper.hide-top-3-on-mobile {
    display: none
}

@media (min-width:768px) {
    .top-provider-wrapper.hide-top-3-on-mobile {
        display: block
    }
}

.wysiwyg-content {
    word-break: break-word
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wysiwyg-content {
        word-break: break-all
    }
}

.wysiwyg-content>.wp-block-separator {
    background-color: #181716;
    border: none;
    height: 4px;
    margin: 24px 0
}

.wysiwyg-content>ol,
.wysiwyg-content>ul {
    color: #333;
    margin-bottom: 18px
}

.wysiwyg-content>ol li,
.wysiwyg-content>ul li {
    font-family: Georgia, serif;
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative
}

.wysiwyg-content>ol li:before,
.wysiwyg-content>ul li:before {
    background: #4657a1;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .5rem;
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: 9px;
    width: .5rem
}

.wysiwyg-content>h1,
.wysiwyg-content>h2,
.wysiwyg-content>h3,
.wysiwyg-content>h4,
.wysiwyg-content>h5,
.wysiwyg-content>h6 {
    color: #000;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 24px 0 16px
}

.wysiwyg-content>ol {
    padding-left: 10px
}

.wysiwyg-content>ol li {
    list-style: decimal;
    margin-left: 15px;
    padding-left: 8px
}

.wysiwyg-content>ol li:before {
    display: none
}

.wysiwyg-content>h1,
.wysiwyg-content>h2 {
    font-size: 1.5rem
}

.wysiwyg-content>h3 {
    font-size: 1.25rem
}

.wysiwyg-content>h4,
.wysiwyg-content>h5,
.wysiwyg-content>h6 {
    font-size: 1.125rem
}

.wysiwyg-content>li {
    margin: 0
}

.wysiwyg-content>table {
    border-collapse: separate;
    word-break: normal
}

.wysiwyg-content>tbody tr {
    border-bottom: 2px solid #fff
}

.wysiwyg-content>tbody tr:nth-child(odd) {
    background: #f2f2f2
}

.wysiwyg-content>tbody tr:nth-child(2n) {
    background: #e6e6e6
}

.wysiwyg-content>td,
.wysiwyg-content>th {
    font-size: 14px;
    padding: 3px 5px;
    vertical-align: top
}

.wysiwyg-content>p {
    color: #333;
    font-family: Georgia, serif;
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.75rem;
    margin-bottom: 1.25rem
}

.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) a,
.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) b,
.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) em,
.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) i,
.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) span,
.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) strong {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) a {
    color: #415ab0
}

.wysiwyg-content :where(p, ul, ol, li, h2, h3, h4, h5, h6) a:hover {
    text-decoration: underline
}

.wysiwyg-content ol li {
    list-style-type: decimal
}

.wysiwyg-content b,
.wysiwyg-content strong {
    font-weight: 700
}

.wysiwyg-content em,
.wysiwyg-content i {
    font-style: italic
}

.wysiwyg-content p:empty {
    display: none
}

.wysiwyg-content .media-credit-container,
.wysiwyg-content img {
    margin-bottom: 20px !important
}

.wysiwyg-content .media-credit-container .media-credit {
    display: block;
    margin-top: -20px
}

.wysiwyg-content .table-wrapper {
    margin-bottom: 1.25rem;
    overflow-x: auto
}

.wysiwyg-content .alignright {
    margin-left: auto
}

.wysiwyg-content .aligncenter {
    margin: 0 auto
}

.best-of-widget-wrapper {
    background-color: #fff;
    border: 1px solid #e0e8fd;
    border-radius: .25rem;
    box-shadow: 0 -1px 2px rgba(24, 28, 71, .04), 0 2px 4px rgba(24, 28, 71, .1);
    margin-bottom: 14px;
    padding: 16px;
    transition: transform .3s
}

.best-of-widget-wrapper:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .best-of-widget-wrapper {
        margin-bottom: 19px;
        padding: 24px 32px
    }
}

.best-of-widget-wrapper.with-new-mobile-design {
    display: none
}

@media (min-width:768px) {
    .best-of-widget-wrapper.with-new-mobile-design {
        display: flex
    }
}

.best-of-widget-wrapper.with-new-mobile-design.hidden {
    display: none
}

.best-of-widget-wrapper .most-popular-wrapper {
    display: flex
}

.best-of-widget-wrapper .most-popular-wrapper .widget-trophy {
    display: block;
    height: 20px;
    left: 8px;
    position: relative;
    top: 4px;
    width: 20px
}

@media (min-width:768px) {
    .best-of-widget-wrapper .most-popular-wrapper .widget-trophy {
        display: none
    }
}

.best-of-widget-wrapper .left-section .mobile-wrapper {
    max-height: 76px;
    width: calc(100% - 60px)
}

@media (min-width:768px) {
    .best-of-widget-wrapper .left-section .mobile-wrapper {
        max-height: none;
        width: 100%
    }
}

.best-of-widget-wrapper .left-section .rating-component-wrapper {
    border-radius: 4px;
    flex-shrink: 0;
    height: 32px;
    width: 110px
}

@media (min-width:768px) {
    .best-of-widget-wrapper .left-section {
        flex-shrink: 0;
        max-width: 141px;
        width: 100%
    }

    .best-of-widget-wrapper .left-section .rating-component-wrapper,
    .best-of-widget-wrapper .left-section .widget-trophy {
        display: none
    }
}

.best-of-widget-wrapper .left-section .rating-number {
    align-items: center;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600px;
    justify-content: center;
    line-height: 1.5;
    max-width: 34px;
    padding: 4px
}

.best-of-widget-wrapper .left-section .rating-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 9px 3px 6px
}

.best-of-widget-wrapper .left-section .rating-text .provider-block-rating {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjA3IDEuMTIgNSAzLjAwOGwyLjA4Mi4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45MzEtMS44ODZaIiBzdHJva2U9IiNEQkRCREIiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHBhdGggZD0iTTEyLjA3IDEuMTIgMTMgMy4wMDhsMi4wODIuMzA0LTEuNTA3IDEuNDY3LjM1NiAyLjA3My0xLjg2Mi0uOTgtMS44NjIuOTguMzU2LTIuMDczLTEuNTA3LTEuNDY3IDIuMDgyLS4zMDQuOTMxLTEuODg2WiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9Ii41NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZyBjbGlwLXBhdGg9InVybCgjYykiPjxwYXRoIGQ9Im0yMC40MzMgMS4xMi45MyAxLjg4NyAyLjA4My4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45My0xLjg4NloiIHN0cm9rZT0iI0RCREJEQiIgc3Ryb2tlLXdpZHRoPSIuNTY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2QpIj48cGF0aCBkPSJNMjkuMDcgMS4xMiAzMCAzLjAwOGwyLjA4Mi4zMDQtMS41MDYgMS40NjcuMzU1IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDYtMS40NjcgMi4wODEtLjMwNC45MzEtMS44ODZaIiBzdHJva2U9IiNEQkRCREIiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNlKSI+PHBhdGggZD0iTTM3LjA3IDEuMTIgMzggMy4wMDhsMi4wODIuMzA0LTEuNTA3IDEuNDY3LjM1NiAyLjA3My0xLjg2Mi0uOTgtMS44NjIuOTguMzU2LTIuMDczLTEuNTA3LTEuNDY3IDIuMDgyLS4zMDQuOTMxLTEuODg2WiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9Ii41NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC40NTIgLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguODE2IC41MTgpIiBkPSJNMCAwaDcuMjN2Ny4yM0gweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy4xOCAuNTE4KSIgZD0iTTAgMGg3LjIzdjcuMjNIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iZCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUuNTQ0IC41MTgpIiBkPSJNMCAwaDcuMjN2Ny4yM0gweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJlIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMy45MDggLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    height: 7px;
    margin-top: 2px;
    width: 41px
}

.best-of-widget-wrapper .left-section .rating-text .provider-block-rating .ratings {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjA3IDEuMTIgNSAzLjAwOGwyLjA4Mi4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45MzEtMS44ODZaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHBhdGggZD0ibTEyLjQzMiAxLjEyLjkzIDEuODg3IDIuMDgyLjMwNC0xLjUwNiAxLjQ2Ny4zNTUgMi4wNzMtMS44NjEtLjk4LTEuODYyLjk4LjM1NS0yLjA3M0w5LjQyIDMuMzExbDIuMDgyLS4zMDQuOTMtMS44ODZaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNjKSI+PHBhdGggZD0ibTIwLjc5NSAxLjEyLjkzIDEuODg3IDIuMDgyLjMwNC0xLjUwNiAxLjQ2Ny4zNTYgMi4wNzMtMS44NjItLjk4LTEuODYyLjk4LjM1NS0yLjA3My0xLjUwNi0xLjQ2NyAyLjA4Mi0uMzA0LjkzLTEuODg2WiIgZmlsbD0iI0Y3Qzc0OCIgc3Ryb2tlPSIjRjdDOTRBIiBzdHJva2Utd2lkdGg9Ii41NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZyBjbGlwLXBhdGg9InVybCgjZCkiPjxwYXRoIGQ9Im0yOS4xNiAxLjEyLjkzIDEuODg3IDIuMDgyLjMwNC0xLjUwNiAxLjQ2Ny4zNTUgMi4wNzMtMS44NjItLjk4LTEuODYyLjk4LjM1Ni0yLjA3My0xLjUwNi0xLjQ2NyAyLjA4MS0uMzA0LjkzMS0xLjg4NloiIGZpbGw9IiNGN0M3NDgiIHN0cm9rZT0iI0Y3Qzk0QSIgc3Ryb2tlLXdpZHRoPSIuNTY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2UpIj48cGF0aCBkPSJtMzcuNTIyIDEuMTIuOTMgMS44ODcgMi4wODIuMzA0LTEuNTA2IDEuNDY3LjM1NSAyLjA3My0xLjg2MS0uOTgtMS44NjIuOTguMzU1LTIuMDczLTEuNTA2LTEuNDY3IDIuMDgyLS4zMDQuOTMtMS44ODZaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjQ1MiAuNTE4KSIgZD0iTTAgMGg3LjIzdjcuMjNIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC44MTYgLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImMiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjE4IC41MTgpIiBkPSJNMCAwaDcuMjN2Ny4yM0gweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJkIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNS41NDQgLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImUiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzLjkwOCAuNTE4KSIgZD0iTTAgMGg3LjIzdjcuMjNIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    height: 7px
}

.best-of-widget-wrapper .middle-section {
    margin-top: 25px;
    width: 100%
}

@media (min-width:768px) {
    .best-of-widget-wrapper .middle-section {
        flex: 1;
        margin: 0 54px 0 32px
    }
}

.best-of-widget-wrapper .middle-section .widget-title {
    color: #0f172a
}

@media (min-width:768px) {
    .best-of-widget-wrapper .middle-section .widget-title {
        color: #333
    }
}

.best-of-widget-wrapper .right-section .rating-component-wrapper {
    display: none
}

@media (min-width:768px) {
    .best-of-widget-wrapper .right-section .rating-component-wrapper {
        display: flex
    }

    .best-of-widget-wrapper .right-section {
        flex-shrink: 0;
        max-width: 215px;
        padding-left: 20px;
        width: 100%
    }
}

.best-of-widget-wrapper .widget-position {
    flex-shrink: 0;
    font-size: 56px;
    line-height: 1
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-position {
        line-height: 27px
    }
}

@media (max-width:420px) {
    .best-of-widget-wrapper .widget-position {
        margin-right: 12px
    }
}

.best-of-widget-wrapper .widget-logo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    margin-right: 6px;
    max-width: 111px;
    width: 100%
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-logo {
        height: 43px;
        max-width: 141px
    }
}

.best-of-widget-wrapper .widget-logo img {
    height: 32px;
    margin-bottom: 0 !important;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-logo img {
        height: 43px
    }
}

.best-of-widget-wrapper .widget-description {
    color: #000;
    display: flex;
    padding-left: 35px;
    position: relative
}

.best-of-widget-wrapper .widget-description:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMWSURBVHgB7Zi/b9NAFMffuXYFgiEdIqjaSslf0FY0A5tBAjFBmbIWdtR2Y2vCP0ARO3RgyZZsCCTwxpCgpH9Bggg/pKhSBhCFOD7uWXYVJT7f2T6nQ/2RLDm6F/v7fO89+z2AjIyMjIyLDAGFtLvdnH3V2NEIWaeUbrCrF4BCzrvTkJ332EnPoePGeDy2bi4Xe5AQJQ40B19NAuSAnZoQCVKntvOitLxmQUwSOfDpR7dg6MZriCx8RkZ9ZP/bj7MjGsSkdfJ91zCMNiQWj9Bt9iDazZ/9PYhIrB34fPLtgDq0AinAQrFyI79SlbePSJrifaI4EckBDBtwnEOYA3QM+6Xrq8J7STvgJizGvF8W02c4skebosSWTmLDWHw+R/FIzqtwoUjtgFfnP8I5QG16K+w9oYMEBLRddilQzYdOC169bcCVS5ehbN6F2xtbs/fW3RekBVxtAryXVRcUg+Jf1mtnv9GJN0+fBdou6KOlzaXiMGhNmAOLC4YJipkWj6ADPOy/xg5vTegAJeQBKCRIPFI273D/o2lknbsGQmgBFMET/2S7HBj/ZwoI+7LlIFNGC6CAuOJFGmSqUC5MlKiK+HYJxIdqkCqjPGrWO/h9euoevsBpQQrEhyITQkPeAgqfBIWiYB+F4rkaZHagx47AJHp87/6MwMnfCp98j7cgdoA6x0C0QAd8IWFOTBI3bNjn+xfemsR7QOuEraMgFCYiScyzMlrnrQkd0PXRkchG5ETShMUJBm9N6ID3DWKJ7HhOJBXPwqcR1hNIlVEKtMo+p02RnS+0Zr1nFeqPm+SJS6UDoV2ZdEfWGvSxHzBhrpD6Vn7lYZiFdEfG2rtHEFKPU2CIsyKRkbQDGIespZEedyQF7yUz6Io02CrlVw8xHyBlWOJW8V4ytrEGW6xHrnizUOW44q+tVWTtY89Gm4P+HvszOqFqUjHEsJF98j4Khrts3MJmm5AMC4tEnOGuuvE6YZMLGtkRC3OqlD+n8fo0uCM4BKAa66Op24ri4YcYluAeIaTjUHqs/xodbRaL8yzLGRkZGSnwH70JST2gE18yAAAAAElFTkSuQmCC") 50% no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: -2px;
    width: 24px
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-description:before {
        top: 2px
    }
}

.best-of-widget-wrapper .widget-description:first-child {
    color: #333
}

.best-of-widget-wrapper .widget-cta {
    background: linear-gradient(0deg, #35b782, #35b782), #4b9e8b;
    box-shadow: 0 3.6386px 10.9158px rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 700;
    line-height: 27px
}

.best-of-widget-wrapper .widget-cta:hover {
    text-decoration: underline
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-cta {
        margin-top: 8px
    }
}

.best-of-widget-wrapper .widget-cta:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACrSURBVHgB7djRCcIwFIXhEyfQDdzMrOAITlo3sBtcUwwotJi+pPcG/g8u7UMezikUkkgAAHRgZrcyrzLT8q7R1OC/xipRv74NW6KEzbaNEoeiRBSUiIISUVAiiu4l7Lur9NAskXYUmMrjKh9zSunyb8FJbWf5mVsL9hS4l3nKx0PR1X9sS1Z0hPdCeC+E90J4L4T3ZOu70XHCL2x9hsgaiX1OWlMtkgUAQAdvKsNCL/N1pHoAAAAASUVORK5CYII=") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 5px;
    width: 24px
}

.best-of-widget-wrapper .widget-call-cta {
    background: #f5f7ff;
    color: #4657a1;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    line-height: 27px;
    position: relative;
    z-index: 1
}

.best-of-widget-wrapper .widget-call-cta span {
    display: block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.best-of-widget-wrapper .widget-call-cta.cta-mobile-present {
    display: none
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-call-cta.cta-mobile-present {
        display: flex
    }
}

.best-of-widget-wrapper .widget-call-cta.cta-mobile {
    display: flex
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-call-cta.cta-mobile {
        display: none
    }
}

.best-of-widget-wrapper .widget-call-cta.cta-mobile-hide {
    display: none
}

@media (min-width:768px) {
    .best-of-widget-wrapper .widget-call-cta {
        margin-top: 8px
    }
}

.best-of-widget-wrapper .widget-call-cta:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m16.699 11.746-3.082-2.062 1.76-4.31 1.143.765c.761.509 1.217 1.343 1.186 2.173-.093 2.536-.875 4.906-2.346 7.11-1.471 2.205-3.359 3.836-5.663 4.894-.754.346-1.698.245-2.46-.264l-1.142-.764 3.302-3.28 3.082 2.062' stroke='%234657A1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 3px;
    width: 24px
}

.best-of-widget-wrapper .widget-trophy {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuOTk1IDI0LjE5NWgxNi4wMTN2LTEuNTM4YS4wNi4wNiAwIDAgMC0uMDYtLjA2SDQuMDU2YS4wNi4wNiAwIDAgMC0uMDYuMDZ2MS41MzhaIiBmaWxsPSIjMzE0NDVCIi8+PHBhdGggZD0iTTQuNTI5IDB2NC4zMzFjMCA0LjUzIDIuMzk0IDguNjMxIDYuMTI3IDEwLjcyNGgyLjY4OGMzLjczNC0yLjA5MyA2LjEyOC02LjE5NCA2LjEyOC0xMC43MjRWLjAwMUg0LjUyOVoiIGZpbGw9IiNGQkNFNDAiLz48cGF0aCBkPSJNNS41MjQgOS4yNTRhOC43NjUgOC43NjUgMCAwIDEtMy44MzMtNi40MzNINC41M1YxLjE3SDB2LjgyNmMwIDQuNTQ1IDIuOTMgOC40MSA2Ljk5NyA5LjgzYTEyLjMwOCAxMi4zMDggMCAwIDEtMS40NzMtMi41N1pNMTkuNDcxIDEuMTY5VjIuODJoMi44MzdhOC43NjUgOC43NjUgMCAwIDEtMy44MzIgNi40MzNjLS4zODkuOTItLjg4NCAxLjc4Mi0xLjQ3MyAyLjU3MUMyMS4wNyAxMC40MDUgMjQgNi41NCAyNCAxLjk5NXYtLjgyNkgxOS40N1pNMTAuNjYgMTYuMDQzaDIuNjgzdi0uOTg4SDEwLjY2di45ODhaIiBmaWxsPSIjRjZBRTM0Ii8+PHBhdGggZD0iTTkuMDY2IDE4LjM1M2g1Ljg3di0yLjI1YS4wNi4wNiAwIDAgMC0uMDYtLjA2aC01Ljc1YS4wNi4wNiAwIDAgMC0uMDYuMDZ2Mi4yNVoiIGZpbGw9IiNGQkNFNDAiLz48cGF0aCBkPSJNNS44NzcgMjIuNTk3aDEyLjI0OXYtNC4xODRhLjA2LjA2IDAgMCAwLS4wNi0uMDZINS45MzdhLjA2LjA2IDAgMCAwLS4wNi4wNnY0LjE4NFoiIGZpbGw9IiMzRDUzNjkiLz48cGF0aCBkPSJtMTIgMS41MDIgMS4wMiAzLjEzOGgzLjNsLTIuNjcgMS45NCAxLjAyIDMuMTM4TDEyIDcuNzc4bC0yLjY3IDEuOTQgMS4wMi0zLjEzOC0yLjY3LTEuOTRoMy4zTDEyIDEuNTAyWiIgZmlsbD0iI0Y2QUUzNCIvPjwvc3ZnPg==") 50% no-repeat;
    background-size: contain;
    height: 24px;
    left: -15px;
    position: absolute;
    top: 20px;
    width: 24px
}

.best-of-widget-wrapper .more-info {
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    padding: 12px 16px;
    width: 100%
}

.best-of-widget-wrapper.most-popular .most-popular-tag {
    background: #3c4b8a;
    border-radius: 6px;
    display: block;
    position: relative
}

@media (min-width:768px) {
    .best-of-widget-wrapper.most-popular .most-popular-tag {
        left: 32px;
        position: absolute;
        top: 24px
    }

    .best-of-widget-wrapper.superlative-badge-enabled {
        padding-top: 7px
    }
}

.superlative-badge-wrapper {
    --badgeColor: #1b7e6b;
    align-items: center;
    display: flex
}

.superlative-badge-wrapper .superlative-trophy-svg>path {
    fill: var(--badgeColor)
}

.superlative-badge-wrapper .superlative-check-svg>path {
    stroke: var(--badgeColor)
}

.superlative-badge-wrapper .badge-text {
    color: #fff;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 5px;
    margin-right: 17px;
    max-width: 85%;
    padding: 2px 16px;
    position: relative;
    z-index: 0
}

.superlative-badge-wrapper .badge-text:before {
    background: var(--badgeColor);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 100%;
    z-index: -1
}

@media (min-width:768px) {
    .superlative-badge-wrapper {
        margin-bottom: 8px;
        transform: translateX(-17px)
    }

    .superlative-badge-wrapper .badge-text {
        margin-right: 0;
        max-width: none
    }
}

.best-of-widget {
    background: #fff;
    border: 1px solid #d1e5e1;
    border-radius: 4px;
    box-shadow: 0 -1px 2px 0 rgba(24, 28, 71, .04), 0 2px 4px 0 rgba(24, 28, 71, .1);
    display: block;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .best-of-widget {
        display: none
    }
}

.best-of-widget .top-content-wrap {
    padding: 17px 17px 20px;
    position: relative
}

.best-of-widget .top-content-wrap .click-widget-mobile {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.best-of-widget .bottom-content-wrap {
    padding: 0 17px 17px
}

.best-of-widget__most-popular-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 1rem
}

.best-of-widget__position {
    color: #000;
    font-size: 26px;
    line-height: 28px
}

.best-of-widget__most-popular,
.best-of-widget__position {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 700;
    margin-right: 8px
}

.best-of-widget__most-popular {
    background: #3c4b8a;
    border-radius: .375rem;
    color: #fff;
    display: inline-flex;
    font-size: .875rem;
    line-height: 18px;
    padding: 5px;
    text-transform: uppercase
}

.best-of-widget__logo {
    height: 81px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 216px
}

.best-of-widget__logo.only-ranking-present {
    margin-top: -40px
}

.best-of-widget__logo img {
    height: 81px;
    margin-bottom: 0 !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 216px
}

.best-of-widget .rating-component-wrapper {
    margin: 0 auto 22px;
    width: 195px
}

.best-of-widget__cta {
    align-items: center;
    background: linear-gradient(0deg, #35b782, #35b782), #4b9e8b;
    border-radius: 4px;
    box-shadow: 0 3.639px 10.916px 0 rgba(0, 0, 0, .2);
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 27px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    max-width: 326px;
    padding: 8px 20px
}

.best-of-widget__cta span {
    margin-left: 5px
}

.best-of-widget__cta-below-text {
    color: #333;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-align: center
}

.best-of-widget__title {
    color: #151515;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px
}

.best-of-widget__description-list-item {
    color: #333;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative
}

.best-of-widget__description-list-item:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMWSURBVHgB7Zi/b9NAFMffuXYFgiEdIqjaSslf0FY0A5tBAjFBmbIWdtR2Y2vCP0ARO3RgyZZsCCTwxpCgpH9Bggg/pKhSBhCFOD7uWXYVJT7f2T6nQ/2RLDm6F/v7fO89+z2AjIyMjIyLDAGFtLvdnH3V2NEIWaeUbrCrF4BCzrvTkJ332EnPoePGeDy2bi4Xe5AQJQ40B19NAuSAnZoQCVKntvOitLxmQUwSOfDpR7dg6MZriCx8RkZ9ZP/bj7MjGsSkdfJ91zCMNiQWj9Bt9iDazZ/9PYhIrB34fPLtgDq0AinAQrFyI79SlbePSJrifaI4EckBDBtwnEOYA3QM+6Xrq8J7STvgJizGvF8W02c4skebosSWTmLDWHw+R/FIzqtwoUjtgFfnP8I5QG16K+w9oYMEBLRddilQzYdOC169bcCVS5ehbN6F2xtbs/fW3RekBVxtAryXVRcUg+Jf1mtnv9GJN0+fBdou6KOlzaXiMGhNmAOLC4YJipkWj6ADPOy/xg5vTegAJeQBKCRIPFI273D/o2lknbsGQmgBFMET/2S7HBj/ZwoI+7LlIFNGC6CAuOJFGmSqUC5MlKiK+HYJxIdqkCqjPGrWO/h9euoevsBpQQrEhyITQkPeAgqfBIWiYB+F4rkaZHagx47AJHp87/6MwMnfCp98j7cgdoA6x0C0QAd8IWFOTBI3bNjn+xfemsR7QOuEraMgFCYiScyzMlrnrQkd0PXRkchG5ETShMUJBm9N6ID3DWKJ7HhOJBXPwqcR1hNIlVEKtMo+p02RnS+0Zr1nFeqPm+SJS6UDoV2ZdEfWGvSxHzBhrpD6Vn7lYZiFdEfG2rtHEFKPU2CIsyKRkbQDGIespZEedyQF7yUz6Io02CrlVw8xHyBlWOJW8V4ytrEGW6xHrnizUOW44q+tVWTtY89Gm4P+HvszOqFqUjHEsJF98j4Khrts3MJmm5AMC4tEnOGuuvE6YZMLGtkRC3OqlD+n8fo0uCM4BKAa66Op24ri4YcYluAeIaTjUHqs/xodbRaL8yzLGRkZGSnwH70JST2gE18yAAAAAElFTkSuQmCC") 50% no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: -2px;
    width: 24px
}

@media (min-width:768px) {
    .best-of-widget__description-list-item:before {
        top: 2px
    }
}

.best-of-widget__description-list-item img {
    left: 0;
    position: absolute;
    top: -3px
}

.best-of-widget__view-details {
    align-items: center;
    border-bottom: 1px solid #e3e6ee;
    border-top: 1px solid #e3e6ee;
    color: #3c4b8a;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 27px;
    padding: 6px 0
}

.best-of-widget__view-details svg {
    margin-left: 6px;
    transition: .2s ease-in-out
}

.best-of-widget__view-details span,
.best-of-widget__view-details svg {
    pointer-events: none
}

.best-of-widget__view-details.active svg {
    rotate: 180deg
}

.best-of-widget__view-details-content {
    display: none;
    margin-top: 16px;
    overflow: hidden
}

.wysiwyg-content .best-of-widget__cta {
    color: #fff
}

@media (max-width:1023px) {
    .best-of-widget-wrapper.widget-clickable-mobile {
        border: 1px solid #4657a1
    }

    .best-of-widget-wrapper.widget-clickable-mobile .widget-title {
        text-decoration: underline
    }

    .best-of-widget-wrapper.widget-clickable-mobile.zoom-animation {
        transform: scale(1.02);
        transition: transform .2s ease-out;
        will-change: transform
    }

    .best-of-widget-wrapper.widget-clickable-mobile:not(.zoom-animation) {
        transform: scale(1);
        transition: transform .3s ease-in
    }
}

.best-of-widget-wrapper .click-widget-mobile {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (min-width:1024px) {
    .best-of-widget-wrapper .click-widget-mobile {
        display: none
    }
}

@media (min-width:1025px) {
    .desktop-ui .best-of-widget-wrapper {
        position: relative
    }

    .desktop-ui .best-of-widget-wrapper.click-widget-contanier:hover {
        cursor: pointer
    }

    .desktop-ui .best-of-widget-wrapper.click-widget-contanier:hover .widget-description,
    .desktop-ui .best-of-widget-wrapper.click-widget-contanier:hover .widget-title {
        text-decoration: underline
    }

    .desktop-ui .best-of-widget-wrapper.click-widget-contanier .widget-call-cta,
    .desktop-ui .best-of-widget-wrapper.click-widget-contanier .widget-cta {
        position: relative;
        z-index: 2
    }

    .desktop-ui .best-of-widget-wrapper.click-widget-contanier .widget-cta:hover {
        text-decoration: underline
    }

    .desktop-ui .best-of-widget-wrapper .click-widget {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .desktop-ui .best-of-widget-wrapper .click-widget.click-widget-mobile {
        display: block
    }
}

.best-of-widget.widget-clickable-mobile {
    border: none
}

.best-of-widget.widget-clickable-mobile.zoom-animation {
    transform: scale(1.02);
    transition: transform .2s ease-out;
    will-change: transform
}

.best-of-widget.widget-clickable-mobile:not(.zoom-animation) {
    transform: scale(1);
    transition: transform .3s ease-in
}

.best-of-widget.widget-clickable-mobile .top-content-wrap {
    border: 1px solid #4657a1;
    border-bottom: none;
    border-radius: 4px 4px 0 0
}

.best-of-widget.widget-clickable-mobile .bottom-content-wrap {
    border: 1px solid #4657a1;
    border-radius: 0 0 4px 4px;
    border-top: none
}

@media (min-width:1024px) {
    .sidebar {
        flex-shrink: 0;
        max-width: 342px;
        padding-left: 37px;
        width: 100%
    }
}

.sidebar .our-guides-wrapper,
.sidebar .review-wrapper {
    border: 1px solid #e0e8fd;
    border-radius: .5rem
}

.sidebar .title {
    background-color: #f8fafc;
    border-bottom: 1px solid #e0e8fd;
    border-radius: 8px 8px 0 0;
    color: #333;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 18px
}

.sidebar .article-details-wrapper {
    padding-left: 10px;
    padding-right: 10px
}

.sidebar .article-details-block {
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    padding: 18px 15px 16px
}

.sidebar .article-details-block:last-child {
    border-bottom: none
}

.sidebar .article-title {
    line-height: 22px;
    word-break: break-word
}

.sidebar .review-wrapper {
    margin-top: 20px
}

.sidebar .review-wrapper .article-title {
    font-size: 16px
}

.sidebar .review-wrapper .article-image-wrapper {
    flex-shrink: 0;
    height: auto;
    width: 43px
}

@media (min-width:768px) {
    .sidebar .review-wrapper {
        margin-top: 31px
    }
}

.sem-partner-details {
    margin: 20px -15px;
    padding: 28px 30px
}

@media (min-width:640px) {
    .sem-partner-details {
        margin: 0 0 20px;
        padding: 50px 30px 40px
    }
}

.sem-partner-details .partner-img {
    margin: 0 !important;
    max-width: calc(100% - 150px);
    width: auto
}

@media (min-width:640px) {
    .sem-partner-details .partner-img {
        margin-bottom: 15px !important;
        max-width: 100%
    }
}

.sem-partner-details li .pro-svg {
    margin-top: 5px !important
}

.sem-partner-details li .con-svg {
    margin-top: 3px !important
}

.sem-partner-details .rating-component-wrapper {
    width: 137px
}

.sem-partner-details .rating-component-wrapper .rating-number {
    font-size: 20px;
    line-height: 39px;
    padding: 0;
    width: 48px
}

.sem-partner-details .rating-component-wrapper .rating-text {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    justify-content: center;
    line-height: 12px;
    padding-top: 0
}

@media (min-width:640px) {
    .sem-partner-details .rating-component-wrapper {
        width: 159px
    }

    .sem-partner-details .rating-component-wrapper .rating-number {
        font-size: 30px;
        line-height: 47px;
        padding: 0;
        width: 59px
    }

    .sem-partner-details .rating-component-wrapper .rating-text {
        background-color: #fff;
        font-size: 11px;
        line-height: 16px
    }
}

.sem-partner-details .visit-partner {
    background: linear-gradient(0deg, #35b782, #35b782), #4b9e8b;
    border-radius: 4px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .2);
    padding: 8px 20px
}

.sem-partner-details .visit-partner:hover {
    text-decoration: underline
}

.sem-partner-details .visit-partner .visit-icon {
    margin-top: -12px;
    position: absolute;
    right: 26px;
    top: 50%
}

@media (min-width:640px) {
    .sem-partner-details .partner-data1 {
        max-width: 293px
    }
}

.partner-wrapper {
    margin-top: 17px;
    padding: 50px 5px 10px
}

.partner-wrapper .partner-img {
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: auto
}

.partner-wrapper .rating-component-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 159px
}

.partner-wrapper .rating-component-wrapper .rating-number {
    font-size: 30px;
    line-height: 47px;
    padding: 0;
    width: 59px
}

.partner-wrapper .rating-component-wrapper .rating-text {
    background-color: #fff;
    font-size: 11px;
    line-height: 16px
}

.partner-wrapper .rating-component-wrapper .rating-number {
    padding: 0
}

.partner-wrapper .visit-partner {
    background: linear-gradient(0deg, #35b782, #35b782), #4b9e8b;
    border-radius: 4px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .2);
    padding: 8px 20px
}

.partner-wrapper .visit-partner:hover {
    text-decoration: underline
}

.partner-wrapper .visit-partner .visit-icon {
    margin-top: -12px;
    position: absolute;
    right: 26px;
    top: 50%
}

.sem-2-column-layout {
    background: #f8fafc;
    border-radius: 4px
}

.sem-2-column-layout__content {
    width: 100%
}

@media (min-width:1024px) {
    .sem-2-column-layout__content {
        width: calc(100% - 571px)
    }
}

.sem-2-column-layout__content .short-title {
    color: #475569
}

.sem-2-column-layout__content .title-text {
    color: #4657a1;
    font-size: 42px;
    line-height: 56px
}

.sem-2-column-layout__image {
    width: 100%
}

@media (min-width:1024px) {
    .sem-2-column-layout__image {
        max-width: 571px
    }
}

.sem-2-column-layout__image .sem-2-column-image {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1.125px 5.625px rgba(24, 28, 71, .1);
    display: flex;
    justify-content: center
}

.sem-2-column-layout__image .sem-2-column-image img {
    margin: 0 !important
}

.sem-2-column-layout__image .sem-2-column-image-caption {
    font-family: EuclidCircularB, sans-serif
}

@media (min-width:1024px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-2-column-layout__content {
        width: calc(100% - 455px)
    }
}

@media screen and (min-width:1200px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-2-column-layout__content {
        width: calc(100% - 485px)
    }
}

@media (min-width:1024px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-2-column-layout__image {
        max-width: 455px
    }
}

@media screen and (min-width:1200px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-2-column-layout__image {
        max-width: 485px
    }
}

.paid-template-single-sem-best-of-non-cc-v1-blade .sem-2-column-layout,
.paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-2-column-layout {
    margin: 24px -15px
}

@media (min-width:1024px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__content {
        width: calc(100% - 320px)
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__content .title-text {
        font-size: 33px;
        line-height: 36px
    }
}

@media screen and (min-width:1070px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__content {
        width: calc(100% - 380px)
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__content .title-text {
        font-size: 42px;
        line-height: 56px
    }
}

@media screen and (min-width:1200px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__content {
        width: calc(100% - 420px)
    }
}

@media (min-width:1024px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__image {
        max-width: 320px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__image .sem-2-column-image {
        padding: 22px 24px
    }
}

@media screen and (min-width:1070px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__image {
        max-width: 380px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__image .sem-2-column-image {
        padding: 22px 34px
    }
}

@media screen and (min-width:1200px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-2-column-layout__image {
        max-width: 420px
    }
}

.tooltip-tippy {
    cursor: pointer
}

.tippy-box>.tippy-arrow:before {
    border: 7px solid transparent;
    border-top-color: #fff;
    bottom: -22px;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    width: 0
}

div.tippy-box {
    max-width: 350px !important
}

.tippy-box[data-theme~=tippy-dark-theme],
.tippy-box[data-theme~=tippy-fcc-dark-theme],
.tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.tippy-box[data-theme~=tippy-wwus-theme] {
    background-color: #333;
    border-radius: 8px;
    color: #fcf2ef;
    font-family: EuclidCircularB, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 16px
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box>.tippy-arrow:before {
    border-top-color: #333
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -29px;
    left: -7px
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 136px;
    left: -7px;
    transform: rotate(180deg)
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -28px
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow {
    top: 0
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 215px;
    top: -13px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme] {
    max-width: 184px !important;
    padding: 8px 12px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -19px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 127px
}

@media screen and (min-width:768px) {
    .tippy-box[data-theme~=tippy-sem-cta-dark-theme] {
        max-width: 220px !important
    }

    .tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
        bottom: 108px
    }
}

.page-template .tippy-box[data-theme~=tippy-dark-theme],
.page-template .tippy-box[data-theme~=tippy-fcc-dark-theme],
.page-template .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.page-template .tippy-box[data-theme~=tippy-wwus-theme],
.post-template .tippy-box[data-theme~=tippy-dark-theme],
.post-template .tippy-box[data-theme~=tippy-fcc-dark-theme],
.post-template .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.post-template .tippy-box[data-theme~=tippy-wwus-theme],
.post-template-default .tippy-box[data-theme~=tippy-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-fcc-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-wwus-theme] {
    font-family: Georgia, serif
}

.no_img {
    padding: 34px 20px 20px
}

@media (min-width:1024px) {
    .no_img {
        padding: 0 60px
    }
}

.no_img .sem-cta-builder__wrapper {
    justify-content: space-between
}

.no_img .sem-cta-builder__btn-wrap {
    padding: 0
}

.no_img .cta-content-wrapper {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1024px) {
    .no_img .cta-content-wrapper {
        padding-right: 79px
    }
}

.sem-cta-builder {
    border-radius: 4px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, .06);
    position: relative
}

.sem-cta-builder__img-wrap {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%
}

.sem-cta-builder__img-wrap .cta-img {
    max-width: 286px;
    width: 100%
}

.sem-cta-builder__img-wrap .cta-img img {
    margin: 0 !important;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) {
    .sem-cta-builder__img-wrap .cta-img {
        max-width: 235px
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sem-cta-builder__img-wrap {
        max-width: 400px !important
    }
}

.sem-cta-builder__btn-wrap {
    margin-top: 24px;
    width: 100%
}

@media (min-width:1024px) {
    .sem-cta-builder__btn-wrap {
        margin-top: 0
    }
}

.sem-cta-builder__btn-wrap a {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 16.5px 4px
}

.sem-cta-builder__btn-wrap a:hover {
    background-color: #31ae7c
}

@media (min-width:1024px) {
    .sem-cta-builder__btn {
        width: 208px
    }

    .sem-cta-builder .cta-content-wrapper {
        max-width: 600px;
        padding-bottom: 63px;
        padding-right: 79px;
        padding-top: 63px
    }

    .sem-cta-builder__img-wrap {
        max-width: 235px
    }

    .sem-cta-builder__btn-wrap {
        margin-top: 0;
        width: auto
    }
}

.sem-cta-builder.light-mode {
    background: #fff;
    border: 1px solid #c5cced;
    margin: 24px 0;
    padding: 34px 16px 24px
}

@media (min-width:768px) {
    .sem-cta-builder.light-mode {
        padding: 30px
    }
}

.sem-cta-builder.light-mode .title {
    color: #333;
    line-height: 38px;
    margin-bottom: 14px
}

@media (min-width:768px) {
    .sem-cta-builder.light-mode .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 8px
    }
}

.sem-cta-builder.light-mode .description {
    color: #000;
    font-weight: 400
}

@media (min-width:1024px) {
    .sem-cta-builder.light-mode .description {
        font-family: Georgia
    }
}

.sem-cta-builder.light-mode .sem-cta-builder__wrapper {
    justify-content: space-between
}

.sem-cta-builder.light-mode .cta-content-wrapper,
.sem-cta-builder.light-mode .sem-cta-builder__btn-wrap {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1024px) {

    .sem-cta-builder.light-mode .cta-content-wrapper a,
    .sem-cta-builder.light-mode .sem-cta-builder__btn-wrap a {
        width: 262px
    }
}

.sem-cta-builder.light-mode .cta-content-wrapper {
    padding: 0
}

@media (min-width:1024px) {
    .sem-cta-builder.light-mode .cta-content-wrapper {
        padding-right: 10px
    }
}

.sem-cta-builder.light-mode .sem-cta-builder__btn-wrap {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding-bottom: 0
}

.sem-cta-builder.light-mode .sem-cta-builder__btn-wrap a {
    padding: 20px 4px 21px
}

.sem-cta-builder.light-mode .sem-cta-wrapper {
    padding-top: 11px
}

.sem-cta-builder.light-mode .cta-disclosure-icon-wrapper path {
    fill: #181716
}

.sem-cta-builder.light-mode .cta-disclosure-icon-wrapper g path {
    stroke: #181716;
    fill: none
}

.paid-template-single-sem-best-of-non-cc-v1-blade .page-content-inner-wrapper .sem-cta-builder__wrapper p,
.paid-template-single-sem-narrow-margin-non-cc-v1-blade .page-content-inner-wrapper .sem-cta-builder__wrapper p {
    margin-bottom: 0
}

.paid-template-single-sem-best-of-non-cc-v1-blade .sem-cta-builder .cta-content-wrapper .title {
    margin-bottom: 16px
}

@media (min-width:1024px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .sem-cta-builder .cta-content-wrapper .title {
        margin-bottom: 12px;
        max-width: 760px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__img-wrap {
        margin-bottom: 32px;
        margin-right: 0
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .cta-content-wrapper {
        padding: 0 20px;
        width: 100%
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 16px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__btn-wrap {
        display: flex;
        justify-content: end;
        padding: 0 20px;
        width: 100%
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__btn-wrap .sem-cta-builder__btn {
        margin-top: 24px;
        width: 100%
    }
}

@media (min-width:1170px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__wrapper {
        flex-wrap: nowrap;
        padding-bottom: 0
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__img-wrap {
        margin-bottom: 0;
        margin-right: 30px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .cta-content-wrapper {
        max-width: 600px;
        padding: 35px 30px 35px 0
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .title {
        font-size: 32px;
        line-height: 40px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__btn-wrap {
        padding-left: 0;
        padding-right: 30px;
        padding-top: 0;
        width: auto
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .right-rail-active .sem-cta-builder.dark-mode .sem-cta-builder__btn-wrap .sem-cta-builder__btn {
        width: 208px
    }

    .paid-template-single-sem-best-of-non-cc-v1-blade .sem-cta-builder .cta-content-wrapper .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px
    }
}

@media (min-width:1200px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .sem-cta-builder .sem-cta-builder__btn-wrap {
        padding-right: 30px;
        width: auto
    }
}

.paid-template-single-sem-best-of-non-cc-v1-blade .light-mode .sem-cta-builder__btn-wrap {
    padding-right: 0
}

@media (min-width:1024px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .light-mode .sem-cta-builder__btn-wrap {
        width: 200px
    }
}

@media (min-width:1200px) {
    .paid-template-single-sem-best-of-non-cc-v1-blade .light-mode .sem-cta-builder__btn-wrap {
        width: auto
    }
}

@media (min-width:1024px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .dark-mode .sem-cta-builder__img-wrap {
        margin-right: 30px
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .dark-mode .sem-cta-builder__btn-wrap {
        padding-right: 30px
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .dark-mode .cta-content-wrapper {
        padding: 35px 30px 35px 0
    }
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-cta-builder__wrapper .cta-content-wrapper .title {
    margin-bottom: 16px
}

@media (min-width:1024px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .sem-cta-builder__wrapper .cta-content-wrapper .title {
        margin-bottom: 12px
    }
}

* {
    word-wrap: break-word
}

body {
    font-family: EuclidCircularB, sans-serif
}

.container {
    margin: 0 auto;
    max-width: 1330px
}

.container,
.header__container {
    padding: 0 15px
}

@media (min-width:768px) {
    .header__container {
        justify-content: center
    }
}

.advertiser-disclosure-wrapper {
    right: 15px
}

@media screen and (min-width:1600px) {
    .advertiser-disclosure-wrapper {
        right: 0
    }
}

.top-note-wrap {
    margin-bottom: 8px;
    margin-top: 8px
}

@media (min-width:768px) {
    .top-note-wrap {
        margin-top: 12px
    }
}

.top-note-wrap .sem-editorial-wrapper {
    margin-bottom: 0
}

.page-content-wrapper {
    margin-top: 8px;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .page-content-wrapper {
        padding-bottom: 56px
    }
}

.page-content-inner-wrapper {
    width: 100%
}

@media (min-width:1024px) {
    .page-content-inner-wrapper.right-rail-active {
        width: calc(100% - 342px)
    }
}

@media screen and (min-width:1025) {
    .page-content-inner-wrapper .sem-3-widget-block {
        padding: 30px 0 0 28px
    }
}

.disclosure-block {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(51, 51, 51, .431);
    color: #333;
    font-family: Work Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    right: 10px;
    top: 42px;
    width: 100%;
    z-index: 999999
}

@media (max-width:1023px) {
    .disclosure-block {
        max-width: 100%;
        overflow: scroll;
        width: auto
    }
}

.disclosure-block.is-hidden {
    display: none
}

.disclosure-block.german-disclosure-style {
    max-height: 400px;
    overflow: auto
}

.disclosure-block.german-disclosure-style .disclosure-block-content>p {
    margin-bottom: 8px
}

.disclosure-block.german-disclosure-style .disclosure-block-content>p:last-child {
    margin-bottom: 0
}

.disclosure-block a {
    text-decoration: underline
}

#featured-partners .left-wrap .rating-value {
    white-space: nowrap
}

#featured-partners .right-wrap .rating-logo>img {
    margin-bottom: 0 !important
}

.banner-desciption-wrapper .author-block-v2 {
    margin-bottom: 0
}

.banner-desciption-wrapper .author-block-v2 .author-block-v2__artice-date {
    bottom: 5px
}

.myFinance-iframe {
    border: none;
    height: 360px;
    margin-bottom: 20px;
    min-width: 100%;
    overflow: hidden;
    width: 1px
}

.tippy-box[data-theme~=sem-fp-custom] {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
    margin: 0 15px 6px;
    padding: 6px 14px
}

@media (min-width:1024px) {
    .tippy-box[data-theme~=sem-fp-custom] {
        margin: 0 0 6px
    }
}

.tippy-box[data-theme~=sem-fp-custom] .tippy-content {
    color: #8d8d8d;
    font-family: Work Sans, sans-serif;
    font-size: 14px;
    line-height: 18px
}

.tippy-box[data-theme~=sem-fp-custom] .tippy-arrow:before {
    bottom: -17px
}

.tippy-box[data-theme~=sem-fp-custom].tippy-box[data-placement=bottom] .tippy-arrow {
    top: -11px
}

.tippy-box[data-theme~=sem-fp-custom].tippy-box[data-placement=bottom] .tippy-arrow:before {
    bottom: unset;
    transform: rotate(180deg)
}

.wysiwyg-content>:where(h2, h3, h4, h5, h6):first-child {
    margin-top: 0
}

html.is-locked,
html.is-locked body {
    min-height: 100vh;
    overflow: hidden
}

.hide-overlay-on-mobile {
    display: none
}

@media (min-width:768px) {
    .hide-overlay-on-mobile {
        display: block
    }
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .container:not(.top-provider-container) {
    max-width: 967px
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .banner-inner-wrapper {
    padding-bottom: 22px;
    padding-top: 29px
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .banner-desciption-wrapper {
    flex-direction: column;
    margin-top: 0
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .description-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .page-title {
    margin-bottom: 0
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added:has(.author-block-v2) .description-text {
    margin-bottom: 23px
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added:has(.author-block-v2) .page-title,
.paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added:has(.description-text) .page-title {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .banner-content-wrapper {
        max-width: unset
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .banner-inner-wrapper {
        padding-bottom: 26px;
        padding-top: 42px
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .page-title {
        color: #000
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added .description-text {
        font-size: 20px;
        line-height: 30px
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added:has(.author-block-v2) .description-text {
        margin-bottom: 34px
    }

    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added:has(.author-block-v2) .page-title,
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .header-image-added:has(.description-text) .page-title {
        margin-bottom: 12px
    }
}

.paid-template-single-sem-narrow-margin-non-cc-v1-blade .top-provider-container .section-title {
    text-align: center
}

@media (min-width:1024px) {
    .paid-template-single-sem-narrow-margin-non-cc-v1-blade .top-provider-container .section-title {
        margin-bottom: 7px
    }
}

@media (min-width:640px) {
    .sm\:bg-blue800 {
        background-color: #003186
    }

    .sm\:border-b-0 {
        border-bottom-width: 0
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:h-250px {
        height: 250px
    }

    .sm\:m-0 {
        margin: 0
    }

    .sm\:mx-0 {
        margin-left: 0
    }

    .sm\:mr-0,
    .sm\:mx-0 {
        margin-right: 0
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:-mt-5 {
        margin-top: -1.25rem
    }

    .sm\:mb-13px {
        margin-bottom: 13px
    }

    .sm\:mb-30px {
        margin-bottom: 30px
    }

    .sm\:max-w-1\/3 {
        max-width: 33.33%
    }

    .sm\:px-15px {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pt-4 {
        padding-top: 1rem
    }

    .sm\:pt-5 {
        padding-top: 1.25rem
    }

    .sm\:pt-6 {
        padding-top: 1.5rem
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem
    }

    .sm\:pb-30px {
        padding-bottom: 30px
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-3\/4 {
        width: 75%
    }

    .sm\:w-2\/6 {
        width: 33.333333%
    }
}

@media (min-width:768px) {
    .md\:rounded-none {
        border-radius: 0
    }

    .md\:rounded-xl {
        border-radius: .75rem
    }

    .md\:border-t-0 {
        border-top-width: 0
    }

    .md\:border-r-0 {
        border-right-width: 0
    }

    .md\:border-l-0 {
        border-left-width: 0
    }

    .md\:border-b-1 {
        border-bottom-width: 1px
    }

    .md\:border-b-2 {
        border-bottom-width: 2px
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:flex-none {
        flex: none
    }

    .md\:font-normal {
        font-weight: 400
    }

    .md\:h-1 {
        height: .25rem
    }

    .md\:h-42px {
        height: 42px
    }

    .md\:h-138px {
        height: 138px
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:text-base {
        font-size: 1rem
    }

    .md\:text-lg {
        font-size: 1.125rem
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-18px {
        font-size: 18px
    }

    .md\:text-20px {
        font-size: 20px
    }

    .md\:text-22px {
        font-size: 22px
    }

    .md\:text-24px {
        font-size: 24px
    }

    .md\:text-25px {
        font-size: 25px
    }

    .md\:text-32px {
        font-size: 32px
    }

    .md\:text-40px {
        font-size: 40px
    }

    .md\:text-48px {
        font-size: 48px
    }

    .md\:leading-6 {
        line-height: 1.5rem
    }

    .md\:leading-7 {
        line-height: 1.75rem
    }

    .md\:leading-8 {
        line-height: 2rem
    }

    .md\:leading-10 {
        line-height: 2.5rem
    }

    .md\:leading-23px {
        line-height: 23px
    }

    .md\:leading-25px {
        line-height: 25px
    }

    .md\:leading-27px {
        line-height: 27px
    }

    .md\:leading-30px {
        line-height: 30px
    }

    .md\:leading-34px {
        line-height: 34px
    }

    .md\:leading-60px {
        line-height: 60px
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:m-auto {
        margin: auto
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:my-42px {
        margin-bottom: 42px;
        margin-top: 42px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mt-1 {
        margin-top: .25rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mb-3 {
        margin-bottom: .75rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mt-40 {
        margin-top: 10rem
    }

    .md\:mb-0px {
        margin-bottom: 0
    }

    .md\:mb-2px {
        margin-bottom: 2px
    }

    .md\:mt-8px {
        margin-top: 8px
    }

    .md\:mt-6px {
        margin-top: 6px
    }

    .md\:mb-10px {
        margin-bottom: 10px
    }

    .md\:mb-14px {
        margin-bottom: 14px
    }

    .md\:mb-16px {
        margin-bottom: 16px
    }

    .md\:mr-18px {
        margin-right: 18px
    }

    .md\:mb-20px {
        margin-bottom: 20px
    }

    .md\:mt-23px {
        margin-top: 23px
    }

    .md\:mt-28px {
        margin-top: 28px
    }

    .md\:mt-30px {
        margin-top: 30px
    }

    .md\:mb-30px {
        margin-bottom: 30px
    }

    .md\:ml-30px {
        margin-left: 30px
    }

    .md\:mb-35px {
        margin-bottom: 35px
    }

    .md\:mt-38px {
        margin-top: 38px
    }

    .md\:mb-60px {
        margin-bottom: 60px
    }

    .md\:mb-70px {
        margin-bottom: 70px
    }

    .md\:mt-200px {
        margin-top: 200px
    }

    .md\:max-w-255px {
        max-width: 255px
    }

    .md\:max-w-960px {
        max-width: 960px
    }

    .md\:max-w-970px {
        max-width: 970px
    }

    .md\:max-w-1320px {
        max-width: 1320px
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .md\:px-0px {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-8px {
        padding-left: 8px;
        padding-right: 8px
    }

    .md\:py-10px {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .md\:py-13px {
        padding-bottom: 13px;
        padding-top: 13px
    }

    .md\:py-16px {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .md\:px-20px {
        padding-left: 20px;
        padding-right: 20px
    }

    .md\:py-22px {
        padding-bottom: 22px;
        padding-top: 22px
    }

    .md\:px-23px {
        padding-left: 23px;
        padding-right: 23px
    }

    .md\:py-25px {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .md\:py-30px {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .md\:px-30px {
        padding-left: 30px;
        padding-right: 30px
    }

    .md\:px-34px {
        padding-left: 34px;
        padding-right: 34px
    }

    .md\:px-40px {
        padding-left: 40px;
        padding-right: 40px
    }

    .md\:py-50px {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pr-5 {
        padding-right: 1.25rem
    }

    .md\:pl-5 {
        padding-left: 1.25rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pb-0px {
        padding-bottom: 0
    }

    .md\:pl-0px {
        padding-left: 0
    }

    .md\:pl-8px {
        padding-left: 8px
    }

    .md\:pt-10px {
        padding-top: 10px
    }

    .md\:pb-12px {
        padding-bottom: 12px
    }

    .md\:pb-13px {
        padding-bottom: 13px
    }

    .md\:pb-15px {
        padding-bottom: 15px
    }

    .md\:pt-16px {
        padding-top: 16px
    }

    .md\:pt-20px {
        padding-top: 20px
    }

    .md\:pb-20px {
        padding-bottom: 20px
    }

    .md\:pt-23px {
        padding-top: 23px
    }

    .md\:pb-23px {
        padding-bottom: 23px
    }

    .md\:pt-24px {
        padding-top: 24px
    }

    .md\:pt-30px {
        padding-top: 30px
    }

    .md\:pb-30px {
        padding-bottom: 30px
    }

    .md\:pl-30px {
        padding-left: 30px
    }

    .md\:pt-32px {
        padding-top: 32px
    }

    .md\:pt-40px {
        padding-top: 40px
    }

    .md\:pr-40px {
        padding-right: 40px
    }

    .md\:pb-40px {
        padding-bottom: 40px
    }

    .md\:pt-48px {
        padding-top: 48px
    }

    .md\:pl-50px {
        padding-left: 50px
    }

    .md\:absolute {
        position: absolute
    }

    .md\:right-0 {
        right: 0
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-777777 {
        color: #777
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-3\/6,
    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:w-54px {
        width: 54px
    }

    .md\:w-225px {
        width: 225px
    }

    .md\:w-300px {
        width: 300px
    }

    .md\:w-283px {
        width: 283px
    }

    .md\:w-287px {
        width: 287px
    }
}

@media (min-width:1024px) {
    .lg\:bg-white {
        background-color: #fff
    }

    .lg\:bg-fcfcfc {
        background-color: #fcfcfc
    }

    .lg\:rounded-none {
        border-radius: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:inline-flex {
        display: inline-flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:self-center {
        align-self: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:font-semibold {
        font-weight: 600
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:h-254px {
        height: 254px
    }

    .lg\:h-82px {
        height: 82px
    }

    .lg\:text-xs {
        font-size: .75rem
    }

    .lg\:text-sm {
        font-size: .875rem
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-lg {
        font-size: 1.125rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:text-11px {
        font-size: 11px
    }

    .lg\:text-14px {
        font-size: 14px
    }

    .lg\:text-18px {
        font-size: 18px
    }

    .lg\:text-20px {
        font-size: 20px
    }

    .lg\:text-21px {
        font-size: 21px
    }

    .lg\:text-22px {
        font-size: 22px
    }

    .lg\:text-24px {
        font-size: 24px
    }

    .lg\:text-25px {
        font-size: 25px
    }

    .lg\:text-28px {
        font-size: 28px
    }

    .lg\:text-30px {
        font-size: 30px
    }

    .lg\:text-32px {
        font-size: 32px
    }

    .lg\:text-40px {
        font-size: 40px
    }

    .lg\:text-48px {
        font-size: 48px
    }

    .lg\:text-55px {
        font-size: 55px
    }

    .lg\:leading-5 {
        line-height: 1.25rem
    }

    .lg\:leading-6 {
        line-height: 1.5rem
    }

    .lg\:leading-7 {
        line-height: 1.75rem
    }

    .lg\:leading-10 {
        line-height: 2.5rem
    }

    .lg\:leading-16px {
        line-height: 16px
    }

    .lg\:leading-18px {
        line-height: 18px
    }

    .lg\:leading-20px {
        line-height: 20px
    }

    .lg\:leading-22px {
        line-height: 22px
    }

    .lg\:leading-24px {
        line-height: 24px
    }

    .lg\:leading-28px {
        line-height: 28px
    }

    .lg\:leading-30px {
        line-height: 30px
    }

    .lg\:leading-40px {
        line-height: 40px
    }

    .lg\:leading-42px {
        line-height: 42px
    }

    .lg\:leading-44px {
        line-height: 44px
    }

    .lg\:leading-45px {
        line-height: 45px
    }

    .lg\:leading-46px {
        line-height: 46px
    }

    .lg\:leading-54px {
        line-height: 54px
    }

    .lg\:leading-55px {
        line-height: 55px
    }

    .lg\:leading-59px {
        line-height: 59px
    }

    .lg\:leading-70px {
        line-height: 70px
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:my-24px {
        margin-bottom: 24px;
        margin-top: 24px
    }

    .lg\:my-42px {
        margin-bottom: 42px;
        margin-top: 42px
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:mt-3 {
        margin-top: .75rem
    }

    .lg\:mr-3 {
        margin-right: .75rem
    }

    .lg\:mb-3 {
        margin-bottom: .75rem
    }

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }

    .lg\:ml-5 {
        margin-left: 1.25rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:mr-20 {
        margin-right: 5rem
    }

    .lg\:-mt-6 {
        margin-top: -1.5rem
    }

    .lg\:mt-0px {
        margin-top: 0
    }

    .lg\:mb-0px {
        margin-bottom: 0
    }

    .lg\:mb-2px {
        margin-bottom: 2px
    }

    .lg\:mr-4px {
        margin-right: 4px
    }

    .lg\:mb-4px {
        margin-bottom: 4px
    }

    .lg\:mr-8px {
        margin-right: 8px
    }

    .lg\:mb-10px {
        margin-bottom: 10px
    }

    .lg\:mr-12px {
        margin-right: 12px
    }

    .lg\:mb-12px {
        margin-bottom: 12px
    }

    .lg\:mt-14px {
        margin-top: 14px
    }

    .lg\:mb-14px {
        margin-bottom: 14px
    }

    .lg\:mb-15px {
        margin-bottom: 15px
    }

    .lg\:mr-16px {
        margin-right: 16px
    }

    .lg\:mb-18px {
        margin-bottom: 18px
    }

    .lg\:mr-20px {
        margin-right: 20px
    }

    .lg\:mb-20px {
        margin-bottom: 20px
    }

    .lg\:ml-23px {
        margin-left: 23px
    }

    .lg\:mb-24px {
        margin-bottom: 24px
    }

    .lg\:mt-25px {
        margin-top: 25px
    }

    .lg\:mr-25px {
        margin-right: 25px
    }

    .lg\:mb-25px {
        margin-bottom: 25px
    }

    .lg\:mr-30px {
        margin-right: 30px
    }

    .lg\:mb-30px {
        margin-bottom: 30px
    }

    .lg\:mb-32px {
        margin-bottom: 32px
    }

    .lg\:mt-36px {
        margin-top: 36px
    }

    .lg\:mr-40px {
        margin-right: 40px
    }

    .lg\:mb-40px {
        margin-bottom: 40px
    }

    .lg\:mr-50px {
        margin-right: 50px
    }

    .lg\:mb-50px {
        margin-bottom: 50px
    }

    .lg\:mr-60px {
        margin-right: 60px
    }

    .lg\:mb-60px {
        margin-bottom: 60px
    }

    .lg\:ml-70px {
        margin-left: 70px
    }

    .lg\:last\:mb-0:last-child {
        margin-bottom: 0
    }

    .lg\:max-w-30rem {
        max-width: 30rem
    }

    .lg\:max-w-960px {
        max-width: 960px
    }

    .lg\:max-w-320px {
        max-width: 320px
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-10px {
        padding: 10px
    }

    .lg\:p-16px {
        padding: 16px
    }

    .lg\:p-40px {
        padding: 40px
    }

    .lg\:py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-1 {
        padding-bottom: .25rem;
        padding-top: .25rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-10 {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .lg\:py-10px {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .lg\:px-11px {
        padding-left: 11px;
        padding-right: 11px
    }

    .lg\:py-12px {
        padding-bottom: 12px;
        padding-top: 12px
    }

    .lg\:px-15px {
        padding-left: 15px;
        padding-right: 15px
    }

    .lg\:py-16px {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .lg\:py-18px {
        padding-bottom: 18px;
        padding-top: 18px
    }

    .lg\:px-20px {
        padding-left: 20px;
        padding-right: 20px
    }

    .lg\:py-30px {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .lg\:px-30px {
        padding-left: 30px;
        padding-right: 30px
    }

    .lg\:py-34px {
        padding-bottom: 34px;
        padding-top: 34px
    }

    .lg\:px-34px {
        padding-left: 34px;
        padding-right: 34px
    }

    .lg\:py-40px {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .lg\:px-40px {
        padding-left: 40px;
        padding-right: 40px
    }

    .lg\:py-60px {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .lg\:px-60px {
        padding-left: 60px;
        padding-right: 60px
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pl-3 {
        padding-left: .75rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem
    }

    .lg\:pl-10 {
        padding-left: 2.5rem
    }

    .lg\:pb-16 {
        padding-bottom: 4rem
    }

    .lg\:pt-0px {
        padding-top: 0
    }

    .lg\:pl-0px {
        padding-left: 0
    }

    .lg\:pt-10px {
        padding-top: 10px
    }

    .lg\:pl-10px {
        padding-left: 10px
    }

    .lg\:pr-11px {
        padding-right: 11px
    }

    .lg\:pl-11px {
        padding-left: 11px
    }

    .lg\:pr-15px {
        padding-right: 15px
    }

    .lg\:pb-17px {
        padding-bottom: 17px
    }

    .lg\:pr-25px {
        padding-right: 25px
    }

    .lg\:pt-28px {
        padding-top: 28px
    }

    .lg\:pt-30px {
        padding-top: 30px
    }

    .lg\:pl-30px {
        padding-left: 30px
    }

    .lg\:pr-32px {
        padding-right: 32px
    }

    .lg\:pt-36px {
        padding-top: 36px
    }

    .lg\:pr-40px {
        padding-right: 40px
    }

    .lg\:pl-48px {
        padding-left: 48px
    }

    .lg\:pr-60px {
        padding-right: 60px
    }

    .lg\:pr-90px {
        padding-right: 90px
    }

    .lg\:static {
        position: static
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-black900 {
        color: #333
    }

    .lg\:no-underline {
        text-decoration: none
    }

    .lg\:hover\:underline:hover {
        text-decoration: underline
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-300px {
        width: 300px
    }

    .lg\:transition-opacity {
        transition-property: opacity
    }

    .lg\:duration-1000 {
        transition-duration: 1s
    }

    .lg\:delay-500 {
        transition-delay: .5s
    }
}

@media (min-width:1280px) {
    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:inline-flex {
        display: inline-flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:justify-between {
        justify-content: space-between
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:ml-0 {
        margin-left: 0
    }

    .xl\:ml-3 {
        margin-left: .75rem
    }

    .xl\:pb-32px {
        padding-bottom: 32px
    }
}

#custom-header-wrapper .categories-bar {
    margin: 0 auto;
    max-width: 1600px
}

#custom-header-wrapper .chevron-wrapper {
    position: relative
}

#custom-header-wrapper .chevron-wrapper:after,
#custom-header-wrapper .chevron-wrapper:before {
    background: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 10px;
    margin-top: -6px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: center 9px;
    transition: all .2s ease-out;
    width: 2px
}

#custom-header-wrapper .chevron-wrapper:before {
    transform: rotate(-45deg)
}

#custom-header-wrapper .chevron-wrapper:after {
    transform: rotate(45deg)
}

@media (min-width:1200px) {

    #custom-header-wrapper .chevron-wrapper:hover:after,
    #custom-header-wrapper .chevron-wrapper:hover:before {
        margin-top: -12px
    }

    #custom-header-wrapper .chevron-wrapper:hover:before {
        transform: rotate(-135deg)
    }

    #custom-header-wrapper .chevron-wrapper:hover:after {
        transform: rotate(135deg)
    }
}

#custom-header-wrapper .chevron-wrapper.active:after,
#custom-header-wrapper .chevron-wrapper.active:before {
    margin-top: -12px
}

#custom-header-wrapper .chevron-wrapper.active:before {
    transform: rotate(-135deg)
}

#custom-header-wrapper .chevron-wrapper.active:after {
    transform: rotate(135deg)
}

#custom-header-wrapper .sub-menu-wrap .active .chevron-wrapper:after,
#custom-header-wrapper .sub-menu-wrap .active .chevron-wrapper:before {
    margin-top: -12px
}

#custom-header-wrapper .sub-menu-wrap .active .chevron-wrapper:before {
    transform: rotate(-135deg)
}

#custom-header-wrapper .sub-menu-wrap .active .chevron-wrapper:after {
    transform: rotate(135deg)
}

#custom-header-wrapper .categories-wrapper {
    height: calc(100vh - 96px);
    top: 96px
}

#custom-header-wrapper .categories-wrapper .menu-tab {
    width: 135px
}

#custom-header-wrapper .categories-wrapper .menu-tab.active {
    border-color: #000;
    color: #000
}

#custom-header-wrapper .categories-wrapper .menu-tab.active .sub-menu-dropdown {
    display: block
}

#custom-header-wrapper .categories-wrapper .menu-tab:last-of-type {
    display: none
}

#custom-header-wrapper .categories-wrapper .menu-tab .chevron-wrapper:after,
#custom-header-wrapper .categories-wrapper .menu-tab .chevron-wrapper:before {
    content: none
}

#custom-header-wrapper .categories-wrapper .sub-menu-dropdown {
    box-shadow: -5px 0 4px 0 rgba(0, 0, 0, .05);
    display: none;
    height: calc(100vh - 96px);
    width: calc(100% - 135px)
}

#custom-header-wrapper .categories-wrapper #regionSelector {
    display: none
}

#custom-header-wrapper #regionSelector .rs-dropdown {
    right: 0;
    top: 45px;
    width: 100px
}

@media (min-width:375px) {
    #custom-header-wrapper #regionSelector .rs-dropdown {
        right: -15px
    }
}

#custom-header-wrapper #regionSelector .rs-dropdown .level1 {
    border-radius: 3px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media (min-width:1025px) {
    #custom-header-wrapper #regionSelector:hover .rs-dropdown {
        display: block
    }
}

#custom-header-wrapper #regionSelector.chevron-wrapper:after,
#custom-header-wrapper #regionSelector.chevron-wrapper:before {
    right: 10px
}

@media (min-width:768px) {
    #custom-header-wrapper #subnavBar .categories-wrapper {
        border: none;
        display: block;
        height: 100%;
        top: 0;
        width: auto
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab {
        width: auto
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab>span {
        padding: 0
    }
}

@media (min-width:768px) and (min-width:1200px) {
    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab:hover .sub-menu-dropdown {
        display: block !important
    }
}

@media (min-width:768px) {
    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab.active .sub-menu-dropdown {
        display: block !important
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:after,
    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:before {
        margin-top: -12px
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:before {
        transform: rotate(-135deg)
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab.active .chevron-wrapper:after {
        transform: rotate(135deg)
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab.active {
        @apply text-gray-500
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab:last-of-type {
        display: flex
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab .chevron-wrapper:after,
    #custom-header-wrapper #subnavBar .categories-wrapper .menu-tab .chevron-wrapper:before {
        content: ""
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .sub-menu-dropdown {
        display: none !important;
        height: auto;
        right: 5px;
        top: 50px;
        width: 300px
    }

    #custom-header-wrapper #subnavBar .categories-wrapper .sub-menu-dropdown .level1 {
        border-radius: 3px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
    }

    #custom-header-wrapper #subnavBar .categories-wrapper #regionSelector {
        display: flex
    }

    #custom-header-wrapper #regionSelector .rs-dropdown {
        right: 0;
        top: 50px
    }
}

#custom-header-wrapper .mobile-ui .sub-menu-dropdown .level1 {
    height: 70vh
}

#custom-header-wrapper .rotate-180 {
    transform: rotate(180deg)
}

#custom-header-wrapper .mobile-region-selector-wrap * {
    box-sizing: border-box
}

#custom-header-wrapper .logged-in {
    margin-top: -32px
}

@media only screen and (max-width:782px) {
    #custom-header-wrapper .logged-in {
        margin-top: -46px
    }
}

#custom-header-wrapper .header-us {
    background-color: #181716;
    color: #fcfcfc;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .8s ease-in-out;
    width: 100%;
    z-index: 99999
}

#custom-header-wrapper .header__container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1600px
}

#custom-header-wrapper .header__logo {
    align-items: center;
    display: flex;
    height: 100%
}

#custom-header-wrapper .header__logo svg {
    fill: #fff;
    margin-top: 5px
}

#custom-header-wrapper .header__nav {
    color: #f4f4f4;
    display: block;
    height: 100%
}

#custom-header-wrapper .header__nav .menu {
    align-items: center;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: center;
    line-height: 14.95px;
    width: 100%
}

#custom-header-wrapper .header__nav .menu>li.menu-item {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 24px
}

#custom-header-wrapper .header__nav .menu>li.menu-item:first-of-type {
    padding-left: 0
}

#custom-header-wrapper .header__nav .menu .menu-item a {
    color: #fcfcfc;
    font-family: Work Sans, sans-serif;
    font-weight: 400
}

#custom-header-wrapper .header__nav .sub-menu-wrap {
    background-color: #212424;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    left: 0;
    padding: 16px 18px 32px 0;
    top: 56px;
    visibility: hidden;
    width: 100vw;
    z-index: 8888
}

#custom-header-wrapper .header__nav .sub-menu-wrap:before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    transition: width .1s ease-in-out;
    width: 0
}

#custom-header-wrapper .header__nav .sub-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0 auto;
    max-width: 1012px
}

#custom-header-wrapper .header__nav .menu .sub-menu .menu-item {
    height: auto;
    line-height: 14px;
    margin-right: 1.5%;
    padding: 16px 0 0;
    width: 30%
}

#custom-header-wrapper .header__nav .menu .sub-menu .menu-item:first-child {
    display: none
}

#custom-header-wrapper .header__nav .menu .sub-menu .menu-item:first-child a {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='12' width='20' viewBox='0 0 20 20'%3E%3Cpath d='M16.928 12h-16v-2h16z'/%3E%3Cpath d='m18.493 11.044-5.657 5.657-1.414-1.414 5.656-5.657z'/%3E%3Cpath d='M17.078 12.372 11.42 6.715 12.835 5.3l5.657 5.657z'/%3E%3C/svg%3E") 100% no-repeat;
    font-weight: 600;
    padding-right: 25px
}

#custom-header-wrapper .header__nav .menu .menu-item:not(.hideSubMenu):hover .sub-menu-wrap {
    visibility: visible
}

#custom-header-wrapper .header__nav .menu .menu-item:hover .sub-menu-wrap:before {
    width: 100%
}

#custom-header-wrapper .amp-ui .header__search {
    display: none
}

#custom-header-wrapper .header__search,
#custom-header-wrapper .header__share {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    margin: -2px 16px 0 auto;
    width: 20px
}

#custom-header-wrapper .header__search span,
#custom-header-wrapper .header__share span {
    display: inline-block;
    height: 22px
}

#custom-header-wrapper .header__search svg,
#custom-header-wrapper .header__share svg {
    fill: #fff;
    color: #fff;
    height: 20px;
    width: 20px
}

#custom-header-wrapper .header__share svg {
    fill: transparent
}

#custom-header-wrapper .header__indicator {
    background-color: #ffcfa4;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

#custom-header-wrapper .header__nav .menu .legal-links {
    display: none
}

#custom-header-wrapper header li.current-menu-item a {
    color: #ff891f
}

#custom-header-wrapper .menu-toggle .close {
    display: none
}

#custom-header-wrapper .menu-toggle.on .close {
    display: block
}

#custom-header-wrapper .header__nav,
#custom-header-wrapper .header__search,
#custom-header-wrapper .menu-toggle.on .open {
    display: none
}

#custom-header-wrapper .share-modal {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

#custom-header-wrapper .share-modal-overlay {
    background: #000;
    display: none;
    height: 100%;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#custom-header-wrapper .share-modal--open {
    display: block
}

#custom-header-wrapper .share-text {
    color: #fff;
    font-size: 18px;
    margin: 12px 0 20px;
    padding-left: 32px;
    text-transform: uppercase
}

#custom-header-wrapper .menu-toggle {
    cursor: pointer;
    display: block;
    left: 0;
    margin-left: 23px;
    overflow: hidden;
    padding: 13px 0;
    position: absolute;
    top: 0
}

#custom-header-wrapper .menu-toggle .menu-toggle-wrap {
    fill: #fff;
    height: 24px;
    width: 20px
}

#custom-header-wrapper .header-us {
    height: 50px
}

@media only screen and (max-width:1600px) {
    #custom-header-wrapper .header__nav .menu>li.menu-item {
        padding: 0 20px
    }

    #custom-header-wrapper .header__nav .sub-menu {
        max-width: 930px
    }
}

@media only screen and (max-width:1400px) {
    #custom-header-wrapper .header__nav .menu>li.menu-item {
        padding: 0 16px
    }
}

@media only screen and (max-width:1280px) {
    #custom-header-wrapper .header__nav .menu>li.menu-item {
        padding: 0 8px
    }

    #custom-header-wrapper .header__nav .sub-menu {
        max-width: 692px
    }
}

#custom-header-wrapper .header__container {
    height: 50px
}

#custom-header-wrapper .header__search,
#custom-header-wrapper .header__share {
    margin-top: -5px
}

#custom-header-wrapper .site-wrapper.sticky {
    padding-top: 48px
}

#custom-header-wrapper .header__nav {
    background-color: #181716;
    display: none;
    height: 90vh;
    left: 0;
    position: absolute;
    top: 48px;
    z-index: 9999
}

#custom-header-wrapper .header__nav.active {
    display: block
}

#custom-header-wrapper .header__nav .menu {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    justify-content: space-between
}

#custom-header-wrapper .header__nav .menu>li.menu-item {
    min-height: 40px;
    overflow: hidden;
    padding: 9px 25px;
    width: 100%
}

#custom-header-wrapper .header__nav .menu>li.menu-item:first-of-type,
#custom-header-wrapper .header__nav .menu>li.menu-item:last-of-type {
    padding: 9px 25px
}

#custom-header-wrapper .header__nav .menu>li.menu-item>a {
    font-size: 18px;
    height: 100%;
    line-height: 1.15
}

#custom-header-wrapper .header__nav .menu>li.menu-item.active a {
    color: inherit
}

#custom-header-wrapper .header__nav .menu>li.menu-item.active {
    border-left: 4px solid
}

#custom-header-wrapper .header__nav .menu>li.menu-item .header-divider {
    border: none;
    box-shadow: inset -1px 0 0 0 #333;
    color: #cdc1b2;
    display: none;
    height: calc(100% - 35px);
    left: 31%;
    position: absolute;
    top: 10px;
    transition: none;
    width: 2px;
    z-index: 1
}

#custom-header-wrapper .header__nav .menu>li.menu-item.active .header-divider {
    display: block;
    z-index: 2
}

#custom-header-wrapper .header__nav .sub-menu-wrap {
    background-color: #181716;
    box-shadow: none;
    color: #fcfcfc;
    font-size: 13px;
    height: 85vh;
    left: auto;
    padding: 0 0 0 25px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 69%;
    z-index: 1
}

#custom-header-wrapper .header__nav .menu>li.menu-item.active .sub-menu-wrap {
    visibility: visible
}

#custom-header-wrapper .header__nav .menu .menu-item:hover .sub-menu-wrap {
    visibility: hidden
}

#custom-header-wrapper .header__nav .sub-menu-wrap:before {
    display: none
}

#custom-header-wrapper .header__nav .sub-menu {
    flex-direction: column;
    height: 100%;
    width: 100%
}

#custom-header-wrapper .header__nav .menu .sub-menu .menu-item {
    display: inline-block;
    flex-shrink: 0;
    height: 40px;
    margin-right: 0;
    padding: 0;
    width: auto
}

#custom-header-wrapper .header__nav .menu .sub-menu .menu-item:first-child {
    display: block;
    padding-top: 1px
}

#custom-header-wrapper .header__nav .menu .sub-menu .menu-item:first-child a {
    padding: 3px 24px 0 0
}

#custom-header-wrapper .header__indicator {
    display: none
}

#custom-header-wrapper .header__nav .menu .legal-links {
    display: block;
    font-size: 13px;
    padding: 10px 25px
}

#custom-header-wrapper .header__nav .menu .legal-link {
    color: #fcfcfc;
    font-family: Work Sans, sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 10px
}

#custom-header-wrapper .header__nav .menu .legal-link a {
    color: #fcfcfc;
    font-family: Work Sans, sans-serif
}

@media only screen and (max-width:768px) {
    #custom-header-wrapper .header__nav {
        height: 100vh;
        height: calc(var(--vh, 1vh)*100)
    }

    #custom-header-wrapper .header__nav .sub-menu-wrap {
        height: 100vh;
        height: calc(var(--vh, 1vh)*100);
        padding: 0 32px;
        top: 11px;
        width: 50%
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item .header-divider {
        left: 50%;
        top: 11px
    }

    #custom-header-wrapper .header__nav .menu .sub-menu .menu-item {
        font-weight: 600;
        height: auto;
        padding: 10px 0
    }

    #custom-header-wrapper .header__nav .menu .sub-menu .menu-item:first-child {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    #custom-header-wrapper .menu-toggle {
        margin-left: 20px
    }

    #custom-header-wrapper .header__logo svg {
        width: auto
    }
}

@media only screen and (max-width:480px) {
    #custom-header-wrapper .header__container {
        height: 50px
    }

    #custom-header-wrapper .header__logo {
        margin-top: -5px
    }

    #custom-header-wrapper .header__indicator {
        display: block;
        height: 1px;
        opacity: .15;
        z-index: 9999
    }

    #custom-header-wrapper .header__search,
    #custom-header-wrapper .header__share {
        margin-top: -3px
    }

    #custom-header-wrapper .header__nav.active {
        position: fixed
    }

    #custom-header-wrapper .header__nav .menu {
        display: block;
        height: 100vh;
        height: calc(var(--vh, 1vh)*100);
        overflow-y: scroll
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item {
        align-items: flex-start;
        border-left: none !important;
        flex-direction: column;
        height: auto;
        min-height: 38px;
        padding: 0
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item:first-of-type,
    #custom-header-wrapper .header__nav .menu>li.menu-item:last-of-type {
        padding: 0
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item.active .header-divider {
        display: none
    }

    #custom-header-wrapper .header__nav .sub-menu-wrap {
        background-color: #212424;
        border-left: 4px solid;
        display: none;
        height: auto;
        left: 0;
        margin-top: 20px;
        padding: 25px;
        position: relative;
        right: unset;
        top: 0;
        width: calc(100% + 50px)
    }

    #custom-header-wrapper .header__nav .sub-menu .menu-item {
        display: block;
        height: auto;
        padding: 10px 0
    }

    #custom-header-wrapper .header__nav .menu .sub-menu .menu-item:first-child {
        padding-top: 1px
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item:last-of-type {
        margin-bottom: 10px
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item.active .sub-menu-wrap {
        display: block
    }

    #custom-header-wrapper .header__nav .menu>li.menu-item>a {
        display: block;
        font-size: 16px;
        padding: 10px 25px 0;
        width: 100%
    }

    #custom-header-wrapper .header__nav .menu .legal-links {
        margin-bottom: 150px
    }
}

@media only screen and (max-width:374px) {
    #custom-header-wrapper #subnavBar .sub-menu-wrap {
        padding-left: 4px;
        padding-right: 4px
    }

    #custom-header-wrapper .sub-menu-item {
        padding-right: 8px
    }
}

#custom-header-wrapper .header__nav {
    background: #222424;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    width: 100%
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav {
        left: -251px;
        transition: all .5s;
        width: 251px
    }

    #custom-header-wrapper .header__nav.active {
        left: 0
    }
}

#custom-header-wrapper .header__nav .bottom-menu {
    background: #222424;
    bottom: 50px;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 0 30px;
    position: absolute;
    width: 100%
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .header__nav .bottom-menu {
        bottom: 40px
    }
}

#custom-header-wrapper .header__nav .bottom-menu .bottom-close-menu {
    align-items: center;
    color: #7d7d7d;
    cursor: pointer;
    display: flex;
    margin: 22px 0 32px;
    width: 100%
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .header__nav .bottom-menu .bottom-close-menu {
        margin: 40px 0
    }
}

#custom-header-wrapper .header__nav .bottom-menu .bottom-close-menu:hover {
    text-decoration: underline
}

#custom-header-wrapper .header__nav .bottom-menu .bottom-close-menu a {
    margin-left: 20px
}

#custom-header-wrapper .header__nav .wp-menu {
    -ms-overflow-style: none;
    max-height: calc(100vh - 150px);
    max-height: calc(var(--vh, 1vh)*100 - 150px);
    overflow: scroll;
    scrollbar-width: none
}

#custom-header-wrapper .header__nav .wp-menu::-webkit-scrollbar {
    display: none
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .main-menu-wrap {
    border-left: 3px solid #222424
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item:first-child {
    border-top: 2px solid #222424
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item:hover {
        background-color: #181716
    }

    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item:hover .main-menu-wrap {
        border-left: 3px solid #bfc8fb;
        color: #bfc8fb
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item:hover .sub-menu-wrap {
    visibility: visible
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item>a {
    display: block;
    padding: 30px 40px
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item>a {
        padding: 18px 46px
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .main-menu-wrap {
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .main-menu-wrap {
        padding: 12px 16px
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap::-webkit-scrollbar,
#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu::-webkit-scrollbar {
    display: none
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu,
#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
    background-color: #222424;
    border: none;
    display: block;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    left: 100%;
    margin: 0;
    max-height: calc(100vh - 148px);
    max-height: calc(var(--vh, 1vh)*100 - 148px);
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: all .5s;
    visibility: visible
}

@media (min-width:500px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
        max-height: calc(100vh - 150px);
        max-height: calc(var(--vh, 1vh)*100 - 150px)
    }
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap {
        border-left: 1px solid #7f7f7f;
        max-height: calc(100vh - 48px);
        max-height: calc(var(--vh, 1vh)*100 - 48px);
        right: -320px;
        top: 0;
        transition: none;
        visibility: hidden;
        width: 320px
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap.mobile-active {
    border-left: none;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .mobile-back-btn {
    align-items: center;
    color: #626262;
    display: block;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 35px 31px 10px
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .mobile-back-btn {
        display: none
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .mobile-back-btn .back-arrow {
    margin-right: 20px
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu {
    display: block;
    max-height: calc(100% - 70px);
    max-width: none;
    overflow: auto
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu {
        max-height: none
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .all-category-link a {
    align-items: center;
    background: #222424;
    color: #bfc8fb;
    cursor: pointer;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 26px 45px 26px 32px;
    position: relative
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .all-category-link a {
        padding: 30px 45px 30px 30px
    }

    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .all-category-link {
        display: none
    }

    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .all-category-link.is-touch {
        display: block
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .sub-menu-title {
    align-items: center;
    background: #222424;
    color: #bfc8fb;
    cursor: pointer;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 26px 45px 26px 32px;
    position: relative
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .sub-menu-title {
        padding: 30px 45px 30px 30px
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .sub-menu-title a {
    display: block
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .accordian-wrapper .accordian-title:after {
    border: solid #bfc8fb;
    border-width: 0 3px 3px 0;
    content: "";
    display: inline-block;
    margin-left: auto;
    padding: 3px;
    position: absolute;
    right: 35px;
    top: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .accordian-wrapper .accordian-title:after {
        top: 35px
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .accordian-wrapper.active .accordian-title:after {
    top: 37px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

@media (min-width:1065px) {
    #custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .accordian-wrapper.active .accordian-title:after {
        top: 40px
    }
}

#custom-header-wrapper .header__nav .wp-menu .wp-menu-item .sub-menu-wrap .sub-menu .sub-menu-item .accordian-wrapper .accordian-menu a {
    background: #181716;
    display: block;
    font-family: EuclidCircularB, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 24px 32px
}

#custom-header-wrapper .region-selector-mobile {
    background-color: rgba(0, 0, 0, .4);
    overflow-y: auto;
    top: 0;
    z-index: 999999
}

#custom-header-wrapper .region-selector-mobile .mobile-region-selector-wrap {
    border-radius: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width:640px) and (max-width:768px) {
    #custom-header-wrapper .region-selector-mobile .mobile-region-selector-wrap .mob-region-sel-holder {
        margin-bottom: 20px;
        margin-top: 175px
    }
}

#custom-header-wrapper .region-selector-mobile .mobile-region-selector-wrap .radio-outer {
    align-items: center;
    border: 2px solid #395bb6;
    border-radius: 50%;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

#custom-header-wrapper .region-selector-mobile .mobile-region-selector-wrap ul li.active .radio-inner {
    background: #395bb6;
    border-radius: 50%;
    height: 10px;
    width: 10px
}

#custom-header-wrapper .region-selector-mobile .mobile-region-selector-wrap ul li.active span {
    font-weight: 600
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-inline-block {
        display: inline-block !important
    }
}

#custom-header-wrapper .p-24px {
    padding: 24px
}

#custom-header-wrapper .w-5 {
    width: 20px
}

#custom-header-wrapper .h-3 {
    height: 12px
}

#custom-header-wrapper .mx-20px {
    margin-left: 20px;
    margin-right: 20px
}

#custom-header-wrapper .pb-12px {
    padding-bottom: 12px
}

#custom-header-wrapper .fixed {
    position: fixed
}

#custom-header-wrapper .z-50 {
    z-index: 50
}

#custom-header-wrapper .h-screen {
    height: 100vh
}

#custom-header-wrapper .w-full {
    width: 100%
}

#custom-header-wrapper .mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
}

#custom-header-wrapper .bg-white {
    background-color: #fff
}

#custom-header-wrapper .p-6 {
    padding: 1.5rem
}

#custom-header-wrapper .rounded-5px {
    border-radius: 5px
}

#custom-header-wrapper .text-333333 {
    color: #333
}

#custom-header-wrapper .pb-3 {
    padding-bottom: .75rem
}

#custom-header-wrapper .border-light {
    border-color: #ddd
}

#custom-header-wrapper .text-20px {
    font-size: 20px
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-hidden {
        display: none !important
    }
}

#custom-header-wrapper .font-euclidcircularb,
#custom-header-wrapper .font-euclidcircularb-regular {
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400
}

#custom-header-wrapper .font-bold {
    font-weight: 700
}

#custom-header-wrapper .mt-6 {
    margin-top: 1.5rem
}

#custom-header-wrapper .mt-24px {
    margin-top: 24px
}

#custom-header-wrapper .w-24px {
    width: 24px
}

#custom-header-wrapper .h-16px {
    height: 16px
}

#custom-header-wrapper .mr-26px {
    margin-right: 26px
}

#custom-header-wrapper .w-6 {
    width: 1.5rem
}

#custom-header-wrapper .h-4 {
    height: 1rem
}

#custom-header-wrapper .mr-15px {
    margin-right: 15px
}

#custom-header-wrapper .pos-r {
    position: relative
}

#custom-header-wrapper .ml-auto,
#custom-header-wrapper .mx-auto {
    margin-left: auto !important
}

#custom-header-wrapper .mr-auto,
#custom-header-wrapper .mx-auto {
    margin-right: auto !important
}

#custom-header-wrapper .text-18px {
    font-size: 18px
}

#custom-header-wrapper .text-white {
    color: #fff
}

#custom-header-wrapper .ml-6px {
    margin-left: 6px
}

#custom-header-wrapper .mt-10px {
    margin-top: 10px
}

#custom-header-wrapper .mt-3 {
    margin-top: .75rem
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-mt-3 {
        margin-top: .75rem
    }

    #custom-header-wrapper .md-text-20px {
        font-size: 20px
    }
}

#custom-header-wrapper .mr-50px {
    margin-right: 50px
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-mr-50px {
        margin-right: 50px
    }
}

#custom-header-wrapper .flex-col {
    flex-direction: column
}

#custom-header-wrapper .min-h-screen {
    min-height: 100vh
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .xl-hover-underline:hover {
        text-decoration: underline
    }
}

#custom-header-wrapper .hidden {
    display: none
}

#custom-header-wrapper .cursor-pointer {
    cursor: pointer
}

#custom-header-wrapper .relative {
    position: relative
}

#custom-header-wrapper .h-full {
    height: 100%
}

#custom-header-wrapper .items-center {
    align-items: center
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-text-gray-500 {
        color: #333
    }
}

#custom-header-wrapper .border-gray-200 {
    border-color: #ddd
}

#custom-header-wrapper .border-b-1 {
    border-bottom: 1px solid;
    border-color: #333
}

#custom-header-wrapper .border-none {
    border-style: none
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-flex {
        display: flex
    }
}

#custom-header-wrapper .flex {
    display: flex
}

#custom-header-wrapper .block {
    display: block
}

#custom-header-wrapper .inline-flex {
    display: inline-flex
}

#custom-header-wrapper .mr-6 {
    margin-right: 1.5rem
}

#custom-header-wrapper .text-14px {
    font-size: 14px
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-mr-0 {
        margin-right: 0 !important
    }
}

@media (min-width:768px) {
    #custom-header-wrapper .md-pr-2 {
        padding-right: .5rem
    }

    #custom-header-wrapper .md-pr-8px {
        padding-right: 8px
    }
}

#custom-header-wrapper .mr-24px {
    margin-right: 24px
}

#custom-header-wrapper .font-normal {
    font-weight: 400
}

#custom-header-wrapper .font-worksans {
    font-family: Work Sans, sans-serif
}

#custom-header-wrapper .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

#custom-header-wrapper .w-20px {
    width: 20px
}

#custom-header-wrapper .h-12px {
    height: 12px
}

@media screen and (min-width:768px) {
    #custom-header-wrapper .md-inline-flex {
        display: inline-flex
    }
}

#custom-header-wrapper .absolute {
    position: absolute
}

#custom-header-wrapper .top-0 {
    top: 0
}

#custom-header-wrapper .right-0 {
    right: 0
}

#custom-header-wrapper .bg-181716 {
    background-color: #181716
}

#custom-header-wrapper .mt-2px {
    margin-top: 2px
}

#custom-header-wrapper .overflow-y-auto {
    overflow-y: auto
}

#custom-header-wrapper .py-14px {
    padding-bottom: 14px;
    padding-top: 14px
}

#custom-header-wrapper .px-18px {
    padding-left: 18px;
    padding-right: 18px
}

#custom-header-wrapper .pr-27px {
    padding-right: 27px
}

#custom-header-wrapper .pr-2 {
    padding-right: .5rem !important
}

#custom-header-wrapper .font-medium {
    font-weight: 500
}

#custom-header-wrapper .ml-auto {
    margin-left: auto !important
}

#custom-header-wrapper .mr-5px {
    margin-right: 5px
}

#custom-header-wrapper .mr-10px {
    margin-right: 10px
}

#custom-header-wrapper .leading-normal {
    line-height: 1.5
}

#custom-header-wrapper .text-base {
    font-size: 1rem
}

#custom-header-wrapper .text-bfc8fb {
    color: #bfc8fb
}

#custom-header-wrapper .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

#custom-header-wrapper .main-menu-wrap,
#custom-header-wrapper .xl-hover-underline {
    color: #fcfcfc
}

#custom-header-wrapper .bottom-close-menu a {
    color: #7d7d7d
}

#custom-header-wrapper .region-selector-mob * {
    font-size: 16px
}

#custom-header-wrapper .region-selector-mobile * {
    line-height: 20px
}

#custom-header-wrapper .outline-none-all-children * {
    outline: none
}

.site-wrapper.sticky {
    padding-top: 50px !important
}

.disable-scroll {
    overflow-y: hidden
}

.sem-article-editorial-note {
    background-color: #f8f8f8;
    font-size: 10px;
    line-height: 18px;
    color: #929a9b;
    padding: 8px;
    font-family: EuclidCircularB, sans-serif;
    font-weight: 400;
    margin: 0px;
    letter-spacing: 0;
    border: none;
    display: inline-block;
}

.sem-article-editorial-note .updated-adv-disclosure-button {
    text-decoration: underline;
    cursor: pointer;
}

.sem-article-editorial-note .updated-adv-disclosure-link {
    text-decoration: underline;
}

.sem-editorial-wrapper {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .sem-article-editorial-note {
        padding: 8px 16px;
        font-size: 12px;
    }

    .sem-editorial-wrapper {
        margin-bottom: 25px;
    }
}

#teconsent a {
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #fff, #f4f4f4);
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 110px;
    cursor: pointer;
    left: -57px;
    opacity: .7;
    padding: 3px 2px;
    z-index: 9999;
}

.tooltip-tippy {
    cursor: pointer
}

.tippy-box>.tippy-arrow:before {
    border: 7px solid transparent;
    border-top-color: #fff;
    bottom: -22px;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    width: 0
}

div.tippy-box {
    max-width: 350px !important
}

.tippy-box[data-theme~=tippy-dark-theme],
.tippy-box[data-theme~=tippy-fcc-dark-theme],
.tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.tippy-box[data-theme~=tippy-wwus-theme] {
    background-color: #333;
    border-radius: 8px;
    color: #fcf2ef;
    font-family: EuclidCircularB, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 16px
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box>.tippy-arrow:before {
    border-top-color: #333
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -29px;
    left: -7px
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 136px;
    left: -7px;
    transform: rotate(180deg)
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -28px
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow {
    top: 0
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 215px;
    top: -13px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme] {
    max-width: 184px !important;
    padding: 8px 12px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -19px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 127px
}

@media screen and (min-width:768px) {
    .tippy-box[data-theme~=tippy-sem-cta-dark-theme] {
        max-width: 220px !important
    }

    .tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
        bottom: 108px
    }
}

.page-template .tippy-box[data-theme~=tippy-dark-theme],
.page-template .tippy-box[data-theme~=tippy-fcc-dark-theme],
.page-template .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.page-template .tippy-box[data-theme~=tippy-wwus-theme],
.post-template .tippy-box[data-theme~=tippy-dark-theme],
.post-template .tippy-box[data-theme~=tippy-fcc-dark-theme],
.post-template .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.post-template .tippy-box[data-theme~=tippy-wwus-theme],
.post-template-default .tippy-box[data-theme~=tippy-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-fcc-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-wwus-theme] {
    font-family: Georgia, serif
}

#cta-builder {
    margin: 30px 0
}

@media (max-width:1024px) {
    #cta-builder {
        margin: 20px 0
    }
}

#cta-builder h2.cta-builder__title {
    border: none;
    color: #000;
    font-family: EuclidCircularB, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 0
}

@media (max-width:1024px) {
    #cta-builder h2.cta-builder__title {
        font-size: 24px
    }
}

#cta-builder p.cta-builder__desc {
    color: #000;
    font-family: Georgia, serif;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    padding: 0
}

#cta-builder p {
    margin: 0
}

#cta-builder p:empty {
    display: none;
    margin: 0
}

#cta-builder a.cta-builder__btn {
    align-items: center;
    background-color: #13b698;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    font-size: 18px;
    justify-content: center;
    line-height: 23px;
    max-width: 262px;
    min-height: 70px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    width: 100%;
    word-break: break-word
}

#cta-builder a.cta-builder__btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    text-decoration: none
}

#cta-builder a.cta-builder__btn br {
    display: none
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    #cta-builder a.cta-builder__btn {
        padding: 23px 10px;
        word-break: break-all
    }
}

.cta-disclosure-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 8px 14px 0 0
}

@media (min-width:1024px) {
    .cta-disclosure-wrapper {
        padding-right: 13px
    }
}

.cta-disclosure-text {
    color: #999;
    font-family: EuclidCircularB, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 6px;
    z-index: 40
}

.cta-disclosure-icon-wrapper {
    cursor: pointer;
    z-index: 40
}

.page-template #cta-builder .cta-builder__wrap a.cta-builder__btn,
.post-template #cta-builder .cta-builder__wrap a.cta-builder__btn,
.post-template-default #cta-builder .cta-builder__wrap a.cta-builder__btn {
    background: #007ac8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.page-template #cta-builder .cta-builder__wrap a.cta-builder__btn:hover,
.post-template #cta-builder .cta-builder__wrap a.cta-builder__btn:hover,
.post-template-default #cta-builder .cta-builder__wrap a.cta-builder__btn:hover {
    background: #0066a1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.page-template #cta-builder.sticky-cta.dark-mode,
.post-template #cta-builder.sticky-cta.dark-mode,
.post-template-default #cta-builder.sticky-cta.dark-mode {
    background: #003186
}

.page-template #cta-builder.sticky-cta .cta-builder__wrap .right a.cta-builder__btn,
.post-template #cta-builder.sticky-cta .cta-builder__wrap .right a.cta-builder__btn,
.post-template-default #cta-builder.sticky-cta .cta-builder__wrap .right a.cta-builder__btn {
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    line-height: 30px
}

.page-template #cta-builder.sticky-cta .cta-builder__wrap .right a.cta-builder__btn span,
.post-template #cta-builder.sticky-cta .cta-builder__wrap .right a.cta-builder__btn span,
.post-template-default #cta-builder.sticky-cta .cta-builder__wrap .right a.cta-builder__btn span {
    color: #fff;
    display: inline-block;
    transform: translateY(1px)
}

.page-template #cta-builder.only-button a.cta-builder__btn,
.post-template #cta-builder.only-button a.cta-builder__btn,
.post-template-default #cta-builder.only-button a.cta-builder__btn {
    background: #007ac8 !important
}

.page-template #cta-builder.only-button a.cta-builder__btn:hover,
.post-template #cta-builder.only-button a.cta-builder__btn:hover,
.post-template-default #cta-builder.only-button a.cta-builder__btn:hover {
    background: #0066a1 !important
}

.page-template #cta-builder.only-button a.cta-builder__btn span,
.post-template #cta-builder.only-button a.cta-builder__btn span,
.post-template-default #cta-builder.only-button a.cta-builder__btn span {
    color: #fff;
    transform: translateY(1px)
}

.page-template #cta-builder.cta-builder-arrow a.cta-builder__btn,
.post-template #cta-builder.cta-builder-arrow a.cta-builder__btn,
.post-template-default #cta-builder.cta-builder-arrow a.cta-builder__btn {
    background: #007ac8 !important
}

.page-template #cta-builder.cta-builder-arrow a.cta-builder__btn:hover,
.post-template #cta-builder.cta-builder-arrow a.cta-builder__btn:hover,
.post-template-default #cta-builder.cta-builder-arrow a.cta-builder__btn:hover {
    background: #0066a1 !important
}

.page-template #cta-builder h2.cta-builder__title,
.post-template #cta-builder h2.cta-builder__title,
.post-template-default #cta-builder h2.cta-builder__title {
    color: #333;
    font-family: Work Sans, sans-serif
}

.page-template #cta-builder p.cta-builder__desc,
.post-template #cta-builder p.cta-builder__desc,
.post-template-default #cta-builder p.cta-builder__desc {
    color: #333
}

.page-template #cta-builder.default.cta-builder-arrow .cta-builder__wrap,
.post-template #cta-builder.default.cta-builder-arrow .cta-builder__wrap,
.post-template-default #cta-builder.default.cta-builder-arrow .cta-builder__wrap {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSI3OSIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTMzIDM5LjUuNzUgNzguMDM4Vi45NjJMMzMgMzkuNVoiIGZpbGw9IiMwMDdBQzgiLz48L3N2Zz4=") no-repeat left 30px top 30px
}

@media (max-width:1024px) {

    .page-template #cta-builder.default.cta-builder-arrow .cta-builder__wrap,
    .post-template #cta-builder.default.cta-builder-arrow .cta-builder__wrap,
    .post-template-default #cta-builder.default.cta-builder-arrow .cta-builder__wrap {
        background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDUiIGhlaWdodD0iNDMiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik01Mi41IDQzIC45NzEuMjVIMTA0LjAzTDUyLjUgNDNaIiBmaWxsPSIjMDA3QUM4Ii8+PC9zdmc+") no-repeat left 25px top
    }
}

.page-template #cta-builder.default.dark-mode .cta-builder__wrap,
.post-template #cta-builder.default.dark-mode .cta-builder__wrap,
.post-template-default #cta-builder.default.dark-mode .cta-builder__wrap {
    background: #003186
}

.page-template #cta-builder.default.dark-mode .cta-builder__wrap h2.cta-builder__title,
.page-template #cta-builder.default.dark-mode .cta-builder__wrap p.cta-builder__desc,
.post-template #cta-builder.default.dark-mode .cta-builder__wrap h2.cta-builder__title,
.post-template #cta-builder.default.dark-mode .cta-builder__wrap p.cta-builder__desc,
.post-template-default #cta-builder.default.dark-mode .cta-builder__wrap h2.cta-builder__title,
.post-template-default #cta-builder.default.dark-mode .cta-builder__wrap p.cta-builder__desc {
    color: #fff
}

.page-template #cta-builder.default a.cta-builder__btn,
.post-template #cta-builder.default a.cta-builder__btn,
.post-template-default #cta-builder.default a.cta-builder__btn {
    background: #007ac8 !important
}

.page-template #cta-builder.default a.cta-builder__btn:hover,
.post-template #cta-builder.default a.cta-builder__btn:hover,
.post-template-default #cta-builder.default a.cta-builder__btn:hover {
    background: #0066a1 !important
}

.page-template #cta-builder.default a.cta-builder__btn span,
.post-template #cta-builder.default a.cta-builder__btn span,
.post-template-default #cta-builder.default a.cta-builder__btn span {
    color: #fff;
    transform: translateY(1px)
}

.page-template #cta-builder.centered.dark-mode .cta-builder__wrap,
.post-template #cta-builder.centered.dark-mode .cta-builder__wrap,
.post-template-default #cta-builder.centered.dark-mode .cta-builder__wrap {
    background: #003186
}

.page-template #cta-builder.centered a.cta-builder__btn,
.post-template #cta-builder.centered a.cta-builder__btn,
.post-template-default #cta-builder.centered a.cta-builder__btn {
    background: #007ac8 !important
}

.page-template #cta-builder.centered a.cta-builder__btn:hover,
.post-template #cta-builder.centered a.cta-builder__btn:hover,
.post-template-default #cta-builder.centered a.cta-builder__btn:hover {
    background: #0066a1 !important
}

.page-template #cta-builder.centered a.cta-builder__btn span,
.post-template #cta-builder.centered a.cta-builder__btn span,
.post-template-default #cta-builder.centered a.cta-builder__btn span {
    color: #fff;
    transform: translateY(1px)
}

.page-template #cta-builder.with-logo .cta-builder__logo span,
.post-template #cta-builder.with-logo .cta-builder__logo span,
.post-template-default #cta-builder.with-logo .cta-builder__logo span {
    color: #333
}

.page-template #cta-builder.with-logo a.cta-builder__btn-v2,
.post-template #cta-builder.with-logo a.cta-builder__btn-v2,
.post-template-default #cta-builder.with-logo a.cta-builder__btn-v2 {
    border: 1px solid #007ac8
}

.page-template #cta-builder.with-logo a.cta-builder__btn-v2 span,
.post-template #cta-builder.with-logo a.cta-builder__btn-v2 span,
.post-template-default #cta-builder.with-logo a.cta-builder__btn-v2 span {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjIxOS45NjlhLjc1Ljc1IDAgMCAxIDEuMDYyIDBsNC41IDQuNWEuNzUuNzUgMCAwIDEgMCAxLjA2MmwtNC41IDQuNWEuNzUxLjc1MSAwIDAgMS0xLjA2Mi0xLjA2MkwxMC4xODkgNiA2LjIyIDIuMDMxYS43NS43NSAwIDAgMSAwLTEuMDYyWiIgZmlsbD0iIzAwN0FDOCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA2YS43NS43NSAwIDAgMSAuNzUtLjc1aDkuNzVhLjc1Ljc1IDAgMSAxIDAgMS41SC43NUEuNzUuNzUgMCAwIDEgMCA2WiIgZmlsbD0iIzAwN0FDOCIvPjwvc3ZnPg==") no-repeat;
    background-position: 100%;
    color: #007ac8;
    font-family: Work Sans, sans-serif;
    transform: translateY(1px)
}

.page-template #cta-builder.with-map a.cta-builder__btn,
.post-template #cta-builder.with-map a.cta-builder__btn,
.post-template-default #cta-builder.with-map a.cta-builder__btn {
    background: #007ac8 !important
}

.page-template #cta-builder.with-map a.cta-builder__btn:hover,
.post-template #cta-builder.with-map a.cta-builder__btn:hover,
.post-template-default #cta-builder.with-map a.cta-builder__btn:hover {
    background: #0066a1 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.page-template #cta-builder.with-map a.cta-builder__btn span,
.post-template #cta-builder.with-map a.cta-builder__btn span,
.post-template-default #cta-builder.with-map a.cta-builder__btn span {
    color: #fff;
    transform: translateY(1px)
}

.page-template #cta-builder.background a.cta-builder__btn,
.post-template #cta-builder.background a.cta-builder__btn,
.post-template-default #cta-builder.background a.cta-builder__btn {
    background: #007ac8 !important
}

.page-template #cta-builder.background a.cta-builder__btn:hover,
.post-template #cta-builder.background a.cta-builder__btn:hover,
.post-template-default #cta-builder.background a.cta-builder__btn:hover {
    background: #0066a1 !important
}

.page-template #cta-builder.background a.cta-builder__btn span,
.post-template #cta-builder.background a.cta-builder__btn span,
.post-template-default #cta-builder.background a.cta-builder__btn span {
    color: #fff;
    transform: translateY(1px)
}

.page-template #cta-builder a.cta-builder__btn,
.post-template #cta-builder a.cta-builder__btn,
.post-template-default #cta-builder a.cta-builder__btn {
    background: #007ac8 !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.page-template #cta-builder a.cta-builder__btn:hover,
.post-template #cta-builder a.cta-builder__btn:hover,
.post-template-default #cta-builder a.cta-builder__btn:hover {
    background: #0066a1 !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2)
}

.page-template #cta-builder a.cta-builder__btn span,
.post-template #cta-builder a.cta-builder__btn span,
.post-template-default #cta-builder a.cta-builder__btn span {
    transform: translateY(1px)
}

.page-template .cta-disclosure-text,
.post-template .cta-disclosure-text,
.post-template-default .cta-disclosure-text {
    font-family: Work Sans, sans-serif
}

#cta-builder.with-map .cta-builder__wrap {
    background: #fff;
    box-shadow: 0 6px 9px rgba(0, 0, 0, .06);
    padding: 30px 40px;
    text-align: center
}

@media (max-width:1024px) {
    #cta-builder.with-map .cta-builder__wrap {
        background: none;
        box-shadow: none;
        padding: 0;
        text-align: left
    }
}

#cta-builder.with-map .cta-builder__wrap h2.cta-builder__title {
    color: #333;
    font-size: 28px;
    margin: 0 0 10px
}

@media (max-width:1024px) {
    #cta-builder.with-map .cta-builder__wrap h2.cta-builder__title {
        font-size: 24px
    }
}

#cta-builder.with-map .cta-builder__wrap p.cta-builder__desc {
    font-size: 18px;
    font-style: italic;
    margin: 0 0 11px
}

@media (max-width:1024px) {
    #cta-builder.with-map .cta-builder__wrap p.cta-builder__desc {
        font-size: 16px;
        margin: 0 0 8px
    }
}

#cta-builder.with-map .cta-builder__wrap .map-wrapper {
    margin: 0 0 10px
}

@media (max-width:1024px) {
    #cta-builder.with-map .cta-builder__wrap .map-wrapper {
        margin: 0 0 15px
    }
}

#cta-builder.with-map .cta-builder__wrap .map-wrapper svg path {
    cursor: pointer
}

#cta-builder.with-map .cta-builder__wrap a.cta-builder__btn {
    margin: 0 auto
}

#cta-builder.with-map .cta-builder__wrap a.cta-builder__btn span {
    pointer-events: none
}

#cta-builder.with-map .with-cta-disclosure-icon {
    margin-top: 30px;
    position: relative
}

@media (min-width:1024px) {
    #cta-builder.with-map .with-cta-disclosure-icon {
        margin-top: 0;
        padding-top: 44px
    }
}

#cta-builder.with-map .cta-disclosure-container {
    margin-bottom: 8px;
    position: absolute;
    right: 0;
    top: -25px
}

@media (min-width:1024px) {
    #cta-builder.with-map .cta-disclosure-container {
        top: 0
    }
}

#cta-builder.with-map .cta-disclosure-wrapper {
    margin-bottom: 0;
    padding-right: 0
}

@media (min-width:1024px) {
    #cta-builder.with-map .cta-disclosure-wrapper {
        padding: 12px 12px 0 0
    }
}

#cta-builder.with-map .cta-disclosure-wrapper .cta-disclosure-icon-wrapper {
    cursor: pointer
}

#sem-widget-focus .fs-article #cta-builder.with-map h2.cta-builder__title {
    line-height: 40px
}

#sem-widget-focus .fs-article #cta-builder.with-map p {
    margin: 0
}

#sem-widget-focus .fs-article #cta-builder.with-map p.cta-builder__desc {
    font-family: Georgia, serif;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 11px
}

@media (max-width:1024px) {
    #sem-widget-focus .fs-article #cta-builder.with-map p.cta-builder__desc {
        margin: 0 0 8px
    }
}

#sem-widget-focus .fs-article #cta-builder.with-map a.cta-builder__btn {
    font-family: EuclidCircularB, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 23px
}

.sem-best-of-overlay-container {
    background: rgba(66, 66, 66, .5);
    padding: 0 37px 0 32px;
    word-break: break-word;
    z-index: 99999
}

@media (min-width:1024px) {
    .sem-best-of-overlay-container {
        padding: 0
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    max-height: 85%;
    max-width: 1000px;
    overflow: scroll;
    padding: 48px 26px 36px;
    scrollbar-width: none;
    width: 100%
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner::-webkit-scrollbar {
    display: none
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner.container-2 {
    max-width: 650px
}

@media (min-width:1024px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner .inner_wrap {
        display: flex
    }

    .sem-best-of-overlay-container .sem-best-of-overlay__inner {
        min-height: 440px;
        padding: 80px 66px 55px
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-img {
    flex: none;
    height: 170px;
    margin: 0 auto 23px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
    width: 254px
}

@media (min-width:1024px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner-img {
        height: 304px;
        margin-right: 58px;
        width: 455px
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-width: none
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content::-webkit-scrollbar {
    display: none
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content-top .sem-best-of-overlay--logo {
    height: 43px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    width: 141px
}

@media (min-width:768px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner-content-top .sem-best-of-overlay--logo {
        height: 54px;
        width: 177px
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content-top .sem-best-of-overlay--rating {
    background-color: #3a5cb0;
    border-radius: 5px;
    font-size: 23px;
    line-height: 31px;
    width: 48px
}

@media (min-width:768px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner-content-top .sem-best-of-overlay--rating {
        font-size: 30px;
        line-height: 39px;
        width: 58px
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content.no-image {
    overflow-y: visible
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay--cta {
    background: linear-gradient(0deg, #35b782, #35b782), #4b9e8b;
    border-radius: 5px;
    box-shadow: 0 4.57496px 13.7249px rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    padding: 10px 24px;
    width: 100%
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay--cta svg {
    flex-shrink: 0;
    margin-left: 4px
}

@media (min-width:1024px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay--cta {
        width: -moz-fit-content;
        width: fit-content
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay-call-cta {
    background: #f5f7ff;
    border-radius: 5px;
    color: #4657a1;
    display: flex;
    height: 54px;
    padding: 10px 24px;
    width: 100%
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay-call-cta .call-cta-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay-call-cta svg {
    flex-shrink: 0
}

@media (min-width:1024px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay-call-cta {
        max-width: 203px
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay--cta:hover,
.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .sem-best-of-overlay-call-cta:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-content .special-offer-text {
    color: #e56171
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner-close {
    right: 18px;
    top: 18px
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner .cta-below-text {
    font-size: 12px;
    line-height: 13px;
    margin-top: 18px
}

@media (min-width:768px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner .cta-below-text {
        font-size: 15px;
        line-height: 17px;
        margin-top: 13px
    }
}

.sem-best-of-overlay-container .sem-best-of-overlay__inner .overlay-title {
    font-size: 15px;
    line-height: 18px;
    max-width: 320px
}

@media (min-width:768px) {
    .sem-best-of-overlay-container .sem-best-of-overlay__inner .overlay-title {
        font-size: 22px;
        line-height: 1.75rem
    }
}

.tooltip-tippy {
    cursor: pointer
}

.tippy-box>.tippy-arrow:before {
    border: 7px solid transparent;
    height: 0;
    position: absolute;
    width: 0
}

div.tippy-box {
    max-width: 350px !important
}

.tippy-box[data-theme~=tippy-dark-theme],
.tippy-box[data-theme~=tippy-fcc-dark-theme],
.tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.tippy-box[data-theme~=tippy-wwus-theme] {
    background-color: #333;
    border-radius: 8px;
    color: #fcf2ef;
    font-family: EuclidCircularB, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 16px
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box>.tippy-arrow:before {
    border-top-color: #333
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -29px;
    left: -7px
}

.tippy-box[data-theme~=tippy-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-fcc-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before,
.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 136px;
    left: -7px;
    transform: rotate(180deg)
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -28px
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow {
    top: 0
}

.tippy-box[data-theme~=tippy-wwus-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 215px;
    top: -13px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme] {
    max-width: 184px !important;
    padding: 8px 12px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=top].tippy-box>.tippy-arrow:before {
    bottom: -19px
}

.tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
    bottom: 127px
}

@media screen and (min-width:768px) {
    .tippy-box[data-theme~=tippy-sem-cta-dark-theme] {
        max-width: 220px !important
    }

    .tippy-box[data-theme~=tippy-sem-cta-dark-theme].tippy-box[data-placement~=bottom].tippy-box>.tippy-arrow:before {
        bottom: 108px
    }
}

.page-template .tippy-box[data-theme~=tippy-dark-theme],
.page-template .tippy-box[data-theme~=tippy-fcc-dark-theme],
.page-template .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.page-template .tippy-box[data-theme~=tippy-wwus-theme],
.post-template .tippy-box[data-theme~=tippy-dark-theme],
.post-template .tippy-box[data-theme~=tippy-fcc-dark-theme],
.post-template .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.post-template .tippy-box[data-theme~=tippy-wwus-theme],
.post-template-default .tippy-box[data-theme~=tippy-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-fcc-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-sem-cta-dark-theme],
.post-template-default .tippy-box[data-theme~=tippy-wwus-theme] {
    font-family: Georgia, serif
}

.sem-cta-builder-wrap {
    background: #fff;
    margin: 20px 0;
    position: relative
}

.sem-cta-builder-wrap__img-wrap {
    max-width: 191px;
    width: 100%
}

.sem-cta-builder-wrap__img-wrap .cta-img {
    height: 154px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sem-cta-builder-wrap__img-wrap {
        max-width: 400px !important
    }
}

.sem-cta-builder-wrap__btn-wrap {
    width: 100%
}

.sem-cta-builder-wrap__btn-wrap a {
    background: #36b37e;
    color: #fff;
    display: flex;
    font-family: EuclidCircularB, sans-serif;
    height: 55px;
    width: 100%
}

.sem-cta-builder-wrap__btn-wrap a:hover {
    background-color: #31ae7c;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media (min-width:1024px) {
    .sem-cta-builder-wrap__img-wrap {
        max-width: 150px
    }

    .sem-cta-builder-wrap__btn-wrap {
        width: 220px
    }

    .sem-cta-builder-wrap__btn-wrap a {
        height: 70px;
        width: 220px
    }

    .sem-cta-builder-wrap .cta-content-wrapper {
        padding-left: 50px;
        padding-right: 42px
    }
}

.sem-cta-builder-wrap.light-mode .cta-disclosure-icon-wrapper path {
    fill: #181716
}

.sem-cta-builder-wrap.light-mode .cta-disclosure-icon-wrapper g path {
    stroke: #181716;
    fill: none
}

.sem-cta-builder-wrap.with-read-more .sem-cta-builder__wrapper {
    align-items: flex-start
}

@media screen and (min-width:1024px) {
    .sem-cta-builder-wrap.with-read-more .sem-cta-builder__wrapper .right-container {
        padding-top: 12px
    }

    .sem-cta-builder-wrap.with-read-more .sem-cta-builder__wrapper .right-container .cta-content-wrapper {
        padding-left: 24px
    }
}

#cta-builder.sticky-cta {
    background: #fff;
    bottom: 100%;
    box-shadow: 5px -1px 4px rgba(0, 0, 0, .25);
    display: none;
    padding: 20px 0;
    transition: bottom .3s;
    z-index: 3
}

#cta-builder.sticky-cta.sem-sticky-cta {
    margin: 0;
    z-index: 10
}

#cta-builder.sticky-cta .sticky-cta-inner-wrapper {
    margin: 0 auto;
    max-width: 890px;
    padding: 0 15px
}

@media (min-width:1280px) {
    #cta-builder.sticky-cta .sticky-cta-inner-wrapper.with-call-cta {
        max-width: 990px
    }
}

#cta-builder.sticky-cta.sticky-block {
    display: block
}

#cta-builder.sticky-cta.show {
    bottom: 0
}

#cta-builder.sticky-cta a.cta-builder__btn {
    background: linear-gradient(0deg, #35b782, #35b782), #4b9e8b;
    border-radius: 4px;
    box-shadow: 0 3.6386px 10.9158px rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    flex-shrink: 1;
    font-family: EuclidCircularB, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    min-height: 44px;
    min-width: 114px;
    padding: 8px 8px 8px 11px
}

@media (min-width:768px) {
    #cta-builder.sticky-cta a.cta-builder__btn {
        min-width: 159px;
        padding: 9px 15px 7px
    }
}

#cta-builder.sticky-cta a.cta-builder__btn:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACrSURBVHgB7djRCcIwFIXhEyfQDdzMrOAITlo3sBtcUwwotJi+pPcG/g8u7UMezikUkkgAAHRgZrcyrzLT8q7R1OC/xipRv74NW6KEzbaNEoeiRBSUiIISUVAiiu4l7Lur9NAskXYUmMrjKh9zSunyb8FJbWf5mVsL9hS4l3nKx0PR1X9sS1Z0hPdCeC+E90J4L4T3ZOu70XHCL2x9hsgaiX1OWlMtkgUAQAdvKsNCL/N1pHoAAAAASUVORK5CYII=") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex-shrink: 1;
    height: 24px;
    margin-left: 5px;
    width: 24px
}

@media (min-width:768px) {
    #cta-builder.sticky-cta a.cta-builder__btn:after {
        margin-left: 0
    }
}

#cta-builder.sticky-cta a.cta-builder__btn:hover {
    text-decoration: underline
}

@media (min-width:768px) {
    #cta-builder.sticky-cta .sticky-left-wrap {
        align-self: flex-start;
        max-width: calc(100% - 160px);
        width: 100%
    }
}

@media (min-width:1280px) {
    #cta-builder.sticky-cta .with-call-cta .sticky-left-wrap {
        max-width: calc(100% - 320px);
        width: 100%
    }
}

#cta-builder.sticky-cta a.cta-builder__call-btn {
    background: #f5f7ff;
    box-shadow: none;
    color: #4657a1;
    font-weight: 500;
    height: 44px;
    max-width: 50%;
    width: 100%
}

#cta-builder.sticky-cta a.cta-builder__call-btn .call-btn-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:1280px) {
    #cta-builder.sticky-cta a.cta-builder__call-btn .call-btn-text {
        min-width: 95px
    }
}

@media (min-width:768px) {
    #cta-builder.sticky-cta a.cta-builder__call-btn .call-btn-text {
        width: 200px
    }

    #cta-builder.sticky-cta a.cta-builder__call-btn {
        max-width: none;
        min-width: 160px;
        padding: 9px 15px 7px
    }
}

#cta-builder.sticky-cta a.cta-builder__call-btn:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m16.699 11.746-3.082-2.062 1.76-4.31 1.143.765c.761.509 1.217 1.343 1.186 2.173-.093 2.536-.875 4.906-2.346 7.11-1.471 2.205-3.359 3.836-5.663 4.894-.754.346-1.698.245-2.46-.264l-1.142-.764 3.302-3.28 3.082 2.062' stroke='%234657A1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;
    margin-left: 3px
}

@media (min-width:768px) {
    #cta-builder.sticky-cta a.cta-builder__call-btn:after {
        margin-left: 0
    }
}

#cta-builder.sticky-cta .cta-outer-wrapper {
    word-break: break-word
}

@media (min-width:768px) {
    #cta-builder.sticky-cta .cta-outer-wrapper {
        margin-left: 12px;
        min-width: 159px
    }
}

#cta-builder.sticky-cta .widget-logo-wrap {
    margin-right: 22px
}

#cta-builder.sticky-cta .widget-logo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 33px;
    max-width: 108px;
    width: auto
}

#cta-builder.sticky-cta .close-cta-button {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: -12px
}

@media (min-width:1024px) {
    #cta-builder.sticky-cta .close-cta-button {
        right: 30px;
        top: -15px
    }
}

#cta-builder.sticky-cta .cta-title {
    word-break: break-word
}

@media (min-width:768px) {
    #cta-builder.sticky-cta .cta-title {
        min-width: 250px
    }
}

@media (min-width:1024px) {
    #cta-builder.sticky-cta .cta-title {
        min-width: 330px
    }
}

@media (min-width:1280px) {
    #cta-builder.sticky-cta .cta-title {
        min-width: 280px
    }
}

#cta-builder.sticky-cta .sem-cta-rating-desktop .rating-component-wrapper {
    border: 1px solid rgba(118, 129, 173, .2)
}

#cta-builder.sticky-cta .sem-cta-rating-desktop .rating-component-wrapper .rating-number {
    border-radius: 2px 0 0 2px;
    font-size: 30px;
    line-height: 47px
}

#cta-builder.sticky-cta .sem-cta-rating-desktop .rating-component-wrapper .rating-text {
    width: 100px
}

#cta-builder.sticky-cta .sem-cta-rating-mobile .rating-component-wrapper {
    border-radius: 4px;
    flex-shrink: 0;
    height: 32px;
    width: 110px
}

#cta-builder.sticky-cta .sem-cta-rating-mobile .rating-number {
    align-items: center;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600px;
    justify-content: center;
    line-height: 1.5;
    max-width: 34px;
    padding: 4px
}

#cta-builder.sticky-cta .sem-cta-rating-mobile .rating-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 9px 3px 6px
}

#cta-builder.sticky-cta .sem-cta-rating-mobile .rating-text .provider-block-rating {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjA3IDEuMTIgNSAzLjAwOGwyLjA4Mi4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45MzEtMS44ODZaIiBzdHJva2U9IiNEQkRCREIiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHBhdGggZD0iTTEyLjA3IDEuMTIgMTMgMy4wMDhsMi4wODIuMzA0LTEuNTA3IDEuNDY3LjM1NiAyLjA3My0xLjg2Mi0uOTgtMS44NjIuOTguMzU2LTIuMDczLTEuNTA3LTEuNDY3IDIuMDgyLS4zMDQuOTMxLTEuODg2WiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9Ii41NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZyBjbGlwLXBhdGg9InVybCgjYykiPjxwYXRoIGQ9Im0yMC40MzMgMS4xMi45MyAxLjg4NyAyLjA4My4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45My0xLjg4NloiIHN0cm9rZT0iI0RCREJEQiIgc3Ryb2tlLXdpZHRoPSIuNTY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2QpIj48cGF0aCBkPSJNMjkuMDcgMS4xMiAzMCAzLjAwOGwyLjA4Mi4zMDQtMS41MDYgMS40NjcuMzU1IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDYtMS40NjcgMi4wODEtLjMwNC45MzEtMS44ODZaIiBzdHJva2U9IiNEQkRCREIiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNlKSI+PHBhdGggZD0iTTM3LjA3IDEuMTIgMzggMy4wMDhsMi4wODIuMzA0LTEuNTA3IDEuNDY3LjM1NiAyLjA3My0xLjg2Mi0uOTgtMS44NjIuOTguMzU2LTIuMDczLTEuNTA3LTEuNDY3IDIuMDgyLS4zMDQuOTMxLTEuODg2WiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9Ii41NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC40NTIgLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguODE2IC41MTgpIiBkPSJNMCAwaDcuMjN2Ny4yM0gweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy4xOCAuNTE4KSIgZD0iTTAgMGg3LjIzdjcuMjNIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iZCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUuNTQ0IC41MTgpIiBkPSJNMCAwaDcuMjN2Ny4yM0gweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJlIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMy45MDggLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    height: 7px;
    margin-top: 2px;
    width: 41px
}

#cta-builder.sticky-cta .sem-cta-rating-mobile .rating-text .provider-block-rating .ratings {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjA3IDEuMTIgNSAzLjAwOGwyLjA4Mi4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45MzEtMS44ODZaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHBhdGggZD0ibTEyLjQzMiAxLjEyLjkzIDEuODg3IDIuMDgyLjMwNC0xLjUwNiAxLjQ2Ny4zNTUgMi4wNzMtMS44NjEtLjk4LTEuODYyLjk4LjM1NS0yLjA3M0w5LjQyIDMuMzExbDIuMDgyLS4zMDQuOTMtMS44ODZaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNjKSI+PHBhdGggZD0ibTIwLjc5NSAxLjEyLjkzIDEuODg3IDIuMDgyLjMwNC0xLjUwNiAxLjQ2Ny4zNTYgMi4wNzMtMS44NjItLjk4LTEuODYyLjk4LjM1NS0yLjA3My0xLjUwNi0xLjQ2NyAyLjA4Mi0uMzA0LjkzLTEuODg2WiIgZmlsbD0iI0Y3Qzc0OCIgc3Ryb2tlPSIjRjdDOTRBIiBzdHJva2Utd2lkdGg9Ii41NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZyBjbGlwLXBhdGg9InVybCgjZCkiPjxwYXRoIGQ9Im0yOS4xNiAxLjEyLjkzIDEuODg3IDIuMDgyLjMwNC0xLjUwNiAxLjQ2Ny4zNTUgMi4wNzMtMS44NjItLjk4LTEuODYyLjk4LjM1Ni0yLjA3My0xLjUwNi0xLjQ2NyAyLjA4MS0uMzA0LjkzMS0xLjg4NloiIGZpbGw9IiNGN0M3NDgiIHN0cm9rZT0iI0Y3Qzk0QSIgc3Ryb2tlLXdpZHRoPSIuNTY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2UpIj48cGF0aCBkPSJtMzcuNTIyIDEuMTIuOTMgMS44ODcgMi4wODIuMzA0LTEuNTA2IDEuNDY3LjM1NSAyLjA3My0xLjg2MS0uOTgtMS44NjIuOTguMzU1LTIuMDczLTEuNTA2LTEuNDY3IDIuMDgyLS4zMDQuOTMtMS44ODZaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjQ1MiAuNTE4KSIgZD0iTTAgMGg3LjIzdjcuMjNIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC44MTYgLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImMiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjE4IC41MTgpIiBkPSJNMCAwaDcuMjN2Ny4yM0gweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJkIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNS41NDQgLjUxOCkiIGQ9Ik0wIDBoNy4yM3Y3LjIzSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImUiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzLjkwOCAuNTE4KSIgZD0iTTAgMGg3LjIzdjcuMjNIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    height: 7px
}

footer {
    background: #dedede
}

footer .footer-wrap {
    max-width: 1100px;
    padding: 39px 20px 34px
}

@media (min-width:1024px) {
    footer .footer-wrap {
        padding: 30px 20px
    }
}

footer .footer-wrap .footer-desc {
    color: #717171;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 32px
}

@media (min-width:1024px) {
    footer .footer-wrap .footer-desc {
        margin-bottom: 26px
    }
}

footer .footer-wrap .copyright {
    font-family: Work Sans, sans-serif;
    letter-spacing: .01em
}

.tooltip-tippy {
    cursor: pointer
}

.tippy-box[data-theme~=custom] {
    background-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border-style: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2) !important;
    color: #333;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px;
    position: relative
}

.tippy-box>.tippy-arrow:before {
    border: 6px solid transparent;
    border-top-color: #fff;
    bottom: -22px;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    width: 0
}

.tippy-box {
    max-width: 350px
}

@media (min-width:768px) {
    .tippy-box {
        max-width: 500px !important
    }
}

.page-content-wrapper figure.alignright figcaption,
.page-content-wrapper figure.alignright img {
    margin-left: auto;
    text-align: right
}

.page-content-wrapper figure.aligncenter figcaption,
.page-content-wrapper figure.aligncenter img {
    margin: 0 auto;
    text-align: center
}

.page-content-wrapper h1.has-text-align-center,
.page-content-wrapper h2.has-text-align-center,
.page-content-wrapper h3.has-text-align-center,
.page-content-wrapper h4.has-text-align-center,
.page-content-wrapper h5.has-text-align-center,
.page-content-wrapper h6.has-text-align-center,
.page-content-wrapper p.has-text-align-center {
    text-align: center
}

.page-content-wrapper h1.has-text-align-right,
.page-content-wrapper h2.has-text-align-right,
.page-content-wrapper h3.has-text-align-right,
.page-content-wrapper h4.has-text-align-right,
.page-content-wrapper h5.has-text-align-right,
.page-content-wrapper h6.has-text-align-right,
.page-content-wrapper p.has-text-align-right {
    text-align: right
}

.sem-3-widget-block-wrapper {
    background: var(--productBgColor);
    margin: 24px 0;
    padding: 20px 15px 15px
}

.sem-3-widget-block-wrapper .sem-3-widget-block .widget-rank {
    font-size: 52px;
    line-height: 100%;
    text-align: left
}

.sem-3-widget-block-wrapper .sem-3-widget-block .title-wrap {
    align-items: center;
    display: flex
}

.sem-3-widget-block-wrapper .sem-3-widget-block .title-wrap .sem-widget-rating-wrapper {
    border-radius: 4px;
    margin-left: auto;
    max-width: 110px;
    width: 100%
}

.sem-3-widget-block-wrapper .sem-3-widget-block .title-wrap .sem-widget-rating-wrapper .rating-wrap {
    border-radius: 4px
}

.sem-3-widget-block-wrapper .sem-3-widget-block .title-wrap .sem-widget-rating-wrapper .rating-number {
    font-size: 16px;
    line-height: 24px;
    max-width: 30px;
    padding: 3px;
    white-space: nowrap
}

.sem-3-widget-block-wrapper .sem-3-widget-block .title-wrap .sem-widget-rating-wrapper .rating-text {
    font-size: 10px;
    line-height: 15px;
    padding: 3px 2px 2px
}

.sem-3-widget-block-wrapper .sem-3-widget-block .rating-desktop {
    display: none
}

.sem-3-widget-block-wrapper .sem-3-widget-block .widget-title {
    margin-bottom: 8px;
    text-align: left
}

.sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-cta-wrapper {
    margin-top: 15px
}

.sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper:last-of-type {
    margin-bottom: 0
}

@media (min-width:768px) {
    .sem-3-widget-block-wrapper .sem-3-widget-block {
        display: flex;
        justify-content: center
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper {
        margin-right: 20px
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper:last-of-type {
        margin-right: 0
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper.badge-present {
        margin-top: 0
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .widget-ranking {
        font-size: 16px
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .widget-ranking .badge-text {
        font-size: 14px;
        line-height: 18px
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .title-wrap {
        display: block
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .title-wrap .sem-widget-rating-wrapper {
        display: none
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .widget-title {
        font-family: EuclidCircularB-Semibold, sans-serif;
        margin-bottom: 8px;
        text-align: center
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .top_wrap_right {
        display: none
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .rating-desktop,
    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .top_wrap,
    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .top_wrap_left {
        display: block
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .widget-rank {
        font-size: 42px;
        margin-bottom: 30px;
        text-align: center
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .sem-widget-cta-wrapper {
        margin-top: 8px
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .sem-widget-cta-wrapper .bottom-cta-text {
        margin-top: .5rem
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .sem-widget-wrap {
        margin-top: 26px;
        max-width: 275px
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .sem-widget-wrap .text-wrap {
        display: block
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .read-more-wrapper {
        display: none
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .sem-widget-rating-wrapper .provider-block-rating {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzE2IDEgNy45NiA0LjMyOGwzLjY3NC41MzctMi42NTggMi41OS42MjcgMy42NTctMy4yODYtMS43MjgtMy4yODUgMS43MjguNjI3LTMuNjU4TDEgNC44NjVsMy42NzQtLjUzN0w2LjMxNiAxWiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9IjEuMDAxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
        height: 12px;
        margin-top: 3px;
        width: 65px
    }

    .sem-3-widget-block-wrapper .sem-3-widget-block .sem-widget-wrapper .sem-widget-rating-wrapper .provider-block-rating .ratings {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzguNjQyIDguMDIzIDMuOTdsMy42NzQuNTM3LTIuNjU5IDIuNTkuNjI4IDMuNjU3TDYuMzggOS4wMjZsLTMuMjg2IDEuNzI4LjYyOC0zLjY1Ny0yLjY1OS0yLjU5IDMuNjc0LS41MzdMNi4zOC42NDJaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iMS4wMDEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
        display: block;
        height: 12px;
        max-width: 100%
    }
}

.sem-3-widget-block {
    padding: 8px 5px 5px
}

.sem-3-widget-block .sem-widget-wrapper {
    background: #fff;
    border: 1px solid #c5cced;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(24, 28, 71, .102);
    flex: 1 1 33.33%
}

.sem-3-widget-block .sem-widget-wrapper .badge-text-wrap {
    background-color: #4657a1;
    border-radius: 8px 0 10px 0;
    max-width: 90%;
    width: -moz-max-content;
    width: max-content
}

.sem-3-widget-block .sem-widget-wrapper .widget-ranking {
    background-color: #24326e;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    margin: 8px 10px 8px 12px;
    max-width: 24px;
    min-width: 24px
}

.sem-3-widget-block .sem-widget-wrapper .badge-text {
    margin: 8px 12px 8px 0
}

.sem-3-widget-block .sem-widget-wrapper .badge-text.no-ranking {
    margin-left: 12px
}

.sem-3-widget-block .sem-widget-wrapper.badge-present {
    margin-top: 30px
}

.sem-3-widget-block .sem-widget-wrapper.badge-present .badge-wrap,
.sem-3-widget-block.container-with-badge .no-badge .badge-wrap {
    color: #fff;
    left: -28px;
    position: relative;
    top: -30px
}

.sem-3-widget-block .sem-widget-img-wrapper {
    height: 32px;
    margin: 0 8px 0 18px
}

.sem-3-widget-block .sem-widget-img-wrapper img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:768px) {
    .sem-3-widget-block .sem-widget-img-wrapper img {
        width: 100%
    }

    .sem-3-widget-block .sem-widget-img-wrapper {
        height: 43px;
        margin: 0 0 12px
    }
}

.sem-3-widget-block .sem-widget-cta-wrapper {
    margin: 0 auto
}

.sem-3-widget-block .sem-widget-cta-btn {
    background: #4657a1;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .149);
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    text-align: center
}

.sem-3-widget-block .sem-widget-cta-btn:hover {
    opacity: .8
}

.sem-3-widget-block .sem-widget-cta-btn .cta-text {
    padding: 7px 10px
}

.sem-3-widget-block .cta-icon-img {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNTI1IDcuODM1aDE0LjY4NGwtNC40OTUtNS4wODdhMS4xMjMgMS4xMjMgMCAwIDEtLjI4LS44NTRjLjAzLS4zMDguMTg4LS41OTMuNDQxLS43OS4yNTMtLjE5OS41NzktLjI5NC45MDYtLjI2Ni4zMjguMDI5LjYzLjE3OS44NC40MTdsNi4xOSA3Yy4wNDIuMDU2LjA4LjExNC4xMTIuMTc1IDAgLjA1OCAwIC4wOTMuMDg2LjE1Mi4wNTYuMTMzLjA4Ni4yNzYuMDg3LjQyYTEuMTEgMS4xMSAwIDAgMS0uMDg3LjQyYzAgLjA1OCAwIC4wOTMtLjA4Ni4xNTEtLjAzMy4wNjEtLjA3LjEyLS4xMTIuMTc1bC02LjE5IDdhMS4yMzEgMS4yMzEgMCAwIDEtLjQyNy4zMWMtLjE2NS4wNzMtLjM0NS4xMS0uNTI3LjExLS4yODkgMC0uNTctLjA5NC0uNzkyLS4yNjhhMS4xODMgMS4xODMgMCAwIDEtLjMwNS0uMzU0IDEuMTE2IDEuMTE2IDAgMCAxLS4wODctLjg5Yy4wNDgtLjE0Ny4xMjctLjI4My4yMzEtLjQwMWw0LjQ5NS01LjA4N0gxLjUyNWMtLjMyOSAwLS42NDQtLjEyMy0uODc2LS4zNDJhMS4xMzQgMS4xMzQgMCAwIDEtLjM2Mi0uODI1YzAtLjMwOS4xMy0uNjA2LjM2Mi0uODI0LjIzMi0uMjIuNTQ3LS4zNDIuODc2LS4zNDJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%;
    flex-shrink: 0;
    height: 18px;
    width: 21px
}

.sem-3-widget-block .attribute-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' fill='%23CCEBE4' r='8.5'/%3E%3Cpath d='M16.5 10 11 15.5 8.5 13' stroke='%231D6B59' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%
}

.sem-3-widget-block .read-more-icon-up {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m18 15-6-6-6 6' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%
}

.sem-3-widget-block .read-more-icon-down {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%
}

.sem-3-widget-block .show-text .read-more-icon-up {
    display: block
}

.sem-3-widget-block .show-text .read-more-icon-down {
    display: none
}

.sem-3-widget-block .sem-widget-rating-wrapper {
    display: block;
    max-width: 100%;
    width: 100%
}

.sem-3-widget-block .sem-widget-rating-wrapper .rating-wrap {
    border: 1px solid #c5cced;
    border-radius: 2px;
    margin: 0 auto
}

.sem-3-widget-block .sem-widget-rating-wrapper .rating-wrap .rating-number {
    align-items: center;
    background-color: #4657a1;
    border-radius: 2px 0 0 2px;
    display: flex;
    font-size: 30px;
    justify-content: center;
    line-height: 38px;
    max-width: 60px;
    padding: 5px
}

.sem-3-widget-block .sem-widget-rating-wrapper .rating-wrap .rating-text {
    align-items: center;
    color: #4657a1;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    justify-content: center;
    line-height: 14px;
    padding: 5px 2px
}

.sem-3-widget-block .sem-widget-rating-wrapper .rating-wrap .rating-text .provider-block-rating {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA3IDciPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlLXdpZHRoOjEuMDAxMjg7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZTojZGJkYmRiO3N0cm9rZS1vcGFjaXR5OjE7c3Ryb2tlLW1pdGVybGltaXQ6NCIgZD0ibTYuMzE5Ljk5OCAxLjY0IDMuMzI4IDMuNjc3LjU0Mi0yLjY2MiAyLjU4NS42MyAzLjY1Nkw2LjMyIDkuMzgybC0zLjI4NyAxLjcyNy42MjQtMy42NTYtMi42NTUtMi41ODUgMy42Ny0uNTQyWm0wIDAiIHRyYW5zZm9ybT0ic2NhbGUoLjUzODQ2IC41ODMzMykiLz48L3N2Zz4=");
    height: 7px;
    margin-top: 2px;
    width: 40px
}

.sem-3-widget-block .sem-widget-rating-wrapper .rating-wrap .rating-text .provider-block-rating .ratings {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxtYXNrIGlkPSJhIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjgiIGhlaWdodD0iOCI+PHBhdGggZD0iTS40NTIuNTE4aDcuMjN2Ny4yM0guNDUyVi41MThaIiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjA3IDEuMTIgNSAzLjAwOGwyLjA4Mi4zMDQtMS41MDcgMS40NjcuMzU2IDIuMDczLTEuODYyLS45OC0xLjg2Mi45OC4zNTYtMi4wNzMtMS41MDctMS40NjcgMi4wODItLjMwNC45MzEtMS44ODYuMDAxLS4wMDJaIiBmaWxsPSIjRjdDNzQ4IiBzdHJva2U9IiNGN0M5NEEiIHN0cm9rZS13aWR0aD0iLjU2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjwvc3ZnPg==");
    height: 7px
}

.page-content-inner-wrapper.no-right-rail .sem-3-widget-block-wrapper .main-title {
    color: #1f3264;
    font-size: 24px;
    line-height: 30px
}

@media (min-width:1024px) {

    .page-content-inner-wrapper.no-right-rail .sem-3-widget-block .sem-widget-wrapper.badge-present .badge-wrap,
    .page-content-inner-wrapper.no-right-rail .sem-3-widget-block.container-with-badge .no-badge .badge-wrap {
        margin-bottom: -16px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block-wrapper .sem-3-widget-card-wrap {
        overflow-x: scroll
    }
}

@media screen and (min-width:1200px) {
    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block-wrapper .sem-3-widget-card-wrap {
        overflow: visible
    }
}

@media screen and (min-width:1300px) {
    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block-wrapper .main-title {
        font-size: 24px;
        line-height: 30px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper.badge-present .badge-wrap,
    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block.container-with-badge .no-badge .badge-wrap {
        margin-bottom: -16px
    }
}

@media (min-width:1024px) {
    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block {
        min-width: 778px
    }
}

@media screen and (min-width:1300px) {
    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block {
        display: flex;
        justify-content: center;
        padding-left: 0
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper {
        margin-bottom: 0;
        margin-right: 20px;
        max-width: 290px;
        max-width: 307px;
        min-width: 290px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper.badge-present {
        margin-top: 0
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper:last-of-type {
        margin-right: 0
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .widget-ranking {
        font-size: 16px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .widget-ranking .badge-text {
        font-size: 14px;
        line-height: 18px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .sem-widget-cta-wrapper {
        max-width: 275px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .sem-widget-cta-wrapper .bottom-cta-text {
        margin-top: .5rem
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .sem-widget-wrap {
        margin-top: 26px;
        max-width: 275px
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .sem-widget-wrap .text-wrap {
        display: block
    }

    .page-content-inner-wrapper.right-rail-active .sem-3-widget-block .sem-widget-wrapper .read-more-wrapper {
        display: none
    }
}

.widget-rating {
    border: 1px solid #f1f5f9;
    border-radius: 2px;
    margin: 0 auto;
    max-width: 238px
}

.widget-rating .left-wrap {
    position: relative
}

.widget-rating .left-wrap:after {
    background-color: #f1f5f9;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    transform: skewX(350deg);
    width: 10px
}

.widget-rating:hover .tooltip-text {
    display: block;
    opacity: 1
}

.star-rating-wrapper {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none'%3E%3Cpath d='m8.258 1.213 1.874 3.796 4.19.613-3.032 2.953.715 4.172-3.747-1.97-3.748 1.97.716-4.172-3.033-2.953 4.19-.613 1.875-3.796Z' stroke='%23F7C94A' stroke-width='.97' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 80px
}

.star-rating {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none'%3E%3Cpath d='m8.258 1.213 1.874 3.796 4.19.613-3.032 2.953.715 4.172-3.747-1.97-3.748 1.97.716-4.172-3.033-2.953 4.19-.613 1.875-3.796Z' fill='%23F7C748' stroke='%23F7C94A' stroke-width='.97' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    height: 15px;
    max-width: 100%;
    position: relative;
    width: 0;
    z-index: 2
}

.tooltip-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23999'%3E%3Cpath d='M5.46.963a4.776 4.776 0 1 0 0 9.552 4.776 4.776 0 0 0 0-9.552Zm0 8.741a3.966 3.966 0 1 1 0-7.932 3.966 3.966 0 0 1 0 7.932Z'/%3E%3Cpath d='M4.945 3.862a.512.512 0 1 0 1.024 0 .512.512 0 0 0-1.024 0Zm.768 1.194H5.2a.086.086 0 0 0-.085.085v2.9c0 .047.038.085.085.085h.512a.086.086 0 0 0 .085-.085v-2.9a.086.086 0 0 0-.085-.085Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h10.916v10.814H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat
}

.tooltip-text {
    background-color: #333;
    border-radius: 10px;
    color: #fff;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 18px;
    text-align: center;
    top: 145%;
    transition: all .35s ease;
    width: 235px;
    z-index: 9
}

.tooltip-text,
.tooltip-text:after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.tooltip-text:after {
    border-color: transparent transparent #333;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    top: -10px;
    width: 0;
    z-index: 1
}

.sem-3-step-block {
    margin-top: 39px !important
}

@media (min-width:768px) {
    .sem-3-step-block {
        margin-top: 42px !important
    }
}

.sem-3-step-block.container {
    margin: 38px auto 24px
}

@media (min-width:768px) {
    .sem-3-step-block.container {
        margin: 42px auto 18px
    }
}

.first,
.last {
    border-color: #e2e8f0
}

.wrapper .left-wrap img {
    -o-object-fit: cover;
    object-fit: cover
}

.wrapper:first-child .first {
    border-color: transparent
}

@media (min-width:768px) {
    .wrapper:first-child .last {
        padding-right: 14px
    }

    .wrapper:nth-last-child(2) .content {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wrapper:last-child {
    margin-bottom: 0
}

.wrapper:last-child .last {
    border-color: transparent;
    padding-left: 14px
}

.wrapper:last-child .content {
    margin-bottom: 0
}

.wrapper .count-icon-0 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23F5F7FF' stroke='%23C5CCED' stroke-width='2'/%3E%3Cpath d='M11.55 8.95h-2.1l1.4-1.89h2.619V17H11.55V8.95Z' fill='%2394A3B8'/%3E%3C/svg%3E") no-repeat 50%
}

.wrapper .count-icon-1 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23F5F7FF' stroke='%23C5CCED' stroke-width='2'/%3E%3Cpath d='M15.869 17H9.093v-.658c0-.56.098-1.045.294-1.456.196-.41.448-.775.756-1.092.317-.327.662-.62 1.036-.882.382-.27.756-.537 1.12-.798.214-.15.415-.303.602-.462.196-.159.364-.322.504-.49.14-.168.252-.34.336-.518.084-.177.126-.369.126-.574 0-.364-.112-.667-.336-.91-.224-.252-.551-.378-.98-.378-.44 0-.803.135-1.092.406-.28.261-.416.593-.406.994H9.12a3.255 3.255 0 0 1 .994-2.38c.308-.29.672-.513 1.092-.672.429-.159.89-.238 1.386-.238a3.7 3.7 0 0 1 1.204.196c.382.13.718.327 1.008.588.298.252.536.57.714.952.177.383.266.826.266 1.33 0 .43-.052.812-.154 1.148a3.325 3.325 0 0 1-.434.896c-.178.27-.397.523-.658.756a9.815 9.815 0 0 1-1.386 1.064 10.13 10.13 0 0 0-.56.392 6.05 6.05 0 0 0-.518.434c-.15.15-.257.303-.322.462h4.116V17Z' fill='%2394A3B8'/%3E%3C/svg%3E") no-repeat 50%
}

.wrapper .count-icon-2 {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23F5F7FF' stroke='%23C5CCED' stroke-width='2'/%3E%3Cpath d='M12.633 17.154c-.476 0-.933-.07-1.372-.21a3.671 3.671 0 0 1-1.162-.658 3.522 3.522 0 0 1-.826-1.05c-.205-.42-.317-.905-.336-1.456h1.904c.047.485.234.854.56 1.106.327.252.738.378 1.232.378.439 0 .798-.112 1.078-.336.28-.224.425-.527.434-.91 0-.42-.15-.747-.448-.98-.29-.233-.681-.35-1.176-.35h-.84V11.12h.756c.467 0 .817-.107 1.05-.322.243-.224.369-.513.378-.868.01-.345-.112-.62-.364-.826a1.376 1.376 0 0 0-.924-.322c-.448 0-.816.13-1.106.392-.29.261-.43.597-.42 1.008H9.12a3.178 3.178 0 0 1 1.064-2.422c.327-.28.696-.495 1.106-.644.42-.15.85-.224 1.288-.224.514 0 .966.08 1.358.238.402.15.738.355 1.008.616.28.261.49.57.63.924.15.345.224.714.224 1.106 0 .485-.112.915-.336 1.288-.224.373-.48.658-.77.854.374.177.696.457.966.84.28.383.42.854.42 1.414a2.838 2.838 0 0 1-.952 2.156 3.266 3.266 0 0 1-1.092.616c-.42.14-.886.21-1.4.21Z' fill='%2394A3B8'/%3E%3C/svg%3E") no-repeat 50%
}

.best-of-widget .widget-disclaimer,
.best-of-widget-wrapper .widget-disclaimer,
.sem-best-of-overlay__inner .widget-disclaimer,
.sem-cta-builder-wrap .widget-disclaimer,
.sem-partner-details .widget-disclaimer,
.sticky-cta .widget-disclaimer {
    background-color: #f0f3ff;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 23px;
    padding: 10px;
    width: 100%
}

.best-of-widget .widget-disclaimer p,
.best-of-widget-wrapper .widget-disclaimer p,
.sem-best-of-overlay__inner .widget-disclaimer p,
.sem-cta-builder-wrap .widget-disclaimer p,
.sem-partner-details .widget-disclaimer p,
.sticky-cta .widget-disclaimer p {
    margin-bottom: 16px
}

.best-of-widget .widget-disclaimer a,
.best-of-widget-wrapper .widget-disclaimer a,
.sem-best-of-overlay__inner .widget-disclaimer a,
.sem-cta-builder-wrap .widget-disclaimer a,
.sem-partner-details .widget-disclaimer a,
.sticky-cta .widget-disclaimer a {
    color: #395bb6;
    text-decoration: underline
}

.best-of-widget .widget-disclaimer strong,
.best-of-widget-wrapper .widget-disclaimer strong,
.sem-best-of-overlay__inner .widget-disclaimer strong,
.sem-cta-builder-wrap .widget-disclaimer strong,
.sem-partner-details .widget-disclaimer strong,
.sticky-cta .widget-disclaimer strong {
    font-weight: 700
}

.best-of-widget .widget-disclaimer .read-more,
.best-of-widget-wrapper .widget-disclaimer .read-more,
.sem-best-of-overlay__inner .widget-disclaimer .read-more,
.sem-cta-builder-wrap .widget-disclaimer .read-more,
.sem-partner-details .widget-disclaimer .read-more,
.sticky-cta .widget-disclaimer .read-more {
    color: #395bb6;
    cursor: pointer;
    display: inline;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    z-index: 1
}

.best-of-widget .widget-disclaimer .read-more-disclaimer-text,
.best-of-widget-wrapper .widget-disclaimer .read-more-disclaimer-text,
.sem-best-of-overlay__inner .widget-disclaimer .read-more-disclaimer-text,
.sem-cta-builder-wrap .widget-disclaimer .read-more-disclaimer-text,
.sem-partner-details .widget-disclaimer .read-more-disclaimer-text,
.sticky-cta .widget-disclaimer .read-more-disclaimer-text {
    display: none
}

@media (min-width:1024px) {

    .best-of-widget .widget-disclaimer,
    .best-of-widget-wrapper .widget-disclaimer,
    .sem-best-of-overlay__inner .widget-disclaimer,
    .sem-cta-builder-wrap .widget-disclaimer,
    .sem-partner-details .widget-disclaimer,
    .sticky-cta .widget-disclaimer {
        font-size: 12px;
        line-height: 16.8px;
        margin-top: 16px
    }
}

.best-of-widget .widget-disclaimer .display-type,
.best-of-widget-wrapper .widget-disclaimer .display-type,
.sem-best-of-overlay__inner .widget-disclaimer .display-type,
.sem-cta-builder-wrap .widget-disclaimer .display-type,
.sem-partner-details .widget-disclaimer .display-type,
.sticky-cta .widget-disclaimer .display-type {
    display: block !important
}

.sem-partner-details .widget-disclaimer {
    background-color: inherit;
    font-size: 12px;
    line-height: 16.8px;
    margin-top: 8px;
    padding: 0
}

@media (min-width:1024px) {
    .sem-partner-details .widget-disclaimer {
        margin-top: 14px
    }
}

.sticky-cta .widget-disclaimer {
    margin-top: 18px;
    max-height: 30vh;
    overflow: auto
}

@media (min-width:768px) {
    .sticky-cta .widget-disclaimer {
        margin-top: 16px
    }
}

@media (min-width:1024px) {
    .sticky-cta .widget-disclaimer {
        max-height: 40vh
    }
}

.best-of-widget .widget-disclaimer,
.best-of-widget-wrapper .widget-disclaimer {
    margin-top: 16px
}

@media (min-width:768px) {

    .best-of-widget .widget-disclaimer,
    .best-of-widget-wrapper .widget-disclaimer {
        margin-top: 10px
    }

    .best-of-widget .middle-content-wrap .widget-disclaimer,
    .best-of-widget-wrapper .middle-content-wrap .widget-disclaimer {
        margin-left: 32px
    }
}

.sem-cta-builder-wrap .widget-disclaimer {
    background-color: #2f4b97;
    color: #fff;
    margin-top: 8px;
    padding: 10px
}

.sem-cta-builder-wrap .widget-disclaimer p {
    margin-bottom: 16px !important
}

.sem-cta-builder-wrap .widget-disclaimer .read-more,
.sem-cta-builder-wrap .widget-disclaimer a {
    color: #fff
}

@media screen and (min-width:1024px) {
    .sem-cta-builder-wrap .widget-disclaimer {
        margin-left: 24px;
        margin-top: 20px;
        width: -webkit-fill-available
    }
}

.sem-cta-builder-wrap.light-mode .widget-disclaimer {
    background-color: #f0f3ff;
    color: #000
}

.sem-cta-builder-wrap.light-mode .widget-disclaimer .read-more,
.sem-cta-builder-wrap.light-mode .widget-disclaimer a {
    color: #3453a7
}