/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


/* line 7, /app/source/stylesheets/vendors/_reset.scss */

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,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */


/* line 96, /app/source/stylesheets/vendors/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* line 110, /app/source/stylesheets/vendors/_reset.scss */

body {
    line-height: 1;
}


/* line 113, /app/source/stylesheets/vendors/_reset.scss */

ol,
ul {
    list-style: none;
}


/* line 117, /app/source/stylesheets/vendors/_reset.scss */

blockquote,
q {
    quotes: none;
}


/* line 120, /app/source/stylesheets/vendors/_reset.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* line 126, /app/source/stylesheets/vendors/_reset.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* line 1, /app/source/stylesheets/shared/utilities/_utilities.scss */

html {
    font-size: 62.5%;
    line-height: 1;
    -webkit-text-size-adjust: none;
    height: 100%;
}


/* line 8, /app/source/stylesheets/shared/utilities/_utilities.scss */

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
    color: #12142a;
}


/* line 19, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-mt {
    margin-top: 0 !important;
}


/* line 23, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-mb {
    margin-bottom: 0 !important;
}


/* line 27, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-pt {
    padding-top: 0 !important;
}


/* line 31, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-pb {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1199px) {
    /* line 35, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .no-p-mobile {
        padding: 0 !important;
    }
}


/* line 41, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-t-center {
    text-align: center;
}


/* line 45, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo {
    position: relative;
    width: 100%;
    max-width: 33rem;
    height: 5rem;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    box-sizing: border-box;
}

@media only screen and (min-width: 300px) {
    /* line 45, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo {
        overflow: inherit;
    }
    /* line 60, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo.active .ag-combo__list {
        opacity: 1;
        visibility: visible;
    }
    /* line 64, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo.active:before {
        transform: rotate(-180deg) translateY(50%);
    }
}


/* line 70, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo * {
    box-sizing: border-box;
}


/* line 74, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: 0.8rem;
    z-index: 5;
    background: url("/images/na/icons/arrow-down-black.svg") no-repeat center center;
    transform: translateY(-50%);
    transition: all 300ms ease;
    cursor: pointer;
}


/* line 90, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo select {
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 100%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    z-index: 6;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 90, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo select {
        display: none;
    }
}


/* line 110, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__label {
    display: none;
    padding: 0 2rem;
    font-size: 1.5rem;
    line-height: 5rem;
    cursor: pointer;
}

@media only screen and (min-width: 300px) {
    /* line 110, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo__label {
        display: block;
    }
}


/* line 122, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list {
    display: none;
    position: absolute;
    top: -rem(1);
    left: -rem(1);
    width: 102%;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    font-size: 1.5rem;
    overflow-y: auto;
    /*height: rem(354);*/
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    max-height: 40rem;
}

