#contact .image-overlay-wrapper .overlay svg {
  fill: white;
  margin-right: 0.5rem;
  transform: scale(1);
  transition: background 0.5s, transform 0.5s ease-out, fill 0.5s; }

#contact .image-overlay-wrapper .overlay a.one:hover svg {
  fill: var(--var-icwm-accent-color-on-dark);
  transform: scale(1.3);
  transition: background 0.5s, transform 0.5s ease-out, fill 0.5s; }

#contact .contact_h1 {
  font-size: 80%;
  letter-spacing: 3px; }

#contact .contact_p_textlink, #meettheteam .contact_p_textlink {
  font-size: 150%;
  /*letter-spacing: 5px;*/ }

#contact .circle {
  z-index: 4;
  position: absolute;
  width: 350px;
  height: 350px;
  border: solid 1px #555;
  background-color: white;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 7px 7px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 7px 7px rgba(0, 0, 0, 0.6);
  border-radius: 200px;
  left: 40.5%;
  top: 390px; }

#contact .cover1 {
  z-index: 0;
  position: absolute;
  width: 350px;
  height: 350px;
  left: 25%;
  top: 55px;
  transform: rotate(15deg); }

#contact .cover2 {
  z-index: 1;
  position: absolute;
  width: 350px;
  height: 350px;
  left: 15%;
  top: 0;
  transform: rotate(-10deg); }

#contact .contactusimage {
  width: 707px;
  height: 720px;
  object-fit: cover; }

#meettheteam .meettheteam_h2 {
  font-size: 80%;
  letter-spacing: 5px; }

#meettheteam .meettheteam_p {
  line-height: 1.2;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 0; }

@media (max-width: 992px) {
  #contact .image-overlay-wrapper .overlay svg {
    margin-right: 0; } }
@media (max-width: 1200px) {
  #contact #cover_wrapper {
    display: none; } }
/******************************** START: Page-by-Page - Contact Us ********************************/
#contact .row:last-of-type {
  padding-bottom: 8px; }

#contact .image-overlay-wrapper {
  position: relative; }

#contact .image-overlay-wrapper img {
  display: block; }

#contact .image-overlay-wrapper .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 16px;
  padding-right: 16px; }

@media (max-width: 576px) {
  #contact .image-overlay-wrapper .overlay {
    left: 0;
    padding: 16px; }

  #contact .image-overlay-wrapper .overlay svg {
    padding: 8px; } }
#contact .image-overlay-wrapper .overlay svg {
  fill: white;
  margin-right: 8px; }

@media (max-width: 992px) {
  #contact .image-overlay-wrapper .overlay svg {
    margin-right: 0; } }
#contact .image-overlay-wrapper .overlay a:hover svg {
  fill: var(--var-icwm-accent-color-on-dark); }

#contact .svglogo svg {
  max-height: 100px;
  margin-bottom: 32px; }

#contact #addressblock .addresscontent {
  background-color: var(--var-not-black);
  color: white;
  padding: 48px; }

@media (max-width: 992px) {
  #contact #addressblock .addresscontent {
    padding: 16px; } }
#meettheteam .container .row {
  background-color: var(--var-not-black);
  color: white; }

#meettheteam .meettheteamcontent {
  padding: 16px; }

#meettheteam .meettheteamheading {
  padding: 48px; }

@media (max-width: 992px) {
  #meettheteam .meettheteamheading {
    padding: 16px; } }
#meettheteam .meettheteamcontent svg {
  max-height: 100px;
  margin-bottom: 32px; }

#meettheteam .employee {
  text-align: center;
  padding: 16px;
  padding-left: 24px; }

#meettheteam .employee p {
  margin-bottom: 16px; }

#meettheteam .employee-email {
  margin-top: 24px; }

#meettheteam .employee .employee-image {
  border-radius: 50%;
  padding: 16px;
  max-width: 200px; }

@media (max-width: 576px) {
  #meettheteam .employee .employee-image {
    max-width: -webkit-fill-available; } }
#contact a, #meettheteam a {
  text-decoration: underline;
  color: white; }

#contact a:hover, #meettheteam a:hover {
  text-decoration: none;
  color: white; }

/******************************** END: Page-by-Page - Contact Us ********************************/
#meettheteam .GetInv_Wrapper {
  position: absolute;
  display: block;
  width: 1000px;
  height: auto;
  padding: 40px 40px 40px 40px;
  bottom: -60px;
  color: white; }

#meettheteam .GetInv_Block {
  position: relative;
  display: block;
  width: 750px;
  left: 460px; }

#meettheteam .Left-Box-EventBTN-Wrapper {
  position: relative;
  display: block;
  top: -10px; }

#meettheteam .Left-Box-EventBTN {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 10px;
  width: 230px;
  margin: 0 auto; }

#meettheteam .btn-Left-Box-EventBTN {
  border: 1.5px solid white;
  padding: 10px 10px 10px 10px;
  background-color: var(--var-not-black);
  color: white;
  width: 100%;
  border-radius: 31px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  transition: background-color 0.5s; }

#meettheteam .Left-Box-EventBTN a {
  text-decoration: none; }

#meettheteam .btn-Left-Box-EventBTN:hover {
  background-color: white;
  color: black; }

@media (max-width: 1400px) {
  #meettheteam .GetInv_Block {
    width: 670px;
    left: 380px; } }
@media (max-width: 1200px) {
  #meettheteam .GetInv_Wrapper {
    position: relative;
    display: block;
    width: 1000px;
    height: auto;
    padding: 40px 40px 40px 40px;
    bottom: -60px;
    color: white; }

  #meettheteam .GetInv_Block {
    width: 100%;
    left: 0px; } }
