/*
	Description: aribagold.com 2019
	Version: 1.0.0
	Author: Hakan Kamci
	Author URI: hkamci@gmail.com
*/

@font-face {
    font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* New trustpilot review system */



/* Hide the default checkbox */
.toggle-checkbox {
    display: none;
}

/* Style for the custom toggle switch */
.toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    /* Smaller width */
    height: 30px;
    /* Smaller height */
    background-color: #ccc;
    border-radius: 20px;
    /* Smaller border radius */
    position: relative;
    cursor: pointer;
    padding: 3px;
    /* Reduced padding */
    font-size: 14px;
    /* Smaller font size */
    transition: background-color 0.3s;
    font-weight: normal;
    box-sizing: border-box;
    margin-top: 20%;
    margin-right: 10px;
}

/* Style for the toggle text */
.toggle-text {
    flex-grow: 1;
    text-align: right;
    color: #333;
    font-size: 9px;
    /* Smaller text size */
    transition: color 0.3s;
}

/* Circle inside the toggle */
.toggle-label::before {
    content: '';
    position: absolute;
    top: 3px;
    /* Adjusted top position */
    left: 3px;
    /* Adjusted left position */
    width: 24px;
    /* Smaller circle */
    height: 24px;
    /* Smaller circle */
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

/* Change background color when checkbox is checked */
.toggle-checkbox:checked+.toggle-label {
    background-color: #4CAF50;
    /* Green when ON */
}

/* Move the circle to the right when checked */
.toggle-checkbox:checked+.toggle-label::before {
    transform: translateX(50px);
    /* Adjusted movement for smaller toggle */
}

/* Change text color when checked */
.toggle-checkbox:checked+.toggle-label .toggle-text {
    color: white;
    /* White text when ON */
}



/* Checkout stuff */

/* Mobile view styles */
/* Styles for smaller screens */
@media screen and (max-width: 823px) {

    table.cart {
        width: 100%;
        overflow-x: auto;
        /* Allows table to scroll horizontally on small screens */
    }

    /* Hide certain table headers on small screens for tables with shopping-cart-wrap class */
    /*
	.shopping-cart-wrap thead.text-muted tr th:not(:first-child):not(:last-child) {
		display: none;
	}
	*/


    /* Hide corresponding table data on small screens for tables with shopping-cart-wrap class */
    /*
	.shopping-cart-wrap tbody tr td:not(:first-child):not(:last-child) {
	display: none;
	}
	*/

    .media,
    .media-body {
        flex-direction: column;
        align-items: center;
    }

    .img-wrap {
        margin-bottom: 10px;
    }

    .removeitem {
        margin-top: 10px;
    }

    .row.margin {
        flex-direction: column;
        align-items: center;
    }

    /* Center align all content within the table data on small screens */
    tbody tr td {
        text-align: center;
    }
}

/* Make the table full-width and add padding */
.ag-wrapper .table-responsive {
    width: 100%;
    padding: 0;
    overflow-x: auto;
}

/* Hide less critical columns on smaller screens */
@media (max-width: 768px) {
    .ag-wrapper .shopping-cart-wrap th:nth-child(3),
    /* Quantity */
    .ag-wrapper .shopping-cart-wrap th:nth-child(4),
    /* Character */
    .ag-wrapper .shopping-cart-wrap th:nth-child(5)

    /* Price */
        {
        display: none;
    }

    .ag-wrapper .shopping-cart-wrap td:nth-child(3),
    /* Quantity */
    .ag-wrapper .shopping-cart-wrap td:nth-child(4),
    /* Character */
    .ag-wrapper .shopping-cart-wrap td:nth-child(5)

    /* Price */
        {
        display: none;
    }

    /* Stack columns */
    .ag-wrapper .shopping-cart-wrap td,
    .ag-wrapper .shopping-cart-wrap th {
        display: block;
        width: 100%;
        text-align: left;
    }

    /* Adjust padding and font size */
    .ag-wrapper .shopping-cart-wrap th,
    .ag-wrapper .shopping-cart-wrap td {
        padding: 10px;
        font-size: 14px;
    }

    /* Center the 'Pay Now' button */
    .ag-wrapper .paynow {
        width: 100%;
        text-align: center;
    }
}

/* Style adjustments for better readability */
.ag-wrapper .shopping-cart-wrap .productname {
    font-size: 16px;
}

.ag-wrapper .shopping-cart-wrap .productprice {
    font-size: 16px;
    font-weight: bold;
}

#profile input:disabled {
    background-color: #f5f5f5;
    /* Light gray background */
    color: #aaa;
    /* Light gray text */
    border: 1px solid #ccc;
    /* Light border */
    cursor: not-allowed;
    /* Change cursor to indicate it's not clickable */
}


.mangecolor {
    display: block;
    color: #fff;
}

.golden-text {
    color: #ffd771 !important;
}

/* the slides */

.custom-success {
    background-color: #4CAF50;
    /* Green background */
    color: green;
    /* White text */
    border-radius: 8px;
    /* Rounded corners */
}


#apple-pay-button {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    display: inline-block;
    width: 200px;
    min-height: 30px;
    border: 1px solid black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% calc(60% + 2px);
    background-repeat: no-repeat;
    background-color: black;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    margin: 5px auto;
}


