@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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: 2em;
  margin: 0.67em 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;
}

/**
 * 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.
 */
img {
  border-style: none;
}

/* 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: "Gotham-Black";
  src: url("../fonts/Gotham-Black.otf");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf");
}
@font-face {
  font-family: "Gotham-BookItalic";
  src: url("../fonts/Gotham-BookItalic.otf");
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.otf");
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("../fonts/Gotham-LightItalic.otf");
}
@font-face {
  font-family: "Gotham-Thin";
  src: url("../fonts/Gotham-Thin.otf");
}
@font-face {
  font-family: "Gotham-ThinItalic";
  src: url("../fonts/Gotham-ThinItalic.otf");
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

.side-intro {
  padding: 25px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .side-intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .side-intro {
    padding: 50px 0;
  }
}
.side-intro div {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-intro div h2 {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #8EC605;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) {
  .side-intro div h2 {
    font-size: 2.5em;
  }
}
.side-intro div p {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
}
@media only screen and (min-width: 1024px) {
  .side-intro div p {
    font-size: 1.1em;
  }
}
.side-intro div p span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
.side-intro img {
  width: 80%;
  margin: auto;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .side-intro img {
    width: 80%;
  }
}

.txt-img-side {
  padding: 25px 0;
}
@media only screen and (min-width: 700px) {
  .txt-img-side {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .txt-img-side {
    padding: 100px 0;
  }
}
.txt-img-side img {
  width: 100%;
  border-radius: 50%;
  margin-top: 50px;
}
@media only screen and (min-width: 700px) {
  .txt-img-side img {
    width: 70%;
    margin: auto;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.txt-img-side div {
  padding: 30px 0;
}
@media only screen and (min-width: 700px) {
  .txt-img-side div {
    text-align: right;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.txt-img-side div h2 {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .txt-img-side div h2 {
    line-height: 1.2;
    font-size: 2.3em;
    max-width: 500px;
  }
}
.txt-img-side div hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 80px;
  margin-left: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 700px) {
  .txt-img-side div hr {
    margin-left: auto;
    margin-right: 0;
  }
}
.txt-img-side div p {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #3C3C3B;
  margin: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .txt-img-side div p {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1900px) {
  .txt-img-side div p {
    max-width: 80%;
  }
}
.txt-img-side div p span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
.txt-img-side div a {
  font-family: "Roboto";
  font-size: 0.8em;
  font-weight: 600;
  color: #8EC605;
  margin: 0;
  border: 2.5px solid #8EC605;
  border-radius: 50px;
  padding: 5px 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.txt-img-side div a:hover {
  color: #fff;
  background-color: #8EC605;
}

.google-rev {
  padding: 25px 0;
}
@media only screen and (min-width: 700px) {
  .google-rev {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .google-rev {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1300px) {
  .google-rev {
    padding: 100px;
  }
}
.google-rev .gr-txt {
  padding: 50px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .google-rev .gr-txt {
    padding: 0;
  }
}
.google-rev .gr-txt img {
  max-width: 80%;
  margin: auto;
}
@media only screen and (min-width: 500px) {
  .google-rev .gr-txt img {
    max-width: 300px;
  }
}
.google-rev .gr-feed img {
  width: 100%;
}

@media only screen and (min-width: 700px) {
  .sec-tittle {
    margin-bottom: 50px;
  }
}
.sec-tittle p {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
  line-height: 1.1;
  text-transform: uppercase;
}
.sec-tittle p span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  .sec-tittle p {
    font-size: 2.5em;
  }
}
.sec-tittle hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 80px;
  margin-left: 0;
}

.items {
  padding: 25px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .items {
    padding: 50px 0;
  }
}
.items p {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .items p {
    font-size: 2.3em;
  }
}
.items hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 90px;
  margin-top: 20px;
}
.items div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .items div {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1900px) {
  .items div {
    padding: 100px 200px;
  }
}
.items div div {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .items div div {
    padding: 0;
  }
}
.items div div img {
  width: 70px;
}
@media only screen and (min-width: 700px) {
  .items div div img {
    width: 150px;
  }
}
.items div div p {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 500;
  color: #3C3C3B;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .items div div p {
    font-size: 1.5em;
    margin-top: 30px;
  }
}

.gallery {
  padding: 25px 0;
  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;
}
.gallery .egre-tittle, .gallery .vetgallery-tittle {
  margin-bottom: 10px;
}
.gallery .imgs {
  padding: 25px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .gallery .imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }
}
.gallery .imgs img {
  width: 70%;
  margin: auto;
  padding: 25px 0;
  border-radius: 50%;
}
@media only screen and (min-width: 700px) {
  .gallery .imgs img {
    padding: 0;
    width: 75%;
  }
}

#target-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
#target-content:target {
  pointer-events: all;
  opacity: 1;
}
#target-content #target-inner {
  position: absolute;
  display: block;
  padding: 48px;
  line-height: 1.8;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  background: white;
  color: #34495E;
}
@media only screen and (min-width: 700px) {
  #target-content #target-inner {
    width: 50%;
  }
}
#target-content #target-inner h2 {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #target-content #target-inner h2 {
    font-size: 2.3em;
  }
}
#target-content #target-inner p {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
}
@media only screen and (min-width: 1024px) {
  #target-content #target-inner p {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
}
#target-content #target-inner p span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
#target-content a.close {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #34495E;
  opacity: 0.5;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
#target-content a.close:hover {
  opacity: 0.4;
}

nav {
  position: absolute;
}
nav .menutoggle-hamburger {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1000000;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
nav .menutoggle-hamburger .button-nav-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
@media only screen and (min-width: 1030px) {
  nav .menutoggle-hamburger .button-nav-hamburger {
    z-index: 0;
  }
}
nav .menutoggle-hamburger .logo-nav-hamburger {
  display: block;
  width: 50px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .menutoggle-hamburger .menu-hamburger {
  position: absolute;
  width: 500px;
  height: 100vh;
  margin: -120px 0 0 -200px;
  padding: 140px 50px 50px 50px;
  text-align: right;
  background: #8ED600;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (min-width: 1030px) {
  nav .menutoggle-hamburger .menu-hamburger {
    display: none;
  }
}
@media only screen and (min-width: 1900px) {
  nav .menutoggle-hamburger .menu-hamburger {
    margin: -120px 0 0 -430px;
  }
}
nav .menutoggle-hamburger .menu-hamburger li {
  padding: 10px 0;
  font-size: 22px;
  padding-right: 60%;
}
@media only screen and (min-width: 1900px) {
  nav .menutoggle-hamburger .menu-hamburger li {
    padding-right: 10%;
  }
}
nav .menutoggle-hamburger .menu-hamburger li a {
  text-decoration: none;
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  nav .menutoggle-hamburger .menu-hamburger li a {
    font-size: 1.2em;
  }
}
nav .menutoggle-hamburger .menu-hamburger li a:hover {
  color: #3C3C3B;
}

/* Slide it in from the left */
#menuToggle-hamburger input:checked ~ ul {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.test-hamburger {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1000000;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.test-hamburger .button-nav-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.test-hamburger .logo-nav-hamburger {
  display: block;
  width: 60px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.test-hamburger .menu-hamburger {
  position: absolute;
  width: 500px;
  height: 100vh;
  margin: -120px 0 0 -200px;
  padding: 140px 50px 50px 50px;
  text-align: right;
  background: #8ED600;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (min-width: 1900px) {
  .test-hamburger .menu-hamburger {
    margin: -120px 0 0 -430px;
  }
}
.test-hamburger .menu-hamburger li {
  padding: 10px 0;
  font-size: 22px;
  padding-right: 60%;
}
@media only screen and (min-width: 1900px) {
  .test-hamburger .menu-hamburger li {
    padding-right: 10%;
  }
}
.test-hamburger .menu-hamburger li a {
  text-decoration: none;
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .test-hamburger .menu-hamburger li a {
    font-size: 1.2em;
  }
}
.test-hamburger .menu-hamburger li a:hover {
  color: #3C3C3B;
}

