/* New CSS Wed Mar 12 2025 */ 

.hero-container {
  display: inline-block;
  position: relative;
  width: 100%; /* Make the container fill the entire width of the viewport */
  padding-bottom: 56px;
    mix-blend-mode: multiply;
}

.hero-container img {
  display: block;
  width: 100%; /* Ensure image fills the entire width of the container */
  height: auto;
  mix-blend-mode: multiply !important;
}

.svg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%); /* Centers the SVG */
  width: 100%; /* Subtract the left and right padding (28px * 2) from the container width */
  height: auto;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevents overflow of the SVG */
}

.svg-container img {
  width: 100%; /* Ensures SVG scales to the width of the container */
  height: auto; /* Maintains the aspect ratio */
  object-fit: contain; /* Ensures the SVG doesn't stretch or get cropped */
      padding: 0 28px; /* 28px padding on the left and right */
    mix-blend-mode: multiply;

}

/* New CSS Sun Mar 2 2025 */ 

.list-container {
  display: block; /* Stack list items vertically */
  width: 100%; /* Full width of the container */
  padding: 0; /* Remove padding */
  margin: 0; /* Ensure no margin in the container */
  box-sizing: border-box; /* Include padding and borders in the total width/height */
}

.list-item {
  display: grid; /* Use grid for the 2-column layout */
  grid-template-columns: 50% 50%; /* Each column takes 50% of the width */
  align-items: center; /* Vertically align items */
  padding: 0; /* No padding for list-item */
  margin: 0; /* No margin between list items */
  box-sizing: border-box; /* Include padding and borders in total width/height */
}

.list-item a {
  display: contents; /* Make the <a> tag not affect layout */
  text-decoration: none; /* Remove underline from link */
  color: inherit; /* Inherit text color */
}

.name,
.cta {
  text-align: left; /* Left-align the text in both columns */
  font-size: 20px; /* Match the font size from .answerb */
  line-height: 22px; /* Match the line height from .answerb */
  color: #000; /* Default text color */
}

.cta {
  margin-left: 10px; /* Optional: Space between name and CTA */
}

.cta a {
  color: inherit; /* Make the CTA link text black */
  text-decoration: none; /* Remove underline from CTA */
}

.cta a:hover {
  text-decoration: none; /* Ensure no underline on hover */
}

/* Hover effect for the entire .list-item to change both name and CTA */
.list-item:hover .name,
.list-item:hover .cta {
  color: inherit; /* Ensure color inheritance works properly */
}

/* Specific hover colors for each item */
.item1:hover .name,
.item1:hover .cta {
  color: #1D9ABC; 
}

.item2:hover .name,
.item2:hover .cta {
  color: #FAFF84;
}

.item3:hover .name,
.item3:hover .cta {
  color: #FCCEE0; 
}

.item4:hover .name,
.item4:hover .cta {
  color: #61D743; 
}

.item5:hover .name,
.item5:hover .cta {
  color: #ff8a00; 
}

.item6:hover .name,
.item6:hover .cta {
  color: #bc002d; 
}

.item7:hover .name,
.item7:hover .cta {
  color: #FFFC7B; 
}

.item8:hover .name,
.item8:hover .cta {
  color: #df8d5f; 
}

.item9:hover .name,
.item9:hover .cta {
  color: #4a350b; 
}

.item10:hover .name,
.item10:hover .cta {
  color: #d8594b; 
}

.item11:hover .name,
.item11:hover .cta {
  color: #2e5f45; 
}

.item12:hover .name,
.item12:hover .cta {
  color: #c83526; 
}

.item13:hover .name,
.item13:hover .cta {
  color: #01b88c; 
}

.item14:hover .name,
.item14:hover .cta {
  color: #8584c5; 
}

.item15:hover .name,
.item15:hover .cta {
  color: #3bd8f1; 
}


body {
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    background-color: #E3E6D1;
}

.logo {
    position: fixed;
    top: 12px;
    right: 28px;
    width: 104px;
    height: 33px;
    z-index: 1000; /* Ensure it's above all other content */
  }


