* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  font-size: 16px;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.7em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
/*setting image to max-width 100% means you can control the image width with it's surrounding container*/
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Gothamo';
  src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Medium.otf") format("opentype"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gothamo';
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.otf") format("opentype"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 300;
  font-style: normal;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

nav .nav-logo {
  padding: 2em 2em 1em;
  width: 18%;
  min-width: 220px;
  max-width: 280px;
}

nav .nav-burger {
  display: none;
  position: relative;
}

nav .nav-burger .nav-burger__line {
  width: 2.5em;
  height: 3px;
  display: block;
  border-radius: 5px;
  margin-bottom: 0.4em;
  background-color: #333333;
}

nav .nav-burger .nav-burger__line:last-of-type {
  margin-bottom: 0;
}

nav .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0 0 0.5em;
  margin: 0;
  width: 100%;
}

nav .nav-bar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-bar li a {
  color: #333333;
  text-decoration: none;
}

nav .nav-bar li a.active {
  color: #000;
  font-weight: bold;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5em;
}

.hero h1 {
  color: #000;
  line-height: 1.4;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5em 2em;
  background-color: white;
}

.footer a {
  max-width: 150px;
  min-width: 120px;
  margin: auto 1em;
}

.footer a img {
  width: 100%;
  height: auto;
}

.insta-title {
  width: 80%;
  margin: 0 auto;
}

.insta-title h3 {
  margin: 2em auto 0.5em;
}

.info-box-container-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 3em auto 6em;
  padding: 0 4em;
}

.info-box-container-1 .info-box-1 {
  height: 15em;
  width: 18%;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-box-container-1 .info-box-1 a {
  color: #fff;
  background-color: #58a618;
  text-transform: uppercase;
  text-align: left;
  padding: 0.3em 0.3em 0.3em 2em;
  margin-bottom: 0.3em;
}

.info-box-container-1 .info-box-1 a:last-of-type {
  margin-bottom: 3em;
}

.info-box-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.info-box-container-2 .info-box-text {
  width: 40%;
  padding: 4em 3em 4em 11%;
  text-align: left;
  background-color: #fff;
  color: #333333;
}

.info-box-container-2 .info-box-text .title-logo {
  margin-bottom: 1.5em;
}

.info-box-container-2 .info-box-images {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.info-box-container-2 .info-box-images .image-1 {
  width: 50%;
  height: 100%;
  border-left: unset !important;
}

.info-box-container-2 .info-box-images .image-2 {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-box-container-2 .info-box-images .image-2 .image-2-1,
.info-box-container-2 .info-box-images .image-2 .image-2-2 {
  height: 50%;
  width: 100%;
}

.info-box-container-2 .info-box-images .image-1,
.info-box-container-2 .info-box-images .image-2-1,
.info-box-container-2 .info-box-images .image-2-2 {
  background-position: 50% 50%;
  background-size: cover;
  background-color: #93d2a5;
  border: 4px solid white;
}

.info-box-container-2-right {
  margin-left: 1em;
}

.info-box-container-2-right .info-box-text {
  padding: 4em 5% 4em 4em;
}

/*** Influencer boxes ****/
.influencer-box {
  border: 1px solid;
  margin: 1em 2em 2em;
  max-width: 21em;
  width: 33%;
}

.influencer-box .top-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.85em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.influencer-box .top-profile .top-profile-img {
  margin-right: 1em;
}

.influencer-box .top-profile .top-profile-img .profile-pic {
  border-radius: 50%;
  height: 3em;
}

.influencer-box .top-profile .profile-info p {
  margin: 0;
}

.influencer-box .top-profile .profile-info h5 {
  font-size: 1.1em;
}

.influencer-box .top-profile .profile-info p {
  font-size: 0.9em;
}

.influencer-box .top-profile .profile-info a {
  color: #333333;
}

.influencer-box .img-profile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 15em;
}

.influencer-box .bottom-profile {
  padding: 1.2em 1em 0.5em 1em;
}

.influencer-box .bottom-profile p {
  font-size: 0.9em;
}

.influencer-box .bottom-profile p a {
  color: #333333;
  font-weight: bold;
}

.container-full-competition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container-full-competition .competition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  width: 60%;
  padding: 4em 2em 4em 4em;
  background-color: #e5e4e2;
  color: #333333;
}

.container-full-competition .competition h2, .container-full-competition .competition h4, .container-full-competition .competition p {
  text-align: left;
  width: 80%;
}

.container-full-competition .competition h2 {
  font-size: 2em;
}

.container-full-competition .competition h4 {
  font-size: 1.2em;
  margin: 0.3em auto;
}

.container-full-competition .competition p {
  font-size: 0.9em;
  margin-bottom: 0.7em;
}

.container-full-competition form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-full-competition form input[type=text], .container-full-competition form input[type=email], .container-full-competition form input[type=date] {
  padding: 0.8em;
  margin: 0 0.5em 1.5em;
  width: 39%;
  color: #333333;
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 3px;
  font-size: 0.9em;
}

.container-full-competition form input[type=text]:focus, .container-full-competition form input[type=email]:focus, .container-full-competition form input[type=date]:focus {
  outline: unset;
}

.container-full-competition form .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0.3em auto 1.5em;
  position: relative;
}