#nav-desktop {
  display: none;
}
@media only screen and (min-width: 1030px) {
  #nav-desktop {
    display: block;
    position: absolute;
    top: 50px;
    right: 180px;
  }
}
#nav-desktop .menuToggle {
  top: 50px;
  right: 130px;
  position: fixed;
}
#nav-desktop .menuToggle .menu-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#nav-desktop .menuToggle .menu-desktop ul li {
  list-style: none;
  margin-right: 20px;
}
@media only screen and (min-width: 1900px) {
  #nav-desktop .menuToggle .menu-desktop ul li {
    margin-right: 40px;
  }
}
#nav-desktop .menuToggle .menu-desktop ul li a {
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1900px) {
  #nav-desktop .menuToggle .menu-desktop ul li a {
    font-size: 1.5em;
  }
}

.test-1 {
  display: none;
}

#home-hd {
  height: 85vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

#home-hd > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#home-hd > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#home-hd > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 700px) {
  #home-hd {
    height: 60vh;
  }
}
@media only screen and (min-width: 1024px) {
  #home-hd {
    height: 85vh;
  }
}
#home-hd .hhd-img {
  background-image: url("../img/hheader-sq.jpg");
  background-position: center;
  background-size: cover;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media only screen and (min-width: 700px) {
  #home-hd .hhd-img {
    background-image: url("../img/hheader-ls.jpg");
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
#home-hd .hhd-logomc {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  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;
}
@media only screen and (min-width: 700px) {
  #home-hd .hhd-logomc {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
#home-hd .hhd-logomc img {
  width: 60%;
}
@media only screen and (min-width: 500px) {
  #home-hd .hhd-logomc img {
    width: 300px;
  }
}
@media only screen and (min-width: 700px) {
  #home-hd .hhd-logomc img {
    width: 300px;
  }
}
@media only screen and (min-width: 1900px) {
  #home-hd .hhd-logomc img {
    width: 500px;
  }
}

