@charset "UTF-8";
/*------------------------------------*\
    MAIN
\*------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

textarea, select, input {
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  outline: 0;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #efefef;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

:-moz-placeholder {
  color: black;
}

input:focus, textarea:focus {
  outline: 0;
  border: 1px solid #fbbc04;
}

[type=submit]:focus, button:focus {
  outline: 0;
  border: 1px solid #fbbc04;
}

::selection {
  background: #fbbc04;
  color: black;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 0 30px;
  color: white;
  position: relative;
  /* background-color: #35aee2; */
}

.authed-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.header-container {
  /* background-color: #60c657; */
  /* position: relative; */
  /* justify-self: center; */
}

.header {
  margin: 0;
  font-size: 50px;
  font-weight: bold;
}

.sub-text {
  font-size: 25px;
}

.gradient-text {
  background: -webkit-linear-gradient(left, #60c657 30%, #35aee2 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-button {
  height: 45px;
  border: 0;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.connect-wallet-button {
  color: white;
  background: -webkit-linear-gradient(left, #302f2f, #615c66);
  /* background-color: #423f3f; */
  background-size: 200% 200%;
  animation: gradient-animation 4s ease infinite;
}

.mint-button {
  background: -webkit-linear-gradient(left, #4e44ce, #35aee2);
  background-size: 200% 200%;
  animation: gradient-animation 4s ease infinite;
  margin-left: 10px;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  /* padding-bottom: 45px; */
}

.winter-iframe {
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
  height: 100%;
  display: inline;
  position: fixed;
}

.twitter-logo {
  width: 35px;
  height: 35px;
}

.footer-text {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.connected-container input[type=text] {
  display: inline-block;
  padding: 10px;
  width: 50%;
  height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 10px;
  margin: 50px auto;
}

.img-gallery {
  margin-top: 0;
  padding-top: 0;
  /* height: 10%; */
}

.thumbnail {
  margin: 0px 12px;
  padding: 0px;
  height: 100%;
  background-color: #4a4649;
  /* outline-width: 0px; */
}

.connected-container button {
  height: 50px;
}

/* KeyFrames */
@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.background-image-section {
  background: no-repeat center center;
  background-size: cover;
}

.c-block-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-flex-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-flex-center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-flex-left-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-flex-left-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-flex-right-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-flex-right-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.c-shadow-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.c-width-0 {
  width: 0%;
}

.c-width-1 {
  width: 1%;
}

.c-width-2 {
  width: 2%;
}

.c-width-3 {
  width: 3%;
}

.c-width-3-3 {
  width: 3.333333%;
}

.c-width-4 {
  width: 4%;
}

.c-width-5 {
  width: 5%;
}

.c-width-6 {
  width: 6%;
}

.c-width-6-6 {
  width: 6.666666%;
}

.c-width-7 {
  width: 7%;
}

.c-width-8 {
  width: 8%;
}

.c-width-9 {
  width: 9%;
}

.c-width-10 {
  width: 10%;
}

.c-width-11 {
  width: 11%;
}

.c-width-12 {
  width: 12%;
}

.c-width-13 {
  width: 13%;
}

.c-width-14 {
  width: 14%;
}

.c-width-15 {
  width: 15%;
}

.c-width-16 {
  width: 16%;
}

.c-width-17 {
  width: 17%;
}

.c-width-18 {
  width: 18%;
}

.c-width-19 {
  width: 19%;
}

.c-width-20 {
  width: 20%;
}

.c-width-21 {
  width: 21%;
}

.c-width-22 {
  width: 22%;
}

.c-width-23 {
  width: 23%;
}

.c-width-24 {
  width: 24%;
}

.c-width-25 {
  width: 25%;
}

.c-width-26 {
  width: 26%;
}

.c-width-27 {
  width: 27%;
}

.c-width-28 {
  width: 28%;
}

.c-width-29 {
  width: 29%;
}

.c-width-30 {
  width: 30%;
}

.c-width-31 {
  width: 31%;
}

.c-width-32 {
  width: 32%;
}

.c-width-33 {
  width: 33%;
}

.c-width-33-3 {
  width: 33.3333333%;
}

.c-width-34 {
  width: 34%;
}

.c-width-35 {
  width: 35%;
}

.c-width-36 {
  width: 36%;
}

.c-width-37 {
  width: 37%;
}

.c-width-38 {
  width: 38%;
}

.c-width-39 {
  width: 39%;
}

.c-width-40 {
  width: 40%;
}

.c-width-41 {
  width: 41%;
}

.c-width-42 {
  width: 42%;
}

.c-width-43 {
  width: 43%;
}

.c-width-44 {
  width: 44%;
}

.c-width-45 {
  width: 45%;
}

.c-width-46 {
  width: 46%;
}

.c-width-47 {
  width: 47%;
}

.c-width-48 {
  width: 48%;
}

.c-width-49 {
  width: 49%;
}

.c-width-50 {
  width: 50%;
}

.c-width-51 {
  width: 51%;
}

.c-width-52 {
  width: 52%;
}

.c-width-53 {
  width: 53%;
}

.c-width-54 {
  width: 54%;
}

.c-width-55 {
  width: 55%;
}

.c-width-56 {
  width: 56%;
}

.c-width-57 {
  width: 57%;
}

.c-width-58 {
  width: 58%;
}

.c-width-59 {
  width: 59%;
}

.c-width-60 {
  width: 60%;
}

.c-width-61 {
  width: 61%;
}

.c-width-62 {
  width: 62%;
}

.c-width-63 {
  width: 63%;
}

.c-width-64 {
  width: 64%;
}

.c-width-65 {
  width: 65%;
}

.c-width-66 {
  width: 66%;
}

.c-width-66-6 {
  width: 66.666666%;
}

.c-width-67 {
  width: 67%;
}

.c-width-68 {
  width: 68%;
}

.c-width-69 {
  width: 69%;
}

.c-width-70 {
  width: 70%;
}

.c-width-71 {
  width: 71%;
}

.c-width-72 {
  width: 72%;
}

.c-width-73 {
  width: 73%;
}

.c-width-74 {
  width: 74%;
}

.c-width-75 {
  width: 75%;
}

.c-width-76 {
  width: 76%;
}

.c-width-77 {
  width: 77%;
}

.c-width-78 {
  width: 78%;
}

.c-width-79 {
  width: 79%;
}

.c-width-80 {
  width: 80%;
}

.c-width-81 {
  width: 81%;
}

.c-width-82 {
  width: 82%;
}

.c-width-83 {
  width: 83%;
}

.c-width-84 {
  width: 84%;
}

.c-width-85 {
  width: 85%;
}

.c-width-86 {
  width: 86%;
}

.c-width-87 {
  width: 87%;
}

.c-width-88 {
  width: 88%;
}

.c-width-89 {
  width: 89%;
}

.c-width-90 {
  width: 90%;
}

.c-width-91 {
  width: 91%;
}

.c-width-92 {
  width: 92%;
}

.c-width-93 {
  width: 93%;
}

.c-width-94 {
  width: 94%;
}

.c-width-95 {
  width: 95%;
}

.c-width-96 {
  width: 96%;
}

.c-width-97 {
  width: 97%;
}

.c-width-98 {
  width: 98%;
}

.c-width-99 {
  width: 99%;
}

.c-width-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-width-0,
.c-width-1,
.c-width-2,
.c-width-3,
.c-width-3-3,
.c-width-4,
.c-width-5,
.c-width-6,
.c-width-6-6,
.c-width-7,
.c-width-8,
.c-width-9,
.c-width-10,
.c-width-11,
.c-width-12,
.c-width-13,
.c-width-14,
.c-width-15,
.c-width-16,
.c-width-17,
.c-width-18,
.c-width-19,
.c-width-20,
.c-width-21,
.c-width-22,
.c-width-23,
.c-width-24,
.c-width-25,
.c-width-26,
.c-width-27,
.c-width-28,
.c-width-29,
.c-width-30,
.c-width-31,
.c-width-32,
.c-width-33,
.c-width-33-3,
.c-width-34,
.c-width-35,
.c-width-36,
.c-width-37,
.c-width-38,
.c-width-39,
.c-width-40,
.c-width-41,
.c-width-42,
.c-width-43,
.c-width-44,
.c-width-45,
.c-width-46,
.c-width-47,
.c-width-48,
.c-width-49,
.c-width-50,
.c-width-51,
.c-width-52,
.c-width-53,
.c-width-54,
.c-width-55,
.c-width-56,
.c-width-57,
.c-width-58,
.c-width-59,
.c-width-60,
.c-width-61,
.c-width-62,
.c-width-63,
.c-width-64,
.c-width-65,
.c-width-66,
.c-width-66-6,
.c-width-67,
.c-width-68,
.c-width-69,
.c-width-70,
.c-width-71,
.c-width-72,
.c-width-73,
.c-width-74,
.c-width-75,
.c-width-76,
.c-width-77,
.c-width-78,
.c-width-79,
.c-width-80,
.c-width-81,
.c-width-82,
.c-width-83,
.c-width-84,
.c-width-85,
.c-width-86,
.c-width-87,
.c-width-88,
.c-width-89,
.c-width-90,
.c-width-91,
.c-width-92,
.c-width-93,
.c-width-94,
.c-width-95,
.c-width-96,
.c-width-97,
.c-width-98,
.c-width-99,
.c-width-100 {
    width: 100%;
  }
}
@font-face {
  font-family: "DDC";
  src: url("/fonts/DDCHardware-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DDC Condensed";
  src: url("/fonts/DDCHardware-Condensed.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DDC Compressed";
  src: url("/fonts/DDCHardware-Compressed.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Wotfard";
  src: url("/fonts/wotfard-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Wotfard";
  src: url("/fonts/wotfard-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Wotfard";
  src: url("/fonts/wotfard-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 1em;
  z-index: 100;
}
.header .content {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 0px;
}
.header .social-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .social-nav a {
  margin-right: 35px;
  transition: none;
}
.header .social-nav a svg {
  width: 24px;
  height: auto;
}
.header .social-nav a svg path {
  transition: fill 0.3s ease;
}
.header .social-nav a:hover svg path {
  fill: #fbbc04;
}
.header .site-links-nav {
  display: flex;
  align-items: center;
}
.header .site-links-nav a {
  color: white;
  margin-right: 0;
}
.header .site-links-nav .seemax-button {
  display: none;
  border: 1px solid white;
  padding: 8px 20px 10px 12px;
  background-color: #4285f4;
  transition: color 0.5s ease, background-color 0.5s ease;
  margin-left: 35px;
  color: white;
}
.header .site-links-nav .seemax-button #head-lock-icon {
  fill: white;
  position: relative;
  top: 5px;
  width: 20px;
  height: auto;
  margin-right: 10px;
  transition: fill 0.3s ease;
}
.header .site-links-nav .seemax-button:hover {
  background-color: #2358b1;
}
.hero-section {
  background: #4285f4;
  color: white;
}
.hero-section .content {
  padding-top: 150px;
  flex-direction: column;
  align-items: center;
}
.hero-section h1 {
  position: absolute;
  top: -100%;
  left: -100%;
  opacity: 0;
  z-index: -1;
}
.hero-section #hero-text {
  width: 100%;
  max-width: 1000px;
  fill: #ffffff;
}
.hero-section #hero-toad {
  width: 100%;
  max-width: 237px;
  margin-top: -40px;
  margin-bottom: 10px;
}
.hero-section p {
  max-width: 750px;
  font-weight: 400;
}
.hero-section .minting-countdown {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 64px;
  margin: 50px 0 40px 0;
}
.hero-section .single-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  height: auto;
  text-align: center;
  width: 80px;
}
.hero-section .days-counter {
  margin-right: 25px;
}
.hero-section .countdown-item-dots {
  width: 100px;
}
.hero-section .single-countdown-number {
  display: flex;
  justify-content: center;
  line-height: 1;
  text-align: left;
  width: 100%;
}
.hero-section .seconds-counter-number {
  justify-content: flex-start;
  margin-left: 5px;
}
.hero-section .single-item-dots {
  line-height: 1;
}
.hero-section .single-countdown-title {
  font-size: 16px;
  padding-top: 8px;
}
.hero-section .seemax-button {
  display: inline-block;
  margin: 20px 0;
}
.hero-section .hero-mint-button {
  border: 0px solid black;
  font: 500 18px/1.75 "Wotfard", sans-serif !important;
  min-width: 210px;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.hero-section .hero-mint-button:hover {
  color: #fbbc04;
  background-color: black;
}
.hero-section .hero-mint-button .height-holder {
  opacity: 0;
  z-index: -1;
}
.hero-section .minting-guts {
  position: relative;
  width: auto;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  width: 100%;
}
.hero-section .minting-count {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.hero-section .minting-plus,
.hero-section .minting-minus,
.hero-section .minting-total {
  color: white;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2358b1;
  border: none;
  padding: 0;
  user-select: none;
}
.hero-section .minting-plus,
.hero-section .minting-minus {
  padding-bottom: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero-section .minting-plus:hover,
.hero-section .minting-minus:hover {
  background-color: black;
}
.hero-section .minting-minus {
  padding-bottom: 2px;
}
.hero-section .minting-total {
  background-color: white;
  color: black;
  width: 74px;
  height: 74px;
  border-radius: 30px;
  margin: 0px 10px;
}
.hero-section .mint-cc {
  font-size: 14px;
  margin-bottom: 15px;
}
.hero-section .total-minted-count {
  margin-top: 15px;
}
.hero-section .winter-link {
  color: #fbbc04;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
.hero-section .alertPart {
  opacity: 0;
}
.hero-section .mint-success-alert,
.hero-section .error-alert,
.hero-section .max-toadz-alert,
.hero-section .network-alert {
  position: absolute;
  max-width: 500px;
  bottom: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  background: #ea4335;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 25px;
  z-index: 4;
}
.hero-section .mint-success-alert {
  z-index: 5;
  background: #3eea35;
}
.hero-section .mint-note {
  max-width: 366px;
  color: #12418e;
  font-size: 11px;
  margin: 15px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .header a {
    margin-right: 20px;
  }
  .header .site-links-nav .seemax-button {
    display: none;
  }

  .hero-section .content {
    padding-top: 120px;
  }
  .hero-section #hero-toad {
    margin-top: 30px;
    width: 50%;
  }
  .hero-section .minting-countdown {
    font-size: 40px;
  }
  .hero-section .single-countdown-item {
    width: 70px;
  }
  .hero-section .days-counter {
    margin-right: 15px;
  }
}
.heroToad0 {
  fill-opacity: 0.1;
}

.heroToad1 {
  fill: #e2e2e2;
}

.heroToad2 {
  fill: #954535;
}

.heroToad3 {
  opacity: 0.1;
  enable-background: new;
}

.heroToad4 {
  fill: #ffffff;
}

.heroToad5 {
  fill: #5d4037;
}

.heroToad6 {
  fill: #e53935;
}

.heroToad7 {
  fill: #ff0000;
}

.heroToad8 {
  fill: #0000ff;
}

.heroToad9 {
  fill: #fcee21;
}

.heroToad10 {
  opacity: 0.2;
  fill: #ffffff;
  enable-background: new;
}

.swamp-section {
  background-color: #fbbc04;
}
.swamp-section .content {
  flex-direction: column;
  align-items: center;
}
.swamp-section h2 {
  margin-bottom: 20px;
}
.swamp-section p {
  max-width: 730px;
  margin: 0 auto;
}
.swamp-section a {
  color: black;
  text-decoration: underline;
}
.swamp-section .seemax-button {
  border: 1px solid black;
  padding: 4px 20px 12px 12px;
  margin-top: 40px;
  background-color: #fbbc04;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.swamp-section .seemax-button #lock-icon {
  position: relative;
  top: 9px;
  width: 24px;
  height: auto;
  margin-right: 10px;
  transition: fill 0.3s ease;
}
.swamp-section .seemax-button:hover {
  background-color: black;
  color: #fbbc04;
}
.swamp-section .seemax-button:hover #lock-icon {
  fill: #fbbc04;
}

.culture-section .content {
  padding-bottom: 60px;
}
.culture-section h2 {
  margin-bottom: 20px;
}
.culture-section h2 span {
  padding-left: 20px;
}
.culture-section p {
  max-width: 575px;
  margin: 0 auto;
}
.culture-section .culture-scroller-area {
  width: 100%;
  height: auto;
}
.culture-section .toad-scroller {
  width: 100%;
  height: auto;
}
.culture-section .toad-scroller img {
  width: 100%;
  height: auto;
  padding: 5px;
}

.supporting-section .support-intro-area {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.supporting-section .logos-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.supporting-section .logos-area h4 {
  margin-top: 40px;
}
.supporting-section .single-support-logo img {
  width: 100%;
}
.supporting-section .business-join-area {
  background-color: #f8f9fa;
  max-width: 895px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 60px 40px;
  margin-top: 170px;
}
.supporting-section .business-join-area #business-toad {
  width: 100%;
  padding: 0 25px;
  max-width: 250px;
  margin-top: -100px;
  margin-bottom: 30px;
  overflow: visible;
}
.supporting-section .business-join-area h3, .supporting-section .business-join-area p {
  max-width: 580px;
}
.supporting-section .business-join-area .seemax-button {
  margin-top: 20px;
}

.businessToad-0 {
  fill: #D39059;
}

.businessToad-1 {
  fill: #BEDC2F;
}

.businessToad-2 {
  opacity: 0.1;
}

.businessToad-3 {
  fill: #FFFFFF;
}

.businessToad-4 {
  fill: #3C4043;
}

.businessToad-5 {
  fill: #662D91;
}

.businessToad-6 {
  fill-opacity: 0.1;
}

.businessToad-7 {
  fill: #E37400;
}

.businessToad-8 {
  fill: #F29900;
}

.businessToad-9 {
  fill: #EA8600;
}

.businessToad-10 {
  fill: #34A853;
}

.businessToad-11 {
  fill: #FBBC04;
}

.businessToad-12 {
  fill: #EA4335;
}

.businessToad-13 {
  fill: #F1F3F4;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: white;
  perspective: 1400;
}
#preloader #preloader-image {
  width: 20%;
  min-width: 200px;
  height: auto;
  perspective: 10px;
  fill: black;
}
#preloader #preloader-image .preLoader-0 {
  fill-opacity: 0.1;
}
#preloader #preloader-image .preLoader-1 {
  fill: #E2E2E2;
}
#preloader #preloader-image .preLoader-2 {
  fill: #954535;
}
#preloader #preloader-image .preLoader-3 {
  opacity: 0.1;
}
#preloader #preloader-image .preLoader-4 {
  fill: #FFFFFF;
}
#preloader #preloader-image .preLoader-5 {
  fill: #5D4037;
}
#preloader #preloader-image .preLoader-6 {
  fill: #E53935;
}
#preloader #preloader-image .preLoader-7 {
  fill: #FF0000;
}
#preloader #preloader-image .preLoader-8 {
  fill: #0000FF;
}
#preloader #preloader-image .preLoader-9 {
  fill: #FCEE21;
}
#preloader #preloader-image .preLoader-10 {
  opacity: 0.2;
  fill: #FFFFFF;
}