.image-container {
    display: inline-block;      /* Adjust container size based on image */
    position: relative;         /* Allow for proper layering of elements */
    padding-bottom: 56px;       /* Add padding-bottom of 56px */
    background:  #E3E6D1;  
}
  
  .image-container img {
    display: block;             /* Remove any space below the image */
    max-width: 100%;                /* Ensure the image fills the container width */
    height: auto;               /* Maintain the aspect ratio */
    mix-blend-mode: multiply;   /* Apply the multiply blend mode */
  }




.qa-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 56px;
    box-sizing: border-box; /* Include padding in the total width */
    overflow: hidden; /* Ensure the container doesn't overflow */

}

/* Media query for desktop screens (min-width 768px) */
@media (min-width: 768px) {
    .qa-container {
        width: 600px; /* Set width to 600px for desktops */
    }
}

.h1b {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #1D9ABC;
}

.h2b {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #1D9ABC;
}

.h3b {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #1D9ABC;
}

.h1rsdesign {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FFFC7B;
}

.h2rsdesign {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FFFC7B;
}

.h3rsdesign {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FFFC7B;
}

.h1oscar {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #3bd8f1;
}

.h2oscar {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #3bd8f1;
}

.h3oscar {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #3bd8f1;
}


.h1isak {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #8584c5;
}

.h2isak {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #8584c5;
}

.h3isak {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #8584c5;
}

.h1tora {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #01b88c;
}

.h2tora {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #01b88c;
}

.h3tora {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #01b88c;
}

.h1johannes {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #c83526;
}

.h2johannes {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #c83526;
}

.h3johannes {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #c83526;
}

.h1elis {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #2e5f45;
}

.h2elis {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #2e5f45;
}

.h3elis {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #2e5f45;
}

.h1ursula {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #d8594b;
}

.h2ursula {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #d8594b;
}

.h3ursula {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #d8594b;
}

.h1colin {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #4a350b;
}

.h2colin {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #4a350b;
}

.h3colin {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #4a350b;
}

.h1alex {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #df8d5f;
}

.h2alex {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #df8d5f;
}

.h3alex {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #df8d5f;
}



.h1yuki {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #bc002d;
}

.h2yuki {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #bc002d;
}

.h3yuki {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #bc002d;
}


.h1nicole {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #ff8a00;
}

.h2nicole {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #ff8a00;
}

.h3nicole {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #ff8a00;
}

.h1magnus {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FAFF84;
}

.h2magnus {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FAFF84;
}

.h3magnus {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FAFF84;
}

.h1marta {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FCCEE0;
}

.h2marta {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FCCEE0;
}

.h3marta {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #FCCEE0;
    }

.h1fredrik {
    text-align: center;
    font-family: CondensaCB;
    font-size: 87px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #61D743;
}

.h2fredrik {
    text-align: center;
    font-family: CondensaCB;
    font-size: 70px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #61D743;
}

.h3fredrik {
    text-align: center;
    font-family: CondensaCB;
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 80%;
    color: #61D743;
    }
    
.questionb {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.answerb {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.2px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html, body {
    height: 100%;
    font-family: Arial, sans-serif;
  }



/* END */ 


:root {
  --jim-primary:#1D9ABC;  
  --militza-primary: #2e5f45;
  --ursula-primary: #d8594b;
  --alex-primary: #df8d5f;
  --johannes-primary: #c83526;
  --tora-primary: #01b88c;
  --oscar-primary: #3bd8f1;
  --colin-primary: #4a350b;
  --isak-primary: #8584c5;
  --josefin-primary: #000;
  --fredrik-primary: #61D743;
  --marta-primary: #FCCEE0;
  --magnus-primary: #FAFF84;
  --yuki-primary: #bc002d;
  --elias-primary: #003dd9;
  --nicole-primary: #ff8a00;
}

#btn-jim {
  color: var(--jim-primary);
  border-color: var(--jim-primary);
}

#btn-militza {
  color: var(--militza-primary);
  border-color: var(--militza-primary);
}
#btn-militza:hover {
  color: #fff;
  background-color: var(--militza-primary);
}