.width-container-review {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.paymentdropdownsell input {
    width: calc(100% - 20px);
    border: 0;
    padding: 6px;
    color: #2a4096;
    font-weight: 600;
}

.paymentdropdownsell {
    background: #fff;
    border-radius: 6px;
    width: calc(85% - 24px);
    height: 50px;
    padding: 6px;
    font-size: 15px;
    color: #2a4096;
    font-weight: 600;
}

.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

.trustpilot-logo {
    width: 203px;
    height: 50px;
    display: inline;
    margin-bottom: 25px;
}

.content {
    width: 420px;
    margin-top: 100px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.ratings {

    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 10px 10px #E0E0E0;*/
    height: 165px;
    border-radius: 5px;
}

@media only screen and (max-width: 1600px) {
    .ratings {
        height: 185px;
    }
}

.trustpilot-logo:hover {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.product-rating {

    font-size: 20px;
}

.product-rating-gold {

    font-size: 15px;
    color: #ffc250;
    margin-bottom: 3px;
    font-weight: bold;
}

.stars i {
    padding: 7px;
    font-size: 18px;
    color: white;
    background-color: #54c383;
}

.rating-text {
    margin-top: 6px;
}


.viewcart {
    height: 100%;
}

.btn-group-center {
    margin: 0 auto;
}

.cartitem input {}

.cartitem td {
    vertical-align: middle;
}

.characternameinput {
    width: 200px;
}

.flex-center {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark-blue {
    background-color: #2a4096 !important;
}

.bg-light-blue {
    background-color: #40a0f1 !important;
}

.bg-trans {
    background-color: transparent !important;
}

.bg-none {
    background: none !important;
}

.text-white {
    color: #fff !important;
}

.text-dark-blue {
    color: #2a4096 !important;
}

.text-light-blue {
    color: #40a0f1 !important;
}

.text-body {
    color: #5f74aa !important;
}

.text-yellow {
    color: #ffd800 !important;
}

.text-green {
    color: #00ff4e !important;
}

.text-red {
    color: #f15b42 !important;
}

a {
    color: #40a0f1;
    text-decoration: none;
}

a:hover {
    color: #2a4096;
    transition: all 0.3s ease-out;
}

a:focus {
    outline: 0;
    transition: all 0.3s ease-out;
}

a.link-light-blue {
    color: #40a0f1;
}

a.link-light-blue:hover {
    color: #2a4096;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumbnails {
    min-height: 120px;
    max-height: 120px;
}

.img-thumbnails {
    min-height: 120px;
    max-height: 150px;
}

.img-thumbnails-big {
    min-height: 120px;
    max-height: 200px;
}



iframe,
object,
embed {
    width: 100%;
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-inline-flex {
    display: block !important;
}

.btn {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 12px 20px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
}

.btn:hover {
    transition: all 0.3s ease-out;
}

.btn.disabled {
    opacity: .25;
    cursor: default;
}

.btn.disabled input {
    cursor: auto;
}

.btn.small {
    padding: 4px 10px;
}

.btn.btn-rounded {
    border-radius: 200px;
    padding: 10px 30px;
}

.btn.light-blue {
    background-color: #40a0f1;
    border: 1px solid transparent;
    color: white;
}

.btn.light-blue-disabled {
    background-color: #306592;
    border: 1px solid transparent;
    color: white;
}

.btn.light-blue:hover {
    background-color: white;
    border-color: #40a0f1;
    color: #40a0f1 !important;
}

.btn.checkout-btn {
    background-color: #202f5a;
    border: 1px solid transparent;
    color: white;
}

.btn.checkout-btn:hover {
    background-color: white;
    border-color: #40a0f1;
    color: #40a0f1;
}

.btn.red {
    background-color: #f15b42;
    border: 1px solid transparent;
    color: white;
}

.btn.red:hover {
    background-color: white;
    border-color: #f15b42;
    color: #f15b42;
}

.btn.green {
    background-color: #00ff4e;
    border: 1px solid transparent;
    color: white;
}

.btn.green:hover {
    background-color: white;
    border-color: #00ff4e;
    color: #00ff4e;
}

.btn.dark-blue {
    background-color: #2a4096;
    border: 1px solid transparent;
    color: white;
}

.btn.dark-blue:hover {
    background-color: white;
    border-color: #2a4096;
    color: #2a4096;
}

.btn.orange {
    background-color: #f19442;
    border: 1px solid transparent;
    color: white;
}

.btn.orange:hover {
    background-color: white;
    border-color: #f19442;
    color: #f19442;
}

.btn-block {
    display: flex !important;
    justify-content: center;
}

.btn-w-icon i {
    margin-right: .5em;
}

.btn-disabled {
    opacity: .65;
    cursor: default;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    color: #111;
    letter-spacing: .5px;
    display: inline-flex;
}

.btn-border {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 12px;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}

.btn-border.light-blue {
    border-color: #40a0f1;
}

.btn-border.light-blue:hover {
    background-color: #40a0f1;
    color: white;
}

.btn-border.dark-blue {
    border-color: #2a4096;
    color: #2a4096;
}

.btn-border.dark-blue:hover {
    background-color: #2a4096;
    color: white;
    border-color: #2a4096;
}

.btn-icon {
    background-color: #40a0f1;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}

.btn-icon:hover {
    background-color: #2a4096;
    color: #fff;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.d-flex.flex-row {
    /*flex-flow: row wrap; */
}

.d-flex.flex-column {
    flex-flow: column wrap;
}

.d-flex.align-center {
    align-items: center;
}

.d-flex.align-end {
    align-items: flex-end;
}

.d-flex.justify-center {
    justify-content: center;
}

.d-flex.justify-space {
    justify-content: space-between;
}

.d-flex.justify-around {
    justify-content: space-around;
}

.d-flex.justify-end {
    justify-content: flex-end;
}

.d-flex.justify-start {
    justify-content: flex-start;
}

.flex-grow-vert {
    flex: 1 0 0;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.min-height-100 {
    min-height: 100vh;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.str-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #5f74aa;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.str-close:hover,
.str-close:focus {
    color: #5f74aa;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.str-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.str-modal-open {
    overflow: hidden;
}

.str-modal {
    font-size: 16px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none;
    height: 100%;
    width: 100%;
    z-index: 1040;
    overflow: auto;
    overflow-y: scroll;
    visibility: hidden;
    display: table;
}

.str-modal.in {
    visibility: visible;
}

.str-modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(0.8) translateZ(0);
    transition: all 250ms;
}

.str-modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1) translateZ(0);
}

.str-modal-dialog {
    z-index: 1050;
    display: table-cell;
    vertical-align: middle;
}

.str-modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    outline: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    background-clip: border-box;
    width: 50%;
    max-width: 600px;
    min-width: 320px;
    margin: auto;
    border-radius: 10px;
    max-height: 80vh;
    overflow: auto;
}

.str-modal-content .icon {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border: 10px solid #40a0f1;
    margin: 0 auto 1rem;
    border-radius: 50%;
    color: #40a0f1;
}

.str-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #5f74aa;
    visibility: hidden;
    transition: all 250ms;
}

.str-modal-backdrop.fade {
    opacity: 0;
}

.str-modal-backdrop.in {
    opacity: 0.5;
    visibility: visible;
}

.str-modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.str-modal-header .close {
    margin-top: -2px;
}

.str-modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.str-modal-body {
    position: relative;
    padding: 30px;
}

.m-auto {
    margin: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.m-025 {
    margin: 0.25rem !important;
}

.mt-025 {
    margin-top: 0.25rem !important;
}

.mb-025 {
    margin-bottom: 0.25rem !important;
}

.ml-025 {
    margin-left: 0.25rem !important;
}

.mr-025 {
    margin-right: 0.25rem !important;
}

.m-05 {
    margin: 0.5rem !important;
}

.mt-05 {
    margin-top: 0.5rem !important;
}

.mb-05 {
    margin-bottom: 0.5rem !important;
}

.ml-05 {
    margin-left: 0.5rem !important;
}

.mr-05 {
    margin-right: 0.5rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.p-05 {
    padding: 0.5rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.pt-05 {
    padding-top: 0.5rem !important;
}

.pr-05 {
    padding-right: 0.5rem !important;
}

.pb-05 {
    padding-bottom: 0.5rem !important;
}

.pl-05 {
    padding-left: 0.5rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100vh;
}

.hr {
    margin: 2em 0;
    height: 1px;
    width: 100%;
    background: #40a0f1;
}

.br-6 {
    border-radius: 6px;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    text-shadow: none;
}

html a {
    text-shadow: none;
}

body {
    background: #fff;
    color: #5f74aa;
    line-height: 1.5;
    font-style: normal;
    word-break: break-word;
}

.simplebar-scrollbar::before {
    background-color: #53265e !important;
    width: 9px !important;
}

.simplebar-scrollbar.simplebar-visible:before {
    width: 6px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-display: swap;
}

h2.w-border {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

h2.w-border:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    border-radius: 6px;
    background: #40a0f1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

p {
    margin-bottom: 1.5rem;
    text-shadow: none;
    color: inherit;
}

i {
    font-style: italic;
}

b {
    font-weight: bold;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.bold {
    font-weight: 600;
}

.bolder {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.regular {
    font-weight: 400;
}

.line-through {
    text-decoration: line-through;
}

ul.unordered {
    list-style: disc;
    list-style-position: inside;
}

ul.unordered li {
    margin-bottom: 10px;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-17 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.lh-1 {
    line-height: 1;
}

.str-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ag-wrapper {
    max-width: 1339px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ag-wrapper-swap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (max-width: 80em) {
    .ag-wrapper {
        padding: 0 .5rem;
    }
}

@media (max-width: 37.5em) {
    .ag-wrapper {
        padding: 0 1.5rem;
    }
}

/***********Header Styles************/
.ag-header {
    background: #40a0f1;
}

.ag-header-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 20px;
}

.ag-header-top .sign-in-up a {
    padding: 6px 10px;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 4px;
    border-radius: 4px;
}

.ag-header-top .sign-in-up a:hover {
    background: #fff;
    color: #2a4096;
}

@media (max-width: 80em) {
    .ag-header-top .sign-in-up a {
        display: none;
    }
}

.ag-header-top .signed-in-user {
    display: flex;
    flex-flow: row wrap;
}

.ag-header-top .signed-in-user .ariba-points,
.ag-header-top .signed-in-user .ariba-user {
    background: #112964;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.ag-header-top .signed-in-user .ariba-user {
    margin-right: 0;
}

.ag-header-top .signed-in-user .ariba-user-menu {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 1;
    text-align: right;
    padding: 16px;
    font-size: 13px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}

.ag-header-top .signed-in-user .ariba-user-menu li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #40a0f1;
}

.ag-header-top .signed-in-user .ariba-user-menu li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.ag-header-top .signed-in-user .ariba-user-menu li a {
    display: block;
}

.ag-header-top .signed-in-user .ariba-user-menu-reward {
    display: none;
    position: absolute;
    top: 56px;
    /*right: 0;*/
    z-index: 1;
    text-align: right;
    padding: 16px;
    font-size: 13px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}

.ag-header-top .signed-in-user .ariba-user-menu-reward li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #40a0f1;
}

.ag-header-top .signed-in-user .ariba-user-menu-reward li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.ag-header-top .signed-in-user .ariba-user-menu-reward li a {
    display: block;
}

@media (max-width: 80em) {
    .ag-header-top .signed-in-user {
        display: none;
    }
}

@media (max-width: 48em) {
    .ag-header-top {
        height: auto;
        padding: 16px;
    }

    .ag-header-top .ab-logo {
        height: 48px;
    }
}

.ag-header-bottom {
    background: #112864;
    padding: 0 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.ag-header-bottom .desktop-menu li {
    margin-left: 10px;
    display: inline-block;
    font-size: 13px;
    padding: 24px 10px;
}

.ag-header-bottom .desktop-menu li:last-child {
    padding-right: 0;
}

.ag-header-bottom .desktop-menu li a {
    display: block;
    color: #fff;
}

.ag-header-bottom .desktop-menu li a:hover {
    color: #40a0f1;
}

.ag-header-bottom .desktop-menu li select {
    border: 1px solid #2a4096 !important;
}

@media (max-width: 80em) {
    .ag-header-bottom {
        display: none;
    }
}

/**********Main Top Menu (DropDown) Styles******************/
.ag-main-menu,
.ag-main-menu ul,
.ag-main-menu ul li,
.ag-main-menu ul li a,
.ag-main-menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.ag-main-menu:after,
.ag-main-menu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.ag-main-menu #menu-button {
    display: none;
}

.ag-main-menu {
    margin: 0 auto 0 30px;
}

@media (max-width: 80em) {
    .ag-main-menu {
        display: none;
    }
}

.ag-main-menu>ul>li {
    float: left;
}

.ag-main-menu.align-center>ul {
    font-size: 0;
    text-align: center;
}

.ag-main-menu.align-center>ul>li {
    display: inline-block;
    float: none;
}

.ag-main-menu.align-center ul ul {
    text-align: left;
}

.ag-main-menu.align-right>ul>li {
    float: right;
}

.ag-main-menu>ul>li>a {
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.ag-main-menu>ul>li:hover>a {
    color: #2a4096;
}

.ag-main-menu>ul>li.has-sub>a {
    padding-right: 20px;
}

.ag-main-menu>ul>li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

.ag-main-menu>ul>li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 13px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    transition: all .25s ease;
}

.ag-main-menu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

.ag-main-menu ul ul {
    position: absolute;
    left: -9999px;
}

.ag-main-menu ul ul li {
    height: 0;
    transition: all .25s ease;
}

.ag-main-menu ul ul li:first-child a {
    border-radius: 4px 4px 0 0;
}

.ag-main-menu ul ul li:last-child a {
    border-radius: 0 0 4px 4px;
}

.ag-main-menu li:hover>ul {
    left: auto;
}

.ag-main-menu li:hover>ul>li {
    height: 35px;
}

.ag-main-menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.ag-main-menu ul ul li a {
    border-bottom: 2px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #2a4096;
    font-weight: 400;
    background: #fff;
}

.ag-main-menu ul ul li:last-child>a,
.ag-main-menu ul ul li.last-item>a {
    border-bottom: 0;
}

.ag-main-menu ul ul li:hover>a,
.ag-main-menu ul ul li a:hover {
    color: #40a0f1;
}

.ag-main-menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
    left: 11px;
}

.ag-main-menu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    transition: all .25s ease;
}

.ag-main-menu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

/***********Mobile Menu Styles*************/
html.hc-nav-yscroll {
    overflow-y: scroll;
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%;
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 16000003;
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 16000003;
    top: 0;
    width: 240px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    box-sizing: border-box;
}

.hc-offcanvas-nav .nav-content {
    height: 100%;
    max-height: 100vh;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hc-offcanvas-nav li {
    position: relative;
    display: block;
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible;
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none;
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.hc-offcanvas-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
    text-decoration: none;
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease .4s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, -webkit-transform .4s ease;
    transition: visibility 0s ease .4s, transform .4s ease;
    transition: visibility 0s ease .4s, transform .4s ease, -webkit-transform .4s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.hc-offcanvas-nav.nav-position-left {
    left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
    right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
    top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    right: 16px;
    z-index: 9980;
    width: 30px;
    min-height: 24px;
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #fff;
    transition: all .2s ease;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%;
}

.hc-nav-trigger span::before {
    top: -10px;
}

.hc-nav-trigger span::after {
    bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span::after {
    -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #163471;
}

.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 20px 17px;
    color: #1b3958;
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #112964;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #31679e;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #112964;
    margin-top: -1px;
}

.hc-offcanvas-nav li {
    text-align: left;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #112964;
    border-top: 1px solid #295887;
    border-bottom: 1px solid #295887;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #112964;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px;
}

.hc-offcanvas-nav li.nav-parent .nav-item {
    padding-right: 58px;
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hc-offcanvas-nav li.nav-close span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left: 1px solid #112964;
}

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.hc-offcanvas-nav span.nav-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav li.nav-back span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-top span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #2f649a;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item .nav-next::before {
    margin-top: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

.ag-mobile-menu {
    display: none;
}

.hc-offcanvas-nav ul {
    margin-bottom: 30px;
}

.hc-offcanvas-nav select {
    padding: 10px;
    border: 0 !important;
    width: calc(100% - 36px);
}

.hc-nav-trigger {
    top: 36px;
    right: 20px;
}

@media (max-width: 48em) {
    .hc-nav-trigger {
        top: 26px;
        right: 20px;
    }
}

.ag-currency-img {
    height: 26px;
    margin-bottom: -8px;
    display: inline;
}

/**************Footer Styles************/
.ag-footer {
    min-height: auto;
}

.ag-footer .paymentmethods {
    background: #fff;
    padding: 0 5%;
}

.ag-footer .paymentmethods a {
    padding: 24px 10px;
}

.ag-footer .paymentmethods img {
    margin-top: 0;
}

.ag-footer-top {
    background-image: url(../images/home-bg-3.jpg), linear-gradient(#112965, #2760a5);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 0;
}

.ag-footer-bottom {
    padding: 40px 0;
    background: #0c2052 url(../images/footer-bg.jpg) no-repeat top center;
}

.ag-footer-bottom .ag-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ag-footer-bottom .ag-footer-col {
    width: 16%;
}

.ag-footer-bottom .ag-footer-col li a {
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 4px 0;
    margin-bottom: 6px;
}

.ag-footer-bottom .ag-footer-col li a:hover {
    color: #40a0f1;
}

@media (max-width: 48em) {
    .ag-footer-bottom .ag-footer-col {
        width: 100%;
    }
}

.ag-footer-bottom .footer-feedback-stars {
    padding: 10px 16px;
    border: 1px solid #429ff1;
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
}

.ag-home-hero {
    background: #112864 url(../images/home-bg-0.jpg) no-repeat top center;
    padding: 80px 0 0;
    max-width: 100vw;
    height: auto;
    background-size: cover;
}

.ag-home-hero h1 {
    font-size: 65px;
    margin-bottom: 80px;
}

.ag-home-hero .ag-home-cta {
    /* margin-bottom: 100px; */
}

.ag-home-hero .ag-home-hero-star-ratings {
    /*background: rgba(0, 0, 0, 0.17); */
    padding: 30px 0;
}

.ag-home-hero .ag-home-hero-star-ratings .ag-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-end;
}

.ag-home-hero .ag-home-hero-social {
    position: absolute;
    left: 2%;
    top: 44%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column wrap;
}

.ag-home-hero .ag-home-hero-social a {
    margin-bottom: .5em;
}

@media (max-width: 48em) {
    .ag-home-hero .ag-home-hero-social {
        display: none;
    }
}

@media (max-width: 37.5em) {
    .ag-home-hero {
        padding: 40px 0 0;
    }

    .ag-home-hero h1 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .ag-home-hero .ag-home-cta {
        margin-bottom: 40px;
    }

    .ag-home-hero .ag-home-cta a {
        margin-bottom: 1em;
    }

    .ag-home-hero .ag-home-hero-star-ratings a {
        margin-bottom: 1em;
    }
}

.ag-home-content {
    padding: 80px 0;
}

.ag-home-content.p-40 {
    padding: 40px 0;
}

.ag-home-features {
    background: #112964;
    padding: 50px 0;
}

.ag-home-features .ag-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.ag-home-features img {
    margin: 0 auto 1em;
}

@media (max-width: 48em) {
    .ag-home-features .feature-col {
        width: 48%;
        margin-bottom: 2em;
    }
}

.ag-foundation {
    background-image: url(../images/home-bg-1.jpg), linear-gradient(to right, #112965, #2760a5);
    background-position: bottom left;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), 0% 100%);
    padding-bottom: 100px;
}

@media (max-width: 37.5em) {
    .ag-foundation {
        background-image: linear-gradient(to right, #112965, #2760a5);
    }
}

.ag-cheapest {
    background: #112964 url(../images/home-bg-2.jpg) no-repeat left top;
}

/********Inner Page Styles*****/
.ag-inner-content {
    padding: 80px 0;
}

.ag-inner-content.p-40 {
    padding: 40px 0;
}

.ag-inner-content.p-20 {
    padding: 20px 0;
}

.ag-inner-content h1 {
    font-size: 38px;
}

.ag-inner-content h2.desc {
    font-size: 22px;
    margin-bottom: 60px;
}

/**********Swap Runescape Gold Page Styles***************/
.ag-swap-gold {
    background-image: url(../images/inner-bg-1.jpg), linear-gradient(#112965, #2760a5);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 50px 0;
}

.ag-swap-gold-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.ag-swap-gold-boxes .ag-swap-gold-box {
    max-width: 555px;
    width: 43%;
    border-radius: 6px;
    border: 1px solid #40a0f1;
    margin: 0 38px;
}

.ag-swap-gold-boxes .ag-swap-gold-box-header {
    background: url(../images/inner-bg-2.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #40a0f1;
    border-radius: 6px 6px 0 0;
}

.ag-swap-gold-boxes .ag-swap-gold-box-body {
    padding: 20px 16px;
}

.ag-swap-gold-boxes .ag-swap-gold-box-body .swap-amount-input {
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    width: calc(48% - 24px);
    height: 50px;
}

.ag-swap-gold-boxes .ag-swap-gold-box-body .sell-amount-input {
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    width: calc(85% - 24px);
    height: 50px;
}

.ag-swap-gold-boxes .ag-swap-gold-box-body input {
    width: calc(100% - 20px);
    border: 0;
    padding: 6px;
    color: #2a4096;
    font-weight: 600;
}

.ag-swap-gold-boxes .ag-swap-gold-box-body .m-value {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

@media (max-width: 48em) {
    .ag-swap-gold-boxes .ag-swap-gold-box {
        max-width: max-content;
        width: 1000%;
        margin: 0 0 1em;
    }
}

.ag-osr-gold-steps {
    background: #f8f6f6;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 20px 0 0;
    border-bottom: 1px solid #1351b5;
    box-shadow: 2px 24px 30px rgba(0, 0, 0, 0.09);
}

.ag-osr-gold-steps .ag-osr-gold-step-arrow {
    margin: 40px 40px 0;
}

.ag-osr-gold-steps .ag-osr-gold-step {
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 37.5em) {
    .ag-osr-gold-steps .ag-osr-gold-step-arrow {
        display: none;
    }

    .ag-osr-gold-steps .ag-osr-gold-step {
        width: 46%;
        margin: 0 2% 20px;
    }
}

#social_media img {
    width: 42px;
    height: 42px;
}

.ag-osr-gold-step img {
    width: 120px;
    height: 120px;
}

.ag-osr-gold-step-arrow img {
    width: 34px;
    height: 33px;
}


.ag-purchase-osrs-gold {
    padding: 60px 0 0;
}

.ag-purchase-osrs-gold .ag-wrapper {
    border-bottom: 1px solid #202f5a;
    padding-bottom: 80px;
}

.ag-purchase-osrs-gold-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-left {
    background: #202f5a;
    background: linear-gradient(0deg, #202f5a 75%, #1d7eb0 100%);
    padding: 30px;
    width: 20%;
    border-radius: 6px;
    contain: layout style paint;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-left img.m-auto {
    display: block;
    margin: 1rem auto;
    contain: strict;
    content-visibility: auto;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle {
    width: calc(60% - 48px);
    border-radius: 6px;
    padding: 20px 4%;
    background: #202f5a;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle .ag-purchase-osrs-gold-middle-column-w-arrow {
    width: calc(48% - 24px);
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle .swap-amount-input {
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    width: 100%;
    height: 50px;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle input {
    width: calc(100% - 28px);
    border: 0;
    padding: 6px;
    color: #2a4096;
    font-weight: 600;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle input.input-w-o-letter {
    width: 100%;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle .m-value {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle .m-value.dollar {
    right: auto;
    left: 9px;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-right {
    width: 20%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-right a {
    background: #429ff1;
    background: linear-gradient(90deg, #429ff1 0%, #01d8ff 100%);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.ag-purchase-osrs-gold-boxes .ag-current-stock {
    font-weight: bolder;
    font-size: 22px;
    padding: 10px 24px;
    border: 4px solid #40a0f1;
    border-radius: 100px;
    display: inline-block;
}

@media (max-width: 64em) {

    .ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-left,
    .ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-middle,
    .ag-purchase-osrs-gold-boxes .ag-purchase-osrs-gold-box-right {
        width: 100%;
        margin-bottom: 1em;
    }
}

/************Purchase RS Items Page Styles**********/
.ag-purchase-rs-items-filters {
    border-radius: 6px;
    background: #202f5a;
    padding: 14px;
}

.ag-purchase-rs-items-filters .ag-filters-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ag-purchase-rs-items-filters fieldset {
    position: relative;
    display: inline-flex;
}

.ag-purchase-rs-items-filters input,
.ag-purchase-rs-items-filters select,
.ag-purchase-rs-items-filters button {
    background: #fff;
    font-size: 13px;
    color: #202f5a;
    padding: 16px;
    width: 100%;
    height: 56px;
}

.ag-purchase-rs-items-filters .w-15 {
    width: 15%;
}

.ag-purchase-rs-items-filters .w-40 {
    width: calc(40% - 30px);
}

.ag-purchase-rs-items-filters .ag-search {
    position: absolute;
    right: 14px;
    top: 20px;
}

.ag-filter-button {
    background: #112964;
    padding: 10px 20px;
    margin-right: 0;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #40a0f1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 58px;
    margin-right: 10px;
}

.ag-filter-button img {
    margin-right: 10px;
}

@media (max-width: 48em) {

    .ag-purchase-rs-items-filters .w-15,
    .ag-purchase-rs-items-filters .w-40 {
        width: 100%;
        margin-bottom: 10px;
    }

    .ag-purchase-rs-items-filters .ag-filter-button {
        justify-content: center;
    }

    .ag-purchase-rs-items-filters .ag-filter-button img {
        margin-right: .5em;
    }
}

.ag-purchase-rs-items {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
}

.ag-purchase-rs-items .ag-rs-item-box {
    width: 23%;
    margin: 0 1% 20px;
    background: #202f5a;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.ag-rs-seo-box {
    width: 75%;
    margin: 0 auto;
    background: #202f5a;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

@media (max-width: 48em) {
    .ag-purchase-rs-items .ag-rs-item-box {
        width: 48%;
    }
}

@media (max-width: 37.5em) {
    .ag-purchase-rs-items .ag-rs-item-box {
        width: 100%;
        margin: 0 0 20px;
    }
}

.ag-purchase-rs-items .rs-item-count {
    background: transparent;
    width: 48px;
    margin-right: .5em;
    font-weight: bolder;
    color: #fff;
    border: 4px solid #40a0f1;
    border-radius: 6px;
}

.rs-item-count-seo {
    background: transparent;
    width: 48px;
    margin-right: .5em;
    font-weight: bolder;
    color: #fff;
    border: 4px solid #40a0f1;
    border-radius: 6px;
}

/************AG Pagination Styles**********/
.ag-pagination {
    text-align: center;
}

.ag-pagination li {
    display: inline-block;
    margin-right: .5em;
}

.ag-pagination li:last-child {
    margin-right: 0;
}

.ag-pagination li a {
    display: block;
    border: 1px solid #2a4096;
    border-radius: 6px;
    color: #2a4096 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 12px;
}

.ag-pagination li a.active,
.ag-pagination li a:hover {
    background: #40a0f1;
    border-color: #40a0f1;
    color: #fff;
}


.ag-pagination-pages {
    text-align: center;
    display: none;
}

.ag-pagination-pages li {
    display: inline-block;
    margin-right: .5em;
}

.ag-pagination-pages li:last-child {
    margin-right: 0;
}

.ag-pagination-pages li a {
    display: block;
    border: 1px solid #2a4096;
    border-radius: 6px;
    color: #2a4096 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 22px;
}

.ag-pagination-pages li a.active,
.ag-pagination-pages li a:hover {
    background: #40a0f1;
    border-color: #40a0f1;
    color: #fff;
}

/************Account Page Styles***********/
.ag-account-box {
    display: flex;
    flex-flow: column wrap;
}

.ag-account-box-header {
    border-radius: 6px 6px 0 0;
    padding: 20px;
    background: #297fcb;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.ag-account-box-header .user-name {
    font-size: 26px;
    font-weight: 700;
}

.ag-account-box-header .user-part {
    margin-right: auto;
}

.ag-account-box-header .ag-user-menu {
    margin-left: 1em;
}

.ag-account-box-header .ag-user-menu li {
    display: inline-block;
}

.ag-account-box-header .ag-user-menu a {
    background: #429ff1;
    font-size: 12px;
    width: 140px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    border-radius: 6px;
    margin-bottom: .5em;
}

@media (max-width: 48em) {
    .ag-account-box-header .user-part {
        width: 100%;
        margin-bottom: 1em;
    }

    .ag-account-box-header .ag-user-menu {
        width: 100%;
        margin-left: 0;
    }
}

.ag-account-box-body {
    border-radius: 0 0 6px 6px;
    padding: 20px;
    background: #152656;
    /*display: flex;*/
    flex-flow: column wrap;
    margin-bottom: 10px;
}

.btn-group-center {
    margin: 0 auto;
}

.ag-account-box-body p {
    /*margin-bottom: 6em !important;
margin-left: 9em !important;
padding-left: 100px;*/
    display: block;
    /*text-align: left !important;*/
    font-size: 20px;
    margin: 10px 10px 13px 3px;
}

.ag-account-box-body .ag-user-summary {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ag-account-box-body .ag-user-summary div {
    margin: 0 2% 16px;
}

@media (max-width: 37.5em) {
    .ag-account-box-body .ag-user-summary {
        flex-flow: column wrap;
    }

    .ag-account-box-body .ag-user-summary div {
        width: 100%;
        margin-bottom: 1em;
    }
}

.ag-account-box-body input {
    padding: 16px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #40a0f1;
    color: #2a4096;
    width: 100%;
    margin: 0 2% 1em 0;
}

@media (max-width: 48em) {
    .ag-account-box-body input {
        width: 100%;
    }
}

.ag-account-box-body table td,
.ag-account-box-body table th {
    padding: 12px;
    word-break: keep-all;
}

.ag-account-box-body table th {
    border: 0;
}

.ag-account-box-body table tr:nth-child(odd) {
    background: #fff;
}

.ag-user-verifications {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ag-user-verifications .ag-user-verifications-box {
    width: 48%;
    margin: 0 1% 16px;
    background: #40a0f1;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media (max-width: 48em) {
    .ag-user-verifications .ag-user-verifications-box {
        width: 100%;
        margin: 0 0 16px;
    }
}

/***********Order Details Page Styles***********/
.ag-order-details {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 75px 10px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ag-order-error {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .ag-order-details-right {
        max-height: 100% !important;
    }
}


.checkoutform {
    /* max-height: 590px;*/
}

.ag-order-details-left {
    width: 30%;
}

.ag-order-details-box {
    background: #152656;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
}

.ag-order-details-right {
    width: calc(70% - 40px);
}

.ag-order-details-right .payment-metod {
    width: 22%;
    margin: 0 1% 20px;
    background: #f4f5f8;
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 18px 18px 18px;
    border: 1px solid #40a0f1;
    border-radius: 6px;
    color: #2a4096;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
    position: relative;
}

.ag-order-details-right .payment-metod.selected,
.ag-order-details-right .payment-metod:hover {
    border: 1px solid #f19442;
    background-color: #fff9f4;
}

.ag-order-details-right .payment-metod .ag-discount-wrapper {
    position: absolute;
    top: 2px;
    left: -10px;
    background: #E2231A;
    padding: 3px 6px;
    color: #fff;
}

.ag-order-details-right .payment-metod .ag-discount:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: transparent #56100d;
    display: block;
    width: 0;
}

.ag-order-details-right .payment-metod img {}

.ag-order-details-text {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.ag-toggle-inner {
    display: none;
    background: #40a0f1;
    color: #fff;
    padding: 10px;
    max-height: 160px;
    overflow-y: auto;
    margin: 1em 0;
    border-radius: 6px;
}

.ag-toggle-inner-full {
    display: none;
    background: #40a0f1;
    color: #fff;
    padding: 10px;
    overflow-y: auto;
    margin: 1em 0;
    border-radius: 6px;
}

@media (max-width: 48em) {

    .ag-order-details-left,
    .ag-order-details-right {
        width: 100%;
        margin-bottom: 1em;
    }

    .ag-order-details-right .payment-metod {
        width: 47%;
    }
}

@media (max-width: 37.5em) {
    .ag-order-details-right .payment-metod {
        width: 100%;
    }
}

.ag-order-what-are-points {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(42, 64, 150, 0.2);
    width: 100%;
    text-align: center;
}

.ariba-points-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.ariba-points-form fieldset {
    width: 30%;
    margin: 0 1% 16px;
}

.ariba-points-form label {
    font-size: 13px;
}

.ariba-points-form input {
    padding: 10px;
    border: 1px solid #40a0f1;
    border-radius: 6px;
    width: 100%;
    color: #2a4096;
}

.ag-order-checkout {
    padding: 40px 0;
    text-align: center;
    background: #152656;
    /*width: 200%;*/
    margin: 0 -20px -20px;
    border-radius: 0 0 6px 6px;
}

/*********************Modal Styles**************/
.ag-modal-open {
    overflow: hidden;
}

.ag-modal {
    font-size: 16px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none;
    height: 100%;
    width: 100%;
    z-index: 2147483647;
    overflow: auto;
    overflow-y: scroll;
    visibility: hidden;
    display: table;
}

.ag-modal.in {
    visibility: visible;
    opacity: 1;
}

.ag-modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(0.8) translateZ(0);
    transition: all 250ms;
}

.ag-modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1) translateZ(0);
}

.ag-modal-dialog {
    z-index: 1000;
    display: table-cell;
    vertical-align: middle;
}

.ag-modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    outline: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    background-clip: border-box;
    max-width: 600px;
    min-width: 320px;
    margin: auto;
    border-radius: 10px;
    max-height: 80vh;
    overflow: auto;
    color: #333;
}

.ag-modal-content h1,
.ag-modal-content h2,
.ag-modal-content h3,
.ag-modal-content h4,
.ag-modal-content h5,
.ag-modal-content h6,
.ag-modal-content p {
    color: #333;
}

.ag-modal-content .txt-link {
    color: #0071D4;
    text-decoration: underline;
}

.ag-modal-content h3.modal-heading {
    width: calc(100% - 32px);
}

.ag-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #112964;
    visibility: hidden;
    transition: all .1s;
}

.ag-modal-backdrop.fade {
    opacity: 0;
}

.ag-modal-backdrop.in {
    opacity: 0.93;
    visibility: visible;
}

.ag-modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.ag-modal-body {
    position: relative;
}

.ag-sign-modal-left {
    width: 240px;
    background: url(../images/ag-sign-in-up-bg.jpg) no-repeat bottom left;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 20px;
}

.ag-sign-modal-right {
    width: 358px;
    padding: 24px;
}

.ag-sign-modal-right input {
    width: 100%;
    padding: 16px;
    border: 1px solid #40a0f1;
    border-radius: 6px;
    color: #2a4096;
    text-align: left;
}

@media (max-width: 48em) {
    .ag-sign-modal-left {
        display: none;
    }

    .ag-sign-modal-right {
        width: 100%;
    }
}

.ag-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ag-table-responsive p {
    font-size: 15px;
}

/**********Loyalty Program Styles***********/
.ag-loyalty-program-table {
    font-size: 15px;
    width: 99%;
    margin: 0 auto;
    word-break: keep-all;
}

.ag-loyalty-program-table th,
.ag-loyalty-program-table td {
    padding: 10px;
    vertical-align: middle;
    width: 10%;
}

.ag-loyalty-program-table th:first-child,
.ag-loyalty-program-table td:first-child {
    width: 28%;
}

.ag-loyalty-program-table th {
    background: #20305d;
}

.ag-loyalty-program-table td {
    background: #122042;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
}

.ag-loyalty-program-table td.point-bonus {
    border: 0;
    background: #40a0f1;
    color: #fff;
    font-weight: bold;
}

.ag-diamond-1 {
    color: #ab8876;
}

.ag-diamond-2 {
    color: #909090;
}

.ag-diamond-3 {
    color: #729aaa;
}

.ag-diamond-4 {
    color: #b592cc;
}

.ag-diamond-5 {
    color: #52d15d;
}

.ag-diamond-6 {
    color: #3ec6f6;
}

.ag-diamond-7 {
    color: #ff4343;
}

.ag-diamond-8 {
    color: #845431;
}

.ag-diamond-9 {
    color: #858585;
}

.ag-diamond-10 {
    color: #BE9B57;
}

.ag-loyalty-program-levels {
    background: #1f2e59;
    padding: 60px 0;
}

.ag-loyalty-program-levels-buttons {
    width: 80%;
    margin: 0 auto;
}

.ag-loyalty-program-levels-buttons a {
    background: #40a0f1;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    padding: 12px 0;
    width: 23%;
    font-weight: bold;
    font-size: 15px;
}

@media (max-width: 64em) {
    .ag-loyalty-program-levels-buttons {
        width: 100%;
    }

    .ag-loyalty-program-levels-buttons a {
        width: 48%;
        margin-bottom: 1em;
    }
}

@media (max-width: 37.5em) {
    .ag-loyalty-program-levels-buttons {
        width: 100%;
    }

    .ag-loyalty-program-levels-buttons a {
        width: 98%;
        margin-bottom: 1em;
    }
}

.ag-loyalty-program-levels-graphs {
    width: 80%;
    margin: 0 auto;
}

.ag-loyalty-program-levels-graphs .ag-graph-item {
    display: flex;
    flex-flow: column wrap;
    width: calc(100% / 7);
}

.ag-loyalty-program-levels-graphs .ag-graph {
    width: 20px;
    height: 300px;
    border-radius: 20px;
    background: rgba(58, 84, 149, 0.33);
    position: relative;
    margin: 0 auto;
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill {
    width: 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-1 {
    background: #ab8876;
    box-shadow: 0 0 10px rgba(171, 136, 118, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-2 {
    background: #909090;
    box-shadow: 0 0 10px rgba(144, 144, 144, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-3 {
    background: #729aaa;
    box-shadow: 0 0 10px rgba(114, 154, 170, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-4 {
    background: #7671c2;
    box-shadow: 0 0 10px rgba(118, 113, 194, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-5 {
    background: #6ea873;
    box-shadow: 0 0 10px rgba(110, 168, 115, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-6 {
    background: #4fc1e9;
    box-shadow: 0 0 10px rgba(79, 193, 233, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-7 {
    background: #ff5051;
    box-shadow: 0 0 10px rgba(255, 80, 81, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-8 {
    background: #845431;
    box-shadow: 0 0 10px rgba(255, 80, 81, 0.7);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-9 {
    background: #343031;
    box-shadow: 0 0 10px rgba(255, 80, 81, 0.3);
}

.ag-loyalty-program-levels-graphs .ag-graph .ag-graph-fill.ag-diamond-10 {
    background: #be9b57;
    box-shadow: 0 0 10px rgba(255, 80, 81, 0.8);
}

.ag-loyalty-program-levels-graphs .ag-graph-text-inner {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(90deg);
    font-weight: bold;
}

@media (max-width: 64em) {
    .ag-loyalty-program-levels-graphs .ag-graph-text-inner {
        left: -20px;
    }
}

@media (max-width: 48em) {
    .ag-loyalty-program-levels-graphs .ag-graph-item {
        width: 30%;
        margin-bottom: 1.5em;
    }

    .ag-loyalty-program-levels-graphs .ag-graph-text-inner {
        left: 10px;
    }
}

@media (max-width: 37.5em) {
    .ag-loyalty-program-levels-graphs .ag-graph-text-inner {
        left: -30px;
    }
}

.ag-loyalty-program-promotions {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.ag-loyalty-program-promotions .ag-promo-box {
    background: #1d2f5d;
    color: #fff;
    font-size: 11px;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 31%;
    display: flex;
    flex-flow: column wrap;
}

.ag-loyalty-program-promotions .ag-promo-box-title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 1em;
    font-style: italic;
}

.ag-loyalty-program-promotions .ag-promo-box-desc {
    margin-bottom: 1.5em;
}

.ag-loyalty-program-promotions .ag-promo-box-cta {
    background: #3ac111;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: auto;
    text-align: center;
}

.ag-loyalty-program-promotions .ag-promo-box-cta:hover {
    background: #40a0f1;
}

@media (max-width: 48em) {
    .ag-loyalty-program-promotions .ag-promo-box {
        width: 100%;
    }
}

.preloader {
    margin: 0 auto !important;
    height: 132px;
    display: none;
}

.ag-faucet-box {
    background: #1d2f5d;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 20px;
    flex-flow: column wrap;
}

/*# sourceMappingURL=ag-new-style.css.map *