@font-face {
    font-family: "omnes-variable";
    src: url("https://use.typekit.com/af/a75436/000000000000000077553280/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
    font-stretch: normal;
}

@font-face {
    font-family: "omnes-variable";
    src: url("https://use.typekit.com/af/88581d/000000000000000077553281/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2");
    font-display: swap;
    font-style: italic;
    font-weight: 100 900;
    font-stretch: normal;
}

:root {
    --font-omnes: "omnes-variable", Arial, sans-serif;
    --color-grey: #525252;
    --color-blue: #008bce;
    --color-amber: #f3b107;
    --max-width: 1200px;
    --max-width-small: 660px;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #ffffff;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    font-family: var(--font-omnes);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.44;
    color: var(--color-grey);
}

.omnes-semibold {
    font-weight: 500;
}

img.lazy.loaded,
.lazycss.loaded {
    opacity: 1;
}

.title-container {
    position: relative;
    width: 100%;
    max-width: var(--max-width-small);
    margin: 0 auto;
}

.title-container h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.16;
    text-align: center;
    margin: 0 auto;
    padding: 42px 0 19px;
}

.title-container h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-grey);
    text-align: center;
    padding-bottom: 20px;
}

.title-container p {
    position: relative;
    font-size: 16px;
    line-height: 1.375;
    color: var(--color-grey);
    text-align: left;
    margin: 10px auto;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.amber {
    color: var(--color-amber);
}

.body-content {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: var(--color-blue);
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hand {
    cursor: pointer;
}

.hidden {
    visibility: hidden;
}

.w-c {
    position: relative;
    width: calc(100% - 100px);
    max-width: var(--max-width);
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .title-container h2 {
        font-size: 28px;
        padding-top: 25px;
    }

    .title-container p {
        font-size: 16px;
    }

    .body-content.static {
        position: static;
    }

    #mainbody.show-lightbox header,
    #mainbody.show-lightbox footer,
    #mainbody.show-lightbox .help-container,
    #mainbody.show-lightbox .standard-page-container {
        display: none;
    }

    .w-c {
        width: calc(100% - 40px);
    }
}

:root {
    --color-white: #ffffff;
    --color-blue: #008bce;
    --color-dark-blue: #01426a;
    --color-yellow: #f3b107;
    --color-grey: #525252;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 130px;
    overflow: hidden;
}

header #fixed-menu-bar-spacer {
    position: relative;
    width: 100%;
    height: 44px;
    display: none;
}

header .top-bar {
    position: relative;
    width: 100%;
    height: 86px;
    padding: 15px 0 0 0;
    z-index: 501;
    background-color: var(--color-white);
}

header .top-bar .sc-pet-logo {
    float: left;
}

header .top-bar .sc-pet-logo .main-logo {
    margin-top: 6px;
    width: 175px;
    height: 44px;
    display: block;
}

header .menu-bar {
    width: 100%;
    height: 44px;
    background-color: #007db9;
    padding: 0;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 1500;
}

header .menu-bar .navbar-toggle {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    max-width: 100px;
    height: 40px;
    margin-right: 0;
    padding: 9px 10px 9px 0;
    margin-top: 5px;
    background-image: none;
    border: 0;
    border-radius: 0;
    background-color: #007db9;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

header .menu-bar .navbar-toggle .close-hitbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

header .menu-bar .navbar-toggle .sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

header .menu-bar .navbar-toggle .icon-bar {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--color-white);
}

header .menu-bar .navbar-toggle .icon-bar[data-index="0"] {
    top: 9px;
}

header .menu-bar .navbar-toggle .icon-bar[data-index="1"] {
    top: 15px;
}

header .menu-bar .navbar-toggle .icon-bar[data-index="2"] {
    top: 21px;
}

header .menu-bar .navbar-toggle .navbar-text {
    position: absolute;
    top: 5px;
    left: 32px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "omnes-variable", Arial, serif;
    font-weight: 500;
    z-index: 1;
}

header .menu-bar .navbar-toggle .navbar-text-close {
    opacity: 0;
}

header .menu-bar .navbar-toggle:focus-visible {
    border: 2px solid #f3b107 !important;
}

header .menu-bar ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 44px;
}

header .menu-bar ul li {
    position: relative;
    padding: 0;
    margin: -3px 24px 0 0;
    opacity: 0.75;
}

header .menu-bar ul li.selected,
header .menu-bar ul li.highlight,
header .menu-bar ul li.btn-container,
header .menu-bar ul li.for-vets-btn-container.selected,
header .menu-bar ul li.icon-link-container.selected {
    opacity: 1;
}

header .menu-bar ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: var(--color-white);
    opacity: 1;
    text-decoration: none;
}

header .menu-bar ul li a.btn {
    opacity: 1;
    position: relative;
    width: 145px;
    height: 34px;
    display: flex;
    padding: 0 0 3px;
    color: #01426a;
    align-items: center;
    justify-content: center;
}

header .menu-bar ul li.btn-container {
    opacity: 1;
    margin: 0 12px 0 0;
}

header .menu-bar ul li.has-mobile-dd.open .arrow {
    transform: rotate(180deg);
}

header .menu-bar ul li.has-mobile-dd.open .dropdown-list {
    max-height: 399px;
    margin-bottom: 10px;
}

header .menu-bar ul li.has-mobile-dd.open > a {
    opacity: 1;
}

header .menu-bar ul li.has-mobile-dd a {
    position: relative;
    z-index: 1;
}

header .menu-bar ul li.has-mobile-dd .arrow {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: url("{{ get_asset_url('../images/common/icon_chevron_white.svg') }}") center no-repeat;
    background-size: 13px 8px;
    display: none;
    z-index: 10;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 0;
    padding: 0;
}