.container-full-competition form .answers label {
  min-width: 50px;
  margin: 0.5em;
  padding: 8px 35px;
  font-weight: bold;
  font-size: 0.9em;
}

.container-full-competition form .answers input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}

.container-full-competition form .answers input[type="radio"]:checked + label {
  background-color: #333333;
  color: #fff;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.container-full-competition form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em auto 0;
  width: 80%;
}

.container-full-competition form .actions .tandc-sect {
  width: 60%;
  font-size: 0.8em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container-full-competition form .actions .tandc-sect label {
  margin-left: 1em;
}

.container-full-competition form .actions .tandc-sect .tandc-group {
  margin-bottom: 1em;
}

.container-full-competition form .actions .tandc-sect .tandc-group:last-of-type {
  margin-bottom: 0;
}

.container-full-competition form .actions .tandc-sect a {
  font-weight: bold;
  color: #333333;
}

.container-full-competition form .actions .tandc-sect a:hover, .container-full-competition form .actions .tandc-sect a:visited, .container-full-competition form .actions .tandc-sect a:focus {
  color: #333333;
}

.container-full-competition form .actions button {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 1.5em;
  cursor: pointer;
  color: #fff;
  background-color: #333333;
  border: unset;
  border-radius: 5px;
}

.container-full-competition .comp-2-image {
  width: 40%;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.container-full-competition .comp-2-image .comp-image-text {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em 1.5em;
  margin-bottom: 0;
  font-size: 0.9em;
}

.comp-query {
  display: none;
}

.container-carousel {
  width: 100%;
  margin: 0 auto;
}

.container-carousel .main-carousel {
  margin: 0 auto;
}

.container-carousel .main-carousel .carousel-cell {
  width: 25%;
  min-width: 280px;
  height: 500px;
  margin: 0 3.15% 3em;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #93d2a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.container-carousel .main-carousel .carousel-cell .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 1em;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background-color: rgba(29, 29, 29, 0.61);
  height: 5em;
  position: relative;
}

.container-carousel .main-carousel .carousel-cell .slide-text h5 {
  margin-bottom: 0.5em;
}

.container-carousel .main-carousel .carousel-cell .slide-text span {
  font-size: 0.9em;
}

.container-carousel .main-carousel .carousel-cell .slide-text p {
  font-size: 0.9em;
  margin: 0.5em 0;
}

.container-carousel .main-carousel .carousel-cell .slide-text p,
.container-carousel .main-carousel .carousel-cell .slide-text .btn-find {
  opacity: 0;
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  margin: 0;
}

.container-carousel .main-carousel .carousel-cell .slide-text a {
  color: #fff;
  background-color: #ec7a08;
  text-align: center;
  border-radius: 8px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.container-carousel .main-carousel .carousel-cell .slide-text:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0.1em;
  left: 48%;
  display: inline-block;
}

.container-carousel .main-carousel .carousel-cell:hover .slide-text {
  height: 100%;
}

.container-carousel .main-carousel .carousel-cell:hover .slide-text p,
.container-carousel .main-carousel .carousel-cell:hover .slide-text .btn-find {
  opacity: 1;
  height: auto;
  margin-top: 0.5em;
}

.container-carousel .main-carousel .carousel-cell:hover .slide-text .btn-find {
  margin-top: 1em;
}

.container-carousel .main-carousel .carousel-cell:hover .slide-text:after {
  display: none;
}

.flickity-prev-next-button {
  background-color: transparent;
  color: #333333;
}

.flickity-prev-next-button:hover {
  background-color: #333333;
  color: #e5e4e2;
}

.flickity-page-dots {
  display: none;
  bottom: 2em;
}

.flickity-page-dots .dot {
  width: 17px;
  height: 17px;
  border: 3px solid #333333;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.8;
}

.flickity-page-dots .is-selected {
  background-color: #333333;
  border: 3px solid #333333;
}

.slider-tab {
  padding: 1.5em 1em;
  background-color: #e5e4e2;
  border: solid 1px #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.slider-text {
  max-width: 20%;
}

@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
  nav .nav-bar li a {
    font-size: 1em;
  }
  .container-full-competition .competition {
    padding: 2em;
  }
  .container-full-competition .competition h2,
  .container-full-competition .competition h4,
  .container-full-competition .competition p {
    width: 100%;
  }
  .container-full-competition .competition h2,
  .container-full-competition .competition h4 {
    text-align: center;
  }
  .container-full-competition form input[type="text"],
  .container-full-competition form input[type="email"],
  .container-full-competition form input[type="date"] {
    width: 100%;
  }
  .container-full-competition form .actions {
    width: 96%;
  }
  .container-full-competition form .answers {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .container-carousel .main-carousel .carousel-cell {
    width: 370px;
    height: 470px;
  }
  .social-bar .sb-left p {
    font-size: 1.6em;
  }
  .social-bar .sb-middle a {
    padding: 10px;
    width: 45px;
    height: 45px;
  }
  .social-bar .sb-right a {
    font-size: 1.6em;
  }
}

@media (max-width: 990px) {
  body {
    font-size: 14px;
  }
  nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav .nav-logo {
    padding: 1.5em;
    min-width: 130px;
  }
  nav .nav-burger {
    display: block;
    margin-right: 50px;
  }
  nav .nav-bar {
    position: absolute;
    top: 75px;
    height: auto;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    display: none;
    padding-bottom: 1em;
  }
  nav .nav-bar.active {
    display: block;
  }
  nav .nav-bar li {
    width: 100%;
    text-align: center;
    padding: 1em 0;
  }
  nav .nav-bar li a {
    font-size: 1.2em;
  }
  .parallax-window-hero {
    min-height: 500px;
  }
  .info-box-container-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-box-container-1 .info-box-1 {
    width: 48%;
    margin-bottom: 2em;
  }
  .info-box-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info-box-container-2 .info-box-text {
    width: 100%;
    text-align: center;
    padding: 3em;
  }
  .info-box-container-2 .info-box-images {
    width: 100%;
  }
  .info-box-container-2 .info-box-images .image-1 {
    border: unset;
    width: 100%;
    height: 360px;
    background-position: 30% 20%;
  }
  .info-box-container-2 .info-box-images .image-2 {
    display: none;
  }
  .info-box-container-2-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .container-wildlife {
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .container-full-competition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .container-full-competition .competition {
    width: 100%;
  }
  .container-full-competition .competition p {
    text-align: center;
  }
  .container-full-competition .competition form input[type="text"],
  .container-full-competition .competition form input[type="email"],
  .container-full-competition .competition form input[type="date"] {
    width: 48%;
  }
  .container-full-competition .competition form .actions {
    width: auto;
    margin: 1em auto;
  }
  .container-full-competition .competition form .answers label {
    width: 20%;
  }
  .container-full-competition .comp-2-image {
    height: 450px;
    width: 100%;
  }
  .container-carousel .main-carousel .carousel-cell {
    width: 300px;
    height: 380px;
  }
  .experience-slider .experience-slide .experience-text {
    width: 50%;
    max-width: 400px;
  }
  .circle-container {
    padding-left: 10em;
    padding-right: 10em;
  }
}

@media (max-width: 770px) {
  .container {
    width: 94%;
  }
  .parallax-window-hero {
    min-height: 420px;
  }
  .container-full-competition .competition form input[type="text"],
  .container-full-competition .competition form input[type="email"],
  .container-full-competition .competition form input[type="date"] {
    width: 80%;
  }
  .container-full-competition .competition form .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-full-competition .competition form .actions .tandc-sect {
    width: 100%;
  }
  .container-full-competition .competition form .actions button {
    margin-top: 2em;
  }
  .info-box-container-2 .info-box-image {
    height: 250px;
  }
  .container-wildlife {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .social-bar .sb-left p {
    display: none;
  }
  .social-bar .sb-middle a {
    padding: 10px;
    width: 45px;
    height: 45px;
  }
  .social-bar .sb-right {
    width: 100%;
  }
  .influencer-box {
    width: 100%;
  }
  .container-day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-day:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-day .text-side {
    width: 100%;
  }
  .container-day .text-side .images {
    padding-bottom: 1em;
  }
  .container-day .text-side .images div {
    border-width: 5px;
    min-height: 7em;
  }
  .container-day .image-side {
    width: 100%;
  }
  .container-day .image-side div {
    border-width: 5px;
  }
  .circle-container {
    padding-left: 3em;
    padding-right: 3em;
  }
  .circle-container .circle {
    height: 7em;
    width: 7em;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  .circle-container .circle h5 {
    font-size: 1em;
  }
  .circle-container .circle p {
    font-size: 0.7em;
  }
}

@media (max-width: 500px) {
  nav .nav-burger {
    margin-right: 30px;
  }
  nav .nav-burger .nav-burger__line {
    width: 1.8em;
  }
  .parallax-window-hero {
    min-height: 350px;
  }
  .hero h1 {
    font-size: 2.6em;
  }
  .info-box-container-1 .info-box-1 {
    width: 100%;
    margin: 1em auto;
  }
  .info-box-container-2 .info-box-image {
    height: 200px;
  }
  .container-full-competition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .container-full-competition .competition {
    width: 100%;
  }
  .container-full-competition .competition form input[type="text"],
  .container-full-competition .competition form input[type="email"],
  .container-full-competition .competition form input[type="date"] {
    width: 96%;
  }
  .container-full-competition .competition form .actions {
    width: 92%;
    margin: 1em auto;
  }
  .container-full-competition .competition form .answers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-full-competition .competition form .answers label {
    width: 45%;
  }
  .container-full-competition .comp-2-image {
    height: 350px;
    width: 100%;
  }
  .container-carousel .main-carousel .carousel-cell {
    width: 280px;
    height: 320px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-left {
    padding: 1em 0 0;
  }
  .footer .footer-left a {
    margin-left: 0;
    text-align: center;
  }
  .footer .footer-right {
    padding: 0.5em 0;
    font-size: 1.2em;
    margin-right: 0;
  }
  .partner-logo {
    margin: 0.5em 0;
  }
  .circle-container .circle {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    height: 6em;
    width: 6em;
  }
  .circle-container .circle h5 {
    font-size: 0.8em;
  }
  .circle-container .circle p {
    font-size: 0.7em;
  }
  .h2mobile {
    display: block;
  }
  .h2desktop {
    display: none;
  }
  .experience-slider .experience-slide .experience-text {
    width: 70%;
  }
}

body {
  font-family: "Gothamo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  margin-bottom: 0.7em;
}

h4 {
  margin-bottom: 0.7em;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}

a {
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.bg-2 {
  background-color: #dddcda;
}

.btn-comp {
  color: #333333;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 50px;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-comp:hover {
  background-color: #333333;
  color: #fff;
}

.btn-orange {
  color: #fff;
  background-color: #ec7a08;
  text-align: center;
  border: 3px solid white;
  border-radius: 8px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn-orange i {
  margin-left: 0.5em;
}

.read-more-btn {
  background-color: #58a618;
  color: #333333;
  padding: 12px 30px;
  margin: 1em;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.parallax-window {
  min-height: 500px;
  background: transparent;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.5);
}

.parallax-window-hero {
  min-height: 500px;
  background: transparent;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.5);
}

.container {
  width: 80%;
  max-width: 1240px;
  margin: 4em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.container p:last-of-type {
  margin-bottom: 0;
}

.container-grey {
  width: 100%;
  padding: 4em 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.container-grey p:last-of-type {
  margin-bottom: 0;
}

.container-full {
  width: 100%;
}

.container-full-competition {
  margin: 0 0 4em;
}

.container-wildlife {
  padding: 4em 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.container .shop-now {
  margin-top: 2em;
}

.container-influencers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1660px;
  margin: 0 auto 0em;
  padding: 0;
  padding-bottom: 2em;
}

.container-days {
  max-width: 100%;
}

.container-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 4em 4em;
}

.container-day .text-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}

.container-day .text {
  padding: 0 1.5em 1.5em 0em;
}

.container-day .text h2 {
  margin: 0;
}

.container-day .text p:last-of-type {
  margin-bottom: 0;
}

.container-day .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-day .images div {
  min-height: 10em;
  width: 29%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1em #dddcda;
}

.container-day .image-side {
  width: 51%;
}

.container-day .image-side div {
  width: 46%;
}

.container-day:nth-of-type(even) {
  background-color: #dddcda;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.container-day:nth-of-type(even) .images div {
  border-color: #fff;
}

.container-tab {
  width: 100%;
}

.container-flights {
  width: 100%;
  text-align: center;
  padding-top: 2em;
  background-color: #dddcda;
}

.circle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 15em;
  padding-right: 15em;
  background-color: #dddcda;
}

.circle {
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  height: 9em;
  width: 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
  padding: 0.5em;
}

.circle h5 {
  margin: 0;
  font-size: 1.5em;
}

.circle p {
  margin: 0;
  line-height: 1.2;
  font-size: 0.8em;
}

video {
  max-width: 100%;
}

.experience-slide {
  width: 100%;
  min-height: 35em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.intro-logo {
  max-width: 200px;
  padding: 1em 0 3em;
}

.social-bar {
  width: 100%;
  background-color: #333333;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-bar .sb-left p {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: unset;
  font-size: 1.3em;
}

.social-bar .sb-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-bar .sb-middle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  background-color: #fff;
  padding: 12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.3em;
  margin: 0 0.5em;
}

.social-bar .sb-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-bar .sb-right a {
  color: white;
  font-size: 1.3em;
}

.social-bar .sb-right .fa {
  padding-right: 0.5em;
  font-size: 1.7em;
}

.experience-subheading {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.experience-slider {
  padding-bottom: 7em;
}

.slider-tab {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1em 0.5em;
  border: solid 1px #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 16.666%;
  min-width: 150px;
  height: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0.6em;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.slider-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.slider-tab h5 {
  position: relative;
  z-index: 6;
}

.slider-tab.is-nav-selected {
  color: #000;
}

.slider-tab.is-nav-selected:before {
  background-color: rgba(255, 255, 255, 0.6);
}

.flickity-prev-next-button {
  background-color: rgba(255, 255, 255, 0.877);
  border-radius: 50px;
}

.experience-text {
  width: 30%;
  max-width: 25em;
  min-height: 35em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experience-text .text-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 28em;
  font-size: 0.8em;
}

.experience-text .text-top {
  padding-bottom: 5em;
  max-width: 25em;
}

.experience-text .text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.experience-text .text-bottom i {
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.experience-text .locations {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 2em;
  margin-left: 2em;
  display: none;
  font-size: 0.8em;
}

.experience-text.active {
  width: 70%;
  max-width: 50em;
}

.experience-text.active .text-main {
  width: 40%;
}

.experience-text.active h6 i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.experience-text.active .locations {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.h2mobile {
  display: none;
}

@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
  nav .nav-bar li a {
    font-size: 1em;
  }
  .container-full-competition .competition {
    padding: 2em;
  }
  .container-full-competition .competition h2,
  .container-full-competition .competition h4,
  .container-full-competition .competition p {
    width: 100%;
  }
  .container-full-competition .competition h2,
  .container-full-competition .competition h4 {
    text-align: center;
  }
  .container-full-competition form input[type="text"],
  .container-full-competition form input[type="email"],
  .container-full-competition form input[type="date"] {
    width: 100%;
  }
  .container-full-competition form .actions {
    width: 96%;
  }
  .container-full-competition form .answers {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .container-carousel .main-carousel .carousel-cell {
    width: 370px;
    height: 470px;
  }
  .social-bar .sb-left p {
    font-size: 1.6em;
  }
  .social-bar .sb-middle a {
    padding: 10px;
    width: 45px;
    height: 45px;
  }
  .social-bar .sb-right a {
    font-size: 1.6em;
  }
}

@media (max-width: 990px) {
  body {
    font-size: 14px;
  }
  nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav .nav-logo {
    padding: 1.5em;
    min-width: 130px;
  }
  nav .nav-burger {
    display: block;
    margin-right: 50px;
  }
  nav .nav-bar {
    position: absolute;
    top: 75px;
    height: auto;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    display: none;
    padding-bottom: 1em;
  }
  nav .nav-bar.active {
    display: block;
  }
  nav .nav-bar li {
    width: 100%;
    text-align: center;
    padding: 1em 0;
  }
  nav .nav-bar li a {
    font-size: 1.2em;
  }
  .parallax-window-hero {
    min-height: 500px;
  }
  .info-box-container-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-box-container-1 .info-box-1 {
    width: 48%;
    margin-bottom: 2em;
  }
  .info-box-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info-box-container-2 .info-box-text {
    width: 100%;
    text-align: center;
    padding: 3em;
  }
  .info-box-container-2 .info-box-images {
    width: 100%;
  }
  .info-box-container-2 .info-box-images .image-1 {
    border: unset;
    width: 100%;
    height: 360px;
    background-position: 30% 20%;
  }
  .info-box-container-2 .info-box-images .image-2 {
    display: none;
  }
  .info-box-container-2-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .container-wildlife {
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .container-full-competition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .container-full-competition .competition {
    width: 100%;
  }
  .container-full-competition .competition p {
    text-align: center;
  }
  .container-full-competition .competition form input[type="text"],
  .container-full-competition .competition form input[type="email"],
  .container-full-competition .competition form input[type="date"] {
    width: 48%;
  }
  .container-full-competition .competition form .actions {
    width: auto;
    margin: 1em auto;
  }
  .container-full-competition .competition form .answers label {
    width: 20%;
  }
  .container-full-competition .comp-2-image {
    height: 450px;
    width: 100%;
  }
  .container-carousel .main-carousel .carousel-cell {
    width: 300px;
    height: 380px;
  }
  .experience-slider .experience-slide .experience-text {
    width: 50%;
    max-width: 400px;
  }
  .circle-container {
    padding-left: 10em;
    padding-right: 10em;
  }
}

@media (max-width: 770px) {
  .container {
    width: 94%;
  }
  .parallax-window-hero {
    min-height: 420px;
  }
  .container-full-competition .competition form input[type="text"],
  .container-full-competition .competition form input[type="email"],
  .container-full-competition .competition form input[type="date"] {
    width: 80%;
  }
  .container-full-competition .competition form .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-full-competition .competition form .actions .tandc-sect {
    width: 100%;
  }
  .container-full-competition .competition form .actions button {
    margin-top: 2em;
  }
  .info-box-container-2 .info-box-image {
    height: 250px;
  }
  .container-wildlife {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .social-bar .sb-left p {
    display: none;
  }
  .social-bar .sb-middle a {
    padding: 10px;
    width: 45px;
    height: 45px;
  }
  .social-bar .sb-right {
    width: 100%;
  }
  .influencer-box {
    width: 100%;
  }
  .container-day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-day:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-day .text-side {
    width: 100%;
  }
  .container-day .text-side .images {
    padding-bottom: 1em;
  }
  .container-day .text-side .images div {
    border-width: 5px;
    min-height: 7em;
  }
  .container-day .image-side {
    width: 100%;
  }
  .container-day .image-side div {
    border-width: 5px;
  }
  .circle-container {
    padding-left: 3em;
    padding-right: 3em;
  }
  .circle-container .circle {
    height: 7em;
    width: 7em;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  .circle-container .circle h5 {
    font-size: 1em;
  }
  .circle-container .circle p {
    font-size: 0.7em;
  }
}

@media (max-width: 500px) {
  nav .nav-burger {
    margin-right: 30px;
  }
  nav .nav-burger .nav-burger__line {
    width: 1.8em;
  }
  .parallax-window-hero {
    min-height: 350px;
  }
  .hero h1 {
    font-size: 2.6em;
  }
  .info-box-container-1 .info-box-1 {
    width: 100%;
    margin: 1em auto;
  }
  .info-box-container-2 .info-box-image {
    height: 200px;
  }
  .container-full-competition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .container-full-competition .competition {
    width: 100%;
  }
  .container-full-competition .competition form input[type="text"],
  .container-full-competition .competition form input[type="email"],
  .container-full-competition .competition form input[type="date"] {
    width: 96%;
  }
  .container-full-competition .competition form .actions {
    width: 92%;
    margin: 1em auto;
  }
  .container-full-competition .competition form .answers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-full-competition .competition form .answers label {
    width: 45%;
  }
  .container-full-competition .comp-2-image {
    height: 350px;
    width: 100%;
  }
  .container-carousel .main-carousel .carousel-cell {
    width: 280px;
    height: 320px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-left {
    padding: 1em 0 0;
  }
  .footer .footer-left a {
    margin-left: 0;
    text-align: center;
  }
  .footer .footer-right {
    padding: 0.5em 0;
    font-size: 1.2em;
    margin-right: 0;
  }
  .partner-logo {
    margin: 0.5em 0;
  }
  .circle-container .circle {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    height: 6em;
    width: 6em;
  }
  .circle-container .circle h5 {
    font-size: 0.8em;
  }
  .circle-container .circle p {
    font-size: 0.7em;
  }
  .h2mobile {
    display: block;
  }
  .h2desktop {
    display: none;
  }
  .experience-slider .experience-slide .experience-text {
    width: 70%;
  }
}

.tandc-container {
  padding: 3em;
}

.tandc-container h2, .tandc-container h4, .tandc-container p {
  margin-bottom: 1em;
}

.tandc-container h4 {
  margin-top: 2em;
}

.tandc-container p, .tandc-container li {
  font-size: 1em;
  line-height: 1.4;
}

.tandc-container li {
  margin-bottom: 0.5em;
}

.tandc-container span {
  font-weight: 900;
}
/*# sourceMappingURL=style.css.map */