@media only screen and (min-width: 1200px) {
    /* line 122, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo__list {
        display: block;
    }
}


/* line 141, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li {
    position: relative;
    width: 100%;
    padding-left: 2rem;
    line-height: 5rem;
    cursor: pointer;
}


/* line 148, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 0.1rem;
    background: #c7c6ca;
    opacity: 0.1;
}


/* line 160, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li[disabled] {
    cursor: default;
    opacity: 0.4;
}


/* line 166, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li:first-child:after {
    width: 100%;
}


/* line 172, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li:last-child:after {
    display: none;
}


/* line 177, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li.active,
.ag-combo__list li:hover {
    background: rgba(255, 255, 255, 0.4);
}


/* line 185, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link-details {
    color: #000;
    text-decoration: none;
}


/* line 270, /app/source/stylesheets/shared/_mixins.scss */

.ag-link-details:before {
    content: url("../../assets/icons/note.png");
    margin-right: 0.5rem;
}

@media only screen and (min-width: 1200px) {
    /* line 276, /app/source/stylesheets/shared/_mixins.scss */
    .ag-link-details:hover {
        text-decoration: underline;
    }
}


/* line 189, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-input {
    border: 1px solid #e6e6e6;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 22rem;
    background: #fff;
    font-family: 'Arial', sans-serif;
    border-radius: 0;
    box-shadow: none;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 200, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-input:invalid {
    box-shadow: none;
}


/* line 204, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-input--norounded {
    border-radius: 0;
}

@media only screen and (min-width: 1200px) {
    /* line 189, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-input {
        padding: 0.5rem 2rem;
    }
}


/* line 212, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link {
    text-decoration: none;
    color: #2caae2;
}


/* line 216, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link:after {
    content: url("../../assets/icons/arrow-rounded-right.svg");
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    line-height: 0.4;
}

@media only screen and (min-width: 1200px) {
    /* line 225, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-link:hover {
        color: #8fd3df;
    }
}


/* line 231, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link--noicon:after {
    display: none;
}


/* line 237, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-invalid {
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    border-color: #f31545;
}


/* line 242, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-active {
    font-weight: 600;
}


/* line 246, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-d-none-mobile {
    display: none;
}

@media only screen and (min-width: 1200px) {
    /* line 246, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-d-none-mobile {
        display: inherit;
    }
}


/* line 253, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-d-none-laptop {
    display: inherit;
}

@media only screen and (min-width: 1200px) {
    /* line 253, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-d-none-laptop {
        display: none;
    }
}


/* line 260, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-d-none {
    display: none !important;
}


/* line 264, /app/source/stylesheets/shared/utilities/_utilities.scss */

.lightbox-open {
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    /* line 268, /app/source/stylesheets/shared/utilities/_utilities.scss */
    [data-tippy-mobile-link] {
        color: #09282a;
        border-bottom: 1px solid #09282a;
    }
}


/* line 274, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.light-theme {
    color: #000;
    border: 1px solid #b0b1b6;
    padding: 2rem;
    background-color: white;
}


/* line 282, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.light-theme .tippy-backdrop {
    background-color: white;
}


/* line 286, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
}


/* line 291, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.transl-theme {
    color: #000;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/* line 299, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.transl-theme .tippy-backdrop {
    background-color: #fff;
}


/* line 303, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.transl-theme[data-animatefill] {
    background-color: transparent;
}


/* line 310, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='right'] .tippy-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    border-right: 7px solid #b0b1b6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin: 4px 0;
    top: 25px;
}


/* line 322, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='right'] .tippy-tooltip .tippy-arrow {
    border-right-color: white;
}


/* line 327, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='right'] .tippy-roundarrow {
    fill: #fff;
}


/* line 334, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='left'] .tippy-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: -8px;
    border-left: 7px solid #b0b1b6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin: 4px 0;
    top: 25px;
}


/* line 347, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='left'] .tippy-tooltip .tippy-arrow {
    border-left-color: white;
}


/* line 352, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='left'] .tippy-roundarrow {
    fill: #fff;
}


/* line 357, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template {
    text-align: left;
}


/* line 360, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template__title {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2rem;
}


/* line 366, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template__table {
    width: 100%;
    margin-bottom: 1rem;
}


/* line 370, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template__table td {
    padding: 0.5rem 0;
}


/* line 376, /app/source/stylesheets/shared/utilities/_utilities.scss */

.hide {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    /* line 380, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .hide-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 386, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .hide-desktop {
        display: none !important;
    }
}


/* line 392, /app/source/stylesheets/shared/utilities/_utilities.scss */

.show-d-mobile {
    display: block !important;
}


/* line 396, /app/source/stylesheets/shared/utilities/_utilities.scss */

.show-f-mobile {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (min-width: 1200px) {
    /* line 400, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .show-mobile,
    .show-d-mobile,
    .ag-show-mobile,
    .ag-show-d-mobile {
        display: none !important;
    }
}


/* line 409, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


/* line 415, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox.active svg {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/* line 421, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox>i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.2rem;
    margin-right: 1rem;
    background: #09282a;
    border-radius: 0.5rem;
}


/* line 432, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox>i svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 200ms ease;
}


/* line 440, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox.disabled>i {
    background: #b5bfbf;
}


/* line 442, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox.disabled>i svg g {
    stroke: #fff0e6;
}


/* line 448, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}


/* line 460, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-toggle {
    cursor: pointer;
    margin: 0;
    border-top: solid 0.1rem #ececed;
    padding: 2rem 0;
}


/* line 468, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-toggle.active .ag-table__icon--seedetail:before {
    height: 0;
}


/* line 475, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-content {
    display: none;
    margin-bottom: 2rem;
}


/* line 480, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-content.active {
    display: block;
}


/* line 2, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-icon-help:before {
    display: block;
    content: url("../assets/icons/help.svg");
    height: 1.8rem;
}


/* line 9, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}


/* line 18, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico-edit {
    height: 18px;
    width: 16px;
    border-radius: 0;
    background-image: url("../assets/icons/edit.svg");
}


/* line 24, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico-export {
    height: 28px;
    width: 21px;
    border-radius: 0;
    background-image: url("../assets/icons/export.svg");
}


/* line 31, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige {
    background-color: #0e3c40;
}


/* line 34, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige.ag-btn-icon--big {
    width: 36px;
    height: 36px;
}


/* line 38, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige.ag-btn-icon--big i {
    background-size: 12px;
}


/* line 43, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige i {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}


/* line 49, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-close {
    background-image: url("../assets/icons/close-beige.svg");
}


/* line 52, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-add {
    background-image: url("../assets/icons/add-beige.svg");
}


/* line 55, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-remove {
    background-image: url("../assets/icons/remove-beige.svg");
}


/* line 58, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-help {
    background-image: url("../assets/icons/help-beige.svg");
}


/* line 61, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-attention {
    background-image: url("../assets/icons/attention-beige.svg");
}


/* line 64, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-triangle {
    background-color: transparent;
    background-image: url("../assets/icons/triangle-beige.svg");
}


/* line 68, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--beige .ag-ico-arrow {
    background-color: transparent;
    background-image: url("../assets/icons/arrow-beige.svg");
}


/* line 73, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen {
    background: #ffcda9;
}


/* line 76, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen.ag-btn-icon--big {
    width: 36px;
    height: 36px;
}


/* line 80, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen.ag-btn-icon--big i {
    background-size: 12px;
}


/* line 85, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen i {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}


/* line 92, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-close {
    background-image: url("../assets/icons/close-darkgreen.svg");
}


/* line 95, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-add {
    background-image: url("../assets/icons/add-darkgreen.svg");
}


/* line 98, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-remove {
    background-image: url("../assets/icons/remove-darkgreen.svg");
}


/* line 101, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-help {
    background-image: url("../assets/icons/help-darkgreen.svg");
}


/* line 104, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-attention {
    background-image: url("../assets/icons/attention-darkgreen.svg");
}


/* line 107, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-triangle {
    background-color: transparent;
    background-image: url("../assets/icons/triangle-darkgreen.svg");
}


/* line 111, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-arrow {
    background-color: transparent;
    background-image: url("../assets/icons/arrow-darkgreen.svg");
}


/* line 117, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--disabled {
    opacity: 0.6;
    cursor: inherit;
}


/* line 1, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-small-green {
    color: #fff;
    text-decoration: none;
}


/* line 6, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-disabled {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ececed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b0b1b6;
    cursor: not-allowed;
    border-color: transparent;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-disabled:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-disabled:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-disabled a {
    text-decoration: none;
}


/* line 14, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-small-dark-navy {
    color: #ffcda9 !important;
}


/* line 18, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-small-beige {
    color: #09282a !important;
}


/* line 22, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons {
    margin-top: 4rem;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    /* line 22, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        bottom: auto;
        margin-top: 6rem;
    }
    /* line 34, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons--align-justify {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* line 38, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons--align-right {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


/* line 43, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons__btn {
    display: block;
    margin: 2rem auto;
}

@media only screen and (min-width: 1200px) {
    /* line 43, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons__btn {
        margin: 0 1rem;
    }
    /* line 50, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons__btn:first-child {
        margin-right: 0;
    }
    /* line 54, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons__btn:last-child {
        margin-left: 0;
    }
}


/* line 60, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons--align-left {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
    /* line 64, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons--align-left .ag-buttons__btn:last-child {
        margin-left: 0;
    }
}


/* line 72, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons--nomargin {
    margin: 0;
}


/* line 1, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-big {
    font-weight: 600;
}


/* line 6, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-u-big {
    font-weight: 600;
    text-transform: uppercase;
}


/* line 12, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-medium {
    font-weight: 600;
}


/* line 17, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-big {
    font-weight: normal;
}


/* line 22, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-medium {
    font-weight: normal;
}


/* line 27, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-medium-small {
    font-weight: 600;
}


/* line 32, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-small {
    font-weight: normal;
}


/* line 37, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-small {
    font-weight: 600;
}


/* line 42, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-smallest {
    font-weight: normal;
}


/* line 47, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-u-smallest,
.ag-btn-disabled,
.ag-btn-simple,
.ag-btn-small-gray-dark,
.ag-btn-big-gray-dark,
.ag-btn-small-transparent,
.ag-btn-big-transparent,
.ag-btn-small-transparent--gray-dark,
.ag-btn-big-transparent--gray-dark,
.ag-btn-small-gray-medium-dark,
.ag-btn-big-gray-medium-dark,
.ag-btn-small-transparent--gray-medium-dark,
.ag-btn-big-transparent--gray-medium-dark,
.ag-btn-small-gray-medium,
.ag-btn-big-gray-medium,
.ag-btn-small-transparent--gray-medium,
.ag-btn-big-transparent--gray-medium,
.ag-btn-small-gray-medium-light,
.ag-btn-big-gray-medium-light,
.ag-btn-small-transparent--gray-medium-light,
.ag-btn-big-transparent--gray-medium-light,
.ag-btn-small-gray-light,
.ag-btn-big-gray-light,
.ag-btn-small-transparent--gray-light,
.ag-btn-big-transparent--gray-light,
.ag-btn-small-gray-light2,
.ag-btn-big-gray-light2,
.ag-btn-small-transparent--gray-light2,
.ag-btn-big-transparent--gray-light2,
.ag-btn-small-gray-light3,
.ag-btn-big-gray-light3,
.ag-btn-small-transparent--gray-light3,
.ag-btn-big-transparent--gray-light3,
.ag-btn-small-gray-light4,
.ag-btn-big-gray-light4,
.ag-btn-small-transparent--gray-light4,
.ag-btn-big-transparent--gray-light4,
.ag-btn-small-gray-light5,
.ag-btn-big-gray-light5,
.ag-btn-small-transparent--gray-light5,
.ag-btn-big-transparent--gray-light5,
.ag-btn-small-gray-light6,
.ag-btn-big-gray-light6,
.ag-btn-small-transparent--gray-light6,
.ag-btn-big-transparent--gray-light6,
.ag-btn-small-darkgreen-dark,
.ag-btn-big-darkgreen-dark,
.ag-btn-small-transparent--darkgreen-dark,
.ag-btn-big-transparent--darkgreen-dark,
.ag-btn-small-darkgreen-medium-dark,
.ag-btn-big-darkgreen-medium-dark,
.ag-btn-small-transparent--darkgreen-medium-dark,
.ag-btn-big-transparent--darkgreen-medium-dark,
.ag-btn-small-darkgreen-medium,
.ag-btn-big-darkgreen-medium,
.ag-btn-small-transparent--darkgreen-medium,
.ag-btn-big-transparent--darkgreen-medium,
.ag-btn-small-darkgreen-medium-light,
.ag-btn-big-darkgreen-medium-light,
.ag-btn-small-transparent--darkgreen-medium-light,
.ag-btn-big-transparent--darkgreen-medium-light,
.ag-btn-small-darkgreen-light,
.ag-btn-big-darkgreen-light,
.ag-btn-small-transparent--darkgreen-light,
.ag-btn-big-transparent--darkgreen-light,
.ag-btn-small-darkgreen2-dark,
.ag-btn-big-darkgreen2-dark,
.ag-btn-small-transparent--darkgreen2-dark,
.ag-btn-big-transparent--darkgreen2-dark,
.ag-btn-small-darkgreen2-medium-dark,
.ag-btn-big-darkgreen2-medium-dark,
.ag-btn-small-transparent--darkgreen2-medium-dark,
.ag-btn-big-transparent--darkgreen2-medium-dark,
.ag-btn-small-darkgreen2-medium,
.ag-btn-big-darkgreen2-medium,
.ag-btn-small-transparent--darkgreen2-medium,
.ag-btn-big-transparent--darkgreen2-medium,
.ag-btn-small-darkgreen2-medium-light,
.ag-btn-big-darkgreen2-medium-light,
.ag-btn-small-transparent--darkgreen2-medium-light,
.ag-btn-big-transparent--darkgreen2-medium-light,
.ag-btn-small-darkgreen2-light,
.ag-btn-big-darkgreen2-light,
.ag-btn-small-transparent--darkgreen2-light,
.ag-btn-big-transparent--darkgreen2-light,
.ag-btn-small-darkgreen2-dark--hover,
.ag-btn-big-darkgreen2-dark--hover,
.ag-btn-small-transparent--darkgreen2-dark--hover,
.ag-btn-big-transparent--darkgreen2-dark--hover,
.ag-btn-small-beige,
.ag-btn-big-beige,
.ag-btn-small-transparent--beige,
.ag-btn-big-transparent--beige,
.ag-btn-small-beige-dark,
.ag-btn-big-beige-dark,
.ag-btn-small-transparent--beige-dark,
.ag-btn-big-transparent--beige-dark,
.ag-btn-small-salmon,
.ag-btn-big-salmon,
.ag-btn-small-transparent--salmon,
.ag-btn-big-transparent--salmon,
.ag-btn-small-beige-dark--hover,
.ag-btn-big-beige-dark--hover,
.ag-btn-small-transparent--beige-dark--hover,
.ag-btn-big-transparent--beige-dark--hover,
.ag-btn-small-beige-medium-dark,
.ag-btn-big-beige-medium-dark,
.ag-btn-small-transparent--beige-medium-dark,
.ag-btn-big-transparent--beige-medium-dark,
.ag-btn-small-beige-medium,
.ag-btn-big-beige-medium,
.ag-btn-small-transparent--beige-medium,
.ag-btn-big-transparent--beige-medium,
.ag-btn-small-beige-medium-light,
.ag-btn-big-beige-medium-light,
.ag-btn-small-transparent--beige-medium-light,
.ag-btn-big-transparent--beige-medium-light,
.ag-btn-small-beige-light,
.ag-btn-big-beige-light,
.ag-btn-small-transparent--beige-light,
.ag-btn-big-transparent--beige-light,
.ag-btn-small-green-dark,
.ag-btn-big-green-dark,
.ag-btn-small-transparent--green-dark,
.ag-btn-big-transparent--green-dark,
.ag-btn-small-green-medium-dark,
.ag-btn-big-green-medium-dark,
.ag-btn-small-transparent--green-medium-dark,
.ag-btn-big-transparent--green-medium-dark,
.ag-btn-small-green-medium,
.ag-btn-big-green-medium,
.ag-btn-small-transparent--green-medium,
.ag-btn-big-transparent--green-medium,
.ag-btn-small-green-medium-light,
.ag-btn-big-green-medium-light,
.ag-btn-small-transparent--green-medium-light,
.ag-btn-big-transparent--green-medium-light,
.ag-btn-small-green-light,
.ag-btn-big-green-light,
.ag-btn-small-transparent--green-light,
.ag-btn-big-transparent--green-light,
.ag-btn-small-graphite-dark,
.ag-btn-big-graphite-dark,
.ag-btn-small-transparent--graphite-dark,
.ag-btn-big-transparent--graphite-dark,
.ag-btn-small-graphite-medium,
.ag-btn-big-graphite-medium,
.ag-btn-small-transparent--graphite-medium,
.ag-btn-big-transparent--graphite-medium,
.ag-btn-small-graphite-light,
.ag-btn-big-graphite-light,
.ag-btn-small-transparent--graphite-light,
.ag-btn-big-transparent--graphite-light,
.ag-btn-small-green2-dark,
.ag-btn-big-green2-dark,
.ag-btn-small-transparent--green2-dark,
.ag-btn-big-transparent--green2-dark,
.ag-btn-small-green2-medium,
.ag-btn-big-green2-medium,
.ag-btn-small-transparent--green2-medium,
.ag-btn-big-transparent--green2-medium,
.ag-btn-small-green2-light,
.ag-btn-big-green2-light,
.ag-btn-small-transparent--green2-light,
.ag-btn-big-transparent--green2-light,
.ag-btn-small-coral-dark,
.ag-btn-big-coral-dark,
.ag-btn-small-transparent--coral-dark,
.ag-btn-big-transparent--coral-dark,
.ag-btn-small-coral-medium,
.ag-btn-big-coral-medium,
.ag-btn-small-transparent--coral-medium,
.ag-btn-big-transparent--coral-medium,
.ag-btn-small-coral-light,
.ag-btn-big-coral-light,
.ag-btn-small-transparent--coral-light,
.ag-btn-big-transparent--coral-light,
.ag-btn-small-blue-dark,
.ag-btn-big-blue-dark,
.ag-btn-small-transparent--blue-dark,
.ag-btn-big-transparent--blue-dark,
.ag-btn-small-blue-medium,
.ag-btn-big-blue-medium,
.ag-btn-small-transparent--blue-medium,
.ag-btn-big-transparent--blue-medium,
.ag-btn-small-blue-light,
.ag-btn-big-blue-light,
.ag-btn-small-transparent--blue-light,
.ag-btn-big-transparent--blue-light,
.ag-btn-small-purple-dark,
.ag-btn-big-purple-dark,
.ag-btn-small-transparent--purple-dark,
.ag-btn-big-transparent--purple-dark,
.ag-btn-small-purple-medium,
.ag-btn-big-purple-medium,
.ag-btn-small-transparent--purple-medium,
.ag-btn-big-transparent--purple-medium,
.ag-btn-small-purple-light,
.ag-btn-big-purple-light,
.ag-btn-small-transparent--purple-light,
.ag-btn-big-transparent--purple-light,
.ag-btn-small-black,
.ag-btn-big-black,
.ag-btn-small-transparent--black,
.ag-btn-big-transparent--black,
.ag-btn-small-white,
.ag-btn-big-white,
.ag-btn-small-transparent--white,
.ag-btn-big-transparent--white,
.ag-btn-small-alert-red,
.ag-btn-big-alert-red,
.ag-btn-small-transparent--alert-red,
.ag-btn-big-transparent--alert-red,
.ag-btn-small-alert-red--hover,
.ag-btn-big-alert-red--hover,
.ag-btn-small-transparent--alert-red--hover,
.ag-btn-big-transparent--alert-red--hover,
.ag-btn-small-alert-green,
.ag-btn-big-alert-green,
.ag-btn-small-transparent--alert-green,
.ag-btn-big-transparent--alert-green,
.ag-btn-small-alert-green--hover,
.ag-btn-big-alert-green--hover,
.ag-btn-small-transparent--alert-green--hover,
.ag-btn-big-transparent--alert-green--hover,
.ag-btn-small-transparent--transparent,
.ag-btn-big-transparent--transparent,
.ag-btn-small-agora,
.ag-btn-big-agora,
.ag-btn-small-transparent--agora,
.ag-btn-big-transparent--agora,
.ag-btn-small-navy,
.ag-btn-big-navy,
.ag-btn-small-transparent--navy,
.ag-btn-big-transparent--navy,
.ag-btn-small-dark-navy,
.ag-btn-big-dark-navy,
.ag-btn-small-transparent--dark-navy,
.ag-btn-big-transparent--dark-navy,
.ag-btn-small-dark-navy-2,
.ag-btn-big-dark-navy-2,
.ag-btn-small-transparent--dark-navy-2,
.ag-btn-big-transparent--dark-navy-2,
.ag-btn-small-gray,
.ag-btn-big-gray,
.ag-btn-small-transparent--gray,
.ag-btn-big-transparent--gray,
.ag-btn-small-dark-gray,
.ag-btn-big-dark-gray,
.ag-btn-small-transparent--dark-gray,
.ag-btn-big-transparent--dark-gray,
.ag-btn-small-black-light,
.ag-btn-big-black-light,
.ag-btn-small-transparent--black-light,
.ag-btn-big-transparent--black-light,
.ag-btn-small-beige-hover,
.ag-btn-big-beige-hover,
.ag-btn-small-transparent--beige-hover,
.ag-btn-big-transparent--beige-hover,
.ag-btn-small-red,
.ag-btn-big-red,
.ag-btn-small-transparent--red,
.ag-btn-big-transparent--red,
.ag-btn-small-red-dark,
.ag-btn-big-red-dark,
.ag-btn-small-transparent--red-dark,
.ag-btn-big-transparent--red-dark,
.ag-btn-small-green,
.ag-btn-big-green,
.ag-btn-small-transparent--green,
.ag-btn-big-transparent--green,
.ag-btn-small-blue,
.ag-btn-big-blue,
.ag-btn-small-transparent--blue,
.ag-btn-big-transparent--blue,
.ag-btn-small-gray-button,
.ag-btn-big-gray-button,
.ag-btn-small-transparent--gray-button,
.ag-btn-big-transparent--gray-button,
.ag-btn-small-gray-button--hover,
.ag-btn-big-gray-button--hover,
.ag-btn-small-transparent--gray-button--hover,
.ag-btn-big-transparent--gray-button--hover,
.ag-btn-small-gray-text,
.ag-btn-big-gray-text,
.ag-btn-small-transparent--gray-text,
.ag-btn-big-transparent--gray-text,
.ag-btn-small-gray-text-dark,
.ag-btn-big-gray-text-dark,
.ag-btn-small-transparent--gray-text-dark,
.ag-btn-big-transparent--gray-text-dark,
.ag-btn-small-green-1,
.ag-btn-big-green-1,
.ag-btn-small-transparent--green-1,
.ag-btn-big-transparent--green-1,
.ag-btn-small-gray-1,
.ag-btn-big-gray-1,
.ag-btn-small-transparent--gray-1,
.ag-btn-big-transparent--gray-1,
.ag-btn-small-gray-2,
.ag-btn-big-gray-2,
.ag-btn-small-transparent--gray-2,
.ag-btn-big-transparent--gray-2,
.ag-btn-small-font-menu,
.ag-btn-big-font-menu,
.ag-btn-small-transparent--font-menu,
.ag-btn-big-transparent--font-menu,
.ag-btn-small-link-menu,
.ag-btn-big-link-menu,
.ag-btn-small-transparent--link-menu,
.ag-btn-big-transparent--link-menu {
    font-weight: 600;
    text-transform: uppercase;
}


/* line 54, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-u-small {
    font-weight: 600;
    text-transform: uppercase;
}


/* line 61, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-small {
    font-weight: normal;
}


/* line 66, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-small {
    font-weight: 600;
}


/* line 71, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-medium {
    font-weight: normal;
}


/* line 76, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-medium {
    font-weight: 600;
}


/* line 81, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-big {
    font-weight: normal;
}


/* line 86, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-link--active {
    font-weight: 600;
}


/* line 91, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-link-u--hover:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-12,
.tippy-tooltip.light-theme,
.tippy-tooltip.transl-theme,
.ag-text-smallest,
.ag-text-b-u-smallest,
.ag-btn-disabled,
.ag-btn-simple,
.ag-btn-small-gray-dark,
.ag-btn-big-gray-dark,
.ag-btn-small-transparent,
.ag-btn-big-transparent,
.ag-btn-small-transparent--gray-dark,
.ag-btn-big-transparent--gray-dark,
.ag-btn-small-gray-medium-dark,
.ag-btn-big-gray-medium-dark,
.ag-btn-small-transparent--gray-medium-dark,
.ag-btn-big-transparent--gray-medium-dark,
.ag-btn-small-gray-medium,
.ag-btn-big-gray-medium,
.ag-btn-small-transparent--gray-medium,
.ag-btn-big-transparent--gray-medium,
.ag-btn-small-gray-medium-light,
.ag-btn-big-gray-medium-light,
.ag-btn-small-transparent--gray-medium-light,
.ag-btn-big-transparent--gray-medium-light,
.ag-btn-small-gray-light,
.ag-btn-big-gray-light,
.ag-btn-small-transparent--gray-light,
.ag-btn-big-transparent--gray-light,
.ag-btn-small-gray-light2,
.ag-btn-big-gray-light2,
.ag-btn-small-transparent--gray-light2,
.ag-btn-big-transparent--gray-light2,
.ag-btn-small-gray-light3,
.ag-btn-big-gray-light3,
.ag-btn-small-transparent--gray-light3,
.ag-btn-big-transparent--gray-light3,
.ag-btn-small-gray-light4,
.ag-btn-big-gray-light4,
.ag-btn-small-transparent--gray-light4,
.ag-btn-big-transparent--gray-light4,
.ag-btn-small-gray-light5,
.ag-btn-big-gray-light5,
.ag-btn-small-transparent--gray-light5,
.ag-btn-big-transparent--gray-light5,
.ag-btn-small-gray-light6,
.ag-btn-big-gray-light6,
.ag-btn-small-transparent--gray-light6,
.ag-btn-big-transparent--gray-light6,
.ag-btn-small-darkgreen-dark,
.ag-btn-big-darkgreen-dark,
.ag-btn-small-transparent--darkgreen-dark,
.ag-btn-big-transparent--darkgreen-dark,
.ag-btn-small-darkgreen-medium-dark,
.ag-btn-big-darkgreen-medium-dark,
.ag-btn-small-transparent--darkgreen-medium-dark,
.ag-btn-big-transparent--darkgreen-medium-dark,
.ag-btn-small-darkgreen-medium,
.ag-btn-big-darkgreen-medium,
.ag-btn-small-transparent--darkgreen-medium,
.ag-btn-big-transparent--darkgreen-medium,
.ag-btn-small-darkgreen-medium-light,
.ag-btn-big-darkgreen-medium-light,
.ag-btn-small-transparent--darkgreen-medium-light,
.ag-btn-big-transparent--darkgreen-medium-light,
.ag-btn-small-darkgreen-light,
.ag-btn-big-darkgreen-light,
.ag-btn-small-transparent--darkgreen-light,
.ag-btn-big-transparent--darkgreen-light,
.ag-btn-small-darkgreen2-dark,
.ag-btn-big-darkgreen2-dark,
.ag-btn-small-transparent--darkgreen2-dark,
.ag-btn-big-transparent--darkgreen2-dark,
.ag-btn-small-darkgreen2-medium-dark,
.ag-btn-big-darkgreen2-medium-dark,
.ag-btn-small-transparent--darkgreen2-medium-dark,
.ag-btn-big-transparent--darkgreen2-medium-dark,
.ag-btn-small-darkgreen2-medium,
.ag-btn-big-darkgreen2-medium,
.ag-btn-small-transparent--darkgreen2-medium,
.ag-btn-big-transparent--darkgreen2-medium,
.ag-btn-small-darkgreen2-medium-light,
.ag-btn-big-darkgreen2-medium-light,
.ag-btn-small-transparent--darkgreen2-medium-light,
.ag-btn-big-transparent--darkgreen2-medium-light,
.ag-btn-small-darkgreen2-light,
.ag-btn-big-darkgreen2-light,
.ag-btn-small-transparent--darkgreen2-light,
.ag-btn-big-transparent--darkgreen2-light,
.ag-btn-small-darkgreen2-dark--hover,
.ag-btn-big-darkgreen2-dark--hover,
.ag-btn-small-transparent--darkgreen2-dark--hover,
.ag-btn-big-transparent--darkgreen2-dark--hover,
.ag-btn-small-beige,
.ag-btn-big-beige,
.ag-btn-small-transparent--beige,
.ag-btn-big-transparent--beige,
.ag-btn-small-beige-dark,
.ag-btn-big-beige-dark,
.ag-btn-small-transparent--beige-dark,
.ag-btn-big-transparent--beige-dark,
.ag-btn-small-salmon,
.ag-btn-big-salmon,
.ag-btn-small-transparent--salmon,
.ag-btn-big-transparent--salmon,
.ag-btn-small-beige-dark--hover,
.ag-btn-big-beige-dark--hover,
.ag-btn-small-transparent--beige-dark--hover,
.ag-btn-big-transparent--beige-dark--hover,
.ag-btn-small-beige-medium-dark,
.ag-btn-big-beige-medium-dark,
.ag-btn-small-transparent--beige-medium-dark,
.ag-btn-big-transparent--beige-medium-dark,
.ag-btn-small-beige-medium,
.ag-btn-big-beige-medium,
.ag-btn-small-transparent--beige-medium,
.ag-btn-big-transparent--beige-medium,
.ag-btn-small-beige-medium-light,
.ag-btn-big-beige-medium-light,
.ag-btn-small-transparent--beige-medium-light,
.ag-btn-big-transparent--beige-medium-light,
.ag-btn-small-beige-light,
.ag-btn-big-beige-light,
.ag-btn-small-transparent--beige-light,
.ag-btn-big-transparent--beige-light,
.ag-btn-small-green-dark,
.ag-btn-big-green-dark,
.ag-btn-small-transparent--green-dark,
.ag-btn-big-transparent--green-dark,
.ag-btn-small-green-medium-dark,
.ag-btn-big-green-medium-dark,
.ag-btn-small-transparent--green-medium-dark,
.ag-btn-big-transparent--green-medium-dark,
.ag-btn-small-green-medium,
.ag-btn-big-green-medium,
.ag-btn-small-transparent--green-medium,
.ag-btn-big-transparent--green-medium,
.ag-btn-small-green-medium-light,
.ag-btn-big-green-medium-light,
.ag-btn-small-transparent--green-medium-light,
.ag-btn-big-transparent--green-medium-light,
.ag-btn-small-green-light,
.ag-btn-big-green-light,
.ag-btn-small-transparent--green-light,
.ag-btn-big-transparent--green-light,
.ag-btn-small-graphite-dark,
.ag-btn-big-graphite-dark,
.ag-btn-small-transparent--graphite-dark,
.ag-btn-big-transparent--graphite-dark,
.ag-btn-small-graphite-medium,
.ag-btn-big-graphite-medium,
.ag-btn-small-transparent--graphite-medium,
.ag-btn-big-transparent--graphite-medium,
.ag-btn-small-graphite-light,
.ag-btn-big-graphite-light,
.ag-btn-small-transparent--graphite-light,
.ag-btn-big-transparent--graphite-light,
.ag-btn-small-green2-dark,
.ag-btn-big-green2-dark,
.ag-btn-small-transparent--green2-dark,
.ag-btn-big-transparent--green2-dark,
.ag-btn-small-green2-medium,
.ag-btn-big-green2-medium,
.ag-btn-small-transparent--green2-medium,
.ag-btn-big-transparent--green2-medium,
.ag-btn-small-green2-light,
.ag-btn-big-green2-light,
.ag-btn-small-transparent--green2-light,
.ag-btn-big-transparent--green2-light,
.ag-btn-small-coral-dark,
.ag-btn-big-coral-dark,
.ag-btn-small-transparent--coral-dark,
.ag-btn-big-transparent--coral-dark,
.ag-btn-small-coral-medium,
.ag-btn-big-coral-medium,
.ag-btn-small-transparent--coral-medium,
.ag-btn-big-transparent--coral-medium,
.ag-btn-small-coral-light,
.ag-btn-big-coral-light,
.ag-btn-small-transparent--coral-light,
.ag-btn-big-transparent--coral-light,
.ag-btn-small-blue-dark,
.ag-btn-big-blue-dark,
.ag-btn-small-transparent--blue-dark,
.ag-btn-big-transparent--blue-dark,
.ag-btn-small-blue-medium,
.ag-btn-big-blue-medium,
.ag-btn-small-transparent--blue-medium,
.ag-btn-big-transparent--blue-medium,
.ag-btn-small-blue-light,
.ag-btn-big-blue-light,
.ag-btn-small-transparent--blue-light,
.ag-btn-big-transparent--blue-light,
.ag-btn-small-purple-dark,
.ag-btn-big-purple-dark,
.ag-btn-small-transparent--purple-dark,
.ag-btn-big-transparent--purple-dark,
.ag-btn-small-purple-medium,
.ag-btn-big-purple-medium,
.ag-btn-small-transparent--purple-medium,
.ag-btn-big-transparent--purple-medium,
.ag-btn-small-purple-light,
.ag-btn-big-purple-light,
.ag-btn-small-transparent--purple-light,
.ag-btn-big-transparent--purple-light,
.ag-btn-small-black,
.ag-btn-big-black,
.ag-btn-small-transparent--black,
.ag-btn-big-transparent--black,
.ag-btn-small-white,
.ag-btn-big-white,
.ag-btn-small-transparent--white,
.ag-btn-big-transparent--white,
.ag-btn-small-alert-red,
.ag-btn-big-alert-red,
.ag-btn-small-transparent--alert-red,
.ag-btn-big-transparent--alert-red,
.ag-btn-small-alert-red--hover,
.ag-btn-big-alert-red--hover,
.ag-btn-small-transparent--alert-red--hover,
.ag-btn-big-transparent--alert-red--hover,
.ag-btn-small-alert-green,
.ag-btn-big-alert-green,
.ag-btn-small-transparent--alert-green,
.ag-btn-big-transparent--alert-green,
.ag-btn-small-alert-green--hover,
.ag-btn-big-alert-green--hover,
.ag-btn-small-transparent--alert-green--hover,
.ag-btn-big-transparent--alert-green--hover,
.ag-btn-small-transparent--transparent,
.ag-btn-big-transparent--transparent,
.ag-btn-small-agora,
.ag-btn-big-agora,
.ag-btn-small-transparent--agora,
.ag-btn-big-transparent--agora,
.ag-btn-small-navy,
.ag-btn-big-navy,
.ag-btn-small-transparent--navy,
.ag-btn-big-transparent--navy,
.ag-btn-small-dark-navy,
.ag-btn-big-dark-navy,
.ag-btn-small-transparent--dark-navy,
.ag-btn-big-transparent--dark-navy,
.ag-btn-small-dark-navy-2,
.ag-btn-big-dark-navy-2,
.ag-btn-small-transparent--dark-navy-2,
.ag-btn-big-transparent--dark-navy-2,
.ag-btn-small-gray,
.ag-btn-big-gray,
.ag-btn-small-transparent--gray,
.ag-btn-big-transparent--gray,
.ag-btn-small-dark-gray,
.ag-btn-big-dark-gray,
.ag-btn-small-transparent--dark-gray,
.ag-btn-big-transparent--dark-gray,
.ag-btn-small-black-light,
.ag-btn-big-black-light,
.ag-btn-small-transparent--black-light,
.ag-btn-big-transparent--black-light,
.ag-btn-small-beige-hover,
.ag-btn-big-beige-hover,
.ag-btn-small-transparent--beige-hover,
.ag-btn-big-transparent--beige-hover,
.ag-btn-small-red,
.ag-btn-big-red,
.ag-btn-small-transparent--red,
.ag-btn-big-transparent--red,
.ag-btn-small-red-dark,
.ag-btn-big-red-dark,
.ag-btn-small-transparent--red-dark,
.ag-btn-big-transparent--red-dark,
.ag-btn-small-green,
.ag-btn-big-green,
.ag-btn-small-transparent--green,
.ag-btn-big-transparent--green,
.ag-btn-small-blue,
.ag-btn-big-blue,
.ag-btn-small-transparent--blue,
.ag-btn-big-transparent--blue,
.ag-btn-small-gray-button,
.ag-btn-big-gray-button,
.ag-btn-small-transparent--gray-button,
.ag-btn-big-transparent--gray-button,
.ag-btn-small-gray-button--hover,
.ag-btn-big-gray-button--hover,
.ag-btn-small-transparent--gray-button--hover,
.ag-btn-big-transparent--gray-button--hover,
.ag-btn-small-gray-text,
.ag-btn-big-gray-text,
.ag-btn-small-transparent--gray-text,
.ag-btn-big-transparent--gray-text,
.ag-btn-small-gray-text-dark,
.ag-btn-big-gray-text-dark,
.ag-btn-small-transparent--gray-text-dark,
.ag-btn-big-transparent--gray-text-dark,
.ag-btn-small-green-1,
.ag-btn-big-green-1,
.ag-btn-small-transparent--green-1,
.ag-btn-big-transparent--green-1,
.ag-btn-small-gray-1,
.ag-btn-big-gray-1,
.ag-btn-small-transparent--gray-1,
.ag-btn-big-transparent--gray-1,
.ag-btn-small-gray-2,
.ag-btn-big-gray-2,
.ag-btn-small-transparent--gray-2,
.ag-btn-big-transparent--gray-2,
.ag-btn-small-font-menu,
.ag-btn-big-font-menu,
.ag-btn-small-transparent--font-menu,
.ag-btn-big-transparent--font-menu,
.ag-btn-small-link-menu,
.ag-btn-big-link-menu,
.ag-btn-small-transparent--link-menu,
.ag-btn-big-transparent--link-menu {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-12,
    .tippy-tooltip.light-theme,
    .tippy-tooltip.transl-theme,
    .ag-text-smallest,
    .ag-text-b-u-smallest,
    .ag-btn-disabled,
    .ag-btn-simple,
    .ag-btn-small-gray-dark,
    .ag-btn-big-gray-dark,
    .ag-btn-small-transparent,
    .ag-btn-big-transparent,
    .ag-btn-small-transparent--gray-dark,
    .ag-btn-big-transparent--gray-dark,
    .ag-btn-small-gray-medium-dark,
    .ag-btn-big-gray-medium-dark,
    .ag-btn-small-transparent--gray-medium-dark,
    .ag-btn-big-transparent--gray-medium-dark,
    .ag-btn-small-gray-medium,
    .ag-btn-big-gray-medium,
    .ag-btn-small-transparent--gray-medium,
    .ag-btn-big-transparent--gray-medium,
    .ag-btn-small-gray-medium-light,
    .ag-btn-big-gray-medium-light,
    .ag-btn-small-transparent--gray-medium-light,
    .ag-btn-big-transparent--gray-medium-light,
    .ag-btn-small-gray-light,
    .ag-btn-big-gray-light,
    .ag-btn-small-transparent--gray-light,
    .ag-btn-big-transparent--gray-light,
    .ag-btn-small-gray-light2,
    .ag-btn-big-gray-light2,
    .ag-btn-small-transparent--gray-light2,
    .ag-btn-big-transparent--gray-light2,
    .ag-btn-small-gray-light3,
    .ag-btn-big-gray-light3,
    .ag-btn-small-transparent--gray-light3,
    .ag-btn-big-transparent--gray-light3,
    .ag-btn-small-gray-light4,
    .ag-btn-big-gray-light4,
    .ag-btn-small-transparent--gray-light4,
    .ag-btn-big-transparent--gray-light4,
    .ag-btn-small-gray-light5,
    .ag-btn-big-gray-light5,
    .ag-btn-small-transparent--gray-light5,
    .ag-btn-big-transparent--gray-light5,
    .ag-btn-small-gray-light6,
    .ag-btn-big-gray-light6,
    .ag-btn-small-transparent--gray-light6,
    .ag-btn-big-transparent--gray-light6,
    .ag-btn-small-darkgreen-dark,
    .ag-btn-big-darkgreen-dark,
    .ag-btn-small-transparent--darkgreen-dark,
    .ag-btn-big-transparent--darkgreen-dark,
    .ag-btn-small-darkgreen-medium-dark,
    .ag-btn-big-darkgreen-medium-dark,
    .ag-btn-small-transparent--darkgreen-medium-dark,
    .ag-btn-big-transparent--darkgreen-medium-dark,
    .ag-btn-small-darkgreen-medium,
    .ag-btn-big-darkgreen-medium,
    .ag-btn-small-transparent--darkgreen-medium,
    .ag-btn-big-transparent--darkgreen-medium,
    .ag-btn-small-darkgreen-medium-light,
    .ag-btn-big-darkgreen-medium-light,
    .ag-btn-small-transparent--darkgreen-medium-light,
    .ag-btn-big-transparent--darkgreen-medium-light,
    .ag-btn-small-darkgreen-light,
    .ag-btn-big-darkgreen-light,
    .ag-btn-small-transparent--darkgreen-light,
    .ag-btn-big-transparent--darkgreen-light,
    .ag-btn-small-darkgreen2-dark,
    .ag-btn-big-darkgreen2-dark,
    .ag-btn-small-transparent--darkgreen2-dark,
    .ag-btn-big-transparent--darkgreen2-dark,
    .ag-btn-small-darkgreen2-medium-dark,
    .ag-btn-big-darkgreen2-medium-dark,
    .ag-btn-small-transparent--darkgreen2-medium-dark,
    .ag-btn-big-transparent--darkgreen2-medium-dark,
    .ag-btn-small-darkgreen2-medium,
    .ag-btn-big-darkgreen2-medium,
    .ag-btn-small-transparent--darkgreen2-medium,
    .ag-btn-big-transparent--darkgreen2-medium,
    .ag-btn-small-darkgreen2-medium-light,
    .ag-btn-big-darkgreen2-medium-light,
    .ag-btn-small-transparent--darkgreen2-medium-light,
    .ag-btn-big-transparent--darkgreen2-medium-light,
    .ag-btn-small-darkgreen2-light,
    .ag-btn-big-darkgreen2-light,
    .ag-btn-small-transparent--darkgreen2-light,
    .ag-btn-big-transparent--darkgreen2-light,
    .ag-btn-small-darkgreen2-dark--hover,
    .ag-btn-big-darkgreen2-dark--hover,
    .ag-btn-small-transparent--darkgreen2-dark--hover,
    .ag-btn-big-transparent--darkgreen2-dark--hover,
    .ag-btn-small-beige,
    .ag-btn-big-beige,
    .ag-btn-small-transparent--beige,
    .ag-btn-big-transparent--beige,
    .ag-btn-small-beige-dark,
    .ag-btn-big-beige-dark,
    .ag-btn-small-transparent--beige-dark,
    .ag-btn-big-transparent--beige-dark,
    .ag-btn-small-salmon,
    .ag-btn-big-salmon,
    .ag-btn-small-transparent--salmon,
    .ag-btn-big-transparent--salmon,
    .ag-btn-small-beige-dark--hover,
    .ag-btn-big-beige-dark--hover,
    .ag-btn-small-transparent--beige-dark--hover,
    .ag-btn-big-transparent--beige-dark--hover,
    .ag-btn-small-beige-medium-dark,
    .ag-btn-big-beige-medium-dark,
    .ag-btn-small-transparent--beige-medium-dark,
    .ag-btn-big-transparent--beige-medium-dark,
    .ag-btn-small-beige-medium,
    .ag-btn-big-beige-medium,
    .ag-btn-small-transparent--beige-medium,
    .ag-btn-big-transparent--beige-medium,
    .ag-btn-small-beige-medium-light,
    .ag-btn-big-beige-medium-light,
    .ag-btn-small-transparent--beige-medium-light,
    .ag-btn-big-transparent--beige-medium-light,
    .ag-btn-small-beige-light,
    .ag-btn-big-beige-light,
    .ag-btn-small-transparent--beige-light,
    .ag-btn-big-transparent--beige-light,
    .ag-btn-small-green-dark,
    .ag-btn-big-green-dark,
    .ag-btn-small-transparent--green-dark,
    .ag-btn-big-transparent--green-dark,
    .ag-btn-small-green-medium-dark,
    .ag-btn-big-green-medium-dark,
    .ag-btn-small-transparent--green-medium-dark,
    .ag-btn-big-transparent--green-medium-dark,
    .ag-btn-small-green-medium,
    .ag-btn-big-green-medium,
    .ag-btn-small-transparent--green-medium,
    .ag-btn-big-transparent--green-medium,
    .ag-btn-small-green-medium-light,
    .ag-btn-big-green-medium-light,
    .ag-btn-small-transparent--green-medium-light,
    .ag-btn-big-transparent--green-medium-light,
    .ag-btn-small-green-light,
    .ag-btn-big-green-light,
    .ag-btn-small-transparent--green-light,
    .ag-btn-big-transparent--green-light,
    .ag-btn-small-graphite-dark,
    .ag-btn-big-graphite-dark,
    .ag-btn-small-transparent--graphite-dark,
    .ag-btn-big-transparent--graphite-dark,
    .ag-btn-small-graphite-medium,
    .ag-btn-big-graphite-medium,
    .ag-btn-small-transparent--graphite-medium,
    .ag-btn-big-transparent--graphite-medium,
    .ag-btn-small-graphite-light,
    .ag-btn-big-graphite-light,
    .ag-btn-small-transparent--graphite-light,
    .ag-btn-big-transparent--graphite-light,
    .ag-btn-small-green2-dark,
    .ag-btn-big-green2-dark,
    .ag-btn-small-transparent--green2-dark,
    .ag-btn-big-transparent--green2-dark,
    .ag-btn-small-green2-medium,
    .ag-btn-big-green2-medium,
    .ag-btn-small-transparent--green2-medium,
    .ag-btn-big-transparent--green2-medium,
    .ag-btn-small-green2-light,
    .ag-btn-big-green2-light,
    .ag-btn-small-transparent--green2-light,
    .ag-btn-big-transparent--green2-light,
    .ag-btn-small-coral-dark,
    .ag-btn-big-coral-dark,
    .ag-btn-small-transparent--coral-dark,
    .ag-btn-big-transparent--coral-dark,
    .ag-btn-small-coral-medium,
    .ag-btn-big-coral-medium,
    .ag-btn-small-transparent--coral-medium,
    .ag-btn-big-transparent--coral-medium,
    .ag-btn-small-coral-light,
    .ag-btn-big-coral-light,
    .ag-btn-small-transparent--coral-light,
    .ag-btn-big-transparent--coral-light,
    .ag-btn-small-blue-dark,
    .ag-btn-big-blue-dark,
    .ag-btn-small-transparent--blue-dark,
    .ag-btn-big-transparent--blue-dark,
    .ag-btn-small-blue-medium,
    .ag-btn-big-blue-medium,
    .ag-btn-small-transparent--blue-medium,
    .ag-btn-big-transparent--blue-medium,
    .ag-btn-small-blue-light,
    .ag-btn-big-blue-light,
    .ag-btn-small-transparent--blue-light,
    .ag-btn-big-transparent--blue-light,
    .ag-btn-small-purple-dark,
    .ag-btn-big-purple-dark,
    .ag-btn-small-transparent--purple-dark,
    .ag-btn-big-transparent--purple-dark,
    .ag-btn-small-purple-medium,
    .ag-btn-big-purple-medium,
    .ag-btn-small-transparent--purple-medium,
    .ag-btn-big-transparent--purple-medium,
    .ag-btn-small-purple-light,
    .ag-btn-big-purple-light,
    .ag-btn-small-transparent--purple-light,
    .ag-btn-big-transparent--purple-light,
    .ag-btn-small-black,
    .ag-btn-big-black,
    .ag-btn-small-transparent--black,
    .ag-btn-big-transparent--black,
    .ag-btn-small-white,
    .ag-btn-big-white,
    .ag-btn-small-transparent--white,
    .ag-btn-big-transparent--white,
    .ag-btn-small-alert-red,
    .ag-btn-big-alert-red,
    .ag-btn-small-transparent--alert-red,
    .ag-btn-big-transparent--alert-red,
    .ag-btn-small-alert-red--hover,
    .ag-btn-big-alert-red--hover,
    .ag-btn-small-transparent--alert-red--hover,
    .ag-btn-big-transparent--alert-red--hover,
    .ag-btn-small-alert-green,
    .ag-btn-big-alert-green,
    .ag-btn-small-transparent--alert-green,
    .ag-btn-big-transparent--alert-green,
    .ag-btn-small-alert-green--hover,
    .ag-btn-big-alert-green--hover,
    .ag-btn-small-transparent--alert-green--hover,
    .ag-btn-big-transparent--alert-green--hover,
    .ag-btn-small-transparent--transparent,
    .ag-btn-big-transparent--transparent,
    .ag-btn-small-agora,
    .ag-btn-big-agora,
    .ag-btn-small-transparent--agora,
    .ag-btn-big-transparent--agora,
    .ag-btn-small-navy,
    .ag-btn-big-navy,
    .ag-btn-small-transparent--navy,
    .ag-btn-big-transparent--navy,
    .ag-btn-small-dark-navy,
    .ag-btn-big-dark-navy,
    .ag-btn-small-transparent--dark-navy,
    .ag-btn-big-transparent--dark-navy,
    .ag-btn-small-dark-navy-2,
    .ag-btn-big-dark-navy-2,
    .ag-btn-small-transparent--dark-navy-2,
    .ag-btn-big-transparent--dark-navy-2,
    .ag-btn-small-gray,
    .ag-btn-big-gray,
    .ag-btn-small-transparent--gray,
    .ag-btn-big-transparent--gray,
    .ag-btn-small-dark-gray,
    .ag-btn-big-dark-gray,
    .ag-btn-small-transparent--dark-gray,
    .ag-btn-big-transparent--dark-gray,
    .ag-btn-small-black-light,
    .ag-btn-big-black-light,
    .ag-btn-small-transparent--black-light,
    .ag-btn-big-transparent--black-light,
    .ag-btn-small-beige-hover,
    .ag-btn-big-beige-hover,
    .ag-btn-small-transparent--beige-hover,
    .ag-btn-big-transparent--beige-hover,
    .ag-btn-small-red,
    .ag-btn-big-red,
    .ag-btn-small-transparent--red,
    .ag-btn-big-transparent--red,
    .ag-btn-small-red-dark,
    .ag-btn-big-red-dark,
    .ag-btn-small-transparent--red-dark,
    .ag-btn-big-transparent--red-dark,
    .ag-btn-small-green,
    .ag-btn-big-green,
    .ag-btn-small-transparent--green,
    .ag-btn-big-transparent--green,
    .ag-btn-small-blue,
    .ag-btn-big-blue,
    .ag-btn-small-transparent--blue,
    .ag-btn-big-transparent--blue,
    .ag-btn-small-gray-button,
    .ag-btn-big-gray-button,
    .ag-btn-small-transparent--gray-button,
    .ag-btn-big-transparent--gray-button,
    .ag-btn-small-gray-button--hover,
    .ag-btn-big-gray-button--hover,
    .ag-btn-small-transparent--gray-button--hover,
    .ag-btn-big-transparent--gray-button--hover,
    .ag-btn-small-gray-text,
    .ag-btn-big-gray-text,
    .ag-btn-small-transparent--gray-text,
    .ag-btn-big-transparent--gray-text,
    .ag-btn-small-gray-text-dark,
    .ag-btn-big-gray-text-dark,
    .ag-btn-small-transparent--gray-text-dark,
    .ag-btn-big-transparent--gray-text-dark,
    .ag-btn-small-green-1,
    .ag-btn-big-green-1,
    .ag-btn-small-transparent--green-1,
    .ag-btn-big-transparent--green-1,
    .ag-btn-small-gray-1,
    .ag-btn-big-gray-1,
    .ag-btn-small-transparent--gray-1,
    .ag-btn-big-transparent--gray-1,
    .ag-btn-small-gray-2,
    .ag-btn-big-gray-2,
    .ag-btn-small-transparent--gray-2,
    .ag-btn-big-transparent--gray-2,
    .ag-btn-small-font-menu,
    .ag-btn-big-font-menu,
    .ag-btn-small-transparent--font-menu,
    .ag-btn-big-transparent--font-menu,
    .ag-btn-small-link-menu,
    .ag-btn-big-link-menu,
    .ag-btn-small-transparent--link-menu,
    .ag-btn-big-transparent--link-menu {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-13 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-13 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-15,
.ag-text-b-u-small,
.ag-text-small,
.ag-text-b-small {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-15,
    .ag-text-b-u-small,
    .ag-text-small,
    .ag-text-b-small {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-16 {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-16 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-18,
.ag-title-small,
.ag-title-b-small,
.ag-text-medium,
.ag-text-b-medium {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-18,
    .ag-title-small,
    .ag-title-b-small,
    .ag-text-medium,
    .ag-text-b-medium {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-20 {
    font-size: 2rem;
    line-height: 2.4rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-20 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-24,
.ag-title-b-medium-small {
    font-size: 2.4rem;
    line-height: 2.8rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-24,
    .ag-title-b-medium-small {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-28,
.ag-title-medium,
.ag-text-big {
    font-size: 2.8rem;
    line-height: 3.2rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-28,
    .ag-title-medium,
    .ag-text-big {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-35,
.ag-title-b-medium,
.ag-title-big {
    font-size: 3.5rem;
    line-height: 3.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-35,
    .ag-title-b-medium,
    .ag-title-big {
        font-size: 5rem;
        line-height: 5.4rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-44 {
    font-size: 4.4rem;
    line-height: 4.8rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-44 {
        font-size: 4.4rem;
        line-height: 4.8rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-50,
.ag-title-b-big,
.ag-title-b-u-big {
    font-size: 5rem;
    line-height: 5.4rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-50,
    .ag-title-b-big,
    .ag-title-b-u-big {
        font-size: 7rem;
        line-height: 7.4rem;
    }
}


/* line 137, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    max-width: 21rem;
    padding: 1.5rem;
    text-decoration: none;
    color: #09282a;
    border-color: #09282a;
    font-size: 1.2rem;
    cursor: pointer;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple a {
    text-decoration: none;
}


/* line 148, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple[disabled] {
    opacity: 0.4;
    cursor: default;
}

@media only screen and (min-width: 1200px) {
    /* line 137, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple {
        max-width: 21rem;
        padding: 1.5rem;
        font-size: 1.2rem;
    }
    /* line 157, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple:hover:not([disabled]) {
        opacity: 0.7;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-dark {
    background-color: #a1a0a6;
    border-color: #a1a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a1a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a1a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #a1a0a6;
    border-color: #a1a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark a {
    color: #a1a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-dark:hover {
        background-color: #a1a0a6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-dark--active {
    background-color: #a1a0a6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #a1a0a6;
    border-color: #a1a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-dark:hover {
        background-color: #a1a0a6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-medium-dark {
    background-color: #b4b3b8;
    border-color: #b4b3b8;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b4b3b8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b4b3b8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b4b3b8;
    border-color: #b4b3b8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark a {
    color: #b4b3b8;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-dark:hover {
        background-color: #b4b3b8;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-dark--active {
    background-color: #b4b3b8;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b4b3b8;
    border-color: #b4b3b8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-dark:hover {
        background-color: #b4b3b8;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-medium {
    background-color: #c7c6ca;
    border-color: #c7c6ca;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c7c6ca;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c7c6ca;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c7c6ca;
    border-color: #c7c6ca;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium a {
    color: #c7c6ca;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium:hover {
        background-color: #c7c6ca;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium--active {
    background-color: #c7c6ca;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c7c6ca;
    border-color: #c7c6ca;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium:hover {
        background-color: #c7c6ca;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-medium-light {
    background-color: #d9d9db;
    border-color: #d9d9db;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d9d9db;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d9d9db;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d9d9db;
    border-color: #d9d9db;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light a {
    color: #d9d9db;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-light:hover {
        background-color: #d9d9db;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-light--active {
    background-color: #d9d9db;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d9d9db;
    border-color: #d9d9db;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-light:hover {
        background-color: #d9d9db;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light {
    background-color: #ececed;
    border-color: #ececed;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ececed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ececed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ececed;
    border-color: #ececed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light a {
    color: #ececed;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light:hover {
        background-color: #ececed;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light--active {
    background-color: #ececed;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ececed;
    border-color: #ececed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light:hover {
        background-color: #ececed;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light2 {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light2:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcfcfc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcfcfc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light2 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fcfcfc;
    border-color: #fcfcfc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2 a {
    color: #fcfcfc;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light2:hover {
        background-color: #fcfcfc;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light2:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light2--active {
    background-color: #fcfcfc;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light2--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fcfcfc;
    border-color: #fcfcfc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light2 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light2:hover {
        background-color: #fcfcfc;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light3 {
    background-color: #f5f5f6;
    border-color: #f5f5f6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light3:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light3 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f5f5f6;
    border-color: #f5f5f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3 a {
    color: #f5f5f6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light3:hover {
        background-color: #f5f5f6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light3:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light3--active {
    background-color: #f5f5f6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light3--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f5f5f6;
    border-color: #f5f5f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light3 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light3:hover {
        background-color: #f5f5f6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light4 {
    background-color: #fff5ee;
    border-color: #fff5ee;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light4:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff5ee;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff5ee;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light4 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff5ee;
    border-color: #fff5ee;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4 a {
    color: #fff5ee;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light4:hover {
        background-color: #fff5ee;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light4:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light4--active {
    background-color: #fff5ee;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light4--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fff5ee;
    border-color: #fff5ee;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light4 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light4:hover {
        background-color: #fff5ee;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light5 {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light5:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light5 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f5f5f5;
    border-color: #f5f5f5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5 a {
    color: #f5f5f5;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light5:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light5:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light5--active {
    background-color: #f5f5f5;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light5--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f5f5f5;
    border-color: #f5f5f5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light5 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light5:hover {
        background-color: #f5f5f5;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light6 {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light6:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f7f7f7;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f7f7f7;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light6 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f7f7f7;
    border-color: #f7f7f7;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6 a {
    color: #f7f7f7;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light6:hover {
        background-color: #f7f7f7;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light6:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light6--active {
    background-color: #f7f7f7;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light6--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f7f7f7;
    border-color: #f7f7f7;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light6 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light6:hover {
        background-color: #f7f7f7;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-dark {
    background-color: #09282a;
    border-color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark a {
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-dark:hover {
        background-color: #09282a;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-dark--active {
    background-color: #09282a;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-dark:hover {
        background-color: #09282a;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-medium-dark {
    background-color: #3a5355;
    border-color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark a {
    color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-dark:hover {
        background-color: #3a5355;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-dark--active {
    background-color: #3a5355;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-dark:hover {
        background-color: #3a5355;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-medium {
    background-color: #6b7e7f;
    border-color: #6b7e7f;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6b7e7f;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6b7e7f;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #6b7e7f;
    border-color: #6b7e7f;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium a {
    color: #6b7e7f;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium:hover {
        background-color: #6b7e7f;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium--active {
    background-color: #6b7e7f;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #6b7e7f;
    border-color: #6b7e7f;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium:hover {
        background-color: #6b7e7f;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-medium-light {
    background-color: #9da9aa;
    border-color: #9da9aa;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9da9aa;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9da9aa;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9da9aa;
    border-color: #9da9aa;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light a {
    color: #9da9aa;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-light:hover {
        background-color: #9da9aa;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-light--active {
    background-color: #9da9aa;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9da9aa;
    border-color: #9da9aa;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-light:hover {
        background-color: #9da9aa;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-light {
    background-color: #b5bebf;
    border-color: #b5bebf;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b5bebf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b5bebf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b5bebf;
    border-color: #b5bebf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light a {
    color: #b5bebf;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-light:hover {
        background-color: #b5bebf;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-light--active {
    background-color: #b5bebf;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b5bebf;
    border-color: #b5bebf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-light:hover {
        background-color: #b5bebf;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-dark {
    background-color: #0e3c40;
    border-color: #0e3c40;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #0e3c40;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #0e3c40;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #0e3c40;
    border-color: #0e3c40;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark a {
    color: #0e3c40;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark:hover {
        background-color: #0e3c40;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--active {
    background-color: #0e3c40;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #0e3c40;
    border-color: #0e3c40;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark:hover {
        background-color: #0e3c40;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-medium-dark {
    background-color: #3e6366;
    border-color: #3e6366;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3e6366;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3e6366;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3e6366;
    border-color: #3e6366;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark a {
    color: #3e6366;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-dark:hover {
        background-color: #3e6366;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-dark--active {
    background-color: #3e6366;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3e6366;
    border-color: #3e6366;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-dark:hover {
        background-color: #3e6366;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-medium {
    background-color: #6e8a8c;
    border-color: #6e8a8c;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6e8a8c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6e8a8c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #6e8a8c;
    border-color: #6e8a8c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium a {
    color: #6e8a8c;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium:hover {
        background-color: #6e8a8c;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium--active {
    background-color: #6e8a8c;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #6e8a8c;
    border-color: #6e8a8c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium:hover {
        background-color: #6e8a8c;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-medium-light {
    background-color: #9fb1b3;
    border-color: #9fb1b3;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9fb1b3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9fb1b3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9fb1b3;
    border-color: #9fb1b3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light a {
    color: #9fb1b3;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-light:hover {
        background-color: #9fb1b3;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-light--active {
    background-color: #9fb1b3;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9fb1b3;
    border-color: #9fb1b3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-light:hover {
        background-color: #9fb1b3;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-light {
    background-color: #b6c4c5;
    border-color: #b6c4c5;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6c4c5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6c4c5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6c4c5;
    border-color: #b6c4c5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light a {
    color: #b6c4c5;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-light:hover {
        background-color: #b6c4c5;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-light--active {
    background-color: #b6c4c5;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6c4c5;
    border-color: #b6c4c5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-light:hover {
        background-color: #b6c4c5;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-dark--hover {
    background-color: #3a5355;
    border-color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-dark--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark--hover a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover a {
    color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark--hover:hover {
        background-color: #3a5355;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark--hover:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--hover--active {
    background-color: #3a5355;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--hover--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark--hover:hover {
        background-color: #3a5355;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige {
    background-color: #ffcda9;
    border-color: #ffcda9;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffcda9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffcda9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffcda9;
    border-color: #ffcda9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige a {
    color: #ffcda9;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige:hover {
        background-color: #ffcda9;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige--active {
    background-color: #ffcda9;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffcda9;
    border-color: #ffcda9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige:hover {
        background-color: #ffcda9;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-dark {
    background-color: #ffcda9;
    border-color: #ffcda9;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffcda9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffcda9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffcda9;
    border-color: #ffcda9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark a {
    color: #ffcda9;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark:hover {
        background-color: #ffcda9;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--active {
    background-color: #ffcda9;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffcda9;
    border-color: #ffcda9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark:hover {
        background-color: #ffcda9;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--salmon {
    background-color: #fccdac;
    border-color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--salmon:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-salmon a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon a {
    color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--salmon:hover {
        background-color: #fccdac;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--salmon:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-salmon--active {
    background-color: #fccdac;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-salmon--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--salmon a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--salmon:hover {
        background-color: #fccdac;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-dark--hover {
    background-color: #ffe1cb;
    border-color: #ffe1cb;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-dark--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffe1cb;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffe1cb;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark--hover a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffe1cb;
    border-color: #ffe1cb;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover a {
    color: #ffe1cb;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark--hover:hover {
        background-color: #ffe1cb;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark--hover:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--hover--active {
    background-color: #ffe1cb;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--hover--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffe1cb;
    border-color: #ffe1cb;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark--hover:hover {
        background-color: #ffe1cb;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-medium-dark {
    background-color: #ffd7ba;
    border-color: #ffd7ba;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffd7ba;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffd7ba;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffd7ba;
    border-color: #ffd7ba;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark a {
    color: #ffd7ba;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-dark:hover {
        background-color: #ffd7ba;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-dark--active {
    background-color: #ffd7ba;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffd7ba;
    border-color: #ffd7ba;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-dark:hover {
        background-color: #ffd7ba;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-medium {
    background-color: #ffe1cb;
    border-color: #ffe1cb;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffe1cb;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffe1cb;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffe1cb;
    border-color: #ffe1cb;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium a {
    color: #ffe1cb;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium:hover {
        background-color: #ffe1cb;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium--active {
    background-color: #ffe1cb;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffe1cb;
    border-color: #ffe1cb;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium:hover {
        background-color: #ffe1cb;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-medium-light {
    background-color: #ffebdd;
    border-color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light a {
    color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-light:hover {
        background-color: #ffebdd;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-light--active {
    background-color: #ffebdd;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-light:hover {
        background-color: #ffebdd;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-light {
    background-color: #fff5ee;
    border-color: #fff5ee;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff5ee;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff5ee;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff5ee;
    border-color: #fff5ee;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light a {
    color: #fff5ee;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-light:hover {
        background-color: #fff5ee;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-light--active {
    background-color: #fff5ee;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fff5ee;
    border-color: #fff5ee;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-light:hover {
        background-color: #fff5ee;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-dark {
    background-color: #b6e2d3;
    border-color: #b6e2d3;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6e2d3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6e2d3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6e2d3;
    border-color: #b6e2d3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark a {
    color: #b6e2d3;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-dark:hover {
        background-color: #b6e2d3;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-dark--active {
    background-color: #b6e2d3;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6e2d3;
    border-color: #b6e2d3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-dark:hover {
        background-color: #b6e2d3;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-medium-dark {
    background-color: #c5e8dc;
    border-color: #c5e8dc;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c5e8dc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c5e8dc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c5e8dc;
    border-color: #c5e8dc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark a {
    color: #c5e8dc;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-dark:hover {
        background-color: #c5e8dc;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-dark--active {
    background-color: #c5e8dc;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c5e8dc;
    border-color: #c5e8dc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-dark:hover {
        background-color: #c5e8dc;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-medium {
    background-color: #d3eee5;
    border-color: #d3eee5;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d3eee5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d3eee5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d3eee5;
    border-color: #d3eee5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium a {
    color: #d3eee5;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium:hover {
        background-color: #d3eee5;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium--active {
    background-color: #d3eee5;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d3eee5;
    border-color: #d3eee5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium:hover {
        background-color: #d3eee5;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-medium-light {
    background-color: #e2f3ed;
    border-color: #e2f3ed;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e2f3ed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e2f3ed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e2f3ed;
    border-color: #e2f3ed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light a {
    color: #e2f3ed;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-light:hover {
        background-color: #e2f3ed;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-light--active {
    background-color: #e2f3ed;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e2f3ed;
    border-color: #e2f3ed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-light:hover {
        background-color: #e2f3ed;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-light {
    background-color: #f0f9f6;
    border-color: #f0f9f6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0f9f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0f9f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f0f9f6;
    border-color: #f0f9f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light a {
    color: #f0f9f6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-light:hover {
        background-color: #f0f9f6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-light--active {
    background-color: #f0f9f6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f0f9f6;
    border-color: #f0f9f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-light:hover {
        background-color: #f0f9f6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--graphite-dark {
    background-color: #686465;
    border-color: #686465;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--graphite-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #686465;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #686465;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #686465;
    border-color: #686465;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark a {
    color: #686465;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-dark:hover {
        background-color: #686465;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-dark--active {
    background-color: #686465;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #686465;
    border-color: #686465;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-dark:hover {
        background-color: #686465;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--graphite-medium {
    background-color: #868384;
    border-color: #868384;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--graphite-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #868384;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #868384;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #868384;
    border-color: #868384;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium a {
    color: #868384;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-medium:hover {
        background-color: #868384;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-medium--active {
    background-color: #868384;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #868384;
    border-color: #868384;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-medium:hover {
        background-color: #868384;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--graphite-light {
    background-color: #b6b5b5;
    border-color: #b6b5b5;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--graphite-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6b5b5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6b5b5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6b5b5;
    border-color: #b6b5b5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light a {
    color: #b6b5b5;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-light:hover {
        background-color: #b6b5b5;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-light--active {
    background-color: #b6b5b5;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6b5b5;
    border-color: #b6b5b5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-light:hover {
        background-color: #b6b5b5;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green2-dark {
    background-color: #51ccae;
    border-color: #51ccae;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green2-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #51ccae;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #51ccae;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #51ccae;
    border-color: #51ccae;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark a {
    color: #51ccae;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-dark:hover {
        background-color: #51ccae;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-dark--active {
    background-color: #51ccae;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #51ccae;
    border-color: #51ccae;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-dark:hover {
        background-color: #51ccae;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green2-medium {
    background-color: #74d6be;
    border-color: #74d6be;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green2-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #74d6be;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #74d6be;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #74d6be;
    border-color: #74d6be;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium a {
    color: #74d6be;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-medium:hover {
        background-color: #74d6be;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-medium--active {
    background-color: #74d6be;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #74d6be;
    border-color: #74d6be;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-medium:hover {
        background-color: #74d6be;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green2-light {
    background-color: #ace6d8;
    border-color: #ace6d8;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green2-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ace6d8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ace6d8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ace6d8;
    border-color: #ace6d8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light a {
    color: #ace6d8;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-light:hover {
        background-color: #ace6d8;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-light--active {
    background-color: #ace6d8;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ace6d8;
    border-color: #ace6d8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-light:hover {
        background-color: #ace6d8;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--coral-dark {
    background-color: #ff7559;
    border-color: #ff7559;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--coral-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff7559;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff7559;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ff7559;
    border-color: #ff7559;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark a {
    color: #ff7559;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-dark:hover {
        background-color: #ff7559;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-dark--active {
    background-color: #ff7559;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ff7559;
    border-color: #ff7559;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-dark:hover {
        background-color: #ff7559;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--coral-medium {
    background-color: #ff917a;
    border-color: #ff917a;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--coral-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff917a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff917a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ff917a;
    border-color: #ff917a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium a {
    color: #ff917a;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-medium:hover {
        background-color: #ff917a;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-medium--active {
    background-color: #ff917a;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ff917a;
    border-color: #ff917a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-medium:hover {
        background-color: #ff917a;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--coral-light {
    background-color: #ffbdaf;
    border-color: #ffbdaf;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--coral-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffbdaf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffbdaf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffbdaf;
    border-color: #ffbdaf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light a {
    color: #ffbdaf;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-light:hover {
        background-color: #ffbdaf;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-light--active {
    background-color: #ffbdaf;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffbdaf;
    border-color: #ffbdaf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-light:hover {
        background-color: #ffbdaf;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-dark {
    background-color: #8fd3df;
    border-color: #8fd3df;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8fd3df;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8fd3df;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8fd3df;
    border-color: #8fd3df;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark a {
    color: #8fd3df;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-dark:hover {
        background-color: #8fd3df;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-dark--active {
    background-color: #8fd3df;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8fd3df;
    border-color: #8fd3df;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-dark:hover {
        background-color: #8fd3df;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-medium {
    background-color: #b1e0e8;
    border-color: #b1e0e8;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1e0e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1e0e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b1e0e8;
    border-color: #b1e0e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium a {
    color: #b1e0e8;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-medium:hover {
        background-color: #b1e0e8;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-medium--active {
    background-color: #b1e0e8;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b1e0e8;
    border-color: #b1e0e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-medium:hover {
        background-color: #b1e0e8;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-light {
    background-color: #d0ecf1;
    border-color: #d0ecf1;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d0ecf1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d0ecf1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d0ecf1;
    border-color: #d0ecf1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light a {
    color: #d0ecf1;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-light:hover {
        background-color: #d0ecf1;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-light--active {
    background-color: #d0ecf1;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d0ecf1;
    border-color: #d0ecf1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-light:hover {
        background-color: #d0ecf1;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--purple-dark {
    background-color: #b1b6f9;
    border-color: #b1b6f9;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--purple-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b6f9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b6f9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b1b6f9;
    border-color: #b1b6f9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark a {
    color: #b1b6f9;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-dark:hover {
        background-color: #b1b6f9;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-dark--active {
    background-color: #b1b6f9;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b1b6f9;
    border-color: #b1b6f9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-dark:hover {
        background-color: #b1b6f9;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--purple-medium {
    background-color: #d1d5ff;
    border-color: #d1d5ff;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--purple-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d1d5ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d1d5ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-medium a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d1d5ff;
    border-color: #d1d5ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium a {
    color: #d1d5ff;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-medium:hover {
        background-color: #d1d5ff;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-medium:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-medium--active {
    background-color: #d1d5ff;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-medium--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d1d5ff;
    border-color: #d1d5ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-medium:hover {
        background-color: #d1d5ff;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--purple-light {
    background-color: #e3e6ff;
    border-color: #e3e6ff;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--purple-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e3e6ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e3e6ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e3e6ff;
    border-color: #e3e6ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light a {
    color: #e3e6ff;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-light:hover {
        background-color: #e3e6ff;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-light--active {
    background-color: #e3e6ff;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e3e6ff;
    border-color: #e3e6ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-light:hover {
        background-color: #e3e6ff;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--black {
    background-color: #000;
    border-color: #000;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--black:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #000;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #000;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #000;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black a {
    color: #000;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black:hover {
        background-color: #000;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black--active {
    background-color: #000;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #000;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black:hover {
        background-color: #000;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--white {
    background-color: #fff;
    border-color: #fff;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--white:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-white a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white a {
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--white:hover {
        background-color: #fff;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--white:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-white--active {
    background-color: #fff;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-white--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fff;
    border-color: #fff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--white a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--white:hover {
        background-color: #fff;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-red {
    background-color: #e37a7a;
    border-color: #e37a7a;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-red:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e37a7a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e37a7a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e37a7a;
    border-color: #e37a7a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red a {
    color: #e37a7a;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red:hover {
        background-color: #e37a7a;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--active {
    background-color: #e37a7a;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e37a7a;
    border-color: #e37a7a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red:hover {
        background-color: #e37a7a;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-red--hover {
    background-color: #8b5959;
    border-color: #8b5959;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-red--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b5959;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b5959;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red--hover a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8b5959;
    border-color: #8b5959;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover a {
    color: #8b5959;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red--hover:hover {
        background-color: #8b5959;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red--hover:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--hover--active {
    background-color: #8b5959;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--hover--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8b5959;
    border-color: #8b5959;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red--hover:hover {
        background-color: #8b5959;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-green {
    background-color: #5ba976;
    border-color: #5ba976;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-green:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #5ba976;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #5ba976;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #5ba976;
    border-color: #5ba976;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green a {
    color: #5ba976;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green:hover {
        background-color: #5ba976;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--active {
    background-color: #5ba976;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #5ba976;
    border-color: #5ba976;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green:hover {
        background-color: #5ba976;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-green--hover {
    background-color: #9dcbad;
    border-color: #9dcbad;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-green--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9dcbad;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9dcbad;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green--hover a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9dcbad;
    border-color: #9dcbad;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover a {
    color: #9dcbad;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green--hover:hover {
        background-color: #9dcbad;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green--hover:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--hover--active {
    background-color: #9dcbad;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--hover--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9dcbad;
    border-color: #9dcbad;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green--hover:hover {
        background-color: #9dcbad;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--transparent {
    background-color: transparent;
    border-color: transparent;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--transparent:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: transparent;
    border-color: transparent;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent a {
    color: transparent;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--transparent:hover {
        background-color: transparent;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--transparent:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-transparent--active {
    background-color: transparent;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-transparent--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: transparent;
    border-color: transparent;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--transparent:hover {
        background-color: transparent;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--agora {
    background-color: #12142a;
    border-color: #12142a;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--agora:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #12142a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #12142a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-agora a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #12142a;
    border-color: #12142a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora a {
    color: #12142a;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--agora:hover {
        background-color: #12142a;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--agora:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-agora--active {
    background-color: #12142a;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-agora--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #12142a;
    border-color: #12142a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--agora a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--agora:hover {
        background-color: #12142a;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--navy {
    background-color: #152e52;
    border-color: #152e52;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--navy:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #152e52;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #152e52;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-navy a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #152e52;
    border-color: #152e52;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy a {
    color: #152e52;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--navy:hover {
        background-color: #152e52;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--navy:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-navy--active {
    background-color: #152e52;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-navy--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #152e52;
    border-color: #152e52;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--navy a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--navy:hover {
        background-color: #152e52;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--dark-navy {
    background-color: #09282a;
    border-color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--dark-navy:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy a {
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy:hover {
        background-color: #09282a;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy--active {
    background-color: #09282a;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy:hover {
        background-color: #09282a;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--dark-navy-2 {
    background-color: #353749;
    border-color: #353749;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--dark-navy-2:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #353749;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #353749;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy-2 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #353749;
    border-color: #353749;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2 a {
    color: #353749;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy-2:hover {
        background-color: #353749;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy-2:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy-2--active {
    background-color: #353749;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy-2--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #353749;
    border-color: #353749;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy-2 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy-2:hover {
        background-color: #353749;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e6e6e6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e6e6e6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e6e6e6;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray a {
    color: #e6e6e6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray:hover {
        background-color: #e6e6e6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray--active {
    background-color: #e6e6e6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e6e6e6;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray:hover {
        background-color: #e6e6e6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--dark-gray {
    background-color: #b0b1b6;
    border-color: #b0b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--dark-gray:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b0b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b0b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-gray a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b0b1b6;
    border-color: #b0b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray a {
    color: #b0b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-gray:hover {
        background-color: #b0b1b6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-gray:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-gray--active {
    background-color: #b0b1b6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-gray--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b0b1b6;
    border-color: #b0b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-gray a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-gray:hover {
        background-color: #b0b1b6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--black-light {
    background-color: #494b5c;
    border-color: #494b5c;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--black-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #494b5c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #494b5c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black-light a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #494b5c;
    border-color: #494b5c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light a {
    color: #494b5c;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black-light:hover {
        background-color: #494b5c;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black-light:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black-light--active {
    background-color: #494b5c;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black-light--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #494b5c;
    border-color: #494b5c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black-light:hover {
        background-color: #494b5c;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-hover {
    background-color: #f0c185;
    border-color: #f0c185;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0c185;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0c185;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-hover a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f0c185;
    border-color: #f0c185;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover a {
    color: #f0c185;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-hover:hover {
        background-color: #f0c185;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-hover:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-hover--active {
    background-color: #f0c185;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-hover--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f0c185;
    border-color: #f0c185;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-hover:hover {
        background-color: #f0c185;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--red {
    background-color: #f31545;
    border-color: #f31545;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--red:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f31545;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f31545;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f31545;
    border-color: #f31545;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red a {
    color: #f31545;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red:hover {
        background-color: #f31545;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red--active {
    background-color: #f31545;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f31545;
    border-color: #f31545;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red:hover {
        background-color: #f31545;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--red-dark {
    background-color: #572c2c;
    border-color: #572c2c;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--red-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #572c2c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #572c2c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #572c2c;
    border-color: #572c2c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark a {
    color: #572c2c;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red-dark:hover {
        background-color: #572c2c;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red-dark--active {
    background-color: #572c2c;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #572c2c;
    border-color: #572c2c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red-dark:hover {
        background-color: #572c2c;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green {
    background-color: #94c800;
    border-color: #94c800;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #94c800;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #94c800;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #94c800;
    border-color: #94c800;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green a {
    color: #94c800;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green:hover {
        background-color: #94c800;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green--active {
    background-color: #94c800;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #94c800;
    border-color: #94c800;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green:hover {
        background-color: #94c800;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue {
    background-color: #2caae2;
    border-color: #2caae2;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #2caae2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #2caae2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #2caae2;
    border-color: #2caae2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue a {
    color: #2caae2;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue:hover {
        background-color: #2caae2;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue--active {
    background-color: #2caae2;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #2caae2;
    border-color: #2caae2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue:hover {
        background-color: #2caae2;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-button {
    background-color: #a0a0a6;
    border-color: #a0a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-button:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a0a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a0a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #a0a0a6;
    border-color: #a0a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button a {
    color: #a0a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button:hover {
        background-color: #a0a0a6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--active {
    background-color: #a0a0a6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #a0a0a6;
    border-color: #a0a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button:hover {
        background-color: #a0a0a6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-button--hover {
    background-color: #b1b1b6;
    border-color: #b1b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-button--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button--hover a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b1b1b6;
    border-color: #b1b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover a {
    color: #b1b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button--hover:hover {
        background-color: #b1b1b6;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button--hover:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--hover--active {
    background-color: #b1b1b6;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--hover--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b1b1b6;
    border-color: #b1b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button--hover:hover {
        background-color: #b1b1b6;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-text {
    background-color: #afaeb3;
    border-color: #afaeb3;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-text:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #afaeb3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #afaeb3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #afaeb3;
    border-color: #afaeb3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text a {
    color: #afaeb3;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text:hover {
        background-color: #afaeb3;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text--active {
    background-color: #afaeb3;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #afaeb3;
    border-color: #afaeb3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text:hover {
        background-color: #afaeb3;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-text-dark {
    background-color: #333333;
    border-color: #333333;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-text-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #333333;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #333333;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text-dark a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #333333;
    border-color: #333333;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark a {
    color: #333333;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text-dark:hover {
        background-color: #333333;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text-dark:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text-dark--active {
    background-color: #333333;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text-dark--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #333333;
    border-color: #333333;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text-dark:hover {
        background-color: #333333;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-1 {
    background-color: #13383d;
    border-color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-1:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-1 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1 a {
    color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-1:hover {
        background-color: #13383d;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-1:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-1--active {
    background-color: #13383d;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-1--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-1 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-1:hover {
        background-color: #13383d;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-1 {
    background-color: #979797;
    border-color: #979797;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-1:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #979797;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #979797;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-1 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #979797;
    border-color: #979797;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1 a {
    color: #979797;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-1:hover {
        background-color: #979797;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-1:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-1--active {
    background-color: #979797;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-1--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #979797;
    border-color: #979797;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-1 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-1:hover {
        background-color: #979797;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-2 {
    background-color: #8b9397;
    border-color: #8b9397;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-2:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b9397;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2 a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b9397;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-2 a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8b9397;
    border-color: #8b9397;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2 a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2 a {
    color: #8b9397;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-2:hover {
        background-color: #8b9397;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-2:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-2--active {
    background-color: #8b9397;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-2--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8b9397;
    border-color: #8b9397;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-2 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-2:hover {
        background-color: #8b9397;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--font-menu {
    background-color: #626e73;
    border-color: #626e73;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--font-menu:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #626e73;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #626e73;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-font-menu a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #626e73;
    border-color: #626e73;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu a {
    color: #626e73;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--font-menu:hover {
        background-color: #626e73;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--font-menu:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-font-menu--active {
    background-color: #626e73;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-font-menu--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #626e73;
    border-color: #626e73;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--font-menu a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--font-menu:hover {
        background-color: #626e73;
        color: #000;
    }
}


/* line 164, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--link-menu {
    background-color: #13383d;
    border-color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 169, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--link-menu:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 176, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu a {
    text-decoration: none;
}


/* line 183, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 190, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-link-menu a {
    text-decoration: none;
}


/* line 194, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 201, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 207, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 214, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 220, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu a {
    text-decoration: none;
}


/* line 226, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu a {
    color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 231, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--link-menu:hover {
        background-color: #13383d;
        color: #000;
    }
    /* line 235, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--link-menu:hover a {
        color: #000;
    }
}


/* line 242, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-link-menu--active {
    background-color: #13383d;
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-link-menu--active a {
    color: #000;
}


/* line 250, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--link-menu a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 257, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--link-menu:hover {
        background-color: #13383d;
        color: #000;
    }
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-dark {
    color: #a1a0a6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-dark__hover:hover:not([disabled]) {
    color: #a1a0a6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-dark {
    background: #a1a0a6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-dark__hover:hover:not([disabled]) {
    background: #a1a0a6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-dark {
    border-color: #a1a0a6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-dark {
    border-top-color: #a1a0a6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-dark {
    border-bottom-color: #a1a0a6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-dark {
    border-left-color: #a1a0a6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-dark {
    border-right-color: #a1a0a6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-dark {
    color: #b4b3b8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-dark__hover:hover:not([disabled]) {
    color: #b4b3b8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-dark {
    background: #b4b3b8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-dark__hover:hover:not([disabled]) {
    background: #b4b3b8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-medium-dark {
    border-color: #b4b3b8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-medium-dark {
    border-top-color: #b4b3b8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-medium-dark {
    border-bottom-color: #b4b3b8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-medium-dark {
    border-left-color: #b4b3b8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-medium-dark {
    border-right-color: #b4b3b8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium {
    color: #c7c6ca;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium__hover:hover:not([disabled]) {
    color: #c7c6ca;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium {
    background: #c7c6ca;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium__hover:hover:not([disabled]) {
    background: #c7c6ca;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-medium {
    border-color: #c7c6ca;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-medium {
    border-top-color: #c7c6ca;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-medium {
    border-bottom-color: #c7c6ca;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-medium {
    border-left-color: #c7c6ca;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-medium {
    border-right-color: #c7c6ca;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-light {
    color: #d9d9db;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-light__hover:hover:not([disabled]) {
    color: #d9d9db;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-light {
    background: #d9d9db;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-light__hover:hover:not([disabled]) {
    background: #d9d9db;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-medium-light {
    border-color: #d9d9db;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-medium-light {
    border-top-color: #d9d9db;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-medium-light {
    border-bottom-color: #d9d9db;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-medium-light {
    border-left-color: #d9d9db;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-medium-light {
    border-right-color: #d9d9db;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light {
    color: #ececed;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light__hover:hover:not([disabled]) {
    color: #ececed;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light {
    background: #ececed;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light__hover:hover:not([disabled]) {
    background: #ececed;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light {
    border-color: #ececed;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light {
    border-top-color: #ececed;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light {
    border-bottom-color: #ececed;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light {
    border-left-color: #ececed;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light {
    border-right-color: #ececed;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light2 {
    color: #fcfcfc;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light2__hover:hover:not([disabled]) {
    color: #fcfcfc;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light2 {
    background: #fcfcfc;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light2__hover:hover:not([disabled]) {
    background: #fcfcfc;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light2 {
    border-color: #fcfcfc;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light2 {
    border-top-color: #fcfcfc;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light2 {
    border-bottom-color: #fcfcfc;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light2 {
    border-left-color: #fcfcfc;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light2 {
    border-right-color: #fcfcfc;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light3 {
    color: #f5f5f6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light3__hover:hover:not([disabled]) {
    color: #f5f5f6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light3 {
    background: #f5f5f6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light3__hover:hover:not([disabled]) {
    background: #f5f5f6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light3 {
    border-color: #f5f5f6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light3 {
    border-top-color: #f5f5f6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light3 {
    border-bottom-color: #f5f5f6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light3 {
    border-left-color: #f5f5f6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light3 {
    border-right-color: #f5f5f6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light4 {
    color: #fff5ee;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light4__hover:hover:not([disabled]) {
    color: #fff5ee;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light4 {
    background: #fff5ee;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light4__hover:hover:not([disabled]) {
    background: #fff5ee;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light4 {
    border-color: #fff5ee;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light4 {
    border-top-color: #fff5ee;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light4 {
    border-bottom-color: #fff5ee;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light4 {
    border-left-color: #fff5ee;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light4 {
    border-right-color: #fff5ee;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light5 {
    color: #f5f5f5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light5__hover:hover:not([disabled]) {
    color: #f5f5f5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light5 {
    background: #f5f5f5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light5__hover:hover:not([disabled]) {
    background: #f5f5f5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light5 {
    border-color: #f5f5f5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light5 {
    border-top-color: #f5f5f5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light5 {
    border-bottom-color: #f5f5f5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light5 {
    border-left-color: #f5f5f5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light5 {
    border-right-color: #f5f5f5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light6 {
    color: #f7f7f7;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light6__hover:hover:not([disabled]) {
    color: #f7f7f7;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light6 {
    background: #f7f7f7;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light6__hover:hover:not([disabled]) {
    background: #f7f7f7;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light6 {
    border-color: #f7f7f7;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light6 {
    border-top-color: #f7f7f7;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light6 {
    border-bottom-color: #f7f7f7;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light6 {
    border-left-color: #f7f7f7;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light6 {
    border-right-color: #f7f7f7;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-dark {
    color: #09282a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-dark__hover:hover:not([disabled]) {
    color: #09282a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-dark {
    background: #09282a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-dark__hover:hover:not([disabled]) {
    background: #09282a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-dark {
    border-color: #09282a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-dark {
    border-top-color: #09282a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-dark {
    border-bottom-color: #09282a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-dark {
    border-left-color: #09282a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-dark {
    border-right-color: #09282a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-dark {
    color: #3a5355;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-dark__hover:hover:not([disabled]) {
    color: #3a5355;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-dark {
    background: #3a5355;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-dark__hover:hover:not([disabled]) {
    background: #3a5355;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-medium-dark {
    border-color: #3a5355;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-medium-dark {
    border-top-color: #3a5355;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-medium-dark {
    border-bottom-color: #3a5355;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-medium-dark {
    border-left-color: #3a5355;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-medium-dark {
    border-right-color: #3a5355;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium {
    color: #6b7e7f;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium__hover:hover:not([disabled]) {
    color: #6b7e7f;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium {
    background: #6b7e7f;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium__hover:hover:not([disabled]) {
    background: #6b7e7f;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-medium {
    border-color: #6b7e7f;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-medium {
    border-top-color: #6b7e7f;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-medium {
    border-bottom-color: #6b7e7f;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-medium {
    border-left-color: #6b7e7f;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-medium {
    border-right-color: #6b7e7f;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-light {
    color: #9da9aa;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-light__hover:hover:not([disabled]) {
    color: #9da9aa;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-light {
    background: #9da9aa;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-light__hover:hover:not([disabled]) {
    background: #9da9aa;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-medium-light {
    border-color: #9da9aa;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-medium-light {
    border-top-color: #9da9aa;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-medium-light {
    border-bottom-color: #9da9aa;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-medium-light {
    border-left-color: #9da9aa;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-medium-light {
    border-right-color: #9da9aa;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-light {
    color: #b5bebf;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-light__hover:hover:not([disabled]) {
    color: #b5bebf;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-light {
    background: #b5bebf;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-light__hover:hover:not([disabled]) {
    background: #b5bebf;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-light {
    border-color: #b5bebf;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-light {
    border-top-color: #b5bebf;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-light {
    border-bottom-color: #b5bebf;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-light {
    border-left-color: #b5bebf;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-light {
    border-right-color: #b5bebf;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark {
    color: #0e3c40;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark__hover:hover:not([disabled]) {
    color: #0e3c40;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark {
    background: #0e3c40;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark__hover:hover:not([disabled]) {
    background: #0e3c40;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-dark {
    border-color: #0e3c40;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-dark {
    border-top-color: #0e3c40;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-dark {
    border-bottom-color: #0e3c40;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-dark {
    border-left-color: #0e3c40;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-dark {
    border-right-color: #0e3c40;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-dark {
    color: #3e6366;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-dark__hover:hover:not([disabled]) {
    color: #3e6366;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-dark {
    background: #3e6366;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-dark__hover:hover:not([disabled]) {
    background: #3e6366;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-medium-dark {
    border-color: #3e6366;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-medium-dark {
    border-top-color: #3e6366;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-medium-dark {
    border-bottom-color: #3e6366;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-medium-dark {
    border-left-color: #3e6366;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-medium-dark {
    border-right-color: #3e6366;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium {
    color: #6e8a8c;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium__hover:hover:not([disabled]) {
    color: #6e8a8c;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium {
    background: #6e8a8c;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium__hover:hover:not([disabled]) {
    background: #6e8a8c;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-medium {
    border-color: #6e8a8c;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-medium {
    border-top-color: #6e8a8c;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-medium {
    border-bottom-color: #6e8a8c;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-medium {
    border-left-color: #6e8a8c;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-medium {
    border-right-color: #6e8a8c;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-light {
    color: #9fb1b3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-light__hover:hover:not([disabled]) {
    color: #9fb1b3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-light {
    background: #9fb1b3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-light__hover:hover:not([disabled]) {
    background: #9fb1b3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-medium-light {
    border-color: #9fb1b3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-medium-light {
    border-top-color: #9fb1b3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-medium-light {
    border-bottom-color: #9fb1b3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-medium-light {
    border-left-color: #9fb1b3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-medium-light {
    border-right-color: #9fb1b3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-light {
    color: #b6c4c5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-light__hover:hover:not([disabled]) {
    color: #b6c4c5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-light {
    background: #b6c4c5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-light__hover:hover:not([disabled]) {
    background: #b6c4c5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-light {
    border-color: #b6c4c5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-light {
    border-top-color: #b6c4c5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-light {
    border-bottom-color: #b6c4c5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-light {
    border-left-color: #b6c4c5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-light {
    border-right-color: #b6c4c5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark--hover {
    color: #3a5355;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark--hover__hover:hover:not([disabled]) {
    color: #3a5355;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark--hover {
    background: #3a5355;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark--hover__hover:hover:not([disabled]) {
    background: #3a5355;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-dark--hover {
    border-color: #3a5355;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-dark--hover {
    border-top-color: #3a5355;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-dark--hover {
    border-bottom-color: #3a5355;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-dark--hover {
    border-left-color: #3a5355;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-dark--hover {
    border-right-color: #3a5355;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige {
    color: #ffcda9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige__hover:hover:not([disabled]) {
    color: #ffcda9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige {
    background: #ffcda9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige__hover:hover:not([disabled]) {
    background: #ffcda9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige {
    border-color: #ffcda9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige {
    border-top-color: #ffcda9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige {
    border-bottom-color: #ffcda9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige {
    border-left-color: #ffcda9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige {
    border-right-color: #ffcda9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark {
    color: #ffcda9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark__hover:hover:not([disabled]) {
    color: #ffcda9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark {
    background: #ffcda9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark__hover:hover:not([disabled]) {
    background: #ffcda9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-dark {
    border-color: #ffcda9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-dark {
    border-top-color: #ffcda9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-dark {
    border-bottom-color: #ffcda9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-dark {
    border-left-color: #ffcda9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-dark {
    border-right-color: #ffcda9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-salmon {
    color: #fccdac;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-salmon__hover:hover:not([disabled]) {
    color: #fccdac;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-salmon {
    background: #fccdac;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-salmon__hover:hover:not([disabled]) {
    background: #fccdac;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-salmon {
    border-color: #fccdac;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-salmon {
    border-top-color: #fccdac;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-salmon {
    border-bottom-color: #fccdac;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-salmon {
    border-left-color: #fccdac;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-salmon {
    border-right-color: #fccdac;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark--hover {
    color: #ffe1cb;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark--hover__hover:hover:not([disabled]) {
    color: #ffe1cb;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark--hover {
    background: #ffe1cb;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark--hover__hover:hover:not([disabled]) {
    background: #ffe1cb;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-dark--hover {
    border-color: #ffe1cb;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-dark--hover {
    border-top-color: #ffe1cb;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-dark--hover {
    border-bottom-color: #ffe1cb;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-dark--hover {
    border-left-color: #ffe1cb;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-dark--hover {
    border-right-color: #ffe1cb;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-dark {
    color: #ffd7ba;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-dark__hover:hover:not([disabled]) {
    color: #ffd7ba;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-dark {
    background: #ffd7ba;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-dark__hover:hover:not([disabled]) {
    background: #ffd7ba;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-medium-dark {
    border-color: #ffd7ba;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-medium-dark {
    border-top-color: #ffd7ba;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-medium-dark {
    border-bottom-color: #ffd7ba;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-medium-dark {
    border-left-color: #ffd7ba;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-medium-dark {
    border-right-color: #ffd7ba;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium {
    color: #ffe1cb;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium__hover:hover:not([disabled]) {
    color: #ffe1cb;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium {
    background: #ffe1cb;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium__hover:hover:not([disabled]) {
    background: #ffe1cb;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-medium {
    border-color: #ffe1cb;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-medium {
    border-top-color: #ffe1cb;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-medium {
    border-bottom-color: #ffe1cb;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-medium {
    border-left-color: #ffe1cb;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-medium {
    border-right-color: #ffe1cb;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-light {
    color: #ffebdd;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-light__hover:hover:not([disabled]) {
    color: #ffebdd;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-light {
    background: #ffebdd;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-light__hover:hover:not([disabled]) {
    background: #ffebdd;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-medium-light {
    border-color: #ffebdd;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-medium-light {
    border-top-color: #ffebdd;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-medium-light {
    border-bottom-color: #ffebdd;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-medium-light {
    border-left-color: #ffebdd;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-medium-light {
    border-right-color: #ffebdd;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-light {
    color: #fff5ee;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-light__hover:hover:not([disabled]) {
    color: #fff5ee;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-light {
    background: #fff5ee;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-light__hover:hover:not([disabled]) {
    background: #fff5ee;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-light {
    border-color: #fff5ee;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-light {
    border-top-color: #fff5ee;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-light {
    border-bottom-color: #fff5ee;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-light {
    border-left-color: #fff5ee;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-light {
    border-right-color: #fff5ee;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-dark {
    color: #b6e2d3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-dark__hover:hover:not([disabled]) {
    color: #b6e2d3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-dark {
    background: #b6e2d3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-dark__hover:hover:not([disabled]) {
    background: #b6e2d3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-dark {
    border-color: #b6e2d3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-dark {
    border-top-color: #b6e2d3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-dark {
    border-bottom-color: #b6e2d3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-dark {
    border-left-color: #b6e2d3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-dark {
    border-right-color: #b6e2d3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-dark {
    color: #c5e8dc;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-dark__hover:hover:not([disabled]) {
    color: #c5e8dc;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-dark {
    background: #c5e8dc;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-dark__hover:hover:not([disabled]) {
    background: #c5e8dc;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-medium-dark {
    border-color: #c5e8dc;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-medium-dark {
    border-top-color: #c5e8dc;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-medium-dark {
    border-bottom-color: #c5e8dc;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-medium-dark {
    border-left-color: #c5e8dc;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-medium-dark {
    border-right-color: #c5e8dc;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium {
    color: #d3eee5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium__hover:hover:not([disabled]) {
    color: #d3eee5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium {
    background: #d3eee5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium__hover:hover:not([disabled]) {
    background: #d3eee5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-medium {
    border-color: #d3eee5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-medium {
    border-top-color: #d3eee5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-medium {
    border-bottom-color: #d3eee5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-medium {
    border-left-color: #d3eee5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-medium {
    border-right-color: #d3eee5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-light {
    color: #e2f3ed;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-light__hover:hover:not([disabled]) {
    color: #e2f3ed;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-light {
    background: #e2f3ed;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-light__hover:hover:not([disabled]) {
    background: #e2f3ed;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-medium-light {
    border-color: #e2f3ed;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-medium-light {
    border-top-color: #e2f3ed;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-medium-light {
    border-bottom-color: #e2f3ed;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-medium-light {
    border-left-color: #e2f3ed;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-medium-light {
    border-right-color: #e2f3ed;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-light {
    color: #f0f9f6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-light__hover:hover:not([disabled]) {
    color: #f0f9f6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-light {
    background: #f0f9f6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-light__hover:hover:not([disabled]) {
    background: #f0f9f6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-light {
    border-color: #f0f9f6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-light {
    border-top-color: #f0f9f6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-light {
    border-bottom-color: #f0f9f6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-light {
    border-left-color: #f0f9f6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-light {
    border-right-color: #f0f9f6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-dark {
    color: #686465;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-dark__hover:hover:not([disabled]) {
    color: #686465;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-dark {
    background: #686465;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-dark__hover:hover:not([disabled]) {
    background: #686465;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-graphite-dark {
    border-color: #686465;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-graphite-dark {
    border-top-color: #686465;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-graphite-dark {
    border-bottom-color: #686465;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-graphite-dark {
    border-left-color: #686465;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-graphite-dark {
    border-right-color: #686465;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-medium {
    color: #868384;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-medium__hover:hover:not([disabled]) {
    color: #868384;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-medium {
    background: #868384;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-medium__hover:hover:not([disabled]) {
    background: #868384;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-graphite-medium {
    border-color: #868384;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-graphite-medium {
    border-top-color: #868384;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-graphite-medium {
    border-bottom-color: #868384;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-graphite-medium {
    border-left-color: #868384;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-graphite-medium {
    border-right-color: #868384;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-light {
    color: #b6b5b5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-light__hover:hover:not([disabled]) {
    color: #b6b5b5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-light {
    background: #b6b5b5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-light__hover:hover:not([disabled]) {
    background: #b6b5b5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-graphite-light {
    border-color: #b6b5b5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-graphite-light {
    border-top-color: #b6b5b5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-graphite-light {
    border-bottom-color: #b6b5b5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-graphite-light {
    border-left-color: #b6b5b5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-graphite-light {
    border-right-color: #b6b5b5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-dark {
    color: #51ccae;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-dark__hover:hover:not([disabled]) {
    color: #51ccae;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-dark {
    background: #51ccae;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-dark__hover:hover:not([disabled]) {
    background: #51ccae;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green2-dark {
    border-color: #51ccae;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green2-dark {
    border-top-color: #51ccae;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green2-dark {
    border-bottom-color: #51ccae;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green2-dark {
    border-left-color: #51ccae;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green2-dark {
    border-right-color: #51ccae;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-medium {
    color: #74d6be;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-medium__hover:hover:not([disabled]) {
    color: #74d6be;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-medium {
    background: #74d6be;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-medium__hover:hover:not([disabled]) {
    background: #74d6be;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green2-medium {
    border-color: #74d6be;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green2-medium {
    border-top-color: #74d6be;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green2-medium {
    border-bottom-color: #74d6be;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green2-medium {
    border-left-color: #74d6be;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green2-medium {
    border-right-color: #74d6be;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-light {
    color: #ace6d8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-light__hover:hover:not([disabled]) {
    color: #ace6d8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-light {
    background: #ace6d8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-light__hover:hover:not([disabled]) {
    background: #ace6d8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green2-light {
    border-color: #ace6d8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green2-light {
    border-top-color: #ace6d8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green2-light {
    border-bottom-color: #ace6d8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green2-light {
    border-left-color: #ace6d8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green2-light {
    border-right-color: #ace6d8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-dark {
    color: #ff7559;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-dark__hover:hover:not([disabled]) {
    color: #ff7559;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-dark {
    background: #ff7559;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-dark__hover:hover:not([disabled]) {
    background: #ff7559;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-coral-dark {
    border-color: #ff7559;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-coral-dark {
    border-top-color: #ff7559;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-coral-dark {
    border-bottom-color: #ff7559;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-coral-dark {
    border-left-color: #ff7559;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-coral-dark {
    border-right-color: #ff7559;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-medium {
    color: #ff917a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-medium__hover:hover:not([disabled]) {
    color: #ff917a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-medium {
    background: #ff917a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-medium__hover:hover:not([disabled]) {
    background: #ff917a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-coral-medium {
    border-color: #ff917a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-coral-medium {
    border-top-color: #ff917a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-coral-medium {
    border-bottom-color: #ff917a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-coral-medium {
    border-left-color: #ff917a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-coral-medium {
    border-right-color: #ff917a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-light {
    color: #ffbdaf;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-light__hover:hover:not([disabled]) {
    color: #ffbdaf;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-light {
    background: #ffbdaf;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-light__hover:hover:not([disabled]) {
    background: #ffbdaf;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-coral-light {
    border-color: #ffbdaf;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-coral-light {
    border-top-color: #ffbdaf;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-coral-light {
    border-bottom-color: #ffbdaf;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-coral-light {
    border-left-color: #ffbdaf;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-coral-light {
    border-right-color: #ffbdaf;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-dark {
    color: #8fd3df;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-dark__hover:hover:not([disabled]) {
    color: #8fd3df;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-dark {
    background: #8fd3df;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-dark__hover:hover:not([disabled]) {
    background: #8fd3df;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-dark {
    border-color: #8fd3df;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-dark {
    border-top-color: #8fd3df;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-dark {
    border-bottom-color: #8fd3df;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-dark {
    border-left-color: #8fd3df;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-dark {
    border-right-color: #8fd3df;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-medium {
    color: #b1e0e8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-medium__hover:hover:not([disabled]) {
    color: #b1e0e8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-medium {
    background: #b1e0e8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-medium__hover:hover:not([disabled]) {
    background: #b1e0e8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-medium {
    border-color: #b1e0e8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-medium {
    border-top-color: #b1e0e8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-medium {
    border-bottom-color: #b1e0e8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-medium {
    border-left-color: #b1e0e8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-medium {
    border-right-color: #b1e0e8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-light {
    color: #d0ecf1;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-light__hover:hover:not([disabled]) {
    color: #d0ecf1;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-light {
    background: #d0ecf1;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-light__hover:hover:not([disabled]) {
    background: #d0ecf1;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-light {
    border-color: #d0ecf1;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-light {
    border-top-color: #d0ecf1;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-light {
    border-bottom-color: #d0ecf1;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-light {
    border-left-color: #d0ecf1;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-light {
    border-right-color: #d0ecf1;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-dark {
    color: #b1b6f9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-dark__hover:hover:not([disabled]) {
    color: #b1b6f9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-dark {
    background: #b1b6f9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-dark__hover:hover:not([disabled]) {
    background: #b1b6f9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-purple-dark {
    border-color: #b1b6f9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-purple-dark {
    border-top-color: #b1b6f9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-purple-dark {
    border-bottom-color: #b1b6f9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-purple-dark {
    border-left-color: #b1b6f9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-purple-dark {
    border-right-color: #b1b6f9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-medium {
    color: #d1d5ff;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-medium__hover:hover:not([disabled]) {
    color: #d1d5ff;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-medium {
    background: #d1d5ff;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-medium__hover:hover:not([disabled]) {
    background: #d1d5ff;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-purple-medium {
    border-color: #d1d5ff;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-purple-medium {
    border-top-color: #d1d5ff;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-purple-medium {
    border-bottom-color: #d1d5ff;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-purple-medium {
    border-left-color: #d1d5ff;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-purple-medium {
    border-right-color: #d1d5ff;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-light {
    color: #e3e6ff;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-light__hover:hover:not([disabled]) {
    color: #e3e6ff;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-light {
    background: #e3e6ff;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-light__hover:hover:not([disabled]) {
    background: #e3e6ff;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-purple-light {
    border-color: #e3e6ff;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-purple-light {
    border-top-color: #e3e6ff;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-purple-light {
    border-bottom-color: #e3e6ff;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-purple-light {
    border-left-color: #e3e6ff;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-purple-light {
    border-right-color: #e3e6ff;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black {
    color: #000;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black__hover:hover:not([disabled]) {
    color: #000;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black {
    background: #000;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black__hover:hover:not([disabled]) {
    background: #000;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-black {
    border-color: #000;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-black {
    border-top-color: #000;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-black {
    border-bottom-color: #000;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-black {
    border-left-color: #000;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-black {
    border-right-color: #000;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-white {
    color: #fff;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-white__hover:hover:not([disabled]) {
    color: #fff;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-white {
    background: #fff;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-white__hover:hover:not([disabled]) {
    background: #fff;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-white {
    border-color: #fff;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-white {
    border-top-color: #fff;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-white {
    border-bottom-color: #fff;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-white {
    border-left-color: #fff;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-white {
    border-right-color: #fff;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red {
    color: #e37a7a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red__hover:hover:not([disabled]) {
    color: #e37a7a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red {
    background: #e37a7a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red__hover:hover:not([disabled]) {
    background: #e37a7a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-red {
    border-color: #e37a7a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-red {
    border-top-color: #e37a7a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-red {
    border-bottom-color: #e37a7a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-red {
    border-left-color: #e37a7a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-red {
    border-right-color: #e37a7a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red--hover {
    color: #8b5959;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red--hover__hover:hover:not([disabled]) {
    color: #8b5959;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red--hover {
    background: #8b5959;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red--hover__hover:hover:not([disabled]) {
    background: #8b5959;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-red--hover {
    border-color: #8b5959;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-red--hover {
    border-top-color: #8b5959;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-red--hover {
    border-bottom-color: #8b5959;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-red--hover {
    border-left-color: #8b5959;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-red--hover {
    border-right-color: #8b5959;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green {
    color: #5ba976;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green__hover:hover:not([disabled]) {
    color: #5ba976;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green {
    background: #5ba976;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green__hover:hover:not([disabled]) {
    background: #5ba976;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-green {
    border-color: #5ba976;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-green {
    border-top-color: #5ba976;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-green {
    border-bottom-color: #5ba976;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-green {
    border-left-color: #5ba976;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-green {
    border-right-color: #5ba976;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green--hover {
    color: #9dcbad;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green--hover__hover:hover:not([disabled]) {
    color: #9dcbad;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green--hover {
    background: #9dcbad;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green--hover__hover:hover:not([disabled]) {
    background: #9dcbad;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-green--hover {
    border-color: #9dcbad;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-green--hover {
    border-top-color: #9dcbad;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-green--hover {
    border-bottom-color: #9dcbad;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-green--hover {
    border-left-color: #9dcbad;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-green--hover {
    border-right-color: #9dcbad;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-transparent {
    color: transparent;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-transparent__hover:hover:not([disabled]) {
    color: transparent;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-transparent {
    background: transparent;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-transparent__hover:hover:not([disabled]) {
    background: transparent;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-transparent {
    border-color: transparent;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-transparent {
    border-top-color: transparent;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-transparent {
    border-bottom-color: transparent;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-transparent {
    border-left-color: transparent;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-transparent {
    border-right-color: transparent;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-agora {
    color: #12142a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-agora__hover:hover:not([disabled]) {
    color: #12142a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-agora {
    background: #12142a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-agora__hover:hover:not([disabled]) {
    background: #12142a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-agora {
    border-color: #12142a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-agora {
    border-top-color: #12142a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-agora {
    border-bottom-color: #12142a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-agora {
    border-left-color: #12142a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-agora {
    border-right-color: #12142a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-navy {
    color: #152e52;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-navy__hover:hover:not([disabled]) {
    color: #152e52;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-navy {
    background: #152e52;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-navy__hover:hover:not([disabled]) {
    background: #152e52;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-navy {
    border-color: #152e52;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-navy {
    border-top-color: #152e52;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-navy {
    border-bottom-color: #152e52;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-navy {
    border-left-color: #152e52;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-navy {
    border-right-color: #152e52;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy {
    color: #09282a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy__hover:hover:not([disabled]) {
    color: #09282a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy {
    background: #09282a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy__hover:hover:not([disabled]) {
    background: #09282a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-dark-navy {
    border-color: #09282a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-dark-navy {
    border-top-color: #09282a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-dark-navy {
    border-bottom-color: #09282a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-dark-navy {
    border-left-color: #09282a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-dark-navy {
    border-right-color: #09282a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy-2 {
    color: #353749;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy-2__hover:hover:not([disabled]) {
    color: #353749;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy-2 {
    background: #353749;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy-2__hover:hover:not([disabled]) {
    background: #353749;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-dark-navy-2 {
    border-color: #353749;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-dark-navy-2 {
    border-top-color: #353749;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-dark-navy-2 {
    border-bottom-color: #353749;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-dark-navy-2 {
    border-left-color: #353749;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-dark-navy-2 {
    border-right-color: #353749;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray {
    color: #e6e6e6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray__hover:hover:not([disabled]) {
    color: #e6e6e6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray {
    background: #e6e6e6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray__hover:hover:not([disabled]) {
    background: #e6e6e6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray {
    border-color: #e6e6e6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray {
    border-top-color: #e6e6e6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray {
    border-bottom-color: #e6e6e6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray {
    border-left-color: #e6e6e6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray {
    border-right-color: #e6e6e6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-gray {
    color: #b0b1b6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-gray__hover:hover:not([disabled]) {
    color: #b0b1b6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-gray {
    background: #b0b1b6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-gray__hover:hover:not([disabled]) {
    background: #b0b1b6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-dark-gray {
    border-color: #b0b1b6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-dark-gray {
    border-top-color: #b0b1b6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-dark-gray {
    border-bottom-color: #b0b1b6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-dark-gray {
    border-left-color: #b0b1b6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-dark-gray {
    border-right-color: #b0b1b6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black-light {
    color: #494b5c;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black-light__hover:hover:not([disabled]) {
    color: #494b5c;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black-light {
    background: #494b5c;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black-light__hover:hover:not([disabled]) {
    background: #494b5c;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-black-light {
    border-color: #494b5c;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-black-light {
    border-top-color: #494b5c;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-black-light {
    border-bottom-color: #494b5c;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-black-light {
    border-left-color: #494b5c;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-black-light {
    border-right-color: #494b5c;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-hover {
    color: #f0c185;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-hover__hover:hover:not([disabled]) {
    color: #f0c185;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-hover {
    background: #f0c185;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-hover__hover:hover:not([disabled]) {
    background: #f0c185;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-hover {
    border-color: #f0c185;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-hover {
    border-top-color: #f0c185;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-hover {
    border-bottom-color: #f0c185;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-hover {
    border-left-color: #f0c185;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-hover {
    border-right-color: #f0c185;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red {
    color: #f31545;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red__hover:hover:not([disabled]) {
    color: #f31545;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red {
    background: #f31545;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red__hover:hover:not([disabled]) {
    background: #f31545;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-red {
    border-color: #f31545;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-red {
    border-top-color: #f31545;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-red {
    border-bottom-color: #f31545;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-red {
    border-left-color: #f31545;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-red {
    border-right-color: #f31545;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red-dark {
    color: #572c2c;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red-dark__hover:hover:not([disabled]) {
    color: #572c2c;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red-dark {
    background: #572c2c;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red-dark__hover:hover:not([disabled]) {
    background: #572c2c;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-red-dark {
    border-color: #572c2c;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-red-dark {
    border-top-color: #572c2c;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-red-dark {
    border-bottom-color: #572c2c;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-red-dark {
    border-left-color: #572c2c;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-red-dark {
    border-right-color: #572c2c;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green {
    color: #94c800;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green__hover:hover:not([disabled]) {
    color: #94c800;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green {
    background: #94c800;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green__hover:hover:not([disabled]) {
    background: #94c800;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green {
    border-color: #94c800;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green {
    border-top-color: #94c800;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green {
    border-bottom-color: #94c800;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green {
    border-left-color: #94c800;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green {
    border-right-color: #94c800;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue {
    color: #2caae2;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue__hover:hover:not([disabled]) {
    color: #2caae2;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue {
    background: #2caae2;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue__hover:hover:not([disabled]) {
    background: #2caae2;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue {
    border-color: #2caae2;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue {
    border-top-color: #2caae2;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue {
    border-bottom-color: #2caae2;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue {
    border-left-color: #2caae2;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue {
    border-right-color: #2caae2;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button {
    color: #a0a0a6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button__hover:hover:not([disabled]) {
    color: #a0a0a6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button {
    background: #a0a0a6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button__hover:hover:not([disabled]) {
    background: #a0a0a6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-button {
    border-color: #a0a0a6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-button {
    border-top-color: #a0a0a6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-button {
    border-bottom-color: #a0a0a6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-button {
    border-left-color: #a0a0a6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-button {
    border-right-color: #a0a0a6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button--hover {
    color: #b1b1b6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button--hover__hover:hover:not([disabled]) {
    color: #b1b1b6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button--hover {
    background: #b1b1b6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button--hover__hover:hover:not([disabled]) {
    background: #b1b1b6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-button--hover {
    border-color: #b1b1b6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-button--hover {
    border-top-color: #b1b1b6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-button--hover {
    border-bottom-color: #b1b1b6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-button--hover {
    border-left-color: #b1b1b6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-button--hover {
    border-right-color: #b1b1b6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text {
    color: #afaeb3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text__hover:hover:not([disabled]) {
    color: #afaeb3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text {
    background: #afaeb3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text__hover:hover:not([disabled]) {
    background: #afaeb3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-text {
    border-color: #afaeb3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-text {
    border-top-color: #afaeb3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-text {
    border-bottom-color: #afaeb3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-text {
    border-left-color: #afaeb3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-text {
    border-right-color: #afaeb3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text-dark {
    color: #333333;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text-dark__hover:hover:not([disabled]) {
    color: #333333;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text-dark {
    background: #333333;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text-dark__hover:hover:not([disabled]) {
    background: #333333;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-text-dark {
    border-color: #333333;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-text-dark {
    border-top-color: #333333;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-text-dark {
    border-bottom-color: #333333;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-text-dark {
    border-left-color: #333333;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-text-dark {
    border-right-color: #333333;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-1 {
    color: #13383d;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-1__hover:hover:not([disabled]) {
    color: #13383d;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-1 {
    background: #13383d;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-1__hover:hover:not([disabled]) {
    background: #13383d;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-1 {
    border-color: #13383d;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-1 {
    border-top-color: #13383d;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-1 {
    border-bottom-color: #13383d;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-1 {
    border-left-color: #13383d;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-1 {
    border-right-color: #13383d;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-1 {
    color: #979797;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-1__hover:hover:not([disabled]) {
    color: #979797;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-1 {
    background: #979797;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-1__hover:hover:not([disabled]) {
    background: #979797;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-1 {
    border-color: #979797;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-1 {
    border-top-color: #979797;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-1 {
    border-bottom-color: #979797;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-1 {
    border-left-color: #979797;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-1 {
    border-right-color: #979797;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-2 {
    color: #8b9397;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-2__hover:hover:not([disabled]) {
    color: #8b9397;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-2 {
    background: #8b9397;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-2__hover:hover:not([disabled]) {
    background: #8b9397;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-2 {
    border-color: #8b9397;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-2 {
    border-top-color: #8b9397;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-2 {
    border-bottom-color: #8b9397;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-2 {
    border-left-color: #8b9397;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-2 {
    border-right-color: #8b9397;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-font-menu {
    color: #626e73;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-font-menu__hover:hover:not([disabled]) {
    color: #626e73;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-font-menu {
    background: #626e73;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-font-menu__hover:hover:not([disabled]) {
    background: #626e73;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-font-menu {
    border-color: #626e73;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-font-menu {
    border-top-color: #626e73;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-font-menu {
    border-bottom-color: #626e73;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-font-menu {
    border-left-color: #626e73;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-font-menu {
    border-right-color: #626e73;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-link-menu {
    color: #13383d;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-link-menu__hover:hover:not([disabled]) {
    color: #13383d;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-link-menu {
    background: #13383d;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-link-menu__hover:hover:not([disabled]) {
    background: #13383d;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-link-menu {
    border-color: #13383d;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-link-menu {
    border-top-color: #13383d;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-link-menu {
    border-bottom-color: #13383d;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-link-menu {
    border-left-color: #13383d;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-link-menu {
    border-right-color: #13383d;
}


/* line 23, /app/source/stylesheets/header.scss */

.ag-header {
    background-color: #09282a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 0px !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

@media only screen and (min-width: 1200px) {
    /* line 23, /app/source/stylesheets/header.scss */
    .ag-header {
        width: 100%;
    }
}


/* line 36, /app/source/stylesheets/header.scss */

.ag-header__logo {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}


/* line 41, /app/source/stylesheets/header.scss */

.ag-header__logo__icon {
    display: inherit;
    max-width: 18rem;
    padding: 1rem 5rem;
    /* padding-bottom: 3rem; */
}

@media only screen and (max-width: 769px) {
    /* line 41, /app/source/stylesheets/header.scss */
    .ag-header__logo__icon {
        margin-left: 2rem;
    }
}


/* line 52, /app/source/stylesheets/header.scss */

.ag-header__logo__arrow {
    display: none;
}

@media only screen and (max-width: 1200px) {
    /* line 52, /app/source/stylesheets/header.scss */
    .ag-header__logo__arrow {
        margin-left: 2rem;
    }
}


/* line 60, /app/source/stylesheets/header.scss */

.ag-header__title {
    display: none;
}


/* line 64, /app/source/stylesheets/header.scss */

.ag-header__nav {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /* position: absolute;
    top: 4.1%;
    right: 25%; */
}


/* line 69, /app/source/stylesheets/header.scss */

.ag-header__nav__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}


/* line 75, /app/source/stylesheets/header.scss */

.ag-header__nav__links li {
    margin: 0 2rem;
}


/* line 78, /app/source/stylesheets/header.scss */

.ag-header__nav__links li:last-child span {
    position: absolute;
    margin-top: 0.2rem;
}


/* line 82, /app/source/stylesheets/header.scss */

.ag-header__nav__links li:last-child a {
    margin-left: 2.5rem;
}


/* line 88, /app/source/stylesheets/header.scss */

.ag-header__nav__links__msg {
    height: 5rem;
    width: 5rem;
    padding: 1rem;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 94, /app/source/stylesheets/header.scss */

.ag-header__nav__links__msg a {
    display: block;
    margin-top: 0.5rem;
}


/* line 99, /app/source/stylesheets/header.scss */

.ag-header__nav__links__msg:hover {
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 102, /app/source/stylesheets/header.scss */

.ag-header__nav__links__msg:hover svg use {
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    fill: #000;
}


/* line 109, /app/source/stylesheets/header.scss */

.ag-header__nav__links__msg svg {
    width: 1.8rem;
    height: 1.8rem;
}


/* line 112, /app/source/stylesheets/header.scss */

.ag-header__nav__links__msg svg use {
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    fill: #ffcda9;
}


/* line 120, /app/source/stylesheets/header.scss */

.ag-header__nav__link__custom {
    font-size: 1.2rem;
    text-decoration: none;
    color: #c1c9cc;
    letter-spacing: 0;
    line-height: 2rem;
    transition: all 300ms ease;
    background: none;
    border: none;
    cursor: pointer;
}


/* line 128, /app/source/stylesheets/header.scss */

.ag-header__nav__link__custom:hover {
    color: #e6e5e5 !important;
    text-decoration: none;
}

.ag-header__nav__link__filled {
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 3rem;
    padding: 1.3rem;
    background-color: #ffcda9;
    color: #09282a;
    outline: none;
    border: none;
    cursor: pointer;
    width: 14rem;
}

.ag-header__nav__link__filled:hover {
    background: #ffe1cb;
    opacity: 1;
}


/* line 133, /app/source/stylesheets/header.scss */

.ag-header__nav h1 {
    text-transform: uppercase;
    letter-spacing: 0.95px;
}


/* line 139, /app/source/stylesheets/header.scss */

.ag-header__user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 29rem;
    height: 8.2rem;
    /* position: relative;
    bottom:  1.2em */
}

.login_novahome2 {
    display: inline-flex;
    width: 100%;
    margin: -20px 0 0 0;
}

.displayContents {
    width: 100%;
    margin: -2px 0;
}

@media only screen and (max-width: 769px) {
    /* line 139, /app/source/stylesheets/header.scss */
    .ag-header__user {
        min-width: 20rem;
    }
}


/* line 148, /app/source/stylesheets/header.scss */

.ag-header__user__custom {
    font-size: 1.2rem;
    text-decoration: none;
    color: #c1c9cc;
    letter-spacing: 0;
    line-height: 2rem;
}


/* line 154, /app/source/stylesheets/header.scss */

.ag-header__user__custom__icon {
    margin-top: 2rem;
    margin-left: 1rem;
}


/* line 159, /app/source/stylesheets/header.scss */

.ag-header__user__name {
    margin-right: 1.5rem;
}


/* line 163, /app/source/stylesheets/header.scss */

.ag-header__user__logout {
    cursor: pointer;
}


/* line 167, /app/source/stylesheets/header.scss */

.ag-header__user__logout svg #circle {
    fill: #ffcda9;
}


/* line 174, /app/source/stylesheets/header.scss */

.ag-header__user__logout:hover svg #circle {
    fill: transparent;
    stroke: #ffcda9;
}


/* line 179, /app/source/stylesheets/header.scss */

.ag-header__user__logout:hover svg #x {
    fill: #ffcda9;
}


/* line 186, /app/source/stylesheets/header.scss */

.ag-header__user__style {
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center;
    height: 100%;
}

@media only screen and (min-width: 1200px) {
    /* line 139, /app/source/stylesheets/header.scss */
    .ag-header__user {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* line 199, /app/source/stylesheets/header.scss */

.ag-header__user:hover {
    background: #b6e2d3;
    color: #13383d;
    cursor: pointer;
}


/* line 204, /app/source/stylesheets/header.scss */

.ag-header__user:hover .ag-page__nav__row__ul__text__user>a,
.ag-header__user:hover .ag-page__nav__row__ul__text__user>span {
    color: #13383d;
    font-weight: bold;
}


/* line 210, /app/source/stylesheets/header.scss */

.ag-header__user:hover .ag-header__user__custom {
    color: #13383d;
}


/* line 214, /app/source/stylesheets/header.scss */

.ag-header__user:hover .ag-page__nav__row__ul__text__user>span:after {
    border-bottom: 0.5rem solid #13383d;
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    margin-top: -0.5rem;
    right: -4.8rem;
}


/* line 226, /app/source/stylesheets/header.scss */

.ag-header__initials {
    border-radius: 50%;
    border: 0.1rem solid #ffcda9;
    padding: 1rem;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/header.scss */
    .ag-header__initials {
        display: none;
    }
}


/* line 236, /app/source/stylesheets/header.scss */

.ag-header__align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 180px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}


/* line 244, /app/source/stylesheets/header.scss */

.ag-header__align li {
    list-style: none;
}


/* line 250, /app/source/stylesheets/header.scss */

.ag-subheader {
    display: none;
}

@media only screen and (min-width: 1200px) {
    /* line 250, /app/source/stylesheets/header.scss */
    .ag-subheader {
        background-color: #e6e6e6;
        display: -ms-flexbox;
        display: flex;
    }
}


/* line 258, /app/source/stylesheets/header.scss */

.ag-subheader__navigation {
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    margin-left: 2rem;
}


/* line 265, /app/source/stylesheets/header.scss */

.ag-subheader__navigation li {
    margin: 0 2rem;
}


/* line 267, /app/source/stylesheets/header.scss */

.ag-subheader__navigation li a {
    text-decoration: none;
    color: #000;
}


/* line 271, /app/source/stylesheets/header.scss */

.ag-subheader__navigation li a:hover {
    text-decoration: underline;
}


/* line 278, /app/source/stylesheets/header.scss */

.ag-subheader__search {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}


/* line 284, /app/source/stylesheets/header.scss */

.ag-subheader__search form {
    max-width: 22rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}


/* line 291, /app/source/stylesheets/header.scss */

.ag-subheader__search__input {
    max-width: 22rem;
    width: 100%;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 3rem;
    background-color: #fff;
    border: none;
}


/* line 300, /app/source/stylesheets/header.scss */

.ag-subheader__search__input::-moz-placeholder,
.ag-subheader__search__input::-webkit-input-placeholder,
.ag-subheader__search__input::-ms-input-placeholder,
.ag-subheader__search__input::placeholder {
    font-size: 1.5rem;
}


/* line 308, /app/source/stylesheets/header.scss */

.ag-subheader__search__icon {
    position: absolute;
    right: -25px;
    border-radius: 50%;
    padding: 1.3rem 1.5rem;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #09282a;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 320, /app/source/stylesheets/header.scss */

.ag-subheader__search__icon svg use {
    fill: #ffcda9;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}

@media only screen and (min-width: 1200px) {
    /* line 327, /app/source/stylesheets/header.scss */
    .ag-subheader__search__icon:hover {
        background-color: #ffcda9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    }
    /* line 332, /app/source/stylesheets/header.scss */
    .ag-subheader__search__icon:hover svg use {
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        fill: #09282a;
    }
}


/* line 343, /app/source/stylesheets/header.scss */

.ag-header__user:hover ul.ag-megamenu,
nav ul li:hover ul.ag-megamenu {
    top: 100%;
}


/* line 348, /app/source/stylesheets/header.scss */

.ag-header__user:hover ul.ag-megamenu--user {
    top: 100%;
    z-index: 10001;
}


/* line 353, /app/source/stylesheets/header.scss */

nav ul.ag-megamenu ul li a {
    color: #626e73;
    font-size: 1.4rem;
    text-decoration: none;
    transition: all 300ms ease;
}


/* line 359, /app/source/stylesheets/header.scss */

nav ul.ag-megamenu ul li a:hover {
    /* color: #13383d !important; */
}


/* line 363, /app/source/stylesheets/header.scss */

nav ul.ag-megamenu ul li a.ag-ct-link-menu {
    color: #13383d !important;
}


/* line 368, /app/source/stylesheets/header.scss */

.ag-megamenu {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: -999.9rem;
    padding-left: 6rem;
    background: #edf6f2;
    text-align: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    margin-left: -2rem;
    padding-left: 0;
}


/* line 384, /app/source/stylesheets/header.scss */

.ag-megamenu--user {
    width: 29rem;
    margin-left: -7.6rem;
    margin-top: 1.5rem;
    width: 75rem;
    margin-left: -7rem;
    margin-top: 1.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    right: -5.69em;
    cursor: initial;
}


/* line 400, /app/source/stylesheets/header.scss */

.ag-megamenu__align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 2rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


/* line 407, /app/source/stylesheets/header.scss */

.ag-megamenu__text {
    font-size: 1.5rem;
    color: #175459;
    line-height: 2.4rem;
}


/* line 412, /app/source/stylesheets/header.scss */

.ag-megamenu__text__custom {
    font-size: 2.6rem;
    color: #13383d;
    letter-spacing: 0;
    line-height: 3rem;
    padding: 2rem 0;
}


/* line 419, /app/source/stylesheets/header.scss */

.ag-megamenu__text__custom__icon {
    padding: 5rem 3rem;
}


/* line 423, /app/source/stylesheets/header.scss */

.ag-megamenu__text__custom__desc {
    color: #626e73;
    line-height: 2.4rem;
    font-size: 1.4rem;
}


/* line 428, /app/source/stylesheets/header.scss */

.ag-megamenu__text__custom__link {
    color: #13383d;
    padding-bottom: 3rem;
}


/* line 433, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list {
    font-size: 1.4rem;
    color: #626e73;
    letter-spacing: 0;
    line-height: 4rem;
    margin-right: 6rem;
    padding: 2rem;
}


/* line 440, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* line 446, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items--big {
    padding-right: 14rem;
}

@media only screen and (max-width: 1200px) {
    /* line 440, /app/source/stylesheets/header.scss */
    .ag-megamenu__text__list__items {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


/* line 455, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items__custom {
    padding: 2.3rem;
}


/* line 458, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items__title {
    font-size: 1.5rem;
    color: #175459;
    line-height: 2.4rem;
    text-transform: uppercase;
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
    font-weight: bold;
}


/* line 468, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items__title:first-child {
    padding-top: 0;
}


/* line 472, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items__title__ul__link {
    font-size: 1.4rem;
    color: #626e73;
    letter-spacing: 0;
    margin: 1.5rem 0;
    display: inline-block;
}


/* line 479, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items__title__ul__link__user {
    font-size: 14px;
    color: #626e73;
    letter-spacing: 0;
    line-height: 40px;
}


/* line 484, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__items__title__ul__link__user__exit {
    font-weight: bold;
    color: #13383d;
    padding-top: 4rem;
    font-size: 1rem;
}


/* line 495, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__custom {
    background: #b6e2d3;
    padding: 2rem 4rem;
}


/* line 499, /app/source/stylesheets/header.scss */

.ag-megamenu__text__list__custom li {
    padding: 0.4rem 0;
}

@media only screen and (max-width: 769px) {
    /* line 502, /app/source/stylesheets/header.scss */
    .ag-megamenu__text__list__custom--mercado {
        padding: 1.8rem;
        max-width: 15.5rem;
    }
}

@media only screen and (max-width: 769px) {
    /* line 508, /app/source/stylesheets/header.scss */
    .ag-megamenu__text__list__custom--app {
        padding: 1.8rem;
        max-width: 13.2rem;
    }
    /* line 513, /app/source/stylesheets/header.scss */
    .ag-megamenu__text__list__custom--app .ag-page__custom__rectangle {
        padding: 0;
        margin-bottom: 1rem;
    }
    /* line 518, /app/source/stylesheets/header.scss */
    .ag-megamenu__text__list__custom--app .ag-megamenu__align {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* line 527, /app/source/stylesheets/header.scss */

.ag-megamenu .ag-table__icon--help {
    margin-left: 1.2rem;
}


/* line 532, /app/source/stylesheets/header.scss */

.ag-page__nav__row {
    background: #175459;
    position: absolute;
    font-size: 1.6rem;
    width: 100%;
    z-index: 9;
}


/* line 538, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}


/* line 546, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__submenu {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: -9999px;
    left: 0;
    padding: 4rem 40px 0 40px;
    background: #edf6f2;
    text-align: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    z-index: 1;
}


/* line 559, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text {
    padding: 2rem;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center;
    border-right: solid 0.1rem #15494e;
}


/* line 564, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text:last-child {
    border-right: none;
}


/* line 567, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #e6e5e5;
    letter-spacing: 0;
}


/* line 574, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text__user {
    font-size: 14.4px;
    color: #13383d;
    letter-spacing: 0;
    line-height: 19.2px;
    text-align: left;
    padding-top: 1rem;
}


/* line 582, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text__user__exit {
    font-weight: bold;
    font-size: 1rem !important;
    color: #13383d !important;
    padding-top: 6rem !important;
    display: block;
    position: absolute;
    bottom: 2rem;
    right: 5rem;
}


/* line 594, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text__user>a {
    text-decoration: none;
    font-size: 1.44rem;
    color: #e6e5e5;
    padding-top: 3rem;
    padding-bottom: 3rem;
    letter-spacing: 0;
}


/* line 603, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text__user>span {
    font-size: 1.2rem;
    color: #e6e5e5;
    padding-top: 3rem;
    padding-bottom: 3rem;
    letter-spacing: 0;
    line-height: 2.2rem;
}


/* line 611, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text__user>span:after {
    content: '';
    display: block;
    border-top: 0.5rem solid #ffcda9;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    position: absolute;
    top: 50%;
    right: -5rem;
}

@media only screen and (max-width: 769px) {
    /* line 611, /app/source/stylesheets/header.scss */
    .ag-page__nav__row__ul__text__user>span:after {
        right: -1.5rem;
    }
}


/* line 630, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text:hover {
    background: #b6e2d3;
}


/* line 632, /app/source/stylesheets/header.scss */

.ag-page__nav__row__ul__text:hover a {
    color: #13383d;
}


/* line 639, /app/source/stylesheets/header.scss */

.ag-page__header__row {
    background: #fccdac;
    margin-top: 5.6rem;
}


/* line 642, /app/source/stylesheets/header.scss */

.ag-page__header__row__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}


/* line 646, /app/source/stylesheets/header.scss */


/* .ag-page__header__row__container__item {
      padding-top: 5rem;
      padding-bottom: 5rem;
      padding-left: 5%;
      padding-right: 5%;
       background: transparent url("/images/na/icons/airplane.png") no-repeat right 6rem bottom; 
    
    } */


/* line 656, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form {
    width: 35%;
    background: #f5f5f5;
    position: relative;
    /* margin-top: 2px; */
}


/* line 661, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    background: #b6e2d3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}


/* line 668, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form__header__title {
    font-size: 1.8rem;
    color: #0e3c40;
    letter-spacing: 0.1px;
    margin: 1.3rem;
}


/* line 674, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form__header__switch {
    position: relative;
    display: inline-block;
    width: 4.8rem;
    height: 2.4rem;
    margin: 1rem;
}


/* line 681, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form__header__switch input {
    display: none;
}


/* line 685, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form__header__switch__checkbox+.slider {
    background-color: #0e3c40;
}


/* line 689, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__form__header__show {
    margin: 1.3rem;
    font-size: 0.9rem;
    color: #6b848a;
    letter-spacing: 0;
    text-align: center;
    line-height: 18.75px;
}


/* line 700, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__down {
    margin-bottom: 3rem;
}


/* line 704, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__icon {
    -ms-flex: 1;
    flex: 1;
}


/* line 706, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__icon__first {
    position: absolute;
}


/* line 709, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__icon__seg {
    position: relative;
    top: 8.9rem;
    left: 2.6rem;
}


/* line 715, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__slider {
    background: #fccdac;
}


/* line 717, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__slider__title {
    font-size: 4.4rem;
    color: #13383d;
    letter-spacing: 0;
    line-height: 5.4rem;
}


/* line 723, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__slider__title__sub {
    font-size: 4.4rem;
    color: #175459;
    letter-spacing: 0;
    line-height: 5.4rem;
}


/* line 730, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__slider__button {
    background: #13383d;
    border-radius: 10rem;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 5.6rem;
    padding: 1.7rem;
    padding-left: 8rem;
    padding-right: 8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}


/* line 746, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__item__slider__paragraph {
    width: 56%;
    font-size: 1.6rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 2.4rem;
    padding: 4rem 0 6rem 0;
}


/* line 757, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* line 760, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__form__input {
    font-size: 1.1rem;
    color: #999999;
    line-height: 2rem;
    padding: 2rem;
    background-color: transparent;
    border-top-width: 0.1rem;
    border-right-width: 0.1rem;
    border-bottom-width: 0.1rem;
    border-left-width: 0.1rem;
    border-top-style: none;
    border-left-style: none;
}


/* line 773, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__form__down {
    padding-top: 6.8rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}


/* line 779, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__form__down__text {
    float: left;
    font-size: 1.3rem;
    color: #13383d;
    letter-spacing: 0.07px;
    text-decoration: none;
}


/* line 787, /app/source/stylesheets/header.scss */

.ag-page__header__row__container__form__down__icon {
    float: right;
}


/* line 795, /app/source/stylesheets/header.scss */

.page__rectangle {
    background: #0e3c40;
    width: 12rem;
    height: 12rem;
    border-radius: 3.4rem;
    margin: 0 auto;
}


/* line 801, /app/source/stylesheets/header.scss */

.page__rectangle__icon {
    text-align: center;
    margin-left: 3.5rem;
}


/* line 804, /app/source/stylesheets/header.scss */

.page__rectangle__icon__title {
    margin-top: 2.5rem;
    font-size: 3.4rem;
    color: #13383d;
    letter-spacing: 0;
    line-height: 4rem;
    margin-bottom: 2rem;
}