#btn-ursula {
  color: var(--ursula-primary);
  border-color: var(--ursula-primary);
}
#btn-ursula:hover {
  color: #fff;
  background-color: var(--ursula-primary);
}

#btn-alex {
  color: var(--alex-primary);
  border-color: var(--alex-primary);
}
#btn-alex:hover {
  color: #fff;
  background-color: var(--alex-primary);
}

#btn-johannes {
  color: var(--johannes-primary);
  border-color: var(--johannes-primary);
}
#btn-johannes:hover {
  color: #fff;
  background-color: var(--johannes-primary);
}

#btn-tora {
  color: var(--tora-primary);
  border-color: var(--tora-primary);
}
#btn-tora:hover {
  color: #fff;
  background-color: var(--tora-primary);
}

#btn-oscar {
  color: var(--oscar-primary);
  border-color: var(--oscar-primary);
}
#btn-oscar:hover {
  color: #fff;
  background-color: var(--oscar-primary);
}

#btn-colin {
  color: var(--colin-primary);
  border-color: var(--colin-primary);
}
#btn-colin:hover {
  color: #fff;
  background-color: var(--colin-primary);
}

#btn-isak {
  color: var(--isak-primary);
  border-color: var(--isak-primary);
}
#btn-isak:hover {
  color: #fff;
  background-color: var(--isak-primary);
}

#btn-josefin {
  color: var(--josefin-primary);
  border-color: var(--josefin-primary);
}
#btn-josefin:hover {
  color: #fff;
  background-color: var(--josefin-primary);
}

#btn-fredrik {
  color: var(--fredrik-primary);
  border-color: var(--fredrik-primary);
}
#btn-fredrik:hover {
  color: #fff;
  background-color: var(--fredrik-primary);
}

#btn-marta {
  color: var(--marta-primary);
  border-color: var(--marta-primary);
}
#btn-marta:hover {
  color: #fff;
  background-color: var(--marta-primary);
}

#btn-magnus {
  color: var(--magnus-primary);
  border-color: var(--magnus-primary);
}
#btn-magnus:hover {
  color: #fff;
  background-color: var(--magnus-primary);
}

#btn-yuki {
  color: var(--yuki-primary);
  border-color: var(--yuki-primary);
}
#btn-yuki:hover {
  color: #fff;
  background-color: var(--yuki-primary);
}

#btn-elias {
  color: var(--elias-primary);
  border-color: var(--elias-primary);
}
#btn-elias:hover {
  color: #fff;
  background-color: var(--elias-primary);
}

#btn-nicole {
  color: var(--nicole-primary);
  border-color: var(--nicole-primary);
}
#btn-nicole:hover {
  color: #fff;
  background-color: var(--nicole-primary);
}

.div-footer {
        background-color: #fff;
    }

@font-face {
  font-family: "CondensaCB";
  font-weight: normal;
  font-style: normal;
  src: url("https://files.cargocollective.com/c1234100/CondensaCB-BoldCondensed.woff")
    format("woff");
} /**
 * Content
 */
@font-face {
  font-family: "CenturySchoolbook";
  font-weight: normal;
  font-style: normal;
  src: url("https://files.cargocollective.com/c1236439/2801d9e6874d33ad4f500c4688a89755.woff")
    format("woff");
}

@font-face {
    font-family: 'CenSchBT';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1236439/censch.woff') format('woff');
}

@font-face {
  font-family: "CenturySchoolbookmonospace";
  font-weight: normal;
  font-style: normal;
  src: url("https://files.cargocollective.com/c1236439/Century-Schoolbook-Monospace-BT.woff")
    format("woff");
}

a:active {
  opacity: 0.7;
}

.page a.active {
  opacity: 0.4;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
  width: 100%;
    mix-blend-mode: multiply;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 1em;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(127, 127, 127, 0.2);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: none;
  width: 100%;
}