.loaderWaveAnim1 {
  transform-origin: 50% 50%;
  animation: wave1 5s infinite;
}

@keyframes wave1 {
  0% {
    transform: rotateY(0deg) rotateX(0deg) translateY(-3px);
  }
  25% {
    transform: rotateY(-15deg) rotateX(-10deg) translateY(0px);
  }
  50% {
    transform: rotateY(0deg) rotateX(0deg) translateY(3px);
  }
  75% {
    transform: rotateY(15deg) rotateX(-10deg) translateY(0px);
  }
  100% {
    transform: rotateY(0deg) rotateX(0deg) translateY(-3px);
  }
}
.artist-section h2 {
  margin-bottom: 20px;
}
.artist-section p {
  max-width: 845px;
  margin: 0 auto;
}
.artist-section h4 {
  margin-top: 50px;
}

.artist-image-area {
  position: relative;
  width: 100%;
  text-align: center;
}
.artist-image-area .artist-image-area-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #4285f4;
}
.artist-image-area .artist-image-area-right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #ea4335;
}
.artist-image-area #fran-toad {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding: 90px 0px;
  margin: 0 auto;
}
.artist-image-area .top-right {
  transform-origin: "bottom left";
}

.dev-area {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dev-toadz {
  margin-top: 40px;
}

.dev-titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}