header .menu-bar ul li.has-mobile-dd .dropdown-list {
    position: relative;
    overflow: hidden;
    max-height: 0;
    display: none;
    background: #01426a;
    width: 100vw;
    top: 20px;
    margin: 0 0 0 -50px;
    padding: 0;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .menu-bar ul li.has-mobile-dd .dropdown-list .pad {
    padding: 4px 0 8px;
}

header .menu-bar ul li.has-mobile-dd .dropdown-list a {
    opacity: 0.75;
    display: inline-block;
    padding-bottom: 3px;
    margin: 12px 0 5px;
    line-height: 1.44;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

header .menu-bar ul li.has-mobile-dd .dropdown-list a.selected {
    opacity: 1;
    border-bottom: 2px solid #ffffff;
}

header .menu-bar ul li.selected > a {
    opacity: 1;
    padding-bottom: 13px;
    border-bottom: 2px solid #ffffff;
}

header .menu-bar ul li.highlight > a {
    opacity: 1;
}

header .menu-bar ul li.for-vets-btn-container {
    margin-left: 10px;
}

header .menu-bar ul li.for-vets-btn-container.selected > a {
    opacity: 1;
    border-bottom: none;
    padding: 0;
}

header .menu-bar ul li.for-vets-btn-container .for-vets-btn {
    display: flex;
    height: 24px;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
    background-size: 24px 24px;
}

header .menu-bar ul li.icon-link-container {
    margin-left: 10px;
}

header .menu-bar ul li.icon-link-container .icon-link {
    display: flex;
    height: 24px;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
}

header .menu-bar ul li.icon-link-container .icon-link .menu-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 auto;
}

header .menu-bar ul li.icon-link-container .icon-link span {
    display: block;
    line-height: 1;
}

header .menu-bar ul li.icon-link-container.selected > a {
    opacity: 1;
    border-bottom: none;
    padding: 0;
}

header .social-icons {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

header .social-icons a {
    display: block;
}

header .social-icons a img {
    width: 24px;
    height: 24px;
    display: block;
}

header .mobile-footer {
    position: relative;
    display: none;
    margin-top: 30px;
}

header .mobile-footer .pet-animation {
    position: absolute;
    top: -110px;
    right: 0;
    width: 100px;
    height: 100px;
}

header .mobile-footer .pet-animation .pet-anim {
    width: 120px;
    height: 120px;
}

header .mobile-footer .btn {
    margin-bottom: 12px;
}

header .mobile-footer .btn.outline-btn {
    margin-bottom: 60px;
}

body.show-menu {
    background-color: #007db9;
}

body.show-menu .menu-bar .navbar-toggle {
    margin-left: -2px;
}

body.show-menu .menu-bar .navbar-toggle .close-hitbox {
    display: block;
}

body.show-menu .menu-bar .navbar-toggle .navbar-text {
    opacity: 0;
}

body.show-menu .menu-bar .navbar-toggle .navbar-text-close {
    opacity: 1;
}

body.show-menu .menu-bar .navbar-toggle .icon-bar[data-index="0"] {
    top: 15px;
    transform: rotate(45deg);
}

body.show-menu .menu-bar .navbar-toggle .icon-bar[data-index="2"] {
    top: 15px;
    transform: rotate(-45deg);
}

body.show-menu .menu-bar .navbar-toggle .icon-bar[data-index="1"] {
    opacity: 0;
}

body.show-menu header {
    max-height: none;
}

body.show-menu .menu-bar .mobile-footer .pet-anim {
    background: url("{{ get_asset_url('../images/animations/cat1@2x.webp') }}") center no-repeat;
    background-size: contain;
}

.header-spacer {
    position: relative;
    height: 130px;
    display: none;
}

.w-c {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1100px;
    margin: 0 auto;
}

.spacer-img-desktop {
    opacity: 0 !important;
}

img.lazy,
.lazycss {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popup-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: none;
}

.popup-box .blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-box .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("{{ get_asset_url('../images/common/close-btn@2x.png') }}") no-repeat center;
    background-size: 16px 16px;
    outline: none;
    border: none;
}

.popup-box .title-container {
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 0 auto 10px auto;
}

.popup-box .title-container .title {
    display: inline-block;
    color: var(--color-blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.09;
}

.popup-box .title-container .inline-txt {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    color: var(--color-grey);
    margin: 0 5px;
}

.popup-box .title-container .custom-select-box-container {
    display: inline-block;
    width: 100px;
}

.popup-box .box {
    position: relative;
    width: calc(100% - 40px);
    max-width: 740px;
    background-color: var(--color-white);
    border-radius: 3px;
    padding: 60px 94px;
    margin: 0 auto;
    display: none;
}

.popup-box .box .content .table-container {
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 8px;
}

.popup-box .box .content .table-container table {
    width: 100%;
}

.popup-box .box .content .table-container table tr td {
    font-size: 16px;
    line-height: 1.2;
}

.popup-box .box .content .table-container table tr td.bold {
    font-weight: 500;
}

.popup-box .box .content .terms {
    font-size: 11px;
    line-height: 1.82;
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 10px auto 20px auto;
    color: #8e8e8e;
}

.popup-box .box .content .btn-container {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.popup-box .box .content .btn-container .btn {
    float: right;
}

.popup-box .box .content .btn-container .btn.outline-btn {
    float: left;
}

.popup-box .box .content h2,
.popup-box .box .content h3,
.popup-box .box .content .subtitle {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.popup-box .box .content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-yellow);
    margin-bottom: 27px;
}

.popup-box .box .content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 17px;
    color: var(--color-blue);
}

.popup-box .box .content p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 30px;
}

.popup-box .box .content p a {
    border-bottom: 1px solid rgba(48, 147, 204, 0);
}

.popup-box .box .content .btn {
    position: relative;
    margin: 0 auto;
}

.popup-box .box .content .subtitle {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.375;
    color: var(--color-grey);
    margin-bottom: 17px;
}

.popup-box .box .content .ticks-container .animations {
    float: left;
    width: 143px;
}

.popup-box .box .content .ticks-container .animations .pet-anim-puppy,
.popup-box .box .content .ticks-container .animations .pet-anim-kitten {
    float: left;
    width: 50%;
}

