.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center;
  margin: 0 -1.25rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row .row .row {
  margin: 0 -1.25rem;
}
.row .container .row {
  margin: 0;
}
.c,
.col,
.column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
}
.c-auto {
  flex-basis: 0;
}
.c-first {
  order: -1;
}
.c-last {
  order: 1;
}
.group {
  padding: 0;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.container {
  clear: both;
  padding-left: 4.166666666666667%;
  padding-right: 4.166666666666667%;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.c-1 {
  flex: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}
.c-2 {
  flex: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}
.c-3 {
  flex: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}
.c-4 {
  flex: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.c-5 {
  flex: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}
.c-6 {
  flex: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.c-7 {
  flex: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}
.c-8 {
  flex: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}
.c-9 {
  flex: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}
.c-10 {
  flex: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.c-11 {
  flex: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}
.c-12 {
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
@media screen and (min-width: 0px) {
  .xs-auto {
    flex-basis: 0;
  }
  .xs-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .xs-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .xs-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .xs-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .xs-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .xs-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .xs-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .xs-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .xs-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .xs-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .xs-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .xs-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 576px) {
  .s-auto {
    flex-basis: 0;
  }
  .s-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .s-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .s-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .s-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .s-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .s-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .s-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .s-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .s-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .s-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .s-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .s-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .m-auto {
    flex-basis: 0;
  }
  .m-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .m-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .m-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .m-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .m-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .m-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .m-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .m-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .m-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .m-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .m-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .m-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 992px) {
  .l-auto {
    flex-basis: 0;
  }
  .l-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .l-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .l-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .l-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .l-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .l-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .l-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .l-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .l-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .l-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .l-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .l-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .xl-auto {
    flex-basis: 0;
  }
  .xl-1 {
    flex: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .xl-2 {
    flex: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .xl-3 {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .xl-4 {
    flex: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .xl-5 {
    flex: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .xl-6 {
    flex: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .xl-7 {
    flex: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .xl-8 {
    flex: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .xl-9 {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .xl-10 {
    flex: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .xl-11 {
    flex: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .xl-12 {
    flex: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
fieldset {
  margin: 0rem 0rem 1.5rem;
  padding: 1.5rem;
  border: 0;
}
label {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  font-size: 95%;
  line-height: 1.5rem;
  margin: 0rem 0rem 0.75rem;
}
label input:not([type]),
label [type='color'],
label [type='date'],
label [type='datetime'],
label [type='datetime-local'],
label [type='email'],
label [type='month'],
label [type='number'],
label [type='password'],
label [type='range'],
label [type='search'],
label [type='tel'],
label [type='text'],
label [type='time'],
label [type='url'],
label [type='week'],
label select {
  margin-bottom: 0 !important;
}
input:not([type]),
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='range'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select {
  height: 2.25rem;
  line-height: 2.0625rem;
  padding: 0rem 0.75rem;
  margin: 0rem 0rem 0.75rem;
  font-size: inherit;
  width: 100%;
  border: 1px solid #7b7b7b;
  display: inline-block;
  background: #fff;
  color: #363636;
  font-family: inherit;
  border-radius: 3px;
}
select[multiple] {
  max-height: 6rem;
  min-height: 3rem;
  margin: -1px;
  font-size: inherit;
}
optgroup,
option {
  line-height: 1.5rem;
  height: 1.5rem;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  height: 1rem;
  margin: 0.75rem 0.5rem 0.5rem 0rem;
  vertical-align: -0.25rem;
  width: auto;
}
input:before {
  content: '';
}
input:after {
  content: '';
}
textarea {
  width: 100%;
  padding: 0.1875rem 0.75rem 0;
  margin: 0;
  line-height: 1.5rem;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #7b7b7b;
  color: #363636;
  border-radius: 3px;
  background: #fff;
  overflow: auto;
}
input[type="file"] {
  border: 0;
  outline: 0 solid #434343;
  height: auto;
  background: transparent;
}
label.sm {
  font-size: 12px;
  margin: 0rem 0rem 1.125rem;
}
label.lg {
  font-size: 18px;
  margin: 0rem 0rem 1.5rem;
}
label.required:before {
  content: '*';
  color: #e03131;
  line-height: 1;
  font-size: 80%;
  padding: 0rem 0.3125rem 0rem 0rem;
}
label .error_mess {
  color: #ff0606;
  font-size: 80%;
  display: inline;
  line-height: 1;
  font-weight: 400;
}
.error_mess:empty {
  display: none !important;
}
input:not([type]) + .error_mess,
[type='color'] + .error_mess,
[type='date'] + .error_mess,
[type='datetime'] + .error_mess,
[type='datetime-local'] + .error_mess,
[type='email'] + .error_mess,
[type='month'] + .error_mess,
[type='number'] + .error_mess,
[type='password'] + .error_mess,
[type='range'] + .error_mess,
[type='search'] + .error_mess,
[type='tel'] + .error_mess,
[type='text'] + .error_mess,
[type='time'] + .error_mess,
[type='url'] + .error_mess,
[type='week'] + .error_mess,
select + .error_mess {
  line-height: 1.5rem;
  display: block;
}
input:not([type]):focus,
[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='range']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
select:focus {
  border-color: #2c80b8;
  outline: 0 solid #434343;
  box-shadow: 0 0 0 0.125rem rgba(44,128,184,0.25);
/*
      &:valid:not(:placeholder-shown):not(:focus)
        border 1px solid $success !important

      &:valid:not(:placeholder-shown):focus
        border 1px solid $success !important
        box-shadow 0 0 0 0.125rem rgba($success, .25)

      &:invalid:not(:placeholder-shown):not(:focus)
        color $error !important
        border 1px solid $error !important

      &:invalid:not(:placeholder-shown):focus // :active
        color $error !important
        border 1px solid $error !important
        box-shadow 0 0 0 0.125rem rgba($error, .25)
    */
}
input:not([type]):focus:disabled,
[type='color']:focus:disabled,
[type='date']:focus:disabled,
[type='datetime']:focus:disabled,
[type='datetime-local']:focus:disabled,
[type='email']:focus:disabled,
[type='month']:focus:disabled,
[type='number']:focus:disabled,
[type='password']:focus:disabled,
[type='range']:focus:disabled,
[type='search']:focus:disabled,
[type='tel']:focus:disabled,
[type='text']:focus:disabled,
[type='time']:focus:disabled,
[type='url']:focus:disabled,
[type='week']:focus:disabled,
select:focus:disabled {
  color: #7b7b7b;
  background: #d9d9d9;
  border: 1px solid #d9d9d9 !important;
  text-decoration: line-through;
}
input:not([type]):read-only,
[type='color']:read-only,
[type='date']:read-only,
[type='datetime']:read-only,
[type='datetime-local']:read-only,
[type='email']:read-only,
[type='month']:read-only,
[type='number']:read-only,
[type='password']:read-only,
[type='range']:read-only,
[type='search']:read-only,
[type='tel']:read-only,
[type='text']:read-only,
[type='time']:read-only,
[type='url']:read-only,
[type='week']:read-only {
  background: #d9d9d9;
  color: #7b7b7b;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  height: 2.25rem;
  line-height: 2.0625rem;
  padding: 0rem 0.75rem;
  margin: 0rem 0rem 0.75rem;
  font-size: inherit;
  padding: 0 1.25rem;
  border: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #2c80b8;
  border-radius: 0.25rem;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background: #1d557a;
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  background: #1d557a;
}
label input[type="button"],
label input[type="submit"],
label input[type="reset"],
label button {
  margin-bottom: 0 !important;
}
.button {
  height: 2.25rem;
  line-height: 2.0625rem;
  padding: 0rem 0.75rem;
  margin: 0rem 0rem 0.75rem;
  font-size: inherit;
  padding: 0 1.25rem;
  border: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #2c80b8;
  border-radius: 0.25rem;
}
.button:hover {
  background: #1d557a;
}
.button:focus {
  background: #1d557a;
}
.button-ghost {
  height: 2.25rem;
  line-height: 2.0625rem;
  padding: 0rem 0.75rem;
  margin: 0rem 0rem 0.75rem;
  font-size: inherit;
  padding: 0 1.25rem;
  border: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: transparent;
  border: 2px solid #2c80b8;
  color: #2c80b8;
  border-radius: 0.25rem;
}
.button-ghost:hover {
  background: #1d557a;
}
.button-ghost:focus {
  background: #1d557a;
}
label .button,
label .button-ghost {
  margin-bottom: 0 !important;
}
html {
  font-size: 16px;
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  font: 1rem/1.5rem Roboto, sans-serif;
  font-weight: 400;
  color: #363636;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  min-width: 20rem;
  margin: 0;
}
h1, h2 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

@media screen {
  h1 {
    font-size: 3.3125rem;
    line-height: 4.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen {
  h2 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen {
  h3 {
    font-size: 2.0625rem;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen {
  h4 {
    font-size: 1.625rem;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen {
  h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
address {
  margin-bottom: 1.5rem;
  font-style: normal;
}
p {
  margin: 0rem 0rem 1.5rem;
}
hr {
  border: solid #434343;
  border-width: 1px 0 0;
  margin: -1px 0rem 1.5rem;
}
blockquote {
  border-left: 0.25rem solid #434343;
  margin: 0rem 0rem 1.5rem;
  padding: 0.75rem 1.5rem;
  quotes: "\201C" "\201D";
}
figure {
  margin: 0rem 0rem 1.5rem;
}
figurecaption {
  font-size: 80%;
}
ol {
  padding: 0rem 0rem 0rem 1.5rem;
  margin: 0rem 0rem 1.5rem;
}
ol ol {
  list-style-type: lower-alpha;
}
ul {
  list-style-type: none;
  padding: 0rem;
  margin: 0rem 0rem 1.5rem;
}
ol ul,
ul ul {
  list-style-type: circle;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin: 0rem 0rem 0rem 1.5rem;
}
ul ul {
  padding: 0rem 0rem 0rem 1.5rem;
}
dl {
  margin: 0rem 0rem 1.5rem;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0rem;
}
a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  color: #2c80b8;
}
a:hover,
a:focus,
a:active {
  color: #60a8d9;
  outline-width: 0;
  text-decoration: underline;
}
b,
em,
strong,
small,
s,
cite,
code,
mark,
kbd,
sub,
sup,
tt,
samp {
  line-height: 1;
}
@media screen {
  ruby,
  rb,
  rt,
  rtc {
    display: none;
  }
}
pre,
code,
mark,
kbd,
samp {
  font-family: 'PT Mono', 'Marck Script', cursive;
}
pre,
code,
mark,
samp {
  color: inherit;
}
code {
  background-color: #f9f2f4;
  font-size: 80%;
  outline: 1px solid #434343;
}
code:before,
code:after {
  content: '\00a0 \00a0';
}
kbd {
  color: #fff;
  background-color: #363636;
  font-size: 80%;
}
kbd:before,
kbd:after {
  content: '\00a0 \00a0';
}
kbd kbd {
  font-size: 100%;
}
sup,
sub {
  font-size: 65%;
}
@media screen {
  keygen {
    display: none;
  }
}
@media screen {
  menu {
    display: none;
  }
}
@media screen {
  dialog {
    display: none;
  }
}
td,
th,
tr,
table,
thead,
tbody,
tfoot {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border: 0;
}
td,
th {
  text-align: left;
}
table {
  width: 100%;
  border-collapse: collapse;
}
img {
  display: block;
}
video {
  margin: 0;
  padding: 0;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.line-height {
  line-height: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
@media screen {
  .hidden {
    display: none;
  }
}
.noindent {
  margin: 0;
  padding: 0;
}
.white {
  color: #fff;
}
.white-light {
  color: #fff;
}
.white-dark {
  color: #d9d9d9;
}
.bg-white {
  background: #fff;
}
.bg-white-light {
  background: #fff;
}
.bg-white-dark {
  background: #d9d9d9;
}
.gray {
  color: #434343;
}
.gray-light {
  color: #7b7b7b;
}
.gray-dark {
  color: #393939;
}
.bg-gray {
  background: #434343;
}
.bg-gray-light {
  background: #7b7b7b;
}
.bg-gray-dark {
  background: #393939;
}
.black {
  color: #0e0e0e;
}
.black-light {
  color: #565656;
}
.black-dark {
  color: #0c0c0c;
}
.bg-black {
  background: #0e0e0e;
}
.bg-black-light {
  background: #565656;
}
.bg-black-dark {
  background: #0c0c0c;
}
.red {
  color: #cd2122;
}
.red-light {
  color: #e55b5c;
}
.red-dark {
  color: #ae1c1d;
}
.bg-red {
  background: #cd2122;
}
.bg-red-light {
  background: #e55b5c;
}
.bg-red-dark {
  background: #ae1c1d;
}
.bronze {
  color: #c29a5b;
}
.bronze-light {
  color: #d4b88c;
}
.bronze-dark {
  color: #b18642;
}
.bg-bronze {
  background: #c29a5b;
}
.bg-bronze-light {
  background: #d4b88c;
}
.bg-bronze-dark {
  background: #b18642;
}
.base {
  color: #363636;
}
.base-light {
  color: #727272;
}
.base-dark {
  color: #2e2e2e;
}
.bg-base {
  background: #363636;
}
.bg-base-light {
  background: #727272;
}
.bg-base-dark {
  background: #2e2e2e;
}
.bg {
  color: #faf7f2;
}
.bg-light {
  color: #fcf9f6;
}
.bg-dark {
  color: #e5d6bd;
}
.bg-bg {
  background: #faf7f2;
}
.bg-bg-light {
  background: #fcf9f6;
}
.bg-bg-dark {
  background: #e5d6bd;
}
.primary {
  color: #ff0202;
}
.primary-light {
  color: #ff4e4e;
}
.primary-dark {
  color: #da0000;
}
.bg-primary {
  background: #ff0202;
}
.bg-primary-light {
  background: #ff4e4e;
}
.bg-primary-dark {
  background: #da0000;
}
.secondary {
  color: #bd9455;
}
.secondary-light {
  color: #d1b488;
}
.secondary-dark {
  color: #a87f41;
}
.bg-secondary {
  background: #bd9455;
}
.bg-secondary-light {
  background: #d1b488;
}
.bg-secondary-dark {
  background: #a87f41;
}
.tertiary {
  color: #e8e6d9;
}
.tertiary-light {
  color: #efeee4;
}
.tertiary-dark {
  color: #cfcaaf;
}
.bg-tertiary {
  background: #e8e6d9;
}
.bg-tertiary-light {
  background: #efeee4;
}
.bg-tertiary-dark {
  background: #cfcaaf;
}
.success {
  color: #26a85d;
}
.success-light {
  color: #51d88a;
}
.success-dark {
  color: #208f4f;
}
.bg-success {
  background: #26a85d;
}
.bg-success-light {
  background: #51d88a;
}
.bg-success-dark {
  background: #208f4f;
}
.warning {
  color: #f03e3e;
}
.warning-light {
  color: #f57878;
}
.warning-dark {
  color: #ed1414;
}
.bg-warning {
  background: #f03e3e;
}
.bg-warning-light {
  background: #f57878;
}
.bg-warning-dark {
  background: #ed1414;
}
.alert {
  color: #e03131;
}
.alert-light {
  color: #e96f6f;
}
.alert-dark {
  color: #ca1e1e;
}
.bg-alert {
  background: #e03131;
}
.bg-alert-light {
  background: #e96f6f;
}
.bg-alert-dark {
  background: #ca1e1e;
}
.error {
  color: #ff0606;
}
.error-light {
  color: #ff5151;
}
.error-dark {
  color: #de0000;
}
.bg-error {
  background: #ff0606;
}
.bg-error-light {
  background: #ff5151;
}
.bg-error-dark {
  background: #de0000;
}
.info {
  color: #2c80b8;
}
.info-light {
  color: #60a8d9;
}
.info-dark {
  color: #256d9c;
}
.bg-info {
  background: #2c80b8;
}
.bg-info-light {
  background: #60a8d9;
}
.bg-info-dark {
  background: #256d9c;
}
.mark {
  color: #f9f2f4;
}
.mark-light {
  color: #fbf6f7;
}
.mark-dark {
  color: #e2c0c9;
}
.bg-mark {
  background: #f9f2f4;
}
.bg-mark-light {
  background: #fbf6f7;
}
.bg-mark-dark {
  background: #e2c0c9;
}
.bold {
  font-weight: 700;
}
.light {
  font-weight: 200;
}
.italic {
  font-style: italic;
}
.normal {
  font-weight: 400;
  font-style: normal;
}
.lead {
  font-size: 1.125rem;
  font-weight: 700;
}
.big {
  font-size: 110%;
}
.small {
  font-size: 80%;
}
@media screen {
  .h6-like {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen {
  .h5-like {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media screen {
  .h4-like {
    font-size: 1.625rem;
    line-height: 3rem;
  }
}
@media screen {
  .h3-like {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
}
@media screen {
  .h2-like {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media screen {
  .h1-like {
    font-size: 3.3125rem;
    line-height: 4.5rem;
  }
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.centre {
  text-align: center;
}
.justify {
  text-align: justify;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.nowrap {
  white-space: nowrap;
}
.list,
ul.list-disc,
ul.list-circle,
ul.list-square,
ul.list-blank {
  padding-left: 1.5rem;
}
.list-group {
  padding: 0;
  text-align: left;
}
.list-group > :first-child {
  border-top: 1px solid #f00;
  margin-top: 0;
}
.list-group li {
  border-bottom: 1px solid #f00;
  max-height: 1.5rem;
  overflow: hidden;
}
.list-group li > :last-child {
  float: right;
  display: block;
}
ul.list-disc {
  list-style-type: disc;
}
ul.list-circle {
  list-style-type: circle;
}
ul.list-square {
  list-style-type: square;
}
ul.list-blank {
  list-style-type: none;
}
ul.list-inline {
  list-style: none;
}
ul.list-inline > li,
ul.list-inline display inline-block,
ul.list-inline a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 0 0.75rem;
  background: inherit;
}
ul.list-inline > li:hover,
ul.list-inline display inline-block:hover,
ul.list-inline a:hover {
  text-decoration: underline;
  background: rgba(255,255,255,0.3);
}
ul.list-inline > li:focus,
ul.list-inline display inline-block:focus,
ul.list-inline a:focus {
  background: rgba(250,250,250,0.5);
}
ul.list-inline > li:first-child {
  margin-left: 0;
}
dl.list-inline {
  padding: 0;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
dl.list-inline dt {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  dl.list-inline dt {
    flex: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
}
dl.list-inline dd {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  flex: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  flex-grow: 1;
  margin: 0rem 0rem 1.5rem;
}
@media screen and (min-width: 768px) {
  dl.list-inline dd {
    flex: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
}
.radius {
  border-radius: 3px;
}
.circle {
  border-radius: 50%;
}
.outline {
  outline: 1px solid #434343;
}
.view-grid {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-position: left -1px;
  background-repeat: repeat;
  background-size: 1.5rem 1.5rem;
}
.view-layout .c,
.view-layout .col,
.view-layout .row,
.view-layout .container {
  outline: 1px solid #434343;
  position: relative;
  min-height: 1.5rem;
}
.view-layout .row:after {
  content: attr(class);
  position: absolute;
  margin: 0 auto;
  top: -1.5rem;
  font-size: 80%;
  color: #0e0e0e;
}
.view-layout .col,
.view-layout .c {
  background: #7b7b7b;
}
.view-layout .col:after,
.view-layout .c:after {
  content: attr(class);
  position: absolute;
  margin: 0 auto;
  top: -0.5rem;
  right: 0.5rem;
  font-size: 80%;
  color: #0e0e0e;
}
.view-layout .c-auto {
  background: #f00;
}
.view-layout .row {
  margin-bottom: 1.5rem;
  background: #f9f;
}
.view-layout .group {
  background: #f99;
}
.view-layout .group .c {
  background: #99f;
}
q {
  quotes: "«" "»";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
abbr[title] {
  border-bottom: 1px dotted #363636;
  cursor: help;
}
blockquote cite {
  display: block;
  font-size: 80%;
}
blockquote footer {
  display: block;
}
blockquote footer cite {
  display: inline;
  line-height: 1;
}
blockquote cite:before {
  content: '— ';
}
pre {
  margin: 0rem 0rem 1.5rem;
}
pre code {
  overflow: hidden;
  color: inherit;
  background: inherit;
  display: block;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  padding: 0rem 1.5rem;
}
pre b,
pre strong,
pre em,
pre small,
pre code,
pre mark {
  line-height: 1.5rem;
}
@font-face {
  font-family: SegoeUIBold;
  src: local("Segoe UI Bold"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url("/fonts/SegoeUI/seguibl.eot");
  src: local(SegoeUIBlack), url("/fonts/SegoeUI/seguibl.woff") format('woff'), url("/fonts/SegoeUI/seguibl.ttf") format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: SegoeUISemibold;
  src: url("/fonts/SegoeUI/segoe_ui_semibold.eot"); /* IE 9 Compatibility Mode */
  src: local(SegoeUISemibold), url("/fonts/SegoeUI/segoe_ui_semibold.eot?#iefix") format('embedded-opentype'), url("/fonts/SegoeUI/segoe_ui_semibold.woff2") format('woff2'), url("/fonts/SegoeUI/segoe_ui_semibold.woff") format('woff'), url("/fonts/SegoeUI/segoe_ui_semibold.ttf") format('truetype'), url("/fonts/SegoeUI/segoe_ui_semibold.svg#segoe_ui_semibold") format('svg');
  font-weight: 500;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,400&display=swap');
html,
body {
  min-height: -webkit-fill-available;
  background: #faf7f2;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.content {
  position: relative;
  z-index: 1;
  max-width: 925px;
  padding: 0;
  margin: 0 auto;
/*
  p
    text-indent: 2rem;
    a
     text-indent: .5rem;
  */
}
p {
  font-size: 18px;
  line-height: 1.5;
}
.bigtext * {
  font-size: 22px;
}
.birds-bg {
  position: absolute;
  top: 59vh;
  right: 5vw;
  z-index: 0;
}
h4 {
  color: #15527d;
  line-height: 1.5;
}
h4 a {
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .container {
    margin: 0 1rem !important;
  }
  .allabout,
  .amateur {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 768px) {
  .container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .help .container {
    margin: 0 1rem !important;
  }
  .intro,
  .allabout,
  .amateur,
  .help,
  .shop {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
  }
  .intro .content,
  .allabout .content,
  .amateur .content,
  .help .content,
  .shop .content {
    margin: 0 auto 5rem !important;
  }
  .intro .content h3,
  .allabout .content h3,
  .amateur .content h3,
  .help .content h3,
  .shop .content h3 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .intro h2,
  .allabout h2,
  .amateur h2,
  .help h2,
  .shop h2 {
    font-size: 40px !important;
    margin-bottom: 2.75rem !important;
  }
  .intro .img-hover-zoom,
  .allabout .img-hover-zoom,
  .amateur .img-hover-zoom,
  .help .img-hover-zoom,
  .shop .img-hover-zoom {
    height: 200px !important;
figcaption
    padding: 0rem 1rem !important;
  }
  .intro .img-hover-zoom h2,
  .allabout .img-hover-zoom h2,
  .amateur .img-hover-zoom h2,
  .help .img-hover-zoom h2,
  .shop .img-hover-zoom h2 {
    font-size: 40px !important;
    line-height: 1 !important;
    margin-bottom: 1rem !important;
  }
  .allabout {
    display: none;
  }
}
@media (max-width: 576px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 375px) {
  .intro .img-hover-zoom,
  .allabout .img-hover-zoom,
  .amateur .img-hover-zoom,
  .help .img-hover-zoom,
  .shop .img-hover-zoom {
    height: 240px !important;
  }
  .intro figcaption h2,
  .allabout figcaption h2,
  .amateur figcaption h2,
  .help figcaption h2,
  .shop figcaption h2 {
    font-size: 32px !important;
    margin-bottom: 1.2rem !important;
  }
  .amateur .img-hover-zoom figcaption h3 {
    font-size: 32px;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 576px) {
  .navigation__inner,
  .navigation__list {
    display: none !important;
  }
  p {
    font-size: 16px !important;
    margin-bottom: 1rem !important;
  }
  h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    margin-top: 0;
    margin-bottom: 1.5rem !important;
  }
  h3 {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
    margin-top: 0;
    margin-bottom: 1.5rem !important;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .bigtext * {
    font-size: 18px !important;
  }
  .intro .content h3,
  .allabout .content h3,
  .amateur .content h3,
  .help .content h3,
  .shop .content h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .intro h2,
  .allabout h2,
  .amateur h2,
  .help h2,
  .shop h2 {
    font-size: 30px !important;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 1400px) {
  .footer .footer-nav {
    padding: 1rem 1.8rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1600px) {
  .footer .footer-nav {
    padding: 1rem 1.8rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer .footer-nav {
    padding: 1rem 1.8rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .footer .footer-nav .logo img {
    width: 80px;
  }
}
@media (max-width: 1600px) {
  .footer .footer-nav .logo img {
    width: 80px;
  }
  .footer .footer-nav .logo img {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .footer .footer-nav .logo img {
    width: 80px;
  }
}
.footer .nav {
  display: block !important;
}
.hidden {
  visibility: hidden;
}
.visible-links {
  display: inline-table;
}
.visible-links li {
  display: table-cell;
}
.hidden-links {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 3;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
  padding: 1rem 0.5rem;
  border: 1px solid #e0e0e0;
}
.hidden-links li {
  display: block;
  border-top: 1px solid transparent;
}
.hidden-links li a {
  color: #363636;
  line-height: 35px;
  font-size: 13px;
  line-height: 25px;
}
body .nowrap {
  white-space: nowrap;
}
body .navigation {
  height: 50px;
  z-index: 2;
  top: 3rem;
  left: 0;
  right: 0;
  display: flex;
  padding: 1.5rem 2.8rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 400px) {
  body .navigation {
    top: 2rem;
  }
}
body .nav-wrapper {
  z-index: 2;
  margin-top: 3rem;
  margin-bottom: -5rem;
}
body .navigation .logo img {
  width: 115px;
}
body .navigation .social {
  white-space: nowrap;
}
body .navigation .social a {
  margin: 0 0.5rem;
}
body .navigation .social .delimiter {
  margin-right: 1rem;
}
body .navigation .social a img {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
body .navigation__inner {
  display: flex;
  height: 50px;
  padding: 0;
  margin: 0 0 0 2.8rem;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
body .navigation__link {
  display: block;
  padding: 0 1rem;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
body .navigation__link:hover {
  text-decoration: underline;
}
body .navigation__logo {
  flex-shrink: 0;
  align-self: flex-start;
}
body .navigation__logo .navigation__link {
  font-weight: 500;
}
body .navigation__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 0;
  border-right: 0;
}
body .inner_links .navigation__link {
  font-size: 13px;
  line-height: 25px;
}
@media screen and (max-width: 400px) {
  body .navigation__item {
    flex-basis: 100%;
  }
}
body .navigation__toggle {
  flex-shrink: 0;
}
body .navigation__toggle .navigation__link {
  position: relative;
  padding-right: 50px;
}
body .navigation__toggle .navigation__link::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
body .navigation__toggle.open .navigation__link:after {
  content: '';
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
body .navigation a.gold {
  color: #fff;
  white-space: nowrap;
  background: #b18d4e;
  margin-right: 2rem;
  margin-left: 1rem;
}
body .navigation a.gold:hover {
  color: #fff;
}
.nav ul li {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.125em;
  padding: 2rem 1rem;
  text-transform: uppercase;
  background: inherit;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.nav ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.1px;
}
.nav ul li a:hover {
  color: #b18d4e;
}
.hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
.hero .hero-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 2.8rem;
  display: flex;
  justify-content: space-between;
}
.hero .hero-nav .logo img {
  width: 115px;
}
.hero .hero-nav .social {
  padding-top: 1rem;
}
.hero .hero-nav .social a {
  margin: 0 0.5rem;
}
.hero .hero-nav .social a:last-child {
  margin-right: 0;
}
.hero .hero-nav .social a img {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.hero .hero-nav .social a img:hover {
  opacity: 1;
}
.hero .hero-content {
  text-align: center;
}
.hero #background-video {
  height: 100vh;
  width: 100vw !important;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.hero .hero-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .nav-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero .button.ghost {
  margin-bottom: 6rem;
}
h1 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 80px;
  line-height: 5.6rem;
  margin-bottom: 5rem;
}
.button.ghost {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.75rem 3rem;
  height: auto;
  position: relative;
  z-index: 1;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
@media (max-width: 1600px) {
  .hero .hero-nav {
    padding: 1rem 1.8rem;
    display: flex;
    justify-content: space-between;
  }
  .hero .hero-nav .logo img {
    width: 80px;
  }
  .hero .hero-content {
    padding: 0;
  }
  .hero h1 {
    font-size: 50px;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
  .hero .button.ghost {
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 0.75rem 2.25rem;
  }
}
@media (max-width: 1400px) {
  .hero .hero-nav {
    padding: 1rem 1.8rem;
    display: flex;
    justify-content: space-between;
  }
  .hero .hero-nav .logo img {
    width: 80px;
  }
  .hero .hero-content {
    padding: 5rem 0 0;
  }
  .hero h1 {
    font-size: 50px;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
  .hero .button.ghost {
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 0.75rem 2.25rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-nav {
    padding: 1rem 1.8rem;
    display: flex;
    justify-content: space-between;
  }
  .hero .hero-nav .logo img {
    width: 80px;
  }
  .hero .hero-content {
    padding: 5rem 0 0;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 3.6rem;
    margin-bottom: 3rem !important;
  }
  .hero .button.ghost {
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 0.75rem 2.25rem;
  }
  .hero .desktop-only {
    display: none;
  }
  .hero .mobile-only {
    display: block;
  }
  .hero .hero-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .hero-inner h1 {
    margin-top: 5rem;
  }
  .join .hero-inner h1 {
    margin-top: 0rem !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) and (orientation: landscape) {
  body {
    height: 110vh;
  }
  .hero .logo img {
    width: 60px !important;
  }
  .hero .hero-content {
    padding: 8rem 0 0 !important;
  }
  .hero .hero-mask {
    position: absolute;
    bottom: -14rem;
    left: 0;
    right: 0;
  }
  .hero h1 {
    font-size: 30px;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 375px) {
  .hero h1 {
    font-size: 32px;
    line-height: 2.6rem;
    margin-bottom: 3rem !important;
  }
  .hero .button.ghost {
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    padding: 0.5rem 2.25rem;
  }
  .hero-inner h1 {
    margin-top: 5rem;
  }
}
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.crossfade > figure:nth-child(1) {
  background: url("/hero/1.jpg") no-repeat fixed center 0 !important;
  background-size: cover !important;
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background: url("/hero/2.jpg") no-repeat fixed center -110px !important;
  background-size: cover !important;
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background: url("/hero/3.jpg") no-repeat fixed center -200px !important;
  background-size: cover !important;
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background: url("/hero/4.jpg") no-repeat fixed center -110px !important;
  background-size: cover !important;
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background: url("/hero/5.jpg") no-repeat fixed center -227px !important;
  background-size: cover !important;
}
.crossfade > figure:nth-child(6) {
  animation-delay: 30s;
  background: url("/hero/6.jpg") no-repeat fixed center 0 !important;
  background-size: cover !important;
}
.crossfade > figure:nth-child(7) {
  animation-delay: 36s;
  ackground: url("/hero/1.jpg") no-repeat fixed center 0 !important;
  background-size: cover !important;
}
@media (max-width: 1400px) {
  .crossfade > figure:nth-child(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    background: url("/hero/3.jpg") no-repeat fixed center -130px !important;
    background-size: cover !important;
  }
}
@media (max-width: 425px) {
  .crossfade > figure:nth-child(1) {
    background: url("/hero/1.jpg") no-repeat fixed center 0 !important;
    background-size: cover !important;
  }
  .crossfade > figure:nth-child(2) {
    animation-delay: 6s;
    background: url("/hero/2.jpg") no-repeat fixed center 0px !important;
    background-size: cover !important;
  }
  .crossfade > figure:nth-child(3) {
    animation-delay: 12s;
    background: url("/hero/3.jpg") no-repeat fixed -200px -20px !important;
    background-size: cover !important;
  }
  .crossfade > figure:nth-child(4) {
    animation-delay: 18s;
    background: url("/hero/4.jpg") no-repeat fixed center 0px !important;
    background-size: cover !important;
  }
  .crossfade > figure:nth-child(5) {
    animation-delay: 24s;
    background: url("/hero/5.jpg") no-repeat fixed center -60px !important;
    background-size: cover !important;
  }
  .crossfade > figure:nth-child(6) {
    animation-delay: 30s;
    background: url("/hero/6.jpg") no-repeat fixed center 0 !important;
    background-size: cover !important;
  }
}
.hero-main {
  background: #000;
  min-height: 940px;
}
@media (max-width: 1600px) {
  .hero-main {
    min-height: 730px;
  }
}
@media (max-width: 1400px) {
  .hero-main {
    min-height: 665px;
  }
}
@media (max-width: 1100px) {
  .nav,
  .navigation__inner {
    display: none;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) and (orientation: landscape) {
  .hero-main {
    min-height: 100vh;
    height: 100vh;
  }
}
@media (max-width: 375px) {
  .hero-main {
    min-height: 95vh;
    height: 500px;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero-inner {
  min-height: 685px;
  margin-bottom: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -100px;
}
.hero-inner h1 {
  margin-bottom: 6rem;
}
.birdofyear .hero-inner,
.join .hero-inner {
  background-position: center -275px !important;
}
@media (max-width: 1600px) {
  .hero-inner {
    min-height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -330px;
  }
}
@media (max-width: 1400px) {
  .hero-inner {
    min-height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -275px;
  }
}
@media (max-width: 1200px) {
  .hero-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -175px;
  }
}
@media (max-width: 800px) {
  .hero-inner {
    background-size: 870px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -120px;
  }
}
@media (max-width: 768px) {
  .hero-inner {
    min-height: 480px;
    margin-bottom: 2rem;
  }
  .birdofyear .hero-inner,
  .join .hero-inner {
    background-position: center -70px !important;
  }
  .wrapper_about {
    width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) and (orientation: landscape) {
  .hero-inner {
    min-height: 100vh;
    height: 100vh;
  }
}
.intro {
  background: #faf7f2;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
.intro .content {
  position: relative;
  z-index: 1;
  max-width: 925px;
  padding: 0rem 1.5rem;
  margin: 0 auto 7.5rem;
}
.intro .content h3 {
  margin-bottom: 3rem;
  font-size: 30px;
}
.intro .birds-bg {
  position: absolute;
  top: 88vh;
  right: 5vw;
  z-index: 0;
  max-width: 450px;
}
@media (max-width: 1600px) {
  .intro .birds-bg {
    top: 600px;
  }
  .intro .content h3 {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .birds-bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro {
    padding-top: 3rem;
  }
  .intro .content {
    padding: 0rem 1.5rem;
  }
}
.help {
  background: url("/help.jpg") fixed center no-repeat;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  margin-top: 6rem;
  margin-bottom: 4.5rem;
}
.help a:hover {
  text-decoration: none;
}
.help .red {
  color: #e53d3d;
  font-family: Roboto;
  font-weight: 800;
  background: rgba(255,255,255,0.7);
  padding: 0.5rem 1rem;
  font-size: 20px;
  border-radius: 50px;
  line-height: 1.5;
}
.help .red.arrow:after {
  content: ' ';
  background: url("/arrow-red.png") no-repeat center;
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  right: 0;
  margin-left: 1rem;
  top: 3px;
  background-size: 20px;
}
.help h2 {
  font-family: Roboto;
  font-weight: 500;
  color: #363636;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 3.75rem;
  text-align: left;
  color: #fff;
}
.help p {
  font-size: 24px;
  line-height: 1.4;
}
.help .tizer {
  padding: 1rem 0.5rem;
  margin-bottom: 3rem;
}
.help .tizer p {
  display: inline;
  background: #b18d4e;
  color: #fff !important;
  box-shadow: 2px 2px 0 9px #b18d4e;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.2;
  margin: 0;
}
@media (max-width: 1600px) {
  .help h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .help {
    background: url("/help.jpg") fixed -472px center no-repeat;
    padding-bottom: 1rem !important;
    margin-top: 3rem;
  }
  .help .red {
    font-size: 14px;
    line-height: 2.5;
  }
  .help .red.arrow:after {
    top: 5px;
  }
}
.shop {
  background: #faf7f2;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
.shop .container .slider {
  background: #ebe8e3;
}
.shop .container .slider .slick-slide {
  border-right: 1px solid #d0d0d0;
  text-align: center;
  padding: 2rem 1rem 2.5rem;
}
.shop .container .slider .slick-slide img {
  margin: 0 auto 1.5rem;
  max-width: 98%;
}
.shop .container .slider .slick-slide p {
  margin: 0;
}
.shop .container .slider .slick-prev:before,
.shop .container .slider .slick-next:before {
  font-size: 40px;
}
.shop .container .slider .slick-next {
  right: 40px;
}
.shop .container .slider .slick-prev {
  left: 20px;
}
.shop h2 {
  font-family: Roboto;
  font-weight: 500;
  color: #363636;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media (max-width: 1600px) {
  .shop h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .shop {
    margin-bottom: 4.5rem !important;
    padding-top: 0 !important;
  }
  .shop .container .slider .slick-slide {
    border-right: 0;
  }
}
.amateur {
  background: #faf7f2;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
.amateur h2 {
  font-family: Roboto;
  font-weight: 500;
  color: #363636;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 3.75rem;
  text-align: center;
}
.amateur .img-hover-zoom {
  height: 15vw;
}
.amateur .img-hover-zoom figcaption h3 {
  font-family: Roboto;
  font-weight: 500;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 1600px) {
  .amateur h2 {
    font-size: 48px;
  }
}
.allabout {
  background: #faf7f2;
  padding-top: 6rem;
  padding-bottom: 0;
}
.allabout .allabout-image {
  background: url("/allabout.jpg") center top fixed no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -8rem;
}
.allabout h2 {
  font-family: Roboto;
  font-weight: 500;
  color: #363636;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 3.75rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .allabout h2 {
    font-size: 48px;
  }
}
.container {
  margin: 0rem 6rem;
}
.img-hover-zoom {
  height: 25.8vw;
  overflow: hidden;
  position: relative;
}
.img-hover-zoom:after {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.img-hover-zoom img {
  transition: transform 1s ease;
  min-height: inherit;
  height: inherit;
  min-width: 100%;
}
.img-hover-zoom figcaption {
  padding: 0.7rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.img-hover-zoom figcaption h2 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
}
.inner-page-wrapper .img-hover-zoom {
  height: 295px;
  overflow: hidden;
}
.inner-page-wrapper .img-hover-zoom figcaption {
  padding: 0.7rem 2rem;
  position: static;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 1s ease;
}
.inner-page-wrapper .img-hover-zoom:hover figcaption {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  z-index: 2;
  background: rgba(255,255,255,0.9);
  padding: 0.5rem 1rem;
  font-weight: 700;
  transition: all 1s ease;
}
.img-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1600px) {
  .container .img-hover-zoom figcaption h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .container .img-hover-zoom figcaption h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .img-hover-zoom {
    height: 245px;
    overflow: hidden;
  }
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}
.footer .footer-nav {
  border-top: 2px solid #afaca9;
  width: 100%;
  padding: 1.5rem 2.8rem;
  margin: 0 2.8rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer-nav .logo img {
  width: 115px;
}
.footer .footer-nav .nav {
  padding-top: 1rem;
  color: #434343;
  text-align: center;
}
.footer .footer-nav .social {
  padding-top: 1rem;
}
.footer .footer-nav .social a {
  margin: 0 0.5rem;
}
.footer .footer-nav .social a:last-child {
  margin-right: 0;
}

p {
  font-weight: 300 !important;
  font-family: Arial !important;
  font-size: 16px
}

body .inner_links .navigation__item .navigation__link {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 1rem;
}

@media (max-width: 576px) {
  figcaption {
      font-size: 1.25rem;
      line-height: 1.25;
      margin-top: 0;
      margin-bottom: 1rem;
      padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .footer .footer-nav {
    padding: 1.5rem 1.9rem;
    margin: 0 ;
  }
}

.hero .button.ghost {
  background: #b18d4e !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
