@font-face {
  font-family: "Avenirnext 09";
  src: url('../fonts/AvenirNext-Heavy-09.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenirnext 10";
  src: url('../fonts/AvenirNext-HeavyItalic-10.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ef222e;
  --indian-red: #d4375e;
}

h1 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  line-height: 23px;
}

a {
  color: #fc0d1b;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e82758;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.navbar {
  z-index: 4000;
  text-align: center;
  background-color: #0000;
  min-width: 100%;
  height: 5px;
  position: fixed;
  inset: 0;
}

.menu-button {
  float: left;
  color: #dedede;
  background-color: #0000;
  margin-top: 21px;
  margin-left: -10px;
  transition: background-color .5s, margin-left .5s, box-shadow .5s, color .5s;
  position: relative;
}

.menu-button:hover {
  color: #5c5c5c;
  margin-left: 0;
}

.menu-button.w--open {
  background-color: #0000;
}

.menu-icon {
  z-index: auto;
  color: #fff;
  margin-top: -145px;
  margin-left: 35px;
  font-size: 49px;
  position: absolute;
}

.nav-menu-container {
  color: #2c3539;
  text-align: center;
  background-color: #232629f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 430px;
}

.nav-link {
  color: #828282;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #383838;
  min-width: 100%;
  padding: 10px 20px 10px 40px;
  font-family: "Avenirnext 10", sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  background-color: #f5281f;
  border-bottom-color: #ffffff12;
}

.nav-link:active {
  background-color: #d4375e;
}

.nav-link:focus {
  font-family: "Avenirnext 10", sans-serif;
}

.nav-link.w--current {
  color: #fff;
  text-align: left;
  background-color: #00000017;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Opensans;
  font-size: 17px;
  font-weight: 700;
}

.nav-link.w--current:hover {
  background-color: #ffffff17;
}

.nav-link.w--open {
  color: #fff;
  background-color: #000;
}

.nav-link.current {
  font-family: "Avenirnext 09", sans-serif;
  font-size: 21px;
}

.header {
  color: #0000;
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 700px;
  margin-top: -28px;
  position: relative;
  overflow: hidden;
}

.page-content {
  text-align: center;
  background-color: #fcdf47;
  background-image: url('../images/white_yellow.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  margin-top: -14px;
  padding-top: 0;
  padding-bottom: 91px;
}

.page-content.tint {
  background-color: #fee031;
  background-image: none;
  margin-top: -33px;
  padding-top: 0;
  padding-bottom: 2px;
}

.page-content.tint.tint-schedue {
  background-color: #fee52e;
  margin-top: -26px;
}

.page-content.tint.oscardivblock {
  margin-bottom: 33px;
  padding-bottom: 14px;
}

.page-content.tint.poppie {
  padding-bottom: 41px;
}

.page-content.tint.page_sect_roopie {
  padding-bottom: 53px;
}

.page-content.tint.page_sect_roopie.pop {
  background-color: #fee52e;
}

.header-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 0 0 3px #00000080;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway;
  font-size: 41px;
  font-weight: 800;
}

.header-title._2 {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.footer {
  background-color: #3a4147;
  padding-top: 80px;
}

.cta-stripe {
  text-align: center;
  background-image: linear-gradient(141deg, #2d353bcc, #1b232966 77%), url('../images/Office-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.full-width-divider {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  height: 1px;
}

.fake-menu-bar {
  background-color: #000;
  width: 10px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.dropdown-icon {
  margin-right: 100px;
  font-size: 22px;
}

.close-menu {
  opacity: .35;
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 53px 39px 40px 43px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
  position: static;
}

.close-menu:hover {
  opacity: 1;
}

.body {
  color: #0000;
  background-color: #000;
  height: auto;
  margin-left: 0;
  overflow: visible;
}

.body.body2 {
  background-color: #fee231;
}

.body.body2.body_volunteer {
  background-color: #61a4b2;
  background-image: url('../images/volunteer_page_bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1100px;
}

.body.body2.body_volunteer.body_give {
  background-color: #e9c0ee;
  background-image: url('../images/give_bg.jpg');
}

.body.body2.body_volunteer.bgsionr {
  background-image: url('../images/oscar_bg2.jpg');
  background-size: cover;
}

.body.body2.body_schedule {
  background-color: #15918c;
  background-image: url('../images/schedule_bg5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.body.body_adopt {
  background-color: #fee131;
}

.body.body_oscar {
  background-color: #eed123;
  background-image: url('../images/adopt_bg2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.body.body_oscar.body_pigcasso {
  background-color: #eac0ee;
  background-image: url('../images/give_bg.jpg');
}

.body.body_oscar.body_pigcasso.body_rupee {
  background-color: #62a4b4;
  background-image: url('../images/volunteer_page_bg.jpg');
}

.body.body_oscar.body_pigcasso.body_rupee.vody_frankie {
  background-image: url('../images/frankie_bg.jpg');
}

.paragraph {
  z-index: 5;
  color: #fff;
  text-align: right;
  letter-spacing: .5px;
  width: 400px;
  max-width: 800px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 12px;
  padding-left: 93px;
  padding-right: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.paragraph.parahome {
  margin-bottom: 54px;
  margin-right: -30px;
  padding-top: 21px;
  line-height: 20px;
  display: inline-block;
  bottom: 37px;
}

.heading-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 64px;
  font-family: Opensans;
  font-size: 27px;
}

.heading-2.hdfoot {
  font-size: 21px;
}

.div-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block.vv2 {
  display: none;
}

.section {
  color: #2c3539;
  text-align: center;
  background-color: #ac0f18;
  background-image: url('../images/footer5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.columns-2 {
  width: 300px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
}

.columns-2.cols_nav {
  width: 300px;
  margin-top: 43px;
  margin-left: -102px;
}

.column-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-6, .column-7 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container {
  display: none;
}

.div-block-12 {
  width: 80%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  color: red;
  text-align: center;
  background-color: red;
  height: 210px;
  margin-bottom: 17px;
  padding-bottom: 0;
}

.section-3.s2o {
  height: 210px;
}

.column-10, .column-11, .column-12 {
  text-align: center;
}

.columns-5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.image-17 {
  width: 30%;
  padding-top: 41px;
}

.section-7 {
  background-image: url('../images/oscar_travels.gif');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 500px;
}

.section-7.rupeebg {
  background-image: url('../images/rupee_bg.jpg');
  background-size: 100%;
}

.section-7.rupeebg.pigcassobg {
  background-image: url('../images/pigcassobg.jpg');
}

.image-26 {
  text-align: right;
  margin-top: -5px;
  margin-bottom: 37px;
}

.div-block-17 {
  text-align: right;
  margin-top: 0;
  padding-top: 48px;
  padding-right: 61px;
}

.image-27 {
  z-index: 2;
  width: 640px;
  margin-top: -70px;
  position: relative;
}

.div-block-18 {
  text-align: center;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-10.pigtext {
  margin-top: 71px;
}

.section-8 {
  background-color: #fff;
}

.container-6 {
  padding-top: 0;
  padding-bottom: 78px;
}

.container-6.oscar_para {
  text-align: center;
  padding-top: 1px;
  padding-bottom: 27px;
}

.image-30 {
  float: none;
  width: 220px;
  margin-top: -208px;
  padding-right: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.section-9 {
  background-color: #fff;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 4px;
}

.column-24 {
  text-align: center;
}

.slider-2 {
  background-color: #fff;
  height: 620px;
}

.icon-3 {
  color: #fff;
  margin-left: 23px;
}

.icon-4 {
  color: #fff;
  margin-right: 11px;
}

.slide-2 {
  text-align: center;
}

.mask {
  height: 600px;
  padding-top: 51px;
}

.oscar1 {
  width: 520px;
  height: auto;
}

.slide-3 {
  text-align: center;
}

.oscar2 {
  width: 520px;
}

.slide-4 {
  text-align: center;
}

.oscar3 {
  width: 520px;
}

.slide-5, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-1, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7, .slide-1-8, .slide-1-9, .slide-1-10, .slide-2-2 {
  text-align: center;
}

.html-embed {
  background-color: #eff2f7;
  padding-left: 40px;
  padding-right: 40px;
}

.section-16 {
  display: none;
}

.link-7 {
  color: #ff838a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-6 {
  color: #879399;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 27px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-6.otherstories {
  color: #fff;
  text-align: left;
  margin-bottom: 2px;
  padding-left: 13px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 24px;
}

.columns-30 {
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section-19 {
  text-align: center;
  background-color: #fee131;
}

.section-19._2ndlinnks {
  margin-top: -28px;
}

.image-87, .image-88 {
  width: 200px;
}

.text-span {
  color: #ff2500;
  font-size: 15px;
}

.pigcassolink {
  color: #ff838a;
  font-size: 16px;
  text-decoration: underline;
}

.html-embed-2 {
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 43px;
}

.html-embed-2.html_embed3 {
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed-2.html4 {
  width: 95%;
  padding-top: 30px;
  padding-bottom: 23px;
}

.image-89 {
  width: 60px;
  max-width: none;
  height: 60px;
}

.image-89.mailicon {
  width: 55px;
}

.link-block-26 {
  text-align: center;
  margin: 41px auto 25px;
  display: block;
}

.div-block-25 {
  text-align: center;
}

.image-91 {
  width: 220px;
}

.div-block-28 {
  background-color: #fee031;
  background-image: url('../images/wgite_circle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px;
  height: 450px;
  margin-bottom: 41px;
  padding-top: 40px;
}

.div-block-28.div_adopt {
  text-align: center;
  background-color: #f2f2f2;
  background-image: none;
  height: auto;
  margin-bottom: 0;
  padding-top: 57px;
  padding-bottom: 60px;
}

.div-block-28.div_adopt.div_adopt2 {
  background-image: url('../images/adopt_bg2.jpg');
  background-position: -80px -80px;
  background-size: 1440px;
  transition: opacity .2s;
}

.div-block-28.div_adopt.div_adopt2.div_adopt3 {
  background-color: #ffe335;
  background-position: 0 -80px;
  background-size: cover;
}

.div-block-28.div_adopt.div_schedule {
  background-image: none;
  padding-bottom: 27px;
}

.div-block-28.div_sponsor {
  background-image: none;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 35px;
}

.image-98 {
  z-index: 4;
  margin-top: -35px;
  margin-left: -23px;
  margin-right: 271px;
  position: relative;
  left: -212px;
}

.image-99 {
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.image-100 {
  z-index: 4;
  text-align: right;
  width: 500px;
  margin-top: -142px;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

.div-block-30 {
  background-color: #f2f2f2;
  width: 100%;
  margin-top: -48px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.image-102 {
  text-align: left;
  width: 250px;
  margin-top: -583px;
  margin-left: 12%;
  display: block;
  position: absolute;
}

.video-3 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-3 {
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: -117px auto 0;
  padding-bottom: 0;
}

.button-3 {
  text-align: left;
  background-color: #ff2600;
  width: 95px;
  height: 35px;
  padding-top: 8px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.button-3._4 {
  margin-top: 20px;
}

.button-3._4._5 {
  background-color: #ff2600;
  justify-content: center;
  align-items: flex-start;
  width: 140px;
  display: flex;
}

.button-3._4._5._6 {
  background-color: #ff2600;
  width: 75px;
  margin-top: 2px;
}

.button-3._4._5._88 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
}

.button-3._4._5._88._99 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 425px;
  display: flex;
  position: absolute;
}

.button-3._4._5._88._99._131 {
  width: 120px;
  margin-top: 349px;
}

.button-3._4._5._88._99._131.namde_adog {
  background-color: #fc0d1b;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: -36px;
  margin-left: 12px;
  display: flex;
  position: relative;
  inset: auto;
}

.button-3._4._5.view-all {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.button-3._4._5._99 {
  justify-content: flex-start;
  width: 95px;
}

.button-3.v_adopt {
  width: 125px;
  transition: opacity .2s;
}

.button-3.meet_oscar {
  text-align: center;
  width: 150px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.button-3.meet_oscar.schedulebut {
  z-index: 44;
  color: #f0222e;
  text-align: right;
  background-color: #fff;
  width: 110px;
  height: 30px;
  margin-right: -29px;
  padding-top: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 14px;
  line-height: 11px;
  display: block;
  position: relative;
  inset: auto 0% -228px auto;
}

.div-block-32 {
  text-align: left;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.div-block-32.divnew {
  width: 80%;
  margin-top: -227px;
  margin-bottom: 257px;
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 101px;
  display: inline-block;
  position: relative;
  top: 40px;
}

.image-103 {
  z-index: 12;
  text-align: right;
  width: 120px;
  margin-top: 35px;
  margin-right: 53px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block-34 {
  text-align: right;
  margin-top: -32px;
  margin-right: 21%;
  padding-top: 70px;
}

.image-104 {
  z-index: 888;
  text-align: left;
  width: 200px;
  margin-top: 38px;
  margin-left: 93px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-21 {
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 40px;
  padding-bottom: 26px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 72px;
}

.heading-21.head2 {
  color: #5c5b50;
  text-align: center;
  margin: 0 auto 28px;
  padding-top: 38px;
  font-size: 55px;
  line-height: 44px;
}

.heading-21.head2.head3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 0;
}

.heading-21.head2.head3.head4 {
  margin-top: 60px;
}

.heading-21.head2.head3.head4.head55 {
  display: none;
}

.heading-21.head2.head4 {
  margin-top: 34px;
  margin-left: 0;
}

.heading-21.head2.adventureshead {
  text-align: center;
  margin-top: 18px;
  padding-bottom: 0;
  font-size: 55px;
  line-height: 44px;
}

.heading-21.head2.adventureshead.adv_head_sub {
  margin-top: 1px;
  margin-bottom: 28px;
  padding-top: 0;
  font-size: 33px;
  line-height: 30px;
}

.heading-21.head2.adventureshead.home-them-all {
  z-index: 45;
  color: #fff;
  text-align: right;
  margin: 55px -34px 5px 0;
  font-size: 27px;
  line-height: 27px;
  position: relative;
  top: -154px;
}

.heading-21.head2.head-contct {
  text-align: left;
  text-transform: none;
  width: 85%;
  padding-top: 0;
}

.heading-21.head2.head-contct.head-cntct2 {
  width: 100%;
}

.heading-21.head2.head-contct.head-cntct2.cntct-right {
  font-size: 27px;
}

.heading-21.head2.head-contct.leftside {
  width: 600px;
}

.heading-21.head2.head-contct.leftside.cntct-left {
  font-size: 27px;
}

.heading-21.head2.givehead2 {
  padding-top: 6px;
  font-size: 55px;
  line-height: 49px;
}

.heading-21.head2.seniorssubhead {
  color: #a7a69e;
  margin-top: -47px;
  margin-bottom: 4px;
  font-size: 37px;
}

.heading-21.head2.head5 {
  color: #b9c7d8;
  text-align: left;
  margin-bottom: 7px;
  margin-left: 23px;
  font-size: 37px;
  line-height: 33px;
}

.heading-21.headschedule {
  margin-top: 61px;
  padding-bottom: 10px;
  font-size: 66px;
}

.div-block-35 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35.doc-contct {
  margin-left: auto;
}

.div-block-35.adoptgrid {
  width: 75%;
}

.text-span-7 {
  color: #fc202d;
}

.html-embed-4 {
  width: 80%;
  margin-top: 0;
  margin-left: 30px;
}

.div_subnav {
  margin-top: 167px;
  padding-top: 39px;
  padding-left: 31px;
  font-family: "Avenirnext 10", sans-serif;
}

.div_subnav.subnav_contact {
  margin-top: -398px;
  margin-bottom: 22px;
  margin-left: -115px;
  padding-bottom: 72px;
  padding-left: 0;
}

.div_subnav.subnav_contact.subnav-cntct-2.contactdiv {
  align-items: flex-start;
  margin-top: -321px;
  padding-top: 0;
  display: flex;
}

.div_subnav.divsub2 {
  margin-top: 22px;
  padding-left: 0;
}

.div_subnav.divsub2.div_adopt2 {
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-left: 23px;
  display: block;
}

.div_subnav.divsub2.div_adopt2.div_volunteer {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.div_subnav.divsub2.div_adopt2.div_give {
  margin-top: -40px;
  margin-bottom: 86px;
  padding-bottom: 173px;
  padding-left: 53px;
}

.columns-33 {
  width: 70%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-33.col33 {
  width: 100%;
  margin-top: 59px;
}

.columns-33.collumns44 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  text-align: right;
  background-image: url('../images/redfade.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 11px 100%;
  border-radius: 19px;
  width: 300px;
  height: 350px;
  margin-top: 57px;
  margin-left: 656px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.div-block-36.divcont {
  text-align: center;
  width: 100%;
  margin-left: 18px;
}

.div-block-36.reddiv {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.div-block-36.reddiv.red_ad_give {
  flex: 0 auto;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-37 {
  background-color: #0000001c;
  border-radius: 19px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 14px;
  padding-right: 0;
}

.div-block-37.dd {
  background-color: #0000;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.text-block-8 {
  color: var(--red);
  text-align: left;
  padding-bottom: 6px;
  padding-left: 32px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 21px;
}

.column-63 {
  text-align: right;
  justify-content: flex-end;
  padding-left: 37px;
  padding-right: 0;
  display: flex;
}

.column-64 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-105 {
  width: 50px;
  padding-top: 35px;
}

.image-105.v2-2 {
  padding-top: 14px;
}

.image-105.adf {
  margin-left: 19px;
}

.column-65 {
  text-align: right;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  font-family: Avenirltstd, sans-serif;
  font-size: 17px;
  line-height: 16px;
}

.text-block-9.text9 {
  z-index: 99;
  color: #5c5b51;
  padding-left: 26px;
  position: relative;
}

.text-block-9.text9.aiaia {
  padding-left: 9px;
}

.column-66 {
  padding-top: 46px;
  padding-left: 0;
}

.column-66.v2 {
  padding-top: 28px;
}

.div-block-38 {
  text-align: left;
  padding-left: 18px;
}

.image-106 {
  text-align: center;
  width: 220px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-19 {
  color: #fff;
  text-align: left;
  margin-top: 4px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-19.time {
  color: #ffe604;
  margin-top: -3px;
  font-family: Avenirltstd, sans-serif;
}

.button-6 {
  color: #f3232f;
  text-align: left;
  background-color: #fff;
  padding: 7px 10px 4px;
  font-family: Avenirltstd, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 9px;
}

.button-6.butt6_2 {
  background-color: var(--red);
  color: #fff;
  width: 127px;
  margin-top: 16px;
  margin-bottom: 29px;
  display: block;
}

.button-6.butt6_2.butt6_3 {
  width: 132px;
}

.div-block-39 {
  color: #931baf;
  background-image: url('../images/elton_john.jpg');
  background-position: 50% 0;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-39.div_block_adopt {
  background-image: url('../images/clint2.jpg');
  height: 570px;
}

.div-block-39.div_block_schedule_dog {
  background-color: #8ecce1;
  background-image: url('../images/schedule_dog.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  height: 550px;
}

.div-block-39.div_block_schedule_dog._703973 {
  display: block;
}

.div-block-39.sgsg {
  background-color: #95d3e0;
  background-image: url('../images/elvis2.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  margin-top: -7px;
}

.div-block-39.sgsg.paris_name {
  background-color: #d192b1;
  background-image: url('../images/paris2.jpg');
  background-position: -15px;
  height: 510px;
  display: block;
}

.div-block-39.sgsg.love_me_tender {
  background-color: #eed265;
  background-image: url('../images/elvis4.jpg');
}

.div-block-39.sgsg.love_me_tender.toofee {
  background-color: #4b5a83;
  background-image: url('../images/toofie4.jpg');
}

.div-block-39.sgsg.love_me_tender.toofee.admissionsenior {
  background-color: #586896;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.div-block-40 {
  text-align: right;
  background-color: #3f3f3f;
  background-image: url('../images/star_bg.jpg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 150px;
}

.div-block-41 {
  background-color: #fee52e;
}

.div-block-41.div_volunteer {
  padding-top: 47px;
  padding-bottom: 78px;
}

.div-block-41.div_volunteer.div_give {
  height: auto;
  margin-top: 240px;
  padding-bottom: 47px;
}

.heading-23 {
  color: #fff;
  text-align: center;
  text-shadow: -1px 0 6px #00000030;
  margin-bottom: 38px;
  padding-top: 49px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 33px;
}

.heading-23.other {
  text-align: left;
  padding-top: 64px;
  padding-left: 16.7%;
}

.div-block-42 {
  background-color: #fff;
  border-radius: 13px;
  width: 700px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 20px 48px;
}

.div-block-43 {
  text-align: center;
  font-weight: 700;
}

.div-block-43.divff {
  margin-bottom: -78px;
}

.image-107 {
  width: 220px;
  margin-top: 28px;
}

.text-block-10 {
  color: #cfa500;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 69px;
  font-family: Avenirltstd book, sans-serif;
  line-height: 15px;
}

.text-block-10.adf66 {
  padding-bottom: 70px;
}

.link-block-30 {
  text-align: right;
  margin-right: 58px;
}

.image-108 {
  width: 210px;
  margin-top: -81px;
  margin-right: 126px;
  position: relative;
  top: -61px;
}

.image-108.oscar_home {
  z-index: 44;
  width: 500px;
  margin-top: 16px;
  margin-right: 146px;
  font-size: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 16px;
}

.div-block-45 {
  text-align: right;
  width: 50%;
  margin-top: 1065px;
  margin-right: 34px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-24 {
  text-align: center;
  margin-top: 96px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 55px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-24.contacthead {
  text-shadow: -1px 1px 6px #00000042;
  margin-top: 77px;
}

.heading-24.givehead {
  margin-top: 82px;
  font-size: 64px;
}

.div-block-47 {
  background-image: url('../images/contact2.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 160px;
}

.div-block-47.div_schedule {
  background-color: #f2f2f2;
  background-image: none;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-47.head_volunteer {
  background-image: url('../images/volunteer_bg.jpg');
  height: 650px;
}

.div-block-47.head_volunteer.head_give {
  text-align: center;
  background-image: url('../images/give_masthead2.jpg');
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-top: 175px;
  display: flex;
}

.div-block-47.head_volunteer.head_oscar {
  background-image: url('../images/oscar_head2.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.div-block-47.head_volunteer.head_oscar.head_rupee {
  background-image: url('../images/rupee_head4.jpg');
}

.div-block-47.head_volunteer.head_oscar.head_rupee.head_frankie {
  background-image: url('../images/frankie_head.jpg');
}

.div-block-47.head_volunteer.head_oscar.head_pigcasso {
  background-image: url('../images/pigcasso-masthead3.jpg');
}

.div-block-47.head_volunteer.bg_senior {
  background-image: url('../images/seniors.jpg');
  background-position: 50%;
}

.div-block-47.contact_masthead {
  height: 600px;
}

.div-block-48 {
  color: #fee131;
  text-align: center;
  background-color: #fee131;
  height: 400px;
  padding-top: 70px;
  padding-left: 62px;
}

.div-block-48.divblock3 {
  color: #fee52e;
  text-align: left;
  background-color: #fee52e;
  margin-bottom: 53px;
  padding-top: 0;
  padding-left: 0;
}

.div-block-48.divcntct {
  color: #fff;
  background-color: #f2f2f2;
  height: auto;
  padding-top: 38px;
  padding-bottom: 98px;
  padding-left: 0;
}

.div-block-48.divcntct.div_new.div_give {
  background-color: #fff;
}

.div-block-48.divcntct.senior {
  padding-bottom: 130px;
}

.image-111 {
  text-align: left;
  width: 55px;
  margin-left: 17px;
}

.image-111.asdasd {
  margin-left: 6px;
}

.columns-34 {
  align-items: center;
  display: flex;
}

.columns-34.colsnew2 {
  align-items: flex-start;
}

.columns-35 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.columns-35.colsnew {
  width: 75%;
  margin-top: 23px;
}

.columns-35.colsnew.oscar-subnav {
  padding-left: 46px;
  padding-right: 44px;
}

.columns-35.colsnew.colsschedule {
  width: 70%;
}

.text-span-8 {
  padding-top: 5px;
  font-family: Avenirltstd book, sans-serif;
  display: flex;
}

.div-block-49 {
  background-color: #fee131;
  margin-bottom: 79px;
}

.html-embed-5 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-50 {
  background-color: #fff;
  border-radius: 19px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-bottom: 40px;
}

.div-block-50.cntcsfrm {
  text-align: left;
  background-color: #fff;
  width: 600px;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
}

.div-block-50.cntcsfrm.subscribfrm {
  background-color: #eff2f7;
  width: 68%;
}

.div-block-50.cntcsfrm.subscribfrm.yty {
  margin-top: 13px;
}

.div-block-50.cntcsfrm.shceduleform {
  background-color: #0000;
  width: 70%;
  margin-top: 0;
  padding-top: 37px;
  padding-bottom: 59px;
}

.div-block-51 {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-51.nameadog {
  justify-content: flex-start;
  width: 350px;
  height: 300px;
  margin-left: 18%;
}

.text-block-11 {
  z-index: 45;
  color: #fff;
  align-items: flex-end;
  margin-top: 49px;
  margin-left: 9px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 33px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.text-block-11.text12 {
  color: #b25cc5;
  align-self: flex-end;
  margin-bottom: 40px;
  margin-left: -160px;
  font-family: "Avenirnext 10", sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.text-block-11.text12.sds {
  color: #74712c;
  margin-left: -100px;
}

.text-block-11.text12.sds.adopted_paris {
  margin-top: 14px;
  display: inline;
}

.text-block-11.text12.sds.fefwthh {
  display: flex;
}

.text-block-11.text12.sds.fefwthh.adoptedtxt {
  margin-left: -200px;
}

.text-block-11.headings2 {
  text-align: right;
  justify-content: flex-end;
}

.text-block-11.headings2.dogname {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 393px;
  margin-left: -102px;
  padding-left: 0;
}

.text-block-11.headings2.dogname.dognme2 {
  text-align: right;
  margin-top: 406px;
  margin-left: -139px;
  padding-left: 0;
}

.text-block-11.txthead3 {
  margin-top: 63px;
}

.text-block-11.txthead3.dogname {
  margin-top: 43px;
}

.text-block-11.txthead3.dogname.adopted_subtext {
  color: #af3c75;
  margin-top: 2px;
  font-family: "Avenirnext 10", sans-serif;
  font-size: 22px;
  line-height: 24px;
  display: flex;
}

.text-block-11.txthead3.dogname.dogname2 {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  margin-top: -120px;
  margin-left: 0;
  padding-right: 18%;
}

.text-block-11.txthead3.nameadog {
  width: auto;
  margin-top: 55px;
  margin-left: 0;
  font-size: 52px;
  line-height: 42px;
  display: block;
}

.text-block-11.txtblock11_2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  margin-left: 68px;
  display: block;
  position: static;
}

.text-block-11.txtblock11_2.osdfhsdugfo {
  margin-left: 0;
}

.text-block-11.love-me {
  font-size: 52px;
  line-height: 45px;
}

.text-block-11.love-me.tender {
  align-items: flex-start;
}

.text-block-11.make-my-day {
  align-items: flex-start;
  font-size: 52px;
  line-height: 42px;
}

.link-block-31 {
  justify-content: flex-end;
  display: flex;
}

.link-block-31.w--current {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-112 {
  width: 120px;
  margin-top: 374px;
  margin-right: 0;
}

.div-block-52 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 51px;
  display: flex;
}

.div-block-52._52_ {
  text-align: right;
  justify-content: flex-end;
}

.paragraph-21 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 16px;
}

.paragraph-21.para-white {
  color: #fff;
  flex: 0 auto;
  width: auto;
  margin-top: 190px;
  margin-left: -314px;
  padding-right: 26px;
  display: block;
}

.paragraph-21.para-white._77778 {
  margin-left: -266px;
}

.paragraph-21.para2 {
  color: #6e6e6e;
  text-align: center;
  width: 60%;
  margin-bottom: 41px;
  font-size: 16px;
}

.paragraph-21.para2.oscarpara {
  color: #fff;
  text-align: center;
  width: 80%;
}

.paragraph-21.para2.para2_narrower {
  width: 55%;
}

.paragraph-21.para2.para-dventure {
  color: gray;
  width: 60%;
  margin-bottom: 37px;
  line-height: 21px;
}

.paragraph-21.para2.para3 {
  width: 85%;
}

.paragraph-21.para2.para-mobile {
  display: none;
}

.paragraph-21.para21 {
  margin-bottom: 60px;
}

.paragraph-21.para21.para55 {
  margin-bottom: 36px;
}

.paragraph-21.para21.para55.para77 {
  color: #fff;
  width: 100%;
  margin-top: 38px;
  margin-left: 36px;
  padding-right: 213px;
  font-style: italic;
}

.columns-36 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.columns-36.cols26 {
  margin-bottom: 31px;
}

.button-style-1 {
  color: #1c3255;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #1c3255;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  margin-bottom: 81px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-1:hover {
  background-color: #1c325580;
}

.div-block-53 {
  background-color: #fff;
  padding-top: 42px;
}

.div-block-53._5555 {
  margin-bottom: -242px;
  padding-bottom: 219px;
}

.image-113 {
  width: 300px;
  margin-top: -46px;
  margin-bottom: 39px;
  margin-left: -31px;
}

.column-68 {
  text-align: left;
}

.text-span-9, .text-span-10 {
  font-family: Avenirltstd, sans-serif;
}

.div-block-54 {
  width: 70%;
  margin-bottom: -161px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-4 {
  background-color: #e11d2a;
  height: 80px;
}

.column-69 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.text-block-12 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Avenirltstd, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-12.txt2, .slide-nav-4 {
  display: none;
}

.div-block-55 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-13 {
  color: #5c5b51;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: "Avenirnext 10", sans-serif;
  font-size: 38px;
  display: flex;
}

.image-114 {
  width: 50%;
}

.image-114.ffgh {
  width: 40%;
  margin-left: 12px;
}

.right-arrow-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-4 {
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.column-70 {
  justify-content: flex-end;
  padding-left: 297px;
  padding-right: 0;
  display: flex;
}

.column-71 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 200px;
  display: flex;
}

.column-72 {
  text-align: right;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.div-block-56 {
  background-color: #c897b9;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.link-block-32 {
  width: 100%;
  height: 100%;
}

.columns-37 {
  display: flex;
}

.column-77 {
  position: static;
}

.div-block-57 {
  align-self: flex-end;
}

.div-block-58 {
  align-items: flex-end;
  width: 150px;
  margin-bottom: 42px;
  margin-left: 18%;
  display: flex;
}

.div-block-58._58_2 {
  display: block;
}

.button-7 {
  color: #fff;
  text-align: center;
  border: 1px solid #424fff;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.button-7:hover {
  color: #424fff;
}

.button-7.button--home-hero {
  border-color: var(--red);
  padding: 10px 20px;
  position: absolute;
}

.button-7.button--home-hero:hover {
  color: var(--red);
}

.button-7.button--home-hero.butt2 {
  margin-top: 76px;
}

.button-7.button--home-hero.butt3 {
  margin-top: 131px;
}

.button-7.button--home-hero.butt4 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-7.button--home-hero.butt4.butt5 {
  margin-top: 62px;
}

.button-7.button--home-hero.butt4.butt5.butt6 {
  margin-top: 125px;
}

.button-7.button--home-hero.butt4.butt7 {
  margin-top: 67px;
}

.button-7.button--home-hero.butt4.butt7.butt8 {
  margin-top: 138px;
  margin-left: 0;
}

.button-7.button--home-hero.butt4.butt8 {
  margin-left: 13px;
}

.button-7.button--home-hero.butt4.butt_vol1.nameadogbutt {
  margin-top: -30px;
}

.button-7.button--home-hero.butt4.butt_vol1.butt77 {
  margin-left: -55px;
}

.button-7.button--home-hero.butt4.homepage_buttons {
  z-index: 99;
  border-color: #fc0d1b;
  margin-top: -79px;
  margin-bottom: 21px;
}

.button-7.button--home-hero.butt4.homepage_buttons.homebutts2 {
  margin-top: 7px;
}

.button-7.button--home-hero.butt4.homepage_buttons.homebutts2._1stbutton {
  margin-top: -140px;
}

.button-7.button--home-hero.butt4.homepage_buttons.view-all {
  margin: 36px 0 0;
  padding-top: 13px;
  font-size: 21px;
  display: inline-block;
  position: relative;
}

.button-7.button--home-hero.butt4.homepage_buttons.view-all.adventures {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 10px 4px;
}

.button-7.button--home-hero.butt4.homepage_buttons._3rdbutt {
  margin-top: -21px;
}

.button-7.button--home-hero.butt4.homepage_buttons.adopt-me {
  margin-top: -48px;
}

.button-7.button--home-hero.butt5 {
  margin-top: 68px;
}

.button-7.button--home-hero.butt6 {
  margin-top: 139px;
}

.button-7.button--home-hero.butt678 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-7.butt67 {
  height: 50px;
}

.button__text {
  z-index: 10;
  text-transform: uppercase;
  font-family: Avenirltstd, sans-serif;
  font-size: 17px;
  line-height: 14px;
  text-decoration: none;
  position: relative;
}

.button__text:hover {
  color: var(--red);
}

.button__fill-top {
  background-color: #fc0d1b;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.button__fill-bottom {
  background-color: #fc0d1b;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.button__fill-left {
  background-color: #fc0d1b;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button__fill-right {
  background-color: #fc0d1b;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.left-arrow-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-5.la {
  margin-left: 21px;
}

.right-arrow-5 {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.slide-nav-5 {
  display: none;
}

.image-58 {
  margin-top: -6px;
}

.div-block-66 {
  height: 100%;
  padding: 39px 0 0;
}

.mask-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-52 {
  width: 50px;
  margin: 130px 20px;
  display: block;
  position: absolute;
  inset: 141px auto auto;
}

.image-52.imgr.ra {
  top: 141px;
}

.div-block-67 {
  margin-top: -33px;
  margin-bottom: 60px;
}

.column-79, .column-80 {
  text-align: left;
}

.div-block-68 {
  background-image: url('../images/pigcasso_thumb.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 11px;
  width: 280px;
  height: 180px;
  margin-top: 65px;
  margin-left: 13px;
  transition: opacity .2s;
}

.div-block-68.div22 {
  background-image: url('../images/rupee_thumb.jpg');
}

.div-block-68.div22.divpiuuso1 {
  background-image: url('../images/pigcasso_head.jpg');
}

.div-block-68.div-oscar-on_pigcasso {
  background-image: url('../images/oscar_thumb.jpg');
}

.div-block-69 {
  position: relative;
}

.column-81 {
  text-align: left;
}

.bold-text {
  color: #5c5b51;
}

.text-span-11 {
  font-family: Avenirltstd, sans-serif;
}

.text-span-11.boldtext2 {
  color: #6e6e6e;
  font-size: 16px;
}

.text-span-12 {
  color: #5c5b51;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.linnk12 {
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.boldtext2 {
  font-family: Avenirltstd, sans-serif;
}

.text-span-13 {
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.link12 {
  color: #5c5b51;
}

.text-span-14 {
  color: #6e6e6e;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.text-span-15 {
  font-family: Avenirltstd, sans-serif;
}

.text-span-16 {
  color: #5c5b51;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.text-span-17 {
  font-family: Avenirltstd, sans-serif;
}

.bold-text-2 {
  color: #6e6e6e;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.text-span-18 {
  font-family: Avenirltstd, sans-serif;
}

.link-8 {
  color: #6e6e6e;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.bold-text-3 {
  color: #5c5b52;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.bold-text-4 {
  font-size: 16px;
}

.text-span-19, .text-span-20, .text-span-21 {
  font-family: Avenirltstd, sans-serif;
}

.link-9 {
  color: #5c5b51;
  font-size: 16px;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  font-family: Avenirltstd, sans-serif;
}

.column-84 {
  text-align: right;
  justify-content: center;
  display: flex;
}

.column-85, .column-86 {
  justify-content: center;
  display: flex;
}

.text-span-27 {
  color: #0297b6;
  justify-content: center;
  align-items: stretch;
  margin-right: 46px;
  font-size: 22px;
  line-height: 20px;
  display: flex;
}

.bold-text-5, .text-span-28 {
  font-family: Avenirltstd, sans-serif;
}

.div-block-70 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 303px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-block-14 {
  color: var(--red);
  margin-top: 2px;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 18px;
}

.div-block-71 {
  text-align: right;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin-top: 48px;
  margin-right: 0;
  display: flex;
}

.div-block-72 {
  width: 90%;
  height: 100%;
}

.image-115 {
  width: 60%;
}

.link-block-33 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-73 {
  background-color: #fff;
  padding-bottom: 244px;
}

.div-block-74 {
  background-image: url('../images/vid_bg.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1059px;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-bottom: 38px;
  display: flex;
}

.div-block-74.video_rupee {
  background-color: #f0f0f0;
}

.div-block-75 {
  width: 840px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
}

.div-block-76 {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 2px;
}

.div-block-76._76_v2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-6 {
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.icon-5, .icon-6, .slide-nav-6 {
  color: #5e5e5e;
}

.slide-25 {
  width: 30%;
  margin-right: 20px;
}

.mask-3 {
  width: 90%;
  padding-left: 10%;
}

.slide-26 {
  width: 30%;
  margin-right: 20px;
}

.div-block-77 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.columns-38 {
  width: 80%;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5%;
}

.columns-38._38_v2 {
  width: 90%;
}

.text-block-15 {
  color: #5c5b51;
  text-align: center;
  width: 100px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.paragraph-22 {
  color: #867820;
  letter-spacing: 0;
  width: 40%;
  margin: -35px auto 25px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.image-116 {
  margin-left: -7px;
}

.image-117 {
  margin-left: -1px;
}

.image-118 {
  margin-left: -4px;
}

.image-119 {
  margin-left: 0;
}

.link-10 {
  color: #fc0d1b;
  font-family: Avenirltstd, sans-serif;
}

.bold-text-6 {
  color: gray;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.text-span-29, .text-span-30 {
  font-family: Avenirltstd, sans-serif;
}

.link-11, .link11 {
  color: gray;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.text-span-31 {
  font-family: Avenirltstd, sans-serif;
}

.link-12 {
  color: gray;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  font-family: Avenirltstd, sans-serif;
}

.image-120 {
  margin-left: 16px;
}

.image-120.img121 {
  margin-left: 0;
  margin-right: 5px;
}

.div-block-78 {
  background-color: #f2f2f2;
  margin-top: -3px;
  padding-bottom: 12px;
}

.text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  font-family: Avenirltstd, sans-serif;
}

.image-121 {
  z-index: 1;
  width: 350px;
  height: 200px;
  margin-top: -41px;
  margin-left: -160px;
  position: static;
}

.div-block-79 {
  position: static;
}

.image-122 {
  width: 100%;
  margin-top: 52px;
}

.image-123 {
  margin-top: 421px;
  margin-left: -228px;
}

.image-124 {
  margin-top: 19px;
}

.link-block-37 {
  margin-top: 66px;
  margin-left: -161px;
}

.columns-39 {
  display: block;
}

.paragraph-23 {
  text-align: left;
  margin-top: -22px;
  font-family: Avenirltstd book, sans-serif;
  line-height: 19px;
}

.paragraph-23.para23_ {
  margin-top: 0;
}

.text-span-41 {
  font-family: Avenirltstd, sans-serif;
}

.text-span-42 {
  font-family: Avenirltstd, sans-serif;
  font-size: 14px;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47 {
  font-family: Avenirltstd, sans-serif;
}

.link-13 {
  color: #5c5b51;
  letter-spacing: .2px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 14px;
}

.link-14 {
  color: #5c5b51;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 14px;
}

.column-94 {
  text-align: left;
}

.html-embed-6 {
  display: none;
}

.background-video {
  height: 100%;
}

.image-125 {
  display: none;
}

.div-block-80 {
  background-color: #fff;
}

.text-span-50, .slider-7 {
  display: none;
}

.link-block-9 {
  z-index: 2;
  text-align: right;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-9.w--current {
  z-index: 2;
  padding-right: 0;
  inset: 0% 0% auto;
}

.image-47 {
  width: 300px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
}

.image-126 {
  z-index: 2;
  width: 200px;
  margin-top: 526px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-20 {
  z-index: 2;
  text-align: center;
  margin-top: 545px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-20._20_schedule {
  z-index: 6;
  margin-top: 679px;
}

.link-block-20._20_schedule._20_oscar {
  margin-top: 637px;
}

.image-127 {
  z-index: 7;
  width: 50px;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-128 {
  z-index: 4;
  width: 150px;
  margin-top: -53px;
  margin-left: -99px;
  position: absolute;
}

.div-block-82 {
  display: none;
}

.div-block-83 {
  background-color: #0000;
  background-image: url('../images/tabs2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  margin-top: 27px;
  padding-top: 18px;
}

.div-block-83._83_v2 {
  background-image: url('../images/tabs_flipped.png');
  background-position: 50% 0;
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 5px;
  padding-bottom: 9px;
}

.div-block-83._83_v2._83_v6 {
  background-image: url('../images/tabs2-flipped.png');
  margin-top: 0;
  padding-top: 12px;
}

.div-block-83._83_v2._83_v2_3 {
  background-image: url('../images/tabs3-flipped.png');
  margin-top: 0;
}

.div-block-83._83_v2.tyt {
  background-image: url('../images/tabs2-flipped.png');
  padding-top: 4px;
}

.div-block-83._83_v2.videovs2 {
  background-image: url('../images/tabs3-flipped.png');
  padding-top: 4px;
}

.div-block-83.div83_v2 {
  background-image: url('../images/tabs.png');
}

.div-block-83.div83_v2.tyu {
  background-image: url('../images/tabs2.png');
}

.div-block-83.div83_v2.vidvs, .div-block-83._83_v3 {
  background-image: url('../images/tabs3.png');
}

.columns-40 {
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-8 {
  color: #fff;
  background-color: #0000;
  margin-bottom: 3px;
  margin-left: 24px;
  padding-left: 0;
  font-family: "Avenirnext 09", sans-serif;
}

.button-8.w--current {
  color: #fff;
  margin-right: 14px;
}

.button-8._8v2 {
  color: #fff;
  margin-right: 30px;
  padding-top: 0;
}

.button-8._8v2._8--3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.button-8._8v2._8--5 {
  color: #505050;
}

.button-8._8v2.adopt2 {
  margin-left: 38px;
}

.button-8._8v2.dd {
  margin-left: 0;
}

.button-8._8--2 {
  margin-bottom: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.button-8._8--2._45 {
  margin-right: -48px;
  padding-left: 50px;
}

.button-8._8--4 {
  margin-right: -48px;
  padding-left: 43px;
}

.text-block-16 {
  color: #555;
  margin-left: 33px;
  padding-bottom: 11px;
  padding-left: 0;
  font-family: "Avenirnext 09", sans-serif;
  font-size: 19px;
}

.text-block-16._16--2 {
  margin-bottom: 6px;
  padding-bottom: 5px;
}

.text-block-16._1st_adopt {
  color: #585858;
  margin-left: -22px;
}

.text-block-16._1st_adopt._2nd_adopted {
  margin-left: 0;
  padding-right: 14px;
}

.text-block-16.txt--2 {
  margin-left: 11px;
  display: inline-block;
}

.text-block-16._16white {
  color: #fff;
}

.column-96, .column-97 {
  justify-content: flex-end;
  display: flex;
}

.column-98, .column-99 {
  display: flex;
}

.column-100 {
  justify-content: flex-start;
  display: flex;
}

.column-101 {
  display: flex;
}

.column-102 {
  text-align: right;
  justify-content: flex-end;
  padding-left: 42px;
  padding-right: 0;
  display: flex;
}

.column-103 {
  justify-content: flex-end;
  padding-right: 28px;
  display: flex;
}

.column-104 {
  text-align: left;
  padding-left: 0;
  display: flex;
}

.column-105 {
  display: flex;
}

.image-129 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-129._129b {
  width: 80%;
}

.slide-29 {
  text-align: center;
  background-image: url('../images/OA-gallery-pics_0027_OA_gallery_0022_4.jpg.jpg');
  background-position: 0 0;
  background-size: 1424px;
}

.slide-29._29b {
  background-image: url('../images/OA-gallery-pics_0026_OA_gallery_0021_5.jpg.jpg');
}

.slide-29._29c {
  background-image: url('../images/OA-gallery-pics_0030_OA_gallery_0025_1.jpg.jpg');
}

.slide-29._29d {
  background-image: url('../images/OA-gallery-pics_0020_OA_gallery_0015_IMG_1929.jpg.jpg');
}

.slide-29._29e, .slide-29._29f {
  background-image: url('../images/OA-gallery-pics_0021_OA_gallery_0016_IMG_1906.jpg.jpg');
}

.slide-29._29g {
  background-image: url('../images/OA-gallery-pics_0023_OA_gallery_0018_IMG_1368.jpg.jpg');
}

.slide-29._29h {
  background-image: url('../images/OA-gallery-pics_0028_OA_gallery_0023_3.jpg.jpg');
}

.slide-29._29i {
  background-image: url('../images/OA-gallery-pics_0029_OA_gallery_0024_2.jpg.jpg');
}

.slide-29._29j {
  background-image: url('../images/OA-gallery-pics_0024_OA_gallery_0019_IMG_0438.jpg.jpg');
}

.slide-29._29k {
  background-image: url('../images/OA-gallery-pics_0011_OA_gallery_0006_IMG_8595.jpg.jpg');
}

.slide-29._29l {
  background-image: url('../images/OA-gallery-pics_0010_OA_gallery_0005_IMG_8877.jpg.jpg');
}

.slide-29._29m {
  background-image: url('../images/OA-gallery-pics_0025_OA_gallery_0020_6.jpg.jpg');
}

.slide-29._29n {
  background-image: url('../images/OA-gallery-pics_0012_OA_gallery_0007_IMG_8151-2.jpg.jpg');
}

.slide-29._29o {
  background-image: url('../images/OA-gallery-pics_0009_Layer-3.jpg');
}

.slide-29._29q {
  background-image: none;
}

.slide-29._29r {
  background-image: url('../images/OA-gallery-pics_0013_OA_gallery_0008_IMG_7057.jpg.jpg');
}

.slide-29._29s {
  background-image: url('../images/OA-gallery-pics_0018_OA_gallery_0013_IMG_4902.jpg.jpg');
}

.slide-29._29t {
  background-image: none;
}

.slider-8 {
  background-color: #0000;
  height: 700px;
}

.div00 {
  margin-top: 35px;
}

.image-131 {
  margin-top: 31px;
  display: none;
}

.bold-text-7 {
  color: #6e6e6e;
  font-size: 16px;
}

.column-107 {
  text-align: left;
  padding-left: 39px;
}

.columns-41 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-108 {
  text-align: left;
}

.column-109 {
  text-align: left;
  padding-left: 25px;
}

.column-110 {
  text-align: left;
}

.column-111 {
  text-align: left;
  padding-left: 0;
}

.div-block-84 {
  width: 700px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-84._84mob {
  display: none;
}

.div-block-85 {
  justify-content: center;
  height: 50px;
  margin-top: 39px;
  margin-bottom: 32px;
  display: flex;
}

.text-block-17 {
  color: #c80402;
  margin-top: 40px;
}

.text-span-51 {
  color: #87a5db;
  font-size: 22px;
  line-height: 22px;
}

.list-item {
  color: #fff;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 16px;
}

.list {
  line-height: 25px;
}

.div-block-86 {
  width: 70%;
}

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

  p {
    line-height: 21px;
  }

  .menu-button {
    z-index: 1500;
    background-color: #0000;
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    padding: 10px 15px;
    position: relative;
  }

  .menu-button.w--open {
    opacity: 0;
  }

  .menu-icon {
    margin-top: -152px;
    margin-left: 0;
    font-size: 32px;
  }

  .nav-menu-container {
    width: 390px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header {
    text-align: right;
    background-size: cover;
    margin-top: -23px;
  }

  .page-content {
    background-position: 50% 70px;
    padding-top: 25px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .page-content.tint {
    object-fit: contain;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: -32px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    overflow: visible;
  }

  .page-content.tint.tint-schedue {
    margin-bottom: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
    overflow: visible;
  }

  .page-content.tint.oscardivblock {
    height: 430px;
    margin-top: -31px;
    padding-top: 5px;
  }

  .header-title {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .header-title._2 {
    font-size: 18px;
  }

  .footer {
    padding-top: 40px;
  }

  .close-menu {
    top: 30px;
    left: 30px;
  }

  .body.body2.body_schedule {
    background-color: #0a696d;
    background-size: contain;
  }

  .body.body_oscar {
    background-repeat: no-repeat;
  }

  .paragraph {
    margin-top: -14px;
    padding-top: 0;
    padding-left: 48px;
    padding-right: 75px;
    display: inline-block;
  }

  .paragraph.parahome {
    z-index: 99;
    margin-top: -13px;
    padding-left: 28px;
    padding-right: 110px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .div-block {
    display: block;
  }

  .section {
    margin-top: -8px;
    margin-bottom: 15px;
    padding-top: 25px;
  }

  .columns-2.cols_nav {
    margin-left: -61px;
  }

  .section-3, .section-3.s2o {
    padding-top: 44px;
  }

  .image-17 {
    width: 40%;
    padding-top: 0;
  }

  .section-7.rupeebg {
    background-size: 100%;
  }

  .div-block-17 {
    margin-bottom: -8px;
  }

  .image-27 {
    width: 620px;
    margin-top: -30px;
  }

  .image-27.rupee {
    margin-top: -61px;
  }

  .paragraph-10 {
    margin-bottom: 0;
    padding-left: 42px;
    padding-right: 42px;
  }

  .container-6.oscar_para {
    padding-top: 39px;
  }

  .image-30 {
    z-index: 2;
    position: relative;
  }

  .section-9 {
    padding-bottom: 0;
  }

  .icon-3 {
    margin-left: 23px;
    font-size: 35px;
  }

  .icon-4 {
    margin-right: 22px;
    font-size: 35px;
  }

  .section-16, .image-48 {
    display: none;
  }

  .text-block-6.otherstories {
    font-size: 22px;
  }

  .columns-30 {
    width: 85%;
  }

  .section-19._2ndlinnks {
    margin-top: -69px;
  }

  .section-19._2ndlinnks.pig_vs {
    margin-top: -61px;
  }

  .html-embed-2 {
    width: 95%;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 17px;
  }

  .div-block-28 {
    background-size: 300px;
    height: 380px;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .div-block-28.div_adopt {
    width: 100%;
  }

  .div-block-28.div_adopt.div_adopt2 {
    background-position: -80px 0;
    background-size: cover;
    margin-top: -15px;
    padding-bottom: 36px;
  }

  .image-98 {
    margin-top: -42px;
    margin-left: 72px;
    left: -123px;
  }

  .image-99 {
    margin-top: -38px;
  }

  .image-100 {
    margin-top: -118px;
    margin-left: -106px;
    padding-right: 24px;
  }

  .div-block-30 {
    width: 100%;
    margin-top: -80px;
  }

  .image-102 {
    width: 200px;
    margin-top: -507px;
    margin-left: 29px;
  }

  .video-3 {
    margin-top: -10px;
  }

  .html-embed-3 {
    height: auto;
    margin-top: -30px;
  }

  .button-3 {
    letter-spacing: 1px;
    height: 35px;
    font-size: 17px;
  }

  .button-3._4._5._6 {
    margin-top: 22px;
  }

  .button-3._4._5._88._99._131.namde_adog {
    margin-top: -36px;
  }

  .button-3._4._5.view-all {
    margin-top: 36px;
    margin-bottom: 52px;
  }

  .button-3.meet_oscar {
    font-size: 15px;
  }

  .button-3.meet_oscar.schedulebut {
    margin-top: 19px;
    margin-bottom: 22px;
    margin-right: 80px;
  }

  .div-block-32.divnew {
    margin-top: -279px;
    margin-bottom: 170px;
    margin-left: -19px;
    padding-top: 0;
    padding-left: 0;
  }

  .image-103 {
    width: 100px;
    margin-top: 39px;
    margin-right: 40px;
  }

  .div-block-34 {
    margin-right: -374px;
    display: inline-block;
  }

  .image-104 {
    width: 150px;
    margin-top: 17px;
    margin-left: 44px;
  }

  .heading-21 {
    text-shadow: -1px 1px 6px #0000004d;
    margin-top: 46px;
    margin-left: 40px;
    font-size: 50px;
  }

  .heading-21.head2 {
    margin-left: 0;
  }

  .heading-21.head2.head3 {
    display: flex;
  }

  .heading-21.head2.head3.head4 {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .heading-21.head2.head4 {
    text-shadow: none;
    margin-top: 21px;
  }

  .heading-21.head2.adventureshead {
    margin-top: -13px;
  }

  .heading-21.head2.adventureshead.home-them-all {
    margin-top: 84px;
    margin-right: 78px;
  }

  .div-block-35.adoptgrid {
    width: 85%;
  }

  .html-embed-4 {
    margin-left: -1px;
  }

  .div_subnav.subnav_contact {
    margin-left: 0;
  }

  .div_subnav.subnav_contact.subnav-cntct-2 {
    margin-left: 14px;
    padding-left: 0;
  }

  .div_subnav.subnav_contact.subnav-cntct-2.contactdiv {
    margin-top: -390px;
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 0;
  }

  .div_subnav.divsub2 {
    padding-top: 0;
  }

  .div_subnav.divsub2.div_adopt2 {
    padding-left: 0;
  }

  .columns-33 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-33.col33 {
    margin-top: 27px;
  }

  .columns-33.collumns44 {
    width: 90%;
    margin-bottom: -20px;
  }

  .div-block-36.divcont {
    margin-top: 17px;
    margin-left: 29px;
    padding-top: 9px;
  }

  .div-block-36.divcont.divcont_schedule {
    width: 100%;
    margin-top: 17px;
    margin-left: 0;
  }

  .div-block-36.divcont.dic9999 {
    width: 82%;
  }

  .div-block-37.dd {
    height: auto;
    margin-right: 16px;
  }

  .text-block-8 {
    padding-left: 0;
  }

  .column-63 {
    padding-right: 0;
  }

  .image-105 {
    width: 30px;
  }

  .text-block-9 {
    margin-top: -10px;
  }

  .text-block-9.text9, .text-block-9.text9.aiaia {
    padding-left: 0;
  }

  .div-block-38 {
    padding-left: 9px;
  }

  .image-106 {
    width: 80%;
  }

  .paragraph-19 {
    padding-right: 13px;
    line-height: 14px;
  }

  .paragraph-19.time {
    padding-right: 57px;
  }

  .button-6 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: Avenirltstd, sans-serif;
    line-height: 10px;
  }

  .div-block-39 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-39.div_block_adopt {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }

  .div-block-39.div_block_schedule_dog._703973 {
    background-position: 40% 100%;
    height: 500px;
  }

  .div-block-39.sgsg.paris_name {
    background-size: cover;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 9%;
    padding-right: 25px;
  }

  .div-block-40 {
    z-index: 101;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 110%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 130px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .div-block-41.div_volunteer {
    padding-top: 33px;
  }

  .div-block-41.div_volunteer.div_give {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 37px;
    padding-top: 0;
    font-size: 22px;
    line-height: 20px;
  }

  .heading-23.other {
    padding-left: 10.7%;
  }

  .heading-23.other.other2 {
    padding-left: 10%;
  }

  .div-block-42 {
    width: 85%;
  }

  .div-block-42.div_reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-43 {
    margin-top: -31px;
    margin-bottom: -25px;
  }

  .image-108 {
    z-index: 444;
    width: 190px;
    margin-top: -72px;
    margin-right: 18px;
    position: absolute;
    top: 33px;
    right: 26px;
  }

  .div-block-45 {
    margin-top: 944px;
    margin-right: -83px;
  }

  .heading-24 {
    margin-top: 79px;
  }

  .heading-24.contacthead {
    margin-top: 54px;
    font-size: 44px;
  }

  .div-block-47.div_schedule {
    background-image: none;
    height: auto;
  }

  .div-block-47.head_volunteer {
    margin-top: 140px;
  }

  .div-block-47.head_volunteer.head_give {
    height: 570px;
    margin-top: 135px;
  }

  .div-block-47.head_volunteer.head_oscar {
    height: 500px;
    margin-top: 136px;
  }

  .div-block-47.head_volunteer.head_oscar.head_rupee {
    margin-top: 134px;
  }

  .div-block-47.head_volunteer.head_oscar.head_pigcasso {
    margin-top: 135px;
  }

  .div-block-47.contact_masthead {
    margin-top: 142px;
  }

  .div-block-48.divblock3 {
    width: 85%;
    height: auto;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-48.divblock3.divblock-oscqr {
    margin-bottom: -47px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-48.divcntct {
    padding-bottom: 107px;
  }

  .div-block-48.divcntct.div_new {
    padding-bottom: 9px;
  }

  .image-111, .image-111.asdasd {
    margin-left: 0;
  }

  .columns-34.colsnew2 {
    margin-left: 73px;
  }

  .columns-35 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-35.colsnew {
    width: 100%;
    height: 322px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
  }

  .columns-35.colsnew.oscar-subnav {
    width: 100%;
    height: 400px;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 49px;
  }

  .html-embed-5 {
    width: 100%;
    margin-top: -15px;
  }

  .div-block-51 {
    width: 85%;
    padding-bottom: 80px;
  }

  .div-block-51.nameadog {
    margin-left: 0%;
  }

  .text-block-11 {
    margin-top: 35px;
    margin-left: 0;
  }

  .text-block-11.text12.sds {
    flex-wrap: nowrap;
    flex: 0 auto;
    margin-left: 11px;
  }

  .text-block-11.text12.sds.adopted_paris {
    color: #ff2600;
    margin-top: 1px;
    font-size: 18px;
  }

  .text-block-11.text12.sds.adopted_paris.adopted_elvis {
    margin-left: 0;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .text-block-11.text12.sds.fefwthh {
    left: -111px;
  }

  .text-block-11.headings2.dogname.dad {
    margin-left: -214px;
  }

  .text-block-11.headings2.dogname.dognme2 {
    align-items: flex-start;
    margin-top: 349px;
  }

  .text-block-11.txthead3 {
    width: 100px;
    margin-top: 58px;
    margin-left: 0;
  }

  .text-block-11.txthead3.dogname {
    margin-top: 49px;
    margin-left: 11px;
  }

  .text-block-11.txthead3.dogname.adopted_subtext {
    font-size: 20px;
  }

  .text-block-11.txtblock11_2 {
    margin-top: -14px;
    margin-left: 51px;
  }

  .text-block-11.txtblock11_2.osdfhsdugfo {
    margin-top: -136px;
    margin-left: 0;
    padding-left: 50px;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-11.make-my-day {
    margin-top: 81px;
  }

  .link-block-31.link22 {
    margin-top: 183px;
  }

  .image-112 {
    margin-top: 313px;
  }

  .div-block-52 {
    margin-top: 53px;
  }

  .paragraph-21 {
    margin-bottom: 53px;
  }

  .paragraph-21.para-white {
    width: 250px;
    margin-top: 162px;
    margin-left: 0;
    padding-right: 1px;
    position: absolute;
  }

  .paragraph-21.para2 {
    width: 80%;
    margin-bottom: 25px;
    line-height: 20px;
  }

  .columns-36 {
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    display: flex;
  }

  .button-style-1 {
    height: 6vw;
    margin-bottom: 61px;
    padding: 2vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .div-block-53 {
    margin-left: -29px;
  }

  .div-block-54 {
    width: 95%;
    margin-bottom: -50px;
    margin-left: 44px;
    bottom: 13%;
  }

  .column-70 {
    padding-left: 232px;
    padding-right: 40px;
  }

  .column-72 {
    justify-content: space-around;
    margin-bottom: 227px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .column-74, .column-75 {
    padding-left: 0;
  }

  .column-76 {
    padding-left: 69px;
  }

  .column-77 {
    padding-left: 0;
  }

  .div-block-58 {
    margin-left: -11px;
  }

  .button-7.button--home-hero.butt4.butt7.butt8 {
    margin-left: 0;
  }

  .button-7.button--home-hero.butt4.butt_vol1 {
    padding: 8px 15px;
    font-size: 14px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.view-all {
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.view-all.adventures {
    margin-bottom: 0;
  }

  .button-7.button--home-hero.butt5 {
    margin-top: 55px;
  }

  .button-7.button--home-hero.butt6 {
    margin-top: 111px;
  }

  .slider-5 {
    width: 100%;
  }

  .div-block-66 {
    height: auto;
    padding-top: 5px;
  }

  .mask-2 {
    width: 100%;
  }

  .image-52 {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    top: 16px;
  }

  .image-52.imgr {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-67 {
    padding-bottom: 40px;
  }

  .column-82, .column-83 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-24 {
    margin-top: -30px;
  }

  .column-84, .column-85, .column-86 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-27 {
    color: #0081a8;
    font-size: 18px;
    line-height: 22px;
  }

  .column-87 {
    text-align: left;
  }

  .div-block-71 {
    margin-top: -91px;
  }

  .div-block-76 {
    margin-top: 0;
    padding-bottom: 7px;
  }

  .columns-38._38_v2 {
    padding-right: 0%;
  }

  .paragraph-22 {
    width: 50%;
    margin-left: 256px;
    margin-right: auto;
  }

  .image-122 {
    margin-top: 12px;
  }

  .column-90, .column-91, .column-92, .column-93 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-9 {
    margin-top: 31px;
  }

  .image-47 {
    margin-top: -31px;
    margin-right: 0;
  }

  .image-126 {
    margin-top: 409px;
    display: none;
  }

  .link-block-20 {
    margin-top: 172px;
    display: none;
  }

  .slide-29, .slider-8 {
    background-color: #0000;
  }

  .slide-nav-8 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-icon {
    margin-top: -156px;
  }

  .nav-menu-container {
    width: 290px;
    padding-top: 19px;
  }

  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .nav-link.w--current {
    font-size: 12px;
  }

  .header {
    height: 280px;
  }

  .page-content {
    padding: 30px 0 0;
    display: block;
  }

  .page-content.tint {
    background-color: #fff;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-content.tint.tint-schedue {
    background-color: #fee231;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 46px;
  }

  .page-content.tint.oscardivblock {
    background-color: #fee231;
    height: 300px;
    margin-bottom: 76px;
  }

  .page-content.tint.poppie {
    background-color: #fee231;
    height: 295px;
    margin-top: -40px;
    margin-bottom: 82px;
  }

  .page-content.tint.page_sect_roopie {
    color: #fee231;
    background-color: #fee231;
    margin-top: -41px;
    margin-bottom: 78px;
  }

  .header-title {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .header-title._2 {
    font-size: 16px;
  }

  .cta-stripe {
    padding: 50px 30px;
  }

  .full-width-divider {
    margin-top: 43px;
  }

  .dropdown-icon {
    margin-right: 50px;
  }

  .close-menu {
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 21px;
  }

  .body {
    margin-bottom: 0;
  }

  .body.body2 {
    height: 420px;
  }

  .body.body2.body_volunteer {
    background-size: contain;
  }

  .paragraph {
    width: 500px;
    max-width: none;
    margin-top: -6px;
    padding-left: 28px;
    padding-right: 260px;
    font-size: 12px;
  }

  .paragraph.parahome {
    width: 360px;
    margin-top: -10px;
    margin-left: -57px;
    margin-right: 23px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 114px;
  }

  .heading-2.hdfoot {
    margin-bottom: 0;
    font-size: 19px;
  }

  .div-block {
    background-color: #fff;
    display: block;
  }

  .div-block.vv2 {
    margin-top: 80px;
    display: block;
  }

  .section {
    background-position: 50% 0;
    background-size: 90%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 47px;
    padding-bottom: 54px;
  }

  .columns-2 {
    width: 240px;
    margin-top: -16px;
  }

  .columns-2.cols_nav {
    margin-left: 13px;
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    background-color: red;
    padding-bottom: 2px;
  }

  .section-3 {
    height: 190px;
    margin-top: 0;
    padding-top: 39px;
  }

  .section-3.s2o {
    margin-top: 47px;
    margin-bottom: -26px;
  }

  .columns-5 {
    width: 90%;
    padding-top: 25px;
  }

  .link-block-5 {
    width: 80px;
  }

  .image-17 {
    width: 50%;
    padding-top: 0;
  }

  .link-block-6, .link-block-7 {
    width: 80px;
  }

  .section-7 {
    height: 360px;
  }

  .image-26 {
    width: 40px;
    margin-top: -18px;
    margin-right: -7px;
  }

  .div-block-17 {
    margin-bottom: -13px;
  }

  .image-27 {
    width: 300px;
    margin-top: -45px;
  }

  .image-27.rupee {
    margin-top: -70px;
  }

  .paragraph-10 {
    margin-top: 4px;
    padding-bottom: 43px;
    font-size: 14px;
    font-weight: 400;
  }

  .container-6 {
    padding-bottom: 36px;
  }

  .container-6.oscar_para {
    padding-top: 24px;
  }

  .image-30 {
    width: 110px;
    margin-top: -104px;
  }

  .section-9 {
    height: 410px;
  }

  .slider-2 {
    height: 400px;
  }

  .icon-3 {
    margin-left: 41px;
    padding-bottom: 0;
    font-size: 25px;
  }

  .icon-4 {
    margin-right: 43px;
    padding-bottom: 0;
    font-size: 28px;
  }

  .mask {
    height: 360px;
    padding-top: 65px;
  }

  .oscar1, .oscar2, .oscar3 {
    width: 280px;
    margin-top: -11px;
  }

  .slide-nav-2 {
    display: none;
  }

  .container-7 {
    text-align: center;
  }

  .section-16 {
    display: block;
  }

  .image-48 {
    display: none;
  }

  .text-block-6.otherstories {
    margin-top: 14px;
    margin-bottom: 66px;
    font-size: 18px;
    line-height: 18px;
  }

  .columns-30 {
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 44px;
  }

  .section-19 {
    padding-top: 89px;
  }

  .section-19._2ndlinnks {
    margin-top: -81px;
    padding-top: 0;
  }

  .html-embed-2 {
    margin-top: 22px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-89 {
    width: auto;
  }

  .link-block-26 {
    margin-top: 64px;
  }

  .image-91 {
    width: 180px;
  }

  .div-block-28 {
    background-position: 50% 47%;
    background-size: 220px;
    height: 260px;
    margin-top: -143px;
    margin-bottom: -24px;
  }

  .div-block-28.div_adopt {
    padding-bottom: 95px;
  }

  .div-block-28.div_adopt.div_adopt2 {
    background-position: -20px -80px;
    background-size: 600px;
    padding-bottom: 22px;
  }

  .div-block-28.div_adopt.div_schedule {
    margin-top: 62px;
  }

  .div-block-28.div_sponsor {
    margin-top: -6px;
    margin-bottom: 0;
  }

  .image-98 {
    width: 90px;
    margin-top: -12px;
    margin-left: 53px;
    top: 39px;
    left: -88px;
  }

  .image-99 {
    width: 170px;
    margin-top: -74px;
    top: 2%;
  }

  .image-100 {
    width: 400px;
    margin-top: -115px;
    margin-left: -107px;
  }

  .div-block-30 {
    text-align: center;
  }

  .image-102 {
    width: 140px;
    margin-top: -417px;
    margin-left: -15px;
    left: 39px;
  }

  .video-3 {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -21px;
  }

  .html-embed-3 {
    margin-top: -28px;
    display: inline-block;
  }

  .button-3 {
    width: 80px;
    height: 30px;
    padding-top: 5px;
    padding-left: 11px;
    font-size: 13px;
  }

  .button-3._4._5 {
    margin-top: 10px;
  }

  .button-3._4._5._6 {
    width: 85px;
  }

  .button-3._4._5._88 {
    width: 120px;
    height: 30px;
    font-size: 10px;
  }

  .button-3._4._5._88._99._131 {
    height: 25px;
    margin-top: 236px;
    padding-left: 18px;
    font-size: 11px;
  }

  .button-3._4._5._88._99._131.namde_adog {
    top: -8px;
  }

  .button-3.meet_oscar {
    margin-top: 9px;
    font-size: 12px;
  }

  .button-3.meet_oscar.w--current {
    padding-bottom: 0;
  }

  .button-3.meet_oscar.schedulebut {
    letter-spacing: 0;
    width: 95px;
    margin-top: -19px;
    margin-bottom: 86px;
    margin-right: 122px;
    font-size: 12px;
  }

  .div-block-32.divnew {
    z-index: 15;
    width: 100%;
    margin-top: 436px;
    margin-left: 9px;
    padding-top: 0;
    padding-bottom: 41px;
    padding-left: 0;
    position: absolute;
    left: 40px;
  }

  .image-103 {
    width: 70px;
    margin-top: 23px;
    margin-right: 40px;
  }

  .column-62 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-104 {
    width: 120px;
    margin-top: 18px;
    margin-left: 48px;
  }

  .heading-21 {
    margin-top: -2px;
    font-size: 44px;
  }

  .heading-21.head2 {
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-21.head2.head3.head4 {
    padding-top: 79px;
  }

  .heading-21.head2.adventureshead {
    font-size: 44px;
    line-height: 37px;
  }

  .heading-21.head2.adventureshead.home-them-all {
    margin-top: 2px;
    margin-right: 136px;
    padding-top: 77px;
    font-size: 22px;
    line-height: 20px;
  }

  .div-block-35.doc-contct {
    width: auto;
    height: 100px;
    margin-top: 188px;
  }

  .div-block-35.adoptgrid {
    width: 90%;
  }

  .html-embed-4 {
    margin-left: 18px;
  }

  .div_subnav.divsub2.div_adopt2.div_give {
    margin-top: -18px;
    padding-top: 0;
    padding-left: 30px;
  }

  .columns-33.col33 {
    margin-top: 17px;
  }

  .columns-33.collumns44 {
    width: 85%;
    margin-left: 55px;
    margin-right: auto;
    padding-bottom: 36px;
  }

  .div-block-36.divcont {
    height: auto;
    margin-left: 43px;
    padding-bottom: 27px;
  }

  .div-block-36.divcont.divcont_schedule {
    height: auto;
    padding-bottom: 31px;
  }

  .div-block-36.divcont.dic9999.rsdy_andy.contact_addy {
    width: 89%;
    margin-bottom: 63px;
    margin-left: 28px;
    padding-bottom: 35px;
  }

  .div-block-36.reddiv {
    height: 265px;
    padding-top: 8px;
  }

  .div-block-36.reddiv.red_ad_give {
    width: 100%;
    height: 300px;
  }

  .div-block-36.reddiv.red_ad_give.bulter_of_david.cntctblock_give {
    height: 265px;
    padding-top: 14px;
  }

  .div-block-36.reddiv.reddiv3 {
    height: auto;
    padding-bottom: 19px;
  }

  .div-block-37.dd {
    height: auto;
  }

  .text-block-8 {
    padding-left: 21px;
  }

  .column-63 {
    padding-right: 0;
  }

  .image-105 {
    width: 30px;
    padding-top: 15px;
  }

  .image-105.v2-2 {
    padding-top: 10px;
  }

  .image-105.adf {
    width: 40px;
  }

  .text-block-9 {
    margin-top: -5px;
    padding-top: 7px;
    font-size: 13px;
    line-height: 12px;
  }

  .text-block-9.text9.aiaia {
    margin-top: 17px;
    margin-bottom: 6px;
    margin-left: 42px;
  }

  .column-66 {
    padding-top: 13px;
  }

  .column-66.v2 {
    padding-top: 14px;
  }

  .div-block-38 {
    padding-left: 9px;
  }

  .image-106 {
    margin-top: 13px;
    padding-left: 18px;
    padding-right: 9px;
  }

  .paragraph-19 {
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph-19.time {
    padding-right: 29px;
    font-size: 12px;
  }

  .button-6 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 42px;
    padding: 4px 10px;
    font-size: 8px;
    line-height: 7px;
    display: flex;
  }

  .div-block-39 {
    height: 450px;
    margin-top: -29px;
  }

  .div-block-39.div_block_adopt {
    background-position: 51% 0;
    background-size: cover;
    width: 100%;
    height: 290px;
    margin-top: -125px;
  }

  .div-block-39.div_block_schedule_dog._703973 {
    background-size: 100%;
    height: 320px;
  }

  .div-block-39.sgsg {
    height: 300px;
  }

  .div-block-39.sgsg.paris_name {
    height: 350px;
    margin-top: 35px;
    padding-left: 7%;
  }

  .div-block-39.sgsg.love_me_tender {
    height: 380px;
    margin-top: -20px;
    padding-top: 22px;
    display: block;
  }

  .div-block-40 {
    height: 100px;
    margin-top: 0;
    margin-bottom: 108px;
    top: 24px;
    bottom: 0;
  }

  .div-block-40.div_oscarandfriends {
    margin-top: 86px;
    top: 236px;
  }

  .div-block-41 {
    text-align: center;
    width: 100%;
    margin-top: -235px;
    display: inline-block;
  }

  .div-block-41.div_volunteer {
    margin-top: -289px;
    padding-top: 12px;
  }

  .div-block-41.div_volunteer.div_give {
    margin-top: -273px;
  }

  .heading-23 {
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    font-size: 21px;
    line-height: 20px;
    display: inline-block;
  }

  .heading-23.other {
    margin-top: 51px;
    padding-top: 34px;
    padding-left: 8.7%;
  }

  .heading-23.other.other2 {
    padding-top: 37px;
    padding-left: 8%;
  }

  .div-block-42 {
    border-radius: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .div-block-43 {
    margin-top: 0;
    margin-bottom: -44px;
  }

  .image-107 {
    width: 120px;
  }

  .text-block-10 {
    margin-bottom: 24px;
    line-height: 14px;
  }

  .text-block-10.adf66 {
    margin-bottom: 25px;
    padding-bottom: 62px;
  }

  .image-108 {
    width: 160px;
    margin-top: -46px;
    inset: 0% 2% 0% auto;
  }

  .paragraph-20 {
    padding-top: 18px;
    font-size: 15px;
  }

  .div-block-45 {
    display: block;
  }

  .heading-24 {
    margin-top: 37px;
    margin-left: 19px;
    font-size: 38px;
  }

  .heading-24.contacthead {
    margin-top: 31px;
    font-size: 30px;
  }

  .heading-24.contacthead.givehead {
    margin-left: 0;
    font-size: 44px;
  }

  .div-block-47.div_schedule {
    height: auto;
  }

  .div-block-47.head_volunteer {
    height: 300px;
    margin-top: 84px;
  }

  .div-block-47.head_volunteer.head_give {
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 390px;
    margin-top: 88px;
  }

  .div-block-47.head_volunteer.head_oscar {
    height: 310px;
    margin-top: 94px;
  }

  .div-block-47.head_volunteer.head_oscar.head_rupee, .div-block-47.head_volunteer.head_oscar.head_pigcasso {
    margin-top: 96px;
  }

  .div-block-47.contact_masthead {
    height: 320px;
    margin-top: 94px;
  }

  .div-block-48.divblock3 {
    margin-top: -45px;
    padding-top: 0;
  }

  .div-block-48.divblock3.divblock4 {
    margin-top: -4px;
  }

  .div-block-48.divblock3.divblock4.divcolschedule {
    margin-bottom: 0;
  }

  .div-block-48.divcntct {
    width: 100%;
    padding-top: 0;
    padding-bottom: 69px;
  }

  .image-111 {
    width: 44px;
  }

  .image-111.asdasd.mailicon {
    margin-top: 17px;
    margin-left: 22px;
  }

  .columns-35.colsnew {
    height: 280px;
    margin-top: 0;
  }

  .columns-35.colsnew.oscar-subnav {
    height: 300px;
    margin-top: -21px;
    margin-left: -4px;
    padding-left: 0;
    padding-right: 42px;
  }

  .columns-35.colsnew.colsschedule {
    width: auto;
    height: auto;
    margin-bottom: -72px;
  }

  .div-block-50.cntcsfrm.subscribfrm.yty {
    width: 85%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-50.cntcsfrm.shceduleform {
    width: 90%;
    margin-top: -21px;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .div-block-51 {
    justify-content: flex-start;
    width: 85%;
    height: auto;
    margin-top: 96px;
  }

  .div-block-51.nameadog {
    width: 95%;
    margin-top: 48px;
    margin-left: 0%;
    margin-right: 0;
  }

  .div-block-51.div_elton {
    margin-top: 5px;
  }

  .text-block-11 {
    align-items: flex-start;
    margin-top: 13px;
    margin-left: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-11.text12 {
    margin-bottom: 53px;
    margin-left: -103px;
    top: 52px;
    bottom: -54px;
  }

  .text-block-11.text12.sds.fefwthh {
    margin-bottom: -1px;
    margin-left: -91px;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-11.headings2.dogname {
    margin-top: 237px;
    top: -49px;
  }

  .text-block-11.headings2.dogname.dad {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 151px;
    margin-left: 0;
    padding-left: 0;
    left: -68px;
  }

  .text-block-11.headings2.dogname.dognme2 {
    margin-top: 207px;
    margin-left: -94px;
  }

  .text-block-11.headings2.dogname.dognme2.clinteastwood {
    margin-top: 239px;
    margin-bottom: -14px;
    margin-right: -23px;
  }

  .text-block-11.txthead3 {
    margin-top: 27px;
  }

  .text-block-11.txthead3.dogname {
    margin-top: 48px;
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-11.txthead3.dogname.adopted_subtext {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-11.txthead3.nameadog {
    font-size: 33px;
    line-height: 27px;
  }

  .text-block-11.txtblock11_2.osdfhsdugfo {
    margin-top: -276px;
    padding-left: 32px;
    font-size: 24px;
    line-height: 22px;
  }

  .text-block-11.make-my-day.makemyday2.makemyday3 {
    margin-top: 12px;
    margin-left: -22px;
    font-size: 33px;
    line-height: 28px;
  }

  .link-block-31 {
    margin-top: 332px;
  }

  .link-block-31.link22 {
    margin-top: 183px;
  }

  .image-112 {
    width: 80px;
    margin-top: 57px;
    margin-bottom: -100px;
    margin-right: 0;
    padding-bottom: 25px;
    position: absolute;
  }

  .div-block-52 {
    margin-top: -70px;
  }

  .div-block-52._52_ {
    margin-top: 0;
  }

  .paragraph-21 {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-21.para-white {
    width: 190px;
    margin-top: 121px;
    font-size: 15px;
    line-height: 16px;
  }

  .paragraph-21.para2.para-dventure {
    width: 70%;
    margin-top: 22px;
  }

  .columns-36 {
    width: 90%;
  }

  .columns-36.cols26 {
    margin-bottom: 16px;
  }

  .button-style-1 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 2vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .div-block-53 {
    padding-top: 10px;
  }

  .image-113 {
    display: none;
  }

  .div-block-54 {
    margin-bottom: 66px;
    margin-left: 26px;
  }

  .slider-4 {
    height: 60px;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 15px;
  }

  .text-block-12.txt2 {
    display: none;
  }

  .text-block-13 {
    margin-top: -15px;
  }

  .image-114 {
    width: 39%;
    margin-left: 34px;
  }

  .image-114.ffgh {
    width: 50%;
    margin-left: 0;
  }

  .left-arrow-4 {
    width: 20%;
  }

  .column-70 {
    margin-top: -103px;
    padding-left: 0;
  }

  .div-block-56, .column-73 {
    height: 60px;
  }

  .columns-37 {
    height: 60px;
    margin-bottom: 77px;
  }

  .column-74 {
    padding-left: 0;
  }

  .column-76 {
    margin-top: 12px;
    padding-left: 0;
  }

  .column-78 {
    margin-top: 6px;
  }

  .div-block-58 {
    margin-top: -119px;
  }

  .button-7.button--home-hero {
    width: auto;
    display: block;
  }

  .button-7.button--home-hero.butt4 {
    width: auto;
    padding: 5px 15px;
    font-size: 13px;
    display: block;
  }

  .button-7.button--home-hero.butt4.butt5 {
    margin-top: 51px;
  }

  .button-7.button--home-hero.butt4.butt5.butt6 {
    margin-top: 104px;
  }

  .button-7.button--home-hero.butt4.butt7 {
    margin-top: 54px;
  }

  .button-7.button--home-hero.butt4.butt7.butt8 {
    margin-top: 110px;
  }

  .button-7.button--home-hero.butt4.butt_vol1.nameadogbutt {
    margin-top: 45px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons {
    text-align: left;
    width: auto;
    margin-top: -94px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
    display: block;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.homebutts2._1stbutton {
    justify-content: flex-start;
    margin-top: -145px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
    display: flex;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.view-all {
    margin-top: 14px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons._3rdbutt {
    width: auto;
    margin-top: -46px;
    padding-left: 7px;
  }

  .button-7.button--home-hero.butt5 {
    width: auto;
    margin-top: 49px;
    padding: 5px 15px;
    font-size: 13px;
    display: block;
  }

  .button-7.button--home-hero.butt6 {
    width: auto;
    margin-top: 99px;
    padding: 5px 15px;
    font-size: 13px;
    display: block;
  }

  .button__text {
    font-size: 13px;
  }

  .left-arrow-5.la {
    flex-direction: column;
  }

  .div-block-66 {
    padding: 20px;
  }

  .image-52 {
    object-fit: fill;
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
    top: 15px;
    right: 14px;
  }

  .image-52.imgr.ra {
    top: 15px;
  }

  .column-79 {
    padding-left: 0;
  }

  .column-80 {
    padding-left: 9px;
    padding-right: 0;
  }

  .div-block-68 {
    width: 220px;
    margin-top: 48px;
  }

  .div-block-68.div22 {
    width: 220px;
  }

  .column-81 {
    text-align: center;
  }

  .text-span-27 {
    line-height: 16px;
  }

  .column-87 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-70 {
    margin-top: 254px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .div-block-71 {
    width: 250px;
    height: 35px;
    margin-top: -113px;
  }

  .column-88 {
    display: block;
  }

  .column-89 {
    margin-top: -5px;
  }

  .div-block-74, .div-block-75 {
    height: auto;
  }

  .columns-38._38_v2 {
    margin-bottom: 21px;
  }

  .paragraph-22 {
    text-align: right;
    width: 70%;
    margin-left: 133px;
    padding-top: 23px;
    font-size: 14px;
  }

  .image-124 {
    display: none;
  }

  .link-block-37 {
    margin-top: 116px;
    margin-left: -101px;
  }

  .link-block-9 {
    margin-top: 0;
  }

  .link-block-9.w--current {
    margin-top: 0;
    padding-right: 9px;
  }

  .image-47 {
    width: 200px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 7px;
  }

  .image-126 {
    display: none;
  }

  .link-block-20._20_schedule {
    margin-top: 361px;
    display: inline-block;
  }

  .slider-8 {
    height: 300px;
  }

  .image-131 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    margin-bottom: -3px;
    margin-right: 0;
    font-family: Avenirltstd, sans-serif;
    font-size: 14px;
  }

  .button {
    margin-top: 6px;
  }

  .menu-button {
    background-color: #000;
    width: 50px;
    height: 45px;
    padding-top: 12px;
  }

  .menu-icon {
    width: auto;
    height: auto;
    margin-top: -65px;
    margin-left: -6px;
    display: block;
  }

  .nav-menu-container {
    width: 240px;
    padding-top: 0;
    display: block;
  }

  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .nav-link.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .nav-link.current {
    font-size: 21px;
  }

  .header {
    width: auto;
    height: 400px;
  }

  .page-content {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .page-content.tint {
    margin-top: -87px;
    display: block;
    overflow: hidden;
  }

  .page-content.tint.tint-schedue {
    height: auto;
    margin-top: 0;
  }

  .page-content.tint.oscardivblock {
    padding-left: 4px;
  }

  .page-content.tint.page_sect_roopie {
    height: auto;
    margin-top: -30px;
    margin-bottom: -2px;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .page-content.tint.adopt {
    margin-top: -22px;
  }

  .header-title {
    font-size: 16px;
    line-height: 17px;
  }

  .header-title._2 {
    font-size: 13px;
    line-height: 18px;
  }

  .cta-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-width-divider {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .fake-menu-bar {
    display: block;
  }

  .dropdown-icon {
    margin-right: 30px;
    font-size: 16px;
  }

  .close-menu {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 20px;
    font-size: 27px;
    top: 19px;
    left: 0;
    right: 30px;
  }

  .body {
    object-fit: scale-down;
    overflow: visible;
  }

  .body.body2.body_volunteer.body_give {
    background-image: url('../images/give_bg.jpg');
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
  }

  .body.body2.body_schedule {
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .body.body_oscar.body_pigcasso.body_rupee {
    background-position: 30%;
  }

  .paragraph {
    text-align: center;
    width: auto;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
    line-height: 17px;
  }

  .paragraph.parahome {
    text-align: center;
    width: 100%;
    margin: 21px auto 24px;
    padding-top: 21px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Avenirltstd roman, sans-serif;
    font-size: 15px;
    line-height: 17px;
    left: 0;
    right: 0;
  }

  .heading-2.hdfoot {
    font-size: 14px;
  }

  .div-block.vv2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 66px;
    padding-top: 27px;
    padding-bottom: 243px;
  }

  .columns-2 {
    width: 75%;
    height: auto;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2.cols_nav {
    width: 130px;
    margin-top: 25px;
    margin-bottom: 23px;
    margin-left: 20px;
    display: block;
  }

  .column-5 {
    display: block;
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    background-color: red;
  }

  .section-3 {
    height: 180px;
    margin-top: 0;
  }

  .section-3.s2o {
    height: 180px;
    margin-top: 0;
    padding-top: 32px;
  }

  .column-10 {
    text-align: left;
  }

  .column-12 {
    text-align: right;
  }

  .columns-5 {
    width: 100%;
  }

  .image-17 {
    width: 80%;
  }

  .section-7.rupeebg {
    background-position: 35% 100%;
  }

  .div-block-17 {
    margin-bottom: -48px;
    padding-top: 35px;
    padding-bottom: 28px;
    padding-right: 34px;
  }

  .image-27 {
    width: 90%;
    margin-top: -23px;
  }

  .image-27.rupee {
    width: 80%;
    margin-top: -29px;
  }

  .paragraph-10 {
    margin-top: 2px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-6.oscar_para {
    padding-bottom: 70px;
  }

  .section-9 {
    height: auto;
    margin-top: 9px;
  }

  .slider-2 {
    z-index: 2;
    width: 100%;
    height: auto;
  }

  .mask {
    height: auto;
    padding-top: 58px;
  }

  .oscar1, .oscar2, .oscar3 {
    width: 90%;
  }

  .container-7 {
    text-align: center;
  }

  .html-embed {
    margin-top: -21px;
    margin-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .section-16 {
    text-align: center;
    background-color: #fff;
    height: 100px;
    margin-top: 0;
    padding-top: 32px;
    display: none;
  }

  .section-16.slidehand {
    margin-top: 0;
    display: none;
  }

  .image-48 {
    z-index: 1;
    width: 80px;
    display: none;
    position: relative;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .text-block-6.otherstories {
    text-align: center;
    margin-bottom: 37px;
  }

  .columns-30 {
    text-align: center;
    padding-left: 39px;
  }

  .section-19 {
    padding-top: 0;
  }

  .section-19._2ndlinnks {
    margin-top: -53px;
  }

  .html-embed-2 {
    width: 85%;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 23px;
  }

  .html-embed-2.html_embed3 {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 18px;
  }

  .html-embed-2.vidembed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-89 {
    width: auto;
    height: 60px;
  }

  .div-block-28 {
    background-size: 250px;
    margin-top: -87px;
    margin-bottom: -44px;
  }

  .div-block-28.div_adopt {
    background-image: none;
    margin-top: -115px;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .div-block-28.div_adopt.div_adopt2.div_adopt3 {
    background-position: -60px -80px;
    background-size: 1440px;
    margin-top: -29px;
  }

  .div-block-28.div_sponsor {
    width: 100%;
    margin-top: -27px;
    padding-bottom: 6px;
    overflow: visible;
  }

  .image-98 {
    width: 100px;
    margin-top: 0;
    margin-left: 32px;
    left: -18px;
  }

  .image-99 {
    width: 50%;
    margin-top: 9px;
  }

  .image-100 {
    text-align: center;
    width: 98%;
    margin-top: -85px;
    margin-left: 3px;
    margin-right: auto;
    padding-top: 3px;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-30 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .image-102 {
    z-index: 22;
    width: 140px;
    margin-top: -582px;
    margin-left: -23px;
  }

  .video-3 {
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed-3 {
    height: 500px;
    margin-top: 310px;
    display: none;
  }

  .button-3 {
    width: 68px;
    height: 20px;
    padding-top: 1px;
    font-size: 11px;
  }

  .button-3._4._5 {
    width: 100px;
  }

  .button-3._4._5._6 {
    width: 55px;
  }

  .button-3._4._5._88._99._131 {
    width: 100px;
    height: 20px;
    margin-top: 241px;
    margin-left: 20px;
    padding-left: 11px;
    font-size: 10px;
  }

  .button-3._4._5._88._99._131.namde_adog {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 24px;
    display: block;
    top: -4px;
  }

  .button-3.meet_oscar {
    width: 120px;
    margin-right: 141px;
  }

  .button-3.meet_oscar.schedulebut {
    margin-top: -48px;
    margin-bottom: 130px;
    margin-left: 122px;
    padding-top: 11px;
    padding-bottom: 7px;
    padding-right: 18px;
    font-size: 10px;
    bottom: -210px;
  }

  .div-block-32.divnew {
    width: 50%;
    margin-top: 771px;
    margin-bottom: 147px;
    margin-left: -22px;
  }

  .image-103 {
    z-index: 9999;
    width: 80px;
    margin-top: 9px;
    margin-right: 16px;
    position: fixed;
  }

  .div-block-34 {
    text-align: center;
    width: 100%;
    margin-top: -5px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .column-62 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-104 {
    z-index: 999;
    width: 95px;
    margin-top: 3px;
    margin-left: 30px;
    display: block;
  }

  .heading-21 {
    margin-top: 29px;
    margin-left: 34px;
    font-size: 33px;
  }

  .heading-21.head2 {
    text-shadow: none;
    width: 100%;
    margin: -7px 0 17px;
    padding-top: 26px;
    padding-bottom: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .heading-21.head2.head3.head4 {
    margin-top: 0;
    padding-top: 20px;
    display: none;
  }

  .heading-21.head2.head3.head4.head55 {
    color: #5c5b51;
    text-shadow: none;
    margin-bottom: 0;
    padding-top: 27px;
    font-size: 30px;
    display: block;
  }

  .heading-21.head2.head4 {
    width: auto;
    margin-top: -16px;
    margin-bottom: 22px;
    font-size: 33px;
    line-height: 28px;
  }

  .heading-21.head2.adventureshead {
    font-size: 30px;
    line-height: 21px;
    display: inline;
  }

  .heading-21.head2.adventureshead.adv_head_sub {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 19px;
    display: inline;
  }

  .heading-21.head2.adventureshead.home-them-all {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
    line-height: 19px;
    display: flex;
  }

  .heading-21.head2.head-contct.head-cntct2.cntct-right {
    text-align: center;
    text-shadow: none;
    width: auto;
    margin-top: 44px;
    margin-bottom: 41px;
    margin-left: 0;
    font-size: 30px;
  }

  .heading-21.head2.head-contct.leftside.cntct-left {
    text-align: center;
    text-shadow: none;
    width: auto;
    margin-top: -15px;
    margin-bottom: 21px;
    margin-left: 0;
    padding-top: 0;
    font-size: 27px;
  }

  .heading-21.head2.givehead2 {
    width: 100%;
    font-size: 33px;
    line-height: 28px;
  }

  .heading-21.head2.seniorssubhead {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-21.head2.head5 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-21.headschedule {
    width: auto;
    margin-top: 9px;
    margin-left: 44px;
    font-size: 25px;
  }

  .heading-21.adopthead {
    letter-spacing: -.5px;
    margin-top: 44px;
    margin-left: 46px;
    font-size: 21px;
  }

  .div-block-35.doc-contct {
    margin-top: -88px;
  }

  .div-block-35.adoptgrid.video {
    width: 100%;
  }

  .html-embed-4 {
    margin-top: 110px;
    margin-left: 11px;
  }

  .div_subnav.subnav_contact {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div_subnav.divsub2 {
    width: auto;
    height: auto;
    margin-top: -18px;
    margin-bottom: -27px;
    margin-left: -7px;
    padding-left: 0;
  }

  .div_subnav.divsub2.div_adopt2 {
    margin-top: 21px;
    margin-bottom: 0;
    margin-left: 13px;
  }

  .div_subnav.divsub2.div_adopt2.div_volunteer {
    margin-top: -12px;
    margin-left: -2px;
  }

  .div_subnav.divsub2.div_adopt2.div_give {
    margin-top: 1px;
    margin-left: 12px;
    padding-left: 4px;
  }

  .div_subnav.divsub2.divsubnavschedule {
    margin-left: 18px;
  }

  .columns-33 {
    display: block;
  }

  .columns-33.collumns44 {
    width: 90%;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 43px;
  }

  .div-block-36.divcont {
    background-image: url('../images/redfade3.jpg');
    width: 100%;
    height: 270px;
    margin-top: -69px;
    margin-bottom: 14px;
    margin-left: 0;
    padding-top: 13px;
  }

  .div-block-36.divcont.divcont_schedule {
    width: 90%;
    margin-top: -59px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
  }

  .div-block-36.reddiv {
    height: auto;
    margin-top: -55px;
    margin-bottom: -50px;
    padding-top: 20px;
    padding-bottom: 38px;
  }

  .div-block-36.reddiv.red_ad_give {
    margin-top: -47px;
  }

  .div-block-36.reddiv.red_ad_give.bulter_of_david.cntctblock_give {
    align-items: center;
    width: 100%;
    height: auto;
    margin: 116px 0 0;
    padding-top: 13px;
    padding-right: 0;
    display: block;
  }

  .div-block-36.reddiv.reddiv2 {
    background-image: url('../images/redfade3.jpg');
    margin-top: 113px;
  }

  .div-block-36.reddiv.reddiv3 {
    margin-top: 79px;
    margin-bottom: 0;
    padding-bottom: 39px;
  }

  .div-block-37.dd {
    padding-top: 23px;
    padding-bottom: 29px;
  }

  .text-block-8 {
    padding-left: 12px;
    font-family: "Avenirnext 09", sans-serif;
    line-height: 19px;
  }

  .column-63 {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .image-105 {
    padding-top: 11px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 13px;
  }

  .text-block-9.text9 {
    margin-top: -8px;
    margin-left: 17px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-38 {
    width: 90%;
  }

  .image-106 {
    max-width: none;
    margin-top: 22px;
  }

  .paragraph-19 {
    margin-top: 1px;
    padding-right: 4px;
    line-height: 14px;
  }

  .button-6 {
    letter-spacing: -.5px;
    padding-top: 12px;
    padding-bottom: 8px;
    font-family: Avenirltstd, sans-serif;
    font-size: 13px;
    font-weight: 900;
  }

  .button-6.butt6_2 {
    background-color: var(--red);
    color: #fff;
    text-align: left;
    width: auto;
    margin-top: 5px;
    margin-left: 36px;
    padding-top: 10px;
    padding-bottom: 7px;
    font-family: Avenirltstd, sans-serif;
    font-size: 13px;
    display: inline-block;
  }

  .button-6.butt6_2.butt6_3 {
    width: auto;
    font-size: 13px;
  }

  .div-block-39.div_block_adopt {
    background-position: 35% 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: 120vw;
    margin-top: -47px;
    margin-bottom: 83px;
  }

  .div-block-39.div_block_schedule_dog._703973 {
    background-position: 50% 100%;
    background-size: 150%;
    height: 510px;
  }

  .div-block-39.sgsg {
    background-position: 0%;
    background-size: cover;
    height: 300px;
    margin-top: 128px;
    margin-bottom: 9px;
  }

  .div-block-39.sgsg.paris_name {
    color: #dca2ca;
    background-color: #daa0c6;
    background-position: 70% 100%;
    background-size: 220%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 0;
    position: relative;
  }

  .div-block-39.sgsg.love_me_tender {
    background-size: cover;
    height: 450px;
    margin-bottom: -74px;
  }

  .div-block-39.sgsg.love_me_tender.toofee {
    background-image: url('../images/toofie4.jpg'), linear-gradient(#4b5a83, #5a6e97);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 120%, auto;
    padding-top: 14px;
  }

  .div-block-40 {
    margin-bottom: 24px;
  }

  .div-block-41.div_volunteer {
    margin-top: -13px;
    padding-top: 12px;
  }

  .div-block-41.div_volunteer.div_give {
    width: 100%;
    margin-top: -88px;
  }

  .div-block-41.div_volunteer.divvol2 {
    margin-top: -85px;
    margin-bottom: -9px;
  }

  .div-block-41.div41_2 {
    margin-top: 0;
  }

  .heading-23 {
    z-index: 900;
    margin-top: 40px;
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 19px;
    position: relative;
  }

  .heading-23.other {
    text-align: center;
    margin-bottom: 29px;
    padding-top: 25px;
    padding-left: 0%;
    line-height: 19px;
  }

  .heading-23.other.other2 {
    text-align: center;
    margin-bottom: 31px;
    padding-left: 0%;
  }

  .heading-23.head2-adopt {
    letter-spacing: -.5px;
    text-shadow: 1px 1px 6px #0000000f;
    margin-top: 59px;
    font-size: 24px;
    line-height: 20px;
  }

  .div-block-42 {
    border-radius: 18px;
    width: 90%;
    margin-bottom: 33px;
    padding-top: 42px;
    padding-bottom: 43px;
  }

  .div-block-43 {
    background-color: #fee330;
    margin-top: -117px;
    margin-bottom: -44px;
    padding-top: 0;
  }

  .div-block-43._43_2 {
    margin-bottom: -19px;
  }

  .image-107 {
    margin-top: 108px;
  }

  .text-block-10 {
    color: #947602;
    margin-bottom: 16px;
  }

  .image-108 {
    width: 130px;
    margin-top: -17px;
    margin-right: 15px;
  }

  .image-108.oscar_home {
    margin-top: 706px;
    margin-right: 167px;
    right: -58%;
  }

  .paragraph-20 {
    margin-right: 123px;
    line-height: 15px;
  }

  .div-block-45 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .heading-24 {
    margin-top: 34px;
    margin-left: 0;
    font-size: 27px;
  }

  .heading-24.contacthead {
    color: #fff;
    text-shadow: -1px 1px 6px #00000047;
    margin-top: 27px;
    margin-left: 49px;
    font-size: 27px;
  }

  .heading-24.contacthead.givehead {
    margin-top: 32px;
    font-size: 33px;
  }

  .heading-24.givehead {
    text-shadow: -1px 1px 6px #0000004f;
    width: 80%;
    margin-top: 30px;
    margin-left: 35px;
    font-size: 44px;
  }

  .div-block-47 {
    height: 330px;
    margin-top: 104px;
  }

  .div-block-47.div_schedule {
    height: auto;
  }

  .div-block-47.head_volunteer {
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    margin-top: 69px;
    margin-bottom: -11px;
  }

  .div-block-47.head_volunteer.head_give {
    background-position: 34% 20%;
    background-size: 200%;
    height: 395px;
    margin-top: 86px;
    display: block;
  }

  .div-block-47.head_volunteer.head_oscar {
    background-position: 50% 0;
    height: 400px;
    margin-top: 80px;
  }

  .div-block-47.head_volunteer.head_oscar.head_rupee {
    margin-top: 79px;
  }

  .div-block-47.head_volunteer.head_oscar.head_pigcasso {
    background-position: 0%;
    margin-top: 80px;
  }

  .div-block-47.contact_masthead {
    background-position: 65% 0;
    height: 420px;
    margin-top: 70px;
  }

  .div-block-48.divblock3 {
    margin-top: 0;
  }

  .div-block-48.divblock3.divblock4 {
    width: auto;
    margin: 46px 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-48.divcntct {
    height: auto;
    padding-bottom: 37px;
  }

  .div-block-48.divcntct.div_new {
    height: 950px;
    margin-top: -23px;
    padding-top: 21px;
    display: block;
  }

  .div-block-48.divcntct.div_new.div_give {
    height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-48.divcntct.senior {
    padding-bottom: 78px;
  }

  .image-111 {
    width: 44px;
    margin-bottom: 11px;
  }

  .columns-35.colsnew.oscar-subnav {
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .columns-35.colsnew.colsschedule {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-49.div49_2 {
    background-color: #eff2f7;
    margin-bottom: -85px;
  }

  .html-embed-5 {
    width: 80%;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-50.cntcsfrm {
    opacity: 1;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 58px;
  }

  .div-block-50.cntcsfrm.subscribfrm.yty {
    width: 90%;
  }

  .div-block-50.cntcsfrm.shceduleform {
    margin-top: 0;
    padding-top: 7px;
  }

  .div-block-51 {
    width: 78%;
    margin-top: 0;
    margin-left: 9px;
    margin-right: 0;
    padding-bottom: 13px;
  }

  .div-block-51.nameadog {
    color: #dba3ca;
    width: 90%;
    height: auto;
    margin-left: 5px;
    margin-right: 0;
    padding-bottom: 324px;
  }

  .text-block-11 {
    line-height: 20px;
    position: absolute;
  }

  .text-block-11.headings2.dogname.dognme2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 275px;
    margin-left: 0;
    margin-right: 11px;
    display: flex;
    position: static;
  }

  .text-block-11.headings2.dogname.dognme2.clinteastwood {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 305px;
    margin-left: 7px;
    margin-right: 0;
    display: block;
  }

  .text-block-11.headings2.dogname.dognme2.elvispresley {
    text-align: right;
    margin-top: 414px;
    margin-right: -29px;
    display: block;
  }

  .text-block-11.txthead3 {
    margin-top: 35px;
    margin-left: 0;
    padding-left: 0;
    font-size: 27px;
    line-height: 25px;
  }

  .text-block-11.txthead3.dogname {
    margin-top: 203px;
    margin-left: 0;
    padding-left: 22px;
  }

  .text-block-11.txthead3.dogname.adopted_subtext {
    margin-top: -2px;
  }

  .text-block-11.txthead3.dogname.dogname2 {
    width: 82%;
    margin-top: -112px;
    padding-right: 0%;
  }

  .text-block-11.txthead3.nameadog {
    width: auto;
    margin-top: -30px;
    margin-left: 0;
    font-size: 33px;
    line-height: 28px;
  }

  .text-block-11.txtblock11_2.osdfhsdugfo {
    margin-top: -193px;
    padding-left: 14px;
    font-size: 20px;
    line-height: 18px;
  }

  .text-block-11.love-me {
    margin-top: -95px;
    margin-left: -41px;
    font-size: 38px;
    line-height: 30px;
  }

  .text-block-11.love-me.tender {
    margin-left: 2px;
  }

  .text-block-11.love-me.tender.yititi {
    margin-top: 1px;
  }

  .text-block-11.love-me.tender.yititi.lmt_2 {
    margin-top: 228px;
  }

  .text-block-11.make-my-day {
    text-align: left;
    margin-top: -80px;
    margin-left: -40px;
    font-size: 44px;
    line-height: 33px;
  }

  .text-block-11.make-my-day.makemyday2 {
    margin-top: -75px;
  }

  .text-block-11.make-my-day.makemyday2.makemyday3 {
    margin-top: 29px;
    margin-left: 0;
  }

  .image-112 {
    margin-top: -148px;
  }

  .image-112.adopt_today_img2 {
    margin-top: -128px;
  }

  .div-block-52._52_ {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-21 {
    margin-bottom: 19px;
  }

  .paragraph-21.para-white {
    width: 85%;
    margin-top: 39px;
    margin-left: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-21.para2 {
    width: 85%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .paragraph-21.para2.para2_narrower.note {
    width: 80%;
  }

  .paragraph-21.para2.para-dventure {
    white-space: normal;
    object-fit: fill;
    width: 85%;
    line-height: 19px;
  }

  .paragraph-21.para2.para3 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .paragraph-21.para21 {
    width: 85%;
    margin-bottom: 30px;
  }

  .paragraph-21.para21.para55.para77 {
    margin-bottom: 65px;
    padding-right: 33px;
  }

  .button-style-1 {
    letter-spacing: .75vw;
    width: 160px;
    padding: 6vw 2vw 5vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .div-block-53 {
    width: 100%;
    margin: -45px auto -23px;
    padding-top: 2px;
  }

  .column-68 {
    padding-right: 0;
  }

  .div-block-54 {
    width: 90%;
    margin-bottom: -15px;
  }

  .text-block-12 {
    width: 100%;
    font-family: "Avenirnext 10", sans-serif;
  }

  .text-block-12.txt1 {
    display: none;
  }

  .text-block-12.txt2 {
    display: block;
  }

  .image-114 {
    margin-left: 28px;
  }

  .column-72 {
    margin-top: 177px;
    margin-bottom: 16px;
    display: block;
    position: static;
  }

  .column-72.colfamily {
    padding-right: 0;
  }

  .div-block-56 {
    width: 100%;
  }

  .link-block-32 {
    margin-top: 0;
    margin-left: -188px;
  }

  .column-73 {
    padding-left: 0;
  }

  .columns-37 {
    width: auto;
    height: auto;
    margin-bottom: 131px;
  }

  .column-75, .column-76 {
    padding-left: 0;
  }

  .column-77 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-78 {
    margin-bottom: 380px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-58._58_2 {
    margin-top: -168px;
  }

  .div-block-58._58_2._00000 {
    margin-top: -112px;
    margin-bottom: 0;
  }

  .button-7.button--home-hero.butt4 {
    margin-top: -8px;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .button-7.button--home-hero.butt4.butt5 {
    margin-top: 37px;
  }

  .button-7.button--home-hero.butt4.butt5.butt6 {
    margin-top: 74px;
  }

  .button-7.button--home-hero.butt4.butt7 {
    margin-top: 38px;
  }

  .button-7.button--home-hero.butt4.butt7.butt8 {
    margin-top: 78px;
  }

  .button-7.button--home-hero.butt4.butt8 {
    margin-left: 69px;
  }

  .button-7.button--home-hero.butt4.butt8.rupeepbutt {
    margin-left: 82px;
  }

  .button-7.button--home-hero.butt4.butt_vol1 {
    clear: both;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: -4px;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 12px 6px;
    display: flex;
    position: relative;
  }

  .button-7.button--home-hero.butt4.butt_vol1.nameadogbutt {
    margin-top: -40px;
    margin-bottom: 34px;
    margin-left: 15px;
    padding-left: 11px;
    padding-right: 11px;
    display: inline-block;
  }

  .button-7.button--home-hero.butt4.butt_vol1.butt77 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons {
    margin-top: 22px;
    margin-left: 6px;
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.homebutts2._1stbutton {
    margin-top: -60px;
    margin-bottom: 1px;
    margin-left: 6px;
    padding-top: 9px;
    padding-bottom: 6px;
    display: block;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.view-all {
    margin-top: 27px;
    padding-top: 10px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons.view-all.adventures {
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .button-7.button--home-hero.butt4.homepage_buttons._3rdbutt {
    margin-top: -20px;
    padding-left: 12px;
  }

  .button-7.button--home-hero.butt5 {
    margin-top: 33px;
    padding-top: 8px;
  }

  .button-7.button--home-hero.butt5.w--current {
    margin-top: 32px;
    padding-top: 9px;
  }

  .button-7.button--home-hero.butt6 {
    margin-top: 70px;
    padding-top: 9px;
  }

  .button__text {
    font-size: 14px;
    line-height: 11px;
  }

  .button__fill-left {
    width: auto;
  }

  .slider-5 {
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

  .left-arrow-5, .left-arrow-5.la, .right-arrow-5 {
    display: none;
  }

  .image-58 {
    height: 240px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-66 {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    margin-bottom: -31px;
    padding: 0;
  }

  .mask-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .image-52 {
    margin-top: 120px;
    margin-left: 1px;
  }

  .image-52.imgr {
    margin-top: 120px;
  }

  .div-block-67 {
    margin-bottom: -22px;
  }

  .column-80 {
    margin-bottom: 19px;
    padding-left: 1px;
  }

  .div-block-68.div22.divpiuuso1, .div-block-68.div-oscar-on_pigcasso {
    width: 220px;
    height: 180px;
  }

  .column-84, .column-85, .column-86 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-115 {
    width: 90%;
  }

  .link-block-33 {
    margin-right: 0;
  }

  .link-block-34 {
    margin-top: 153px;
    margin-right: -172px;
  }

  .link-block-34.linkschedule {
    margin-top: -9px;
  }

  .link-block-35 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-36 {
    margin-right: 0;
  }

  .div-block-73 {
    display: none;
  }

  .div-block-76._76_v2 {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 1px;
  }

  .div-block-77 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-38 {
    margin-top: 36px;
    margin-bottom: 48px;
    display: none;
  }

  .paragraph-22 {
    text-align: right;
    width: 60%;
    margin: -40px 17px 7px auto;
    padding-top: 25px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 13px;
  }

  .image-116 {
    margin-top: -1px;
    margin-bottom: -14px;
    margin-left: -7px;
    padding-bottom: 3px;
  }

  .image-117 {
    margin-top: 28px;
    margin-left: -8px;
  }

  .image-118 {
    margin-top: 24px;
    margin-bottom: 4px;
    margin-left: -22px;
  }

  .image-119 {
    margin-bottom: -9px;
    padding-left: 5px;
  }

  .div-block-78 {
    margin-top: 18px;
  }

  .div-block-78.divgive {
    width: 100%;
    margin-top: 6px;
  }

  .image-121 {
    width: 100px;
    height: 100px;
    display: block;
  }

  .div-block-79 {
    width: 100%;
  }

  .image-122 {
    height: auto;
    display: none;
  }

  .image-124 {
    width: 100px;
    margin-top: 238px;
    margin-left: 4px;
    display: block;
  }

  .paragraph-23 {
    margin-top: -5px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 17px;
  }

  .text-span-42, .link-13 {
    font-size: 16px;
  }

  .column-94 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-6 {
    width: auto;
    margin-top: 47px;
    display: block;
  }

  .link-block-38, .link-block-39, .link-block-40, .link-block-41 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-48 {
    font-family: Avenirltstd, sans-serif;
  }

  .link-block-42 {
    margin-right: 0;
  }

  .text-span-49 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .background-video {
    width: 100%;
  }

  .image-125 {
    display: inline-block;
  }

  .div-block-80 {
    background-color: #fff;
    margin-top: -12px;
    padding-top: 0;
  }

  .column-95 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: inline;
  }

  .text-span-50 {
    margin-top: 41px;
    margin-left: 14px;
    font-size: 22px;
    line-height: 18px;
    display: block;
  }

  .html-embed-7 {
    width: 100%;
  }

  .icon-7, .icon-8 {
    color: #5c5b51;
    font-size: 27px;
  }

  .slider-7 {
    background-color: #fff;
    margin-top: 17px;
    margin-bottom: 24px;
    display: block;
  }

  .slide-27 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .slide-28 {
    width: 100%;
    margin-left: 0;
  }

  .slide-nav-7 {
    color: #a0a0a0;
    display: none;
  }

  .link-block-9 {
    margin-top: 1px;
    margin-right: -11px;
  }

  .link-block-9.w--current {
    margin-right: 0;
    padding-right: 0;
  }

  .image-47 {
    width: 140px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .link-block-20 {
    text-align: center;
    margin-top: 334px;
    display: block;
  }

  .link-block-20._20_schedule {
    margin-top: 451px;
    display: none;
  }

  .image-127 {
    width: 40px;
  }

  .div-block-81 {
    display: none;
  }

  .link-block-43 {
    width: 100%;
  }

  .div-block-82 {
    background-image: url('../images/schedule_mobile.jpg');
    background-position: 0 -50px;
    background-size: cover;
    height: 360px;
    display: block;
  }

  .div-block-83._83_v2 {
    background-position: 0 0;
    background-size: 98% 100%;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 6px;
  }

  .div-block-83._83_v2.tyt {
    background-image: url('../images/tabs2-flipped.png');
  }

  .div-block-83._83_v2.videovs2 {
    background-position: 0 -8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-83.div83_v2 {
    background-position: 50% 0;
    background-size: 100% 100%;
    margin-left: -11px;
    margin-right: -4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-83.div83_v2.tyu {
    background-image: url('../images/tabs2.png');
    margin-left: 4px;
    margin-right: 2px;
  }

  .columns-40 {
    width: 100%;
  }

  .button-8 {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .button-8._8v2 {
    margin-right: 0;
  }

  .button-8._8v2._8--3 {
    margin-bottom: 9px;
    margin-right: 19px;
  }

  .button-8._8--2 {
    margin-top: 2px;
    margin-bottom: 12px;
  }

  .text-block-16._1st_adopt {
    justify-content: flex-end;
    margin-bottom: 3px;
    margin-left: 12px;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-right: 7px;
    font-size: 14px;
    display: flex;
  }

  .column-102 {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-103 {
    padding-right: 0;
  }

  .column-104 {
    display: flex;
  }

  .column-106 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-129._129b {
    width: 100%;
  }

  .slide-29._29b {
    background-position: 50%;
    background-size: auto 100%;
  }

  .slide-29._29c {
    background-position: 50%;
    background-size: cover;
  }

  .slide-29._29d {
    background-size: cover;
  }

  .slide-29._29e, .slide-29._29g, .slide-29._29h, .slide-29._29i, .slide-29._29j, .slide-29._29k, .slide-29._29l, .slide-29._29m, .slide-29._29n, .slide-29._29o {
    background-position: 50%;
    background-size: cover;
  }

  .slide-29._29p {
    background-position: 50%;
    background-size: auto 100%;
  }

  .slide-29._29s {
    background-position: 50%;
    background-size: cover;
  }

  .slider-8 {
    height: 400px;
    margin-top: 13px;
  }

  .div00 {
    margin-top: -14px;
  }

  .left-arrow-6 {
    font-size: 27px;
  }

  .icon-9 {
    margin-top: 91.5px;
    margin-right: 11.5px;
    font-size: 17px;
  }

  .icon-10 {
    margin-top: 83.5px;
    margin-left: 15.5px;
    padding-left: 0;
    font-size: 17px;
  }

  .image-130 {
    mix-blend-mode: normal;
  }

  .image-131 {
    margin-top: 15px;
    margin-bottom: -8px;
    display: inline-block;
  }

  .columns-41 {
    width: 100%;
  }

  .div-block-84 {
    width: 100%;
    display: none;
  }

  .div-block-84._84mob {
    display: block;
  }

  .column-112 {
    padding-top: 1px;
  }

  .column-113, .column-114, .column-115 {
    margin-top: 24px;
  }

  .text-span-51 {
    font-size: 20px;
  }

  .list-item {
    line-height: 18px;
  }

  .div-block-86 {
    width: 90%;
  }

  .aaaaaaaa {
    margin-top: 13px;
    margin-left: 23px;
    font-size: 22px;
    line-height: 24px;
  }
}


@font-face {
  font-family: 'Avenirnext 09';
  src: url('../fonts/AvenirNext-Heavy-09.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 10';
  src: url('../fonts/AvenirNext-HeavyItalic-10.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}