.gallery_image_caption {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.3;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 0px;
  left: 0px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  font-family: "CenSchBT", Icons;
  font-style: normal;
  line-height: 120%;
}

[data-predefined-style="true"] bodycopy a {
  color: #000;
  padding-bottom: 0.1em;
  border-bottom: 0em solid rgba(127, 127, 127, 0.2);
  text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;

  font-size: 3rem;

  color: #01b88c;
  line-height: 0.8;
}

[data-predefined-style="true"] h1 a {
  color: #000;
}

[data-predefined-style="true"] h2 a:hover {
  color: #796e65;
  opacity: 1;
  transition: 0.1s;
}

[data-predefined-style="true"] h2 {
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 2.6;
  margin: 0;
  color: #3bd8f1;
  font-size: 8rem;
  line-height: 1.2;
  text-align: center;
  transition: 0.1s;
}

[data-predefined-style="true"] h2 a {
  color: #000;
}
body.mobile [data-predefined-style="true"] h2 {
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 2.6;
  margin: 0;
  color: #3bd8f1;
  font-size: 3.4rem;
  line-height: 1.2 !important;
  text-align: center;
}
[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.5rem;
  line-height: auto;
  font-family: "CenturySchoolbookmonospace", Icons;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

[data-predefined-style="true"] small a {
  color: #000;
  border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
  background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
  margin-left: 0 /*!content_left*/;
  margin-right: auto /*!content_left*/;
  text-align: left /*!text_left*/;
}

[data-css-preset] body {
  background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
  width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
  padding-top: 0rem /*!main_margin*/;
  padding-bottom: 0rem /*!main_margin*/;
  padding-left: 0rem /*!main_margin*/;
  padding-right: 0rem /*!main_margin*/;
}

[data-css-preset] text-limit {
  display: inline-block /*!text_width*/;
  max-width: 66rem /*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
  justify-content: flex-start;
}

[data-css-preset] .thumbnails {
  background-color: rgba(0, 0, 0, 0) /*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
  width: 100% /*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
  padding: 1rem /*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -2rem /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.5rem /*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -1rem /*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
  outline: 0px solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.1;
}

.thumbnails .tags {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.thumbnails .has_title .tags {
  margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
  color: rgba(0, 0, 0, 0.75);
  line-height: 1;
  font-size: 28px /*!site_menu_button*/;
  padding: 6px;
  line-height: 1;
  background: rgba(33, 32, 46, 0);
  position: fixed;
  top: 3rem /*!site_menu_button*/;
  right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 34px;
}

#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}

#site_menu_button.active {
  display: none;
}

/**
 * Site Menu
 */

#site_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

body.mobile #site_menu {
  width: 100%;
}

#site_menu .page-link a {
  color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

#site_menu a:active {
  opacity: 0.7;
}

#site_menu a.active {
  opacity: 0.4;
}

#site_menu .close {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.85em;
  font-size: 45px;
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break {
  height: 28px;
}

#site_menu .indent {
  margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 6px;
  top: 2rem /*!shop_button*/;
  right: 2rem /*!shop_button*/;
}

#shop_button.text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 2rem;
  padding: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
  width: 40px;
  height: auto;
}

body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
  width: 100%;
  max-width: 22rem;
  position: relative;
  display: block;
}

.shop_product .price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 2rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 1rem;
}

.shop_product .dropdown {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white
    url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat
    right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0.7rem 2.5rem 0.7rem 1rem;
}

.shop_product .button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 1);
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1;
  padding: 0.8rem 1rem 0.9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 0.7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
  padding-top: 2.5rem /*!quick_view_padding*/;
  padding-bottom: 2.5rem /*!quick_view_padding*/;
  padding-left: 2.5rem /*!quick_view_padding*/;
  padding-right: 2.5rem /*!quick_view_padding*/;
  height: 100% /*!quick_view_height*/;
  width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-css-preset] .quick-view-background {
  background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3.5rem 0;
  text-align: center;
  font-size: 1.5rem;
}

.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
  left: 10px;
}

.quick-view-navigation .right-arrow {
  right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}