.popup-box .box .content .ticks-container .ticks {
    float: left;
    width: calc(100% - 143px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-box .box .content .ticks-container .ticks li {
    padding-left: 24px;
    background: url("{{ get_asset_url('../images/common/icon-green-tick@2x.webp') }}") no-repeat top 5px left;
    background-size: 16px 16px;
    margin-bottom: 6px;
}

.popup-box.open {
    display: block;
}

.main-submenu {
    position: absolute;
    left: 0;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    background-color: rgba(10, 78, 127, 0.9);
    z-index: 11;
}

.main-submenu ul {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -14px;
    display: flex;
}

.main-submenu ul li {
    padding: 0 14px;
    height: 38px;
    display: flex;
    align-items: center;
}

.main-submenu ul li.selected {
    background-color: rgba(0, 0, 0, 0.2);
}

.main-submenu ul li.selected a {
    opacity: 1;
}

.main-submenu ul li:hover a {
    opacity: 1;
}

.main-submenu ul li a {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

@media all and (min-width: 769px) {
    header .menu-bar ul li:hover {
        opacity: 1;
    }

    header .menu-bar ul li:hover a {
        opacity: 1;
    }
}

@media all and (max-width: 1199px) {
    header .menu-bar ul li {
        margin: -3px 14px 0 0;
    }

    header .menu-bar ul li.btn-container {
        margin: 0 12px 0 0;
    }

    header .menu-bar ul li.icon-link-container,
    header .menu-bar ul li.for-vets-btn-container {
        margin-left: 10px;
    }

    header .menu-bar ul li a.btn {
        width: 126px;
    }

}

@media all and (max-width: 1080px) {
    header .menu-bar ul li a {
        font-size: 14px;
    }

    header .menu-bar ul li a.btn {
        padding-top: 1px;
    }
}

@media all and (max-width: 990px) {
    header .menu-bar {
        overflow: hidden;
        max-height: 44px;
    }

    header .menu-bar .navbar-toggle {
        display: block;
        float: none;
    }

    header .menu-bar ul {
        display: none;
        height: auto;
    }

    header .menu-bar ul li {
        clear: both;
        padding: 23px 0 3px 0;
        margin: 0;
        opacity: 1;
    }

    header .menu-bar ul li a {
        font-size: 20px;
        line-height: 1.44;
        opacity: 0.75;
    }

    header .menu-bar ul li.btn-container {
        display: none;
    }

    header .menu-bar ul li.has-mobile-dd .arrow {
        display: block;
    }

    header .menu-bar ul li.has-mobile-dd .dropdown-list {
        display: block;
        padding: 0 50px;
    }

    header .menu-bar ul li.has-mobile-dd .dropdown-list .pad {
        max-width: 300px;
    }

    header .menu-bar ul li.for-vets-btn-container,
    header .menu-bar ul li.icon-link-container {
        margin-left: 0;
    }

    header .social-icons {
        top: 4px;
        transform: none;
    }

    body.show-menu {
        min-height: 100%;
        background-color: #007db9;
    }

    body.show-menu .menu-bar {
        height: auto;
        max-height: 920px;
    }

    body.show-menu.showing-dd .menu-bar {
        max-height: 800px;
    }

    body.show-menu .menu-bar ul {
        display: block;
    }

    body.show-menu .menu-bar .mobile-footer {
        display: block;
    }

    body.show-menu .body-content,
    body.show-menu .help-container,
    body.show-menu footer {
        display: none;
    }

    .main-submenu {
        display: none;
    }
}

@media all and (max-width: 768px) {
    header .top-bar {
        padding-top: 20px;
    }

    header .top-bar .sc-pet-logo .main-logo {
        margin-top: 0;
    }

    header .menu-bar ul li.selected > a {
        padding-bottom: 5px;
    }
}

@media all and (max-width: 767px) {
    header {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }

    header .menu-bar {
        position: relative;
        top: auto;
    }

    header .menu-bar ul li.has-mobile-dd .dropdown-list {
        margin-left: -20px;
        padding: 0 20px;
    }

    .header-spacer {
        display: none;
    }

    .popup-box {
        position: relative;
    }

    .popup-box .blackout {
        position: fixed;
        background-color: var(--color-white);
    }

    .popup-box .box {
        width: 100%;
        padding: 40px 20px;
    }

    .popup-box .box .content .btn-container .btn {
        position: relative;
        float: none;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .popup-box .box .content .btn-container .btn.outline-btn {
        float: none;
    }

    .popup-box .box .content p {
        font-size: 16px;
    }

    .popup-box .box .content .subtitle {
        font-size: 16px;
    }

    .popup-box .box .content .ticks-container .animations {
        float: none;
        width: 100%;
        max-width: 150px;
        min-height: 60px;
        margin: 0 auto;
    }

    .popup-box .box .content .ticks-container .ticks {
        width: 100%;
    }

    .w-c {
        width: calc(100% - 40px);
    }
}

@media all and (max-width: 480px) {
    .popup-box .box .content .ticks-container {
        position: relative;
        max-width: 220px;
        margin: 0 auto;
    }
}

@media all and (max-width: 359px) {
    header .top-bar .sc-pet-logo .main-logo {
        margin-top: -1px;
        width: 155px;
        height: 39px;
    }
}

@media all and (min-width: 768px) {
    body.fixed-menu header #fixed-menu-bar-spacer {
        display: block;
    }

    body.fixed-menu header .menu-bar {
        position: fixed;
    }
}

:root {
    --font-omnes: "omnes-variable", Arial, serif;
    --color-blue: #008bce;
    --color-dark-blue: rgba(18, 86, 135, 0.9);
    --color-orange: #f3b107;
    --color-dark-orange: #e4960a;
    --color-light-green: #b5c50d;
    --color-green: #469f35;
    --color-pale-blue: #e7f6fe;
    --color-grey: #525252;
    --color-red: #cf142b;
    --color-grey-bg: #626366;
    --color-light-grey: #f7f7f7;
    --color-white: #ffffff;
    --color-yellow: #f3b107;
    --color-very-light-grey: #eaeaea;
    --color-footer-grey: #626366;
    --color-charcoal: #343434;
    --max-full-width: 1200px;
    --max-width: 1100px;
    --max-width-small: 800px;
    --max-width-small-extra: 840px;
    --ease: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.w-c.full-width {
    width: 100%;
    max-width: var(--max-full-width);
}

.w-c.small-width {
    width: 100%;
    max-width: var(--max-width-small);
}

.w-c.small-width.extra {
    max-width: var(--max-width-small-extra);
}

.omnes-semibold {
    font-weight: 500;
}

.intro-s {
    width: 100%;
    margin-bottom: 55px;
}

.intro-s h2 {
    position: relative;
    max-width: 660px;
    color: var(--color-orange);
}

.intro-s h2.blue {
    font-size: 28px;
    font-weight: 500;
    color: var(--color-blue);
}

.intro-s .btn {
    width: 250px;
    margin: 35px auto 0 auto;
}

.intro-s .pdf-c {
    position: relative;
    width: 100%;
    margin: 30px 0;
}

.intro-s .pdf-c .left-side,
.intro-s .pdf-c .right-side {
    float: left;
    width: 50%;
}

.intro-s .pdf-c .left-side {
    padding-right: 32px;
    display: block;
}

.intro-s .pdf-c .right-side {
    padding-left: 32px;
    display: block;
}

.intro-s .pdf-c .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--color-blue);
    text-align: center;
    width: 100%;
    display: block;
}

.intro-s .pdf-c p,
.intro-s .pdf-c .p {
    font-size: 16px;
    line-height: 1.56;
    font-weight: 400;
    color: var(--color-grey);
    margin: 15px 0;
    min-height: 80px;
    display: block;
}

.intro-s .pdf-c .pdf-btn {
    background: url("{{ get_asset_url('../images/common/icon-pdf@2x.png') }}") no-repeat;
    background-size: 42px 48px;
    color: var(--color-blue);
    font-size: 14px;
    padding: 12px 0 12px 54px;
    min-height: 48px;
    cursor: pointer;
    display: block;
}

.intro-s .pdf-c .b-r {
    position: absolute;
    top: 47px;
    left: 50%;
    width: 1px;
    height: calc(100% - 47px);
    background-color: var(--color-very-light-grey);
}

.intro-s .pdf-c.single-pdf {
    max-width: 800px;
    margin: auto;
}

.intro-s .pdf-c.single-pdf a {
    width: 100%;
    margin-right: 0;
    padding: 20px 30px 30px 30px;
    border: 1px solid rgba(238, 238, 238, 0);
}

.intro-s .pdf-c.single-pdf a .p {
    min-height: 0;
}

.intro-s .less-bottom {
    margin-bottom: 10px;
}

.title-container {
    position: relative;
    width: 100%;
    max-width: var(--max-width-small);
    margin: 0 auto;
}

.title-container h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.16;
    text-align: center;
    margin: 0 auto;
    padding: 42px 0 19px 0;
}

.title-container h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-grey);
    text-align: center;
    padding-bottom: 20px;
}

.title-container p {
    position: relative;
    font-size: 16px;
    line-height: 1.375;
    color: var(--color-grey);
    text-align: left;
    margin: 10px auto;
}

.title-container p.h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-grey);
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.33;
}

.title-container p.h3 a {
    color: #007db9;
}

.title-container p.h3.bold {
    font-weight: 600;
    margin-top: 25px;
}

.title-container p .blue {
    color: #007db9;
    display: block;
    margin-bottom: -17px;
}

.f-w-div {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--color-very-light-grey);
}