.header {
  height: 50vh;
  background-position: center;
  background-size: cover;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header {
    background-position: left;
  }
}
@media only screen and (min-width: 700px) {
  .header div {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header div img {
  width: 60px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 700px) {
  .header div img {
    width: 120px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1900px) {
  .header div img {
    width: 200px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 700px) {
  .header div div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header div div h1 {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}
.header div div h1 span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 700px) {
  .header div div h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1900px) {
  .header div div h1 {
    font-size: 5em;
  }
}
.header div div hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 40%;
  margin-left: 0;
}

#header-01 {
  background-image: url("../img/gheader-sq.jpg");
}
@media only screen and (min-width: 1024px) {
  #header-01 {
    background-image: url("../img/gheader-ls.jpg");
    height: 85vh;
  }
}

#header-02 {
  background-image: url("../img/aheader-sq.jpg");
}
@media only screen and (min-width: 1024px) {
  #header-02 {
    background-image: url("../img/aheader-ls.jpg");
    background-position: top;
    height: 85vh;
  }
}
#header-02 h1 {
  font-size: 1.5em;
}
@media only screen and (min-width: 700px) {
  #header-02 h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1900px) {
  #header-02 h1 {
    font-size: 4em;
  }
}
#header-02 hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 23%;
  margin-left: 0;
}

#header-03 {
  background-image: url("../img/rheader-sq.jpg");
}
@media only screen and (min-width: 1024px) {
  #header-03 {
    background-image: url("../img/rheader-ls.jpg");
    height: 85vh;
  }
}

#header-04 {
  background-image: url("../img/vheader-sq.jpg");
}
@media only screen and (min-width: 1024px) {
  #header-04 {
    background-image: url("../img/vheader-ls.jpg");
    height: 85vh;
    background-position: center;
  }
}

#header-05 {
  background-image: url("../img/peheader-sq.jpg");
}
@media only screen and (min-width: 1024px) {
  #header-05 {
    background-image: url("../img/peheader-ls.jpg");
    height: 85vh;
    background-position: center;
  }
}