.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  stroke: #fff;
  stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
  stroke: #fff;
  stroke-width: 2.5px;
}

/**
 * Feed
 */

.feed .content_container .page {
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
  max-width: 100%;
}

.audio-player .separator {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
  background: transparent;
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
  fill: rgba(0, 0, 0, 0.85);
  padding: 30%;
  width: 100%;
  margin: auto;
}

.audio-player .buffer {
  background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
  background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}

.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}

.image-gallery {
  margin-left: -33% !important;
  margin-right: -33% !important;
}

.audio-player .current-time {
  padding-left: 1rem;
}

.audio-player .total-time {
  padding-right: 1rem;
}

body.mobile h2 {
  font-size: 16vw !important;
  letter-spacing: -0.1rem !important;
}

body.mobile h1 {
  font-size: 16vw !important;
  margin-top: 28px !important;
  margin-bottom: 3px !important;
  letter-spacing: -0.1vw !important;
}

h1 {
  padding-top: 20px;
  padding-bottom: 165px !important;
}
@media only screen and (max-width: 600px) {
  h1 {
    padding-top: 10px;
    padding-bottom: 12px !important;
  }
}
h2 {
  padding-top: 0px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  h2 {
    padding-top: 2px;
    padding-bottom: 24px;
  }
}
small {
  padding-left: 30%;
  padding-right: 30%;
  display: block;
}
@media only screen and (max-width: 600px) {
  small {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }
}
bodycopy {
  padding-left: 29%;
  padding-right: 30%;
  display: block;
}
@media only screen and (max-width: 600px) {
  bodycopy {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }
}

hr {
  display: block;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

#rcorners1 {
  display: inline-block;
  margin-right: 24px;
  border-radius: 28px;
  background: #4a350b;
  padding: 32px;
  width: 170px;
  height: 170px;
}

#rcorners2 {
  display: inline-block;
  border-radius: 28px;
  background: #f2e673;
  padding: 32px;
  width: 170px;
  height: 170px;
}

mark.tan {
  color: #d0b99c;
  background: none;
}

mark.white {
  color: #fff;
  background: none;
}

body.mobile fling-minislide {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
}
.fling-minislide {
  width: 100%;
  height: auto;
  padding-bottom: 1800px;
  overflow: hidden;
  position: relative;
}
.fling-minislide img {
  position: absolute;
  animation: fling-minislide 20s infinite;
  opacity: 0;
  width: 100%;
  height: auto;
}

