/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: inherit;
  font: inherit;
  vertical-align: baseline;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  background-color: inherit;
  color: inherit;
}
@media screen and (max-width: 1080px) {
  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 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  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 {
    font-size: 12px;
  }
}

i {
  font-style: italic;
}

b {
  font-size: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a, a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
}

html {
  box-sizing: border-box;
}

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

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.relative {
  position: relative;
}

h1 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 300;
  color: #38393b;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
h2.like-h1 {
  color: white;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h2.like-h1 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac-desktop {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tac-desktop {
    text-align: inherit;
  }
}

.hidden-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: inherit;
  }
}

.hidden-non-mobile {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .hidden-non-mobile {
    display: none;
  }
}

.flex-mobile,
.flex {
  display: flex;
}
.flex-mobile.bleed,
.flex.bleed {
  gap: 1rem;
}
.flex-mobile > *,
.flex > * {
  margin-left: 15px;
  margin-right: 15px;
}
.flex-mobile > *:first-child,
.flex > *:first-child {
  margin-left: 0px;
}
.flex-mobile > *:last-child,
.flex > *:last-child {
  margin-right: 0px;
}
.flex-mobile.wrap,
.flex.wrap {
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .flex-mobile.wrap-mobile,
.flex.wrap-mobile {
    flex-flow: row wrap;
  }
}
.flex-mobile.space-between,
.flex.space-between {
  justify-content: space-between;
}
.flex-mobile .flex-1,
.flex .flex-1 {
  flex: 1;
  position: relative;
}
.flex-mobile .flex-2,
.flex .flex-2 {
  flex: 2;
}
.flex-mobile .flex-3,
.flex .flex-3 {
  flex: 3;
}
.flex-mobile .flex-5,
.flex .flex-5 {
  flex: 5;
}
.flex-mobile .flex-6,
.flex .flex-6 {
  flex: 6;
}
.flex-mobile .flex-8,
.flex .flex-8 {
  flex: 8;
}
@media screen and (max-width: 1280px) {
  .flex-mobile.break-laptop,
.flex.break-laptop {
    flex-direction: column;
  }
  .flex-mobile.break-laptop > .flex-1, .flex-mobile.break-laptop > .flex-2, .flex-mobile.break-laptop > .flex-3, .flex-mobile.break-laptop > .flex-5, .flex-mobile.break-laptop > .flex-6, .flex-mobile.break-laptop > .flex-8,
.flex.break-laptop > .flex-1,
.flex.break-laptop > .flex-2,
.flex.break-laptop > .flex-3,
.flex.break-laptop > .flex-5,
.flex.break-laptop > .flex-6,
.flex.break-laptop > .flex-8 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .flex-mobile.break-tablet,
.flex.break-tablet {
    flex-direction: column;
  }
  .flex-mobile.break-tablet > .flex-1, .flex-mobile.break-tablet > .flex-2, .flex-mobile.break-tablet > .flex-3, .flex-mobile.break-tablet > .flex-5, .flex-mobile.break-tablet > .flex-6, .flex-mobile.break-tablet > .flex-8,
.flex.break-tablet > .flex-1,
.flex.break-tablet > .flex-2,
.flex.break-tablet > .flex-3,
.flex.break-tablet > .flex-5,
.flex.break-tablet > .flex-6,
.flex.break-tablet > .flex-8 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .flex-mobile.break-mobile,
.flex.break-mobile {
    flex-direction: column;
  }
  .flex-mobile.break-mobile > .col, .flex-mobile.break-mobile > .flex-2, .flex-mobile.break-mobile > .flex-3, .flex-mobile.break-mobile > .flex-5, .flex-mobile.break-mobile > .flex-6, .flex-mobile.break-mobile > .flex-8,
.flex.break-mobile > .col,
.flex.break-mobile > .flex-2,
.flex.break-mobile > .flex-3,
.flex.break-mobile > .flex-5,
.flex.break-mobile > .flex-6,
.flex.break-mobile > .flex-8 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.flex-mobile .line-break,
.flex .line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .flex-mobile .line-break-tablet,
.flex .line-break-tablet {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .flex-mobile .line-break-mobile,
.flex .line-break-mobile {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}

.flex-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .flex-mobile {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

.flex-text-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-right {
  margin-left: auto;
}

.flex-item-left {
  margin-right: auto;
}

.container {
  width: 1171px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  background: transparent;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1040px;
  }
}
@media screen and (max-width: 1080px) {
  .container {
    width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container img {
  max-width: 100%;
}