#header-06 {
  background-image: url("../img/adopheader-sq.jpg");
}
@media only screen and (min-width: 1024px) {
  #header-06 {
    background-image: url("../img/adopheader-ls.jpg");
    height: 85vh;
    background-position: center;
  }
}

#home-main {
  padding: 0 50px;
}
@media only screen and (min-width: 1024px) {
  #home-main {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #home-main {
    padding: 50px 20vw;
  }
}
#home-main .hm-intro {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-intro {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 20px 50%;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    padding-bottom: 50px;
  }
}
#home-main .hm-intro div {
  padding-top: 50px;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-intro div {
    max-width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-intro div {
    padding-top: 0;
    max-width: 100%;
    text-align: right;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home-main .hm-intro div hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 100px;
  margin-left: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-intro div hr {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-intro div hr {
    margin-bottom: 8px;
  }
}
#home-main .hm-intro div p {
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 300;
  color: #3C3C3B;
  margin: 8px 0;
}
#home-main .hm-intro div p span {
  font-weight: 900;
}
#home-main .hm-intro img {
  width: 90%;
  border-radius: 50%;
  margin: auto;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-intro img {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-intro img {
    width: 80%;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
#home-main .hm-services {
  padding: 25px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-row-gap: 60px;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-services {
    padding: 50px 80px;
    grid-row-gap: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-services {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1900px) {
  #home-main .hm-services {
    padding: 100px;
  }
}
#home-main .hm-services div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#home-main .hm-services div a img {
  width: 80px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-services div a img {
    width: 120px;
  }
}
#home-main .hm-services div p {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 500;
  color: #3C3C3B;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-services div p {
    font-size: 1.5em;
    margin-top: 30px;
  }
}
#home-main .hm-services div a:hover img {
  width: 130px;
}
@media only screen and (min-width: 700px) {
  #home-main .hm-register img {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media only screen and (min-width: 700px) {
  #home-main .hm-register div {
    padding: 30px 0;
    text-align: left;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-register div h2 {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 700px) {
  #home-main .hm-register div hr {
    margin-left: 0;
    margin-right: auto;
  }
}
#home-main .hm-googlerev .hm-gr-txt img {
  margin: 0;
}
#home-main .hm-instafeed {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  #home-main .hm-instafeed {
    padding-top: 100px;
  }
}

#guar-main {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #guar-main {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #guar-main {
    padding: 50px 20vw;
  }
}
#guar-main .text-img-icon {
  padding: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 700px) {
  #guar-main .text-img-icon {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #guar-main .text-img-icon {
    padding: 50px 0;
  }
}
#guar-main .text-img-icon .txt {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#guar-main .text-img-icon .txt h2 {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #8ED600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  #guar-main .text-img-icon .txt h2 {
    font-size: 2.5em;
  }
}
#guar-main .text-img-icon .txt p {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
}
@media only screen and (min-width: 1024px) {
  #guar-main .text-img-icon .txt p {
    font-size: 1.1em;
  }
}
#guar-main .text-img-icon .txt p span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
#guar-main .text-img-icon .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
#guar-main .text-img-icon .video-responsive iframe,
#guar-main .text-img-icon .video-responsive object,
#guar-main .text-img-icon .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 700px) {
  #guar-main .gm-temp div {
    text-align: right;
  }
}
@media only screen and (min-width: 700px) {
  #guar-main .gm-temp div p {
    padding-left: 20%;
  }
}
#guar-main .gm-mada div {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media only screen and (min-width: 1024px) {
  #guar-main .gm-mada div p {
    width: 80%;
  }
}
#guar-main .gm-mada .video-responsive {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
#guar-main .gm-staff {
  padding: 25px 0;
  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;
}
#guar-main .gm-staff .staff-img {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (min-width: 700px) {
  #guar-main .gm-staff .staff-img {
    padding: 25px 50px 0 50px;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
  }
}
@media only screen and (min-width: 1900px) {
  #guar-main .gm-staff .staff-img {
    grid-column-gap: 0;
  }
}
#guar-main .gm-staff .staff-img img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  #guar-main .gm-staff .staff-img img {
    width: 80%;
  }
}

