@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  margin-left: 0;
  border: 1px solid #000000;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: #000000;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #161616;
  width: 100%;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
}
ul {
  width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  color: #161616;
  list-style: none;
  font-size: 14px;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.ms-proofpoint .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.ms-proofpoint .buttons .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  outline: 0;
  min-width: 160px;
  background-color: #009DCB;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ms-proofpoint .buttons .btn-primary img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.ms-proofpoint .buttons .btn-primary::before,
.ms-proofpoint .buttons .btn-primary::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-bottom: 100px solid #202020;
  z-index: -1;
  transition: 1s ease-out;
}
.ms-proofpoint .buttons .btn-primary::before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}
.ms-proofpoint .buttons .btn-primary::after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}
.ms-proofpoint .buttons .btn-primary:hover::before {
  transform: translateX(-20%);
}
.ms-proofpoint .buttons .btn-primary:hover::after {
  transform: translateX(20%);
}
.ms-proofpoint .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.ms-proofpoint .heading p {
  margin-top: 1rem;
}
.ms-proofpoint .heading h2 {
  width: 100%;
}
.ms-proofpoint .heading span {
  width: 123px;
  height: 2px;
  border-top: 2px dashed #202020;
  position: relative;
  margin-top: 0.5rem;
  z-index: 1;
}
.ms-proofpoint .heading span::before {
  content: '';
  background-image: url(/_public/images/microsoft-proofpoint/blue-circle.png);
  background-size: 100% 100%;
  background-position: center;
  width: 36px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  animation: animate 5s linear infinite;
}
.ms-proofpoint .center-heading {
  justify-content: center;
  align-items: center;
}
.ms-proofpoint .center-heading h2,
.ms-proofpoint .center-heading p {
  text-align: center;
}
.ms-proofpoint .white-heading h2,
.ms-proofpoint .white-heading p {
  color: #FFFFFF;
}
.ms-proofpoint .white-heading span {
  border-color: #FFFFFF;
}
@keyframes move {
  0% {
    transform: translateX(-80px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(-80px);
  }
}
@keyframes animate {
  0% {
    left: -4px;
  }
  50% {
    left: 88px;
  }
  100% {
    left: -4px;
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.ms-proofpoint .banner {
  flex-direction: column;
  background-image: linear-gradient(80deg, #000000 24%, #202020 76%);
  padding-top: 1.5rem;
}
.ms-proofpoint .banner .logo-container,
.ms-proofpoint .banner .tka-logo,
.ms-proofpoint .banner .menu,
.ms-proofpoint .banner .menu-toggle {
  display: flex;
}
.ms-proofpoint .banner .banner-container,
.ms-proofpoint .banner .banner-content {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .banner .banner-container {
  padding-top: 2rem;
}
.ms-proofpoint .banner .logo-container {
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFFFFF;
}
.ms-proofpoint .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ms-proofpoint .banner .tka-logo {
  max-width: 200px;
}
.ms-proofpoint .banner .tka-logo img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .banner .menu {
  margin-left: auto;
}
.ms-proofpoint .banner .menu img {
  width: 22px;
  height: 23px;
}
.ms-proofpoint .banner .menu-links {
  width: 0;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ms-proofpoint .banner .menu-toggle {
  font-weight: 500;
}
.ms-proofpoint .banner .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.ms-proofpoint .banner ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
  font-weight: 500;
}
.ms-proofpoint .banner ul .links-li:first-child {
  padding-top: 0;
}
.ms-proofpoint .banner ul .links-li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.ms-proofpoint .banner ul .links-li:last-child {
  display: none;
}
.ms-proofpoint .banner .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.ms-proofpoint .banner .menu.active + .menu-links .menu-toggle {
  justify-content: flex-end;
  align-items: center;
}
.ms-proofpoint .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  height: auto;
  box-shadow: 0 0 6px #FFFFFF;
  padding: 1rem 1.5rem;
  border-bottom: none;
  background-color: #000000;
}
.ms-proofpoint .banner .sticky-down {
  top: -100px;
}
.ms-proofpoint .banner .container {
  height: 100%;
}
.ms-proofpoint .banner .banner-content h4 {
  color: #009DCB;
  font-size: 18px;
}
.ms-proofpoint .banner .banner-content h1,
.ms-proofpoint .banner .banner-content p {
  color: #FFFFFF;
}
.ms-proofpoint .banner .banner-content h1 {
  font-size: 26px;
  margin: 0.5rem 0 1.5rem;
}
.ms-proofpoint .banner .banner-content h1 img {
  width: 40px;
  height: 40px;
  transform: translateY(10px);
  margin-right: 0.4rem;
}
.ms-proofpoint .banner .banner-info {
  display: none;
}
.ms-proofpoint .banner .banner-info img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .banner .buttons .btn-primary:hover {
  box-shadow: 0px 0px 10px #FFFFFF;
}
.ms-proofpoint .overview .overview-container,
.ms-proofpoint .overview .overview-content,
.ms-proofpoint .overview .course-contact {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .overview .overview-content {
  align-items: center;
}
.ms-proofpoint .overview .overview-content p {
  text-align: center;
}
.ms-proofpoint .overview .overview-content p:nth-last-child(2) {
  margin-top: 1rem;
}
.ms-proofpoint .overview .course-contact {
  border: 1px solid #161616;
  border-radius: 10px;
  margin-top: 2rem;
  background-image: linear-gradient(180deg, #161616 95px, #FFFFFF 95px);
  padding: 1rem 1.5rem 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  align-items: center;
  width: 272px;
  align-self: center;
}
.ms-proofpoint .overview .course-contact img {
  width: 60px;
  height: 60px;
}
.ms-proofpoint .overview .course-contact h3,
.ms-proofpoint .overview .course-contact p {
  text-align: center;
}
.ms-proofpoint .overview .course-contact h3 {
  width: 100%;
  font-size: 20px;
  margin: 2.5rem 0 1rem;
}
.ms-proofpoint .overview .course-contact p:nth-last-child(2) {
  margin-top: 0.3rem;
}
.ms-proofpoint .overview .course-contact .buttons .btn-primary {
  min-width: 120px;
  font-size: 14px;
}
.ms-proofpoint .overview .course-contact .buttons img {
  width: 18px;
  height: 18px;
}
.ms-proofpoint .course {
  padding-top: 0;
}
.ms-proofpoint .course .course-container,
.ms-proofpoint .course .course-list {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .course .heading {
  margin-bottom: 0;
}
.ms-proofpoint .course .heading p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.ms-proofpoint .course .heading p strong {
  color: #009DCB;
}
.ms-proofpoint .course .course-item {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  transition: 1s all;
}
.ms-proofpoint .course .course-item h3 {
  width: calc(100% - 90px);
  font-size: 15px;
}
.ms-proofpoint .course .course-item span {
  display: flex;
  width: 40px;
  height: 40px;
}
.ms-proofpoint .course .course-item span img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .course .course-item span img:last-child {
  display: none;
}
.ms-proofpoint .course .course-item:hover {
  background-color: #009DCB;
}
.ms-proofpoint .course .course-item:hover h3 {
  color: #FFFFFF;
}
.ms-proofpoint .course .course-item:hover span img:first-child {
  display: none;
}
.ms-proofpoint .course .course-item:hover span img:last-child {
  display: flex;
}
.ms-proofpoint .course .buttons {
  margin-top: 1rem;
}
.ms-proofpoint .course .buttons .btn-primary {
  min-width: 120px;
  font-size: 14px;
}
.ms-proofpoint .course .buttons .btn-primary img {
  width: 18px;
  height: 18px;
}
.ms-proofpoint .course .content {
  background-color: #F5F5F5;
  padding: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.ms-proofpoint .method {
  background-image: linear-gradient(80deg, #000000 24%, #202020 76%);
}
.ms-proofpoint .method .method-container,
.ms-proofpoint .method .method-list,
.ms-proofpoint .method .method-item {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .method .heading {
  margin-bottom: 0;
}
.ms-proofpoint .method .method-item {
  margin-top: 2rem;
  padding: 2rem 1.5rem;
  border: 1px solid #FFFFFF;
  transition: 1s all;
}
.ms-proofpoint .method .method-item img {
  width: 45px;
  height: 45px;
}
.ms-proofpoint .method .method-item h3,
.ms-proofpoint .method .method-item p,
.ms-proofpoint .method .method-item a {
  color: #FFFFFF;
}
.ms-proofpoint .method .method-item h3 {
  font-size: 16px;
  margin: 1rem 0;
}
.ms-proofpoint .method .method-item a {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.ms-proofpoint .method .method-item a span {
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 0.8rem;
}
.ms-proofpoint .method .method-item a span img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .method .method-item a span img:last-child {
  display: none;
}
.ms-proofpoint .method .method-item:hover {
  background-color: #FFFFFF;
  box-shadow: 3px 3px 6px #ACACAC;
}
.ms-proofpoint .method .method-item:hover h3,
.ms-proofpoint .method .method-item:hover p,
.ms-proofpoint .method .method-item:hover a {
  color: #000000;
}
.ms-proofpoint .method .method-item:hover a span img:first-child {
  display: none;
}
.ms-proofpoint .method .method-item:hover a span img:last-child {
  display: flex;
}
.ms-proofpoint .essential .essential-container,
.ms-proofpoint .essential .essential-content,
.ms-proofpoint .essential .essential-info {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .essential .essential-container {
  align-items: flex-start;
}
.ms-proofpoint .essential .essential-content {
  align-items: center;
  width: 100%;
}
.ms-proofpoint .essential .essential-content p {
  text-align: center;
}
.ms-proofpoint .essential .essential-content p:nth-child(3) {
  margin-top: 0.5rem;
}
.ms-proofpoint .essential .essential-info {
  background-image: linear-gradient(80deg, #000000 24%, #202020 76%);
  margin-top: 2rem;
  padding: 1rem;
  width: 100%;
  height: 100%;
}
.ms-proofpoint .essential .essential-info .image {
  display: flex;
  height: 100%;
}
.ms-proofpoint .essential .essential-info .image img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .choose .choose-container,
.ms-proofpoint .choose .choose-list,
.ms-proofpoint .choose .choose-item {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .choose .heading {
  margin-bottom: 0;
}
.ms-proofpoint .choose .choose-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  padding: 1.5rem 1.2rem;
  margin-top: 2rem;
  width: 100%;
  border-radius: 5px;
}
.ms-proofpoint .choose .choose-item span {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 50px;
  border: 1px dashed #009DCB;
  padding: 0.8rem;
  height: 52px;
  width: 52px;
}
.ms-proofpoint .choose .choose-item span img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .choose .choose-item h3 {
  margin: 1rem 0 ;
  font-size: 15px;
}
.ms-proofpoint .choose .choose-item p {
  line-height: 1.4;
}
.ms-proofpoint .use {
  background-image: linear-gradient(#fafafa, #F5F5F5);
}
.ms-proofpoint .use .use-container,
.ms-proofpoint .use .use-content {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .use .use-container {
  align-items: flex-start;
}
.ms-proofpoint .use .use-img {
  display: flex;
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.ms-proofpoint .use .use-img img {
  height: 100%;
  width: 100%;
}
.ms-proofpoint .use .use-content {
  align-items: center;
  width: 100%;
}
.ms-proofpoint .use .use-content p {
  text-align: center;
}
.ms-proofpoint .fact .fact-container,
.ms-proofpoint .fact .fact-list,
.ms-proofpoint .fact .fact-item,
.ms-proofpoint .fact .heading {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .fact .heading {
  margin-bottom: 0;
}
.ms-proofpoint .fact .fact-list {
  align-items: center;
  height: 100%;
}
.ms-proofpoint .fact .fact-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  border-radius: 10px;
  width: 240px;
  padding: 1.2rem;
  margin-top: 2rem;
  background-image: url(/_public/images/microsoft-proofpoint/grid.svg), url(/_public/images/microsoft-proofpoint/grid.svg);
  background-position: top 15px right 15px, left 15px bottom 10px;
  background-size: 45px 55px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.ms-proofpoint .fact .fact-item .image {
  display: flex;
  width: 70px;
  height: 70px;
  padding: 0.7rem;
  background-color: #F5F5F5;
  border: 6px solid #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.ms-proofpoint .fact .fact-item .image img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .fact .fact-item .fact-count {
  display: flex;
  margin-top: 0.5rem;
}
.ms-proofpoint .fact .fact-item .fact-count span,
.ms-proofpoint .fact .fact-item .fact-count h3 {
  font-size: 30px;
  font-weight: 600;
}
.ms-proofpoint .fact .fact-item p {
  text-align: center;
  margin-top: 0.3rem;
  font-size: 15px;
  font-weight: 500;
}
.ms-proofpoint .fact .fact-item::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 3px;
  margin: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #009DCB;
  animation: move 5s linear infinite;
}
.ms-proofpoint .testimonial {
  background-image: linear-gradient(180deg, #F5F5F5 55%, #FFFFFF 45%);
}
.ms-proofpoint .testimonial .testimonial-container,
.ms-proofpoint .testimonial .testimonial-list,
.ms-proofpoint .testimonial .name {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .testimonial .testimonial-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0.7rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1rem 2rem;
  border-bottom: 2px solid #161616;
  background-color: #FFFFFF;
}
.ms-proofpoint .testimonial .testimonial-item p {
  margin-bottom: 1.2rem;
}
.ms-proofpoint .testimonial .testimonial-item p img {
  width: 21px;
  height: 21px;
  margin-right: 0.6rem;
  display: inline;
  transform: translate(0px, 5px);
}
.ms-proofpoint .testimonial .testimonial-item h3 {
  font-size: 18px;
}
.ms-proofpoint .testimonial .testimonial-item span {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0.6rem;
  background-color: #009DCB;
}
.ms-proofpoint .testimonial .testimonial-item span img {
  height: 100%;
}
.ms-proofpoint .testimonial .name {
  width: calc(100% - 65px);
  justify-content: center;
}
.ms-proofpoint .testimonial .name img {
  width: 80px;
  height: 15px;
  margin-top: 0.2rem;
}
.ms-proofpoint .testimonial .owl-dots {
  display: flex;
  width: 120px;
  align-self: center;
  margin-top: 1.5rem;
  justify-content: center;
}
.ms-proofpoint .testimonial .owl-dots .owl-dot {
  display: flex;
  width: 12px;
  height: 12px;
  background-color: #161616;
  border-radius: 20px;
  outline: none;
  margin-right: 0.5rem;
  opacity: 0.4;
}
.ms-proofpoint .testimonial .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ms-proofpoint .testimonial .owl-dots .active {
  opacity: 1;
}
.ms-proofpoint .help {
  padding-top: 0;
}
.ms-proofpoint .help .help-container,
.ms-proofpoint .help .help-img,
.ms-proofpoint .help .help-content {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .help .help-container {
  align-items: flex-start;
}
.ms-proofpoint .help .help-img {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.ms-proofpoint .help .help-img .image {
  display: flex;
  height: 100%;
  width: 100%;
}
.ms-proofpoint .help .help-img .image img {
  height: 100%;
  width: 100%;
}
.ms-proofpoint .help .help-content {
  align-items: center;
  width: 100%;
}
.ms-proofpoint .help .help-content p {
  text-align: center;
}
.ms-proofpoint .help .help-content p:nth-child(3) {
  margin-top: 0.5rem;
}
.ms-proofpoint .faq {
  background-image: linear-gradient(80deg, #000000 24%, #202020 76%);
}
.ms-proofpoint .faq .faq-container,
.ms-proofpoint .faq .faq-item,
.ms-proofpoint .faq .faq-list,
.ms-proofpoint .faq .faq-info {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .faq .faq-container {
  align-items: flex-start;
}
.ms-proofpoint .faq .faq-list {
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.ms-proofpoint .faq .faq-item {
  border-bottom: 1px solid #FFFFFF;
}
.ms-proofpoint .faq .faq-item:last-child {
  border-bottom: none;
}
.ms-proofpoint .faq .ans {
  padding: 0.4rem 0.8rem;
  display: none;
  border-top: 1px solid #FFFFFF;
}
.ms-proofpoint .faq .ans p {
  font-size: 13px;
  color: #FFFFFF;
}
.ms-proofpoint .faq .ques {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.8rem;
}
.ms-proofpoint .faq .ques h3 {
  width: calc(100% - 33px);
  font-size: 14px;
  color: #FFFFFF;
}
.ms-proofpoint .faq .ques img {
  width: 22px;
  height: 22px;
  transition: 1s all;
}
.ms-proofpoint .faq .active .ques img {
  transform: rotate(180deg);
}
.ms-proofpoint .faq .faq-info {
  margin-bottom: 2rem;
  width: 100%;
  height: 100%;
}
.ms-proofpoint .faq .faq-info .image {
  display: flex;
  width: 100%;
  height: 100%;
}
.ms-proofpoint .faq .faq-info .image img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .footer .footer-container,
.ms-proofpoint .footer .footer-list,
.ms-proofpoint .footer .contact,
.ms-proofpoint .footer form,
.ms-proofpoint .footer .input-list {
  display: flex;
  flex-direction: column;
}
.ms-proofpoint .footer form {
  margin-bottom: 0;
}
.ms-proofpoint .footer form .buttons .btn-primary {
  min-width: 130px;
}
.ms-proofpoint .footer .input-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C0BFBF;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
.ms-proofpoint .footer .input-container span {
  display: flex;
  width: 16px;
  height: 16px;
}
.ms-proofpoint .footer .input-container span img {
  width: 100%;
  height: 100%;
}
.ms-proofpoint .footer .input-container span .red {
  display: none;
}
.ms-proofpoint .footer .input-container input,
.ms-proofpoint .footer .input-container textarea {
  width: 85%;
  border: none;
  outline: 0;
  padding: 0;
  font-size: 13px;
}
.ms-proofpoint .footer .input-container textarea {
  height: 44px;
  resize: none;
  overflow: auto;
}
.ms-proofpoint .footer .input-container ::-webkit-input-placeholder {
  color: #C0BFBF;
}
.ms-proofpoint .footer .input-container :-ms-input-placeholder {
  color: #C0BFBF;
}
.ms-proofpoint .footer .input-container ::placeholder {
  color: #C0BFBF;
}
.ms-proofpoint .footer .input-error {
  border-bottom: 1px solid #ff0000;
}
.ms-proofpoint .footer .input-error ::-webkit-input-placeholder {
  color: #ff0000;
}
.ms-proofpoint .footer .input-error :-ms-input-placeholder {
  color: #ff0000;
}
.ms-proofpoint .footer .input-error ::placeholder {
  color: #ff0000;
}
.ms-proofpoint .footer .input-error span .white {
  display: none;
}
.ms-proofpoint .footer .input-error span .red {
  display: flex;
}
.ms-proofpoint .footer .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.ms-proofpoint .footer .form-consent:nth-last-child(2) {
  margin-bottom: 0;
}
.ms-proofpoint .footer .form-consent label {
  display: flex;
  width: 95%;
  align-self: center;
  margin-left: 0.3rem;
  cursor: pointer;
  font-weight: 500;
}
.ms-proofpoint .footer .form-consent p,
.ms-proofpoint .footer .form-consent label {
  font-size: 11px;
}
.ms-proofpoint .footer .form-consent a {
  font-weight: 700;
  color: #009DCB;
}
.ms-proofpoint .footer .consent-error,
.ms-proofpoint .footer .consent-error-other {
  margin-bottom: 0.5rem;
}
.ms-proofpoint .footer .consent-error p,
.ms-proofpoint .footer .consent-error-other p {
  color: #ff0000;
  line-height: 1.4;
  font-size: 12px;
}
.ms-proofpoint .footer .footer-list {
  margin-top: 2rem;
}
.ms-proofpoint .footer .footer-list .heading {
  margin-bottom: 0;
}
.ms-proofpoint .footer .footer-item {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid #C0BFBF;
  align-items: center;
}
.ms-proofpoint .footer .footer-item .icon {
  width: 25px;
  height: 25px;
  margin-right: 0.8rem;
}
.ms-proofpoint .footer .contact {
  width: calc(100% - 55px);
}
.ms-proofpoint .footer .contact h4,
.ms-proofpoint .footer .contact p {
  font-size: 15px;
}
.ms-proofpoint .footer .contact a {
  font-size: 13px;
  margin-top: 0.3rem;
  font-weight: 500;
}
.ms-proofpoint .footer .contact p {
  font-weight: 500;
}
.ms-proofpoint .footer .contact .star {
  width: 117px;
  height: 23px;
  margin-top: 0.2rem;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .ms-proofpoint .buttons .btn-primary {
    font-size: 16px;
  }
  .ms-proofpoint .banner .menu.active + .menu-links {
    width: 50%;
  }
  .ms-proofpoint .banner .sticky {
    padding: 1rem 2rem !important;
  }
  .ms-proofpoint .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-proofpoint .overview .heading {
    align-items: flex-start;
  }
  .ms-proofpoint .overview .heading h2 {
    text-align: left;
  }
  .ms-proofpoint .overview .overview-content {
    align-items: flex-start;
    width: 50%;
  }
  .ms-proofpoint .overview .overview-content p {
    text-align: left;
  }
  .ms-proofpoint .overview .course-contact {
    width: 43%;
    position: sticky;
    top: 60px;
    margin-top: 0;
    align-self: flex-start;
  }
  .ms-proofpoint .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .ms-proofpoint .course .course-item {
    width: 45%;
    margin-right: 2rem;
  }
  .ms-proofpoint .course .course-item:nth-child(even) {
    margin-right: 0;
  }
  .ms-proofpoint .method .method-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .ms-proofpoint .method .method-item {
    width: 46%;
  }
  .ms-proofpoint .method .method-item p {
    min-height: 66px;
  }
  .ms-proofpoint .essential .essential-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .ms-proofpoint .essential .essential-content {
    width: 48%;
    align-items: flex-start;
  }
  .ms-proofpoint .essential .essential-content .heading h2 {
    text-align: left;
  }
  .ms-proofpoint .essential .essential-content p {
    text-align: left;
  }
  .ms-proofpoint .essential .essential-info {
    width: 45%;
    align-self: center;
    margin-top: 0;
    padding: 2rem;
  }
  .ms-proofpoint .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ms-proofpoint .choose .choose-item {
    width: 48%;
  }
  .ms-proofpoint .use .use-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-proofpoint .use .use-img {
    margin-top: 0;
    width: 40%;
    position: sticky;
    top: 60px;
  }
  .ms-proofpoint .use .use-content {
    width: 55%;
    align-items: flex-start;
  }
  .ms-proofpoint .use .use-content .heading {
    align-items: flex-start;
  }
  .ms-proofpoint .use .use-content .heading h2 {
    text-align: left;
  }
  .ms-proofpoint .use .use-content p {
    text-align: left;
  }
  .ms-proofpoint .fact .fact-container .fact-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ms-proofpoint .fact .fact-container .fact-item {
    width: 22%;
  }
  .ms-proofpoint .testimonial .testimonial-item p {
    min-height: 269px;
  }
  .ms-proofpoint .help .help-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-proofpoint .help .help-img {
    margin-top: 0;
    width: 42%;
    position: sticky;
    top: 60px;
  }
  .ms-proofpoint .help .help-content {
    width: 53%;
    align-items: flex-start;
  }
  .ms-proofpoint .help .help-content .heading {
    align-items: flex-start;
  }
  .ms-proofpoint .help .help-content .heading h2 {
    text-align: left;
  }
  .ms-proofpoint .help .help-content p {
    text-align: left;
  }
  .ms-proofpoint .faq .faq-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .ms-proofpoint .faq .faq-info {
    width: 44%;
    margin-bottom: 0;
    position: sticky;
    top: 60px;
  }
  .ms-proofpoint .faq .faq-info .image {
    width: 80%;
    align-self: center;
  }
  .ms-proofpoint .faq .faq-list {
    width: 48%;
  }
  .ms-proofpoint .footer {
    padding-bottom: 2rem;
  }
  .ms-proofpoint .footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ms-proofpoint .footer .form {
    width: 45%;
  }
  .ms-proofpoint .footer .footer-list {
    width: 45%;
    position: sticky;
    top: 60px;
    margin-top: 0;
  }
}
@media (min-width : 1024px) {
  p {
    line-height: 1.8;
  }
  .ms-proofpoint .heading h2 {
    font-size: 28px;
  }
  .ms-proofpoint .banner {
    background-image: url(/_public/images/microsoft-proofpoint/banner-bg.png);
    background-size: 100% 100%;
    padding-bottom: 4.5rem;
    position: relative;
    overflow: hidden;
  }
  .ms-proofpoint .banner .logo-container {
    border-bottom: none;
    padding-bottom: 0;
  }
  .ms-proofpoint .banner .logo-container .buttons .btn-white {
    border: 1px solid #FFFFFF;
    min-width: 42px;
    height: 42px;
    border-radius: 5px;
    padding: 0.6rem;
    margin-right: 1.5rem;
  }
  .ms-proofpoint .banner .logo-container .buttons .btn-white img {
    width: 20px;
    height: 20px;
  }
  .ms-proofpoint .banner .menu,
  .ms-proofpoint .banner .menu-toggle {
    display: none;
  }
  .ms-proofpoint .banner .tka-logo {
    max-width: 235px;
  }
  .ms-proofpoint .banner .menu-links {
    width: 75%;
    display: flex;
    background-color: transparent;
    box-shadow: none;
    position: relative;
  }
  .ms-proofpoint .banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .ms-proofpoint .banner ul .links-li {
    border-bottom: none;
    margin-right: 1.5rem;
    color: #FFFFFF;
    padding: 0;
    position: relative;
  }
  .ms-proofpoint .banner ul .links-li::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 0px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #009DCB;
    z-index: -1;
    transition: 0.7s ease;
  }
  .ms-proofpoint .banner ul .links-li:hover::after {
    width: 100%;
  }
  .ms-proofpoint .banner ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .ms-proofpoint .banner ul .links-li:last-child::after {
    content: none;
  }
  .ms-proofpoint .banner .banner-container {
    flex-direction: row;
    padding-top: 5rem;
  }
  .ms-proofpoint .banner .banner-content {
    width: 51%;
  }
  .ms-proofpoint .banner .banner-content h1 {
    font-size: 40px;
  }
  .ms-proofpoint .banner .banner-content h1 img {
    width: 48px;
    height: 48px;
  }
  .ms-proofpoint .banner .banner-info {
    display: flex;
    width: 49%;
    position: absolute;
    right: -35px;
    top: 137px;
    transform: rotate(-11deg);
  }
  .ms-proofpoint .overview .overview-content {
    width: 60%;
  }
  .ms-proofpoint .overview .course-contact {
    width: 32%;
  }
  .ms-proofpoint .method .method-list {
    justify-content: space-between;
  }
  .ms-proofpoint .method .method-item {
    width: 23%;
  }
  .ms-proofpoint .method .method-item h3 {
    min-height: 50px;
  }
  .ms-proofpoint .method .method-item p {
    min-height: 150px;
  }
  .ms-proofpoint .essential .essential-content {
    border-top: 4px solid #009DCB;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 52%;
  }
  .ms-proofpoint .essential .essential-info {
    width: 48%;
  }
  .ms-proofpoint .choose .choose-item {
    width: 23%;
  }
  .ms-proofpoint .choose .choose-item h3 {
    min-height: 46px;
  }
  .ms-proofpoint .choose .choose-item p {
    min-height: 128px;
    font-size: 13px;
  }
  .ms-proofpoint .use .use-img {
    position: static;
    top: 0px;
    align-self: center;
  }
  .ms-proofpoint .use .use-content {
    width: 52%;
  }
  .ms-proofpoint .fact .heading {
    width: 85%;
    margin: auto;
  }
  .ms-proofpoint .testimonial .testimonial-item p {
    min-height: 204px;
  }
  .ms-proofpoint .help .help-content {
    width: 50%;
  }
  .ms-proofpoint .help .help-img {
    position: static;
    top: 0px;
  }
  .ms-proofpoint .faq {
    background-image: url(/_public/images/microsoft-proofpoint/faq-bg.png);
    background-size: 100% 100%;
  }
  .ms-proofpoint .faq .faq-info {
    position: static;
    top: 0;
  }
  .ms-proofpoint .faq .faq-info .image {
    width: 70%;
  }
  .ms-proofpoint .faq .faq-list {
    width: 52%;
  }
  .ms-proofpoint .footer {
    background-image: url(/_public/images/microsoft-proofpoint/footer-bg.png);
    background-size: 42% 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .ms-proofpoint .footer .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ms-proofpoint .footer .input-container {
    width: 48%;
  }
  .ms-proofpoint .footer .input-container:last-child {
    width: 100%;
  }
  .ms-proofpoint .footer .form {
    width: 60%;
  }
  .ms-proofpoint .footer .footer-list {
    width: 34%;
    position: static;
    top: 0;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0rem;
  }
  .ms-proofpoint .heading h2 {
    font-size: 32px;
  }
  .ms-proofpoint .banner {
    padding-bottom: 10rem;
  }
  .ms-proofpoint .banner .sticky {
    padding: 1rem 0 !important;
  }
  .ms-proofpoint .banner::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/microsoft-proofpoint/circle.png);
    background-size: 100% 100%;
    width: 147px;
    height: 147px;
    left: 9px;
    bottom: 9px;
    z-index: 0;
    animation: scale 2s linear infinite ;
  }
  .ms-proofpoint .banner .banner-content {
    width: 46%;
  }
  .ms-proofpoint .overview .course-contact {
    width: 30%;
    position: static;
    top: 0;
    align-self: center;
  }
  .ms-proofpoint .course .course-list {
    justify-content: space-between;
  }
  .ms-proofpoint .course .course-item {
    width: 23%;
    margin-right: 2rem;
  }
  .ms-proofpoint .course .course-item:nth-child(even) {
    margin-right: 2rem;
  }
  .ms-proofpoint .course .course-item:last-child {
    margin-right: 0;
  }
  .ms-proofpoint .method .method-item p {
    min-height: 100px;
  }
  .ms-proofpoint .essential {
    padding-top: 5.5rem;
  }
  .ms-proofpoint .essential .essential-container {
    position: relative;
  }
  .ms-proofpoint .essential .essential-content {
    padding-left: 4rem;
  }
  .ms-proofpoint .essential .essential-info {
    position: absolute;
    left: 0px;
    top: -22px;
    width: 50%;
  }
  .ms-proofpoint .essential .essential-info .image {
    width: 88%;
    margin: auto;
  }
  .ms-proofpoint .choose {
    background-image: url(/_public/images/microsoft-proofpoint/choose-bg.png);
    background-size: 45% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
  }
  .ms-proofpoint .choose .heading {
    width: 54%;
  }
  .ms-proofpoint .choose .choose-list {
    width: 90%;
  }
  .ms-proofpoint .fact .fact-item p {
    font-size: 18px;
  }
  .ms-proofpoint .testimonial .testimonial-item p {
    min-height: 254px;
  }
  .ms-proofpoint .help .help-img {
    width: 45%;
  }
  .ms-proofpoint .help .help-img .image {
    width: 80%;
    margin: auto;
  }
  .ms-proofpoint .help .help-content {
    width: 50%;
  }
  .ms-proofpoint .faq .faq-info .image {
    width: 58%;
  }
  .ms-proofpoint .footer .footer-list {
    width: 31%;
  }
}
@media (min-width : 1500px) {
  .ms-proofpoint .banner {
    background-image: linear-gradient(80deg, #000000 24%, #202020 76%);
    padding-bottom: 4rem;
  }
  .ms-proofpoint .banner::before {
    content: none;
  }
  .ms-proofpoint .banner .banner-container {
    justify-content: space-between;
  }
  .ms-proofpoint .banner .banner-info {
    position: static;
    transform: rotate(0deg);
    width: 41%;
  }
  .ms-proofpoint .choose {
    background-image: none;
    margin-bottom: 0;
  }
  .ms-proofpoint .choose .heading,
  .ms-proofpoint .choose .choose-list {
    width: 100%;
  }
  .ms-proofpoint .choose .choose-item p,
  .ms-proofpoint .choose .choose-item h3 {
    min-height: auto;
  }
}