@keyframes fling-minislide {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
.fling-minislide img:nth-child(4) {
  animation-delay: 0s;
}
.fling-minislide img:nth-child(3) {
  animation-delay: 5s;
}
.fling-minislide img:nth-child(2) {
  animation-delay: 10s;
}
.fling-minislide img:nth-child(1) {
  animation-delay: 15s;
}

answer {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.125px;
  font-family: "CenSchBT", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

question {
  display: inline-block;
  margin-bottom: -36px !important;
  font-size: 18px;
    display: flex; justify-content: center;
  line-height: 22px;
      letter-spacing: -0.125px;
  font-family: "CenSchBT", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
    text-align: center !important;
}

body.mobile question {
  display: inline-block;
  font-size: 18px;
    display: flex; justify-content: center;
    margin-bottom: -23px;
  line-height: 22px;
      letter-spacing: -0.125px;

  font-family: "CenSchBT", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
    text-align: center !important;
}

hed-sm {
    margin: auto;
  display: inline-block;
  font-size: 60px;
  line-height: 48px;
  letter-spacing: -1.25px;
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(29, 154, 188);
    text-align: center !important;
}

hed-md {
  text-align: center !important;
  margin: auto;
  display: inline-block;
  font-size: 70px;
  line-height: 56px;
  letter-spacing: -1.25px;
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(29, 154, 188);

}

hed-lg {
  text-align: center !important;
  margin: auto;
  display: inline-block;
  font-size: 87px;
  line-height: 69px;
  letter-spacing: -1.25px;
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(29, 154, 188);
}

smallnew {
  padding-top: 5px;
  padding-left: 0%;
  padding-right: 0%;
  display: inline-block;
  font-size: 1.5rem;
  line-height: auto;
  font-family: "CenturySchoolbookmonospace", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

smallnew-w {
  padding-top: 5px;
  padding-left: 0%;
  padding-right: 0%;
  display: inline-block;
  font-size: 1.5rem;
  line-height: auto;
  font-family: "CenturySchoolbookmonospace", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

h2new {
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 2.4rem;
  margin: 0;
  color: #bc002d;
  font-size: 8rem;
  line-height: 80%;
  text-align: left;
  letter-spacing: -0.1rem;
  transition: 0.1s;
}

h2new a {
  color: #000;
}

body.mobile h2new {
  font-size: 16vw;
  letter-spacing: -0.1rem;
}

body.mobile h2new a {
  font-size: 2rem !important;
  letter-spacing: -0.1rem !important;
}

smallnewwhite {
  margin-top: -0.8rem;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "CenturySchoolbookmonospace", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

smallnewtitle {
  margin-top: -0.8rem;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "CenturySchoolbookmonospace", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

hpbutton {
  font-family: "CondensaCB", Icons;
  font-style: normal;
  font-weight: 400;
  color: #3bd8f1;
  font-size: 8rem;
  line-height: 80%;
  width: 100%;
  display: flex;
  padding: 16px;
  margin: 16px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid #2e5f45;
  background: #fff;
}

.btngroup {
  display: flex;
  justify-content: center;
  flex-wrap: flex;
}

.btngrid {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

btn-col-24 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
}

.btn-navigation-links--tab {
  text-align: center;
  padding: 40px 10px;
}

.c-navigation-links--tab {
  text-align: center;
}

.c-navigation-links--tab .o-button-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  --mdb-btn-font-weight: 500;
  --mdb-btn-line-height: 80%;
  --mdb-btn-color: #3bd8f1;
  --mdb-btn-color-2: #d8594b;
  --mdb-btn-bg: transparent;
  --mdb-btn-border-color: #2e5f45;
  --mdb-btn-border-color-2: #d8594b;
  --mdb-btn-hover-border-color: transparent;
  display: inline-block;
  padding: 16px;
  margin: 3px;
  font-family: "CondensaCB";
  font-size: 8rem;
  font-weight: var(--mdb-btn-font-weight);
  line-height: var(--mdb-btn-line-height);
  color: var(--mdb-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid var(--mdb-btn-color);
  border-bottom: 1px solid var(--mdb-btn-color) !important;
  background-color: transparent;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.btn-rounded {
  border-radius: 3rem;
}

.btn-tag {
  background-color: #fff;
  color: #2e5f45;
  text-transform: lowercase !important;
  margin-bottom: 10px;
}

.btn-tag:hover {
  background-color: #2e5f45;
  color: #fff;
}

.page a.active.my-btn {
  opacity: 1;
}

/* Override CMS button border behaviour*/
.my-btn {
  background: #fff;
  border-bottom: 1px solid !important;
}

.my-btn:hover {
  border-bottom-color: transparent !important;
}

.jim {
    margin: auto;
	padding-top: 0px;
    padding-bottom: 56px;
    padding-right: 28px;
    padding-left: 28px; 
    width: 22em;
}

.jim-centered {
    text-align: center;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 28px;
    padding-left: 28px; 
    width: 22em;
}

.jim-logo {
	padding-top: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

body.mobile .jim {
  max-width: 100%;
}

body.mobile .jim-centered {
  max-width: 100%;
}

.photo {
    mix-blend-mode: multiply;
    padding-bottom: 56px;
    background:  #E3E6D1;
    width: 100% !important;
}

[data-css-preset] .content_padding {
	padding-top: 4.9rem /*!main_margin*/;
	padding-bottom: 4.9rem /*!main_margin*/;
	padding-left: 4.9rem /*!main_margin*/;
	padding-right: 4.9rem /*!main_margin*/;
}