#adiest-main {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #adiest-main {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #adiest-main {
    padding: 50px 20vw;
  }
}
#adiest-main .am-intro a {
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 600;
  color: #3C3C3B;
  margin: 0;
  border: 2.5px solid #3C3C3B;
  border-radius: 50px;
  padding: 5px 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 50px;
}
#adiest-main .am-intro a:hover {
  color: #fff;
  background-color: #3C3C3B;
}
#adiest-main .am-learn {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #adiest-main .am-learn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#adiest-main .am-learn div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#adiest-main .am-learn div h2 {
  text-align: left;
}
#adiest-main .am-learn div hr {
  margin-right: auto;
  margin-left: 0;
}
#adiest-main .am-learn div ul {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  #adiest-main .am-learn div ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
#adiest-main .am-learn div ul li {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #3C3C3B;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #adiest-main .am-learn div ul li {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #adiest-main .am-learn div ul li {
    font-size: 1.2em;
  }
}
#adiest-main .am-learn div ul li::before {
  content: "•";
  color: #8ED600;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#adiest-main .am-learn div a {
  font-size: 1.2em;
  margin: 20px 0;
  color: #3C3C3B;
  border: 2.5px solid #3C3C3B;
}
#adiest-main .am-learn div a:hover {
  color: #fff;
  background-color: #3C3C3B;
}
#adiest-main .am-egre .egre-anotate {
  padding: 25px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#adiest-main .am-egre .egre-anotate p {
  font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  #adiest-main .am-egre .egre-anotate p {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1300px) {
  #adiest-main .am-egre .egre-anotate p {
    max-width: 50%;
  }
}
#adiest-main .am-egre .egre-anotate p span {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
}
#adiest-main .am-egre .egre-anotate a {
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 600;
  color: #8ED600;
  margin: 0;
  border: 2.5px solid #8ED600;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#adiest-main .am-egre .egre-anotate a:hover {
  color: #fff;
  background-color: #8ED600;
}

#vet-main {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #vet-main {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #vet-main {
    padding: 50px 20vw;
  }
}
#vet-main .vm-intro img {
  width: 80%;
}
#vet-main .vm-intro div h2 span {
  text-transform: lowercase;
}
#vet-main .vm-items div div {
  height: 100%;
}
#vet-main .vm-items div div p {
  font-size: 0.7em;
}
@media only screen and (min-width: 500px) {
  #vet-main .vm-items div div p {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  #vet-main .vm-items div div p {
    font-size: 1.5em;
    margin-top: 30px;
  }
}
#ref-main {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #ref-main {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #ref-main {
    padding: 50px 20vw;
  }
}
@media only screen and (min-width: 700px) {
  #ref-main .rm-intro img {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media only screen and (min-width: 700px) {
  #ref-main .rm-intro div {
    text-align: right;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
#ref-main .rm-items {
  padding: 25px 0;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  #ref-main .rm-items {
    padding: 50px 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-items {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1900px) {
  #ref-main .rm-items {
    padding: 100px;
  }
}
#ref-main .rm-items p {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 8px 0;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-items p {
    font-size: 2.3em;
  }
}
#ref-main .rm-items hr {
  height: 10px;
  width: 70px;
  background-color: #8ED600;
  border: 0;
  width: 90px;
  margin-top: 20px;
}
#ref-main .rm-items div {
  padding: 25px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-items div {
    padding: 50px 0;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
#ref-main .rm-items div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#ref-main .rm-items div div a img {
  width: 80px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 700px) {
  #ref-main .rm-items div div a img {
    width: 120px;
  }
}
#ref-main .rm-items div div p {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 500;
  color: #3C3C3B;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-items div div p {
    font-size: 1.5em;
  }
}
#ref-main .rm-items div div a:hover img {
  width: 130px;
}
#ref-main .rm-refugiaditos .rmf-items div {
  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;
  width: 100%;
}
#ref-main .rm-refugiaditos .rmf-items div p {
  font-family: "Roboto";
  font-size: 1.5em;
  font-weight: 800;
  color: #3C3C3B;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-refugiaditos .rmf-items div p {
    margin-top: 30px;
  }
}
#ref-main .rm-refugiaditos .rmf-items div a {
  background-color: #49C858;
  border-radius: 100px;
  padding: 10px 13px;
  margin-top: 10px;
}
#ref-main .rm-refugiaditos .rmf-items div a i {
  color: #fff;
  font-size: 2em;
}
#ref-main .rm-refugiaditos .rm-insta {
  font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #8ED600;
  margin: 0;
  border: 2.5px solid #8ED600;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  #ref-main .rm-refugiaditos .rm-insta {
    font-size: 1.5em;
  }
}
#ref-main .rm-refugiaditos .rm-insta:hover {
  color: #fff;
  background-color: #8ED600;
}
#ref-main .rm-sumate {
  padding: 25px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-sumate {
    padding: 50px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#ref-main .rm-sumate .insta-post {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-sumate .insta-post {
    padding: 0 50px;
  }
}
#ref-main .rm-sumate .insta-post .instagram-media {
  display: none;
}
@media only screen and (min-width: 700px) {
  #ref-main .rm-sumate .insta-post .instagram-media {
    width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  #ref-main .rm-sumate .insta-post .instagram-media {
    height: 800px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #ref-main .rm-sumate .insta-post .instagram-media {
    height: 1050px !important;
    width: 500px !important;
  }
}

