/* import all scss files */
/* first importing variables which are using in styles */
/*
  fonts
*/
@font-face {
  font-family: "Montserrat-Black";
  src: url("../Montserrat-Black.otf") format("opentype"),
    url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff"),
    url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../Montserrat-Regular.otf") format("opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
	color variables
*/
/* importing styles */
/*
	basic page styles
*/
.calculator_image {
  display: block;
  margin: 20px auto 0;
}

body {
  font-family: "Montserrat-Regular", sans-serif;
  overflow-x: hidden;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Black", sans-serif;
  color: #fffffe;
  text-align: center;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
  margin: 0;
}

p {
  font-size: 30px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 991px) {
  p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 22px;
  }
}

h1 {
  font-size: 60px;
  line-height: 1;
}

@media (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

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

@media (max-width: 991px) {
  h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}

ul,
ol {
  margin: 0;
  list-style-type: none;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  color: #fffffe;
  text-decoration: underline;
}

a:hover {
  color: #fffffe;
  text-decoration: underline;
}

strong {
  font-weight: normal;
  font-family: "Montserrat-Black", sans-serif;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none !important;
}

label {
  white-space: normal !important;
}

.underlined {
  text-decoration: underline;
}

.yellow-btn,
.footer .blue-btn {
  background-color: #eeaf00;
  color: #fffffe;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 14px;
  border: none;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  white-space: normal;
}

.yellow-btn:hover,
.footer .blue-btn:hover,
.yellow-btn:focus,
.footer .blue-btn:focus,
.yellow-btn:active,
.footer .blue-btn:active {
  color: #fffffe;
  background-color: #f2b91b;
}

@media (max-width: 767px) {
  .yellow-btn,
  .footer .blue-btn {
    font-size: 20px;
  }
}

.wave-block {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
  right: 0;
  width: 100%;
  height: 128px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wave-block {
    display: none;
  }

  .wave-block-small-wave-block{
    display: none;
  }
}

.wave-block div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
}

.wave-block div:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 1314px;
  height: 100%;
  right: calc(-25% + 657px);
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .wave-block div:nth-child(2) {
    right: calc(-15% + 657px);
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .wave-block div:nth-child(2) {
    right: calc(-5% + 657px);
  }
}