.btn {
    width: 220px;
    height: 43px;
    padding: 8px 0 11px 0;
    background-color: var(--color-orange);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #01426a;
    display: block;
    position: relative;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.btn.outline-btn {
    color: #01426a;
    background-color: #ffffff;
    border: 1px solid var(--color-orange);
}

.btn.wider {
    width: 260px;
}

.btn.back {
    background: url("{{ get_asset_url('../images/common/icon-chevron-back-gold.png') }}") 90px center no-repeat;
    background-size: 7px 12px;
}

.btn.arrow-right {
    background: url("{{ get_asset_url('../images/common/right-arrow-white.png') }}") var(--color-orange) center right 79px no-repeat;
    background-size: 7px 12px;
}

.btn.download-btn {
    background: url("{{ get_asset_url('../images/common/icon-download-white@2x.png') }}") var(--color-orange) center right 15px no-repeat;
    background-size: 16px 16px;
}

.btn.download-btn.outline-btn {
    background-image: url("{{ get_asset_url('../images/common/icon-download-gold@2x.png') }}");
    background-color: #ffffff;
}

.w-4 .col {
    float: left;
    width: 25%;
}

.w-4 .col.b-c-i .title {
    max-width: 140px;
}

.w-4 .col.b-c-i .icon {
    width: 130px;
    height: 130px;
}

.w-5 .col {
    float: left;
    width: 20%;
}

.b-c-i {
    padding-top: 22px;
}

.b-c-i .title {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-grey);
    line-height: 1.19;
    text-align: center;
    padding: 0 5px;
    margin: 0 auto;
}

.b-c-i .icon {
    position: relative;
    margin: 0 auto 11px auto;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background-color: var(--color-pale-blue);
    overflow: hidden;
}

.b-c-i .icon img {
    width: 100%;
    height: auto;
}

.b-c-i .icon .number {
    position: relative;
    width: 100%;
    max-width: 100px;
    margin: -14px auto 0 auto;
    display: block;
    text-align: center;
}

.b-c-i .icon .right-half {
    display: inline-block;
}

.b-c-i .icon .right-half .big {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-blue);
    display: block;
    margin: 4px 0 -1px 0;
    text-align: left;
}

.b-c-i .icon .right-half .small {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-blue);
    display: block;
    text-align: left;
}

.b-c-i .icon .left-half {
    display: inline-block;
    color: var(--color-blue);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.28;
    text-align: right;
}

.b-c-i .des {
    position: relative;
    width: 100%;
    padding: 5px 9px 0 9px;
    min-height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-grey);
    line-height: 1.28;
    text-align: center;
    margin: 0 auto;
}

.b-c-i .des span,
.b-c-i .des a {
    cursor: pointer;
    color: var(--color-blue);
}

.b-c-i .price {
    font-size: 36px;
    color: var(--color-blue);
    font-weight: 600;
    text-align: center;
}

.b-c-i .price.transition-out {
    opacity: 0;
}

.b-c-i.has-border .icon {
    border: 6px solid var(--color-yellow);
}

.source {
    font-size: 11px;
    color: var(--color-grey);
}

.grey-bg {
    background-color: var(--color-light-grey);
}

.vertical-align-container {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-align-container .vertical-align {
    display: table-cell;
    vertical-align: middle;
}

#resize-768 {
    display: none;
}

#resize-767 {
    display: none;
}

.standard-page-container .bold {
    font-weight: 600;
}

.standard-page-container .italic {
    font-style: italic;
}

.custom-select-box-container {
    display: block;
}

.custom-select-box {
    position: relative;
    width: 100%;
    display: block;
}

.custom-select-box > .selected {
    position: relative;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: var(--color-grey);
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    padding: 13px 9px;
    outline: none;
    display: block;
}

.custom-select-box .blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}

.custom-select-box .arrow {
    position: absolute;
    top: 21px;
    right: 17px;
    width: 12px;
    height: 7px;
    z-index: 102;
    background: url("{{ get_asset_url('../images/common/select-arrow-blue@2x.png') }}") no-repeat;
    background-size: 12px 7px;
}

.custom-select-box .ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    background-color: var(--color-white);
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d2d2d2;
}

.custom-select-box .ul .li {
    display: block;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: var(--color-grey);
    padding: 12px 9px 12px 5px;
    cursor: pointer;
    border-left: 4px solid rgba(255, 255, 255, 0);
}

.custom-select-box .ul .li.disabled {
    color: #bbbbbb;
    text-decoration: line-through;
    pointer-events: none;
}

.custom-select-box .ul .li.select {
    color: #bbbbbb;
    border-left: 4px solid var(--color-yellow);
}

.custom-select-box.open {
    z-index: 500;
}

.custom-select-box.open > .selected {
    border: 1px solid #c89104;
}

.custom-select-box.open .blocker {
    display: block;
}

.custom-select-box.open .arrow {
    transform: rotate(180deg);
}

.custom-select-box.open .ul {
    display: block;
    border: 1px solid #c89104;
}

.abx .s1,
.abx .s2,
.abx .s3,
.abx .s4 {
    display: none;
}

.abx.s1 .s1,
.abx.s2 .s2,
.abx.s3 .s3,
.abx.s4 .s4 {
    display: block;
}