#perdencon-main {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #perdencon-main {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #perdencon-main {
    padding: 50px 20vw;
  }
}
#perdencon-main .bases-registros {
  padding: 25px 0;
  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;
}
#perdencon-main .bases-registros .br-perdidos, #perdencon-main .bases-registros .br-encontrados {
  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;
  width: 100%;
  margin: 50px 0;
}
#perdencon-main .bases-registros .br-perdidos p, #perdencon-main .bases-registros .br-encontrados p {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) {
  #perdencon-main .bases-registros .br-perdidos p, #perdencon-main .bases-registros .br-encontrados p {
    font-size: 2.5em;
  }
}
#perdencon-main .bases-registros .br-perdidos iframe, #perdencon-main .bases-registros .br-encontrados iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 10;
  -webkit-box-shadow: 0px 0px 57px -8px #bfbfbf;
          box-shadow: 0px 0px 57px -8px #bfbfbf;
}
#perdencon-main .bases-registros .br-perdidos .rf-base, #perdencon-main .bases-registros .br-encontrados .rf-base {
  font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #3C3C3B;
  margin: 0;
  border: 2.5px solid #3C3C3B;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  #perdencon-main .bases-registros .br-perdidos .rf-base, #perdencon-main .bases-registros .br-encontrados .rf-base {
    font-size: 1.5em;
  }
}
#perdencon-main .bases-registros .br-perdidos .rf-base:hover, #perdencon-main .bases-registros .br-encontrados .rf-base:hover {
  color: #fff;
  background-color: #3C3C3B;
}
#perdencon-main .bases-registros .br-perdidos .rfb-02, #perdencon-main .bases-registros .br-encontrados .rfb-02 {
  color: #8ED600;
  border: 2.5px solid #8ED600;
}
#perdencon-main .bases-registros .br-perdidos .rfb-02:hover, #perdencon-main .bases-registros .br-encontrados .rfb-02:hover {
  color: #fff;
  background-color: #8ED600;
}
#perdencon-main .bases-registros .br-encontrados p {
  color: #8ED600;
}
#perdencon-main .bases-registros .nopodes {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#perdencon-main .bases-registros .nopodes p {
  font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #3C3C3B;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #perdencon-main .bases-registros .nopodes p {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1900px) {
  #perdencon-main .bases-registros .nopodes p {
    max-width: 80%;
  }
}
#perdencon-main .bases-registros .nopodes .rf-base {
  font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #3C3C3B;
  margin: 0;
  border: 2.5px solid #3C3C3B;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  #perdencon-main .bases-registros .nopodes .rf-base {
    font-size: 1.5em;
  }
}
#perdencon-main .bases-registros .nopodes .rf-base:hover {
  color: #fff;
  background-color: #3C3C3B;
}
#perdencon-main .bases-registros .nopodes .rfb-02 {
  color: #8ED600;
  border: 2.5px solid #8ED600;
}
#perdencon-main .bases-registros .nopodes .rfb-02:hover {
  color: #fff;
  background-color: #8ED600;
}