@media (min-width: 1921px) {
  .wave-block div:nth-child(2) {
    left: calc(50% - 657px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.wave-block div:nth-child(2):before,
.wave-block div:nth-child(2):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200vw;
  background-repeat: repeat-x;
}

.wave-block div:nth-child(2):before {
  right: 100%;
  background-position-x: right;
}

.wave-block div:nth-child(2):after {
  left: 100%;
  background-position-x: left;
}

.wave-block.down {
  top: calc(100% - 10px);
}

.wave-block.down div:first-child {
  top: 0;
}

.small-wave-block {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  height: 77px;
  z-index: 1;
}

.wave-block-small-wave-block {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
  right: 0;
  width: 100%;
  height: 128px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .small-wave-block {
    display: none;
  }
}

.error-message {
  font-size: 16px;
  color: #ff4242;
  padding-bottom: 5px;
}

section.calculator-section.hope-section, section.calculator-section.kiosk-hope-section {
  padding: 70px 0 130px 0;
}

@media (max-width: 767px) {
 section.calculator-section.hope-section, section.calculator-section.kiosk-hope-section {
padding: 70px 0 70px 0;
  }
}

/* 
	styles for calculator section
*/
.calculator-section {
  z-index: 1;
  padding: 60px 0;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0cece7),
    color-stop(#17b4cc),
    to(#1587a7)
  );
  background: linear-gradient(#0cece7, #17b4cc, #1587a7);
  margin-top: -5px;
}

@media (max-width: 991px) {
  .calculator-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .calculator-section {
    padding-bottom: 40px;
  }
}

.calculator-section .small-wave-block {
  background-image: url("../images/mask-story-2-01-copy-6.png");
  background-repeat: repeat-x;
}

.calculator-section .wave-block {
  z-index: 1;
}

.calculator-section .wave-block div:first-child {
  background-color: #1587a7;
}

.calculator-section .wave-block div:nth-child(2) {
  background-image: url("../fonts/mask-story2-02-03.svg");
  right: calc(-25%);
}

section.calculator-section.hope-section {
  margin-top: -30px;
}

.cursor-none {
  cursor: none !important;
  pointer-events: none !important;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .calculator-section .wave-block div:nth-child(2) {
    right: calc(-15%);
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .calculator-section .wave-block div:nth-child(2) {
    right: calc(-5%);
  }
}

@media (min-width: 1921px) {
  .calculator-section .wave-block div:nth-child(2) {
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.calculator-section .wave-block div:nth-child(2):before,
.calculator-section .wave-block div:nth-child(2):after {
  background-image: url("../fonts/mask-story2-02-03.svg");
}

.calculator-text-block h2,
.calculator-text-block p {
  margin-bottom: 38px;
}

.calculator-wrapper {
  text-align: center;
  padding-bottom: 48px;
}

.calc-btn {
  height: 60px;
}

@media (max-width: 767px) {
  .calc-btn {
    height: auto;
    min-height: 60px;
  }
  .third-story-title {
    display: none;
  }
  .first-story-section.kiosk-calcultor {
    display: none;
  }
}

.calc-collapse-btn,
.footer .blue-btn {
  padding: 6px 30px;
  z-index: 1;
}

.calc-collapse-btn .btn-text,
.footer .blue-btn .btn-text {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.calc-collapse-btn .btn-text:after,
.footer .blue-btn .btn-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fffffe;
  border-top: 3px solid #fffffe;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.calc-btn[aria-expanded="true"] {
  background-color: #1aaab5;
}

.calc-btn[aria-expanded="true"] .btn-text:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.calc-form-wrapper {
  padding: 70px 50px 50px;
  margin-top: -30px;
  background-color: rgba(21, 140, 171, 0.2);
  border-radius: 40px;
  z-index: -1;
  text-align: left;
}

@media (max-width: 767px) {
  .calc-form-wrapper {
    padding: 50px 20px 50px;
  }
}

.calc-form-wrapper p {
  font-size: 26px;
}

@media (max-width: 767px) {
  .calc-form-wrapper p {
    font-size: 22px;
  }
}

.calc-form-wrapper .label,
.calc-form-wrapper .input-field {
  font-size: 26px;
  color: #fffffe;
}

@media (max-width: 767px) {
  .calc-form-wrapper .label,
  .calc-form-wrapper .input-field {
    font-size: 22px;
  }
}

.calc-form-wrapper .label {
  margin-bottom: 7px;
  line-height: 45px;
  padding: 0;
  font-weight: normal;
}

@media (max-width: 767px) {
  .calc-form-wrapper .label {
    line-height: 34px;
  }
}

.calc-form-wrapper .input-field {
  height: 50px;
  background-color: #20a4b0;
  border: none;
  border-radius: 12px;
  padding: 6px 20px;
  margin-bottom: 26px;
  color: #ffffff;
}

.calc-form-wrapper .input-field:-webkit-autofill,
.calc-form-wrapper .input-field:-webkit-autofill:hover,
.calc-form-wrapper .input-field:-webkit-autofill:focus,
.calc-form-wrapper .input-field:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #20a4b0 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.calc-form-wrapper .input-field::-webkit-input-placeholder {
  color: #ffffff;
}

.calc-form-wrapper .input-field::-moz-placeholder {
  color: #ffffff;
}

.calc-form-wrapper .input-field:-ms-input-placeholder {
  color: #ffffff;
}

.calc-form-wrapper .input-field:-moz-placeholder {
  color: #ffffff;
}

.calc-form-wrapper .checkbox-wrap label {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  position: relative;
}

.calc-form-wrapper .checkbox-wrap label .label-text {
  display: inline-block;
  padding-left: 67px;
}

.calc-form-wrapper .checkbox-wrap label:before {
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-policy-link {
  display: inline-block;
  width: 100%;
  padding-left: 67px;
}

.form-top-part {
  padding-bottom: 58px;
}

.checkbox-wrap input[type="checkbox"] {
  height: 0px;
  width: 0px;
  visibility: hidden;
  margin: 0;
  line-height: unset;
}

.checkbox-wrap input[type="checkbox"] + label {
  font-size: 22px;
  line-height: 22px;
  vertical-align: top;
}

.checkbox-wrap input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  height: 42px;
  width: 42px;
  margin-right: 25px;
  background-color: #20a4b0;
  border-radius: 12px;
}

.checkbox-wrap input[type="checkbox"]:checked + label:before {
  background-image: url("../fonts/icon-tick.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center;
}

.calculator {
  width: 100%;
}

@media (min-width: 992px) {
  .calculator {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

.calculator .top-border {
  height: 4px;
  border-radius: 2px;
  background-color: #2fc8d7;
}

.calc-count-list {
  padding: 50px 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .calc-count-list {
    padding-bottom: 0;
  }
}

.calc-count-list li {
  margin-bottom: 40px;
}

.calc-count-list li .list-item-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #19a5cc;
  background-color: #fffffe;
  font-size: 30px;
  font-family: "Montserrat-Black", sans-serif;
  line-height: 50px;
  text-align: center;
}

.calc-count-list li .list-item-text {
  display: inline-block;
  padding: 0 20px 0 46px;
  width: calc(100% - 200px);
  vertical-align: top;
  text-align: left;
  line-height: 32px;
  padding-top: 10px;
}

.calc-count-list li .list-item-text span.water {
  clear: left;
  display: block;
  font-size: 18px;
  color: #a7eff5;
}

@media (max-width: 767px) {
  .calc-count-list li .list-item-text {
    padding: 0 0px 0 20px;
    width: calc(100% - 50px);
  }
}

.calc-count-list li .input-type-num-wrapper {
  width: 150px;
  height: 50px;
}

@media (max-width: 767px) {
  .calc-count-list li .input-type-num-wrapper {
    margin: 20px auto 0;
    display: block;
  }
}

.calc-count-list li .input-type-num-wrapper .qty-field {
  width: 100%;
  margin-bottom: 0;
  color: #fffffe;
}

/* hide input[type=number] arrows */
/* for webkit */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* for firefox and IE11/Edge */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-ms-expand {
  display: none;
}

/* custom styles for input[type=number] */
input[type="number"] {
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
}

.input-type-num-wrapper {
  display: inline-block;
  position: relative;
}

.input-type-num-wrapper .minus,
.input-type-num-wrapper .plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 8px;
  line-height: 36px;
  height: 100%;
  width: 28px;
  cursor: pointer;
}

.input-type-num-wrapper .minus {
  left: 0;
}

.input-type-num-wrapper .plus {
  right: 0;
}

.calculate-btn {
  width: 432px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

.calc-count-wrapper {
  padding: 34px 48px 48px;
  background-color: #2fc8d7;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .calc-count-wrapper {
    padding: 34px 20px 48px;
  }
}

.trash-blocks-wrapper {
  font-size: 0;
  padding-top: 40px;
}

.trash-blocks-wrapper .trash-block {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  .trash-blocks-wrapper .trash-block {
    padding: 0 10px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trash-blocks-wrapper .trash-block {
    margin-bottom: 20px;
  }

  .trash-blocks-wrapper .trash-block:nth-child(2n) {
    padding: 0 0 0 10px;
  }

  .trash-blocks-wrapper .trash-block:nth-child(2n - 1) {
    padding: 0 10px 0 0;
  }
}

.trash-blocks-wrapper .trash-block .trash-icon {
  width: 160px;
  height: 160px;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .trash-blocks-wrapper .trash-block .cup {
    width: 80%;
    margin: 0 auto;
  }
}

.trash-blocks-wrapper .trash-block .qty-per-year {
  display: inline-block;
  width: 130px;
  height: 57px;
  font-size: 40px;
  font-family: "Montserrat-Black", sans-serif;
  background-color: #00596f;
  border-radius: 50px;
  color: #fffffe;
  margin: -20px 0 12px;
}

@media (max-width: 991px) {
  .trash-blocks-wrapper .trash-block .qty-per-year {
    height: 44px;
    font-size: 34px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .trash-blocks-wrapper .trash-block .qty-per-year {
    font-size: 28px;
    max-width: 100%;
  }
}

.trash-blocks-wrapper .trash-block .trash-name {
  display: block;
  font-size: 22px;
  font-family: "Montserrat-Black", sans-serif;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .trash-blocks-wrapper .trash-block .trash-name {
    font-size: 20px;
  }
}

.reuse-block h2 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .reuse-block h2 {
    margin-bottom: 30px;
  }
}

.reuse-block p:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .reuse-block p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.reuse-block ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.reuse-block ol li {
  font-size: 26px;
  list-style-type: decimal;
  padding-left: 20px;
}

.reuse-block ol li:not(:last-child) {
  margin-bottom: 20px;
}

.reuse-text-block {
  padding-bottom: 45px;
}

.reusable-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .reusable-items-block {
    display: block;
    font-size: 0;
    text-align: center;
  }
}

.reusable-items-block .reusable-item {
  display: inline-block;
  max-width: 255px;
  max-height: 255px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .reusable-items-block .reusable-item {
    margin-right: 30px;
  }

  .reusable-items-block .reusable-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .reusable-items-block .reusable-item {
    width: 50%;
    padding-bottom: 20px;
  }

  .reusable-items-block .reusable-item:nth-child(2n) {
    padding-left: 10px;
  }

  .reusable-items-block .reusable-item:nth-child(2n - 1) {
    padding-right: 10px;
  }
}

.reusable-items-block .reusable-item img {
  width: 100%;
}

.reusable-items-block .reusable-item .active {
  display: block;
}

.reusable-items-block .reusable-item .non-active {
  display: none;
}

.reusable-items-block .reusable-item.active .active {
  display: none;
}

.reusable-items-block .reusable-item.active .non-active {
  display: block;
}

.reusable-collapse-wrapper {
  padding-top: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.reusable-collapse-wrapper.active {
  padding-top: 50px;
  height: 100%;
  visibility: visible;
  overflow: auto;
  opacity: 1;
}

.calc-error {
  margin-top: -20px;
}

/* 
	styles for first story section
*/
.first-story-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3ce5ed),
    to(#9ce4fa)
  );
  background: linear-gradient(#3ce5ed, #9ce4fa);
  position: relative;
  font-size: 0;
  padding-top: 40px;
}

.third-story-section-kiosk {
  position: relative;
  font-size: 0;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .first-story-section {
    padding: 60px 0;
  }
}

.first-story-section .wave-block div:first-child {
  background-color: #3ce5ed;
}

.first-story-section .wave-block div:nth-child(2) {
  background-image: url("../fonts/mask-story1.svg");
}

.first-story-section .wave-block div:nth-child(2):before,
.first-story-section .wave-block div:nth-child(2):after {
  background-image: url("../fonts/mask-story1.svg");
}

.third-story-section-kiosk .wave-block-small-wave-block div:nth-child(2) {
  background-image: url("../images/mask-story-green.svg");
}

.third-story-section-kiosk .wave-block-small-wave-block div:nth-child(2):before,
.third-story-section-kiosk .wave-block-small-wave-block div:nth-child(2):after {
  background-image: url("../images/mask-story-green.svg");
  /* background-repeat: repeat-x; */
}

.first-story-section.kiosk-calcultor .wave-block div:first-child {
  background-color: #0cece7;
}

.first-story-section.kiosk-calcultor .wave-block div:nth-child(2):before,
.first-story-section.kiosk-calcultor .wave-block div:nth-child(2):after {
  background-image: url("../fonts/kiosk-calcultor.svg");
}

.first-story-section.kiosk-calcultor .wave-block div:nth-child(2) {
  background-image: url("../fonts/kiosk-calcultor.svg");
}
.first-story-section.kiosk-calcultor {
  padding-top: 0;
}

@-webkit-keyframes bounce {
  0% {
    top: -60px;
  }

  5% {
    top: -80px;
  }

  10% {
    top: -60px;
  }

  100% {
    top: -60px;
  }
}

@keyframes bounce {
  0% {
    top: -60px;
  }

  5% {
    top: -80px;
  }

  10% {
    top: -60px;
  }

  100% {
    top: -60px;
  }
}

@-webkit-keyframes bounce-xs {
  0% {
    top: -30px;
  }

  5% {
    top: -50px;
  }

  10% {
    top: -30px;
  }

  100% {
    top: -30px;
  }
}

@keyframes bounce-xs {
  0% {
    top: -30px;
  }

  5% {
    top: -50px;
  }

  10% {
    top: -30px;
  }

  100% {
    top: -30px;
  }
}

.go-down-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background-color: #eeaf00;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media (min-width: 768px) {
  .go-down-btn {
    top: -60px;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
  }

}

@media (max-width: 767px) {
  .go-down-btn {
    top: -30px;
    width: 60px;
    height: 60px;
    -webkit-animation: bounce-xs 3s infinite;
    animation: bounce-xs 3s infinite;
  }
}

.btn-down-arrow {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}

.first-story-block {
  position: relative;
  height: 69.5vw;
  max-height: 1000px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .first-story-block {
    height: auto;
    max-height: none;
  }
}

.first-story-block .au-map-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../fonts/image-story-1-australia-full.svg");
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 69%;
  background-position-x: -40%;
}

@media (min-width: 1441px) {
  .first-story-block .au-map-wrapper {
    background-position-x: 20%;
    background-size: 44%;
  }
}

@media (max-width: 767px) {
  .first-story-block .au-map-wrapper {
    position: static;
    height: 280px;
    background-size: 50%;
    background-position-x: -10%;
  }
}

.first-story-block .turtle-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/image-story1-turtle.png");
  background-position-x: left;
  background-position-y: 5%;
  background-repeat: no-repeat;
  background-size: 50%;
  z-index: 1;
}

.first-story-block .turtle {
  width: 50%;
  max-width: 800px;
  left: 0;
  top: 5%;
}

.first-story-block .trash-icon {
  position: absolute;
}

.first-story-block .bottle {
  width: 14%;
  max-width: 180px;
  bottom: 0;
  left: 20%;
}

@media (max-width: 767px) {
  .first-story-block .bottle {
    top: 240px;
    left: 30%;
  }
}

.first-story-block .left-top-bubbles {
  width: 11%;
  top: 4%;
  left: 10%;
}

.first-story-block .centre-bubbles {
  width: 14%;
  top: 44%;
  left: 20%;
}

.first-story-block .right-top-bubbles {
  width: 10%;
  top: 10%;
  left: 46%;
  z-index: 2;
}

.first-story-block .right-btm-bubbles {
  width: 14%;
  top: 56%;
  right: -50px;
}

@media (min-width: 1441px) {
  .first-story-block .right-btm-bubbles {
    left: 1300px;
  }
}

@media (max-width: 767px) {
  .first-story-block .right-btm-bubbles {
    right: -20px;
    top: 150px;
    min-width: 80px;
  }
}

.first-story-block .firts-story-text-wrapper {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .first-story-block .firts-story-text-wrapper {
    padding-top: 40px;
  }
}

.first-story-block .straws {
  width: 14%;
  max-width: 180px;
  top: 55%;
  right: 19%;
}

@media (min-width: 1441px) {
  .first-story-block .straws {
    right: 26%;
  }
}

@media (max-width: 1199px) {
  .first-story-block .straws {
    top: 62%;
  }
}

@media (max-width: 991px) {
  .first-story-block .straws {
    right: 40%;
  }
}

@media (max-width: 767px) {
  .first-story-block .straws {
    top: 200px;
    left: 50%;
  }
}

.first-story-block .bag {
  width: 7.77%;
  max-width: 180px;
  top: 0;
  right: -40px;
}

@media (min-width: 1441px) {
  .first-story-block .bag {
    right: 5%;
  }
}

@media (min-width: 1920px) {
  .first-story-block .bag {
    right: 17%;
  }
}

@media (max-width: 767px) {
  .first-story-block .bag {
    right: -20px;
    min-width: 90px;
  }
}

.story-title {
  margin-bottom: 50px;
}

/* 
	styles for footer
*/
.footer {
  background-color: #00596f;
  padding: 60px 0;
  position: relative;
  text-align: center;
}

.footer .small-wave-block {
  background-image: url("../fonts/mask-footer.svg");
  background-repeat: repeat-x;
}

.footer .blue-btn {
  height: 40px;
  background-color: #19a5cc;
  margin-bottom: 60px;
}

.footer .blue-btn:hover,
.footer .blue-btn:focus,
.footer .blue-btn:active {
  background-color: #25b7e0;
}

.footer .blue-btn .btn-text {
  vertical-align: top;
  line-height: 28px;
  padding-right: 25px;
}

.footer .blue-btn .btn-text:after {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 13px;
  height: 13px;
  border-right: 5px solid #fffffe;
  border-top: 5px solid #fffffe;
}

.footer .footer-logo {
  height: 80px;
}

.footer .footer-logo:not(:last-child) {
  margin-right: 4.16vw;
}

@media (max-width: 767px) {
  .footer .footer-logo:not(:last-child) {
    margin: 0 auto 30px;
    display: block;
  }
}

/* 
	styles for header
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  height: 25px;
  background-color: #00596f;
}

.header .inner-wrapper {
  width: 1314px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -25%;
  background-image: url("../fonts/mask-header.svg");
  height: 128px;
  background-position-x: 50%;
}

/* .third-story-section .wave-block-small-wave-block div:nth-child(2) {
  background-image: url("../fonts/mask-story1.svg");
} */

.wave-block-small-wave-block div:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 1314px;
  height: 100%;
  right: calc(-25% + 657px);
}

.wave-block-small-wave-block div:nth-child(2):before {
  right: 100%;
  background-position-x: right;
}

.wave-block-small-wave-block div:nth-child(2):before,
.wave-block-small-wave-block div:nth-child(2):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 240vw;
  background-repeat: repeat-x;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .header .inner-wrapper {
    right: -15%;
  }

  .wave-block-small-wave-block div:nth-child(2) {
    right: calc(-15% + 657px);
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .header .inner-wrapper {
    right: -5%;
  }
}

@media (min-width: 1921px) {
  .header .inner-wrapper {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (max-width: 767px) {
  .header .inner-wrapper {
    width: 100%;
    position: static;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100px;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .header .inner-wrapper {
    height: 90px;
  }
}

.header .inner-wrapper .logo-wrapper {
  padding-top: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .header .inner-wrapper .logo-wrapper {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    padding: 14px 8.3% 0;
    font-size: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header .inner-wrapper .logo-wrapper {
    padding: 12px 8.3% 0;
  }
}

@media (max-width: 375px) {
  .header .inner-wrapper .logo-wrapper {
    padding: 10px 15px 0;
  }
}

.header .inner-wrapper .logo-wrapper .logo {
  width: 178px;
  max-height: 74px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .header .inner-wrapper .logo-wrapper .logo {
    margin-right: 40px;
    width: 130px;
  }
}

@media (max-width: 480px) {
  .header .inner-wrapper .logo-wrapper .logo {
    margin-right: 0;
    width: 116px;
  }
}

.header .inner-wrapper .logo-wrapper .header-btn {
  height: 40px;
  line-height: 28px;
  position: relative;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .header .inner-wrapper .logo-wrapper .header-btn {
    height: 34px;
    line-height: 22px;
    font-size: 18px;
  }
}

.header .inner-wrapper:before,
.header .inner-wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-image: url("../fonts/mask-header.svg");
  background-repeat: repeat-x;
}

.header .inner-wrapper:before {
  right: 100%;
  background-position-x: right;
}

.header .inner-wrapper:after {
  left: 100%;
  background-position-x: left;
}

@media (max-width: 767px) {
  .header-btn-wrap {
    display: inline-block;
    width: auto;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .header-btn-wrap {
    width: calc(100% - 116px);
  }
}

/* 
	styles for hero
*/
.hero-section {
  position: relative;
}

@media (max-width: 480px) {
  .hero-section {
    padding-top: 30px;
  }
}

@media (max-width: 375px) {
  .hero-section {
    padding-top: 50px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-title-wrapper {
  position: absolute;
  top: 168px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .hero-title-wrapper {
    position: static;
    -webkit-transform: none;
    transform: none;
    background: #00596f;
    margin-top: -20px;
    padding: 50px 15px 60px;
  }
}

.hero-title-wrapper .hero-title {
  margin-bottom: 26px;
}

.hero-title-wrapper .hero-subtitle {
  font-family: "Montserrat-Regular", sans-serif;
}

/* 
	styles for second story section
*/
.second-story-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#64d8f8),
    to(#0cece7)
  );
  background: linear-gradient(#64d8f8, #0cece7);
  position: relative;
}

.second-story-section .small-wave-block {
  background-image: url("../images/mask-story2-01.png");
  background-repeat: repeat-x;
}

.second-story-section .wave-block {
  z-index: 1;
}

.third-story-section .wave-block-small-wave-block {
  z-index: 1;
}

.second-story-section .wave-block div:first-child {
  background-color: #0cece7;
}

.second-story-section .wave-block div:nth-child(2) {
  background-image: url("../fonts/mask-story2-02.svg");
  right: calc(-25%);
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .second-story-section .wave-block div:nth-child(2) {
    right: calc(-15%);
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .second-story-section .wave-block div:nth-child(2) {
    right: calc(-5%);
  }
  .wave-block-small-wave-block div:nth-child(2) {
    right: calc(30%);
    top: 0;
  }
}

@media (min-width: 1921px) {
  .second-story-section .wave-block div:nth-child(2) {
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .wave-block-small-wave-block div:nth-child(2) {
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.second-story-section .wave-block div:nth-child(2):before,
.second-story-section .wave-block div:nth-child(2):after {
  background-image: url("../fonts/mask-story2-02.svg");
}

.second-story-text-wrapper {
  padding: 40px 0 80px;
}

@media (max-width: 991px) {
  .second-story-text-wrapper {
    padding: 40px 0;
  }
}

.second-story-text-wrapper p:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .second-story-text-wrapper p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.second-story-text-col {
  z-index: 1;
}

.second-story-images-block {
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  height: calc(100% - 48px);
  /* background-image: url('../images/icon-story2-teardrop.svg');
	background-size: 43px;
	background-position: 12% 36%; */
  /* .teardrop-img-block {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url('../images/icon-story2-teardrop.svg');
		background-size: 42px;
		background-position: 61% 13%;
		background-repeat: no-repeat;
	} */
}

@media (max-width: 767px) {
  .second-story-images-block {
    position: static;
    text-align: right;
    padding-top: 40px;
  }
}

.second-story-images-block .turtle-img {
  height: 100%;
}

@media (max-width: 767px) {
  .second-story-images-block .turtle-img {
    max-width: 50%;
    height: auto;
  }
}

.second-story-images-block .teardrop {
  width: 43px;
  position: absolute;
  top: 12%;
  right: 36%;
}

@media (max-width: 767px) {
  .second-story-images-block .teardrop {
    width: 3%;
    top: auto;
    bottom: 32%;
    right: 32%;
  }
}

/* 
	styles for submit form section
*/
.send-form-section {
  padding: 182px 0 216px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1bf1ed),
    to(#019fbb)
  );
  background: linear-gradient(#1bf1ed, #019fbb);
}

@media (max-width: 991px) {
  .send-form-section {
    padding: 182px 0 160px;
  }
}

@media (max-width: 767px) {
  .send-form-section {
    padding: 60px 0;
  }
}

.send-form-section .form-bottom-part {
  margin-bottom: 32px;
  font-size: 0;
}

.send-form-section .form-bottom-part p:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .send-form-section .form-bottom-part p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.send-form-section .form-bottom-part p:last-child {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .send-form-section .form-bottom-part .toolkit-title {
    margin-bottom: 30px;
  }
}

.send-form-section .form-bottom-part .radio-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .send-form-section .form-bottom-part .radio-buttons-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.send-form-section .form-bottom-part .radio-buttons-wrapper .radio-wrap {
  display: inline-block;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .send-form-section .form-bottom-part .radio-buttons-wrapper .radio-wrap {
    padding: 20px 0;
  }
}

.send-form-section .form-bottom-part .submit-wrapper {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .send-form-section .form-bottom-part .submit-wrapper {
    width: 100%;
  }
}

.send-form-section .form-bottom-part .submit-wrapper .input-field {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 14px;
  border: none;
  text-align: center;
  font-size: 26px;
  color: #0fa2b0;
}

.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field::-webkit-input-placeholder {
  color: #0fa2b0;
}

.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field::-moz-placeholder {
  color: #0fa2b0;
}

.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field:-ms-input-placeholder {
  color: #0fa2b0;
}

.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field:-moz-placeholder {
  color: #0fa2b0;
}

.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field:-webkit-autofill,
.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field:-webkit-autofill:hover,
.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field:-webkit-autofill:focus,
.send-form-section
  .form-bottom-part
  .submit-wrapper
  .input-field:-webkit-autofill {
  -webkit-text-fill-color: #0fa2b0;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.send-form-section .form-bottom-part .submit-wrapper .submit-btn {
  width: 100%;
}

.radio-wrap {
  position: relative;
}

.radio-wrap input[type="radio"] {
  height: 0px;
  width: 0px;
  visibility: hidden;
  margin: 0;
  line-height: unset;
}

.radio-wrap input[type="radio"] + label {
  font-size: 30px;
  line-height: 45px;
  vertical-align: top;
  padding-left: 64px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .radio-wrap input[type="radio"] + label {
    font-size: 26px;
    line-height: 1.2;
  }
}

.radio-wrap input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 44px;
  width: 44px;
  background-color: #fffffe;
  border-radius: 50%;
  border: 5px solid #0f9e9f;
}

.radio-wrap input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #0f9e9f;
}

/* 
	styles for second story section
*/
.third-story-video-block {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .third-story-video-block .video-wrapper {
    margin-top: -20px;
  }
}

.third-story-video-block .left-bubbles,
.third-story-video-block .right-bubbles {
  position: absolute;
  width: 13.2%;
}

.third-story-video-block .left-bubbles {
  bottom: 144px;
  left: -4.4%;
  -webkit-transform: rotate(115deg);
  transform: rotate(115deg);
}

@media (min-width: 1441px) {
  .third-story-video-block .left-bubbles {
    left: 12.6vw;
  }
}

.third-story-video-block .right-bubbles {
  top: 144px;
  right: -4%;
}

@media (min-width: 1441px) {
  .third-story-video-block .right-bubbles {
    right: 12.6vw;
  }
}

.third-story-video-block .third-story-title {
  position: absolute;
  top: 118px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .third-story-video-block .third-story-title {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: -20px;
    left: 0;
    width: 100%;
    background-color: #0e7171;
    padding-top: 40px;
  }
}

.third-story-text-block {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0e7171),
    to(#13c5c5)
  );
  background: linear-gradient(#0e7171, #13c5c5);
  padding: 50px 0;
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

@media (max-width: 991px) {
  .third-story-text-block {
    padding: 50px 0 30px;
  }
}

@media (max-width: 767px) {
  .third-story-text-block {
    padding: 30px 0 60px;
  }
}

.third-story-text-block .small-wave-block {
  background-image: url("../fonts/mask-story3-01.svg");
  background-repeat: repeat-x;
}

.third-story-text-block p:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .third-story-text-block p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.third-story-text-block .wave-block {
  z-index: 1;
}

.third-story-text-block .wave-block div:first-child {
  background-color: #13c5c5;
}

.third-story-text-block .wave-block div:nth-child(2) {
  background-image: url("../fonts/mask-story2-02-02.svg");
  right: calc(-25%);
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .third-story-text-block .wave-block div:nth-child(2) {
    right: calc(-15%);
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .third-story-text-block .wave-block div:nth-child(2) {
    right: calc(-5%);
  }
}

@media (min-width: 1921px) {
  .third-story-text-block .wave-block div:nth-child(2) {
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.third-story-text-block .wave-block div:nth-child(2):before,
.third-story-text-block .wave-block div:nth-child(2):after {
  background-image: url("../fonts/mask-story2-02-02.svg");
}

.third-story-image-block {
  position: relative;
  overflow: hidden;
}

.third-story-image-block img {
  width: 100%;
}

.third-story-image-block .right-bubbles,
.third-story-image-block .left-bubbles,
.third-story-image-block .bottom-bubbles {
  position: absolute;
}

.third-story-image-block .right-bubbles {
  width: 13.2%;
  top: 50%;
  right: -4.16%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1441px) {
  .third-story-image-block .right-bubbles {
    right: 12.6vw;
  }
}

.third-story-image-block .bottom-bubbles {
  width: 11.8%;
  left: 19.72%;
  bottom: 12px;
  -webkit-transform: rotate(115deg);
  transform: rotate(115deg);
}

@media (min-width: 1440px) {
  .third-story-image-block .bottom-bubbles {
    left: 26%;
  }
}

.third-story-image-block .left-bubbles {
  width: 7.64%;
  max-width: 110px;
  top: 144px;
  left: 0;
}

@media (min-width: 1440px) {
  .third-story-image-block .left-bubbles {
    left: 0;
  }
}

.thank-you-submit {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