.shadow {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.gradient-copy {
    background-image: linear-gradient(to bottom, #008bce, #0a4e7f);
    min-height: 120px;
    padding: 10px 0;
}

.gradient-copy .copy {
    display: table;
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    height: 92px;
}

.gradient-copy .copy .image {
    display: table-cell;
    width: 110px;
}

.gradient-copy .copy .text {
    vertical-align: middle;
    display: table-cell;
    width: calc(100% - 110px);
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.gradient-copy .copy .text a {
    text-decoration: underline;
    color: #ffffff;
}

sup {
    font-size: 0.45em;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.pet-refuge-logo {
    width: 100px;
    height: 96px;
}

.nobreak {
    white-space: nowrap;
}

.left-right-img {
    margin-bottom: 50px;
}

.left-right-img.w-dogs {
    position: relative;
    margin: 0 auto 50px;
    width: calc(100% - 40px);
    max-width: 859px;
}

.left-right-img.w-dogs .w-c {
    width: 100%;
}

.left-right-img.w-dogs .w-c .copy {
    padding-left: 20px;
    padding-right: 20px;
}

.left-right-img .terms-container {
    padding-top: 20px;
    max-width: 780px;
}

.left-right-img .terms-container.w-c {
    max-width: 780px;
}

.left-right-img .terms-container p {
    font-size: 12px;
    line-height: 1.41;
    text-align: center;
}

.left-right-img .btn-container {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.left-right-img .w-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}

.left-right-img .left-side,
.left-right-img .right-side {
    position: relative;
    max-width: 480px;
    width: calc(50% - 10px);
}

.left-right-img .left-side.center-img,
.left-right-img .right-side.center-img {
    display: flex;
    justify-content: center;
}

.left-right-img .costs-list .cost-item {
    margin: 0 0 16px;
}

.left-right-img .costs-list .cost-item .label {
    font-weight: 500;
    margin: 0 0 6px;
}

.left-right-img .costs-list .cost-item .dollars {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14;
    color: #007db9;
}

.left-right-img .rounded-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.left-right-img .white-bg {
    background-color: #ffffff;
    border-radius: 48px;
}

.left-right-img .copy {
    position: relative;
    width: 100%;
    padding: 36px 40px 40px;
    box-sizing: border-box;
}

.left-right-img .copy.no-pad {
    padding: 0;
}

.left-right-img .copy h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #525252;
    margin: 0 0 12px;
}

.left-right-img .copy h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.16;
    margin: 0 0 12px;
    color: #007db9;
}

.left-right-img .copy h2.larger {
    font-size: 28px;
}

.left-right-img .copy p {
    margin-bottom: 24px;
}

.left-right-img .copy p.large {
    font-size: 18px;
    font-weight: 500;
}

.left-right-img .copy p.no-mb {
    margin-bottom: 0;
}

.left-right-img .copy p .small {
    font-size: 12px;
    display: block;
    margin: 10px 0 0 0;
}

.left-right-img .tick-list {
    padding-top: 10px;
}

.left-right-img .tick-list .tick {
    color: #525252;
    padding: 0 0 0 24px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    margin-bottom: 6px;
    display: block;
    background-image: url("{{ get_asset_url('../images/common/icon-green-tick.webp') }}");
    background-size: 16px 16px;
}

.left-right-img .tick-list .tick h3 {
    margin: 0 0 6px;
}

.left-right-img .tick-list .tick p {
    margin: 0 0 20px;
}

.padded-grey-sec {
    padding: 50px 0;
    margin-bottom: 24px;
}

.padded-grey-sec .left-right-img {
    margin-bottom: 0;
}

@media all and (min-width: 769px) {
    .btn:hover {
        background-color: #ffcb47;
    }

    .btn:active {
        border: 1px solid #ffcb47;
    }

    .btn.outline-btn:hover {
        outline: 1px solid var(--color-orange);
        background-color: #fff;
    }

    .btn.outline-btn:active {
        background-color: var(--color-orange);
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .left-right-img .tick-list .tick {
        background-image: url("{{ get_asset_url('../images/common/icon-green-tick@2x.webp') }}");
    }
}

@media all and (max-width: 1120px) {
    .left-right-img .copy.no-pad {
        padding: 0 0 0 20px;
    }
}

@media all and (max-width: 1023px) {
    .left-right-img .copy {
        padding: 24px 24px 30px;
    }
}

@media all and (max-width: 990px) {
    .b-c-i .title {
        height: 70px;
    }
}

@media all and (max-width: 767px) {
    .intro-s .w-3 .col,
    .intro-s .w-3 .col.last,
    .intro-s .w-4 .col,
    .intro-s .w-4 .col.last,
    .intro-s .w-5 .col,
    .intro-s .w-5 .col.last,
    .intro-s .w-6 .col,
    .intro-s .w-6 .col.last {
        float: none;
        clear: both;
        position: relative;
        width: 100%;
    }

    .intro-s .w-3 .col .title,
    .intro-s .w-3 .col.last .title,
    .intro-s .w-4 .col .title,
    .intro-s .w-4 .col.last .title,
    .intro-s .w-5 .col .title,
    .intro-s .w-5 .col.last .title,
    .intro-s .w-6 .col .title,
    .intro-s .w-6 .col.last .title {
        float: right;
        height: 72px;
        width: calc(100% - 92px);
        text-align: left;
        padding: 0;
    }

    .intro-s .w-3 .col .icon,
    .intro-s .w-3 .col.last .icon,
    .intro-s .w-4 .col .icon,
    .intro-s .w-4 .col.last .icon,
    .intro-s .w-5 .col .icon,
    .intro-s .w-5 .col.last .icon,
    .intro-s .w-6 .col .icon,
    .intro-s .w-6 .col.last .icon {
        float: left;
        width: 72px;
        height: 72px;
        margin: 0 auto 11px auto;
    }

    .intro-s .w-3 .col .des,
    .intro-s .w-3 .col.last .des,
    .intro-s .w-4 .col .des,
    .intro-s .w-4 .col.last .des,
    .intro-s .w-5 .col .des,
    .intro-s .w-5 .col.last .des,
    .intro-s .w-6 .col .des,
    .intro-s .w-6 .col.last .des {
        float: right;
        width: calc(100% - 92px);
        max-width: none;
        height: 72px;
        text-align: left;
        font-size: 16px;
    }

    .intro-s .w-3 .col.b-c-i,
    .intro-s .w-3 .col.last.b-c-i,
    .intro-s .w-4 .col.b-c-i,
    .intro-s .w-4 .col.last.b-c-i,
    .intro-s .w-5 .col.b-c-i,
    .intro-s .w-5 .col.last.b-c-i,
    .intro-s .w-6 .col.b-c-i,
    .intro-s .w-6 .col.last.b-c-i {
        margin-bottom: 0;
    }

    .intro-s .pdf-c .left-side,
    .intro-s .pdf-c .right-side {
        position: relative;
        float: none;
        width: 100%;
    }

    .intro-s .pdf-c .left-side {
        padding-right: 0;
    }

    .intro-s .pdf-c .right-side {
        padding-left: 0;
    }

    .intro-s .pdf-c p,
    .intro-s .pdf-c .p {
        min-height: 0;
    }

    .intro-s .pdf-c .b-r {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }

    .title-container p {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }

    #resize-767 {
        display: block;
    }

    body.hide-all-content header,
    body.hide-all-content footer,
    body.hide-all-content .help-container,
    body.hide-all-content .standard-page-container {
        display: none;
    }

    .left-right-img {
        margin-bottom: 20px;
    }

    .left-right-img .terms-container p {
        text-align: left;
    }

    .left-right-img .btn-container {
        padding-top: 4px;
        margin: 0 auto 50px;
    }

    .left-right-img .btn {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .left-right-img .btn-container .btn {
        left: auto;
        transform: none;
    }

    .left-right-img .w-c {
        flex-wrap: wrap;
    }

    .left-right-img .left-side,
    .left-right-img .right-side {
        width: 100%;
        max-width: none;
    }

    .left-right-img .left-side.stack-first-mobile,
    .left-right-img .right-side.stack-first-mobile {
        order: 1;
        margin-bottom: 20px;
    }

    .left-right-img .left-side.stack-second-mobile,
    .left-right-img .right-side.stack-second-mobile {
        order: 2;
    }

    .left-right-img .white-bg {
        margin-bottom: 20px;
    }

    .left-right-img .white-bg .copy {
        padding: 24px 24px 30px;
    }

    .left-right-img .copy {
        padding: 24px 0 30px;
        text-align: center;
    }

    .left-right-img .copy.no-pad {
        padding: 24px 0 0 0;
    }

    .left-right-img .tick-list {
        text-align: left;
    }

    .padded-grey-sec {
        padding: 24px 0;
    }
}

@media all and (max-width: 768px) {
    #resize-768 {
        display: block;
    }
}

@media all and (max-width: 720px) {
    .w-4 .col,
    .w-5 .col {
        width: 50%;
    }

    .w-4 .col:nth-child(2n + 1) {
        clear: both;
    }

    .w-4 .col.last,
    .w-5 .col.last {
        float: none;
        clear: both;
        position: relative;
        width: 50%;
        margin: 0 auto;
    }

    .w-4 .col.b-c-i .title {
        height: 65px;
    }

    .b-c-i {
        margin-bottom: 20px;
        padding-top: 12px;
    }

    .b-c-i .title {
        height: 50px;
        padding: 0 10px;
    }
}

@media all and (max-width: 520px) {
    .dtOnly {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .intro-s {
        margin-bottom: 35px;
    }

    .intro-s .btn {
        width: 100%;
        margin: 25px auto 0 auto;
    }

    .title-container h2 {
        font-size: 28px;
        padding-top: 25px;
    }

    .btn {
        width: 100%;
    }

    .b-c-i .title {
        height: 64px;
        padding: 0 10px 6px;
    }

    .left-right-img .rounded-img {
        width: 100%;
        max-width: 300px;
    }
}

@media all and (max-width: 359px) {
    .w-4 .col.b-c-i .title {
        height: 50px;
    }

    .b-c-i .title {
        font-size: 14px;
    }
}

.help-container {
    position: relative;
    background-color: var(--color-light-grey, #f7f7f7);
    padding-bottom: 45px;
}

.help-container .title-container h2 {
    font-size: 24px;
    color: var(--color-blue, #008bce);
    padding: 42px 0 39px 0;
}

.help-container .w-3 {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.help-container .w-3 .col {
    float: left;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    height: 134px;
    padding: 33px;
    background-color: var(--color-white, #ffffff);
    border: 1px solid #eeeeee;
    color: inherit;
    text-decoration: none;
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.help-container .w-3 .col .icon {
    float: left;
    width: 52px;
    height: 52px;
    margin-top: 5px;
    margin-right: 21px;
    background-size: 52px 52px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.help-container .w-3 .col .clear {
    display: block;
}

.help-container .w-3 .col .copy {
    float: left;
    width: calc(100% - 73px);
}

.help-container .w-3 .col .copy .title {
    text-transform: uppercase;
    color: var(--color-blue, #008bce);
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: -2px;
    display: block;
}

.help-container .w-3 .col .copy .title a {
    color: inherit;
    text-decoration: none;
}

.help-container .w-3 .col .copy .p,
.help-container .w-3 .col .copy p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-grey, #525252);
    text-align: left;
    margin: 3px 0;
    display: block;
}

.help-container .w-3 .col[data-index="0"] .icon {
    background-image: url("{{ get_asset_url('../images/common/chat-icon@2x.png') }}");
}

.help-container .w-3 .col[data-index="1"] .icon {
    background-image: url("{{ get_asset_url('../images/common/message-icon@2x.png') }}");
}

.help-container .w-3 .col[data-index="2"] .icon {
    background-image: url("{{ get_asset_url('../images/common/phone-icon@2x.png') }}");
}

.site-footer {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-color: #525252;
}

@media all and (min-width: 769px) {
    .help-container .w-3 .col:hover {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        transform: translate(0, -10px);
    }
}

@media all and (max-width: 1150px) {
    .help-container .w-3 .col {
        height: 154px;
    }
}

@media all and (max-width: 990px) {
    .help-container .w-3 .col {
        height: 214px;
    }

    .help-container .w-3 .col .icon {
        float: none;
        position: relative;
        margin: 0 auto 15px auto;
    }

    .help-container .w-3 .col .copy {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 820px) {
    .help-container .w-3 {
        width: 100%;
        margin-left: 0;
    }

    .help-container .w-3 .col {
        height: auto;
        float: none;
        position: relative;
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
    }

    .help-container .w-3 .col .icon {
        float: left;
        position: static;
        margin-top: -5px;
        margin-bottom: 0;
        margin-right: 21px;
    }

    .help-container .w-3 .col .copy {
        float: left;
        position: static;
        width: calc(100% - 73px);
        margin: 0;
    }
}

@media all and (max-width: 480px) {
    .help-container .w-3 .col {
        padding: 20px;
    }
}


:root {
    --color-white: #ffffff;
    --color-blue: #008bce;
    --color-dark-blue: #01426a;
    --color-yellow: #f3b107;
    --color-grey: #525252;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 130px;
    overflow: hidden;
}

header #fixed-menu-bar-spacer {
    position: relative;
    width: 100%;
    height: 44px;
    display: none;
}

header .top-bar {
    position: relative;
    width: 100%;
    height: 86px;
    padding: 15px 0 0 0;
    z-index: 501;
    background-color: var(--color-white);
}

header .top-bar .sc-pet-logo {
    float: left;
}

header .top-bar .sc-pet-logo .main-logo {
    margin-top: 6px;
    width: 175px;
    height: 44px;
    display: block;
}

header .menu-bar {
    width: 100%;
    height: 44px;
    background-color: #007db9;
    padding: 0;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 1500;
}

header .menu-bar .navbar-toggle {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    max-width: 100px;
    height: 40px;
    margin-right: 0;
    padding: 9px 10px 9px 0;
    margin-top: 5px;
    background-image: none;
    border: 0;
    border-radius: 0;
    background-color: #007db9;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

header .menu-bar .navbar-toggle .close-hitbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

header .menu-bar .navbar-toggle .sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

header .menu-bar .navbar-toggle .icon-bar {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--color-white);
}

header .menu-bar .navbar-toggle .icon-bar[data-index="0"] {
    top: 9px;
}

header .menu-bar .navbar-toggle .icon-bar[data-index="1"] {
    top: 15px;
}

header .menu-bar .navbar-toggle .icon-bar[data-index="2"] {
    top: 21px;
}

header .menu-bar .navbar-toggle .navbar-text {
    position: absolute;
    top: 5px;
    left: 32px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "omnes-variable", Arial, serif;
    font-weight: 500;
    z-index: 1;
}

header .menu-bar .navbar-toggle .navbar-text-close {
    opacity: 0;
}

header .menu-bar .navbar-toggle:focus-visible {
    border: 2px solid #f3b107 !important;
}

header .menu-bar ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 44px;
}

header .menu-bar ul li {
    position: relative;
    padding: 0;
    margin: -3px 24px 0 0;
    opacity: 0.75;
}

header .menu-bar ul li.selected,
header .menu-bar ul li.highlight,
header .menu-bar ul li.btn-container,
header .menu-bar ul li.for-vets-btn-container.selected,
header .menu-bar ul li.icon-link-container.selected {
    opacity: 1;
}

header .menu-bar ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: var(--color-white);
    opacity: 1;
    text-decoration: none;
}

header .menu-bar ul li a.btn {
    opacity: 1;
    position: relative;
    width: 145px;
    height: 34px;
    display: flex;
    padding: 0 0 3px;
    color: #01426a;
    align-items: center;
    justify-content: center;
}

header .menu-bar ul li.btn-container {
    opacity: 1;
    margin: 0 12px 0 0;
}

header .menu-bar ul li.has-mobile-dd.open .arrow {
    transform: rotate(180deg);
}

header .menu-bar ul li.has-mobile-dd.open .dropdown-list {
    max-height: 399px;
    margin-bottom: 10px;
}

header .menu-bar ul li.has-mobile-dd.open > a {
    opacity: 1;
}

header .menu-bar ul li.has-mobile-dd a {
    position: relative;
    z-index: 1;
}

header .menu-bar ul li.has-mobile-dd .arrow {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: url("{{ get_asset_url('../images/common/icon_chevron_white.svg') }}") center no-repeat;
    background-size: 13px 8px;
    display: none;
    z-index: 10;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 0;
    padding: 0;
}

header .menu-bar ul li.has-mobile-dd .dropdown-list {
    position: relative;
    overflow: hidden;
    max-height: 0;
    display: none;
    background: #01426a;
    width: 100vw;
    top: 20px;
    margin: 0 0 0 -50px;
    padding: 0;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .menu-bar ul li.has-mobile-dd .dropdown-list .pad {
    padding: 4px 0 8px;
}

header .menu-bar ul li.has-mobile-dd .dropdown-list a {
    opacity: 0.75;
    display: inline-block;
    padding-bottom: 3px;
    margin: 12px 0 5px;
    line-height: 1.44;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

header .menu-bar ul li.has-mobile-dd .dropdown-list a.selected {
    opacity: 1;
    border-bottom: 2px solid #ffffff;
}

header .menu-bar ul li.selected > a {
    opacity: 1;
    padding-bottom: 13px;
    border-bottom: 2px solid #ffffff;
}

header .menu-bar ul li.highlight > a {
    opacity: 1;
}

header .menu-bar ul li.for-vets-btn-container {
    margin-left: 10px;
}

header .menu-bar ul li.for-vets-btn-container.selected > a {
    opacity: 1;
    border-bottom: none;
    padding: 0;
}

header .menu-bar ul li.for-vets-btn-container .for-vets-btn {
    display: flex;
    height: 24px;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
    background-size: 24px 24px;
}

header .menu-bar ul li.icon-link-container {
    margin-left: 10px;
}

header .menu-bar ul li.icon-link-container .icon-link {
    display: flex;
    height: 24px;
    box-sizing: border-box;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
}

header .menu-bar ul li.icon-link-container .icon-link .menu-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 auto;
}

header .menu-bar ul li.icon-link-container .icon-link span {
    display: block;
    line-height: 1;
}

header .menu-bar ul li.icon-link-container.selected > a {
    opacity: 1;
    border-bottom: none;
    padding: 0;
}

header .social-icons {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

header .social-icons a {
    display: block;
}

header .social-icons a img {
    width: 24px;
    height: 24px;
    display: block;
}

header .mobile-footer {
    position: relative;
    display: none;
    margin-top: 30px;
}

header .mobile-footer .pet-animation {
    position: absolute;
    top: -110px;
    right: 0;
    width: 100px;
    height: 100px;
}

header .mobile-footer .pet-animation .pet-anim {
    width: 120px;
    height: 120px;
}

header .mobile-footer .btn {
    margin-bottom: 12px;
}

header .mobile-footer .btn.outline-btn {
    margin-bottom: 60px;
}

body.show-menu {
    background-color: #007db9;
}

body.show-menu .menu-bar .navbar-toggle {
    margin-left: -2px;
}

body.show-menu .menu-bar .navbar-toggle .close-hitbox {
    display: block;
}

body.show-menu .menu-bar .navbar-toggle .navbar-text {
    opacity: 0;
}

body.show-menu .menu-bar .navbar-toggle .navbar-text-close {
    opacity: 1;
}

body.show-menu .menu-bar .navbar-toggle .icon-bar[data-index="0"] {
    top: 15px;
    transform: rotate(45deg);
}

body.show-menu .menu-bar .navbar-toggle .icon-bar[data-index="2"] {
    top: 15px;
    transform: rotate(-45deg);
}

body.show-menu .menu-bar .navbar-toggle .icon-bar[data-index="1"] {
    opacity: 0;
}

body.show-menu header {
    max-height: none;
}

body.show-menu .menu-bar .mobile-footer .pet-anim {
    background: url("{{ get_asset_url('../images/animations/cat1@2x.webp') }}") center no-repeat;
    background-size: contain;
}

.header-spacer {
    position: relative;
    height: 130px;
    display: none;
}

.w-c {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1100px;
    margin: 0 auto;
}

.spacer-img-desktop {
    opacity: 0 !important;
}

img.lazy,
.lazycss {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popup-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: none;
}

.popup-box .blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-box .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("{{ get_asset_url('../images/common/close-btn@2x.png') }}") no-repeat center;
    background-size: 16px 16px;
    outline: none;
    border: none;
}

.popup-box .title-container {
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 0 auto 10px auto;
}

.popup-box .title-container .title {
    display: inline-block;
    color: var(--color-blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.09;
}

.popup-box .title-container .inline-txt {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    color: var(--color-grey);
    margin: 0 5px;
}

.popup-box .title-container .custom-select-box-container {
    display: inline-block;
    width: 100px;
}

.popup-box .box {
    position: relative;
    width: calc(100% - 40px);
    max-width: 740px;
    background-color: var(--color-white);
    border-radius: 3px;
    padding: 60px 94px;
    margin: 0 auto;
    display: none;
}

.popup-box .box .content .table-container {
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 8px;
}

.popup-box .box .content .table-container table {
    width: 100%;
}

.popup-box .box .content .table-container table tr td {
    font-size: 16px;
    line-height: 1.2;
}

.popup-box .box .content .table-container table tr td.bold {
    font-weight: 500;
}

.popup-box .box .content .terms {
    font-size: 11px;
    line-height: 1.82;
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 10px auto 20px auto;
    color: #8e8e8e;
}

.popup-box .box .content .btn-container {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.popup-box .box .content .btn-container .btn {
    float: right;
}

.popup-box .box .content .btn-container .btn.outline-btn {
    float: left;
}

.popup-box .box .content h2,
.popup-box .box .content h3,
.popup-box .box .content .subtitle {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.popup-box .box .content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-yellow);
    margin-bottom: 27px;
}

.popup-box .box .content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 17px;
    color: var(--color-blue);
}

.popup-box .box .content p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 30px;
}

.popup-box .box .content p a {
    border-bottom: 1px solid rgba(48, 147, 204, 0);
}

.popup-box .box .content .btn {
    position: relative;
    margin: 0 auto;
}

.popup-box .box .content .subtitle {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.375;
    color: var(--color-grey);
    margin-bottom: 17px;
}

.popup-box .box .content .ticks-container .animations {
    float: left;
    width: 143px;
}

.popup-box .box .content .ticks-container .animations .pet-anim-puppy,
.popup-box .box .content .ticks-container .animations .pet-anim-kitten {
    float: left;
    width: 50%;
}

.popup-box .box .content .ticks-container .ticks {
    float: left;
    width: calc(100% - 143px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-box .box .content .ticks-container .ticks li {
    padding-left: 24px;
    background: url("{{ get_asset_url('../images/common/icon-green-tick@2x.webp') }}") no-repeat top 5px left;
    background-size: 16px 16px;
    margin-bottom: 6px;
}

.popup-box.open {
    display: block;
}

.main-submenu {
    position: absolute;
    left: 0;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    background-color: rgba(10, 78, 127, 0.9);
    z-index: 11;
}

.main-submenu ul {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -14px;
    display: flex;
}

.main-submenu ul li {
    padding: 0 14px;
    height: 38px;
    display: flex;
    align-items: center;
}

.main-submenu ul li.selected {
    background-color: rgba(0, 0, 0, 0.2);
}

.main-submenu ul li.selected a {
    opacity: 1;
}

.main-submenu ul li:hover a {
    opacity: 1;
}

.main-submenu ul li a {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

@media all and (min-width: 769px) {
    header .menu-bar ul li:hover {
        opacity: 1;
    }

    header .menu-bar ul li:hover a {
        opacity: 1;
    }
}

@media all and (max-width: 1199px) {
    header .menu-bar ul li {
        margin: -3px 14px 0 0;
    }

    header .menu-bar ul li.btn-container {
        margin: 0 12px 0 0;
    }

    header .menu-bar ul li.icon-link-container,
    header .menu-bar ul li.for-vets-btn-container {
        margin-left: 10px;
    }

    header .menu-bar ul li a.btn {
        width: 126px;
    }
}

@media all and (max-width: 1080px) {
    header .menu-bar ul li a {
        font-size: 14px;
    }

    header .menu-bar ul li a.btn {
        padding-top: 1px;
    }
}

@media all and (max-width: 990px) {
    header .menu-bar {
        overflow: hidden;
        max-height: 44px;
    }

    header .menu-bar .navbar-toggle {
        display: block;
        float: none;
    }

    header .menu-bar ul {
        display: none;
        height: auto;
    }

    header .menu-bar ul li {
        clear: both;
        padding: 23px 0 3px 0;
        margin: 0;
        opacity: 1;
    }

    header .menu-bar ul li a {
        font-size: 20px;
        line-height: 1.44;
        opacity: 0.75;
    }

    header .menu-bar ul li.btn-container {
        display: none;
    }

    header .menu-bar ul li.has-mobile-dd .arrow {
        display: block;
    }

    header .menu-bar ul li.has-mobile-dd .dropdown-list {
        display: block;
        padding: 0 50px;
    }

    header .menu-bar ul li.has-mobile-dd .dropdown-list .pad {
        max-width: 300px;
    }

    header .menu-bar ul li.for-vets-btn-container,
    header .menu-bar ul li.icon-link-container {
        margin-left: 0;
    }

    header .social-icons {
        top: 4px;
        transform: none;
    }

    body.show-menu {
        min-height: 100%;
        background-color: #007db9;
    }

    body.show-menu .menu-bar {
        height: auto;
        max-height: 920px;
    }

    body.show-menu.showing-dd .menu-bar {
        max-height: 800px;
    }

    body.show-menu .menu-bar ul {
        display: block;
    }

    body.show-menu .menu-bar .mobile-footer {
        display: block;
    }

    body.show-menu .body-content,
    body.show-menu .help-container,
    body.show-menu footer {
        display: none;
    }

    .main-submenu {
        display: none;
    }
}

@media all and (max-width: 768px) {
    header .top-bar {
        padding-top: 20px;
    }

    header .top-bar .sc-pet-logo .main-logo {
        margin-top: 0;
    }

    header .menu-bar ul li.selected > a {
        padding-bottom: 5px;
    }
}

@media all and (max-width: 767px) {
    header {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }

    header .menu-bar {
        position: relative;
        top: auto;
    }

    header .menu-bar ul li.has-mobile-dd .dropdown-list {
        margin-left: -20px;
        padding: 0 20px;
    }

    .header-spacer {
        display: none;
    }

    .popup-box {
        position: relative;
    }

    .popup-box .blackout {
        position: fixed;
        background-color: var(--color-white);
    }

    .popup-box .box {
        width: 100%;
        padding: 40px 20px;
    }

    .popup-box .box .content .btn-container .btn {
        position: relative;
        float: none;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .popup-box .box .content .btn-container .btn.outline-btn {
        float: none;
    }

    .popup-box .box .content p {
        font-size: 16px;
    }

    .popup-box .box .content .subtitle {
        font-size: 16px;
    }

    .popup-box .box .content .ticks-container .animations {
        float: none;
        width: 100%;
        max-width: 150px;
        min-height: 60px;
        margin: 0 auto;
    }

    .popup-box .box .content .ticks-container .ticks {
        width: 100%;
    }

    .w-c {
        width: calc(100% - 40px);
    }
}

@media all and (max-width: 480px) {
    .popup-box .box .content .ticks-container {
        position: relative;
        max-width: 220px;
        margin: 0 auto;
    }
}

@media all and (max-width: 359px) {
    header .top-bar .sc-pet-logo .main-logo {
        margin-top: -1px;
        width: 155px;
        height: 39px;
    }
}

@media all and (min-width: 768px) {
    body.fixed-menu header #fixed-menu-bar-spacer {
        display: block;
    }

    body.fixed-menu header .menu-bar {
        position: fixed;
    }
}
.help-container {
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 45px;
}

.help-container .title-container h2 {
    font-size: 24px;
    color: var(--color-blue, #008bce);
    padding: 42px 0 39px 0;
}

.help-container .w-3 {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.help-container .w-3 .col {
    float: left;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    height: 134px;
    padding: 33px;
    background-color: var(--color-white, #ffffff);
    border: 1px solid #eeeeee;
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.help-container .w-3 .col .icon {
    float: left;
    width: 52px;
    height: 52px;
    margin-top: 5px;
    margin-right: 21px;
    background-size: 52px 52px;
    display: block;
}

.help-container .w-3 .col .clear {
    display: block;
}

.help-container .w-3 .col .copy {
    float: left;
    width: calc(100% - 73px);
}

.help-container .w-3 .col .copy .title {
    text-transform: uppercase;
    color: var(--color-blue, #008bce);
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: -2px;
    display: block;
}

.help-container .w-3 .col .copy .p,
.help-container .w-3 .col .copy p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-grey, #525252);
    text-align: left;
    margin: 3px 0;
    display: block;
}

.help-container .w-3 .col[data-index="0"] .icon {
    background-image: url("{{ get_asset_url('../images/common/chat-icon@2x.png') }}");
}

.help-container .w-3 .col[data-index="1"] .icon {
    background-image: url("{{ get_asset_url('../images/common/message-icon@2x.png') }}");
}

.help-container .w-3 .col[data-index="2"] .icon {
    background-image: url("{{ get_asset_url('../images/common/phone-icon@2x.png') }}");
}

.useWebp .help-container .w-3 .col[data-index="0"] .icon {
    background-image: url("{{ get_asset_url('../images/common/chat-icon@2x.webp') }}");
}

.useWebp .help-container .w-3 .col[data-index="1"] .icon {
    background-image: url("{{ get_asset_url('../images/common/message-icon@2x.webp') }}");
}

.useWebp .help-container .w-3 .col[data-index="2"] .icon {
    background-image: url("{{ get_asset_url('../images/common/phone-icon@2x.webp') }}");
}

@media all and (min-width: 769px) {
    .help-container .w-3 .col:hover {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        transform: translate(0, -10px);
    }
}

@media all and (max-width: 1150px) {
    .help-container .w-3 .col {
        height: 154px;
    }
}

@media all and (max-width: 990px) {
    .help-container .w-3 .col {
        height: 214px;
    }

    .help-container .w-3 .col .icon {
        float: none;
        position: relative;
        margin: 0 auto 15px auto;
    }

    .help-container .w-3 .col .copy {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 820px) {
    .help-container .w-3 {
        width: 100%;
        margin-left: 0;
    }

    .help-container .w-3 .col {
        height: auto;
        float: none;
        position: relative;
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
    }

    .help-container .w-3 .col .icon {
        float: left;
        position: static;
        margin-top: -5px;
        margin-bottom: 0;
        margin-right: 21px;
    }

    .help-container .w-3 .col .copy {
        float: left;
        position: static;
        width: calc(100% - 73px);
        margin: 0;
    }
}

@media all and (max-width: 480px) {
    .help-container .w-3 .col {
        padding: 20px;
    }
}
