@charset "UTF-8";
/*
Theme Name: Buffel and Bag
Theme URI: https://buffelandbag.com
Description: Buffel och Båg 2026
Author: CC
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  background: #0e0426;
}

img {
  width: 100%;
  height: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fbfbfb;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 48em) {
  h1,
.h1 {
    font-size: 3rem;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 3.875rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fbfbfb;
}
@media only screen and (max-width: 48em) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fbfbfb;
}
@media only screen and (max-width: 48em) {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  line-height: 1.475;
  color: rgba(251, 251, 251, 0.8);
  margin-bottom: 2rem;
}
p.text-xl {
  font-size: 1.875rem;
}
@media only screen and (max-width: 48em) {
  p {
    font-size: 1.25rem;
  }
  p.text-xl {
    font-size: 1.5rem;
  }
}

strong {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #fbfbfb;
}

.editable ul {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1.618;
  color: rgba(251, 251, 251, 0.8);
  margin-bottom: 2rem;
  margin-left: 1.5rem;
}
.editable ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 48em) {
  .editable ul {
    font-size: 1.25rem;
  }
}
.editable a:link,
.editable a:visited {
  color: #fbfbfb;
}
.editable a:link:after,
.editable a:visited:after {
  font-family: "remixicon" !important;
  content: "\ecaf";
  margin-left: 0.25rem;
}
.editable a:link:hover,
.editable a:visited:hover {
  text-decoration: underline;
}

.margin-top-s {
  margin-top: 1.25rem;
}

.site-fixed-width {
  max-width: 90rem;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  overflow: auto;
}

.relative {
  position: relative;
}

.wavy-divider {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.wavy-divider.wavy-top {
  top: 0;
  left: 0;
}
.wavy-divider.wavy-bottom {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.content {
  width: 100%;
  float: left;
  padding: 8.125rem 0;
}
.content__pt {
  padding-top: 90px;
  padding-bottom: 0;
}
.content.white-bg {
  background: #ffffff;
}
.content.dark-bg {
  background: #0B0B0B;
}
.content.half-content {
  width: 50%;
  float: right;
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .content.half-content {
    width: 100%;
    float: left;
  }
}
.content.half-content .container-fluid {
  padding: 0;
}
.content.half-content .row {
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .content.half-content .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.half-content .col-xs-12 {
  padding: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 64em) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.container-block__text {
  max-width: 64rem;
}
.container-block__image {
  max-width: 75rem;
}
.container-block__image img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: 64em) {
  .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.row.col-table {
  display: flex;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-header {
  padding: 2.75rem 0;
  -webkit-transition: padding 300ms;
  -moz-transition: padding 300ms;
  -ms-transition: padding 300ms;
  -o-transition: padding 300ms;
  transition: padding 300ms;
}
@media only screen and (max-width: 48em) {
  .row.row-header {
    padding: 0.875rem 0;
  }
}
.row.no-pb {
  padding-bottom: 0;
}
.row.no-pt {
  padding-top: 0;
}
.row.less-pt {
  padding-top: 2rem;
}
.row.less-pb {
  padding-bottom: 2rem;
}
.row.no-padding {
  padding: 0;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 64em) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 90rem;
  }
}
@media only screen and (max-width: 64em) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.mb-1 {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 64em) {
  .mb-md-1 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .mb-sm-1 {
    margin-bottom: 2rem;
  }
}

.ml-1 {
  margin-left: 1.5rem;
}

.pb-1 {
  padding-bottom: 1.25rem;
}

.state--scrolled .row-header {
  padding: 1rem 0;
}
@media only screen and (max-width: 48em) {
  .state--scrolled .row-header {
    padding: 0.35rem 0 1rem 0;
  }
}

.full-height {
  height: 100%;
}

.full-height-nav {
  height: 100%;
}
@media only screen and (max-width: 64em) {
  .full-height-nav {
    height: auto;
    padding-top: 7rem;
  }
}

.aligner {
  display: flex;
  align-items: center;
  height: 100%;
}

.main-nav {
  display: inline-flex;
  background: rgba(26, 188, 237, 0.14);
  padding: 4px;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.main-nav__list li {
  display: inline-flex;
}
.main-nav__list li a {
  font-weight: 600;
  position: relative;
  padding: 1rem 2.375rem 1rem 2rem;
  color: #fbfbfb;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.main-nav__list li a span.count {
  font-weight: 500;
  font-size: 8px;
  position: absolute;
  top: 14px;
  right: 28px;
  color: white;
}
.main-nav__list li a:hover {
  background: rgba(26, 188, 237, 0.92);
}
@media only screen and (max-width: 64em) {
  .main-nav__list li {
    display: flex;
    width: 100%;
  }
  .main-nav__list li a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 64em) {
  .main-nav {
    display: none;
    position: absolute;
    height: 100vh;
    top: 0rem;
    right: 0rem;
    width: 100%;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
}
.main-nav.nav__toggled {
  display: flex;
}

.fixed-header {
  z-index: 1;
  position: fixed;
  width: 100%;
}

.logo-container {
  display: inline-flex;
  align-items: center;
}

.logo-img {
  position: relative;
  width: 48px;
  margin-right: 0.575rem;
  z-index: 1;
}

.logo-text {
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fbfbfb;
}
@media only screen and (max-width: 48em) {
  .logo-text {
    font-size: 1rem;
  }
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0e0426;
  float: left;
  width: 100%;
}

.fixed-footer {
  z-index: 1;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.logo-footer {
  width: 222px;
}

.social-links {
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  font-size: 1.875rem;
}
.social-links li {
  margin-bottom: 0.5rem;
}
.social-links li a {
  display: flex;
  color: #fbfbfb;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.social-links li a:hover {
  color: #1ABCED;
  text-decoration: underline;
}
.social-links li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
  .social-links {
    margin-top: 2rem;
    align-items: center;
  }
}

.fl-align-left {
  text-align: left;
}

@media only screen and (max-width: 64em) {
  .fl-align-left-md {
    text-align: left;
  }
}

@media only screen and (max-width: 75em) {
  .fl-align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 75em) {
  .fl-full-size-sm img {
    width: 100%;
  }
}

@media only screen and (max-width: 64em) {
  .fl-reorder-md {
    order: 2;
  }
}

@media only screen and (max-width: 75em) {
  .fl-reorder-sm {
    order: 2;
  }
}

@media only screen and (max-width: 75em) {
  .fl-mb2-sm {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .fl-mb2-md {
    margin-bottom: 2rem;
  }
}

input[type=text],
input[type=email],
textarea {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  padding: 1.875rem;
  width: 100%;
  outline: none;
  border: none;
  color: #ffffff;
  background: rgba(26, 188, 237, 0.14);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 48em) {
  input[type=text],
input[type=email],
textarea {
    padding: 1rem;
    font-size: 1.25rem;
  }
}

input[type=text],
input[type=email] {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 64em) {
  input[type=text],
input[type=email] {
    margin-bottom: 0;
  }
}

textarea {
  resize: none;
  min-height: 280px;
}

@media only screen and (max-width: 64em) {
  .contact-form-custom .mb-mb2 {
    margin-bottom: 1rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.5rem;
  width: 100%;
  margin: 1.5rem 1rem;
  background: #0B0B0B;
  color: #ffffff;
  padding: 2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 64em) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.25rem;
  }
}

.wpcf7,
.wpcf7-form {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media only screen and (max-width: 64em) {
  .wpcf7 .mb-mb2,
.wpcf7-form .mb-mb2 {
    margin-bottom: 1rem;
  }
}

.wpcf7-form {
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: 64em) {
  .wpcf7-form {
    padding-bottom: 2.5rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap textarea {
  max-width: 100%;
  width: 100%;
}

.btn {
  padding: 0.5rem 1.5rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.btn__primary {
  background: #fbfbfb;
  color: #ffffff;
  border: 1px solid #fbfbfb;
}
.btn__secondary {
  background: #ffffff;
  color: #fbfbfb;
  border: 1px solid #fbfbfb;
}
.btn__email {
  background: #3DE247;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #0e0426;
  margin-left: 1.5rem;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.btn__email:hover {
  background: #1fcd29;
}
.btn__toggle {
  display: none;
  background: rgba(11, 11, 11, 0.2);
  padding: 1rem 2rem;
  font-weight: 600;
  color: #fbfbfb;
  margin-left: 1.5rem;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
@media only screen and (max-width: 64em) {
  .btn__toggle {
    display: inline-block;
  }
}
@media only screen and (max-width: 48em) {
  .btn__toggle {
    margin-left: 0.5rem;
  }
}
.btn__submit {
  background: #1ABCED;
  padding: 1.5rem 3rem;
  font-weight: 600;
  color: #ffffff;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  margin-top: 2rem;
  cursor: pointer;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
}
.btn__submit:hover {
  background: #3DE247;
}
@media only screen and (max-width: 48em) {
  .btn {
    padding: 0.75rem 1.375rem;
    font-size: 0.75rem;
  }
}

.project-item {
  margin-bottom: 1rem;
}
.project-item h3 {
  font-size: 1.625rem;
  margin-bottom: 0.125rem;
}

.editable img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

/*# sourceMappingURL=style.css.map */