#adopcion-main {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #adopcion-main {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #adopcion-main {
    padding: 50px 20vw;
  }
}
#adopcion-main .bases-registros {
  padding: 25px 0;
  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;
}
#adopcion-main .bases-registros .br-encontrados {
  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;
  width: 100%;
  margin: 50px 0;
}
#adopcion-main .bases-registros .br-encontrados p {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) {
  #adopcion-main .bases-registros .br-encontrados p {
    font-size: 2.5em;
  }
}
#adopcion-main .bases-registros .br-encontrados iframe {
  width: 100%;
  height: 800px;
  border: 0;
  border-radius: 10;
  -webkit-box-shadow: 0px 0px 57px -8px #bfbfbf;
          box-shadow: 0px 0px 57px -8px #bfbfbf;
}

footer {
  color: #3C3C3B;
}
footer .footer-wp {
  padding: 0 0 100px 0;
  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;
  text-align: center;
}
footer .footer-wp a {
  background-color: #49C858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer-wp a i {
  color: #fff;
  font-size: 2em;
  margin-right: 10px;
}
footer .footer-wp a:hover {
  -webkit-box-shadow: 4px 6px 32px -11px rgba(0, 0, 0, 0.44);
          box-shadow: 4px 6px 32px -11px rgba(0, 0, 0, 0.44);
}
footer .footer-copy {
  padding: 20px 50px;
  background-color: #3C3C3B;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1900px) {
  footer .footer-copy {
    padding: 50px 20vw;
  }
}
footer .footer-copy div {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  footer .footer-copy div {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(1) {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
footer .footer-copy div:nth-child(1) div {
  height: auto;
}
footer .footer-copy div:nth-child(1) div img {
  width: 30%;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(1) div img {
    width: 25%;
  }
}
footer .footer-copy div:nth-child(1) div div {
  width: 50%;
  margin: 20px auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(1) div div {
    width: 30%;
    margin: 20px auto 0 auto;
  }
}
footer .footer-copy div:nth-child(1) div div i {
  color: #fff;
  font-size: 1.6em;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(1) div div i {
    font-size: 1.6em;
  }
}
footer .footer-copy div:nth-child(2), footer .footer-copy div:nth-child(3) {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(2), footer .footer-copy div:nth-child(3) {
    height: 100%;
  }
}
footer .footer-copy div:nth-child(2) h5, footer .footer-copy div:nth-child(3) h5 {
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
}
footer .footer-copy div:nth-child(2) p, footer .footer-copy div:nth-child(3) p {
  font-family: "Roboto";
  font-size: 0.8em;
  font-weight: 200;
  color: #fff;
  margin: 8px 0;
}
footer .footer-copy div:nth-child(2) p span, footer .footer-copy div:nth-child(3) p span {
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  margin: 8px 0;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(3) {
    max-width: 40%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(3) p {
    font-size: 1em;
  }
}
footer .footer-legal {
  padding: 10px 50px;
  background-color: #8EC605;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal {
    padding: 5px 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1900px) {
  footer .footer-legal {
    padding: 10px 20vw;
  }
}
footer .footer-legal div {
  padding: 10px 0;
  width: 100%;
}
footer .footer-legal p {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 300;
  color: #000;
  margin: 8px 0;
}
@media only screen and (min-width: 700px) {
  footer .footer-legal p {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal p {
    width: auto;
    margin: 0;
    font-size: 0.7em;
    line-height: 0.5;
  }
}
footer .footer-legal p span {
  font-family: "Roboto";
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin: 8px 0;
}
footer .footer-legal div:nth-child(2) {
  text-align: left;
}
@media only screen and (min-width: 700px) {
  footer .footer-legal div:nth-child(2) {
    width: 60%;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal div:nth-child(2) {
    width: 100%;
    text-align: right;
  }
}
footer .footer-legal div:nth-child(2) a img {
  width: 50%;
}
@media only screen and (min-width: 700px) {
  footer .footer-legal div:nth-child(2) a img {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal div:nth-child(2) a img {
    width: 80px;
  }
}

.bubble {
  display: none;
  background-color: #8ED600;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
}
@media only screen and (min-width: 700px) {
  .bubble {
    display: block;
  }
}

#bubble-01 {
  width: 450px;
  height: 450px;
  right: -100px;
  margin-top: -100px;
}
@media only screen and (min-width: 1900px) {
  #bubble-01 {
    width: 600px;
    height: 600px;
    right: 300px;
    margin-top: -300px;
  }
}

#bubble-02 {
  width: 500px;
  height: 500px;
  left: -300px;
}
@media only screen and (min-width: 1024px) {
  #bubble-02 {
    left: -200px;
  }
}
@media only screen and (min-width: 1900px) {
  #bubble-02 {
    width: 600px;
    height: 600px;
    left: 150px;
  }
}
@media only screen and (min-width: 2500px) {
  #bubble-02 {
    left: 300px;
  }
}

#bubble-03 {
  width: 450px;
  height: 450px;
  right: -250px;
  margin-top: -100px;
}
@media only screen and (min-width: 1900px) {
  #bubble-03 {
    width: 600px;
    height: 600px;
    right: 50px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 2500px) {
  #bubble-03 {
    right: 200px;
    margin-top: -200px;
  }
}