.single-dev-title {
  margin-bottom: 20px;
}
.single-dev-title a {
  color: black;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .artist-image-area #fran-toad {
    padding: 90px 50px;
  }
}
.franToad-0 {
  fill: #fbbc04;
}

.franToad-1 {
  fill: #a5652b;
}

.franToad-2 {
  opacity: 0.1;
  enable-background: new;
}

.franToad-3 {
  fill: #c6b3a6;
}

.franToad-4 {
  fill: #23160d;
}

.franToad-5 {
  fill: #ea8600;
}

.franToad-6 {
  fill-opacity: 0.1;
}

.franToad-7 {
  fill: #ff0000;
}

.franToad-8 {
  fill: #ffffff;
}

.franToad-9 {
  fill: #5d4037;
}

.franToad-10 {
  fill: #2c683d;
}

.o,
.p {
  opacity: 0.1;
}

.q {
  fill: #00bcd4;
}

.r {
  fill: #ea4335;
}

.s {
  fill: #fff;
}

.t {
  fill: red;
}

.u {
  fill: #b75629;
}

.v {
  fill: #c19a6b;
}

.w {
  fill: #dac789;
}

.x {
  fill: #d2ba5a;
}

.y {
  fill: #daa06d;
}

.aa {
  fill: #867d7a;
}

