
@import url("https://fonts.cdnfonts.com/css/work-sans");


@font-face {
  font-family: Fido;
  src: url("Fonts/Fido-Bold.eot") format("opentype");
  src: url("webfont.eot?#iefix") format("embedded-opentype"),
    url("Fonts/Fido-Bold.woff2") format("woff2"),
    url("Fonts/Fido-Bold.woff") format("woff"),
    url("Fonts/Fido-Bold.ttf") format("truetype"),
    url("webfont.svg#svgFontName") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  font-family: "Work Sans", sans-serif;
}
div.waves{
  width: 100%;
  bottom: 0;
  /*height: 100%;*/
  position: absolute;
  z-index: 99;
}
.waves svg{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  animation-name: move-left;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.spacer{
  height: 100px;
  width: 100%;
}

@keyframes example {
  0%   {
    left:0px;
    top:0px;}
  
  50%  {
    left:-2000px;
    top:200px;}
  
  100% {
    left:0px; 
    top:0px;}
}


.eduaction__playlist {
  width: 100%;
}
.eduaction__playlist .item__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}
.eduaction__playlist .item__list .item {
  width: 240px;
  margin: 10px;
  height: 320px;
  background-color: black;
   border: 5px solid white;
  box-sizing: border-box;
  text-decoration: none;
  background-color: black;
  background-size: cover;

  background-position: center;

-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
display: flex;
align-items: center;
justify-content: center;
}
.eduaction__playlist .item__list .item  h4 {
  font-size: 24px;
  text-decoration: none;
  color: white;
  margin-top: 40px;
  text-align: center;
}
.cookie {
  height: 80px;
  width: 100%;
  background-color: #2d2d2d;
  position: absolute;
  bottom: 0;
  padding: 0 100px;
  box-sizing: border-box;
  z-index: 99999999999999999999999999 !important;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 730px) {
  .cookie {
    padding: 15px;
  }
}
@media only screen and (max-width: 1160px) {
  .cookie {
    padding: 15px;
    height: fit-content;
  }
}
.cookie button {
  background-color: #ffc800;
  padding: 8px 25px;
  font-size: 18px;

  border: 0;
  border-radius: 3px;
  color: #2d2d2d;
}
.cookie span {
  color: #fff;
  font-size: 12px;
    font-family: "Work Sans", sans-serif;
  margin-left: 10px;
}