#bubble-04 {
  width: 450px;
  height: 450px;
  left: -150px;
  margin-top: -250px;
}
@media only screen and (min-width: 1024px) {
  #bubble-04 {
    left: -50px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1900px) {
  #bubble-04 {
    width: 600px;
    height: 600px;
    left: 100px;
  }
}
@media only screen and (min-width: 2500px) {
  #bubble-04 {
    left: 200px;
  }
}

#bubble-05 {
  width: 500px;
  height: 500px;
  right: -250px;
  margin-top: -50px;
}
@media only screen and (min-width: 1024px) {
  #bubble-05 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1900px) {
  #bubble-05 {
    width: 600px;
    height: 600px;
    right: 200px;
  }
}

#bubble-06 {
  width: 450px;
  height: 450px;
  left: -150px;
}
@media only screen and (min-width: 1024px) {
  #bubble-06 {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1900px) {
  #bubble-06 {
    width: 600px;
    height: 600px;
    left: 300px;
  }
}

#ac-wrapper {
  z-index: 9999999;
  position: fixed;
  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;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
#ac-wrapper #popup {
  position: fixed;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 280px;
  width: 280px;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
#ac-wrapper #popup button {
  position: absolute;
  top: -35px;
  right: 15px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
}
#ac-wrapper #popup button i {
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  #ac-wrapper #popup {
    padding: 10vh 10vw;
    width: 400px;
  }
}
#ac-wrapper #popup h2 {
  font-family: "Gotham-Black", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 0;
  color: #3C3C3B;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  #ac-wrapper #popup h2 {
    font-size: 2em;
  }
}
#ac-wrapper #popup p {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 500;
  color: #3C3C3B;
  margin: 0;
}
#ac-wrapper #popup a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #3C3C3B;
  padding: 10px 20px;
  margin-top: 20px;
  border: solid 3px #3C3C3B;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#ac-wrapper #popup a:hover {
  color: #fff;
  background-color: #3C3C3B;
}
/*# sourceMappingURL=main.css.map */