.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Don-Gold';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .don-gold-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Don-Gold';
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .don-gold-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Don-Gold';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .don-gold-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Don-Gold';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .don-gold-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Don-Gold';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .don-gold-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-white-outline:hover {
  color: #ffc400 !important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffc400 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffc400 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffc400;
  color: #ffc400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffc400;
  background-color: transparent!important;
  border-color: #ffc400 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
}
.btn-primary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffc400;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-primary-outline:hover {
  color: white;
}
.btn-primary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-secondary-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #231f20 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #231f20;
  color: #231f20;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #231f20;
  background-color: transparent!important;
  border-color: #231f20 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}
.btn-secondary-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #231f20;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-secondary-outline:hover {
  color: white;
}
.btn-secondary-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-info-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #47b5ed !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #47b5ed;
  background-color: transparent!important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #47b5ed;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-info-outline:hover {
  color: white;
}
.btn-info-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-success-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #40b0bf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #40b0bf;
  background-color: transparent!important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #40b0bf;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-success-outline:hover {
  color: white;
}
.btn-success-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-warning-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe161;
  background-color: transparent!important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffe161;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-warning-outline:hover {
  color: white;
}
.btn-warning-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-danger-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9966;
  background-color: transparent!important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ff9966;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-danger-outline:hover {
  color: white;
}
.btn-danger-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-black-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  background-color: transparent!important;
  border-color: #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #232323;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-black-outline:hover {
  color: white;
}
.btn-black-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-delay: 0.2s;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: transparent!important;
  border-color: #ffffff !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -60%;
  top: 0;
  background-position: 0 0;
  transform: translateY(90%) scale(0.9) translateX(-150px);
  transition: all 1s;
  z-index: -1;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='561' height='85' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMax slice'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cpath fill='transparent' class='st0' d='m-6.66292,-4.57555c23.4,0 23.4,6 46.7,6c23.4,0 23.4,-6 46.7,-6c23.4,0 23.4,6 46.8,6s23.4,-6 46.8,-6' id='svg_2'/%3E%3Cpath fill='black' class='st1' d='m187.45162,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_3'/%3E%3Cpath fill='black' class='st1' d='m-0.02952,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_4'/%3E%3Cpath fill='black' class='st1' d='m374.48614,9.67907c23.5,0 23.5,6 47,6s22.7,-10.8 46.2,-10.8s24.3,10.8 47.8,10.8s23.5,-6 47,-6l0,76.5l-188,0l0,-76.5z' id='svg_5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn-white-outline:hover {
  color: white;
}
.btn-white-outline:hover:before {
  transform: translateY(-25%) scale(1.5) translateX(140px);
}
.text-primary {
  color: #ffc400 !important;
}
.text-secondary {
  color: #231f20 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffc400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffc400;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.don-gold-gallery-filter li.active .btn {
  background-color: #ffc400;
  border-color: #ffc400;
  color: #191400;
}
.don-gold-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffc400;
}
.don-gold-plan-header.bg-primary .don-gold-plan-subtitle,
.don-gold-plan-header.bg-primary .don-gold-plan-price-desc {
  color: #fff3cc;
}
.don-gold-plan-header.bg-success .don-gold-plan-subtitle,
.don-gold-plan-header.bg-success .don-gold-plan-price-desc {
  color: #a0d8df;
}
.don-gold-plan-header.bg-info .don-gold-plan-subtitle,
.don-gold-plan-header.bg-info .don-gold-plan-price-desc {
  color: #ffffff;
}
.don-gold-plan-header.bg-warning .don-gold-plan-subtitle,
.don-gold-plan-header.bg-warning .don-gold-plan-price-desc {
  color: #ffffff;
}
.don-gold-plan-header.bg-danger .don-gold-plan-subtitle,
.don-gold-plan-header.bg-danger .don-gold-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Don-Gold';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .don-gold-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffc400 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Don-Gold';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .don-gold-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffc400;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc400;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffc400;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffc400;
  border-bottom-color: #ffc400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffc400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #231f20 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffc400' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sOrWygHzpC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fb4eadb253f2f9b90410c594df31c711-1920x709.jpeg");
  overflow: hidden;
}
.cid-sOrWygHzpC .svg-top {
  display: none;
}
.cid-sOrWygHzpC .row {
  flex-direction: row-reverse;
}
.cid-sOrWygHzpC svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-sOrWygHzpC svg path {
  fill: #ffc400;
}
@media (max-width: 992px) {
  .cid-sOrWygHzpC svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-sOrWygHzpC svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-sOrWygHzpC .don-gold-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-sOrWygHzpC .col-12 {
    padding: 0 2rem;
  }
  .cid-sOrWygHzpC .row {
    margin: 0 -2rem;
  }
}
.cid-sOrWygHzpC .don-gold-text,
.cid-sOrWygHzpC .don-gold-section-btn {
  color: #1a449a;
}
.cid-sOsgd22ZfJ {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffc400;
}
@media (min-width: 1500px) {
  .cid-sOsgd22ZfJ .container {
    max-width: 1400px;
  }
}
.cid-sOsgd22ZfJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffc400;
}
.cid-sOsgd22ZfJ .svg-top .st0 {
  fill: #ffc400;
}
@media (max-width: 992px) {
  .cid-sOsgd22ZfJ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sOsgd22ZfJ .don-gold-iconfont {
  display: block;
  font-size: 5rem;
  color: #1a449a;
  margin-bottom: 2rem;
}
.cid-sOsgd22ZfJ .card-wrapper {
  margin-top: 3rem;
}
.cid-sOsgd22ZfJ .row {
  justify-content: center;
}
.cid-sOsgd22ZfJ .don-gold-section-title {
  color: #ffffff;
}
.cid-sOsgd22ZfJ .card-title,
.cid-sOsgd22ZfJ .iconfont-wrapper {
  color: #ffffff;
}
.cid-sOsgd22ZfJ .card-text {
  color: #1a449a;
}
.cid-sOsgd22ZfJ .don-gold-section-subtitle {
  color: #ffffff;
}
.cid-sOrWBhRvVy .navbar-dropdown {
  position: relative !important;
}
.cid-sOrWBhRvVy .navbar-dropdown {
  position: absolute !important;
}
.cid-sOrWBhRvVy .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-sOrWBhRvVy .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-sOrWBhRvVy .nav-link:hover:before {
  width: 100%;
}
.cid-sOrWBhRvVy .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-sOrWBhRvVy .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-sOrWBhRvVy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOrWBhRvVy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sOrWBhRvVy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sOrWBhRvVy .dropdown-item:hover,
.cid-sOrWBhRvVy .dropdown-item:focus {
  background: #ffc400 !important;
  color: white !important;
}
.cid-sOrWBhRvVy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOrWBhRvVy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOrWBhRvVy .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-sOrWBhRvVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOrWBhRvVy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOrWBhRvVy .dropdown-menu,
.cid-sOrWBhRvVy .navbar.opened {
  background: #ffc400 !important;
}
.cid-sOrWBhRvVy .nav-item:focus,
.cid-sOrWBhRvVy .nav-link:focus {
  outline: none;
}
.cid-sOrWBhRvVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOrWBhRvVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOrWBhRvVy .dropdown .dropdown-menu .dropdown-item .don-gold-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOrWBhRvVy .dropdown .dropdown-menu .dropdown-item .don-gold-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOrWBhRvVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOrWBhRvVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOrWBhRvVy .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 196, 0, 0);
}
.cid-sOrWBhRvVy .navbar.opened {
  transition: all 0.3s;
}
.cid-sOrWBhRvVy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOrWBhRvVy .navbar .navbar-logo img {
  width: auto;
}
.cid-sOrWBhRvVy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOrWBhRvVy .navbar.collapsed {
  justify-content: center;
}
.cid-sOrWBhRvVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOrWBhRvVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOrWBhRvVy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sOrWBhRvVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOrWBhRvVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOrWBhRvVy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sOrWBhRvVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOrWBhRvVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOrWBhRvVy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOrWBhRvVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOrWBhRvVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOrWBhRvVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOrWBhRvVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOrWBhRvVy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sOrWBhRvVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOrWBhRvVy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOrWBhRvVy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOrWBhRvVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOrWBhRvVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOrWBhRvVy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOrWBhRvVy .navbar.navbar-short {
  min-height: 80px;
}
.cid-sOrWBhRvVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOrWBhRvVy .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sOrWBhRvVy .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOrWBhRvVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOrWBhRvVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOrWBhRvVy .dropdown-item.active,
.cid-sOrWBhRvVy .dropdown-item:active {
  background-color: transparent;
}
.cid-sOrWBhRvVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOrWBhRvVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOrWBhRvVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOrWBhRvVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc400;
}
.cid-sOrWBhRvVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOrWBhRvVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOrWBhRvVy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOrWBhRvVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOrWBhRvVy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOrWBhRvVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOrWBhRvVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOrWBhRvVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOrWBhRvVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOrWBhRvVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOrWBhRvVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOrWBhRvVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOrWBhRvVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOrWBhRvVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOrWBhRvVy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sOrWBhRvVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOrWBhRvVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOrWBhRvVy .navbar {
    height: 70px;
  }
  .cid-sOrWBhRvVy .navbar.opened {
    height: auto;
  }
  .cid-sOrWBhRvVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOrZGiblZ2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc400;
}
.cid-sOrZGiblZ2 .row {
  flex-direction: row-reverse;
}
.cid-sOrZGiblZ2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffc400;
}
.cid-sOrZGiblZ2 .svg-top .st0 {
  fill: #ffc400;
}
@media (max-width: 992px) {
  .cid-sOrZGiblZ2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sOrZGiblZ2 .col-12 {
    padding: 0 2rem;
  }
  .cid-sOrZGiblZ2 .row {
    margin: 0 -2rem;
  }
}
.cid-sOrZGiblZ2 .don-gold-text,
.cid-sOrZGiblZ2 .don-gold-section-btn {
  color: #ffffff;
}
.cid-sOrZGiblZ2 .don-gold-section-title {
  color: #ffffff;
}
.cid-sOskyqrDGz.popup-builder {
  background-color: #ffffff;
}
.cid-sOskyqrDGz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sOskyqrDGz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sOskyqrDGz .modal-content,
.cid-sOskyqrDGz .modal-dialog {
  height: auto;
}
.cid-sOskyqrDGz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sOskyqrDGz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sOskyqrDGz .form-wrapper .don-gold-form .form-group,
  .cid-sOskyqrDGz .form-wrapper .don-gold-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sOskyqrDGz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sOskyqrDGz .don-gold-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOskyqrDGz .don-gold-text {
  text-align: center;
  color: #231f20;
}
.cid-sOskyqrDGz .pt-0 {
  padding-top: 0 !important;
}
.cid-sOskyqrDGz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sOskyqrDGz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sOskyqrDGz .don-gold-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sOskyqrDGz .modal-open {
  overflow: hidden;
}
.cid-sOskyqrDGz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sOskyqrDGz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sOskyqrDGz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sOskyqrDGz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sOskyqrDGz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sOskyqrDGz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sOskyqrDGz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sOskyqrDGz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sOskyqrDGz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sOskyqrDGz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sOskyqrDGz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sOskyqrDGz .modal-backdrop.show {
  opacity: .5;
}
.cid-sOskyqrDGz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sOskyqrDGz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sOskyqrDGz .modal-header {
    padding: 1rem;
  }
}
.cid-sOskyqrDGz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sOskyqrDGz .modal-header .close svg {
  fill: #231f20;
}
.cid-sOskyqrDGz .modal-header .close:hover {
  opacity: 1;
}
.cid-sOskyqrDGz .modal-header .close:focus {
  outline: none;
}
.cid-sOskyqrDGz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #231f20;
}
.cid-sOskyqrDGz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sOskyqrDGz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sOskyqrDGz .modal-body {
    padding: 1rem;
  }
}
.cid-sOskyqrDGz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sOskyqrDGz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sOskyqrDGz .modal-footer {
    padding: 1rem;
  }
}
.cid-sOskyqrDGz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sOskyqrDGz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sOskyqrDGz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sOskyqrDGz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sOskyqrDGz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sOskyqrDGz .modal-lg,
  .cid-sOskyqrDGz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sOskyqrDGz .modal-xl {
    max-width: 1140px;
  }
}
.cid-sOskyqrDGz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sOskyqrDGz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sOskyqrDGz .form-group {
  margin-bottom: 1rem;
}
.cid-sOskyqrDGz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sOskyqrDGz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sOskyqrDGz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sOskyqrDGz .don-gold-section-btn {
  margin: 0;
}
.cid-sOskyqrDGz .don-gold-section-btn .btn {
  margin: 0;
}
.cid-sOs7YAB2gt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOs7YAB2gt ul {
  padding: 0;
}
.cid-sOs7YAB2gt li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-sOs7YAB2gt .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffc400;
}
.cid-sOs7YAB2gt .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOs7YAB2gt .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sOs7YAB2gt .don-gold-section-title {
  color: #231f20;
}
@media (min-width: 1400px) {
  .cid-sOs7YAB2gt .col-12 {
    padding: 0 2rem;
  }
  .cid-sOs7YAB2gt .row {
    margin: 0 -2rem;
  }
}
.cid-sOs7YAB2gt .don-gold-text,
.cid-sOs7YAB2gt .don-gold-section-btn {
  color: #231f20;
}
.cid-sOsxX16v9B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOsxX16v9B .don-gold-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sOsxX16v9B .don-gold-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sOsxX16v9B .row {
  align-items: center;
  height: 100%;
}
.cid-sOsxX16v9B .wrapper {
  margin: auto;
}
.cid-sOsvyKrR4t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOsvyKrR4t .card-wrapper {
  background: #231f20;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sOsvyKrR4t .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sOsvyKrR4t .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOsvyKrR4t .card-wrapper {
    padding: 4rem;
  }
}
.cid-sOsvyKrR4t .don-gold-text,
.cid-sOsvyKrR4t .don-gold-section-btn {
  color: #ffffff;
}
.cid-sOsvyKrR4t .card-title,
.cid-sOsvyKrR4t .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-sOs5k0wzOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOs5k0wzOs .row-bg {
  background: #ffc400;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sOs5k0wzOs .row-bg {
    padding: 1rem 0;
  }
}
.cid-sOs5k0wzOs .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sOs5k0wzOs .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-sOs5k0wzOs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sOs5k0wzOs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sOs5k0wzOs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sOs5k0wzOs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sOs5k0wzOs img,
.cid-sOs5k0wzOs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sOs5k0wzOs .item:focus,
.cid-sOs5k0wzOs span:focus {
  outline: none;
}
.cid-sOs5k0wzOs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sOs5k0wzOs .don-gold-section-btn {
  margin-top: auto !important;
}
.cid-sOs5k0wzOs .don-gold-section-title {
  color: #232323;
  text-align: center;
}
.cid-sOs5k0wzOs .item-subtitle {
  color: #454545;
}
.cid-sOs5k0wzOs .don-gold-section-subtitle {
  color: #231f20;
  text-align: center;
}
.cid-sOs3wXnVWe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOs3wXnVWe .don-gold-section-title {
  color: #231f20;
}
.cid-sOs3wXnVWe .don-gold-text {
  color: #231f20;
}
.cid-sOs3wXnVWe .don-gold-section-subtitle {
  color: #1a449a;
}
.cid-sOs3wXnVWe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffc400;
}
.cid-sOs3wXnVWe .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOs3wXnVWe .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-sOs3wXnVWe h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-sOs3wXnVWe h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-sOs3wXnVWe h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-sOs3wXnVWe h5 {
    margin-left: 0px;
  }
  .cid-sOs3wXnVWe h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-sOs3wXnVWe h5:hover:before {
    animation: none;
  }
}
.cid-sOs3wXnVWe .don-gold-section-subtitle,
.cid-sOs3wXnVWe .content {
  color: #231f20;
}
.cid-sOsaKbFSXP {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sOsaKbFSXP .don-gold-media {
  position: relative;
}
.cid-sOsaKbFSXP .don-gold-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sOsaKbFSXP a:hover {
  background-image: none!important;
}
.cid-sOsaKbFSXP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffc400;
}
.cid-sOsaKbFSXP .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOsaKbFSXP .svg-top {
    width: 1000px;
  }
}
.cid-sOsaKbFSXP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-sOsaKbFSXP .don-gold-media span {
  font-size: 5.5rem;
  transition: all 0.3s;
  color: #ffc400;
}
.cid-sOsaKbFSXP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sOsaKbFSXP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOsaKbFSXP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sOsaKbFSXP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sOsaKbFSXP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sOsaKbFSXP .don-gold-section-title {
  color: #231f20;
}
.cid-sOssn0yocQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sOssn0yocQ .btn {
  border: 1px solid #efefef;
}
.cid-sOssn0yocQ .row {
  align-items: center;
}
.cid-sOssn0yocQ .don-gold-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-sOssn0yocQ .row {
    text-align: center;
  }
  .cid-sOssn0yocQ .social-row {
    justify-content: center;
  }
}
.cid-sOssn0yocQ .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-sOssn0yocQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOssn0yocQ .list {
    margin-bottom: 0rem;
  }
}
.cid-sOssn0yocQ .google-map {
  height: 34rem;
  position: relative;
}
.cid-sOssn0yocQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sOssn0yocQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sOssn0yocQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sOssn0yocQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sOssn0yocQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sOssn0yocQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-sOssn0yocQ .don-gold-section-subtitle {
  color: #231f20;
}
.cid-sOssn0yocQ .don-gold-text {
  color: #231f20;
}
.cid-sOssn0yocQ .phone {
  color: #231f20;
}
.cid-sOssn0yocQ .list,
.cid-sOssn0yocQ .don-gold-section-btn {
  color: #231f20;
}
.cid-sOsaby2v2c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffc400;
}
.cid-sOsaby2v2c .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffc400;
}
.cid-sOsaby2v2c .svg-top .st0 {
  fill: #ffc400;
}
@media (max-width: 992px) {
  .cid-sOsaby2v2c .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sOsaby2v2c .col-12 {
    padding: 0 2rem;
  }
  .cid-sOsaby2v2c .row {
    margin: 0 -2rem;
  }
}
.cid-sOsaby2v2c .don-gold-text,
.cid-sOsaby2v2c .don-gold-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sOsaby2v2c .don-gold-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sOxJvlfi5M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #231f20;
}
.cid-sOxJvlfi5M .media-container-row .don-gold-text {
  text-align: left;
}