.page__container .our__team {
  display: flex;
  width: 100%;
  margin: 50px 0;
  flex-direction: column;
}
.page__container .our__team .item {
  margin: 10px 0;
}
.page__container .our__team .item h3 {
  font-size: 20px;
  font-family: "Fido", sans-serif;
  color: #ffc800;
}
.page__container .our__team .item .team__list {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  flex-wrap: wrap;
  align-items: center;
}
.page__container .our__team .item .team__list .team__item {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  min-width: 380px;
  margin: 5px;
  align-items: center;
}
.page__container .our__team .item .team__list .team__item .item__info {
  margin-top: 10px;
  
}
.page__container .our__team .item .team__list .team__item .item__info h3 {
  font-family: "Fido", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #575757;
}
.page__container .our__team .item .team__list .team__item .item__info h5 {
  font-family: "Fido", sans-serif;
  font-size: 24px;
  color: #ffc800;
  min-height: 60px;
  text-align: center;
}
.page__container .our__team .item .team__list .team__item .image {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  
  border: 5px solid white;
  box-sizing: border-box;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-image: url('https://dogstrust.sysba.dev/img/Dog1.png');
-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}
@media only screen and (max-width: 620px) {
  .page__container .our__team .item .team__list {
    justify-content: center;
  }
}
.page__container .our__team .title {
  font-size: 32px;
  font-family: "Fido", sans-serif;
}
html {
  font-size: 16px;
}
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #2d2d2d;
  color: #fff;
}
.page__container .pagination {
  padding: 30px 0;
  box-sizing: border-box;
}
.page__container .pagination a.active {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
.page__container .pagination a {
  text-decoration: none;
  margin: 0 5px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
  border: 1px solid #2d2d2d;
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-size: 16px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 5px 10px;
}
.page__container .pagination a:hover {
  background-color: #ffc800;
  color: #2d2d2d;
  border-color: #ffc801;
}
textarea.form-control {
  color: #63aeeb;
}
textarea#textareacolor {
  background: gray;
}
.btn:not(:disabled):not(.disabled) {
  border-color: #2d2d2d !important;
  color: white !important;
  border: 1px solid #474747 !important;
  background-color: #2d2d2d !important;
}
.footer {
  width: 100%;
  background-color: #2d2d2d;
  padding: 40px 15px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
.footer .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .content__wrapper .social__group {
  max-width: 230px;
  width: 100%;
  margin: 5px 0;
}
.footer .content__wrapper .social__group .title {
  width: 100%;
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.footer .content__wrapper .social__group .items {
  width: 100%;
  margin-top: 10px;
}
.footer .content__wrapper .social__group .items .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  align-items: center;
}
.footer .content__wrapper .social__group .items .item:hover > span {
  color: #ffc800;
}
.footer .content__wrapper .social__group .items .item:hover > .image {
  background-color: #ffc800 !important;
}
.footer .content__wrapper .social__group .items .item:hover > .image i {
  color: #2d2d2d;
}
.footer .content__wrapper .social__group .items .item span {
  margin-left: 5px;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: 300ms ease-in-out color;
  color: #cccccc;
}
.footer .content__wrapper .social__group .items .item .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 300ms ease-in-out background-color;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .content__wrapper .social__group .items .item .image i {
  color: #fff;
  transition: 300ms ease-in-out color;
  font-size: 12px;
}
.footer .content__wrapper .link__group {
  max-width: 230px;
  width: 100%;
  margin: 5px 0;
}
.footer .content__wrapper .link__group .title {
  width: 100%;
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
}
.footer .content__wrapper .link__group .items {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.footer .content__wrapper .link__group .items span {
  margin-top: 5px;
  text-decoration: none;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #cccccc;
}
.footer .content__wrapper .link__group .items a {
  margin-top: 5px;
  text-decoration: none;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #cccccc;
  transition: 300ms color ease-in-out;
}
.footer .content__wrapper .link__group .items a:hover {
  color: #ffc801;
}

.header-wrapper {
  width: 100%;
  z-index: 999;
  position: relative;
}
.header-wrapper .header-1 {
  height: 5.8125rem;
  border-bottom: 0.0625rem solid #d3d3d3;
  width: 100%;
  background-color: #fff;
  padding: 0 10rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.header-wrapper .header-1 .header-1__nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  padding: 5px 10px;
}
.header-wrapper .header-1 .header-1__nav li a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.header-wrapper .header-1 .header-1__nav li a img {
  height: 24px;
  width: 100%;
}
.header-wrapper .header-1 .logo {
  transform: translateY(0);
}
.header-wrapper .header-1 .logo img {
  width: 4.6875rem;
  height: 4.6875rem;
}
.header-wrapper .header-1 .logo--active img {
  transition: transform 0.5s ease-in-out;
  transform: translateY(6.5625rem);
}
.header-wrapper .header-1 form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-wrapper .header-1 form a img {
  height: 28px;
  width: auto;
}
.header-wrapper .header-1 .search__engine {
  position: relative;
}
.header-wrapper .header-1 .search__engine input {
  font-size: 1rem;
  font-weight: 600;
  color: #2d2d2d;
  border: 0.0625rem solid #2d2d2d;
    font-family: "Work Sans", sans-serif;
  width: 17.8125rem;
  height: 2.625rem;
  padding: 0 1.5625rem;
  box-sizing: border-box;
  border-radius: 3.125rem;
  outline: 0;
}
.header-wrapper .header-1 .search__engine input:focus::-moz-placeholder {
  color: transparent;
}
.header-wrapper .header-1 .search__engine input:focus:-ms-input-placeholder {
  color: transparent;
}
.header-wrapper .header-1 .search__engine input:focus::placeholder {
  color: transparent;
}
.header-wrapper .header-1 .search__engine input::-moz-placeholder {
  color: #2d2d2d;
}
.header-wrapper .header-1 .search__engine input:-ms-input-placeholder {
  color: #2d2d2d;
}
.header-wrapper .header-1 .search__engine input::placeholder {
  color: #2d2d2d;
}
.header-wrapper .header-1 .search__engine i {
  position: absolute;
  right: 1.25rem;
  font-size: 1.125rem;
  cursor: pointer;
  color: #2d2d2d;
  top: 0.75rem;
  margin: 0 auto;
}
.header-wrapper .header__2--active {
  position: fixed;
  top: 0;
}
.header-wrapper .header__1--active {
  position: fixed;
  top: -5.8125rem;
  z-index: 999;
}
.header-wrapper .header-2 {
  height: 3.75rem;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 10rem;
  box-shadow: 0rem 2.125rem 0.8125rem rgba(0, 0, 0, 0.01),
    0rem 1.1875rem 0.6875rem rgba(0, 0, 0, 0.03),
    0rem 0.5rem 0.5rem rgba(0, 0, 0, 0.04),
    0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.05),
    0rem 0rem 0rem rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.header-wrapper .header-2 .nav__wrapper--active {
  margin-left: 5%;
  width: 95%;
}
.header-wrapper .header-2 .nav-wrapper {
  transition: margin-left 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-wrapper .header-2 .nav-wrapper i {
  font-size: 2rem;
  color: #2d2d2d;
  display: none;
  float: right;
}

.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile {
  position: fixed;
  display: none;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  top: 0;
  list-style-type: none;
  left: 0;
  padding: 130px 25px 25px;
  box-sizing: border-box;
  overflow: scroll;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu #mobile-logo {
  display: none;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile #mobile-logo {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .hidden-top-bar {
  display: none !important;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile .main-item {
  font-family: "Fido", sans-serif;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 22px;
  /* identical to box height */
  text-decoration: none;
  color: #2d2d2d;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile .main-item li a {
  text-decoration: none;
  margin: 12.5px 0;
  color: #2d2d2d;
  font-size: 28px;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile .main-item li ul a {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  margin: 8px 0;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile .main-item ul {
  display: flex;
  flex-direction: column;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu--mobile .main-item ul a {
  margin: 3px;
  color: #2d2d2d;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  height: 100%;
  justify-content: space-between;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .main-item {
  height: 100%;
  width: 16.66%;
  text-decoration: none;
  color: #2d2d2d;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .main-item li {
  height: 100%;
  display: flex;
    font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  color: #2d2d2d;
  font-weight: 37.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .main-item li a {
  width: 100%;
  height: 100%;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.header-wrapper
  .header-2
  .nav-wrapper
  .nav__menu
  .main-item
  li:hover
  > .subitems {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header-wrapper
  .header-2
  .nav-wrapper
  .nav__menu
  .main-item
  li:hover
  > .nav__hover {
  width: 100%;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .main-item li .subitems {
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  padding: 0;
  top: 0;
  margin-top: 60px;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .main-item li .subitems a {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.header-wrapper
  .header-2
  .nav-wrapper
  .nav__menu
  .main-item
  li
  .subitems
  a:hover {
  background-color: #ececec;
}
.header-wrapper .header-2 .nav-wrapper .nav__menu .main-item li .nav__hover {
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 0.3125rem;
  background-color: #ffc800;
}

.page__container--active {
  margin-top: 153px !important;
}

.page__container {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
    margin: 0px auto;
  width: 100%;
}

.page__container .gallery__list {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.page__container .gallery__list .content__wrapper {
  max-width: 70rem;
  width: 100%;
}
.page__container .gallery__list .content__wrapper .item__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page__container .gallery__list .content__wrapper .item__list .item {
  width: 330px;
  height: 330px;
  margin: 15px 5px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.05),
    0px 0px 6px rgba(0, 0, 0, 0.09), 0px 0px 3px rgba(0, 0, 0, 0.1),
    0px 0px 0px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 300ms border ease-in-out;
}
.page__container .gallery__list .content__wrapper .item__list .item:hover {
  border: 10px solid #4a477d;
}
.page__container .how__we__help {
  width: 100%;
  margin: 100px 0 50px 0;
  display: flex;
  justify-content: center;
}
.page__container .how__we__help .content__wrapper {
  max-width: 70rem;
  width: 100%;
}
.page__container .how__we__help .content__wrapper .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__container .how__we__help .content__wrapper .item .main {
  width: 100%;
  background-color: #ffc800;
  padding: 50px 25px;
  box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}
.page__container .how__we__help .content__wrapper .item .main .icon {
  width: 100px;
  height: 100px;
  background-color: #ffc800;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__container .how__we__help .content__wrapper .item .main .icon img {
  margin-top: -15px;
}
.page__container .how__we__help .content__wrapper .item .subitem {
  max-width: 740px;
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page__container .how__we__help .content__wrapper .item .subitem h1 {
  width: 100%;
  background-color: #ffc801;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  padding: 15px;
  box-sizing: border-box;
  color: #000000;
}
.page__container .how__we__help .content__wrapper .item .subitem a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
  padding: 10px 15px 0 15px;
  box-sizing: border-box;
  color: #3399cc;
}
.page__container .faq__accordions {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.page__container .faq__accordions .content__wrapper {
  max-width: 780px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page__container .faq__accordions .content__wrapper .accordion__item {
  width: 100%;
  margin: 5px 0;
}
.page__container .faq__accordions .content__wrapper .accordion__item .title {
  width: 100%;
  height: fit-content;
  border: 1px solid #d3d3d3;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
    font-family: "Work Sans", sans-serif;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #ffc801;
  transition: background-color 300ms ease-in-out;
}
.page__container
  .faq__accordions
  .content__wrapper
  .accordion__item
  .title:hover {
  background-color: #f7f6f6;
}
.page__container
  .faq__accordions
  .content__wrapper
  .accordion__item
  .title--active
  i {
  transform: rotate(180deg);
}
.page__container .faq__accordions .content__wrapper .accordion__item .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-top: 0 !important;
  box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 0 15px;
  color: #2d2d2d;
}
.page__container
  .faq__accordions
  .content__wrapper
  .accordion__item
  .content--active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 15px;
}
.page__container .celebrity__slider {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.page__container .celebrity__slider .content__wrapper {
  max-width: 780px;
  width: 100%;
}
.page__container .celebrity__slider .content__wrapper .slider--celeb {
  width: 100%;
}
.page__container .celebrity__slider .content__wrapper .slider--celeb .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page__container
  .celebrity__slider
  .content__wrapper
  .slider--celeb
  .item
  .text {
  max-width: 550px;
  display: flex;
  flex-direction: column;
}
.page__container
  .celebrity__slider
  .content__wrapper
  .slider--celeb
  .item
  .text
  .saying {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page__container
  .celebrity__slider
  .content__wrapper
  .slider--celeb
  .item
  .text
  .name {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: auto;
  margin-top: 20px;
  color: #2d2d2d;
}
.page__container
  .celebrity__slider
  .content__wrapper
  .slider--celeb
  .item
  .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__container .map__visual {
  width: 100%;
  margin: 50px 0;
}
.page__container .map__visual .content__wrapper {
  max-width: 780px;
  width: 100%;
}
.page__container .map__visual .content__wrapper img {
  width: 100%;
  height: auto;
}
.page__container .chronology {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffc800;
}
.page__container .chronology .title {
  max-width: 70rem;
  width: 100%;
  text-align: center;
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  /* identical to box height */
  color: #2d2d2d;
}
.page__container .chronology .content__wrapper {
  width: 100%;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
}
.page__container .chronology .content__wrapper .item {
  width: 100%;
}
.page__container .chronology .content__wrapper .item .summary {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
  align-items: center;
  justify-content: space-between;
}
.page__container .chronology .content__wrapper .item .summary .media a {
  text-decoration: none;
  margin: 0 5px;
}
.page__container .chronology .content__wrapper .item .summary .media a i {
  color: #2d2d2d;
  font-size: 30px;
}
.page__container .chronology .content__wrapper .item .summary .total h5 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.page__container .chronology .content__wrapper .item .normal__text {
  width: 100%;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.page__container .chronology .content__wrapper .item .statistics {
  width: 100%;
  margin-top: 15px;
}
.page__container .chronology .content__wrapper .item .statistics .item {
  margin: 10px 0;
}
.page__container .chronology .content__wrapper .item .statistics .item .row {
  height: 75px;
  width: 100%;
  background-color: #e7b500;
  position: relative;
}
.page__container
  .chronology
  .content__wrapper
  .item
  .statistics
  .item
  .row
  .icon {
  width: 75px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__container
  .chronology
  .content__wrapper
  .item
  .statistics
  .item
  .row
  .text {
  margin-left: 90px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page__container
  .chronology
  .content__wrapper
  .item
  .statistics
  .item
  .row
  .text
  h4 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #000000;
}
.page__container
  .chronology
  .content__wrapper
  .item
  .statistics
  .item
  .row
  .text
  span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.page__container .chronology .content__wrapper .item .year {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 55px;
  color: #2d2d2d;
}
.page__container .chronology .content__wrapper .item .year::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 450px;
  height: 3px;
  background: #2d2d2d;
}
.page__container .statistic__s {
  width: 100%;
  padding: 50px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: #2d2d2d;
}
.page__container .statistic__s .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.page__container .statistic__s .content__wrapper .item {
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page__container .statistic__s .content__wrapper .item .left img {
  height: 75px;
  width: auto;
}
.page__container .statistic__s .content__wrapper .item .right {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
}
.page__container .statistic__s .content__wrapper .item .right .campaign__count {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  /* identical to box height */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffc801;
}
.page__container .statistic__s .content__wrapper .item .right .campaign__name {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffc801;
}
.page__container .statistics__f {
  width: 100%;
  padding: 50px 0px;
  box-sizing: border-box;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  background-color: #f0f0f0;
}
.page__container .statistics__f .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.page__container .statistics__f .content__wrapper .item {
  display: flex;
  flex-direction: column;
  width: 230px;
}
.page__container .statistics__f .content__wrapper .item .top {
  width: 100%;
}
.page__container .statistics__f .content__wrapper .item .top span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 72px;
  /* identical to box height */
  color: #3399cc;
}
.page__container .statistics__f .content__wrapper .item .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page__container .statistics__f .content__wrapper .item .bottom span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  width: 45%;
  color: #2d2d2d;
}
.page__container .statistics__f .content__wrapper .item .bottom img {
  width: 30%;
}
.page__container .featured__images {
  padding: 3.125rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__container .featured__images .content__wrapper {
  max-width: 70rem;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.page__container .featured__images .content__wrapper .item {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.page__container .featured__images .content__wrapper .item img {
  max-height: 392px;
  height: 100%;
}
.page__container .featured__images .title h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5625rem;
  text-align: center;
  color: #2d2d2d;
}
.page__container .education__hero {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__container .education__hero .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.page__container .education__hero .content__wrapper .info__box {
  width: 330px;
  margin-bottom: 30px;
  height: 125px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #ffc800;
  margin-left: auto;
}
.page__container .education__hero .content__wrapper .info__box .title {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2d2d2d;
}
.page__container .education__hero .content__wrapper .info__box a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  align-self: flex-end;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  padding: 5px 8px;
  text-decoration: none;
  border-radius: 5px;
  border: #2d2d2d 1px solid;
  color: #2d2d2d;
  transition: all 300ms ease-in-out;
}
.page__container .education__hero .content__wrapper .info__box a:hover {
  background-color: #2d2d2d;
  color: #fff;
}
.page__container .dogschool__info {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.page__container .dogschool__info .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: #fff;
}
.page__container .dogschool__info .content__wrapper .working__hours {
  background-color: #ffc800;
  width: 49%;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  height: 305px;
}
.page__container .dogschool__info .content__wrapper .working__hours .hours {
  margin-top: 20px;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 0;
  line-height: 24px;
  color: #000000;
}
.page__container .dogschool__info .content__wrapper .working__hours .hours p {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 0;
  line-height: 24px;
  /* identical to box height */
  color: #000000;
}
.page__container .dogschool__info .content__wrapper .working__hours .title {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2d2d2d;
}
.page__container
  .dogschool__info
  .content__wrapper
  .working__hours
  .dogschool__logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page__container .dogschool__info .content__wrapper .instructor__contacts {
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  padding: 15px;
  width: 49%;
  height: 305px;
}
.page__container
  .dogschool__info
  .content__wrapper
  .instructor__contacts
  .hours {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 0;
  line-height: 24px;
  /* identical to box height */
  color: #000000;
}
.page__container
  .dogschool__info
  .content__wrapper
  .instructor__contacts
  .hours {
  margin-top: 20px;
}
.page__container
  .dogschool__info
  .content__wrapper
  .instructor__contacts
  .hours
  p {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 0;
  line-height: 24px;
  /* identical to box height */
  color: #000000;
}
.page__container
  .dogschool__info
  .content__wrapper
  .instructor__contacts
  .title {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2d2d2d;
}
.page__container .ds__banner {
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.page__container .ds__banner .content__wrapper {
  max-width: 70rem;
  width: 100%;
}
.page__container .ds__banner .content__wrapper img {
  width: 100%;
}
.page__container .map__visual {
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.page__container .map__visual img {
  width: 405px;
  height: auto;
}
.page__container .cta__text {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.page__container .cta__text .content__wrapper {
  max-width: 70rem;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.page__container .cta__text .content__wrapper .text__box {
  width: 100%;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page__container .cta__text .content__wrapper .text__box h3 {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2d2d2d;
}
.page__container .cta__text .content__wrapper .text__box a {
  color: #2d2d2d;
  background-color: #ffc800 !important;
  padding: 7px 12px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.page__container .cta__text .content__wrapper .text__box a:hover {
  background-color: #3399cc !important;
  color: white;
}
.page__container .normal__text {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.page__container .normal__text .content__wrapper {
  max-width: 70rem;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.page__container .normal__text .content__wrapper .text__box {
  width: 100%;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page__container .normal__text .content__wrapper .text__box iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 30px 0;
}
.page__container .normal__text .content__wrapper .text__box a {
  color: #ffc800;
  text-decoration: none;
}
.page__container .focused__text {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.page__container .focused__text .content__wrapper {
  max-width: 70rem;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.page__container .focused__text .content__wrapper .text__box {
  width: 100%;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page__container .focused__text .content__wrapper .text__box a {
  color: #ffc800;
  text-decoration: none;
}
.page__container .post__content {
  width: 100%;
  display: flex;
  margin: 50px 0;
  justify-content: center;
}
.page__container .post__content .post__wrapper {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page__container .post__content .post__wrapper .title h1 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}
.page__container .post__content .post__wrapper .share__buttons {
  margin-top: 15px;
  display: flex;
}
.page__container
  .post__content
  .post__wrapper
  .share__buttons
  .button__wrapper {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page__container
  .post__content
  .post__wrapper
  .share__buttons
  .button__wrapper
  .social__icon {
  text-decoration: none;
  cursor: pointer;
  margin-left: 3px;
}
.page__container
  .post__content
  .post__wrapper
  .share__buttons
  .button__wrapper
  .social__icon
  i {
  padding: 10px;
  color: white;
  border-radius: 50%;
}
.page__container .post__content .post__wrapper .featured__image {
  margin-top: 15px;
}
.page__container .post__content .post__wrapper .featured__image img {
  width: 100%;
  height: auto;
}
.page__container .post__content .post__wrapper .post__text {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
  color: #000000;
}
.page__container .news__box {
  width: 100%;
  display: flex;
  margin: 50px 0;
  justify-content: center;
}
.page__container .news__box .news__list {
  max-width: 660px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page__container .news__box .news__list .news__item {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: row;
  margin: 10px 0 !important;
  min-height: 210px;
  transition: 300ms background-color ease-in-out;
}
.page__container .news__box .news__list .news__item:hover {
  background-color: #f0f0f0;
}
.page__container .news__box .news__list .news__item .image {
  height: 182px;
  width: 273px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__container .news__box .news__list .news__item .info {
  max-width: 330px;
  margin: 0 10px;
}
.page__container .news__box .news__list .news__item .info .title {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffc801;
  margin: 5px 0;
}
.page__container .news__box .news__list .news__item .info .text {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.page__container .news__box .news__list .news__item .info .date {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.page__container .fostering__info {
  width: 100%;
  background-color: #a4a3be;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.page__container .fostering__info .content__wrapper {
  max-width: 70rem;
  width: 100%;
}
.page__container .fostering__info .content__wrapper .text-box {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.05),
    0px 0px 6px rgba(0, 0, 0, 0.09), 0px 0px 3px rgba(0, 0, 0, 0.1),
    0px 0px 0px rgba(0, 0, 0, 0.1);
}
.page__container .fostering__info .content__wrapper .text-box h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #2d2d2d;
}
.page__container .fostering__info .content__wrapper .text-box p {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-top: 10px;
  color: #4a477d;
}
.page__container .change__dog {
  width: 100%;
  background-color: rgba(74, 71, 125, 0.7);
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.page__container .change__dog .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page__container .change__dog .content__wrapper .button__left {
  cursor: pointer;
  background-color: #ffc800;
  max-width: 240px;
  height: 50px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.page__container .change__dog .content__wrapper .button__left i {
  position: absolute;
  left: 20px;
}
.page__container .change__dog .content__wrapper .button__left span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.page__container .change__dog .content__wrapper .button__right {
  cursor: pointer;
  background-color: #ffc800;
  max-width: 240px;
  margin-left: auto;
  text-decoration: none;
  height: 50px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.page__container .change__dog .content__wrapper .button__right i {
  position: absolute;
  right: 20px;
}
.page__container .change__dog .content__wrapper .button__right span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.page__container .dog__content {
  background-color: #a4a3be;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.page__container .dog__content .content__wrapper {
  max-width: 70rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page__container .dog__content .content__wrapper .dog__info {
  max-width: 880px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.page__container .dog__content .content__wrapper .dog__info .about__dog {
  width: 100%;
  margin-top: 15px;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info {
  width: 100%;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row {
  display: flex;
  margin: 15px 0;
  flex-direction: column;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  a {
  text-decoration: none;
  color: #fff;
  background-color: #4a477d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  a:hover {
  background-color: #ffc800;
  color: #2d2d2d;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  a:hover
  span {
  color: #2d2d2d;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  a
  i {
  font-size: 20px;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  a
  span {
  transition: all 300ms ease-in-out;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  .title {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #4a477d;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .other__info
  .row
  span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .dog__info__bar {
  border-top: 2px solid #eeeeed;
  margin-top: 10px;
  border-bottom: 2px solid #eeeeed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
  box-sizing: border-box;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .dog__info__bar
  .item {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2d2d2d;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .dog__info__bar
  .item
  span {
  color: #4a477d;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .about__dog
  .dog__name
  h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #333333;
}
.page__container .dog__content .content__wrapper .dog__info .images {
  width: 100%;
  margin-top: 15px;
}
.page__container
  .dog__content
  .content__wrapper
  .dog__info
  .images
  .focused__image {
  width: 100%;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page__container .dog__content .content__wrapper .dog__info .title h2 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  color: #000000;
}
.page__container .dog__content .content__wrapper .dog__info .title p {
    font-family: "Work Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #4a477d;
}
.page__container .dog__content .content__wrapper .side__box {
  max-width: 210px;
  width: 100%;
}
.page__container .dog__content .content__wrapper .side__box .item {
  background-color: #fff;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.page__container .dog__content .content__wrapper .side__box .item .content {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .info__icon {
  text-decoration: none;
  margin: 5px 0;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .info__icon
  i:nth-child(3) {
  background-color: black !important;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .info__icon
  i {
  font-size: 20px;
  padding: 15px;
  background-color: #2d2d2d;
  border-radius: 50%;
  color: white;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .info__icon
  span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px;
  color: #000000;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .social__icon {
  text-decoration: none;
  margin: 5px 0;
  cursor: pointer;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .social__icon
  i:nth-child(3) {
  background-color: black !important;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .social__icon
  i {
  font-size: 20px;
  padding: 15px;
  background-color: #2d2d2d;
  border-radius: 50%;
  color: white;
}
.page__container
  .dog__content
  .content__wrapper
  .side__box
  .item
  .content
  .social__icon
  span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px;
  color: #000000;
}
.page__container .dog__content .content__wrapper .side__box .item .title {
  width: 100%;
  background-color: #ffc800;
  padding: 10px;
  box-sizing: border-box;
}
.page__container .dog__content .content__wrapper .side__box .item .title h4 {
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.page__container .single__dog__hero {
  width: 100%;
}
.page__container .single__dog__hero .top {
  width: 100%;
  background-color: #fff;
  text-align: center;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page__container .single__dog__hero .top h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2d2d2d;
}
.page__container .single__dog__hero .top p {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2d2d2d;
  margin-bottom: 15px;
}
.page__container .single__dog__hero .top a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  line-height: 17px;
  background-color: #ffc800;
  padding: 6px 12px;
  color: #2d2d2d;
}
.page__container .single__dog__hero .top a:hover {
  text-decoration: underline;
}
.page__container .single__dog__hero .bottom__line {
  height: 60px;
  width: 100%;
  background-color: #4a477d;
}
.page__container .dog__spotlight {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page__container .dog__spotlight .top__s {
  width: 100%;
}
.page__container .dog__spotlight .top__s svg {
  display: block;
}
.page__container .dog__spotlight .bottom__s {
  background-color: #ffc800;
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__container .dog__spotlight .bottom__s .title {
  text-align: center;
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.page__container .dog__spotlight .bottom__s .dog__list {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  max-width: 70rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page__container .dog__spotlight .bottom__s .dog__list .item {
  width: 263px;
  height: 305px;
  display: flex;
  flex-direction: column;
  margin: 5px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 300ms ease-in-out;
}
.page__container .dog__spotlight .bottom__s .dog__list .item:hover {
  background-color: #eeeeed;
}
.page__container .dog__spotlight .bottom__s .dog__list .item .image {
  width: 100%;
  height: 197px;
}
.page__container .dog__spotlight .bottom__s .dog__list .item .title {
  margin-top: 20px;
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.page__container .dog__spotlight .bottom__s .dog__list .item .breed {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.page__container .about__fostering {
  width: 100%;
  padding: 50px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__container .about__fostering .about__content {
  max-width: 70rem;
  margin-top: 50px;
  width: 100%;
}
.page__container .about__fostering .about__content .item {
  margin: 25px 0;
}
.page__container .about__fostering .about__content .item .content {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f0f0f0;
}
.page__container .about__fostering .about__content .item .content p {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.page__container .about__fostering .about__content .item .title {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffc800;
}
.page__container .about__fostering .about__content .item .title h3 {
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
}
.page__container .about__fostering .about__intro {
  max-width: 70rem;
  width: 100%;
}
.page__container .about__fostering .about__intro .title {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #2d2d2d;
}
.page__container .about__fostering .about__intro .text {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-top: 10px;
  color: #000000;
}
.page__container .front__info {
  background-color: #ffc800;
  width: 100%;
  z-index: -2;
  display: flex;
  min-height: 31.25rem;
  justify-content: center;
  position: relative;
  height: 650px;
}
.page__container .front__info .info__content {
  display: flex;
  flex-direction: row;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  max-width: 70rem;
  width: 100%;
  align-items: center;
  position: relative;
}
.page__container .front__info .info__content .info__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: -0.0625rem;
}
.page__container .front__info .info__content .info__text {
  display: flex;
  width: 70%;
  flex-direction: column;
  z-index: 999;
}
.page__container .front__info .info__content .info__text h3 {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  /* identical to box height */
  color: #000000;
}
.page__container .front__info .info__content .info__text span {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #000000;
}
.page__container .front__info .info__content .info__text a {
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  background-color: #2d2d2d;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.375rem;
  z-index: 999 !important;
  border-radius: 1.5625rem;
  margin-top: 1.25rem;
  color: #ffffff;
}
.page__container .front__info svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.page__container .featured__video {
  padding: 3.125rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__container .featured__video .title h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5625rem;
  text-align: center;
  color: #2d2d2d;
}
.page__container .featured__video .video__content {
  max-width: 72rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.25rem;
}
.page__container .featured__video .video__content .top__dog {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  margin-top: -4.875rem;
  z-index: -1;
}
.page__container .featured__video .video__content iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.page__container .help__section {
  padding: 3.125rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__container .help__section .title h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5625rem;
  text-align: center;
  color: #2d2d2d;
}
.page__container .help__section .help__content {
  max-width: 72rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 3.125rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__container .help__section .help__content .item {
  max-width: 22.5rem;
  width: 100%;
  margin: 0.3125rem;
  text-decoration: none;
  height: 31rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #d3d3d3;
}
.page__container .help__section .help__content .item .button {
  padding: 0 0.9375rem;
  margin-top: 3.125rem;
}
.page__container .help__section .help__content .item .button a {
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
  border: 0.0625rem solid #000000;
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border-radius: 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  /* identical to box height */
  color: #000000;
  transition: 300ms background-color ease-in-out;
}
.page__container .help__section .help__content .item .button a:hover {
  background-color: #2d2d2d;
  color: #fff;
}
.page__container .help__section .help__content .item .title {
  padding: 0 0.9375rem;
  margin-top: 1.25rem;
}
.page__container .help__section .help__content .item .title h4 {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
}
.page__container .help__section .help__content .item .short_summ {
  padding: 0 0.9375rem;
  margin-top: 0.625rem;
}
.page__container .help__section .help__content .item .short_summ span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000000;
}
.page__container .help__section .help__content .item .image {
  max-width: 22.5rem;
  height: 100%;
  width: 100%;
  max-height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background-size: cover;
  position: relative;
}
.page__container .help__section .help__content .item .image svg {
  width: 100%;
  margin-bottom: -0.0625rem;
  bottom: 0;
  position: absolute;
}
.page__container .news {
  padding: 3.125rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__container .news .title h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5625rem;
  text-align: center;
  color: #2d2d2d;
}
.page__container .news .seemore__button  a{
  margin-top: 30px;
   padding: 7px 20px;
  background-color:#ffc800; 
  box-sizing: border-box; 
  text-decoration: none;
   display: flex;
   align-items: center;
   color: black;
   justify-content: center;
   border-radius: 5px;
   font-weight: 500;
}
.page__container .news .news__content {
  display: flex;
  margin-top: 3.125rem;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 71.25rem;
  width: 100%;
  justify-content: space-between;
}
.page__container .news .news__content .item {
  margin-top: 0.875rem;
  width: 22.5rem;
  height: 6.25rem;
  text-decoration: none;
  background-color: white;
  border: 0.0625rem solid #d3d3d3;
  box-shadow: 0rem 0.8125rem 0.3125rem rgba(0, 0, 0, 0.02),
    0rem 0.4375rem 0.25rem rgba(0, 0, 0, 0.08),
    0rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.13),
    0rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.15),
    0rem 0rem 0rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  position: relative;
  display: flex;
  padding: 0 0.0625rem;
  flex-direction: row;
  align-items: center;
  transition: background-color 300ms ease-in-out;
}
.page__container .news .news__content .item:hover {
  background-color: #ececec;
}
.page__container .news .news__content .item .thumbnail {
  width: 40%;
  display: flex;
  align-items: center;
}
.page__container .news .news__content .item .thumbnail img {
  width: 100%;
  border-radius: 0.3125rem;
}
.page__container .news .news__content .item .news__titles {
  width: 60%;
  padding: 0 0.625rem;
  box-sizing: border-box;
}
.page__container .news .news__content .item .news__titles .subtitle {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.688rem;
  line-height: 1rem;
  color: #000000;
}
.page__container .news .news__content .item .news__titles .title {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #000000;
}
.page__container .fostered__title {
  width: 100%;
  background-color: #4a477d;
  padding: 75px 0;
  text-align: center;
}
.page__container .fostered__title h3 {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 30px !important;
}
.page__container .fostered__title a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
  background-color: #ffc800;
  border-radius: 5px;
  padding: 6px 12px;
  text-decoration: none;
}
.page__container .fostered__title a:hover {
  text-decoration: underline;
}
.page__container .meet__dogs {
  width: 100%;
}
.page__container .meet__dogs .top__s svg {
  width: 100%;
  display: block;
}
.page__container .meet__dogs .bottom__s {
  width: 100%;
  background-color: #ffc800;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__container .meet__dogs .bottom__s .bottom__content {
  max-width: 75rem;
  width: 100%;
}
.page__container .meet__dogs .bottom__s .bottom__content .dog__list {
  display: flex;
  flex-direction: row;
  margin: 0.9375rem 0;
  padding: 0 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__container .meet__dogs .bottom__s .bottom__content .dog__list a {
  max-width: 17.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.page__container
  .meet__dogs
  .bottom__s
  .bottom__content
  .dog__list
  a:hover
  > .list__item
  .dog__image {
  border-color: #4a477d;
}
.page__container
  .meet__dogs
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item {
  max-width: 250px;
  margin: 0.625rem;
}
.page__container
  .meet__dogs
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__name {
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
  color: #000000;
  text-align: center;
}
.page__container
  .meet__dogs
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__breed {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 1rem;
  line-height: 0.8125rem;
  letter-spacing: 0.075em;
  color: #000000;
}
.page__container
  .meet__dogs
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__image {
  width: 250px;
  transition: 300ms border-color ease-in-out;
  height: 250px;
  background-position: center;
  background-size: cover;
  border: 6px white solid;
}

.page__container .meet__dogs .bottom__s .bottom__content .title h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.813rem;
  color: #2d2d2d;
}
.page__container .meet__dogs .bottom__s .bottom__content .all__dogs {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page__container .meet__dogs .bottom__s .bottom__content .all__dogs a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 3.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.14);
  padding: 0.375rem 0.75rem;
  border-radius: 0.3125rem;
  transition: background-color 300ms ease-in-out;
}
.page__container .meet__dogs .bottom__s .bottom__content .all__dogs a:hover {
  background-color: #2d2d2d;
}
.page__container .meet__dogs-for-fostering {
  padding: 3.125rem 0;
  width: 100%;
}
.page__container .meet__dogs-for-fostering .bottom__s {
  width: 100%;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__container .meet__dogs-for-fostering .bottom__s .bottom__content {
  max-width: 75rem;
  width: 100%;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list {
  display: flex;
  flex-direction: row;
  margin: 0.9375rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list
  a {
  max-width: 17.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list
  a:hover
  > .list__item
  .dog__image {
  border-color: #4a477d;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item {
  max-width: 17.1875rem;
  margin: 0.625rem;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__name {
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
  color: #000000;
  text-align: center;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__breed {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 1rem;
  line-height: 0.8125rem;
  letter-spacing: 0.075em;
  color: #000000;
}
.page__container
  .meet__dogs-for-fostering
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__image {
  width: 17.1875rem;
  box-shadow: 0rem 0rem 0.5625rem rgba(0, 0, 0, 0.01),
    0rem 0rem 0.5rem rgba(0, 0, 0, 0.05), 0rem 0rem 0.375rem rgba(0, 0, 0, 0.09),
    0rem 0rem 0.1875rem rgba(0, 0, 0, 0.1), 0rem 0rem 0rem rgba(0, 0, 0, 0.1);
  transition: 300ms border-color ease-in-out;
  height: 17.1875rem;
  background-position: center;
  background-size: cover;
  border: 0.625rem white solid;
}
.page__container .meet__dogs-for-fostered {
  width: 100%;
}
.page__container .meet__dogs-for-fostered .bottom__s {
  width: 100%;
  background-color: #ffc800;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__container .meet__dogs-for-fostered .bottom__s .bottom__content {
  max-width: 75rem;
  width: 100%;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list {
  display: flex;
  flex-direction: row;
  margin: 0.9375rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list
  a {
  max-width: 17.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list
  a:hover
  > .list__item
  .dog__image {
  border-color: #4a477d;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item {
  max-width: 17.1875rem;
  margin: 0.625rem;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__name {
    font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
  color: #000000;
  text-align: center;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__breed {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 1rem;
  line-height: 0.8125rem;
  letter-spacing: 0.075em;
  color: #000000;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .dog__list
  a
  .list__item
  .dog__image {
  width: 17.1875rem;
  box-shadow: 0rem 0rem 0.5625rem rgba(0, 0, 0, 0.01),
    0rem 0rem 0.5rem rgba(0, 0, 0, 0.05), 0rem 0rem 0.375rem rgba(0, 0, 0, 0.09),
    0rem 0rem 0.1875rem rgba(0, 0, 0, 0.1), 0rem 0rem 0rem rgba(0, 0, 0, 0.1);
  transition: 300ms border-color ease-in-out;
  height: 17.1875rem;
  background-position: center;
  background-size: cover;
  border: 0.625rem white solid;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .all__dogs {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .all__dogs
  a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 3.125rem;
  line-height: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.14);
  padding: 0.375rem 0.75rem;
  border-radius: 0.3125rem;
  transition: background-color 300ms ease-in-out;
}
.page__container
  .meet__dogs-for-fostered
  .bottom__s
  .bottom__content
  .all__dogs
  a:hover {
  background-color: #2d2d2d;
}
.page__container .programs__section {
  max-width: 70rem;
  width: 100%;
  margin-top: 6.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.875rem 4rem;
  box-sizing: border-box;
  background-color: #f6efe0;
  border-radius: 0.3125rem;
  position: relative;
}
.page__container .programs__section .item__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.page__container .programs__section .item__list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 10rem;
  text-decoration: none;
}
.page__container .programs__section .item__list .item:hover > img {
  transform: scale(1.1);
}
.page__container .programs__section .item__list .item:hover > h4 {
  transform: scale(1.1);
}
.page__container .programs__section .item__list .item img {
  transition: 300ms transform ease-in-out;
  width: 8.5rem;
}
.page__container .programs__section .item__list .item h4 {
  transition: 300ms transform ease-in-out;
  margin-top: 0.625rem;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.188rem;
  color: #000000;
}
.page__container .programs__section .bottom__line {
  width: 100%;
  height: 0.5rem;
  background-color: #ffc800;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
}
.page__container .hero__frontpage {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

 height: 380px;
 position: relative;
  background-color: #ffc800;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
.page__container .hero__frontpage .left {
  width: 380px;
  position: relative;
}
.page__container .hero__frontpage .left .hero-shape-image {
  width: auto;
  height: 100%;
  -webkit-clip-path: circle(78.7% at 30% 0);
  clip-path: circle(78.7% at 30% 0);
}
.page__container .hero__frontpage .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page__container .hero__frontpage .right h1 {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.188rem;
  color: #000000;
}
.page__container .hero__frontpage .right h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.063rem;
  color: #000000;
}
.page__container .hero__sub {
  width: 100%;
  padding: 150px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.page__container .hero__sub .hero__shape--sub {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page__container .hero__sub a {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  /* identical to box height */
  color: #2d2d2d;
  padding: 0.3125rem 0.75rem;
  background-color: #ffc800;
  border-radius: 0.3125rem;
  z-index: 9999;
  margin-top: 1.25rem;
  text-decoration: none;
}
.page__container .hero__sub a:hover {
  text-decoration: underline;
}
.page__container .hero__sub h1 {
  font-family: "Fido", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 4.5rem;
  line-height: 5.375rem;
  color: #ffffff;
}
.page__container .hero__sub span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  color: #ffffff;
}
.page__container .contact__info {
  height: 25rem;
  width: 100%;
  padding: 50px 5.625rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.page__container .contact__info .item__box {
  width: 33%;
  display: flex;
  justify-content: center;
}
.page__container .contact__info .item__box .box__content .title {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
  /* identical to box height */
  margin-bottom: 1rem;
  color: #000000;
}
.page__container .contact__info .item__box .box__content a {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page__container .contact__info .item__box .box__content a:hover > .item i {
  background-color: #ffc800 !important;
}
.page__container .contact__info .item__box .box__content a:hover > .item span {
  color: #ffc800 !important;
}
.page__container .contact__info .item__box .box__content a .item {
  display: flex;
  flex-direction: row;
  float: right;
}
.page__container .contact__info .item__box .box__content a .item i {
  padding: 0.313rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  margin-top: 0.2rem;
  height: 1.5rem;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
  color: white;
}
.page__container .contact__info .item__box .box__content a .item span {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  margin: 0.625rem;
  color: #2d2d2d;
  transition: color 0.3s ease-in-out;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  /* identical to box height */
  color: #2d2d2d;
}
.page__container .contact__form {
  width: 100%;
  padding: 3.125rem 0;
  background-color: #eeeeed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__container .contact__form form {
  max-width: 49.25rem;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  min-height: 32.8125rem;
  padding: 1.875rem 1.25rem;
  box-sizing: border-box;
}
.page__container .contact__form form .form__title h3 {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #000000;
}
.page__container .contact__form form .form__groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__container .contact__form form .form__groups .form__group {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 46.75rem;
  flex-direction: column;
  margin: 0.3125rem 0;
}
.page__container .contact__form form .form__groups .form__group button {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-top: 0.625rem;
  background-color: #3399cc;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border: 0;
  border-radius: 0.3125rem;
  color: #ffffff;
}
.page__container .contact__form form .form__groups .form__group button:hover {
  background-color: #ffc800;
  color: #2d2d2d;
}
.page__container .contact__form form .form__groups .form__group textarea {
  height: 13.125rem;
  width: 46.25rem;
  outline: none;
  font-size: 1.2rem;
  padding: 0.625rem;
  box-sizing: border-box;
  background: #ffffff;
  border: 0.0625rem solid #d3d3d3;
  margin-top: 0.3125rem;
  border-radius: 0.3125rem;
}
.page__container .contact__form form .form__groups .form__group input {
  height: 2.1875rem;
  font-size: 1.2rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  outline: none;
  width: 22.1875rem;
  background: #ffffff;
  border: 0.0625rem solid #d3d3d3;
  margin-top: 0.3125rem;
  border-radius: 0.3125rem;
}
.page__container .contact__form form .form__groups .form__group label {
    font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
}
@media only screen and (max-width: 920px) {
  .page__container .statistics__f .content__wrapper {
    justify-content: center;
  }
  .page__container .statistics__f .content__wrapper .item {
    margin: 10px;
  }
  .page__container .celebrity__slider .content__wrapper .slider--celeb .item {
    flex-direction: column;
  }
  .page__container
    .celebrity__slider
    .content__wrapper
    .slider--celeb
    .item
    .text
    .saying {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1020px) {
  .page__container .statistic__s .content__wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .page__container .news__box .news__list .news__item {
    flex-direction: column;
  }
  .page__container .chronology .content__wrapper .item .summary {
    flex-direction: column;
  }
  .page__container .news__box .news__list .news__item .info {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .page__container .news__box .news__list .news__item .image {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 625px) {
  .page__container
    .chronology
    .content__wrapper
    .item
    .statistics
    .item
    .row
    .text
    h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .page__container .hero__frontpage .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page__container .hero__frontpage {
    height: fit-content;
  }
  .page__container .gallery__list .content__wrapper .item__list {
    justify-content: center;
  }
}
@media only screen and (max-width: 550px) {
  .page__container .hero__sub h1 {
    font-size: 2.5rem;
  }
  .page__container .chronology .content__wrapper .item .statistics .item .row {
    height: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .page__container .map__visual {
    padding: 10px;
    box-sizing: border-box;
  }
  .page__container .map__visual img {
    width: 100%;
  }
  .page__container .dogschool__info .content__wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .page__container .dogschool__info .content__wrapper .working__hours {
    width: 100%;
  }
  .page__container .dogschool__info .content__wrapper .instructor__contacts {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .page__container .dog__content .content__wrapper .side__box {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 1150px) {
  .page__container
    .dog__content
    .content__wrapper
    .dog__info
    .about__dog
    .dog__info__bar {
    flex-wrap: wrap;
  }
  .page__container .dog__content .content__wrapper .side__box .item {
    min-width: 200px;
    margin: 10px;
  }
  .page__container .dog__content .content__wrapper .side__box {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page__container .dog__content .content__wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .page__container .dog__content .content__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 400px) {
  .page__container .contact__info .item__box {
    min-width: 250px;
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .page__container .contact__info {
    flex-direction: column;
  }

  .page__container .contact__info .item__box {
    min-width: 300px;
    display: block;
  }
  .page__container .contact__info {
    height: fit-content;
  }
}
@media only screen and (max-width: 805px) {
  .page__container .contact__form form .form__groups .form__group textarea {
    width: 100%;
  }
  .page__container .contact__form form .form__groups .form__group {
    max-width: 100%;
    width: 100%;
  }
  .page__container .contact__form form .form__groups .form__group input {
    width: 100%;
  }
}
@media only screen and (max-width: 90rem) {
  .header-wrapper .header-1 {
    padding: 0 3.75rem;
  }
  .header-wrapper .header-2 {
    padding: 0 3.75rem;
  }
}
@media only screen and (max-width: 71.25rem) {
  .header-wrapper .header-1 .header-1__nav {
    display: none;
  }
  .header-wrapper .header-1 {
    padding: 0 0.9375rem;
  }
  .header-wrapper .header-2 .nav-wrapper .nav__menu--mobile #mobile-logo {
    display: inline-block;
  }
  .header-wrapper .header-1 .search__engine input {
    width: 10rem;
    margin-left: 0.625rem;
    font-size: 0.75rem;
  }
  .header-wrapper .header-2 {
    padding: 0;
  }
  .header-wrapper .header-2 .nav__wrapper--active {
    margin-left: 0 !important;
  }
  .header-wrapper .header-2 .nav-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-wrapper .header-2 .nav-wrapper i {
    display: inline-block;
    margin-right: 15px;
  }
  .header-wrapper .header-2 .nav-wrapper .nav__menu {
    display: none;
  }

  .header-wrapper .header-2 .nav-wrapper .fa-xmark {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 940px) {
  .page__container .front__info .info__content .info__text {
    width: 100%;
  }
  .page__container .front__info .info__content .info__image {
    display: none;
  }
}
@media only screen and (max-width: 745px) {
  .page__container .programs__section .item__list {
    justify-content: center;
  }
  .page__container .meet__dogs .bottom__s .bottom__content .dog__list {
    justify-content: center;
  }
  .page__container .news .news__content {
    justify-content: center;
  }
  .page__container .help__section .help__content {
    justify-content: center;
  }
}
@media only screen and (max-width: 720px) {
  .page__container .hero__frontpage {
    flex-direction: column;
  }
  .page__container .hero__frontpage .left {
    width: 100%;
  }
  .page__container .hero__frontpage .left .hero-shape-image {
    -webkit-clip-path: circle(71.1% at 50% 10%);
    clip-path: circle(71.1% at 50% 10%);
  }
  .page__container .hero__frontpage .right {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
  }
} /*# sourceMappingURL=style.css.map */