.ab {
  fill: #5d4037;
}

.p {
  isolation: isolate;
}

.ac {
  opacity: 0.2;
}

.ad {
  fill: #3f51b5;
}

.toad-map-section {
  background: #4285f4;
  color: white;
}
.toad-map-section .content {
  padding-top: 150px;
}
.toad-map-section a {
  color: white;
  text-decoration: underline;
}

.single-toad-step {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.single-toad-step:nth-of-type(1) {
  margin-bottom: 100px;
}

.footer {
  position: relative;
  background: #fbbc04;
  color: #231f20;
}
.footer .content {
  padding: 60px 50px 20px 50px;
}
.footer .mabuhay {
  margin: 0 auto 40px auto;
}
.footer .footer-links {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.footer svg {
  width: 37px;
  height: auto;
  fill: #231f20;
}
.footer a {
  margin: 0px 15px;
  color: white;
  text-decoration: none;
}
.footer a:hover svg {
  fill: #ea4335;
}
.footer .copyright {
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .footer .content {
    padding: 60px 25px 20px 25px;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

* {
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font: 400 18px/1.75 "Wotfard", sans-serif !important;
  width: 100%;
  margin: 0 !important;
  color: black;
  position: relative;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
  text-align: center;
}

main {
  position: relative;
  min-height: 100%;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
  height: auto;
}

.content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0px auto;
  padding: 90px 50px 100px 50px;
}

.no-flex .content {
  display: block;
  overflow: auto;
}
.no-flex .seemax-button {
  display: inline-block;
}

a {
  position: relative;
  color: #4285f4;
  transition: all 0.3s ease;
  line-height: 1;
  text-decoration: none;
}
a:hover:after {
  height: 3px;
}

a.no-after:after {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DDC Compressed", sans-serif;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

h1 {
  font-size: 72px;
  line-height: 1.1;
}

h2 {
  font-size: 72px;
  line-height: 1.2;
}

h3 {
  font-size: 48px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}

.emoji {
  font-weight: 400;
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

ul,
ol {
  width: 100%;
  list-style: none;
  padding-left: 0px;
  margin: 1rem 0;
}
ul li,
ol li {
  width: 100%;
  position: relative;
  padding-left: 1.1rem;
  margin: 0.5rem 0;
}
ul li:before,
ol li:before {
  color: #fbbc04;
  content: "•";
  position: absolute;
  left: 0px;
  top: 1px;
}

ol {
  counter-reset: item;
}
ol li {
  counter-increment: item;
}
ol li:before {
  content: counter(item);
  font-size: 1rem;
  top: 0rem;
}

hr {
  background: black;
  margin: 0;
  text-align: left;
  border: 0;
  width: 100%;
  height: 1px;
}

blockquote {
  border-left: 1px solid #fbbc04;
  font-style: italic;
  margin: 2em 0;
  padding: 0.5em 40px;
}

.seemax-button {
  position: relative;
  background-color: #fbbc04;
  border: 3px solid #fbbc04;
  padding: 16px 25px;
  transition: color 0.3s ease, border-color 0.3s ease;
  color: black;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
}
.seemax-button a {
  z-index: 50;
}
.seemax-button .flag-top,
.seemax-button .flag-bottom,
.seemax-button .flag-left,
.seemax-button span {
  cursor: pointer;
}
.seemax-button .flag-top {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  top: -51%;
  left: 0;
  background-color: blue;
  transition: top 0.3s ease;
}
.seemax-button .flag-bottom {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  top: 101%;
  left: 0;
  background-color: red;
  transition: top 0.3s ease;
}
.seemax-button .flag-left {
  content: "";
  height: 56px;
  width: 56px;
  position: absolute;
  top: -3px;
  left: -75px;
  transform: rotate(45deg);
  background-color: white;
  transition: left 0.3s ease;
}
.seemax-button:hover {
  border-color: #231f20;
  color: gold;
}
.seemax-button:hover .flag-top {
  top: 0;
}
.seemax-button:hover .flag-bottom {
  top: 50%;
}
.seemax-button:hover .flag-left {
  left: -44px;
}
.seemax-button span {
  position: relative;
}

input {
  font-family: "Wotfard";
  font-weight: 300;
}

.seemax-pagination {
  margin-top: 60px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
}
.seemax-pagination .page-numbers,
.seemax-pagination .next,
.seemax-pagination .prev {
  margin: 0px;
  padding: 10px 14px;
  background-color: black;
  color: white;
  line-height: 1;
  margin: 0px 10px;
  transition: all 0.3s ease;
}
.seemax-pagination .page-numbers:after,
.seemax-pagination .next:after,
.seemax-pagination .prev:after {
  display: none;
}
.seemax-pagination .page-numbers:hover,
.seemax-pagination .next:hover,
.seemax-pagination .prev:hover {
  background-color: #fbbc04;
  color: black;
}
.seemax-pagination .next,
.seemax-pagination .prev {
  padding-left: 20px;
  padding-right: 20px;
}
.seemax-pagination .current {
  outline: 1px solid black;
  background: white;
  color: black;
}
.seemax-pagination .current:hover {
  background: white;
  color: black;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }

  h1 {
    font-size: 72px;
    line-height: 1.1;
  }

  h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  h3 {
    font-size: 40px;
    line-height: 1.3;
  }

  h4 {
    font-size: 20px;
    line-height: 1.3;
  }

  .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .next,
.prev {
    display: none;
  }
}

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